@media only screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .container {
    width: 100% !important;
  }
}
.form-control:-moz-placeholder {
  color: #999;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
a {
  color: #f13c70;
}
a:hover,
a:focus {
  color: #d30c47;
}
.checkbox-inline,
.radio-inline,
.radio label {
  padding-left: 0;
}
.form-control {
  height: 38px;
  padding: 8px 14px;
}
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  color: #333;
  font-size: 14px;
  outline: none !important;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.115) !important;
  border-radius: 4px;
}
textarea.form-control:focus,
input[type="text"].form-control:focus,
input[type="password"].form-control:focus,
input[type="datetime"].form-control:focus,
input[type="datetime-local"].form-control:focus,
input[type="date"].form-control:focus,
input[type="month"].form-control:focus,
input[type="time"].form-control:focus,
input[type="week"].form-control:focus,
input[type="number"].form-control:focus,
input[type="email"].form-control:focus,
input[type="url"].form-control:focus,
input[type="search"].form-control:focus,
input[type="tel"].form-control:focus,
input[type="color"].form-control:focus {
  border: 1px solid #999;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.095) !important;
}
textarea.form-control + .text-danger,
input[type="text"].form-control + .text-danger,
input[type="password"].form-control + .text-danger,
input[type="datetime"].form-control + .text-danger,
input[type="datetime-local"].form-control + .text-danger,
input[type="date"].form-control + .text-danger,
input[type="month"].form-control + .text-danger,
input[type="time"].form-control + .text-danger,
input[type="week"].form-control + .text-danger,
input[type="number"].form-control + .text-danger,
input[type="email"].form-control + .text-danger,
input[type="url"].form-control + .text-danger,
input[type="search"].form-control + .text-danger,
input[type="tel"].form-control + .text-danger,
input[type="color"].form-control + .text-danger,
textarea.form-control + .text-succes,
input[type="text"].form-control + .text-succes,
input[type="password"].form-control + .text-succes,
input[type="datetime"].form-control + .text-succes,
input[type="datetime-local"].form-control + .text-succes,
input[type="date"].form-control + .text-succes,
input[type="month"].form-control + .text-succes,
input[type="time"].form-control + .text-succes,
input[type="week"].form-control + .text-succes,
input[type="number"].form-control + .text-succes,
input[type="email"].form-control + .text-succes,
input[type="url"].form-control + .text-succes,
input[type="search"].form-control + .text-succes,
input[type="tel"].form-control + .text-succes,
input[type="color"].form-control + .text-succes {
  margin: 5px 0 0;
}
.btn.btn-link {
  color: #f13c70;
}
.btn.btn-link:hover,
.btn.btn-link:focus {
  color: #d30c47;
}
.btn.btn-green {
  color: #fff;
  text-shadow: 1px 1px 0 #5ab458;
  background: #83d781;
  box-shadow: 0 3px #5ab458;
  border: none;
  position: relative;
  outline: none !important;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.btn.btn-green:hover {
  box-shadow: 0 2px #5ab458;
  top: 1px;
}
.btn.btn-green:active {
  box-shadow: 0 0 #5ab458;
  top: 3px;
}
.btn.btn-green.btn-large {
  font-size: 24px;
  padding: 12px 42px;
  box-shadow: 0 5px #5ab458;
  border-radius: 6px;
}
.btn.btn-green.btn-large:hover {
  box-shadow: 0 3px #5ab458;
  top: 2px;
}
.btn.btn-green.btn-large:active {
  box-shadow: 0 0 #5ab458;
  top: 5px;
}
.btn.btn-green.btn-average {
  font-size: 18px;
  padding: 10px 24px;
  border-radius: 6px;
}
.btn.btn-green.btn-average:hover {
  box-shadow: 0 2px #5ab458;
  top: 1px;
}
.btn.btn-green.btn-average:active {
  box-shadow: 0 0 #5ab458;
  top: 3px;
}
.btn.btn-pink {
  color: #fff;
  text-shadow: 1px 1px 0 #da6486;
  background: #f489a7;
  box-shadow: 0 3px #da6486;
  border: none;
  position: relative;
  outline: none !important;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.btn.btn-pink:hover {
  box-shadow: 0 2px #da6486;
  top: 1px;
}
.btn.btn-pink:active {
  box-shadow: 0 0 #da6486;
  top: 3px;
}
header {
  position: relative;
  padding: 0;
  margin: 0 0 40px;
}
header .moduleBlock {
  margin: 0 !important;
}
header .promo {
  color: #fff;
  /* background: #50AF00; */
  background: rgb(54,105,255);
background: -moz-linear-gradient(top, rgba(54,105,255,1) 0%, rgba(59,104,255,1) 5%, rgba(58,103,254,1) 10%, rgba(63,110,255,1) 11%, rgba(61,112,255,1) 11%, rgba(59,110,255,1) 20%, rgba(60,113,255,1) 21%, rgba(62,113,255,1) 41%, rgba(59,117,253,1) 43%, rgba(62,118,255,1) 53%, rgba(60,113,255,1) 53%, rgba(60,113,255,1) 54%, rgba(61,114,254,1) 62%, rgba(64,117,255,1) 64%, rgba(64,117,255,1) 74%, rgba(66,120,255,1) 75%, rgba(63,117,252,1) 76%, rgba(66,120,255,1) 78%, rgba(65,119,254,1) 85%, rgba(69,121,255,1) 85%, rgba(68,120,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(54,105,255,1) 0%,rgba(59,104,255,1) 5%,rgba(58,103,254,1) 10%,rgba(63,110,255,1) 11%,rgba(61,112,255,1) 11%,rgba(59,110,255,1) 20%,rgba(60,113,255,1) 21%,rgba(62,113,255,1) 41%,rgba(59,117,253,1) 43%,rgba(62,118,255,1) 53%,rgba(60,113,255,1) 53%,rgba(60,113,255,1) 54%,rgba(61,114,254,1) 62%,rgba(64,117,255,1) 64%,rgba(64,117,255,1) 74%,rgba(66,120,255,1) 75%,rgba(63,117,252,1) 76%,rgba(66,120,255,1) 78%,rgba(65,119,254,1) 85%,rgba(69,121,255,1) 85%,rgba(68,120,255,1) 100%);
background: linear-gradient(to bottom, rgba(54,105,255,1) 0%,rgba(59,104,255,1) 5%,rgba(58,103,254,1) 10%,rgba(63,110,255,1) 11%,rgba(61,112,255,1) 11%,rgba(59,110,255,1) 20%,rgba(60,113,255,1) 21%,rgba(62,113,255,1) 41%,rgba(59,117,253,1) 43%,rgba(62,118,255,1) 53%,rgba(60,113,255,1) 53%,rgba(60,113,255,1) 54%,rgba(61,114,254,1) 62%,rgba(64,117,255,1) 64%,rgba(64,117,255,1) 74%,rgba(66,120,255,1) 75%,rgba(63,117,252,1) 76%,rgba(66,120,255,1) 78%,rgba(65,119,254,1) 85%,rgba(69,121,255,1) 85%,rgba(68,120,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3669ff', endColorstr='#4478ff',GradientType=0 );
  margin: 0 -9999px;
  padding: 5px 9999px;
}
header .promo b {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  header .promo {
    font-size: 12px;
  }
}
header .info {
  background: #f7f7f7;
  border-bottom: 1px solid #eee;
  margin: 0 -9999px 0 -10014px;
  padding: 8px 9999px;
  min-height: 37px;
}
@media only screen and (max-width: 767px) {
  header .info {
    padding: 0 9984px;
    background: #fff;
  }
}
@media only screen and (max-width: 768px) {
  header .info > div[class*="col-sm-"] {
    /* text-align:center; */
    padding: 0;
  }
  header .info > div[class*="col-sm-"]:first-child {
    /* padding:0; */
  }
  header .info > div[class*="col-sm-"].text-center {
    text-align: left;
    /* padding:8px 0 0; */
  }
}
header .info .social-net {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 3px 0 0;
  position: relative;
  list-style: none;
}
header .info .social-net li {
  float: left;
  background: url("../image/social-img.png") no-repeat;
  margin: 0 0 0 16px;
}
header .info .social-net li.vk {
  width: 12px;
  height: 15px;
  background-position: 0 0;
}
header .info .social-net li.vk:hover {
  background-position: 0 -17px;
}
header .info .social-net li.fb {
  width: 10px;
  height: 15px;
  background-position: -12px 0;
}
header .info .social-net li.fb:hover {
  background-position: -12px -17px;
}
header .info .social-net li.twitter {
  width: 20px;
  height: 16px;
  background-position: -22px 0;
}
header .info .social-net li.twitter:hover {
  background-position: -22px -17px;
}
header .info .social-net li.instagram {
  width: 16px;
  height: 16px;
  background-position: -42px 0;
}
header .info .social-net li.instagram:hover {
  background-position: -42px -17px;
}
header .info .social-net li:first-child {
  margin: 0;
}
header .info .social-net li a {
  display: block;
  height: 100%;
}
header .info a {
  color: #333;
}
header .info span {
  font-size: 14px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
header .info span + span {
  margin-left: 20px;
}
header .info .header-tel-holder a + a {
  margin-left: 20px;
}
header .info .search,
header .info .login,
header .info .cart {
  color: #333;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  position: relative;
  margin: 0 0 0 24px;
}
header .info .search:after,
header .info .login:after,
header .info .cart:after {
  content: '';
  background: #ccc;
  top: 0;
  left: -15px;
  width: 1px;
  height: 14px;
  position: absolute;
}
header .info .search {
  margin: 0;
  background: url("../image/search-btn.png") no-repeat 50% 0;
}
header .info .search:after {
  display: none;
}
header .info #search {
  width: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin: -5px -21px 0 0;
  overflow: hidden;
  top: 3px;
}
header .info #search.shown {
  width: 200px;
}
header .info #search input {
  font-size: 11px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 22px;
  border: none;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1) !important;
  border-radius: 4px;
}
header .info #search button {
  position: absolute;
  right: 4px;
  top: 0;
  z-index: 3;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  border: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  width: 14px;
  height: 22px;
  background: url("../image/search-btn.png") no-repeat 50%;
}
header .info #search button i {
  display: none;
}
header .info .login {
  cursor: pointer;
}
header .info .login:before {
  content: '';
  background: url("../image/sprite.png") no-repeat 0 0;
  display: block;
  width: 14px;
  height: 14px;
}
header .info .cart {
  width: auto;
  padding-left: 18px;
  color: #333;
  line-height: 1;
}
header .info .cart:before {
  content: '';
  background: url("../image/sprite.png") no-repeat -15px 0;
  display: block;
  width: 12px;
  height: 14px;
  position: absolute;
  left: 0;
}
header .logo {
  background: #fdfdfd;
  margin: 0 -9999px;
}
@media only screen and (max-width: 767px) {
  header .logo {
    display: inline-block;
    vertical-align: top;
    width: 114px;
    height: 30px;
    margin: 0 0 0 5px;
  }
}
header .logo a {
  padding: 15px 0 0;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  header .logo a {
    padding: 0;
    display: block;
  }
}
header #menu {
  background: #fdfdfd;
  text-align: center;
  margin: 0 -10014px;
  padding: 0 9999px;
  border: solid #eee;
  border-width: 0 0 1px;
  position: static;
}
@media only screen and (max-width: 767px) {
  header {
    margin: 0;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
    z-index: 1;
  }
  .navbar-header .logo {
    float: left;
    margin: 11px 0 0 20px;
  }
  .navbar-toggle {
    margin: 15px 20px;
  }
  .container.page.product .breadcrumb {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  header #menu #category {
    color: #333;
    font-weight: 400;
    text-shadow: none;
  }
  header #menu .btn-navbar {
    background-color: #f13c70;
    background-image: linear-gradient(to bottom, #f13c70, #d7295b);
    background-repeat: repeat-x;
    border-color: #e03264 #d72759 #9e0c36;
    outline: none;
  }
  header #menu .navbar-collapse[aria-expanded="true"] {
    border-top: 1px solid #eee;
    overflow: visible;
  }
  header #menu .navbar-collapse[aria-expanded="true"] ul.nav {
    text-align: left;
    margin: 0;
  }
  header #menu .navbar-collapse[aria-expanded="true"] ul.nav > li {
    border-bottom: 1px solid #eee;
    display: block;
    margin: 0;
  }
  header #menu .navbar-collapse[aria-expanded="true"] ul.nav > li > a {
    padding: 8px 0;
  }
  header #menu .navbar-collapse[aria-expanded="true"] ul.nav > li > .dropdown-menu {
    display: none;
  }
  header #menu .navbar-collapse[aria-expanded="true"] ul.nav > li.open > .dropdown-menu {
    display: block;
    position: relative;
    background: #fff;
    box-shadow: none;
    height: auto;
    padding: 0 0 10px;
  }
  header #menu .navbar-collapse[aria-expanded="true"] ul.nav > li.open > .dropdown-menu > .dropdown-inner > ul {
    text-align: left;
  }
  header #menu .navbar-collapse[aria-expanded="true"] ul.nav > li.open > .dropdown-menu > .dropdown-inner > ul > li {
    position: relative;
    float: none;
    margin: 0;
    display: block;
    border-bottom: 1px solid #eee;
  }
  header #menu .navbar-collapse[aria-expanded="true"] ul.nav > li.open > .dropdown-menu > .dropdown-inner > ul > li > a {
    padding: 5px 0;
  }
  header #menu .navbar-collapse[aria-expanded="true"] ul.nav > li.open > .dropdown-menu > .dropdown-inner > ul > li > .dropdown-menu {
    display: none;
  }
  header #menu .navbar-collapse[aria-expanded="true"] ul.nav > li.open > .dropdown-menu > .dropdown-inner > ul > li.open > .dropdown-menu {
    display: block;
    position: relative;
    background: #fff;
    box-shadow: none;
    height: auto;
    padding: 10px 0;
  }
  header #menu .navbar-collapse[aria-expanded="true"] ul.nav > li.open > .dropdown-menu > .dropdown-inner > ul > li.open > .dropdown-menu ul li {
    width: 33.3%;
  }
}
header #menu ul.nav {
  width: 100%;
  text-align: center;
}
header #menu ul.nav > li {
  float: none;
  display: inline-block;
  margin-left: 10px;
}
header #menu ul.nav > li:first-child {
  margin: 0;
}
header #menu ul.nav > li > a {
  color: #333;
  font-size: 14px;
  text-shadow: none;
  text-decoration: none;
  position: relative;
  background: none !important;
  padding: 13px 20px 16px 17px;
  /*&:hover{
            color:#f13c70;
            &:after{
              content:'';
              width:100%;
              height:1px;
              background:#f13c70;
              position:absolute;
              left:0;
              bottom:-1px;
            }
          }*/
}
header #menu ul.nav > li.open > a,
header #menu ul.nav > li:hover > a {
  color: #f13c70;
}
header #menu ul.nav > li.open > a:after,
header #menu ul.nav > li:hover > a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #f13c70;
  position: absolute;
  left: 0;
  bottom: -1px;
}
header #menu ul.nav > li.dropdown {
  position: static;
}
header #menu ul.nav > li.dropdown:not(.open) > .dropdown-menu {
  height: 0 !important;
}
header #menu ul.nav > li.dropdown > a:before {
  content: "\f107";
  font: normal normal normal 16px/1.4 FontAwesome;
  right: 2px;
  position: absolute;
}
header #menu ul.nav > li.dropdown.open > .dropdown-menu {
  height: auto;
  /* height: 198px; */
  padding: 20px 0 25px;
}
header #menu ul.nav > li > .dropdown-menu {
  height: 0;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 0;
  margin: 0 !important;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: inset 0 0 30px #f4f4f4, 0 3px 4px rgba(0, 0, 0, 0.14);
}
header #menu ul.nav > li > .dropdown-menu > .dropdown-inner {
  width: 1200px;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  header #menu ul.nav > li > .dropdown-menu > .dropdown-inner {
    width: 1024px;
  }
}
@media only screen and (max-width: 768px) {
  header #menu ul.nav > li > .dropdown-menu > .dropdown-inner {
    width: 768px;
  }
}
@media only screen and (max-width: 640px) {
  header #menu ul.nav > li > .dropdown-menu > .dropdown-inner {
    width: 640px;
  }
}
@media only screen and (max-width: 480px) {
  header #menu ul.nav > li > .dropdown-menu > .dropdown-inner {
    width: 480px;
  }
}
header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul {
  width: 100%;
  text-align: center;
  display: block;
}
header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li {
  margin: 0 10px;
  display: inline-block;
  position: static;
}
header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li > a,
header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li > span {
  cursor: pointer;
  color: #666;
  font-size: 14px;
  padding: 0 14px 4px;
  background: none;
  position: relative;
  z-index: 9;
  min-width: 80px;
  text-decoration: none;
}
header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li > a:hover,
header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li > span:hover {
  color: #f13c70;
}
header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li > a:hover:after,
header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li > span:hover:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #f13c70;
  position: absolute;
  left: 0;
  bottom: -1px;
}
header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li > a:hover:before,
header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li > span:hover:before {
  content: "\f107";
  font: normal normal normal 16px/18px FontAwesome;
  left: 50%;
  top: 100%;
  margin-left: -6px;
  position: absolute;
}
header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li.open > span,
header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li.open > a {
  color: #f13c70;
}
header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li.open > span:after,
header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li.open > a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #f13c70;
  position: absolute;
  left: 0;
  bottom: -1px;
}
header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li.open > span:before,
header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li.open > a:before {
  content: "\f107";
  font: normal normal normal 16px/18px FontAwesome;
  left: 50%;
  top: 100%;
  margin-left: -6px;
  position: absolute;
}
header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li.dropdown.open > .dropdown-menu {
  display: block;
}
header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li.dropdown > .dropdown-menu {
  display: none;
  width: 1200px;
  height: auto;
  padding: 25px 0 0;
  margin: 0;
  position: absolute;
  z-index: 8;
  left: 0;
  border: none;
  box-shadow: none;
}
@media only screen and (max-width: 1024px) {
  header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li.dropdown > .dropdown-menu {
    width: 1024px;
  }
}
@media only screen and (max-width: 768px) {
  header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li.dropdown > .dropdown-menu {
    width: 768px;
  }
}
@media only screen and (max-width: 640px) {
  header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li.dropdown > .dropdown-menu {
    width: 640px;
  }
}
@media only screen and (max-width: 480px) {
  header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li.dropdown > .dropdown-menu {
    width: 480px;
  }
}
header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li.dropdown > .dropdown-menu > .dropdown-inner {
  display: block;
  width: 860px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li.dropdown > .dropdown-menu > .dropdown-inner {
    width: 860px;
  }
}
@media only screen and (max-width: 768px) {
  header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li.dropdown > .dropdown-menu > .dropdown-inner {
    width: 768px;
  }
}
@media only screen and (max-width: 640px) {
  header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li.dropdown > .dropdown-menu > .dropdown-inner {
    width: 640px;
  }
}
@media only screen and (max-width: 480px) {
  header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li.dropdown > .dropdown-menu > .dropdown-inner {
    width: 480px;
  }
}
header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li.dropdown > .dropdown-menu > .dropdown-inner > ul {
  display: block;
  width: 100%;
  text-align: left;
  -moz-column-count: 5;
  -webkit-column-count: 5;
  column-count: 5;
  -moz-column-gap: 0.625rem;
  -webkit-column-gap: 0.625rem;
  column-gap: 0.625rem;
  -moz-column-rule: 0;
  -webkit-column-rule: 0;
  column-rule: 0;
  /* min-height: 30rem; */
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
}
header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li.dropdown > .dropdown-menu > .dropdown-inner > ul > a {
  color: #333;
  font-size: 13px;
  text-shadow: 0 0 0 rgba(51, 51, 51, 0.2);
  line-height: 1.6;
  background: none;
  padding: 0;
  display: none;
}
header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li.dropdown > .dropdown-menu > .dropdown-inner > ul > a:hover {
  color: #f13c70;
}
header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li.dropdown > .dropdown-menu > .dropdown-inner > ul > a.main {
  display: block;
  transform: translate3d(0, 0, 0);
}
header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li.dropdown > .dropdown-menu > .dropdown-inner > ul > li {
  text-align: left;
  display: block;
  /*float: left;*/
  /*width: 25%;*/
}
header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li.dropdown > .dropdown-menu > .dropdown-inner > ul > li a {
  color: #333;
  font-size: 13px;
  text-shadow: 0 0 0 rgba(51, 51, 51, 0.2);
  line-height: 1.6;
  background: none;
  display: none;
}
header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li.dropdown > .dropdown-menu > .dropdown-inner > ul > li a:hover {
  color: #f13c70;
}
header #menu ul.nav > li > .dropdown-menu > .dropdown-inner > ul > li.dropdown > .dropdown-menu > .dropdown-inner > ul > li a.main {
  display: block;
}
.slideBlock {
  padding: 40px 0 50px;
  margin: -40px 0 40px;
  background: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 0 0 170px #f4f4f4;
}
@media only screen and (max-width: 1200px) {
  .slideBlock .slideshowBlock {
    width: 75% !important;
  }
  .slideBlock div[id*="banner"] {
    width: 25%;
    margin: 0 0 0 30px !important;
  }
  .slideBlock div[id*="banner"] > .item {
    margin: 5px 0 0 !important;
    height: 62px;
  }
  .slideBlock div[id*="banner"] > .item img {
    height: 62px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .slideBlock .owl-carousel {
    width: 540px;
  }
  .slideBlock div[id*="banner"] {
    width: 150px !important;
  }
  .slideBlock div[id*="banner"] > .item {
    height: 60px;
  }
  .slideBlock div[id*="banner"] > .item img {
    width: auto;
    height: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .slideBlock .owl-carousel {
    width: 100% !important;
  }
  .slideBlock div[id*="banner"] {
    display: none !important;
  }
}
.slideBlock .owl-controls {
  display: none;
}
.slideBlock .slideshowBlock {
  float: left;
  max-width: 900px;
}
.slideBlock div[id*="banner"] {
  display: block;
  float: left;
  max-width: 200px;
  margin: 0 0 0 55px;
}
.slideBlock div[id*="banner"] > .item {
  margin: 14px 0 0;
}
.slideBlock div[id*="banner"] > .item:first-child {
  margin: 0 !important;
}
.slideBlock div[id*="banner"] > .item > a {
  display: inline-block;
  border: 1px solid #fff;
  background: #fff;
}
.slideBlock div[id*="banner"] > .item > a img {
  opacity: .4;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.slideBlock div[id*="banner"] > .item > a:hover {
  border-color: #eee;
}
.slideBlock div[id*="banner"] > .item > a:hover img {
  opacity: 1;
}
.moduleBlock h3,
.moduleBlock .h3 {
  color: #f13c70;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 0 20px;
  margin: 0 0 42px;
  border-bottom: 1px solid #fcd8e2;
}
@media only screen and (max-width: 767px) {
  .footer-logo {
    width: 290px;
    margin: 0 auto 15px;
  }
  .footer-breadcrumb {
    padding: 0 15px;
    text-align: center;
  }
  .moduleBlock h3,
  .moduleBlock .h3 {
    font-size: 16px;
    text-transform: inherit;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    color: #000;
    font-weight: 700;
    font-family: "Open sans";
    text-transform: uppercase;
    text-align: center;
  }
}
.moduleBlock .row.issetCarousel {
  margin: 0;
}
.moduleBlock .owl-theme .owl-controls .owl-dots {
  position: absolute;
  right: 0;
  top: -87px;
}
.moduleBlock .owl-theme .owl-controls .owl-dots .owl-dot {
  margin: 0 0 0 15px;
}
.moduleBlock .owl-theme .owl-controls .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background: #fcd8e2;
  margin: 0;
}
.moduleBlock .owl-theme .owl-controls .owl-dots .owl-dot.active span,
.moduleBlock .owl-theme .owl-controls .owl-dots .owl-dot:hover span {
  background: #f13c70;
}
@media only screen and (max-width: 1024px) {
  .moduleBlock .owl-theme .owl-controls .owl-dots .owl-dot {
    margin: 0 0 0 6px;
  }
  .moduleBlock .owl-theme .owl-controls .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px !important;
  }
}
.moduleBlock.vip .product-thumb {
  position: relative;
}
.moduleBlock.vip .product-thumb .vip_name {
  color: #666;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin: 0 0 8px;
}
.moduleBlock.vip .product-thumb .vipRow {
  width: 155px;
  float: left;
}
.moduleBlock.vip .product-thumb .productRow {
  padding-left: 20px;
  overflow: hidden;
}
.moduleBlock.vip .product-thumb .image {
  border: none;
  margin: 0 0 13px;
}
.moduleBlock.vip .product-thumb .image img {
  margin: 0 auto;
}
.moduleBlock.vip .product-thumb .caption {
  text-align: left;
  padding: 0;
}
.moduleBlock.vip .product-thumb .caption .maleOption {
  display: none;
  font-size: 11px;
  line-height: 1.4;
  width: 140px;
  max-height: 34px;
  overflow: hidden;
}
.moduleBlock.vip .product-thumb .caption .manufacturer {
  position: absolute;
  bottom: 0;
  margin: 0;
}
.moduleBlock.vip .product-thumb .caption .manufacturer img {
  border: 1px solid #eee;
}
.moduleBlock.featured {
  margin: 0 0 35px;
}
.moduleBlock.featured.Block0 .owl-stage-outer .owl-stage {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .moduleBlock.featured.Block0 .owl-stage-outer .owl-stage .owl-item {
    width: 292px !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .moduleBlock.featured.Block0 .owl-stage-outer .owl-stage .owl-item {
    width: 313px !important;
  }
}
@media only screen and (max-width: 768px) and (min-width: 648px) {
  .moduleBlock.featured.Block0 .owl-stage-outer .owl-stage .owl-item {
    width: 360px !important;
  }
}
.moduleBlock.html {
  margin: 0 0 50px;
}
.moduleBlock.html .list-form {
  margin: 0;
  width: 100%;
}
.moduleBlock.html .list-form li {
  width: 188px;
  height: 60px;
  float: left;
  margin: 0 0 0 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.moduleBlock.html .list-form li:hover {
  opacity: .85;
}
.moduleBlock.html .list-form li:first-child {
  margin-left: 0;
}
.moduleBlock.html .list-form li a {
  color: #fff;
  font-size: 16px;
  line-height: 58px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  padding: 0 0 0 10px;
}
.moduleBlock.html .list-form li a img,
.moduleBlock.html .list-form li a span {
  display: inline-block;
  vertical-align: middle;
}
.moduleBlock.html .list-form li a img {
  margin-right: 5px;
}
.moduleBlock.html .list-form li.aviator {
  background: #003a6e;
}
.moduleBlock.html .list-form li.wayfarer {
  background: #9c4bad;
}
.moduleBlock.html .list-form li.circle {
  background: #54a0a4;
}
.moduleBlock.html .list-form li.cat {
  background: #77b866;
}
.moduleBlock.html .list-form li.big {
  background: #ddb92a;
}
.moduleBlock.html .list-form li.other {
  background: #f45656;
}
.moduleBlock.html .list-form li.other img {
  margin: 0 -2px 0 -5px;
}
@media only screen and (max-width: 1024px) {
  .moduleBlock.html .list-form li {
    text-align: center;
    width: 156px;
    margin: 0;
  }
  .moduleBlock.html .list-form li a {
    padding: 0;
  }
  .moduleBlock.html .list-form li a span {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .moduleBlock.html .list-form li {
    text-align: center;
    width: 90px;
    margin: 0;
  }
  .moduleBlock.html .list-form li a {
    padding: 0;
  }
  .moduleBlock.html .list-form li a img {
    margin: 0;
  }
  .moduleBlock.html .list-form li a span {
    display: none;
  }
}
.moduleBlock.html .list-form:after {
  content: '';
  display: block;
  clear: both;
}
.content-bottom {
  margin: 0 -9999px;
  padding: 45px 9999px 0;
  border-top: 1px solid #eee;
  box-shadow: 0 0 170px #f4f4f4;
  border-bottom: 1px solid #eee;
}
.content-bottom .owl-carousel {
  display: block;
}
.content-bottom > .featured {
  float: left;
  width: 640px;
  margin: 0;
}
.content-bottom > .featured.Block2 {
  width: 100%;
}
.content-bottom > .featured.Block2 + .Block3 {
  width: 100%;
  padding-top: 42px;
  margin-top: 46px;
  border-top: 1px solid #fcd8e2;
}
.content-bottom > .featured.Block2 + .Block3 h3,
.content-bottom > .featured.Block2 + .Block3 .h3 {
  display: none;
}
.content-bottom > .featured .product-thumb .caption {
  text-align: left;
}
.content-bottom > .featured + .banner {
  float: right;
  width: 450px;
}
@media only screen and (max-width: 1024px) {
  .content-bottom > .featured {
    width: 48%;
  }
  .content-bottom > .featured + .banner {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  .content-bottom > .featured {
    width: 360px;
  }
  .content-bottom > .featured + .banner {
    width: 340px;
  }
}
@media only screen and (max-width: 640px) {
  .content-bottom > .featured {
    width: 100%;
  }
  .content-bottom > .featured .manufacturer {
    display: none;
  }
  .content-bottom > .featured + .banner {
    width: 100%;
  }
}
.content-bottom:after {
  content: '';
  display: block;
  clear: both;
}
.content-footer {
  padding: 45px 0 25px;
}
.content-footer .moduleBlock.html {
  color: #666;
  margin: 0;
}
.content-footer .moduleBlock.html h3,
.content-footer .moduleBlock.html h1,
.content-footer .moduleBlock.html .h3,
.content-footer .moduleBlock.html .h1 {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  border: none;
  padding: 0;
  margin: 0 0 15px;
}
.product-layoutBlock {
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .product-layoutBlock {
    text-align: center;
  }
}
.product-layout {
  padding: 0 20px;
}
.product-layout .product-thumb .image {
  margin: 0;
  border-bottom: 1px solid #bebebe;
  position: relative;
  padding-top: 16px;
}
.product-layout .product-thumb .image .promotags {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px !important;
  height: 20px !important;
}
.product-layout .product-thumb .image .instock {
  z-index: 9;
  position: absolute;
  right: 5px;
  top: 5px;
  background: url("../image/check.png") no-repeat;
  width: 24px;
  height: 24px;
}
.product-layout .product-thumb .image img {
  width: auto;
  margin: 0 auto 20px;
}
.product-layout .product-thumb .caption {
  padding: 0 0 15px;
  text-align: center;
}
.product-layout .product-thumb .caption .manufacturer {
  float: left;
  margin-right: 15px;
  position: relative;
  z-index: 9;
}
.product-layout .product-thumb .caption .manufacturer a {
  display: inline-block;
}
.product-layout .product-thumb .caption h4 {
  font-size: 14px;
  /* text-transform:uppercase; */
  margin: 0 0 5px;
}
.product-layout .product-thumb .caption h4 a {
  color: #666;
  font-weight: 400 !important;
}
.product-layout .product-thumb .caption h4 a:hover {
  text-decoration: underline;
}
.product-layout .product-thumb .caption .maleOption {
  color: #999;
  font-size: 12px;
  display: block;
  margin: 0 0 2px;
}
.product-layout .product-thumb .caption .price {
  margin: 0;
  color: #333;
  font-size: 14px;
  text-shadow: 0 0 1px rgba(51, 51, 51, 0.2);
}
.text_empty {
  color: #666;
  font-size: 16px;
  margin: 0 0 25px;
}
.text_empty .fa {
  color: indianred;
  font-size: 20px;
  margin-right: 4px;
}
#maincontent .mix {
  display: none;
}
.page.manufacturer #content > h1,
.page.special #content > h1,
.page.search #content > h1,
.page.category #content > h1 {
  text-transform: capitalize;
}
.page.manufacturer .not-item,
.page.special .not-item,
.page.search .not-item,
.page.category .not-item {
  color: #666;
  font-size: 14px;
  margin: -25px 0 15px;
}
.page.manufacturer .description-short,
.page.special .description-short,
.page.search .description-short,
.page.category .description-short {
  margin: 0 -15px 35px;
}
@media only screen and (max-width: 640px) {
  .page.manufacturer .description-short .col-sm-3,
  .page.special .description-short .col-sm-3,
  .page.search .description-short .col-sm-3,
  .page.category .description-short .col-sm-3 {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 1280px) {
  .page.manufacturer .description-short .col-sm-3,
  .page.special .description-short .col-sm-3,
  .page.search .description-short .col-sm-3,
  .page.category .description-short .col-sm-3 {
    width: 250px;
  }
}
.page.manufacturer .description-short .img-brand,
.page.special .description-short .img-brand,
.page.search .description-short .img-brand,
.page.category .description-short .img-brand {
  width: 100%;
  margin: 0 0 25px;
}
.page.manufacturer .description-short ul,
.page.special .description-short ul,
.page.search .description-short ul,
.page.category .description-short ul {
  margin: 0;
  padding-left: 10px;
}
.page.manufacturer .description-short ul li,
.page.special .description-short ul li,
.page.search .description-short ul li,
.page.category .description-short ul li {
  margin: 6px 0 0;
}
.page.manufacturer .description-short ul li:first-child,
.page.special .description-short ul li:first-child,
.page.search .description-short ul li:first-child,
.page.category .description-short ul li:first-child {
  margin-top: 0;
}
.page.manufacturer .description-short ul li a,
.page.special .description-short ul li a,
.page.search .description-short ul li a,
.page.category .description-short ul li a {
  color: #444;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  position: relative;
}
.page.manufacturer .description-short ul li a:before,
.page.special .description-short ul li a:before,
.page.search .description-short ul li a:before,
.page.category .description-short ul li a:before {
  content: "\f105";
  font: normal normal normal 16px/1 FontAwesome;
  position: absolute;
  left: -15px;
  top: 50%;
  margin: -8px 0 0;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.page.manufacturer .description-short ul li a:hover,
.page.special .description-short ul li a:hover,
.page.search .description-short ul li a:hover,
.page.category .description-short ul li a:hover {
  color: #f13c70;
}
.page.manufacturer .description-short ul li a:hover:before,
.page.special .description-short ul li a:hover:before,
.page.search .description-short ul li a:hover:before,
.page.category .description-short ul li a:hover:before {
  left: -10px;
  opacity: 1;
}
.page.manufacturer .description-short .description,
.page.special .description-short .description,
.page.search .description-short .description,
.page.category .description-short .description {
  color: #666;
  font-size: 14px;
}
@media only screen and (min-width: 1280px) {
  .page.manufacturer .description-short .description,
  .page.special .description-short .description,
  .page.search .description-short .description,
  .page.category .description-short .description {
    width: 950px;
  }
}
.page.manufacturer .mix-filter,
.page.special .mix-filter,
.page.search .mix-filter,
.page.category .mix-filter {
  background: #ccc;
  margin: 0 -9999px 55px;
  padding: 3px 9999px;
}
.page.manufacturer .mix-filter .filtro-generi,
.page.special .mix-filter .filtro-generi,
.page.search .mix-filter .filtro-generi,
.page.category .mix-filter .filtro-generi,
.page.manufacturer .mix-filter .filtro-forme,
.page.special .mix-filter .filtro-forme,
.page.search .mix-filter .filtro-forme,
.page.category .mix-filter .filtro-forme {
  padding: 5px 15px;
}
.page.manufacturer .mix-filter .filtro-generi button,
.page.special .mix-filter .filtro-generi button,
.page.search .mix-filter .filtro-generi button,
.page.category .mix-filter .filtro-generi button,
.page.manufacturer .mix-filter .filtro-forme button,
.page.special .mix-filter .filtro-forme button,
.page.search .mix-filter .filtro-forme button,
.page.category .mix-filter .filtro-forme button {
  background: none;
  border: none;
  outline: none !important;
}
.page.manufacturer .mix-filter .filtro-generi button.text,
.page.special .mix-filter .filtro-generi button.text,
.page.search .mix-filter .filtro-generi button.text,
.page.category .mix-filter .filtro-generi button.text,
.page.manufacturer .mix-filter .filtro-forme button.text,
.page.special .mix-filter .filtro-forme button.text,
.page.search .mix-filter .filtro-forme button.text,
.page.category .mix-filter .filtro-forme button.text {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
}
.page.manufacturer .mix-filter .filtro-generi button.text.active,
.page.special .mix-filter .filtro-generi button.text.active,
.page.search .mix-filter .filtro-generi button.text.active,
.page.category .mix-filter .filtro-generi button.text.active,
.page.manufacturer .mix-filter .filtro-forme button.text.active,
.page.special .mix-filter .filtro-forme button.text.active,
.page.search .mix-filter .filtro-forme button.text.active,
.page.category .mix-filter .filtro-forme button.text.active {
  color: #000;
  font-weight: 600;
}
.page.manufacturer .mix-filter .filtro-generi button.img,
.page.special .mix-filter .filtro-generi button.img,
.page.search .mix-filter .filtro-generi button.img,
.page.category .mix-filter .filtro-generi button.img,
.page.manufacturer .mix-filter .filtro-forme button.img,
.page.special .mix-filter .filtro-forme button.img,
.page.search .mix-filter .filtro-forme button.img,
.page.category .mix-filter .filtro-forme button.img {
  text-indent: -9999px;
  width: 66px;
  height: 28px;
}
.page.manufacturer .mix-filter .filtro-generi button.img.active,
.page.special .mix-filter .filtro-generi button.img.active,
.page.search .mix-filter .filtro-generi button.img.active,
.page.category .mix-filter .filtro-generi button.img.active,
.page.manufacturer .mix-filter .filtro-forme button.img.active,
.page.special .mix-filter .filtro-forme button.img.active,
.page.search .mix-filter .filtro-forme button.img.active,
.page.category .mix-filter .filtro-forme button.img.active {
  background-position: 0 -28px;
}
.page.manufacturer .mix-filter .filtro-generi button.cat,
.page.special .mix-filter .filtro-generi button.cat,
.page.search .mix-filter .filtro-generi button.cat,
.page.category .mix-filter .filtro-generi button.cat,
.page.manufacturer .mix-filter .filtro-forme button.cat,
.page.special .mix-filter .filtro-forme button.cat,
.page.search .mix-filter .filtro-forme button.cat,
.page.category .mix-filter .filtro-forme button.cat {
  background: url("../image/filter-cat.png") no-repeat;
}
.page.manufacturer .mix-filter .filtro-generi button.round,
.page.special .mix-filter .filtro-generi button.round,
.page.search .mix-filter .filtro-generi button.round,
.page.category .mix-filter .filtro-generi button.round,
.page.manufacturer .mix-filter .filtro-forme button.round,
.page.special .mix-filter .filtro-forme button.round,
.page.search .mix-filter .filtro-forme button.round,
.page.category .mix-filter .filtro-forme button.round {
  background: url("../image/filter-round.png") no-repeat;
}
.page.manufacturer .mix-filter .filtro-generi button.geo,
.page.special .mix-filter .filtro-generi button.geo,
.page.search .mix-filter .filtro-generi button.geo,
.page.category .mix-filter .filtro-generi button.geo,
.page.manufacturer .mix-filter .filtro-forme button.geo,
.page.special .mix-filter .filtro-forme button.geo,
.page.search .mix-filter .filtro-forme button.geo,
.page.category .mix-filter .filtro-forme button.geo {
  background: url("../image/filter-geo.png") no-repeat;
}
.page.manufacturer .mix-filter .filtro-generi button.ovesize,
.page.special .mix-filter .filtro-generi button.ovesize,
.page.search .mix-filter .filtro-generi button.ovesize,
.page.category .mix-filter .filtro-generi button.ovesize,
.page.manufacturer .mix-filter .filtro-forme button.ovesize,
.page.special .mix-filter .filtro-forme button.ovesize,
.page.search .mix-filter .filtro-forme button.ovesize,
.page.category .mix-filter .filtro-forme button.ovesize {
  background: url("../image/filter-ovesize.png") no-repeat;
}
.page.manufacturer .mix-filter .filtro-generi button.other,
.page.special .mix-filter .filtro-generi button.other,
.page.search .mix-filter .filtro-generi button.other,
.page.category .mix-filter .filtro-generi button.other,
.page.manufacturer .mix-filter .filtro-forme button.other,
.page.special .mix-filter .filtro-forme button.other,
.page.search .mix-filter .filtro-forme button.other,
.page.category .mix-filter .filtro-forme button.other {
  background: url("../image/filter-other.png") no-repeat;
}
.page.manufacturer .mix-filter .filtro-generi button.aviator,
.page.special .mix-filter .filtro-generi button.aviator,
.page.search .mix-filter .filtro-generi button.aviator,
.page.category .mix-filter .filtro-generi button.aviator,
.page.manufacturer .mix-filter .filtro-forme button.aviator,
.page.special .mix-filter .filtro-forme button.aviator,
.page.search .mix-filter .filtro-forme button.aviator,
.page.category .mix-filter .filtro-forme button.aviator {
  background: url("../image/filter-aviator.png") no-repeat;
}
.page.manufacturer .search-form .checkbox-inline,
.page.special .search-form .checkbox-inline,
.page.search .search-form .checkbox-inline,
.page.category .search-form .checkbox-inline {
  padding-left: 0;
}
.page.manufacturer .search-form .jcf-select,
.page.special .search-form .jcf-select,
.page.search .search-form .jcf-select,
.page.category .search-form .jcf-select {
  height: 38px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.115) !important;
}
.page.manufacturer .search-form .jcf-select:before,
.page.special .search-form .jcf-select:before,
.page.search .search-form .jcf-select:before,
.page.category .search-form .jcf-select:before {
  top: 15px;
}
.page.manufacturer .search-form .jcf-select.jcf-drop-active,
.page.special .search-form .jcf-select.jcf-drop-active,
.page.search .search-form .jcf-select.jcf-drop-active,
.page.category .search-form .jcf-select.jcf-drop-active {
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.095) !important;
}
.page.manufacturer .search-form .jcf-select .jcf-select-text,
.page.special .search-form .jcf-select .jcf-select-text,
.page.search .search-form .jcf-select .jcf-select-text,
.page.category .search-form .jcf-select .jcf-select-text {
  font-size: 14px;
  line-height: 36px;
}
.page.manufacturer .search-form .btn-green,
.page.special .search-form .btn-green,
.page.search .search-form .btn-green,
.page.category .search-form .btn-green {
  padding: 8px 24px 7px;
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  .page.manufacturer .description-short .col-sm-3,
  .page.special .description-short .col-sm-3,
  .page.search .description-short .col-sm-3,
  .page.category .description-short .col-sm-3 {
    margin: 0;
  }
  .page.manufacturer .description-short .col-sm-3 .img-brand,
  .page.special .description-short .col-sm-3 .img-brand,
  .page.search .description-short .col-sm-3 .img-brand,
  .page.category .description-short .col-sm-3 .img-brand {
    margin: 0;
  }
  .page.manufacturer .description-short ul,
  .page.special .description-short ul,
  .page.search .description-short ul,
  .page.category .description-short ul {
    display: none;
  }
  .page.manufacturer .description-short .description,
  .page.special .description-short .description,
  .page.search .description-short .description,
  .page.category .description-short .description {
    display: none;
  }
  .page.manufacturer .mix-filter fieldset,
  .page.special .mix-filter fieldset,
  .page.search .mix-filter fieldset,
  .page.category .mix-filter fieldset {
    width: 100%;
  }
  .page.manufacturer .mix-filter .filtro-generi,
  .page.special .mix-filter .filtro-generi,
  .page.search .mix-filter .filtro-generi,
  .page.category .mix-filter .filtro-generi,
  .page.manufacturer .mix-filter .filtro-forme,
  .page.special .mix-filter .filtro-forme,
  .page.search .mix-filter .filtro-forme,
  .page.category .mix-filter .filtro-forme {
    text-align: center;
  }
  .page.manufacturer .mix-filter .filtro-generi button,
  .page.special .mix-filter .filtro-generi button,
  .page.search .mix-filter .filtro-generi button,
  .page.category .mix-filter .filtro-generi button,
  .page.manufacturer .mix-filter .filtro-forme button,
  .page.special .mix-filter .filtro-forme button,
  .page.search .mix-filter .filtro-forme button,
  .page.category .mix-filter .filtro-forme button {
    margin: 0 0 10px;
  }
}
body[class*="product-product-"] .content-footer {
  margin: 0 -9999px -30px;
  padding: 45px 9999px 0;
  border-top: 1px solid #eee;
  box-shadow: inset 0 0 170px #f4f4f4;
}
.page.product .imgBox {
  max-width: 700px;
  text-align: center;
  padding-top: 108px;
}
@media only screen and (max-width: 767px) {
  .page.product .imgBox {
    padding-top: 20px;
  }
}
.page.product .imgBox + .col-xs-1 {
  width: 70px;
}
.page.product .imgBox a {
  display: inline-block;
}
.page.product #scrollBox {
  width: 430px;
}
.page.product .productContent {
  position: relative;
  margin: 0 -15px 15px;
}
.page.product ul.thumbnails {
  margin: 0;
  overflow: visible;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .page.product ul.thumbnails {
    padding-left: 0;
  }
}
.page.product ul.thumbnails li {
  margin: 115px 0 0;
}
.page.product ul.thumbnails li:first-child {
  margin: 0;
}
.page.product ul.thumbnails li img {
  max-width: 100%;
}
.page.product .headingBlock {
  margin: 0 0 45px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page.product .headingBlock {
    margin: 0 0 28px;
  }
}
.page.product .headingBlock:after {
  content: '';
  display: block;
  clear: both;
}
.page.product .headingBlock h1 {
  color: #999;
  font-size: 18px;
  margin: 0;
  float: left;
}
.page.product .headingBlock h1 span {
  display: inline-block;
  position: relative;
}
.page.product .headingBlock h1 .brandProd {
  font-size: 18px;
  /* text-transform:uppercase; */
  margin: 0 0 10px;
}
.page.product .headingBlock h1 .nameProd {
  font-size: 12px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .page.product .headingBlock h1 {
    max-width: calc(100% - 130px);
  }
  .page.product .headingBlock h1 .brandProd {
    color: #000;
    padding: 0 36px 0 0;
    margin: 0 0 8px;
  }
  .page.product .headingBlock h1 .nameProd {
    font-size: 12px;
    color: #999;
    margin: 0 0 8px;
  }
}
.page.product .headingBlock .promotags {
  position: absolute;
  width: 34px !important;
  height: 16px !important;
  right: -38px !important;
}
@media only screen and (max-width: 767px) {
  .page.product .headingBlock .promotags {
    right: 0 !important;
  }
}
.page.product .headingBlock .brandImg {
  width: 180px;
  float: right;
}
@media only screen and (max-width: 767px) {
  .page.product .headingBlock .brandImg {
    width: 70px;
  }
}
.page.product .headingBlock .brandImg img {
  max-width: 100%;
  height: auto;
}
.page.product .attributeList {
  color: #666;
  font-size: 12px;
  margin: 0 0 35px;
}
@media only screen and (max-width: 767px) {
  .page.product .attributeList {
    margin: 0 -20px 0;
  }
}
.page.product .attributeList li {
  position: relative;
}
.page.product .attributeList li:after {
  content: '';
  display: block;
  clear: both;
}
.page.product .attributeList li a {
  color: #666;
  text-decoration: underline;
}
.page.product .attributeList li a:hover {
  text-decoration: none;
}
.page.product .attributeList li b {
  width: 75px;
  font-weight: 400;
  float: left;
}
.page.product .attributeList li span {
  overflow: hidden;
  float: left;
  width: 295px;
}
@media only screen and (max-width: 767px) {
  .page.product .attributeList li {
    padding: 5px 20px;
    overflow: hidden;
    margin: 0;
  }
  .page.product .attributeList li:nth-child(odd) {
    background: #f6f6f6;
  }
  .page.product .attributeList li b {
    width: 115px;
    font-size: 13px;
    color: #333;
  }
  .page.product .attributeList li span,
  .page.product .attributeList li a {
    overflow: hidden;
    display: block;
    font-family: 'Open Sans', sans-serif;
    float: none;
    width: auto;
    font-size: 13px;
    color: #333;
  }
}
.page.product .stockBlock {
  color: #666;
  font-size: 12px;
  margin: 0 0 10px;
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .page.product .stockBlock::before {
    display: none;
  }
  .page.product .stockBlock {
    font-size: 14px;
    margin: 0;
    padding: 0;
  }
}
.page.product .stockBlock.instock {
  color: #50AF00;
  font-size: 14px;
}
.page.product .stockBlock.instock:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  background: url("../image/check.png") no-repeat;
  width: 24px;
  height: 24px;
  margin: -12px 0 0;
}
.page.product .stockBlock.outstock {
  color: darkred;
  font-size: 14px;
}
.page.product .stockBlock.outstock:before {
  content: "\f05a";
  position: absolute;
  left: 3px;
  top: 50%;
  font: normal normal normal 22px/1 FontAwesome;
  width: 26px;
  height: 26px;
  margin: -11px 0 0;
  text-align: center;
}
.page.product .stockBlock.status10,
.page.product .stockBlock.status9,
.page.product .stockBlock.status6 {
  color: deeppink;
  font-size: 14px;
}
.page.product .stockBlock.status10:before,
.page.product .stockBlock.status9:before,
.page.product .stockBlock.status6:before {
  content: "\f00c";
  position: absolute;
  left: 3px;
  top: 50%;
  color: deeppink;
  font: normal normal normal 22px/1 FontAwesome;
  width: 26px;
  height: 26px;
  margin: -10px 0 0;
  text-align: center;
}
.page.product .priceBlock {
  background: #f5f5f5;
  border-radius: 7px;
  padding: 20px 30px 20px;
}
@media only screen and (max-width: 767px) {
  .priceBlock .form-group {
    margin: 0 0 15px;
  }
  .page.product .priceBlock {
    background: #fff;
    border-radius: 0;
    padding: 0;
    margin: 0 0 34px;
  }
}
.page.product .priceBlock .priceList {
  margin-bottom: 20px;
}
.page.product .priceBlock .priceList li {
  vertical-align: bottom;
  display: inline-block;
}
.page.product .priceBlock .priceList li span.percentBlock {
  color: #fff;
  font-size: 11px;
  background: #f2618b;
  padding: 1px 4px 2px;
  border-radius: 50px;
  margin: 0 10px 0 6px;
  position: relative;
  top: -2px;
}
.page.product .priceBlock .priceList li span.price-new,
.page.product .priceBlock .priceList li span.price-default {
  color: #333;
  font-size: 22px;
}
.page.product .priceBlock .priceList li span.price-old {
  color: #999;
  font-size: 14px;
  text-decoration: line-through;
  margin-right: 5px;
}
.page.product .priceBlock .priceList li.discounts {
  padding-left: 6px;
}
.page.product .priceBlock .btn {
  width: 100%;
}
.page.product .priceBlock .deliveryBlock {
  color: #999;
  font-size: 14px;
  text-align: center;
}
.page.product .priceBlock .deliveryBlock a {
  color: #3cb0f3;
  text-decoration: none;
  border-bottom: 1px dashed #3cb0f3;
}
.page.product .priceBlock .deliveryBlock a:hover {
  border-bottom: transparent;
}
.page.product .triggerBlock {
  color: #666;
  font-size: 12px;
  background: url("../image/logo-pink.png") no-repeat;
  padding: 0 0 20px 130px;
  margin: 60px 0 0;
  display: none;
}
.page.product .triggerBlock ul {
  margin: 0;
}
.page.product .triggerBlock ul li {
  margin: 10px 0 0;
}
.page.product .triggerBlock ul li:first-child {
  margin: 0;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .page.product .headingBlock {
    margin: 0 0 15px;
  }
  .page.product .headingBlock .brandImg {
    display: none;
  }
  .page.product .attributeList {
    margin: 0 0 15px;
  }
  .page.product .attributeList li {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #eee;
  }
  .page.product .attributeList li b {
    width: 100%;
  }
  .page.product .priceBlock {
    padding: 15px 15px 10px;
  }
  .page.product #scrollBox {
    width: 310px;
    top: 0 !important;
  }
  .page.product .triggerBlock {
    margin: 15px 0 0;
    background: none;
    padding: 0;
  }
  .page.product .triggerBlock ul {
    padding-left: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .page.product .headingBlock .brandImg {
    display: block;
  }
  .page.product #scrollBox {
    width: 100%;
    padding: 25px 15px 0;
    top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .page.product #scrollBox {
    padding: 30px 20px 0;
  }
}
#content > h1 {
  color: #f13c70;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #fcd8e2;
}
.breadcrumb {
  padding: 0;
  background: none;
  margin: -20px 0 10px;
}
.breadcrumb li a {
  color: #999;
  font-size: 12px;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li + li:before {
  color: #999;
  content: "\f101";
  font: normal normal normal 12px/1 FontAwesome;
  left: -1px;
  position: relative;
}
.page.about .trigger {
  height: 602px;
  background: url("../image/about-trigger.png") no-repeat 48% 0;
  border-bottom: 1px solid #eee;
  margin: 0 -9999px;
  padding: 0 9999px;
  position: relative;
}
.page.about .trigger .container {
  position: relative;
}
.page.about .trigger .one-circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid #ff3366;
  background: #fff;
  position: absolute;
  right: 72px;
  top: 80px;
}
@media only screen and (max-width: 640px) {
  .page.about .trigger .one-circle {
    position: relative;
    right: auto;
    top: auto;
    left: 40px;
  }
}
.page.about .trigger .one-circle span {
  color: #ff3366;
  font-size: 84px;
  line-height: 90px;
  background: #fff;
  position: absolute;
  left: -40px;
  top: 60px;
  display: block;
}
.page.about .trigger .one-circle p {
  color: #333;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
  text-transform: uppercase;
  background: #fff;
  width: 380px;
  display: block;
  position: absolute;
  left: -40px;
  top: 150px;
}
.page.about .trigger .second-circle {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 1px solid #ff3366;
  background: #fff;
  position: absolute;
  right: 500px;
  top: 90px;
}
@media only screen and (max-width: 640px) {
  .page.about .trigger .second-circle {
    position: relative;
    right: 0;
    top: 25px;
    left: 40px;
  }
}
.page.about .trigger .second-circle span {
  color: #ff3366;
  font-size: 62px;
  line-height: 70px;
  background: #fff;
  position: absolute;
  left: -30px;
  top: 50px;
  display: block;
}
.page.about .trigger .second-circle p {
  color: #333;
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
  text-transform: uppercase;
  background: #fff;
  width: 260px;
  display: block;
  position: absolute;
  left: -30px;
  top: 120px;
}
.page.about .trigger .last-circle {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 1px solid #ff3366;
  background: #fff;
  position: absolute;
  right: 435px;
  top: 325px;
}
@media only screen and (max-width: 640px) {
  .page.about .trigger .last-circle {
    right: 0;
    top: 50%;
  }
}
.page.about .trigger .last-circle span {
  color: #ff3366;
  font-size: 46px;
  line-height: 52px;
  background: #fff;
  position: absolute;
  left: -25px;
  top: 40px;
  display: block;
}
.page.about .trigger .last-circle p {
  color: #333;
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
  text-transform: uppercase;
  background: #fff;
  display: block;
  position: absolute;
  left: -25px;
  top: 90px;
}
.page.about .trigger:before {
  content: '';
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 60%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(60%, #ffffff), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 60%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 60%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 60%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 60%, #f7f7f7 100%);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page.about .brandBlock {
  padding: 100px 0;
  position: relative;
  background: url("../image/about-description.png") no-repeat 97% 70%;
}
@media only screen and (max-width: 1024px) {
  .page.about .brandBlock {
    padding: 45px 0;
    background: none;
  }
}
.page.about .brandBlock:after {
  content: '';
  display: block;
  clear: both;
}
.page.about .brandBlock p {
  color: #333;
  font-size: 16px;
  margin: 0 0 55px;
}
.page.about .brandBlock ul {
  max-width: 660px;
  margin: 0;
  padding-left: 17px;
}
.page.about .brandBlock ul li {
  color: #666;
  font-size: 15px;
  margin: 0 0 8px;
  float: left;
  width: 33.3%;
}
@media only screen and (max-width: 760px) {
  .page.about .brandBlock ul {
    width: 100%;
  }
  .page.about .brandBlock ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .page.about .brandBlock ul {
    width: 100%;
  }
  .page.about .brandBlock ul li {
    width: 100%;
  }
}
.page.about .aboutBlock {
  color: #333;
  font-size: 15px;
  padding: 135px 9999px;
  margin: 0 -9999px;
  background: #e6e5ea url("../image/aboutBlock.png") no-repeat 52% 0;
}
@media only screen and (max-width: 1024px) {
  .page.about .aboutBlock {
    padding: 65px 9999px;
  }
}
.page.about .aboutBlock p {
  margin: 30px 0 0;
}
.page.about .aboutBlock p:first-child {
  margin: 0;
}
.page.about .aboutBlock .container {
  max-width: 830px;
  padding: 0;
  margin: 0;
  position: relative;
}
.page.about .aboutBlock .container:before {
  content: '';
  background: #f5acc3;
  width: 180px;
  height: 1px;
  position: absolute;
  top: -34px;
}
.page.about .aboutBlock .container:after {
  content: '';
  background: #f5acc3;
  width: 180px;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: -34px;
}
.page.about .other {
  color: #333333;
  font-size: 15px;
  padding: 55px 180px 25px;
}
@media only screen and (max-width: 1024px) {
  .page.about .other {
    padding: 35px 40px 20px;
  }
}
.page.contact .ToPartners {
  color: #666;
  font-size: 14px;
  position: relative;
  padding: 0 0 25px;
  margin: 0 0 35px;
}
.page.contact .ToPartners:before {
  content: '';
  width: 410px;
  height: 1px;
  background: #f6f6f6;
  position: absolute;
  left: 50%;
  margin-left: -205px;
  bottom: 0;
}
.page.contact .Contacts {
  padding: 0 0 35px;
  margin: 0 0 40px;
  border-bottom: 1px dashed #eee;
}
.page.contact .Contacts .title {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 13px;
}
.page.contact .Contacts a {
  color: #333;
}
.page.contact .Contacts span {
  color: #333;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: block;
  margin: 0 0 8px;
  position: relative;
  padding-left: 20px;
}
.page.contact .Contacts span:before {
  content: '';
  background: url("../image/sprite.png") no-repeat;
  position: absolute;
  left: 0;
}
.page.contact .Contacts span.phone:before {
  top: 5px;
  background-position: -27px 0;
  width: 12px;
  height: 12px;
}
.page.contact .Contacts span.open:before {
  top: 5px;
  background-position: -40px 0;
  width: 12px;
  height: 12px;
}
.page.contact .Contacts span.mail:before {
  top: 5px;
  background-position: -54px 0;
  width: 12px;
  height: 12px;
}
.page.contact .Contacts a.skype {
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: block;
  margin: 0 0 8px;
  position: relative;
  padding-left: 20px;
}
.page.contact .questBlock {
  color: #666;
  font-size: 14px;
  padding: 0 0 10px;
  margin: 0 0 20px;
}
.page.contact .questBlock b {
  color: #f13c70;
  font-weight: 400;
}
.page.contact .form-horizontal .form-control {
  height: 52px;
}
.page.contact .form-horizontal textarea.form-control {
  height: 119px;
}
.page.contact .social-net {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}
.page.contact .social-net:after {
  content: '';
  display: block;
  clear: both;
}
.page.contact .social-net li {
  float: left;
  background: url("../image/social-img.png") no-repeat;
  margin: 0 0 0 16px;
}
.page.contact .social-net li.vk {
  width: 12px;
  height: 15px;
  background-position: 0 0;
}
.page.contact .social-net li.vk:hover {
  background-position: 0 -17px;
}
.page.contact .social-net li.fb {
  width: 10px;
  height: 15px;
  background-position: -12px 0;
}
.page.contact .social-net li.fb:hover {
  background-position: -12px -17px;
}
.page.contact .social-net li.twitter {
  width: 20px;
  height: 16px;
  background-position: -22px 0;
}
.page.contact .social-net li.twitter:hover {
  background-position: -22px -17px;
}
.page.contact .social-net li.instagram {
  width: 16px;
  height: 16px;
  background-position: -42px 0;
}
.page.contact .social-net li.instagram:hover {
  background-position: -42px -17px;
}
.page.contact .social-net li:first-child {
  margin: 0;
}
.page.contact .social-net li a {
  display: block;
  height: 100%;
}
@media (max-width: 1024px) {
  .page.contact .Contacts .col-sm-2 {
    width: 10%;
  }
  .page.contact .Contacts .col-sm-8 {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .page.contact .Contacts .col-sm-2 {
    width: 0;
  }
  .page.contact .Contacts .col-sm-8 {
    width: 100%;
  }
  .page.contact .Contacts .col-sm-8 .col-sm-4 {
    width: 30%;
  }
  .page.contact .Contacts .col-sm-8 .col-sm-4:first-child {
    width: 40%;
  }
}
.page.information {
  color: #666;
  font-size: 14px;
  padding: 0 15px 25px;
}
.page.information img {
  max-width: 100%;
}
body[class*="information-information"] .content-footer {
  padding: 0;
}
.TriggerCircle {
  margin: 0;
  padding: 45px 25px 30px;
}
.TriggerCircle:after {
  content: '';
  display: block;
  clear: both;
}
.TriggerCircle .circle {
  width: 160px;
  height: 160px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ffc3c3;
  float: left;
  margin-left: 159px;
  position: relative;
}
.TriggerCircle .circle:first-child {
  margin-left: 0;
}
.TriggerCircle .circle p {
  color: #333;
  font-size: 17px;
  line-height: 1.6;
  padding: 10px 0;
  text-transform: uppercase;
  background: #fff;
  width: 230px;
  position: absolute;
  left: -15px;
  top: 38px;
}
.TriggerCircle .circle span {
  color: #ff3366;
  font-size: 32px;
  line-height: 1.4;
  text-transform: uppercase;
  background: #fff;
  padding: 6px 15px 6px 0;
  position: absolute;
  left: -15px;
  top: 72px;
}
@media only screen and (max-width: 767px) {
  .TriggerCircle {
    padding: 5px 15px 15px;
  }
  .TriggerCircle .circle {
    float: none;
    margin: 0 auto 25px;
  }
  .TriggerCircle .circle:first-child {
    margin-left: auto;
  }
}
body.checkout-checkout #quickcheckout {
  max-width: none;
  margin: 0;
  padding: 0 0 35px;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  body.checkout-checkout #quickcheckout .wrap {
    padding: 0 15px;
  }
}
body.checkout-checkout #quickcheckout > .wrapper {
  max-width: 1170px;
  margin: 0 auto;
  overflow: visible;
}
body.checkout-checkout #quickcheckout .header {
  margin: 0 -9999px 15px;
  padding: 10px 9999px 10px;
  background: #fdfdfd;
  border-bottom: 1px solid #eeeeee;
}
body.checkout-checkout #quickcheckout .header .logo {
  padding: 15px 0 0;
}
@media only screen and (max-width: 640px) {
  body.checkout-checkout #quickcheckout .header .logo {
    text-align: center;
  }
}
body.checkout-checkout #quickcheckout .header .phone {
  text-align: center;
  padding: 35px 0 0;
}
body.checkout-checkout #quickcheckout .header .phone span {
  color: #333;
  font-size: 14px;
}
body.checkout-checkout #quickcheckout .header .phone span + span {
  margin-left: 15px;
}
body.checkout-checkout #quickcheckout .breadcrumb {
  margin: 0 0 20px;
}
body.checkout-checkout #quickcheckout h1 {
  color: #f13c70;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 0 20px;
  margin: 0 0 30px;
  border-bottom: 1px solid #fcd8e2;
}
body.checkout-checkout #quickcheckout .go-shop {
  text-align: right;
  padding: 0 80px;
  margin: 0 0 25px;
}
body.checkout-checkout #quickcheckout .go-shop a {
  color: #333;
  font-size: 13px;
  text-decoration: underline;
}
body.checkout-checkout #quickcheckout .go-shop a:hover {
  text-decoration: none;
}
body.checkout-checkout #quickcheckout .block-content {
  padding: 0 10px;
}
body.checkout-checkout #quickcheckout .block-content:after {
  content: '';
  display: block;
  clear: both;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default {
  margin: 0 0 35px;
  padding: 0 0 15px;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #f4f4f4;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-heading {
  display: none;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body {
  padding: 0;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-cart {
  border: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-cart > thead > tr > td {
  color: #999;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  padding: 13px 15px 14px;
  border: none;
  border-bottom: 1px solid #f4f4f4;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-cart > thead > tr > td.qc-image,
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-cart > thead > tr > td.qc-quantity,
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-cart > thead > tr > td.qc-price,
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-cart > thead > tr > td.qc-total {
  text-align: center;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-cart > thead > tr > td.qc-image {
  width: 180px;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-cart > thead > tr > td.qc-quantity {
  width: 160px;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-cart > thead > tr > td.qc-name {
  width: 320px;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-cart > thead > tr > td.qc-price,
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-cart > thead > tr > td.qc-total {
  width: 100px;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-cart > tbody > tr > td {
  border: none;
  padding: 15px 15px 15px;
  border-bottom: 1px solid #f4f4f4;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-cart > tbody > tr > td.qc-image {
  text-align: center;
  position: relative;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-cart > tbody > tr > td.qc-image .fa {
  color: #999;
  font-size: 18px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-cart > tbody > tr > td.qc-image .fa:hover {
  color: red;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-cart > tbody > tr > td.qc-image .fa:after {
  display: none;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-cart > tbody > tr > td.qc-image img {
  width: 70px;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-cart > tbody > tr > td.qc-name {
  color: #666;
  font-size: 12px;
  padding-top: 25px;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-cart > tbody > tr > td.qc-name a {
  color: #666;
  text-decoration: underline;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-cart > tbody > tr > td.qc-name a:hover {
  text-decoration: none;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-cart > tbody > tr > td.qc-price,
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-cart > tbody > tr > td.qc-quantity,
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-cart > tbody > tr > td.qc-total {
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-cart > tbody > tr > td.qc-quantity .btn {
  border: 1px solid #eee;
  background: none;
  color: #666;
  border-radius: 6px;
  padding: 7px 9px 5px;
  outline: none !important;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-cart > tbody > tr > td.qc-quantity .btn:hover {
  color: #f13c70;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-cart > tbody > tr > td.qc-quantity input[type="text"] {
  border: none;
  box-shadow: none !important;
  margin: 0 4px;
  width: 62px;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-options {
  width: 320px;
  float: left;
  margin-left: 440px;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-options label {
  color: #666;
  font-size: 12px;
  margin: 0 0 5px;
  display: block;
  width: 100%;
  text-align: left;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-options .qc-total {
  display: block;
  width: 100%;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-options .qc-total input[type="text"] {
  width: 70%;
  float: left;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-options .qc-total .btn {
  margin-left: 15px;
  padding: 9px 30px;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-summary {
  width: 250px;
  float: right;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-summary .qc-totals .control-label {
  color: #676767;
  font-size: 13px;
  font-weight: 400;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-summary .qc-totals .form-control-static {
  color: #333;
  font-size: 14px;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-summary .qc-totals + .qc-totals .control-label {
  padding-top: 8px;
}
body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-summary .qc-totals + .qc-totals .form-control-static {
  font-size: 18px;
  font-weight: 600;
  padding-top: 6px;
}
body.checkout-checkout #quickcheckout .aqc-column-4 {
  padding: 0 80px;
  margin: 0 -15px;
}
body.checkout-checkout #quickcheckout .aqc-column-4 #step_7 {
  display: none !important;
}
body.checkout-checkout #quickcheckout .aqc-column-4 #step_2,
body.checkout-checkout #quickcheckout .aqc-column-4 #step_8 {
  width: 46%;
  float: left;
}
body.checkout-checkout #quickcheckout .aqc-column-4 #step_5 {
  width: 46%;
  float: right;
}
body.checkout-checkout #quickcheckout #payment_address_wrap .panel-default,
body.checkout-checkout #quickcheckout #confirm_wrap .panel-default {
  border: none;
  box-shadow: none !important;
  margin: 0;
}
body.checkout-checkout #quickcheckout #payment_address_wrap .panel-default .panel-heading,
body.checkout-checkout #quickcheckout #confirm_wrap .panel-default .panel-heading {
  display: none;
}
body.checkout-checkout #quickcheckout #payment_address_wrap .panel-default .panel-body,
body.checkout-checkout #quickcheckout #confirm_wrap .panel-default .panel-body {
  padding: 0;
}
body.checkout-checkout #quickcheckout #payment_address_wrap .form-group,
body.checkout-checkout #quickcheckout #confirm_wrap .form-group {
  margin-bottom: 20px;
}
body.checkout-checkout #quickcheckout #payment_address_wrap .text-danger,
body.checkout-checkout #quickcheckout #confirm_wrap .text-danger {
  padding: 5px 0 0;
  width: 70%;
  margin-left: 26%;
}
body.checkout-checkout #quickcheckout #payment_address_wrap .form-control {
  padding-left: 25px;
}
body.checkout-checkout #quickcheckout #payment_address_wrap #payment_address > div {
  position: relative;
}
body.checkout-checkout #quickcheckout #payment_address_wrap #payment_address > div.required .control-label:before {
  display: none;
}
body.checkout-checkout #quickcheckout #payment_address_wrap #payment_address > div.required .control-label:after {
  content: '* ';
  color: #f00;
  font-weight: bold;
}
body.checkout-checkout #quickcheckout #payment_address_wrap #payment_address > div .col-xs-6 .control-label {
  color: #999;
  font-size: 14px;
}
body.checkout-checkout #quickcheckout #payment_address_wrap #payment_address > div .col-xs-6:first-child {
  width: 23%;
  text-align: right;
  padding-right: 0;
}
body.checkout-checkout #quickcheckout #payment_address_wrap #payment_address > div .col-xs-6 + .col-xs-6 {
  width: 77%;
}
body.checkout-checkout #quickcheckout #payment_address_wrap #firstname_input .col-xs-6 + .col-xs-6 {
  position: relative;
}
body.checkout-checkout #quickcheckout #payment_address_wrap #firstname_input .col-xs-6 + .col-xs-6:before {
  content: '';
  background: url("../image/sprite.png") no-repeat 0 -72px;
  width: 10px;
  height: 12px;
  position: absolute;
  left: 27px;
  top: 50%;
  margin-top: -6px;
}
body.checkout-checkout #quickcheckout #payment_address_wrap #email_input .col-xs-6 + .col-xs-6 {
  position: relative;
}
body.checkout-checkout #quickcheckout #payment_address_wrap #email_input .col-xs-6 + .col-xs-6:before {
  content: '';
  background: url("../image/sprite.png") no-repeat -28px -72px;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -6px;
}
body.checkout-checkout #quickcheckout #payment_address_wrap #telephone_input .col-xs-6 + .col-xs-6 {
  position: relative;
}
body.checkout-checkout #quickcheckout #payment_address_wrap #telephone_input .col-xs-6 + .col-xs-6:before {
  content: '';
  background: url("../image/sprite.png") no-repeat -12px -72px;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -6px;
}
body.checkout-checkout #quickcheckout #payment_address_wrap #address_1_input .col-xs-6 + .col-xs-6 {
  position: relative;
}
body.checkout-checkout #quickcheckout #payment_address_wrap #address_1_input .col-xs-6 + .col-xs-6:before {
  content: '';
  background: url("../image/sprite.png") no-repeat -68px -72px;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -6px;
}
body.checkout-checkout #quickcheckout #payment_address_wrap #city_input .col-xs-6 + .col-xs-6 {
  position: relative;
}
body.checkout-checkout #quickcheckout #payment_address_wrap #city_input .col-xs-6 + .col-xs-6:before {
  content: '';
  background: url("../image/sprite.png") no-repeat -57px -72px;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -6px;
}
body.checkout-checkout #quickcheckout #payment_address_wrap .panel-body .radio-input {
  margin: 0 0 10px;
}
body.checkout-checkout #quickcheckout #payment_address_wrap .panel-body .radio-input .jcf-radio {
  float: left;
}
body.checkout-checkout #quickcheckout #payment_address_wrap .panel-body .radio-input label {
  width: 90%;
}
body.checkout-checkout #quickcheckout #confirm_wrap {
  position: relative;
}
body.checkout-checkout #quickcheckout #confirm_wrap .buttons{
  text-align: right;
}
body.checkout-checkout #quickcheckout #confirm_wrap .control-label {
  display: none;
}
body.checkout-checkout #quickcheckout #confirm_wrap #comment_input > div {
  position: relative;
}
body.checkout-checkout #quickcheckout #confirm_wrap #comment_input > div:before {
  content: '';
  background: url("../image/sprite.png") no-repeat -42px -72px;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 25px;
  top: 13px;
}
body.checkout-checkout #quickcheckout #confirm_wrap #confirm_comment {
  padding-left: 29px;
}
body.checkout-checkout #quickcheckout #confirm_wrap #qc_confirm_order {

  bottom: 23px;
  color: #fff;
  font-size: 28px;
  text-shadow: 1px 1px 0 #5ab458;
  background: #83d781;
  box-shadow: 0 3px #5ab458;
  border: none;
  outline: none !important;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  width: 334px;
  padding: 12px 0;
}
body.checkout-checkout #quickcheckout #confirm_wrap #qc_confirm_order:hover {
  box-shadow: 0 2px #5ab458;
  bottom: 22px;
}
body.checkout-checkout #quickcheckout #confirm_wrap #qc_confirm_order:active {
  box-shadow: 0 0 #5ab458;
  bottom: 20px;
}
body.checkout-checkout #quickcheckout #payment_method_wrap {
  min-height: 112px;
}
body.checkout-checkout #quickcheckout #payment_method_wrap .panel-default {
  border: none;
  box-shadow: none !important;
}
body.checkout-checkout #quickcheckout #payment_method_wrap .panel-default .panel-heading {
  padding: 0 0 15px;
  background: none;
  border: none;
}
body.checkout-checkout #quickcheckout #payment_method_wrap .panel-default .panel-heading .fa {
  color: #666;
  font-size: 18px;
}
body.checkout-checkout #quickcheckout #payment_method_wrap .panel-default .panel-heading .text {
  color: #000;
  font-size: 16px;
  margin-left: 5px;
}
body.checkout-checkout #quickcheckout #payment_method_wrap .panel-default .panel-body {
  padding: 0;
}
body.checkout-checkout #quickcheckout #payment_method_wrap .panel-default .panel-body .description {
  display: none;
}
body.checkout-checkout #quickcheckout #payment_method_wrap .panel-default .panel-body .radio label {
  color: #999;
  font-size: 14px;
  padding-left: 0;
}
body.checkout-checkout #quickcheckout #payment_method_wrap .panel-default .panel-body .radio label .jcf-radio {
  margin-right: 7px;
}
@media only screen and (max-width: 640px) {
  body.checkout-checkout #cart_wrap .qc-name {
    display: none !important;
  }
  body.checkout-checkout .qc-quantity .input-group {
    min-width: 30px !important;
  }
  body.checkout-checkout .qc-quantity .input-group input[type="text"] {
    width: 30px !important;
    text-align: center;
    padding: 0;
  }
  body.checkout-checkout .aqc-column-4 {
    padding: 0 !important;
  }
  body.checkout-checkout #qc_confirm_order {
    width: 100% !important;
    font-size: 22px !important;
  }
}
@media only screen and (max-width: 1024px) {
  body.checkout-checkout #quickcheckout .block-content {
    padding: 0 15px;
  }
  body.checkout-checkout #quickcheckout #cart_wrap .panel-default .panel-body .qc-options {
    margin-left: 0;
  }
  body.checkout-checkout #quickcheckout .aqc-column-4 #step_2,
  body.checkout-checkout #quickcheckout .aqc-column-4 #step_8 {
    width: 100%;
  }
  body.checkout-checkout #quickcheckout .aqc-column-4 #step_5 {
    width: 100%;
    float: left;
  }
  body.checkout-checkout #quickcheckout .aqc-column-4 #step_5 #payment_method_wrap {
    height: auto;
  }
  body.checkout-checkout #quickcheckout #confirm_wrap .right {
    padding: 0 0 10px;
  }
  body.checkout-checkout #quickcheckout #confirm_wrap #qc_confirm_order {
    position: relative;
    left: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page.account #content {
    min-height: 10px;
  }
  .page.account .hidden-xs {
    width: 100%;
    display: block !important;
  }
}
.page.account h1.account {
  margin: 0 0 20px !important;
}
.page.account.login .well {
  background: #fff;
  border: 1px solid #eee;
}
.page.account.login .well h2 {
  margin: 0 0 15px;
}
.page.account.login .well input + a {
  margin: 10px 0 0;
  display: inline-block;
}
.page.account.register .buttons .vmiddle {
  vertical-align: middle;
  height: 24px;
  display: inline-block;
}
.page.account.register .buttons .vmiddle + input {
  margin-left: 25px;
}
.page.account.register .buttons .jcf-checkbox {
  top: -1px;
  vertical-align: middle;
}
.text_message {
  color: #666;
  font-size: 14px;
}
.text_message a {
  text-decoration: underline;
}
.text_message a:hover {
  color: #f13c70;
  text-decoration: none;
}
footer {
  padding: 15px 0 10px;
}
@media only screen and (max-width: 760px) {
  .сopyright-footer {
    font-size: 11px;
    text-align: center;
    float: none !important;
    display: block;
  }
  footer div[class*="col-sm-"] {
    /*float: left !important;
    text-align: left !important;
    margin: 15px 0 0;*/
  }
  footer div[class*="col-sm-"] .payment-method {
    margin-left: 120px;
  }
}
footer .container {
  padding: 0 30px;
}
footer .information-menu li {
  width: 50%;
  float: left;
  padding: 6px 0;
}
@media only screen and (max-width: 767px) {
  .footer-row .col-sm-5,
  .footer-row .col-sm-3 {
    width: 100%;
  }
  .footer-row .information-menu {
    display: block;
    width: 100%;
  }
  .row.footer-row .pull-right {
    float: none !important;
    text-align: center;
  }
  footer .information-menu li {
    float: none;
    text-align: center;
    width: 100%;
    padding: 0;
    display: block;
    margin: 0 0 5px;
  }
}
footer .information-menu li:first-child {
  margin-top: 0;
}
footer .information-menu li a {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  position: relative;
}
footer .information-menu li a:hover {
  color: #f13c70;
}
footer .information-menu li a:hover:before {
  left: -10px;
  opacity: 1;
}
footer .information-menu li a:before {
  content: "\f105";
  font: normal normal normal 16px/1 FontAwesome;
  position: absolute;
  left: -15px;
  top: 50%;
  margin: -8px 0 0;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
footer .social-net {
  display: block;
  vertical-align: middle;
  margin: 25px 0 0 153px;
  padding: 0;
  position: relative;
  list-style: none;
}
footer .social-net:after {
  content: '';
  display: block;
  clear: both;
}
footer .social-net:before {
  color: #999;
  content: 'Следите за нами:';
  position: absolute;
  top: -3px;
  left: -130px;
  width: 120px;
}
footer .social-net li {
  float: left;
  background: url("../image/social-img-f.png") no-repeat;
  margin: 0 0 0 16px;
}
footer .social-net li.vk {
  width: 12px;
  height: 15px;
  background-position: 0 0;
}
footer .social-net li.vk:hover {
  background-position: 0 -17px;
}
footer .social-net li.fb {
  width: 10px;
  height: 15px;
  background-position: -12px 0;
}
footer .social-net li.fb:hover {
  background-position: -12px -17px;
}
footer .social-net li.twitter {
  width: 20px;
  height: 16px;
  background-position: -22px 0;
}
footer .social-net li.twitter:hover {
  background-position: -22px -17px;
}
footer .social-net li.instagram {
  width: 16px;
  height: 16px;
  background-position: -42px 0;
}
footer .social-net li.instagram:hover {
  background-position: -42px -17px;
}
footer .social-net li:first-child {
  margin: 0;
}
footer .social-net li a {
  display: block;
  height: 100%;
}
footer .phone {
  font-size: 13px;
  display: inline-block;
  margin: 0 0 8px;
}
footer .phone + .phone {
  margin-left: 10px;
}
footer .open {
  color: #999;
  font-size: 13px;
  display: block;
  margin: 0 0 30px;
}
footer .payment-method {
  float: right;
  position: relative;
}
footer .payment-method:before {
  color: #999;
  content: 'Мы принимаем:';
  position: absolute;
  top: 1px;
  left: -135px;
  width: 120px;
}
footer .payment-method li {
  float: left;
  width: 40px;
  height: 26px;
  background: url("../image/sprite.png") no-repeat;
  margin: 0 0 0 16px;
}
@media only screen and (max-width: 767px) {
  footer .payment-method li {
    margin: 0 0 0 5px;
  }
}
footer .payment-method li.privat {
  background-position: -5px -36px;
}
footer .payment-method li.visa {
  background-position: -47px -36px;
}
footer .payment-method li.master {
  background-position: -89px -36px;
}
footer .payment-method li:first-child {
  margin: 0;
}
footer .payment-method li span {
  font-size: 0;
}
.developers {
  color: #999;
  font-size: 13px;
  line-height: 13px;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  float: right;
  position: relative;
  top: -9px;
}
@media only screen and (max-width: 767px) {
  .footer-container {
    text-align: center;
  }
  .developers {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 15px 0;
  }
}
.developers a {
  color: #999 !important;
  display: inline-block;
  position: relative;
  text-decoration: none !important;
  vertical-align: top;
  z-index: 1;
  text-align: right;
}
.developers span {
    display: block;
    margin-bottom: 10px;
}
.footer-breadcrumb {
    text-align: center;
}
.devs__icon-box {
    width: 100px;
    height: 17px;
    position: relative;
    overflow: hidden;
    color: #000;
    margin: 0 auto;
}
.devs__icon {
    position: relative;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    height: 100%;
}
.devs__icon-hover {
    position: relative;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}
@media (min-width: 1200px){
    .developers a:hover .devs__icon,
    .developers a:hover .devs__icon-hover {
          -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
}

.developers a .devLogo {
  animation-duration: 1s;
  animation-fill-mode: both;
  /*background: url("../image/copyW.png") no-repeat;*/
  background: url("../image/logo_2.png") center/100% no-repeat;
  float: right;
  height: 36px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 5px;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  width: 80px;
}
.developers a:hover + span {
  text-decoration: underline;
}
.developers span {
  display: block;
}
@-webkit-keyframes tada {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    -webkit-transform: scale(1) rotate(0);
  }
}
.modal.full-width {
  z-index: 99;
}
.modal.full-width .modal-dialog {
  width: 1100px;
}
.modal.full-width .modal-body {
  padding-bottom: 20px;
}
.modal.full-width .modal-footer {
  display: none;
}
.modal.fast-review,
.modal.cart-popup {
  z-index: 99;
}
.modal.fast-review .modal-dialog,
.modal.cart-popup .modal-dialog {
  width: 740px;
}
.modal.fast-review .modal-header,
.modal.cart-popup .modal-header {
  padding: 20px 0 0;
  min-height: 0;
}
.modal.fast-review .modal-header h4,
.modal.cart-popup .modal-header h4,
.modal.fast-review .modal-header .modal-title,
.modal.cart-popup .modal-header .modal-title {
  display: none;
}
.modal.fast-review .modal-body,
.modal.cart-popup .modal-body {
  margin-bottom: 15px;
}
.modal.fast-review .modal-body .content-inside .left-inside,
.modal.cart-popup .modal-body .content-inside .left-inside {
  padding-right: 0;
  width: 260px;
}
.modal.fast-review .modal-body .content-inside .left-inside .thumbBlock .promotags,
.modal.cart-popup .modal-body .content-inside .left-inside .thumbBlock .promotags {
  position: absolute;
  right: 15px !important;
}
.modal.fast-review .modal-body .content-inside .left-inside .thumbBlock .thumbnail,
.modal.cart-popup .modal-body .content-inside .left-inside .thumbBlock .thumbnail {
  padding: 0;
  border: 1px solid #eee;
  border-radius: 0;
}
.modal.fast-review .modal-body .content-inside .left-inside .thumbBlock .thumbnail:hover,
.modal.cart-popup .modal-body .content-inside .left-inside .thumbBlock .thumbnail:hover {
  border-color: #25a0e6;
}
.modal.fast-review .modal-body .content-inside .right-inside,
.modal.cart-popup .modal-body .content-inside .right-inside {
  width: 478px;
}
.modal.fast-review .modal-body .content-inside .right-inside h1,
.modal.cart-popup .modal-body .content-inside .right-inside h1 {
  font-size: 26px;
  border-bottom: 1px solid #eee;
  padding: 0 0 10px;
  text-align: left;
}
.modal.fast-review .modal-body .content-inside .right-inside .options-block,
.modal.cart-popup .modal-body .content-inside .right-inside .options-block {
  margin: 0 0 30px;
}
.modal.fast-review .modal-body .content-inside .right-inside .options-block .form-group.required:before,
.modal.cart-popup .modal-body .content-inside .right-inside .options-block .form-group.required:before {
  display: none;
}
.modal.fast-review .modal-body .content-inside .right-inside .options-block .form-group.radioBox > div > .radio label,
.modal.cart-popup .modal-body .content-inside .right-inside .options-block .form-group.radioBox > div > .radio label {
  color: #999;
  line-height: 32px;
  width: 32px;
  height: 32px;
  border: 1px solid #d6d6d6;
  text-align: center;
  background: #f5f5f5;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modal.fast-review .modal-body .content-inside .right-inside .options-block .form-group.radioBox > div > .radio label span,
.modal.cart-popup .modal-body .content-inside .right-inside .options-block .form-group.radioBox > div > .radio label span {
  display: none;
}
.modal.fast-review .modal-body .content-inside .right-inside .options-block .form-group.radioBox > div > .radio label.jcf-label-active,
.modal.cart-popup .modal-body .content-inside .right-inside .options-block .form-group.radioBox > div > .radio label.jcf-label-active {
  color: #4a75a5;
  border: 1px solid #4a75a5;
}
.modal.fast-review .modal-body .content-inside .right-inside .options-block .form-group.radioBox > div > .radio + .checkbox,
.modal.cart-popup .modal-body .content-inside .right-inside .options-block .form-group.radioBox > div > .radio + .checkbox {
  margin-left: 10px;
}
.modal.fast-review .modal-body .content-inside .right-inside .options-block .form-group .control-label,
.modal.cart-popup .modal-body .content-inside .right-inside .options-block .form-group .control-label {
  color: #999;
  font-size: 14px;
  line-height: 32px;
  width: 75px;
  text-align: right;
  float: left;
  margin-right: 15px;
  position: relative;
}
.modal.fast-review .modal-body .content-inside .right-inside .options-block .form-group .control-label:before,
.modal.cart-popup .modal-body .content-inside .right-inside .options-block .form-group .control-label:before {
  position: absolute;
  right: -7px;
  top: -3px;
}
.modal.fast-review .modal-body .content-inside .right-inside .options-block .form-group > div,
.modal.cart-popup .modal-body .content-inside .right-inside .options-block .form-group > div {
  overflow: hidden;
  margin-left: 90px;
}
.modal.fast-review .modal-body .content-inside .right-inside .options-block .form-group > div .checkbox,
.modal.cart-popup .modal-body .content-inside .right-inside .options-block .form-group > div .checkbox,
.modal.fast-review .modal-body .content-inside .right-inside .options-block .form-group > div .radio,
.modal.cart-popup .modal-body .content-inside .right-inside .options-block .form-group > div .radio {
  margin-top: 0;
  display: block;
  float: left;
}
.modal.fast-review .modal-body .content-inside .right-inside .options-block .form-group > div .checkbox label,
.modal.cart-popup .modal-body .content-inside .right-inside .options-block .form-group > div .checkbox label,
.modal.fast-review .modal-body .content-inside .right-inside .options-block .form-group > div .radio label,
.modal.cart-popup .modal-body .content-inside .right-inside .options-block .form-group > div .radio label {
  padding: 0;
}
.modal.fast-review .modal-body .content-inside .right-inside .options-block .form-group > div .checkbox label,
.modal.cart-popup .modal-body .content-inside .right-inside .options-block .form-group > div .checkbox label {
  color: #999;
  line-height: 32px;
  width: 32px;
  height: 32px;
  border: 1px solid #d6d6d6;
  text-align: center;
  background: #f5f5f5;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modal.fast-review .modal-body .content-inside .right-inside .options-block .form-group > div .checkbox label span,
.modal.cart-popup .modal-body .content-inside .right-inside .options-block .form-group > div .checkbox label span {
  display: none;
}
.modal.fast-review .modal-body .content-inside .right-inside .options-block .form-group > div .checkbox label.jcf-label-active,
.modal.cart-popup .modal-body .content-inside .right-inside .options-block .form-group > div .checkbox label.jcf-label-active {
  color: #4a75a5;
  border: 1px solid #4a75a5;
}
.modal.fast-review .modal-body .content-inside .right-inside .options-block .form-group > div .checkbox + .checkbox,
.modal.cart-popup .modal-body .content-inside .right-inside .options-block .form-group > div .checkbox + .checkbox {
  margin-left: 10px;
}
.modal.fast-review .modal-body .content-inside .right-inside .options-block .form-group > div .radio label,
.modal.cart-popup .modal-body .content-inside .right-inside .options-block .form-group > div .radio label {
  width: 32px;
  height: 32px;
}
.modal.fast-review .modal-body .content-inside .right-inside .options-block .form-group > div .radio label span,
.modal.cart-popup .modal-body .content-inside .right-inside .options-block .form-group > div .radio label span {
  display: none;
}
.modal.fast-review .modal-body .content-inside .right-inside .options-block .form-group > div .radio label img,
.modal.cart-popup .modal-body .content-inside .right-inside .options-block .form-group > div .radio label img {
  border: 1px solid #d6d6d6;
  border-radius: 0;
  padding: 1px;
}
.modal.fast-review .modal-body .content-inside .right-inside .options-block .form-group > div .radio label.jcf-label-active img,
.modal.cart-popup .modal-body .content-inside .right-inside .options-block .form-group > div .radio label.jcf-label-active img {
  border: 1px solid #4a75a5;
}
.modal.fast-review .modal-body .content-inside .right-inside .options-block .form-group > div .radio + .radio,
.modal.cart-popup .modal-body .content-inside .right-inside .options-block .form-group > div .radio + .radio {
  margin-left: 10px;
}
.modal.fast-review .modal-body .content-inside .right-inside .checkout-block,
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block {
  margin: 0 0 30px;
  padding: 75px 0 0;
  position: relative;
}
.modal.fast-review .modal-body .content-inside .right-inside .checkout-block > div,
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block > div {
  margin-left: 27px;
  display: inline-block;
  vertical-align: middle;
}
.modal.fast-review .modal-body .content-inside .right-inside .checkout-block > div:first-child,
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block > div:first-child {
  margin-left: 0;
}
.modal.fast-review .modal-body .content-inside .right-inside .checkout-block .price-layout,
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block .price-layout {
  position: relative;
}
.modal.fast-review .modal-body .content-inside .right-inside .checkout-block .price-layout .price-old,
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block .price-layout .price-old {
  color: #999;
  text-decoration: line-through;
  position: absolute;
  top: -16px;
}
.modal.fast-review .modal-body .content-inside .right-inside .checkout-block .price-layout .price-new,
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block .price-layout .price-new {
  color: #ec5239;
  font-size: 36px;
  line-height: 36px;
  position: relative;
  top: 4px;
}
.modal.fast-review .modal-body .content-inside .right-inside .checkout-block .price-layout .price-default,
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block .price-layout .price-default {
  color: #0099cc;
  font-size: 36px;
  line-height: 36px;
}
.modal.fast-review .modal-body .content-inside .right-inside .checkout-block .price-layout .price-discounts,
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block .price-layout .price-discounts {
  color: #999;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 200px;
}
.modal.fast-review .modal-body .content-inside .right-inside .checkout-block .qc-quantity,
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block .qc-quantity {
  width: 112px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding-left: 165px;
}
.modal.fast-review .modal-body .content-inside .right-inside .checkout-block .qc-quantity:before,
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block .qc-quantity:before {
  content: 'Выберите количество:';
  position: absolute;
  left: 0;
  top: 12px;
  color: #999;
  font-size: 14px;
}
.modal.fast-review .modal-body .content-inside .right-inside .checkout-block .qc-quantity button,
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block .qc-quantity button {
  height: 44px;
  outline: none !important;
  box-shadow: none !important;
  background: #fff;
}
.modal.fast-review .modal-body .content-inside .right-inside .checkout-block .qc-quantity button .fa,
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block .qc-quantity button .fa {
  color: #ccc;
  top: 1px;
  position: relative;
}
.modal.fast-review .modal-body .content-inside .right-inside .checkout-block .qc-quantity button:hover .fa,
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block .qc-quantity button:hover .fa {
  color: #327aca;
}
.modal.fast-review .modal-body .content-inside .right-inside .checkout-block .qc-quantity input[type="text"],
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block .qc-quantity input[type="text"] {
  color: #666;
  font-size: 16px;
  height: 44px;
  border-color: #ccc !important;
  box-shadow: none !important;
  border-width: 1px 0;
  z-index: 9;
  padding: 0;
  min-width: 40px;
  text-align: center;
}
.modal.fast-review .modal-body .content-inside .right-inside .checkout-block .btn-layout,
.modal.cart-popup .modal-body .content-inside .right-inside .checkout-block .btn-layout {
  top: -4px;
  position: relative;
}
.modal.fast-review .modal-body .content-inside .right-inside .trigger-block,
.modal.cart-popup .modal-body .content-inside .right-inside .trigger-block {
  margin: 0 -15px 45px;
  padding: 0 0 0 15px;
}
.modal.fast-review .modal-body .content-inside .right-inside .trigger-block p,
.modal.cart-popup .modal-body .content-inside .right-inside .trigger-block p {
  color: #666;
  font-size: 13px;
  margin: 0 0 8px;
}
.modal.fast-review .modal-body .content-inside .right-inside .trigger-block .col-xs-6,
.modal.cart-popup .modal-body .content-inside .right-inside .trigger-block .col-xs-6 {
  width: 215px;
}
.modal.fast-review .modal-body .content-inside .right-inside .trigger-block .col-xs-6 + .col-xs-6,
.modal.cart-popup .modal-body .content-inside .right-inside .trigger-block .col-xs-6 + .col-xs-6 {
  width: 230px;
  padding-left: 0;
}
.modal.fast-review .modal-body .content-inside .right-inside .trigger-block .table-size,
.modal.cart-popup .modal-body .content-inside .right-inside .trigger-block .table-size {
  color: #4a75a5;
  cursor: pointer;
  font-size: 13px;
  line-height: 28px;
  float: left;
  position: relative;
  padding-left: 32px;
}
.modal.fast-review .modal-body .content-inside .right-inside .trigger-block .table-size span,
.modal.cart-popup .modal-body .content-inside .right-inside .trigger-block .table-size span {
  border-bottom: 1px dashed #4a75a5;
}
.modal.fast-review .modal-body .content-inside .right-inside .trigger-block .table-size:before,
.modal.cart-popup .modal-body .content-inside .right-inside .trigger-block .table-size:before {
  content: '';
  background: url("../image/sprite.png") no-repeat -157px -14px;
  width: 24px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 5px;
}
.modal.fast-review .modal-body .content-inside .right-inside .trigger-block .table-size:hover span,
.modal.cart-popup .modal-body .content-inside .right-inside .trigger-block .table-size:hover span {
  border-bottom: transparent;
}
.modal.fast-review .modal-body .content-inside .right-inside .trigger-block #callme-button,
.modal.cart-popup .modal-body .content-inside .right-inside .trigger-block #callme-button {
  color: #ed4a2f;
  cursor: pointer;
  font-size: 13px;
  line-height: 28px;
  float: left;
  position: relative;
  padding-left: 28px;
}
.modal.fast-review .modal-body .content-inside .right-inside .trigger-block #callme-button span,
.modal.cart-popup .modal-body .content-inside .right-inside .trigger-block #callme-button span {
  border-bottom: 1px dashed #ed4a2f;
}
.modal.fast-review .modal-body .content-inside .right-inside .trigger-block #callme-button:before,
.modal.cart-popup .modal-body .content-inside .right-inside .trigger-block #callme-button:before {
  content: '';
  background: url("../image/sprite.png") no-repeat -61px -14px;
  width: 21px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 5px;
}
.modal.fast-review .modal-body .content-inside .right-inside .trigger-block #callme-button:hover span,
.modal.cart-popup .modal-body .content-inside .right-inside .trigger-block #callme-button:hover span {
  border-bottom: transparent;
}
.modal.fast-review .modal-body .content-inside .right-inside .description-block > div,
.modal.cart-popup .modal-body .content-inside .right-inside .description-block > div {
  position: relative;
}
.modal.fast-review .modal-body .content-inside .right-inside .description-block > div:after,
.modal.cart-popup .modal-body .content-inside .right-inside .description-block > div:after {
  content: '';
  display: block;
  clear: both;
}
.modal.fast-review .modal-body .content-inside .right-inside .description-block .attribute-layout,
.modal.cart-popup .modal-body .content-inside .right-inside .description-block .attribute-layout {
  margin: 0 0 25px;
}
.modal.fast-review .modal-body .content-inside .right-inside .description-block .attribute-layout li + li,
.modal.cart-popup .modal-body .content-inside .right-inside .description-block .attribute-layout li + li {
  margin-top: 10px;
}
.modal.fast-review .modal-body .content-inside .right-inside .description-block .name,
.modal.cart-popup .modal-body .content-inside .right-inside .description-block .name {
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  float: left;
  margin-right: 15px;
}
.modal.fast-review .modal-body .content-inside .right-inside .description-block .text,
.modal.cart-popup .modal-body .content-inside .right-inside .description-block .text {
  color: #666;
  overflow: hidden;
}
.modal.fast-review .modal-body .content-inside .right-inside .fast-order #fast-order-phone,
.modal.cart-popup .modal-body .content-inside .right-inside .fast-order #fast-order-phone {
  color: #999;
  font-size: 16px;
  font-weight: 300;
  height: 40px;
  border: 1px solid #d6d6d6;
  padding: 2px 15px 0;
  width: 184px;
  margin: 0 10px 0 0;
  vertical-align: top;
  outline: none;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.modal.fast-review .modal-body .content-inside .right-inside .fast-order #fast-order-phone:focus,
.modal.cart-popup .modal-body .content-inside .right-inside .fast-order #fast-order-phone:focus {
  border: 1px solid #999;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.095) !important;
}
.modal.fast-review .modal-body .content-inside .right-inside .fast-order .fa,
.modal.cart-popup .modal-body .content-inside .right-inside .fast-order .fa {
  color: #999;
  font-size: 18px;
  margin: 0 10px 0 0;
}
.modal.fast-review .modal-body .content-inside .right-inside .fast-order #fast-order,
.modal.cart-popup .modal-body .content-inside .right-inside .fast-order #fast-order {
  color: #333;
  font-size: 18px;
  border-radius: 0;
  border: 1px solid #d6d6d6;
  background: #f5f5f5;
  padding: 7px 20px 6px;
  outline: none;
}
.modal.fast-review .modal-footer,
.modal.cart-popup .modal-footer {
  padding: 18px 15px 19px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal.fast-review .modal-footer a,
.modal.cart-popup .modal-footer a {
  color: #23a1d1;
  font-size: 15px;
  line-height: 1.1;
  text-decoration: none;
  padding: 0;
  border-bottom: dashed #23a1d1;
  border-width: 0 0 1px 0;
}
.modal.fast-review .modal-footer a:hover,
.modal.cart-popup .modal-footer a:hover {
  color: #23a1d1;
  border-bottom-color: #fff;
}
.modal.cart-popup .modal-header {
  margin: 0 20px;
}
.modal.cart-popup .modal-dialog {
  width: 600px !important;
}
.modal.cart-popup .modal-body {
  padding: 0 20px;
  margin-bottom: 20px;
}
.modal.cart-popup .modal-body .content-inside {
  margin: 0 -15px;
}
.modal.cart-popup .modal-body .content-inside .left-inside {
  width: inherit !important;
}
.modal.cart-popup .modal-body .content-inside .left-inside a.thumbnail {
  border: none !important;
  margin: 0;
}
.modal.cart-popup .modal-body .content-inside .right-inside {
  width: inherit !important;
  max-width: 400px;
}
.modal.cart-popup .modal-body .content-inside .right-inside .price-layout > div {
  padding: 0 0 0 15px;
  margin-bottom: 20px;
}
.modal.cart-popup .modal-body .content-inside .right-inside .price-layout .price-single .label {
  line-height: 1.4;
  padding: 2px 17px 0;
}
.modal.cart-popup .modal-body .content-inside .right-inside .price-layout .price-single .value {
  font-size: 18px;
  padding: 0;
}
.modal.cart-popup .modal-body .content-inside .right-inside .price-layout .price-total .label {
  line-height: 1.4;
  padding: 5px 17px 0;
}
.modal.cart-popup .modal-body .content-inside .right-inside .price-layout .price-total .value {
  color: #f2618b;
  font-size: 30px;
  font-weight: 500;
  padding: 0;
}
.modal.cart-popup .modal-footer {
  padding: 18px 20px 19px;
}
.modal.cart-popup .modal-footer a.btn {
  color: #fff;
  font-size: 20px;
  padding: 12px 32px;
  border: none;
}
.modal.cart-popup .modal-footer .close {
  line-height: 1.2;
  float: left;
  position: relative;
  color: #f2618b;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px dashed #f2618b;
  padding: 18px 0 0;
}
.modal.cart-popup .modal-footer .close:hover {
  border-bottom: 1px dashed transparent;
}
.modal.cart-popup .price-layout {
  margin-left: 0 !important;
}
.modal.cart-popup .price-layout div {
  margin-bottom: 20px;
}
.modal.cart-popup .price-layout .label {
  font-size: 14px;
  color: #999;
  text-align: right;
  font-weight: normal;
}
.manufsBx > div {
  margin-bottom: 35px;
}
.manufsBx > div a {
  text-align: center;
  display: block;
}
.manufsBx > div a span {
  color: #333;
  font-size: 14px;
  display: block;
  text-align: center;
  text-decoration: underline;
}
.manufsBx > div a:hover span {
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer img {
    max-width: 100%;
  }
  footer .social-net {
    margin-left: 130px;
  }
  footer .payment-method li {
    margin-left: 12px;
  }
  .related .product-layout {
    width: 33.3%;
    height: 230px;
  }
  .related .product-layout .product-thumb {
    margin-bottom: 15px;
  }
}
@media (min-width: 648px) and (max-width: 768px) {
  .modal.full-width .modal-dialog {
    width: 95%!important;
  }
  .modal.full-width .modal-dialog img {
    width: 100%!important;
  }
  .page.account.register .buttons .vmiddle + input {
    display: block;
    margin: 15px auto 0;
  }
  header .info {
    margin: 0 -9999px 0 -9999px;
  }
  header #menu .navbar-collapse ul.nav > li.open > .dropdown-menu > .dropdown-inner {
    width: 100%;
  }
  header #menu .navbar-collapse ul.nav > li.open > .dropdown-menu > .dropdown-inner > ul {
    width: 100%;
    padding-left: 0;
  }
  header #menu .navbar-collapse ul.nav > li.open > .dropdown-menu > .dropdown-inner > ul > li.open > .dropdown-menu {
    width: 100%;
  }
  header #menu .navbar-collapse ul.nav > li.open > .dropdown-menu > .dropdown-inner > ul > li.open > .dropdown-menu > .dropdown-inner {
    width: 100%;
  }
  header #menu .navbar-collapse ul.nav > li.open > .dropdown-menu > .dropdown-inner > ul > li.open > .dropdown-menu > .dropdown-inner > ul {
    padding-left: 0;
    -moz-column-count: 3!important;
    -webkit-column-count: 3!important;
    column-count: 3!important;
  }
  .slideBlock .slideshowBlock {
    width: 100% !important;
  }
  .slideBlock div[id*="banner"] {
    display: none!important;
  }
  .related .product-layout {
    width: 50%;
    height: 230px;
  }
  .related .product-layout .product-thumb {
    margin-bottom: 15px;
  }
}
@media (min-width: 480px) and (max-width: 648px) {
  .modal.cart-popup .modal-dialog {
    width: 95% !important;
  }
  .modal.cart-popup .modal-dialog .modal-body .content-inside .left-inside {
    display: none;
  }
  .modal.cart-popup .modal-dialog .modal-body .content-inside .right-inside {
    width: 100% !important;
  }
  .modal .modal-dialog {
    width: 95%!important;
  }
  .modal .modal-dialog img {
    width: 100%!important;
  }
  .page.account.register .buttons .vmiddle + input {
    display: block;
    margin: 15px auto 0;
  }
  header .info {
    margin: 0 -9999px 0 -9999px;
  }
  header #menu .navbar-collapse ul.nav > li.open > .dropdown-menu > .dropdown-inner {
    width: 100%;
  }
  header #menu .navbar-collapse ul.nav > li.open > .dropdown-menu > .dropdown-inner > ul {
    width: 100%;
    padding-left: 0;
  }
  header #menu .navbar-collapse ul.nav > li.open > .dropdown-menu > .dropdown-inner > ul > li.open > .dropdown-menu {
    width: 100%;
  }
  header #menu .navbar-collapse ul.nav > li.open > .dropdown-menu > .dropdown-inner > ul > li.open > .dropdown-menu > .dropdown-inner {
    width: 100%;
  }
  header #menu .navbar-collapse ul.nav > li.open > .dropdown-menu > .dropdown-inner > ul > li.open > .dropdown-menu > .dropdown-inner > ul {
    padding-left: 0;
    -moz-column-count: 2!important;
    -webkit-column-count: 2!important;
    column-count: 2!important;
  }
  .page.manufacturer .description-short,
  .page.special .description-short,
  .page.search .description-short,
  .page.category .description-short {
    display: none;
  }
  .content-footer {
    padding: 45px 0 15px;
  }
  footer {
    margin-top: 15px;
  }
  footer div[class*="col-sm-"] {
    width: 50%;
  }
  footer div[class*="col-sm-"].pull-right {
    margin-top: 15px;
  }
  footer .payment-method li {
    margin: 0 0 0 4px;
  }
  .content-bottom {
    position: relative;
  }
  .content-bottom > .featured {
    padding-top: 42px;
    margin-top: 46px;
  }
  .content-bottom > .featured > h3 {
    font-size: 22px;
    position: absolute;
    top: 47px;
  }
  .moduleBlock.related .product-layout {
    width: 50%;
    height: 230px;
  }
  .moduleBlock.related .product-layout .product-thumb {
    margin-bottom: 15px;
  }
  .moduleBlock.vip .product-thumb .vipRow {
    width: 33.3%;
  }
  .moduleBlock.vip .product-thumb .vipRow img {
    max-width: 100%;
  }
  .moduleBlock.vip .product-thumb .productRow {
    width: 66.7%;
    padding-left: 10px;
  }
  .moduleBlock.vip .product-thumb .caption .manufacturer {
    position: relative;
    margin: 10px 0 0;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .account-forgotten #content form,
  .page.account #content form {
    padding: 0!important;
  }
  .modal.cart-popup .modal-dialog {
    width: 95% !important;
  }
  .modal.cart-popup .modal-dialog .modal-body .content-inside .left-inside {
    display: none;
  }
  .modal.cart-popup .modal-dialog .modal-body .content-inside .right-inside {
    width: 100% !important;
  }
  .modal.cart-popup .modal-dialog .modal-footer .col-xs-6:first-child {
    display: none;
  }
  .modal .modal-dialog {
    width: 95%!important;
  }
  .modal .modal-dialog img {
    width: 100%!important;
  }
  .page.account.register .buttons .vmiddle + input {
    display: block;
    margin: 15px auto 0;
  }
  header #menu .navbar-collapse ul.nav > li.open > .dropdown-menu > .dropdown-inner {
    width: 100%;
  }
  header #menu .navbar-collapse ul.nav > li.open > .dropdown-menu > .dropdown-inner > ul {
    width: 100%;
    padding-left: 0;
  }
  header #menu .navbar-collapse ul.nav > li.open > .dropdown-menu > .dropdown-inner > ul > li.open > .dropdown-menu {
    width: 100%;
  }
  header #menu .navbar-collapse ul.nav > li.open > .dropdown-menu > .dropdown-inner > ul > li.open > .dropdown-menu > .dropdown-inner {
    width: 100%;
  }
  header #menu .navbar-collapse ul.nav > li.open > .dropdown-menu > .dropdown-inner > ul > li.open > .dropdown-menu > .dropdown-inner > ul {
    padding-left: 0;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  header .info {
    margin: 0 -9999px 0 -9999px;
  }
  header .info span {
    margin: 0!important;
    display: block;
  }
  header .info .cart span {
    display: inline-block;
  }
  header .info .search,
  header .info .login,
  header .info .cart {
    margin: 0 0 0 18px;
  }
  .page.manufacturer .description-short,
  .page.special .description-short,
  .page.search .description-short,
  .page.category .description-short {
    display: none;
  }
  .content-footer {
    padding: 45px 0 15px;
  }
  footer {
    margin-top: 15px;
  }
  .content-bottom {
    position: relative;
  }
  .content-bottom > .featured {
    /*padding-top: 42px;
    margin-top: 46px;*/
  }
  .content-bottom > .featured > h3 {
    font-size: 22px;
    position: absolute;
    top: 47px;
  }
  .moduleBlock.vip .product-layout {
    width: 100%;
  }
  .moduleBlock.vip .product-thumb .vipRow {
    width: 33.3%;
  }
  .moduleBlock.vip .product-thumb .vipRow img {
    max-width: 100%;
  }
  .moduleBlock.vip .product-thumb .productRow {
    width: 66.7%;
    padding-left: 10px;
  }
  .moduleBlock.vip .product-thumb .caption .manufacturer {
    display: none;
  }
}
ul.stock-brand {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.stock-brand li a {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  display: block;
  padding: 0 2px;
}
ul.stock-brand li a:hover {
  color: #111;
  background: #ddd;
}
ul.stock-brand li.active {
  color: #111;
  font-size: 14px;
  line-height: 1.6;
  background: #ddd;
  padding: 0 2px;
}
header #menu ul.nav > #link-instock {
  margin-left: 10px ;
}
header #menu ul.nav > #link-instock a {
  color: #F13C70;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Play', sans-serif;
  padding: 7px 26px 7px 14px;
  text-transform: uppercase;
  border: 1px solid #f13c70;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
header #menu ul.nav > #link-instock a span {
  position: relative;
}
header #menu ul.nav > #link-instock a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F13C70;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: scaleY(0) translateZ(0);
  transform: scaleY(0) translateZ(0);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: transform 400ms cubic-bezier(0.345, 0.005, 0.07, 1);
  z-index: 0;
}
header #menu ul.nav > #link-instock a:hover {
  color: #fff;
}
header #menu ul.nav > #link-instock a:hover .fa {
  color: #fff;
}
header #menu ul.nav > #link-instock a:hover:before {
  -webkit-transform: scaleY(1) translateZ(0);
  transform: scaleY(1) translateZ(0);
}
header #menu ul.nav > #link-instock a .fa {
  color: #F13C70;
  font-size: 20px;
  position: absolute;
  right: -14px;
  top: 50%;
  margin: -11px 0 0 0;
}
.product-thumb .caption a{
  color: #000;
}

@media only screen and (max-width: 767px) {
  .moduleBlock .owl-theme .owl-controls .owl-dots {
    top: -60px;
  }
  .breadcrumb {
    display: none;
  }
  footer {
    margin-top: 0;
  }
  .product-thumb .price-new {
    font-weight: 700;
  }
  .page.product .priceBlock .priceList {
    text-align: left;
    margin-bottom: 15px;
  }
  .product-thumb .caption a{
    font-size: 12px;
    color: #666;
    font-weight: 400;
  }
}
.top-header-info {
    background-color: #8e8e8e;
    height: 28px;
    color: #fff;
    margin: 0 -9999px;
    padding: 5px 9999px;
    text-align: center;
}
.top-header-info .text{
  display: inline-block;
  margin-right: 10px;
}
.top-header-info img{
  display: inline-block;
  width: 20px;
  height: auto;
  position: relative;
  top: -3px;
}
.navbar-header .visible-xs {
  display: none !important;
}
.header-tel-holder a {
  font-size: 14px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    display: inline-block;
    vertical-align: top;
}
.mobile-tel-btn {
  position: relative;
  height: 37px;
}
.mobile-tel-btn::before {
  display: block;
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: url("../image/tel.png") center/100% no-repeat;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -6px;
}
.mob-tel-holder {
  display: none;
}
@media only screen and (max-width: 767px) {
  .container.footer-content {
    margin-top: 0;
  }
  header > .container {
    margin-top: 0;
  }
  .container {
    margin-top: 15px;
  }
  .page.product .product-layout .product-thumb .image img {
    margin-bottom: 10px;
  }
   .page.product .product-layout .product-thumb .image {
    border-bottom: 0;
  }
  .page.product .product-layout .product-thumb .caption {
    padding: 0;
  }
  .page.product .moduleBlock .product-layout {
    position: relative;
    padding-bottom: 0;
    padding-top: 20px;
  }
  .page.product .moduleBlock .product-layout::before {
    display: block;
    position: absolute;
    content: '';
    height: 1px;
    background: #e5e5e5;
    bottom: 0;
  }
  .page.product .moduleBlock .product-layout:nth-child(odd) {
    border-right: 1px solid #e5e5e5;
  }
  .page.product .moduleBlock .product-layout:nth-child(odd)::before {
    left: 20px;
    right: 0;
  }
  .page.product .moduleBlock .product-layout:nth-child(even)::before {
    left: 0;
    right: 20px;
  }
  .page.product .btn.btn-green.btn-large {
    background-image: -moz-linear-gradient( 90deg, rgb(151,206,124) 0%, rgb(160,215,134) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(151,206,124) 0%, rgb(160,215,134) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(151,206,124) 0%, rgb(160,215,134) 100%);
    box-shadow: 0 5px #7cb35f;
  }
  .header-tel-holder {
    display: none;
  }
  header .info #search {
    margin: 0;
  }
  header .info .search, header .info .login, header .info .cart {
    width: 25%;
    margin: 0;
    height: auto;
    background-position: center;
  }
  header .info .login:before {
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -7px;
  }
  .header .info .search:after, header .info .login:after, header .info .cart:after {
    display: none;
  }
  .search,
  .login {
    border-right: 1px solid #e5e5e5;
  }
  header .info .cart {
    padding-left: 0;
    text-align: center;
    line-height: 37px;
  }
  header .info .cart:before {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: -4px 3px 0 0;
  }
  .page.product .stockBlock {
    font-size: 13px;
  }
  .mob-header-holder {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    height: 37px;
  }
  .mob-tel-holder {
    width: 25%;
    position: relative;
    border-right: 1px solid #e5e5e5;
    display: block;
  }
  .mobile-tel-list {
    position: absolute;
    top: 100%;
    background: #fff;
    min-width: 150px;
    left: 0;
    border: 1px solid #e5e5e5;
    text-align: center;
    display: none;
    z-index: 1;
  }
}
.mobile-tel-list a {
  display: block;
  padding: 5px 7px;
}
.mobile-tel-list a + a {
  border-top: 1px solid #e5e5e5;
}
.text-mob-menu {
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  margin: 2px 5px 0 0;
}

@media screen and (max-width: 767px) {
  .product-layoutBlock .product-layout {
    width: 50%;
    float: left;
    border: 1px solid #e5e5e5;
    padding-top: 20px;
  }
}
