body {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.disabled-property {
  opacity: .5;
  pointer-events: none;
}
.filter.color .disabled-property,.filter-image .disabled-property {
  opacity: .1;
}
.container-fluid {
  width: 100%;
  max-width: 100%;
}

.content-wrap {
  max-width: 1215px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

a {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  outline: none;
  cursor: pointer;
  color: #222;
}

a:hover, a:visited, a:active, a:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-bottom: 0;
}

ul.list-inline li {
  padding: 0;
}

input[type=text], input[type=email] {
  min-width: 260px;
  width: auto;
}

input[type=number] {
  width: 69px;
  min-width: 1px;
  text-align: left;
  position: relative;
}

input[type=radio] {
  height: auto;
  position: relative;
  top: 3px;
  text-indent: 0;
  margin-right: 3px;
  outline: none;
  width: auto;
  min-width: 1px;
}

input {
  font-weight: normal;
  outline: none;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  min-width: 100px;
  text-indent: 15px;
}

input#email {
  height: 44px;
}

input[type='text'], input[name='amount'], input[type='password'], input[type='number'] {
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  outline: none;
  text-indent: 5px;
  height: 38px;
  font-weight: normal;
  border-radius: 3px;
  max-width: 300px;
  width: 100%;
  border: 1px solid #dbdbdb;
  cursor: pointer;
}

textarea {
  outline: none;
  text-indent: 5px;
  font-weight: normal;
  height: 125px;
  min-width: 100px;
  max-width: 100%;
  border-radius: 0;
  border: 1px solid #dbdbdb;
}

button {
  border: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  outline: none;
  border-radius: 0;
  background-color: transparent;
}

label {
  cursor: pointer;
}

h1, .h1, h2, h3, h4 {
  font-weight: bold;
}

h2 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 10px;
  position: relative;
  font-weight: 400;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

/* animates */
@-webkit-keyframes up-down {
  0% {
    top: -3px;
  }
  50% {
    top: 3px;
  }
  100% {
    top: -3px;
  }
}
@keyframes up-down {
  0% {
    top: -3px;
  }
  50% {
    top: 3px;
  }
  100% {
    top: -3px;
  }
}

#go_top {
  position: fixed;
  bottom: -100px;
  right: 0;
  cursor: pointer;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 45px;
  z-index: 30;
  border-radius: 4px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#go_top .fa {
  position: relative;
  -webkit-animation: up-down 1s infinite;
          animation: up-down 1s infinite;
  color: #ffffff;
}

#go_top.active {
  bottom: 30px;
}

#go_top:hover .fa {
  color: #ffffff;
}

.slider {
  margin: 0;
}

.slider .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
  background-color: #222;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  display: inline-block;
}

.nav.nav-tabs {
  white-space: nowrap;
  overflow-x: auto;
}

.nav.nav-tabs li {
  padding: 0;
  margin-right: 5px;
  margin-bottom: 0;
}

.nav.nav-tabs li:last-child {
  margin-right: 0;
}

.nav.nav-tabs li:hover {
  background-color: transparent;
}

.nav.nav-tabs label input:checked + span {
  display: inline-block;
}

.nav.nav-tabs label span {
  text-transform: uppercase;
  padding: 4px 15px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 3px;
  font-style: normal;
  -webkit-transition: none;
  transition: none;
  color: #888888;
  display: inline-block;
}

.nav.nav-tabs a {
  text-transform: uppercase;
  padding: 4px 15px 4px 0;
  font-size: 12px;
  font-weight: 600;
  border-radius: 3px;
  font-style: normal;
  -webkit-transition: none;
  transition: none;
  color: #888888;
}

.nav.nav-tabs a:hover, .nav.nav-tabs a:focus {
  background-color: transparent;
}

table {
  width: 100%;
}

table thead td {
  padding: 9px 0;
  border: none;
  font-size: 1.3em;
}

table tbody td {
  border-bottom: 1px solid #dbdbdb;
  padding: 9px 0;
}

table .title {
  border: none;
  padding-left: 0;
  color: #313131;
}

table .value {
  font-weight: bold;
  color: #222;
  text-align: right;
}

table.formTable tr td {
  border: none;
}

table.formTable tr {
  border-bottom: 1px solid #dbdbdb;
}

table.order {
  -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #dbdbdb;
  border-top: 0;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-style: normal;
}

table.order h1, table.order .h1 {
  font-size: 22px;
  margin: 0;
  text-transform: uppercase;
}

table.order thead {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

table.order tbody td {
  padding: 30px 0;
  border: 0;
}

table.order .hidden-on-xs, table.order .hidden-on-sm {
  display: none !important;
}

table.order .order-image {
  max-width: 172px;
  width: 100%;
  display: inline-block;
  padding-left: 5px;
}

table.order .order-product {
  position: relative;
  padding: 40px 0;
  border-bottom: 1px solid #dbdbdb;
}

table.order .order-product_title {
  font-size: 1.1em;
  padding: 15px 20px;
}

table.order .order-product_title .title {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #888888;
  text-transform: uppercase;
}

table.order .order-product_title .title:after {
  background-image: url(../img/gradient_white.png);
  height: 24px;
  width: 35px;
  position: absolute;
  bottom: 0;
  content: '';
  background-size: contain;
  right: 0;
}

table.order .barcode {
  margin-top: 10px;
}

table.order .order-product_quantity {
  white-space: nowrap;
}

table.order .order-product_multi-offers {
  margin-top: 15px;
}

table.order .order-product_multi-offers select {
  margin-bottom: 5px;
  display: block;
}

table.order .order-product_quantity .product_quantity {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

table.order .order-product_quantity .error {
  position: absolute;
  margin-top: 4px;
  max-width: 30%;
}

table.order .order-price {
  width: 145px;
  text-align: center;
}

table.order .order-item_del {
  width: 70px;
}

table.order .order-price_discount {
  text-decoration: line-through;
  font-size: 1.1em;
}

table.order .order-order_total {
  border-top: 2px solid;
  padding: 30px 20px;
  margin-top: 35px;
  background-color: #f4f4f4;
}

table.order .order-order_total.price, table.order .order-order_total.discount {
  vertical-align: middle;
  border-top: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dbdbdb;
}

table.order .order-order_total.price p, table.order .order-order_total.discount p {
  margin-bottom: 0;
  font-size: 1.1em;
  display: inline-block;
  width: 49%;
  padding: 10px 0;
}

table.order .order-order_total .btn-theme {
  width: 100%;
  margin-bottom: 8px;
}

table.order .order-product_category-name a {
  font-weight: 600;
}

table.order .order-price_present {
  font-size: 1.1em;
  font-weight: bold;
}

table.order .order-concomitant {
  border-bottom: 1px solid #dbdbdb;
}

table.order .order-concomitant .concom-title {
  padding-left: 20px;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #888888;
  text-transform: uppercase;
}

table.order .order-concomitant .concom-title label {
  position: relative;
  padding-left: 20px;
  font-weight: normal;
}

table.order .order-concomitant .concom-title input {
  min-width: 0;
  height: auto;
  left: 0;
  top: -2px;
  position: absolute;
}

table.order .order-concomitant .quantity {
  max-width: 100px;
}

table.order .order-concomitant .quantity .quantity-button {
  bottom: 1px;
}

table.order .order-concomitant .concom-plus {
  max-width: 172px;
  text-align: center;
}

.recommended.on-mobile, .lastviewed {
  position: relative;
}

.empty-list {
  padding: 0 0 52px;
  font-size: 20px;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-style: normal;
}

.affiliatesContacts {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  display: block;
  padding: 0 0 24px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dbdbdb;
}

.affiliatesContacts .otherCity {
  color: blue;
  text-decoration: none;
  cursor: pointer;
}

.affiliatesContacts .otherCity:hover {
  text-decoration: underline;
}

.dropdown-menu {
  left: inherit;
  right: -16px;
}

.dropdown-menu a {
  cursor: pointer;
}

.admin-style.admin-dialog-wrapper input, .admin-style.admin-dialog-wrapper textarea, .admin-style.admin-dialog-wrapper select {
  height: auto;
  text-indent: unset;
  margin-left: 5px;
}

.empty-image-stub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f1f1f1;
  position: relative;
  overflow: hidden;
}

.empty-image-stub .empty-image-stub_text {
  font-size: 2em;
  color: #aeaeae;
  font-weight: bold;
}

.expand {
  position: relative;
}

.expand i.fa {
  font-size: 1em;
  -webkit-transition: all ease-in-out 0.32s;
  transition: all ease-in-out 0.32s;
}

.expand i.fa-plus {
  position: absolute;
  top: 3px;
}

.open .expand i.fa-minis {
  opacity: 1;
}

.open .expand i.fa-plus {
  opacity: 0;
}

.policy-agreement a {
  color: #2fb5d2;
}

.policy-agreement a:hover {
  text-decoration: underline;
}

.favorite-page .column {
  width: 25%;
}

.fa.fa-bar-chart {
  font-size: 26px;
}

.fixed-block {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 50;
}

.fixed-block.left {
  left: 0;
  right: auto;
}

.fixed-block .social {
  margin: 0;
}

.fixed-block .social span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 48px;
  text-align: center;
}

.fixed-block .social span a {
  color: #ffffff;
  display: block;
  text-align: center;
}

.fixed-block .social span a:hover {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}

.fixed-block .social i {
  margin: 0;
  font-size: 22px;
}

.fixed-block .social .facebook {
  background-color: #3c599f;
}

.fixed-block .social .vk {
  background-color: #4a76a8;
}

.fixed-block .social .twitter {
  background-color: #5ea9dd;
}

.fixed-block .social .instagram {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.fixed-block .social .youtube {
  background-color: #ff0000;
}

.fixed-block .category-fixed, .fixed-block .compare-fixed, .fixed-block .account-fixed, .fixed-block .favorite-fixed, .fixed-block .search-fixed, .fixed-block .user-cart-fixed {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 43px;
  display: block;
  border-bottom: 1px solid #fff;
  position: relative;
}

.fixed-block .category-fixed:hover .info-block, .fixed-block .compare-fixed:hover .info-block, .fixed-block .account-fixed:hover .info-block, .fixed-block .favorite-fixed:hover .info-block, .fixed-block .search-fixed:hover .info-block, .fixed-block .user-cart-fixed:hover .info-block {
  opacity: 1;
  visibility: visible;
}

.fixed-block .category-fixed .info-block, .fixed-block .compare-fixed .info-block, .fixed-block .account-fixed .info-block, .fixed-block .favorite-fixed .info-block, .fixed-block .search-fixed .info-block, .fixed-block .user-cart-fixed .info-block {
  right: 41px;
  padding: 0 5px;
  top: 0;
  color: #ffffff;
  font-weight: bold;
  height: inherit;
  background-color: inherit;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.fixed-block .category-fixed .toggle, .fixed-block .compare-fixed .toggle, .fixed-block .account-fixed .toggle, .fixed-block .favorite-fixed .toggle, .fixed-block .search-fixed .toggle, .fixed-block .user-cart-fixed .toggle {
  color: #ffffff;
  font-size: 22px;
}

.fixed-block .category-fixed .toggle:hover, .fixed-block .compare-fixed .toggle:hover, .fixed-block .account-fixed .toggle:hover, .fixed-block .favorite-fixed .toggle:hover, .fixed-block .search-fixed .toggle:hover, .fixed-block .user-cart-fixed .toggle:hover {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}

.fixed-block .search-fixed {
  border-bottom: 0;
}

.formFieldError {
  padding: 3px 0;
  font-weight: normal;
  display: block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

.d-i-block {
  display: inline-block;
}

.m-auto {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  .flex-wrap-sm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-auto-sm {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .text-center-sm {
    text-align: center;
  }
  .hidden-on-sm {
    display: none;
  }
}

@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
  .hidden-on-xs {
    display: none;
  }
}

.bg-black {
  background-color: #222;
}

.hover-c-main {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.c-black {
  color: #222;
}

.c-white {
  color: #ffffff;
}

.c-red, .formFieldError {
  color: #ff0000;
}

.c-gray {
  color: #dbdbdb;
}

.c-d-gray {
  color: #888888;
}

.allotted-link {
  color: #2fb5d2;
}

.allotted-link:hover {
  text-decoration: underline;
}

/* **** */
.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

input.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.title-decor .decor {
  content: "";
  max-width: 200px;
  width: 100%;
  height: 2px;
  background: #e5e5e5;
  opacity: 0.6;
  display: block;
  margin: 20px auto;
}

.title-decor .decor .fa {
  position: relative;
  bottom: 19px;
  font-size: 20px;
  background: #fff;
  color: #e5e5e5;
  width: 30px;
}

.title-alt, #order-form .orderBasket .prod-name {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #888888;
  text-transform: uppercase;
}

.decor-underline {
  text-decoration: underline;
  cursor: pointer;
}

.text-t-uppercase {
  text-transform: uppercase;
}

/*fonts classes*/
.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.font-l {
  font-family: 'Poppins';
  font-weight: 300;
  font-style: normal;
}

.font-t {
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
  font-style: normal;
}

.font-n {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-style: normal;
}

.font-m {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.font-black {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* font Rubik */
.font-alt-l {
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-style: normal;
}

.font-alt-n {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-style: normal;
}

.font-alt-b {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-style: normal;
}

.font-b {
  font-weight: bold;
}

/* end */
.border-gray {
  border: 1px solid #e5e5e5;
}

.b-b {
  border-bottom: 1px solid #dbdbdb;
}

.b-t {
  border-top: 1px solid #dbdbdb;
}

.p-0 {
  padding: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.m-0 {
  margin: 0;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

/* margin top */
.mt-10 {
  margin-top: 10px;
}

.display-block {
  display: block;
}

.table-l-fixed {
  table-layout: fixed;
}

.table-delimiter {
  height: 40px;
}

.delimiter {
  margin: 29px 0;
  border-top: 1px solid #dbdbdb;
}

.cursor-p {
  cursor: pointer;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

div .left-side {
  padding-left: 0;
}

div .right-side {
  padding-right: 0;
}

.icon-search {
  background-image: url(../img/icons/icon-search.png);
  height: 17px;
  width: 16px;
  display: inline-block;
}

.icon-search_black {
  background-image: url(../img/icons/icon-search_black.png);
  height: 17px;
  width: 16px;
  display: inline-block;
}

.icon-cart {
  background-image: url(../img/icons/icon-cart.png);
  height: 17px;
  width: 16px;
  display: inline-block;
}

.icon-review {
  background-image: url(../img/icons/icon-review.png);
  width: 15px;
  height: 12px;
  display: inline-block;
}

.icon-social-vk, .icon-social-facebook, .icon-social-insta, .icon-social-twit {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.icon {
  display: inline-block;
  background-repeat: no-repeat;
}

.icon.icon-24-hours {
  background-image: url(../img/icons/icon-24-hours.svg);
  width: 42px;
  height: 42px;
}

.icon.icon-social-vk {
  background-image: url(../img/icons/icon-social-vk.jpg);
}

.icon.icon-social-facebook {
  background-image: url(../img/icons/icon-social-facebook.jpg);
}

.icon.icon-social-insta {
  background-image: url(../img/icons/icon-social-insta.jpg);
}

.icon.icon-social-twit {
  background-image: url(../img/icons/icon-social-twit.jpg);
}

.icon.icon-view-block {
  -webkit-mask: url("../img/icons/menu-3.svg");
          mask: url("../img/icons/menu-3.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  display: inline-block;
  margin: auto;
  width: 18px;
  height: 18px;
  background: #131313;
}

.icon.icon-view-table {
  -webkit-mask: url("../img/icons/list-button-with-3-elements.svg");
          mask: url("../img/icons/list-button-with-3-elements.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  display: inline-block;
  margin: auto;
  width: 18px;
  height: 18px;
  background: #131313;
}

.icon.icon-newspaper-stub {
  background-image: url(../img/icons/newspaper-stub.svg);
  background-repeat: no-repeat;
  display: block;
  margin: auto;
  width: 120px;
  height: 120px;
}

.icon.icon-rating-star {
  display: inline-block;
  height: 15px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.icon.icon-rating-star.rating {
  width: 84px;
  background-repeat: repeat-x;
  background-image: url(../img/icons/icon-rating-star.svg);
}

.icon.icon-rating-star.value {
  background-repeat: repeat-x;
  position: absolute;
  opacity: 1;
  max-width: 84px;
  background-image: url(../img/icons/icon-rating-star_full.svg);
}

.icon.icon-close {
  background-image: url(../img/icons/icon-close.svg);
  background-repeat: no-repeat;
  width: 9px;
  height: 9px;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.icon.icon-close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.icon.icon-garbage {
  background-image: url(../img/icons/icon-garbage.svg);
  width: 25px;
  height: 25px;
  display: inline-block;
}

.fa.fa-angle-right, .fa.fa-angle-left {
  display: inline-block;
  width: 16px;
  height: 27px;
  font-size: 27px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.icon-hanger {
  -webkit-mask: url(../img/icons/icon-hanger.svg);
          mask: url(../img/icons/icon-hanger.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.icon-placeholder {
  -webkit-mask: url(../img/icons/icon-placeholder.svg);
          mask: url(../img/icons/icon-placeholder.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.pos-sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 15px;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

@media (max-width: 767px) {
  .flex-nowrap-xs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .d-flex-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*animate*/
.a-move-right li {
  -webkit-transition: all ease-in-out 0.35s;
  transition: all ease-in-out 0.35s;
  position: relative;
}

.a-move-right li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  left: -5px;
  line-height: inherit;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.35s;
  transition: all ease-in-out 0.35s;
}

.a-move-right li:hover {
  padding-left: 20px;
}

.a-move-right li:hover:before {
  left: 0;
  opacity: 1;
}

.header .drop_block {
  display: none;
  position: absolute;
  left: 0;
  top: 35px;
  z-index: 20;
  background: #fff;
  border: 1px solid #dbdbdb;
  width: 240px;
  padding: 20px 0;
}

.header .drop_block.basket {
  padding-top: 0;
  border-top: 0;
  width: 289px;
}

.header .drop_block.basket .user-basket_item a {
  padding: 0;
}

.header .drop_block.basket .user-basket_decide {
  margin-left: auto;
  margin-right: auto;
  max-width: 235px;
  width: 100%;
}

.header .drop_block.basket .user-basket_decide a {
  color: #222;
}

.header .drop_block.basket .user-basket_decide a:first-child {
  margin-right: 10px;
}

.header .drop_block.basket .user-basket_decide a:hover {
  color: #fff;
}

.header .drop_block.basket ul {
  padding: 15px 24px 0;
  background-color: #f2f2f2;
  height: 335px;
  overflow-y: auto;
}

.header .drop_block.basket ul li {
  padding: 0 0 15px;
}

.header .drop_block ul li {
  padding: 0 15px;
}

.header .drop_block ul li a {
  text-transform: none;
  padding: 7px 0;
  color: #666;
}

.header .drop_block .a-move-right {
  padding-left: 15px;
  padding-right: 15px;
}

.header .drop_block .a-move-right a {
  padding: 0;
  display: inline-block;
}

.header .drop_block .a-move-right li {
  padding: 10px 0;
}

.header .drop_block .a-move-right li:before {
  top: 19px;
}

.header .drop_block .a-move-right li:hover > a {
  padding-left: 20px;
}

.header .drop_block .a-move-right li:hover > a:before {
  left: 0;
}

.header .fa.fa-angle-right, .header .fa.fa-angle-left {
  font-size: 14px;
  -webkit-transition: none;
  transition: none;
  height: auto;
  width: auto;
}

.header .has-child:hover > .drop_block {
  display: block;
  top: 0;
  left: 107%;
}

.header .has-child.active > .drop_block {
  display: block;
  top: 0;
  left: 107%;
}

.header.top {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  color: #fff;
  padding: 18px 0;
}

.header.top a {
  color: #fff;
}

.header.top .left-side {
  display: inline-block;
  line-height: 30px;
}

.header.top .left-side.logotype {
  display: none;
}

.header.top .right-side {
  float: right;
}

.header.top .city-select, .header.top .user-name {
  margin-right: 18px;
}

.header.top .user-name {
  font-size: 18px;
  line-height: 28px;
}

.header.top .user-name:hover {
  text-decoration: none;
}

.header.middle {
  padding: 10px 50px;
  border-bottom: 1px solid #dbdbdb;
  text-transform: uppercase;
}

.header.middle .content-wrap {
  padding: 0;
}

.header.middle .logo {
  display: inline-block;
  margin-right: 50px;
  position: relative;
  bottom: 3px;
}

.header #mob-menu_wrap {
  display: none;
}

.search-block {
  position: relative;
  max-width: 295px;
  width: 100%;
  margin-left: 15px;
}

.search-block .search-form input {
  height: 35px;
  border: none;
  border-bottom: 2px solid #dbdbdb;
  text-indent: 0;
  width: 100%;
}

.search-block .search-form.active .search-input, .search-block .search-form.active .search-start {
  display: block;
}

.user-tools {
  padding-top: 8px;
}

.user-tools .drop_block {
  top: 25px;
}

.user-tools > span {
  margin-right: 10px;
  height: 20px;
}

.user-tools > span:last-child {
  margin-right: 0;
}

.user-tools .fa {
  font-size: 20px;
  color: #ffffff;
}

.user-tools .counter {
  padding: 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  position: absolute;
  right: -12px;
  top: -12px;
  z-index: 1;
  line-height: 18px;
}

.user-compare, .user-favorite, .user-cart {
  position: relative;
  margin-right: 10px;
  display: inline-block;
}

.user-cart .counter {
  top: -14px;
}

.user-cart .drop_block {
  left: auto;
  right: 0;
}

.user-cart .quantity-num-wrapper {
  color: #222;
  margin: 8px 0;
}

.user-cart .quantity-num-wrapper .wrap {
  margin: 0 5px;
}

.user-cart .quantity-button {
  background-color: #fff;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  display: inline-block;
  text-align: center;
}

.user-cart.active .drop_block {
  display: block;
}

.user-cart.user-cart-fixed {
  margin-right: 0;
  border-top: 1px solid #fff;
  border-bottom: none;
}

.user-cart.user-cart-fixed .drop_block {
  left: auto;
  right: 40px;
  top: 0;
  line-height: 20px;
}

.user-cart.user-cart-fixed .drop_block .drop_block-desc {
  text-align: left;
}

.user-cart.user-cart-fixed .drop_block ul {
  height: 165px;
}

.user-cart.user-cart-fixed .drop_block .drop_block-close {
  line-height: 20px;
}

.user-cart.user-cart-fixed .counter {
  display: none;
}

.user-cart.user-cart-fixed .fa {
  font-size: 20px;
  color: #ffffff;
}

.user-account {
  position: relative;
}

.user-account .active + .drop_block {
  display: block;
}

.user-account .drop_block {
  position: absolute;
  left: auto;
  right: 0;
  padding: 20px;
  color: #222;
  background: #fff;
  width: 270px;
}

.user-account .drop_block ul li {
  padding: 0;
}

.user-account .drop_block ul li a {
  display: block;
}

.user-account .drop_block ul li:before {
  top: 17px;
}

.user-account .drop_block ul li:hover {
  padding-left: 20px;
}

.user-account .user-account_balance {
  margin-top: 8px;
  padding-top: 13px;
  border-top: 1px solid #eee;
  color: #222;
  text-transform: capitalize;
}

.user-account .user-account_balance a {
  color: #222;
}

.drop_block-close {
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 10;
  cursor: pointer;
}

.drop_block-close i.c-black {
  color: #222;
}

.drop_block-close i.c-white {
  color: #ffffff;
}

.drop_block-close:hover i.c-white {
  color: #222 !important;
}

.nav-category {
  padding: 12px 0 10px 0;
}

.nav-category.active > .fa.fa-angle-up {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.nav-category > span {
  text-transform: uppercase;
}

.nav-category .drop_block {
  padding: 0;
}

.contacts-info {
  display: inline-block;
  float: right;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
}

.contacts-info p {
  margin: 0;
}

.contacts-info .icon {
  margin-right: 5px;
}

.contacts-info .contacts-info_block span {
  margin-right: 5px;
}

.contacts-info .contacts-info_block a {
  font-size: 12px;
}

div .ui-autocomplete {
  position: absolute;
  top: 0;
  max-width: 570px;
  width: 100% !important;
  z-index: 20;
  background-color: #fff;
  list-style: none;
  border: 1px solid #dbdbdb;
  border-top: 0;
  padding: 0;
  border-radius: 3px;
}

div .ui-autocomplete .ui-menu-item {
  border-bottom: 1px solid #dbdbdb;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

div .ui-autocomplete .ui-menu-item .barcode {
  display: block;
  margin: 5px 0;
}

div .ui-autocomplete .ui-state-focus {
  background-color: rgba(222, 222, 222, 0.25);
}

div .ui-autocomplete .ui-state-focus a {
  background-color: transparent;
}

div .ui-autocomplete .image {
  display: inline-block;
  margin-right: 10px;
  min-width: 70px;
}

div .ui-autocomplete .image img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.drop_block-desc {
  padding: 0 24px;
  line-height: 37px;
}

.user-basket_item .amount {
  color: #222;
}

.user-basket_item .multiOffers {
  margin-top: 8px;
}

.user-basket_item .user-basket_item-img {
  padding-right: 10px;
}

.user-basket_item .user-basket_item-img a {
  padding: 0;
}

.user-basket_item .user-basket_item-img img {
  border: 1px solid #dbdbdb;
}

.user-basket_item .user-basket_item-img .pos-absolute {
  bottom: -9px;
  right: -8px;
  text-align: center;
  width: 20px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
}

.user-basket_item .user-basket_item-description {
  font-size: 13px;
  text-transform: none;
  text-align: left;
}

.user-basket_item .user-basket_item-description p {
  margin-bottom: 4px;
}

.user-basket_sum {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 10px 15px;
  text-transform: uppercase;
}

.user-basket_decide {
  margin-top: 24px;
}

nav.menu ul li {
  margin-left: 25px;
}

.btn-theme {
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 15px;
  max-width: 280px;
  width: auto;
  cursor: pointer;
  font-weight: normal;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #888888;
  font-size: 13px;
  border: 2px solid;
}

.btn-theme:hover, .btn-theme.added {
  color: #fff;
}

.btn-theme.disabled {
  color: #fff;
  opacity: 0.7;
}

.btn-theme.disabled:hover {
  opacity: .8;
  cursor: not-allowed;
}

.btn-theme.border {
  border-color: #222;
  color: #222;
}

.btn-theme.border:hover {
  color: #fff;
}

.btn-theme.black {
  background-color: #222;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  border-radius: 3px;
  border-color: #222;
}

.btn-theme.black:hover {
  color: #fff;
}

.btn-theme.bg-main {
  color: #fff;
}

.btn-theme.bg-main:hover {
  opacity: 0.8;
}

.search-start {
  position: absolute;
  right: 0;
  top: 0;
  height: 35px;
  font-size: 15px;
}

.owl-carousel {
  position: relative;
}

.owl-carousel.owl-product-tabs .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel.owl-product-tabs .owl-nav .owl-next {
  right: 0;
}

.owl-carousel .owl-nav {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  text-align: center;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.owl-carousel .owl-nav .owl-prev {
  left: 40px;
}

.owl-carousel .owl-nav .owl-next {
  right: 40px;
}

.owl-carousel.owl-slider-carousel .owl-next, .owl-carousel.owl-slider-carousel .owl-prev {
  width: 42px;
  height: 42px;
  line-height: 51px;
  border-radius: 50%;
  background-color: #fff;
}

.owl-carousel.owl-slider-carousel .owl-next .fa {
  margin-left: 5px;
}

.owl-carousel.owl-slider-carousel .owl-prev .fa {
  margin-right: 5px;
}

.owl-carousel.owl-brand-carousel img {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.owl-carousel.owl-in-category, .owl-carousel.owl-product-in-category, .owl-carousel.owl-brand-carousel {
  max-width: 95%;
  margin: 0 auto;
}

.owl-carousel.owl-in-category .owl-next, .owl-carousel.owl-in-category .owl-prev, .owl-carousel.owl-product-in-category .owl-next, .owl-carousel.owl-product-in-category .owl-prev, .owl-carousel.owl-brand-carousel .owl-next, .owl-carousel.owl-brand-carousel .owl-prev {
  width: 46px;
  height: 46px;
  line-height: 51px;
  border-radius: 50%;
}

.owl-carousel.owl-in-category .owl-next:hover .fa, .owl-carousel.owl-in-category .owl-prev:hover .fa, .owl-carousel.owl-product-in-category .owl-next:hover .fa, .owl-carousel.owl-product-in-category .owl-prev:hover .fa, .owl-carousel.owl-brand-carousel .owl-next:hover .fa, .owl-carousel.owl-brand-carousel .owl-prev:hover .fa {
  color: #222;
}

.owl-carousel.owl-in-category .owl-next .fa, .owl-carousel.owl-in-category .owl-prev .fa, .owl-carousel.owl-product-in-category .owl-next .fa, .owl-carousel.owl-product-in-category .owl-prev .fa, .owl-carousel.owl-brand-carousel .owl-next .fa, .owl-carousel.owl-brand-carousel .owl-prev .fa {
  color: #d5d5d5;
}

.owl-carousel.owl-in-category .owl-next .fa, .owl-carousel.owl-product-in-category .owl-next .fa, .owl-carousel.owl-brand-carousel .owl-next .fa {
  margin-left: 5px;
}

.owl-carousel.owl-in-category .owl-prev .fa, .owl-carousel.owl-product-in-category .owl-prev .fa, .owl-carousel.owl-brand-carousel .owl-prev .fa {
  margin-right: 5px;
}

.owl-carousel.owl-in-category.one-category .owl-next, .owl-carousel.owl-product-in-category.one-category .owl-next, .owl-carousel.owl-brand-carousel.one-category .owl-next {
  right: -45px;
}

.owl-carousel.owl-in-category.one-category .owl-prev, .owl-carousel.owl-product-in-category.one-category .owl-prev, .owl-carousel.owl-brand-carousel.one-category .owl-prev {
  left: -45px;
}

.owl-carousel.owl-in-category.brands-carousel .owl-next, .owl-carousel.owl-product-in-category.brands-carousel .owl-next, .owl-carousel.owl-brand-carousel.brands-carousel .owl-next {
  right: -24px;
  top: 35%;
}

.owl-carousel.owl-in-category.brands-carousel .owl-prev, .owl-carousel.owl-product-in-category.brands-carousel .owl-prev, .owl-carousel.owl-brand-carousel.brands-carousel .owl-prev {
  left: -24px;
  top: 35%;
}

.owl-carousel.owl-in-category:hover .owl-next, .owl-carousel.owl-in-category:hover .owl-prev, .owl-carousel.owl-product-in-category:hover .owl-next, .owl-carousel.owl-product-in-category:hover .owl-prev, .owl-carousel.owl-brand-carousel:hover .owl-next, .owl-carousel.owl-brand-carousel:hover .owl-prev {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.owl-carousel.owl-brand-carousel {
  max-width: 100%;
}

.owl-carousel.owl-product-in-category .owl-next, .owl-carousel.owl-product-in-category .owl-prev {
  top: 40%;
}

.owl-carousel.owl-product-in-category .owl-next {
  right: 0;
}

.owl-carousel.owl-product-in-category .owl-prev {
  left: 0;
}

.owl-carousel.owl-product-in-category img {
  max-width: 238px;
}

.owl-carousel.owl-all-category .owl-next, .owl-carousel.owl-all-category .owl-prev {
  width: 64px;
  height: 64px;
  line-height: 76px;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.owl-carousel.owl-all-category:hover .owl-next, .owl-carousel.owl-all-category:hover .owl-prev {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.all-category {
  border-bottom: 1px solid #dbdbdb;
  padding: 30px 30px 25px;
  margin-bottom: 55px;
}

.all-category .all-category_list-item:hover img {
  opacity: 0.7;
}

.all-category .all-category_list-item img {
  max-width: 233px;
}

.product_in-category {
  margin-top: 50px;
  margin-bottom: 30px;
}

.product_in-category .product-view_block {
  float: left;
}

.product_in-category .title-decor .decor {
  margin-bottom: 35px;
}

.product_in-category .product-view_block {
  margin-bottom: 0;
}

.product_in-category .product-view_block .product-info {
  padding-bottom: 10px;
}

.product-featured {
  margin-top: 50px;
  margin-bottom: 35px;
  padding: 0 15px;
}

.product-featured .nav.nav-tabs li:first-child a {
  padding-left: 15px;
}

.product-favorite .fa, .product-compare .fa, .product-add .fa {
  color: #222;
  font-size: 20px;
  top: 9px;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.product-favorite .fa {
  top: 11px;
}

.product-view_block {
  margin-bottom: 30px;
}

.product-view_block:hover .btn-theme {
  color: #ffffff;
}

.product-view_block:hover .product-favorite, .product-view_block:hover .product-compare, .product-view_block:hover .product-add {
  opacity: 1;
  visibility: visible;
}

.product-view_block:hover .product-tools-wrap {
  bottom: 40%;
}

.product-view_block .product-category {
  margin-bottom: 5px;
}

.product-view_block .product-image {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}

.product-view_block .product-image img {
  margin: 0 auto;
  display: block;
}

.product-view_block .product-info {
  padding: 0 20px 20px;
}

.product-view_block .product-name {
  height: 35px;
  overflow: hidden;
  position: relative;
}

.product-view_block .product-name a {
  font-size: 1em;
}

.product-view_block .product-name a:hover {
  text-decoration: none;
}

.product-view_block .product-name:after {
  background-image: url(../img/gradient_white.png);
  height: 18px;
  width: 35px;
  position: absolute;
  bottom: -4px;
  content: '';
  background-size: contain;
  right: 0;
}

.product-ticket_block {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 10;
}

.product-ticket_block .ticket {
  z-index: 3;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: block;
  text-transform: uppercase;
  min-width: 60px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}

.product-ticket_block .ticket:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  border-left: 8px solid transparent;
  border-right: 0 solid transparent;
  border-top: 6px solid;
}

.product-add_cart {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 3px;
}

.product-add_cart .btn-theme.bg-main:hover {
  opacity: 1;
  background-color: #ff0000;
}

.product-add_cart a {
  padding: 8px 20px;
  font-size: 14px;
  display: inline-block;
  text-transform: none;
  border-radius: 3px;
}

.product-add_cart a .fa {
  font-size: 20px;
  display: inline-block;
  margin-right: 5px;
}

.product-add_cart a .fa.fa-phone {
  position: relative;
  top: 2px;
}

.product-tools-wrap {
  bottom: 45%;
  left: 0;
  z-index: 10;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.product-tools-wrap button {
  padding: 0;
}

.product-tools-wrap > a {
  margin-right: 10px;
}

.product-tools-wrap > a:last-child {
  margin: 0;
}

.rs-favorite, .rs-compare {
  z-index: 10;
}

.product-add.disabled .fa {
  color: #fff;
}

.product-add.disabled:hover {
  cursor: not-allowed;
}

.rs-favorite .product-favorite, .rs-compare .product-compare, .product-add {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background-color: #fff;
  cursor: pointer;
}

.rs-favorite .product-favorite:hover .fa, .rs-compare .product-compare:hover .fa, .product-add:hover .fa {
  color: #fff;
}

.rs-favorite .product-favorite .icon.icons-compare, .rs-favorite .product-favorite .icon.icons-favorite, .rs-compare .product-compare .icon.icons-compare, .rs-compare .product-compare .icon.icons-favorite, .product-add .icon.icons-compare, .product-add .icon.icons-favorite {
  background-position: -60px 0;
  margin-top: 7px;
}

.rs-favorite .product-favorite .icon.icons-compare:hover, .rs-favorite .product-favorite .icon.icons-favorite:hover, .rs-compare .product-compare .icon.icons-compare:hover, .rs-compare .product-compare .icon.icons-favorite:hover, .product-add .icon.icons-compare:hover, .product-add .icon.icons-favorite:hover {
  background-position: -60px 0;
}

.rs-favorite.rs-in-favorite .product-favorite .fa, .rs-compare.rs-in-compare .product-compare .fa, .rs-to-cart.added .fa {
  color: #ffffff;
}

.product-price_block {
  margin-top: 5px;
  margin-bottom: 10px;
}

.product-price_block .product-price.old {
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 8px;
  line-height: 21px;
}

.product-view_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #d7d7d7;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 3px;
}

.product-view_table .product-description {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 24px;
  color: #888;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-style: normal;
}

.product-view_table .product-ticket_block {
  top: 20px;
  left: -8px;
}

.product-view_table:hover .btn-theme {
  color: #fff;
}

.product-view_table .product-image {
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 35%;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
}

.product-view_table .product-image:hover {
  opacity: 0.7;
}

.product-view_table h4 {
  margin-bottom: 10px;
  display: inline-block;
}

.product-view_table h4 a:hover {
  color: inherit;
}

.product-view_table .product-price_block {
  margin-bottom: 20px;
}

.product-view_table .product-price_block .product-price {
  font-size: 18px;
}

.product-view_table .product-price_block .old {
  font-size: 16px;
  color: #aaaaaa;
  margin-left: 5px;
}

.product-view_table .product-rating {
  margin-top: 15px;
  margin-bottom: 10px;
}

.product-view_table .product-info {
  display: inline-block;
  margin-left: 25px;
  width: 45%;
  padding: 20px 0;
}

.product-view_table .product-name a {
  border: none;
  font-size: 18px;
  color: #888888;
}

.product-view_table .product-btns {
  margin-top: 55px;
}

.product-view_table .product-tools-wrap {
  display: inline-block;
  width: auto;
}

.product-view_table .product-tools-wrap > a {
  display: inline-block;
  margin-right: 0;
  margin-left: 8px;
}

.product-view_table .rs-favorite .product-favorite, .product-view_table .rs-compare .product-compare {
  visibility: visible;
  opacity: 1;
  border-radius: 5px;
  background: #7cc5bd;
}

.product-view_table .rs-favorite .product-favorite .fa, .product-view_table .rs-compare .product-compare .fa {
  color: #ffffff;
}

.product-rating {
  position: relative;
  width: 84px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.product-rating .value {
  position: absolute;
  top: 0;
  left: 0;
}

.lastnews {
  float: left;
  width: 100%;
  padding: 60px 0;
  margin-bottom: 52px;
  background: url(../img/lastnews-bg.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}

.lastnews:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.lastnews h2 {
  z-index: 10;
}

.lastnews .news-item {
  margin-bottom: 5px;
  height: 100%;
  z-index: 10;
}

.lastnews .title-decor .decor {
  opacity: 1;
}

.lastnews i {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.lastnews .news-image {
  position: relative;
  overflow: hidden;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}

.lastnews .news-image img {
  -webkit-transition: all ease-in-out 2s;
  transition: all ease-in-out 2s;
}

.lastnews .news-image.height-a img {
  height: auto;
}

.lastnews .news-image .icon-newspaper-stub {
  -webkit-transition: all ease-in-out 2s;
  transition: all ease-in-out 2s;
}

.lastnews .news-title {
  margin-bottom: 20px;
  font-weight: bold;
  height: 50px;
  overflow: hidden;
  position: relative;
}

.lastnews .news-title a {
  color: #fff;
}

.lastnews .news-description {
  color: #fff;
  margin-bottom: 20px;
  height: 50px;
  overflow: hidden;
  position: relative;
}

.lastnews .news-description p {
  text-overflow: ellipsis;
}

.lastnews .news-text {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 38px 45px;
  height: 250px;
}

.lastnews .news-item {
  width: 33.3%;
}

.news-date {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 55px;
  height: 60px;
  background-color: rgba(34, 34, 34, 0.9);
  padding-top: 3px;
  z-index: 10;
}

.news-date p {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  color: #ffffff;
}

.news-date p:last-child {
  font-size: 1.3em;
  position: relative;
  bottom: 12px;
}

.catalog-news {
  margin-left: -15px;
  margin-right: -15px;
}

.catalog-news .news-block {
  margin-bottom: 30px;
}

.catalog-news .news-image {
  position: relative;
  min-height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog-news .news-title {
  margin: 13px 0;
  font-size: 16px;
  font-weight: bold;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.catalog-news .news-title:after {
  content: '';
  background-image: url(../img/gradient_white.png);
  height: 25px;
  width: 35px;
  position: absolute;
  bottom: 0;
  background-size: contain;
  right: 0;
}

.catalog-news .news-description {
  margin-bottom: 15px;
  position: relative;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.catalog-news .news-description:after {
  content: '';
  background-image: url(../img/gradient_white.png);
  height: 18px;
  width: 35px;
  position: absolute;
  bottom: 0;
  background-size: contain;
  right: 0;
}

.brand-page {
  margin-bottom: 60px;
}

.brand-page h1 {
  margin-top: 0;
  margin-bottom: 30px;
}

.brand-page .brand-wrap {
  margin-right: -15px;
  margin-left: -15px;
}

.brand-page .brand-wrap .brand-block {
  margin-bottom: 35px;
  padding-bottom: 0;
  border-bottom: none;
}

.brand-page .brand-wrap .brand-image {
  overflow: hidden;
  margin-bottom: 20px;
}

.brand-page .brand-wrap .brand-image img {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.brand-page .brand-wrap .brand-image:hover {
  -webkit-transform: none;
          transform: none;
}

.brand-page .brand-wrap .brand-block:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.brand-page .brand-block {
  margin-bottom: 29px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
}

.brand-page .brand-block .brand-block_title {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-style: normal;
}

.brand-page .brand-block .brand-block_title a {
  color: #888888;
}

.brand-page .brand-block .brand-block_name {
  margin: 0 75px 20px 0;
}

.brand-page .brand-block .brand-block_name a:hover {
  color: #888888;
}

.brand-page .brand-image {
  border: 1px solid #dbdbdb;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  padding: 40px 5px;
}

.brand-page .brand-image:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.brand-page .brand-title {
  font-size: 1.2em;
  margin-top: 8px;
}

.brand-page .brand-category_list {
  margin-bottom: 25px;
}

.brands-carousel {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 0;
}

.brands-carousel .brands-carousel_item {
  opacity: 0.6;
}

.brands-carousel .brands-carousel_item:hover {
  opacity: 1;
}

div + .ourconditions.column {
  margin-top: 30px;
}

.ourconditions {
  padding: 30px 0;
}

.ourconditions.column {
  border: 1px solid #ebebeb;
  margin: 0 0 30px;
  padding: 0;
}

.ourconditions.column .content-wrap {
  padding: 15px;
}

.ourconditions.column .column:last-child .ourconditions-item {
  border: none;
  margin: 0;
  padding: 0;
}

.ourconditions.column .ourconditions-item {
  margin-bottom: 9px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ebebeb;
}

.ourconditions.column .ourconditions-item .title, .ourconditions.column .ourconditions-item .desc {
  text-align: left;
}

.ourconditions.column .ourconditions-item .title {
  white-space: normal;
}

.ourconditions.column .image {
  display: block;
  background-color: transparent;
  width: auto;
  height: auto;
  margin-right: 15px;
}

.ourconditions.column .desc-wrap {
  padding-top: 0;
}

.ourconditions .ourconditions-item p {
  text-align: left;
  margin-bottom: 0;
}

.ourconditions .ourconditions-item .title {
  margin-top: 3px;
  white-space: nowrap;
  text-align: center;
}

.ourconditions .ourconditions-item .desc {
  text-align: center;
}

.ourconditions .desc-wrap {
  padding-top: 18px;
}

.ourconditions .image {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #f5f6fa;
}

footer h4 {
  margin: 0 0 20px;
  text-transform: uppercase;
  position: relative;
}

footer .toggle {
  float: right;
  width: 30px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

footer .toggle .fa {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

footer .toggle.open .fa {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

footer a {
  display: block;
}

footer .footer-wrap {
  padding: 50px 0;
  background-color: #f5f6fa;
}

footer .footer-info_block {
  margin-bottom: 40px;
}

footer .footer-info_block.contacts a {
  display: inline-block;
  color: #888888;
}

footer .footer-info_block.contacts p {
  margin-bottom: 20px;
}

footer .footer-info_block.contacts .footer-info_text .fa {
  font-size: 16px;
  margin: 2px 0 0 0;
  float: left;
  display: inline-block;
}

footer .footer-info_block.contacts .footer-info_text .fa.fa-paper-plane {
  margin-right: 10px;
}

footer .footer-info_text li {
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 15px;
}

footer .footer-info_text li a {
  color: #888888;
}

footer .footer-info_text p > span {
  padding-left: 25px;
  display: block;
}

footer .a-move-right li:before {
  top: 10px;
}

footer .payment-info {
  margin: 25px 0;
}

footer .developers-info a {
  color: #a6d128;
}

footer .social {
  margin: 20px 0;
}

footer .social h4 {
  margin-right: 30px;
}

footer .social .wrap span {
  border: 1px solid #888;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
}

footer .social .wrap span:hover {
  border-color: #fff;
}

footer .social .wrap span:hover .fa {
  color: #fff;
}

footer .social .wrap span:last-child {
  margin-right: 0;
}

footer .social .fa {
  color: #888;
  font-size: 16px;
}

.email-subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 49px 0;
}

.email-subscribe .subscribe-desc p {
  text-transform: uppercase;
  line-height: 41px;
  margin-bottom: 0;
}

.email-subscribe .form-subscribe {
  width: 65%;
  position: relative;
}

.email-subscribe .form-subscribe input {
  max-width: 415px;
  width: 100%;
  border-radius: 50px;
  height: 42px;
  line-height: 42px;
  font-size: 12px;
}

.email-subscribe .form-subscribe .btn-theme {
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 130px;
  font-size: 12px;
  top: 1px;
  border-radius: 50px;
  height: 42px;
  line-height: 42px;
  font-weight: 600;
  padding: 0 20px;
}

#mob-menu_wrap {
  padding-left: 15px;
  cursor: pointer;
}

#mob-menu_wrap .menu-trigger {
  cursor: pointer;
  font-size: 1.3em;
}

#mob-menu_wrap i {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

#mob-menu_wrap .left-side, #mob-menu_wrap .right-side {
  display: inline-block;
}

#mob-menu_wrap .left-side {
  height: 100%;
  border-right: 1px solid #dbdbdb;
  background-color: #fff;
  width: 40%;
  min-width: 280px;
  max-width: 350px;
  overflow: auto;
}

#mob-menu_wrap .right-side {
  background-color: #333;
  opacity: 0;
  height: 100%;
  width: 100%;
}

#mob-menu_block {
  position: fixed;
  top: 0;
  left: -300px;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 200;
  cursor: auto;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

#mob-menu_block ul {
  position: relative;
}

#mob-menu_block .affiliate-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #dbdbdb;
  display: inline-block;
  padding: 10px;
  font-size: 12px;
}

#mob-menu_block .affiliate-block .city-select {
  margin: 0;
}

#mob-menu_block .affiliate-block span {
  color: #222222;
}

#mob-menu_block .affiliate-block a {
  padding: 0;
  color: #222222;
  position: relative;
  top: 4px;
}

#mob-menu_block .search-form {
  position: relative;
}

#mob-menu_block .search-form .search-input {
  text-indent: 10px;
  height: 45px;
  position: static;
  border: none;
}

#mob-menu_block .search-form .search-start {
  height: 45px;
  padding: 10px 11px;
  color: #222;
  border-left: 1px solid #dbdbdb;
  background-color: transparent;
  width: auto;
}

#mob-menu_block ul {
  text-align: left;
}

#mob-menu_block ul li {
  border-bottom: 1px solid #dbdbdb;
  overflow: hidden;
  padding-left: 0;
  line-height: 17px;
}

#mob-menu_block ul li a {
  margin-left: 0;
  padding: 14px 0 10px 10px;
  display: inline-block;
  white-space: nowrap;
  max-width: 84%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222;
}

#mob-menu_block .open-category_button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 45px;
  cursor: pointer;
  border-left: 1px solid #dbdbdb;
  color: #131313;
  font-size: 1.5em;
}

#mob-menu_block .open-category_button.lvl-tree {
  height: 39px;
}

#mob-menu_block .open-category_button.lvl-tree a {
  padding-left: 10px;
}

#mob-menu_block .open-category_button i {
  font-size: 20px;
  height: auto;
  width: auto;
}

#mob-menu_block .open-category_button:hover i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#mob-menu_block .close-mob_row {
  overflow: hidden;
  padding-left: 30px;
}

#mob-menu_block .close-mob_row .logo {
  display: inline-block;
}

#mob-menu_block .close-mob_row .logo a {
  padding: 0;
  max-width: 100%;
  line-height: 39px;
}

#mob-menu_block .close-mob_row .logo img {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
}

#mob-menu_block .close-mob_menu {
  float: right;
  width: 42px;
  height: 43px;
  cursor: pointer;
  border-left: 1px solid #dbdbdb;
  text-align: center;
  color: #131313;
}

#mob-menu_block .close-mob_menu > span {
  position: relative;
  top: 14px;
  width: 14px;
  height: 14px;
}

#mob-menu_block .has-child {
  position: relative;
}

#mob-menu_block .has-child.open > .children {
  display: block;
}

#mob-menu_block .has-child.open > .open-category_button .fa {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#mob-menu_block .has-child.open .has-child a {
  display: inline-block;
}

#mob-menu_block .has-child .children {
  display: none;
  border-top: 1px solid #dbdbdb;
}

#mob-menu_block .has-child .children li {
  font-size: .9em;
  line-height: 13px;
}

#mob-menu_block .has-child .children li a {
  display: block;
  padding-left: 15px;
}

#mob-menu_block .has-child .children .children a {
  padding-left: 20px;
}

#mob-menu_block .has-child .children li:last-child {
  border-bottom: 0;
}

#mob-menu_block.open {
  visibility: visible;
  left: 0;
  top: 0;
}

#mob-menu_block.open .right-side {
  opacity: .6;
  -webkit-transition: all ease-in-out .9s;
  transition: all ease-in-out .9s;
}

.rs-not-avaliable .rs-unobtainable {
  display: inline-block;
}

.rs-not-avaliable .rs-unobtainable.not-have {
  display: block;
}

.rs-unobtainable,
.product-page .rs-reserve,
.rs-multi-complectations .rs-reserve,
.rs-not-avaliable .rs-to-cart,
.rs-not-avaliable .rs-buy-one-click,
.rs-not-avaliable .rs-product-amount {
  display: none;
}

.rs-forced-reserve .rs-to-cart,
.rs-not-avaliable.rs-can-be-reserved .rs-unobtainable {
  display: none;
}

.rs-forced-reserve .rs-reserve,
.rs-not-avaliable.rs-can-be-reserved .rs-reserve {
  display: inline-block;
}

.order .rs-has-account, .order.user .order-form_block:not(.user-contacts), .orderComment:not(.user-contacts), .order.user .next,
.order.user .captcha, .order.user .user-register, .order.user .user-without-register,
.order.authorized .user-without-register, .order.noregister .user-register, .order.person .user-without-register,
.order.company .user-without-register, .order.person .organization {
  display: none;
}

.order.user .rs-has-account, .order.noregister .user-without-register {
  display: block;
  width: 100%;
}

.order.user .rs-has-account, .order.noregister .user-without-register {
  display: block;
  width: 100%;
}

.was-error p {
  color: #e00;
  margin-top: 5px;
  font-weight: bold;
}

.rs-trigger-active {
  position: relative;
}

.rs-trigger-active.active > .drop_block {
  display: block;
}

.catalog-page h1 {
  text-transform: uppercase;
  margin: 0 0 28px;
  padding: 0 0 10px;
  font-weight: 700;
  color: #222;
  position: relative;
}

.catalog-page .catalog-page_subcategory a {
  display: inline-block;
  padding: 7px;
  margin-right: 10px;
  font-size: .9em;
  background-color: #222;
  color: #fff;
}

.catalog-page .catalog-page_subcategory a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px #222;
  box-shadow: 0 1px 1px #222;
}

.catalog-page .empty-list {
  margin-top: 30px;
}

.catalog_left-side .heading {
  padding: 15px 20px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
}

.catalog-page_sort {
  margin-bottom: 30px;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.catalog-page_sort i {
  font-size: 14px;
}

.sort_conditions {
  margin-right: 15px;
}

.sort_conditions, .sort_pagesize {
  display: inline-block;
  line-height: 19px;
  font-size: 12px;
}

.sort_conditions .dropdown-block, .sort_pagesize .dropdown-block {
  padding: 0 15px;
  height: 30px;
  position: relative;
  cursor: pointer;
  line-height: 30px;
  display: inline-block;
  max-width: 145px;
  width: 100%;
  background-color: #eee;
}

.catalog-as_table.active, .catalog-as_block.active {
  background-color: #999;
}

.catalog-as_table.active:hover, .catalog-as_block.active:hover {
  background-color: #333;
}

.catalog-as_table .fa, .catalog-as_block .fa {
  color: #fff;
  font-size: 18px;
}

.catalog-as_table:hover, .catalog-as_block:hover {
  color: #fff;
}

.catalog-page_product-view {
  display: inline-block;
  font-size: 0;
}

.catalog-page_product-view a {
  cursor: pointer;
  display: inline-block;
  padding: 6px;
  line-height: 0;
  background-color: #333;
  margin-right: 3px;
}

.catalog-page_product-view a:last-child {
  margin-right: 0;
}

.category-desc {
  margin: -15px 0 28px;
}

.category-desc article {
  padding: 0;
}

.catalog-categories {
  margin-bottom: 50px;
}

.catalog-categories ul {
  padding-left: 15px;
}

.catalog-categories ul.p-0 {
  padding-left: 0;
}

.catalog-categories ul.sub-dir {
  margin-top: 15px;
  display: none;
}

.catalog-categories ul li {
  margin-bottom: 15px;
}

.catalog-categories ul li.has-child {
  position: relative;
}

.catalog-categories ul li.has-child .fa-plus {
  right: 0;
}

.catalog-categories ul li.has-child .fa-minus {
  opacity: 0;
}

.catalog-categories ul li.has-child.open .sub-dir {
  display: block;
}

.catalog-categories ul li.has-child.open .fa-minus {
  opacity: 1;
}

.catalog-categories ul li a:hover {
  color: #888888;
}

.items-loader a {
  color: #888888;
  font-size: 18px;
  background-color: #fafafa;
  padding: 20px 15px;
  border-radius: 3px;
  text-align: center;
  display: block;
  border: 1px solid #e5e5e5;
}

.catalog-filter_block .module-wrapper {
  top: 35px;
}

.catalog-filter {
  border: 1px solid #eee;
}

.catalog-filter i {
  font-size: 20px;
}

.catalog-filter h4 {
  text-transform: uppercase;
  margin: 0;
  font-size: 16px;
}

.catalog-filter .filters-all {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.catalog-filter .filters-all_block {
  background-color: #fff;
}

.catalog-filter .filters-all_block .filter.checkbox, .catalog-filter .filters-all_block .filter.radio {
  margin: 0;
}

.catalog-filter .filters-all_block form:last-child .expand {
  border-bottom: none;
}

.catalog-filter .filters-all_block .filter .title {
  cursor: pointer;
}

.catalog-filter .filters-all_block .filter i {
  font-size: 1em;
}

.catalog-filter .filters-all_block .filter i.fa-plus {
  position: absolute;
  top: 3px;
  right: 0;
}

.catalog-filter .filters-all_block .filter .toggle {
  position: relative;
}

.catalog-filter .filters-all_block .filter .expand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}

.catalog-filter .filters-all_block .filter .expand i.fa-minus {
  opacity: 0;
}

.catalog-filter .filters-all_block .filter .expand i.fa-plus {
  opacity: 1;
}

.catalog-filter .filters-all_block .filter:last-child .expand {
  padding-bottom: 0;
  border: none;
}

.catalog-filter .filters-all_block .filter.open .expand i.fa-minus {
  opacity: 1;
}

.catalog-filter .filters-all_block .filter.open .expand i.fa-plus {
  opacity: 0;
}

.catalog-filter .filters-all_block .filter input {
  height: 30px;
  min-width: 1px;
  width: 100%;
}

.catalog-filter .filters-all_block .filter input[type=checkbox], .catalog-filter .filters-all_block .filter input[type=radio] {
  height: 15px;
  width: 15px;
  position: relative;
  top: 3px;
}

.catalog-filter .filters-all_block .filter .filter-input {
  display: none;
  padding: 10px 20px;
}

.catalog-filter .filters-all_block .filter .filter-input label {
  width: 44%;
  margin-bottom: 10px;
}

.catalog-filter .filters-all_block .filter .filter-input label.d-block {
  width: 100%;
}

.catalog-filter .filters-all_block .filter .filter-input .label-delimiter {
  height: 1px;
  background-color: #dbdbdb;
  width: 5%;
  position: relative;
  bottom: -15px;
}

.catalog-filter .filters-all_block .filter .filter-input_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog-filter .filters-all_block .filter.checkbox-container, .catalog-filter .filters-all_block .filter .checkbox-selected {
  margin-top: 10px;
}

.catalog-filter .filters-all_block .filter.checkbox-container label, .catalog-filter .filters-all_block .filter .checkbox-selected label {
  display: block;
  width: 100%;
}

.catalog-filter .filters-all_block .filter .checkbox-selected {
  margin-bottom: 20px;
}

.catalog-filter .filters-all_block .filter .checkbox-selected label {
  font-weight: bold;
}

.catalog-filter .filters-all_block .filter.open .filter-input {
  display: block;
}

.catalog-filter .filters-all_block .filter.open .expand i.fa-minis {
  opacity: 1;
}

.catalog-filter .filters-all_block .filter.open .expand i.fa-plus {
  opacity: 0;
}

.catalog-filter .filters-all_block .filter-remove {
  margin-left: 5px;
  font-weight: normal;
  font-size: 1.2em;
  position: relative;
  cursor: pointer;
  top: 1px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.catalog-filter .filters-all_block .filter-remove:hover {
  color: #333;
}

.catalog-filter .filters-all_block .filter-area_closed {
  border-bottom: 1px solid #dbdbdb;
}

.catalog-filter .filters-all_block .filter-area_closed > span {
  border-left: 1px solid #eaeaea;
  width: 37px;
  height: 37px;
  cursor: pointer;
  font-size: 1.3em;
}

.catalog-filter .filters-all.open .filters-all_block-empty {
  opacity: .6;
  -webkit-transition: all ease-in-out .9s;
  transition: all ease-in-out .9s;
}

.catalog-filter .filters-all_block-empty {
  background-color: #333;
  opacity: 0;
  height: 100%;
  width: 100%;
}

.catalog-filter .noUi-horizontal .noUi-origin .noUi-handle {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 20px;
  background: #131313;
}

.catalog-filter .noUi-handle:before, .catalog-filter .noUi-handle:after {
  content: none;
}

.catalog-filter .noUi-target {
  margin: 10px auto 5px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.catalog-filter .noUi-connect {
  background-color: #131313;
}

.catalog-filter .noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  left: -11px;
  top: -4px;
}

.catalog-filter .noUi-target .noUi-base {
  width: 99%;
  margin-left: auto;
  margin-right: auto;
  background-color: #dbdbdb;
  height: 5px;
}

.filter-title {
  cursor: pointer;
  margin: 0;
}

.filter.open .checkbox-image_wrap {
  display: block;
}

.filter .checkbox-image_wrap {
  padding: 10px 20px;
  display: none;
}

.filter .checkbox-image_wrap label {
  position: relative;
  cursor: pointer;
  margin-right: 5px;
}

.filter .checkbox-image_wrap label i {
  position: absolute;
  top: 2px;
  left: 2px;
  color: #fff;
  font-size: 18px;
}

.filter .checkbox-image_wrap label img {
  border: 1px solid transparent;
}

.filter .checkbox-image_wrap label input {
  opacity: 0;
  cursor: pointer;
}

.filter.color.open .checkbox-color_wrap {
  display: block;
}

.filter.color .checkbox-color_wrap {
  padding: 10px 20px;
  display: none;
}

.filter.color .checkbox-color_wrap label {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  border: 1px solid #dbdbdb;
}

.filter.color .checkbox-color_wrap label i {
  position: absolute;
  top: 2px;
  left: 2px;
}

.filter.color .checkbox-color_wrap label input {
  opacity: 0;
  cursor: pointer;
}

.filter-buttons {
  margin: 10px 0 25px;
  padding: 0 20px;
}

.filter-buttons button {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.breadcrumbs-block {
  margin-bottom: 40px;
  border-bottom: 1px solid #dbdbdb;
}

.breadcrumbs {
  padding: 15px 0;
  display: block;
  min-height: 0;
  max-width: 1215px;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumbs .fa.fa-home {
  font-size: 16px;
}

.breadcrumbs li {
  color: #222;
  margin-right: 8px;
}

.breadcrumbs li a, .breadcrumbs li span {
  color: #222;
  font-size: 13px;
}

.breadcrumbs li:last-child {
  display: none;
  margin-right: 0;
}

.banners_zone {
  position: relative;
}

.banners_zone .banner {
  margin: 35px 0;
}

.banners_zone .banner img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.banners_zone .banner img:hover {
  opacity: 0.7;
}

.banner-item {
  position: relative;
  font-size: 16px;
  width: 33.333%;
}

.banner-item:hover .product-image {
  opacity: 0.8;
}

.banner-item:hover .product-name a {
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.banner-item .product-image img {
  margin-left: auto;
  margin-right: auto;
}

.banner-item .product-name {
  text-align: center;
  font-weight: bold;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.banner-item .product-name a {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
  padding: 0 15px;
}

.wrapper_product-card {
  width: 100%;
  float: left;
  margin-bottom: 60px;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #888888;
}

.wrapper_product-card > div:first-child {
  padding-left: 0;
}

.wrapper_product-card > div:last-child {
  padding-right: 0;
}

img.border-gray {
  padding: 5px;
}

.product-page .product-favorite {
  margin-left: 5px;
}

.product-page .product-compare, .product-page .product-favorite {
  visibility: visible;
  opacity: 1;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
}

.product-page .product-compare .fa, .product-page .product-favorite .fa {
  color: #888;
}

.product-page .product-main_photo {
  margin-bottom: 10px;
  position: relative;
  padding: 3px;
}

.product-page .product-ticket_block {
  left: -8px;
}

.product-page .product-tools-wrap {
  right: 10px;
  top: 10px;
  width: 40px;
  display: block;
}

.product-page .product-tools-wrap .product-favorite, .product-page .product-tools-wrap .product-compare {
  -webkit-transform: scale(1);
          transform: scale(1);
  margin-bottom: 5px;
}

.product-page h1 {
  margin: 0 0 15px;
  color: #888888;
  text-transform: uppercase;
}

.product-page .rating-block a {
  color: #888;
}

.product-page .product-rating {
  margin: 5px 0;
  display: inline-block;
}

.product-page .rating-delimiter {
  display: inline-block;
  margin: 0 10px;
}

.product-page .product-gallery_thumb:hover .owl-nav .owl-prev, .product-page .product-gallery_thumb:hover .owl-nav .owl-next {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.product-page .product-gallery_thumb button {
  background-color: #fff;
  padding: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  margin: auto;
  display: block;
  border: 1px solid transparent;
}

.product-page .deliveryCostListTitle a {
  color: blue;
  cursor: pointer;
}

.product-page .deliveryCostListTitle a:hover {
  text-decoration: underline;
}

.product-page .owl-nav .owl-prev, .product-page .owl-nav .owl-next {
  position: absolute;
  z-index: 10;
  top: 38%;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.product-page .owl-nav .owl-prev span, .product-page .owl-nav .owl-next span {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #fff;
  -webkit-transition: none;
  transition: none;
  border-radius: 50%;
}

.product-page .owl-nav .owl-prev:hover, .product-page .owl-nav .owl-next:hover {
  color: #fff;
}

.product-page .owl-nav .owl-prev .fa, .product-page .owl-nav .owl-next .fa {
  font-size: 19px;
  width: auto;
  height: auto;
  position: relative;
  top: 2px;
  -webkit-transition: none;
  transition: none;
}

.product-page .owl-nav .owl-prev {
  left: 0;
}

.product-page .owl-nav .owl-prev .fa {
  right: 1px;
}

.product-page .owl-nav .owl-next {
  right: 0;
}

.product-page .owl-nav .owl-next .fa {
  left: 1px;
}

.product-page .page-product_description {
  margin-bottom: 30px;
}

.product-page .page-product_description .product-price {
  color: #222;
  font-weight: 600;
}

.product-page .page-product_description .product-price.old {
  margin: 0 5px;
  font-size: 14px;
  color: #aaa;
  font-weight: normal;
}

.product-page .page-product_description.short {
  margin: 15px 0;
}

.product-page .page-product_description.price {
  margin: 0 0 8px;
}

.product-page .page-product_description.availability {
  color: #666666;
  margin: 15px 0 10px;
}

.product-page .page-product_description.availability .title + span {
  color: #222;
}

.product-page .page-product_description.availability .out-stock .fa {
  color: #ff0000;
}

.product-page .page-product_description.availability .in-stock .fa {
  color: #598a23;
}

.product-page .page-product_description.characteristics {
  margin: 30px 0 0;
}

.product-page .page-product_description.characteristics li {
  margin-bottom: 10px;
}

.product-page .page-product_description.characteristics .title {
  font-size: 13px;
  font-weight: 500;
  min-width: 90px;
  display: inline-block;
}

.product-page .page-product_description.characteristics a {
  text-decoration: underline;
}

.product-page .page-product_description.actions {
  margin: 0 0 10px;
  padding: 20px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.product-page .page-product_description.price {
  margin: 15px 0 0;
}

.product-page .page-product_description.amount {
  margin-bottom: 30px;
}

.product-page .deliveryCostBlock {
  padding: 10px 0 0 0;
}

.product-page .deliveryCostBlock .noDeliveryService {
  margin-bottom: 0;
}

.product-page .product-btns .btn-theme {
  min-width: 135px;
  margin-right: 10px;
}

.product-page .product-btns .btn-theme:last-child {
  margin-right: 0;
}

.product-page .group .icon-rating-star {
  width: 16px;
  height: 20px;
  display: inline-block;
  margin-right: 3px;
}

.product-share .title {
  position: relative;
  top: 4px;
  display: inline-block;
  margin-right: 15px;
  color: #222222;
}

.product-share li {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.product-share li:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.product-offers .product-offers_pname {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  color: #222222;
}

.product-offers .product-offers_item {
  margin: 10px 0;
}

.product-offers .product-offers_item select, .product-offers .product-offers_item option {
  max-width: 100%;
  width: 40%;
  text-indent: 10px;
  height: 28px;
  border-radius: 0;
}

.product-offers .product-offers_item .type-image img {
  border: 1px solid transparent;
}

.product-offers .product-offers_title {
  margin-bottom: 8px;
}

.product-offers .type-radio {
  display: inline-block;
}

.product-offers .type-radio input {
  height: auto;
  width: auto;
  min-width: 10px;
  position: absolute;
}

.product-offers .type-radio input:checked + span {
  border-color: #000;
}

.product-offers .type-radio label {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.product-offers .type-radio label .fa {
  position: absolute;
  top: 2px;
  left: 2px;
}

.product-offers .type-radio label span {
  font-weight: normal;
  border: 1px solid #dbdbdb;
  min-width: 38px;
  height: 38px;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
  line-height: 45px;
}

.product-offers .type-radio label input {
  cursor: pointer;
  opacity: 0;
}

.product-offers .type-image label {
  margin-right: 5px;
  display: inline-block;
}

.product-offers .type-color {
  display: inline-block;
}

.product-offers .type-color input {
  height: auto;
  width: auto;
  min-width: 10px;
}

.product-offers .type-color label {
  cursor: pointer;
  margin-right: 2px;
  margin-bottom: 0;
}

.product-offers .type-color label input {
  cursor: pointer;
  opacity: 0;
}

.product-offers .type-color .color-block {
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 20px;
  height: 20px;
  display: inline-block;
}

.product_quantity {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.product_quantity .quantity {
  height: 100%;
  display: inline-block;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  margin-right: 8px;
}

.product_quantity .quantity:hover {
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
}

.product_quantity input {
  text-indent: 10px;
}

.product_quantity .quantity-button {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #dbdbdb;
}

.product_quantity .quantity-button:hover {
  background-color: #ebebeb;
}

.product_quantity .quantity-button.quantity-up, .product_quantity .quantity-button.quantity-down {
  right: 0;
}

.product_quantity .quantity-button.quantity-up {
  top: 0;
  height: 21px;
}

.product_quantity .quantity-button.quantity-down {
  bottom: 0;
  border-top: none;
}

.product_quantity .quantity-text {
  margin-right: 15px;
}

.page-product_content-wrap {
  margin-bottom: 50px;
}

.page-product_content-wrap .row > .col-xs-12 {
  padding-left: 0;
}

.card-product_rating .btn-theme {
  max-width: 170px;
}

.page-product_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-style: normal;
}

.page-product_content article {
  padding: 0;
}

.page-product_content article strong, .page-product_content article b {
  color: #222;
}

.page-product_content input[type=text] {
  max-width: 320px;
  width: 100%;
  min-width: 1px;
}

.page-product_content .nav.nav-tabs {
  width: 25%;
}

.page-product_content .nav.nav-tabs li {
  display: block;
  margin-right: 0;
  border-bottom: 1px solid #dbdbdb;
}

.page-product_content .nav.nav-tabs .active a {
  color: #222;
  background-color: transparent;
}

.page-product_content .nav.nav-tabs .active a:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.page-product_content .nav.nav-tabs a {
  padding: 13px 25px;
  display: block;
  color: #222;
  text-align: left;
  position: relative;
  font-size: 16px;
}

.page-product_content .nav.nav-tabs a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  height: 100%;
  width: 4px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}

.page-product_content .nav.nav-tabs a:hover {
  background-color: transparent;
}

.page-product_content .nav.nav-tabs a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.page-product_content .tab-content {
  width: 75%;
  padding: 25px;
  border-left: 0;
  font-size: 16px;
  line-height: 22px;
}

.page-product_content .tab-content .fa.fa-angle-left, .page-product_content .tab-content .fa.fa-angle-right {
  width: 8px;
  height: 26px;
  font-size: 22px;
}

.page-product_content .icon.icon-rating-star.value {
  position: static;
}

.page-product_content .review .product-rating {
  margin: 10px 0 14px;
  display: inline-block;
}

.page-product_content .review label {
  display: block;
  margin-top: 5px;
}

.page-product_content .review-list {
  margin-bottom: 30px;
}

.page-product_content .review-list > div {
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 24px 30px;
  border: 1px solid #dbdbdb;
}

.page-product_content .review-list > div:last-child {
  margin-bottom: 0;
}

.page-product_content .review-answer h2 {
  margin-top: 10px;
}

.page-product_content .review-answer .group {
  margin: 25px 0;
}

.page-product_content .review-answer .group .stars-block {
  margin-top: 10px;
}

.page-product_content .review-answer .group .stars-block .icon-rating-star {
  cursor: pointer;
  opacity: .4;
}

.page-product_content .review-answer .group .stars-block .icon-rating-star.active {
  opacity: 1;
}

.page-product_content .review-answer textarea {
  width: 100%;
  display: block;
}

.page-product_content .review-answer label {
  display: block;
}

.page-product_content .review-answer label > span {
  margin-bottom: 5px;
  font-weight: normal;
  display: block;
}

.page-product_content .review-answer input[type=user_name] {
  margin-top: 5px;
}

.page-product_content .formFieldError {
  color: #e00;
}

.mobile_nav-tabs {
  margin-bottom: 5px;
  cursor: pointer;
}

.mobile_nav-tabs span {
  font-size: 1.5em;
}

.mobile_nav-tabs.open .arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mobile_nav-tabs .arrow {
  float: right;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.mobile_nav-tabs .arrow.rotated {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.lg-outer .lg-thumb.group .lg-thumb-item {
  max-width: 63px;
  max-height: 60px;
  cursor: pointer;
}

#tab-stock table thead td {
  font-size: 1em;
  font-weight: bold;
}

#tab-stock table a:hover {
  text-decoration: underline;
}

/*zoom settings*/
.zoomPad {
  position: relative;
  cursor: crosshair;
}

.zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-image: url(../img/zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 2;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0;
  left: 0;
}

.zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 3;
  position: absolute;
  border: 1px solid #CCC;
  cursor: pointer;
}

.zoomOverlay {
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  /*opacity:0.5;*/
  width: 100%;
  height: 100%;
  display: none;
  z-index: 2;
}

.zoomWindow {
  -webkit-box-shadow: 1px 1px 3px #585858;
          box-shadow: 1px 1px 3px #585858;
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 3;
  height: auto;
}

.zoomWrapper {
  position: relative;
  border: 1px solid #999;
}

.zoomWrapperTitle {
  display: block;
  background: #999;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
}

.zoomWrapperImage img {
  border: 0;
  display: block;
  position: absolute;
}

.zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position: absolute;
  display: block;
}

.rs-warehouse-row .stick-wrap {
  display: block;
  float: left;
  font-size: 0;
  padding: 4px;
  white-space: nowrap;
}

.rs-warehouse-row .stick-wrap .stick {
  background: #ebebeb none repeat scroll 0 0;
  display: inline-block;
  height: 14px;
  margin-left: 6px;
  vertical-align: bottom;
  width: 14px;
}

.rs-warehouse-row .stick-wrap .stick:first-child {
  margin-left: 0;
}

.rs-warehouse-row .stick-wrap .stick.filled {
  background-color: #faad3d;
}

.rs-warehouse-row .rs-stick-empty {
  display: none;
}

.rs-warehouse-row.rs-warehouse-empty .rs-stick-empty {
  display: block;
}

.rs-warehouse-row.rs-warehouse-empty .stick-wrap {
  display: none;
}

.paginator {
  margin: 35px auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paginator .fa.fa-angle-right, .paginator .fa.fa-angle-left {
  font-size: 16px;
}

.paginator a {
  width: 24px;
  height: 28px;
  line-height: 27px;
  text-align: center;
  font-size: 14px;
  color: #222;
  margin: 0;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 3px;
}

.paginator a.active, .paginator a:hover {
  background-color: #fafafa;
  border-color: #e5e5e5;
}

.paginator a:hover .fa {
  -webkit-transition: none;
  transition: none;
}

.paginator .fa {
  font-size: 1em;
  color: #222;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.checkout-steps .nav.nav-tabs {
  margin-bottom: 25px;
}

.checkout-steps .manual-login input {
  max-width: 300px;
  width: 100%;
  margin: 10px 0;
}

.checkout-steps .block {
  margin: 29px 0;
  padding: 20px 0;
  border-top: 1px solid #dbdbdb;
}

.checkout-steps .block label {
  width: auto;
  display: inline-block;
  max-width: 100%;
}

.checkout-steps .new-address label {
  display: block;
}

.checkout-steps select {
  height: 38px;
}

.checkout-steps select, .checkout-steps input {
  margin-top: 5px;
  border-radius: 0;
}

.checkout-steps .input-area label {
  display: block;
}

.checkout-steps input[type=radio] {
  margin-right: 10px;
  top: 2px;
  min-width: 0;
}

.checkout-steps input[type=checkbox] {
  height: auto;
  min-width: 0;
}

.checkout-steps .formFieldError {
  color: #e00;
  font-size: .8em;
  display: block;
  margin-top: 3px;
}

.checkout-steps .del-address {
  font-size: 1.6em;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.checkout-steps .del-address:hover span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.checkout-steps label {
  font-weight: normal;
  max-width: 300px;
  width: 100%;
  display: block;
}

.checkout-steps label input {
  outline: none;
  max-width: 300px;
  width: 100%;
  min-width: 1px;
}

.checkout-steps label input[type=radio], .checkout-steps label input[type=checkbox] {
  width: auto;
  height: auto;
}

.checkout-steps .policy-agreement {
  margin-top: 20px;
}

.checkout-steps .captcha img {
  margin-top: 10px;
}

.checkout-steps .captcha input {
  display: block;
}

.checkout-steps .item .info-column {
  display: inline-block;
  width: 100%;
  max-width: 500px;
}

.checkout-steps .item label {
  margin-top: 0;
}

.checkout-steps .item .line span {
  float: right;
  font-size: 1.1em;
}

.checkout-steps .item input {
  vertical-align: top;
}

.checkout-steps .item .descr {
  margin-top: 5px;
}

.checkout-steps .mob-choice_menu label {
  width: auto;
  display: inline-block;
}

.checkout-steps .multioffers-wrap {
  margin-top: 10px;
  font-size: 12px;
}

.checkout-steps.confirm textarea {
  width: 500px;
}

.checkout-steps.confirm table {
  table-layout: fixed;
}

.checkout-steps.confirm .total-sum {
  max-width: 500px;
  width: 100%;
}

.checkout-steps.confirm .total-sum span {
  font-size: 1.2em;
  font-weight: 600;
}

.checkout-steps.confirm .sidebar {
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
}

.checkout-steps.confirm .sidebar .table-wrap {
  padding: 0 15px;
}

.checkout-steps.confirm .sidebar h3 {
  border-bottom: 1px solid #d7d7d7;
  font-size: 16px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #f5f5f5;
  margin: 0;
  padding: 15px;
  line-height: 100%;
}

.checkout-steps.confirm .sidebar table tr:last-child td {
  border-bottom: 0;
}

.checkout-steps .btn-menu .btn-theme:first-child {
  margin-right: 10px;
}

.checkout-steps.finish table {
  max-width: 500px;
  width: 100%;
  table-layout: fixed;
}

.checkout-steps.finish .order {
  max-width: 730px;
  margin-top: 25px;
}

.checkout-steps .order-list_items {
  -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
}

.checkout-steps .order-list_items label {
  margin-top: 0;
  position: relative;
  max-width: 100%;
}

.checkout-steps .order-list_item {
  border: 1px solid #dbdbdb;
  padding: 20px;
  border-bottom: 0;
}

.checkout-steps .order-list_item:last-child {
  border-bottom: 1px solid #dbdbdb;
}

.checkout-steps .order-list_item .h3 {
  margin: 0 0 6px;
  padding: 0 0 7px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  display: inline-block;
}

.checkout-steps .order-list_item .h3:hover {
  color: #2fb5d2;
}

.checkout-steps .order-list_item input {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.checkout-steps .order-list_item input:checked + .h3 {
  color: #2fb5d2;
}

.checkout-steps .order-more {
  width: 100%;
}

.checkout-steps .coupon-text span {
  float: right;
  font-weight: bold;
}

.checkout-steps .order-more_item {
  width: 100%;
  margin-bottom: 8px;
}

.checkout-steps .order-more_item .price, .checkout-steps .order-more_item .coupon {
  float: right;
  font-size: 14px;
  font-weight: 600;
}

.checkout-steps .order-more_item .coupon {
  font-weight: bold;
}

.checkout-steps .order-list {
  display: table;
  width: 100%;
  border-top: 1px solid #dbdbdb;
}

.checkout-steps .order-list .order-list_item {
  display: table-row;
}

.checkout-steps .order-list .order-list_item > div {
  display: table-cell;
}

.checkout-steps .order-list .order-list_item .multioffers-wrap {
  display: inline-block;
  margin-top: 5px;
}

.checkout-steps .order-list .order-list_item .multioffers-wrap .value {
  color: #888888;
  display: block;
  margin-bottom: 5px;
}

.checkout-steps .order-list .order-list_item-price .price {
  font-size: 1.1em;
  color: #888888;
}

.checkout-steps .order-list .order-list_item-price .discount {
  text-decoration: line-through;
}

.checkout-steps .order-list .order-list_item-text {
  font-size: 1.1em;
}

.checkout-steps .order-list .order-list_item-text .name {
  font-weight: 600;
  max-height: 45px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.checkout-steps .order-list .order-list_item-text .code-line {
  color: #888888;
}

.checkout-steps .order-list .order-list_item-quantity {
  font-size: 1.1em;
}

table.contacts {
  max-width: 500px;
  width: 100%;
  table-layout: fixed;
}

/* Onepageorder */
#order-form {
  /* orderder basket */
}

#order-form select {
  height: 38px;
}

#order-form textarea {
  max-width: 500px;
  width: 100%;
}

#order-form label {
  font-weight: normal;
}

#order-form .onePageProductsBlock {
  padding: 0 0 20px;
  -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #dbdbdb;
}

#order-form .onePageProductsBlock table {
  margin-top: 0;
}

#order-form .onePageProductsBlock table tr td:first-child {
  padding-left: 15px;
}

#order-form .onePageProductsBlock table tr td:last-child {
  padding-right: 15px;
}

#order-form .multioffersWrap .title {
  margin-bottom: 5px;
  display: block;
}

#order-form .multioffersWrap .key {
  font-size: 13px;
  font-weight: 500;
}

#order-form #manual-login {
  margin-top: 20px;
}

#order-form .warehouseBlock .title {
  font-size: 1em;
  margin: 0;
}

#order-form .input-area .help {
  font-size: 0.9em;
  color: #888888;
  margin: 5px 0 0;
}

#order-form .input-area .key {
  font-weight: bold;
  margin-bottom: 5px;
}

#order-form .input-area .organization .input-area_item:last-child {
  margin-bottom: 30px;
}

#order-form .input-area .input-area_item {
  margin-bottom: 30px;
}

#order-form .input-area .input-area_item:last-child {
  margin-bottom: 0;
}

#order-form .input-area .input-area_item.captcha {
  margin-top: 20px;
}

#order-form .input-area .input-area_item.captcha img {
  margin-bottom: 12px;
}

#order-form .input-area .input-area_item.captcha input {
  display: block;
}

#order-form input {
  margin: 0;
  outline: none;
  max-width: 300px;
  width: 100%;
  min-width: 1px;
}

#order-form input[type=radio], #order-form input[type=checkbox] {
  width: auto;
  height: auto;
}

#order-form .left-side {
  padding-left: 0;
}

#order-form .right-side {
  padding-right: 0;
}

#order-form .order-form_block {
  padding: 60px 0;
  border-bottom: 1px solid #dbdbdb;
}

#order-form .order-form_block:hover .order-form_count-block {
  color: #fff;
}

#order-form .order-form_block .btn-theme {
  margin-top: 25px;
}

#order-form .addressItem {
  position: relative;
}

#order-form .addressItem .fixedRadio input {
  margin: 0;
}

#order-form .addressItem label {
  position: relative;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 8px;
}

#order-form .order-form_count-block {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 1.03em;
  background-color: #f4f4f4;
  text-align: center;
  line-height: 41px;
  margin-right: 30px;
  font-weight: normal;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

#order-form .codeLine {
  margin-top: 10px;
  display: inline-block;
}

#order-form .codeLine .article {
  margin-bottom: 10px;
  display: block;
}

#order-form .codeLine .amount {
  display: block;
  margin: 10px 0;
}

#order-form .formSave_block {
  margin: 45px 0 60px;
}

#order-form .formSectionTitle {
  font-weight: bold;
  font-size: 1.03em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

#order-form .middleBox .help {
  color: #888888;
}

#order-form .fixedRadio {
  position: absolute;
  left: 0;
  top: 0;
}

#order-form .marginRadio {
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
}

#order-form table {
  margin-top: 20px;
  padding-left: 70px;
}

#order-form table .value {
  display: block;
  text-align: left;
}

#order-form .scost {
  padding-left: 0;
}

#order-form .captcha td {
  border: 0;
}

#order-form .formAddressSectionWrapper, #order-form .formPickUpTypeWrapper, #order-form .formTable {
  padding-left: 70px;
}

#order-form .formPickUpTypeWrapper {
  margin-bottom: 15px;
}

#order-form .onePageAddressBlock {
  margin-top: 40px;
}

#order-form .onePageAddressBlock .onePageAddressBlock-wrap {
  padding-top: 0;
}

#order-form .onePageAddressBlock .btn-theme {
  margin-top: 25px;
}

#order-form .onePageAddressBlock .value {
  text-align: right;
}

#order-form .onePageAddressBlock-wrap {
  padding: 60px 0;
  border-bottom: 1px solid #dbdbdb;
}

#order-form .onePageAddressBlock-wrap:hover .order-form_count-block {
  color: #fff;
}

#order-form .orderComment {
  margin-top: 30px;
}

#order-form .onePagePaymentBlock .value.fixedRadio.topPadd, #order-form .onePagePaymentBlock .value.fixedRadio.topPadd {
  width: 40px;
}

#order-form .table-wrap {
  max-height: 388px;
  overflow-y: auto;
}

#order-form .orderSubmit .formSave {
  margin: 5px auto 0;
  max-width: 235px;
  width: 100%;
  display: block;
}

#order-form .orderSubmit label {
  margin: 21px 0 0;
}

#order-form .orderSubmit label a {
  text-decoration: underline;
}

#order-form .orderBasket thead td {
  border-bottom: 1px solid #dbdbdb;
}

#order-form .orderBasket thead td.orderBasket_count {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

#order-form .orderBasket thead td.orderBasket_link-to-cart a {
  color: #888888;
  font-size: 14px;
}

#order-form .orderBasket thead td.orderBasket_link-to-cart a:hover {
  text-decoration: underline;
}

#order-form .orderBasket.orderitems td {
  padding: 13px 0;
}

#order-form .orderBasket.additional {
  border-bottom: 1px solid #dbdbdb;
}

#order-form .orderBasket.additional tr:first-child {
  margin-top: 1px solid #dbdbdb;
}

#order-form .orderBasket.additional tr:first-child td {
  padding-top: 10px;
}

#order-form .orderBasket.additional tr:last-child td {
  border-color: transparent;
}

#order-form .orderBasket.additional tr td:first-child {
  padding-left: 15px;
  font-size: 12px;
}

#order-form .orderBasket.additional tr td:last-child {
  padding-right: 15px;
  text-align: right;
  white-space: nowrap;
}

#order-form .orderBasket.additional .sum-total td:last-child {
  font-size: 18px;
}

#order-form .orderBasket td img {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .checkout-steps .order-list .order-list_item > div {
    padding-bottom: 30px;
  }
}

.profile-page {
  margin-bottom: 60px;
}

.profile-page h1 {
  margin-bottom: 30px;
}

.profile-page table.order {
  border-top: 1px solid #dbdbdb;
}

.profile-page .no-l-padding {
  padding-left: 0;
}

.profile-page.add-return {
  margin-top: 30px;
}

.profile-page h3 a:hover {
  border-color: #333;
  color: #333;
}

.profile-page table {
  table-layout: fixed;
}

.profile-page table.order {
  table-layout: auto;
}

.profile-page .nav.nav-tabs label {
  margin-top: 0;
  opacity: 1;
  position: relative;
}

.profile-page .nav.nav-tabs label:first-child span {
  padding-left: 0;
}

.profile-page .nav.nav-tabs span {
  opacity: 0.6;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.profile-page .nav.nav-tabs span:hover {
  opacity: 1;
}

.profile-page .nav.nav-tabs input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.profile-page .nav.nav-tabs input:checked + span {
  opacity: 1;
}

.profile-page label {
  font-weight: normal;
  margin-top: 10px;
  display: block;
  margin-bottom: 0;
}

.profile-page input {
  margin-top: 5px;
  outline: none;
}

.profile-page input[type=text], .profile-page input[type=password] {
  min-width: 280px;
  max-width: 350px;
  width: 100%;
}

.profile-page input[type=radio], .profile-page input[type=checkbox] {
  min-width: 0;
  margin-right: 5px;
  height: auto;
  top: 2px;
  position: relative;
}

.profile-page .user-profile_items {
  vertical-align: middle;
  -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #dbdbdb;
  padding: 20px 0;
}

.profile-page .user-profile_items li:first-child a {
  padding-top: 0;
}

.profile-page .user-profile_items li:last-child a {
  padding-bottom: 0;
}

.profile-page .user-profile_items li a {
  display: block;
  background-color: transparent;
  padding: 10px 18px;
  font-size: 15px;
}

.profile-page .user-profile_items li a:hover {
  color: #2fb5d2;
}

.profile-page .profile-page_order-card {
  margin-bottom: 30px;
}

.profile-page .profile-page_more-info {
  max-width: 450px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fbfbfb;
  border: 1px solid #e5e5e5;
  margin-top: 30px;
}

.profile-page .profile-page_more-info .info_icon {
  text-align: center;
  padding: 25px 0 30px;
  border-bottom: 1px solid #e5e5e5;
}

.profile-page .profile-page_more-info .info_icon i {
  font-size: 2.5em;
}

.profile-page .profile-page_more-info .info_sum {
  padding: 33px 40px 25px;
}

.profile-page .profile-page_more-info .info_sum .summ {
  font-size: 1.2em;
  font-weight: 600;
  white-space: nowrap;
}

.profile-page .profile-page_more-info .btn-theme {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 170px;
}

.profile-page .order-more {
  margin-bottom: 8px;
}

.profile-page .order-more .value {
  font-size: 1.2em;
  font-weight: 600;
  white-space: nowrap;
}

.profile-page .nav.nav-tabs {
  margin: 15px 0 35px;
}

.profile-page .balance-list li {
  background-color: #fbfbfb;
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin-bottom: 8px;
}

.profile-page .balance-list .sum {
  font-size: 1.2em;
  font-weight: 600;
}

.profile-page .nav-tabs_review_wrapper {
  background-color: #fbfbfb;
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin-bottom: 8px;
}

.profile-page .nav-tabs_review_wrapper.admin {
  margin-left: 15px;
  border-color: #e00;
}

.profile-page .response_wrapper .response_delete {
  position: relative;
  bottom: 1px;
  margin-left: 8px;
}

.profile-page .response_wrapper .nav-tabs_review_comment {
  padding: 5px 10px;
  background-color: #fbfbfb;
  border: 1px solid #e5e5e5;
  margin-bottom: 8px;
}

.profile-page .response_wrapper .response_title a {
  border: none;
}

@media (min-width: 768px) {
  .profile-page .profile-page_order-list .profile-page_order-list_item > div {
    padding-bottom: 30px;
  }
}

.compare-page {
  margin-bottom: 35px;
}

.compare-page h1 {
  margin-top: 25px;
  margin-bottom: 35px;
}

.compare-page .compare-list {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 35px;
}

.compare-page .product-view_block {
  width: 33.333%;
  border-left: none;
  margin-top: -1px;
  padding: 15px;
  margin-bottom: 0;
}

.compare-page .product-view_block .product-image {
  cursor: pointer;
}

.compare-page .product-view_block .product-image:after {
  content: none;
}

.compare-page .product-view_block .product-add .btn-theme:last-child {
  margin-top: 8px;
}

.compare-page .table-character {
  -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #dbdbdb;
}

.compare-page .table-character tr td:first-child {
  padding-left: 15px;
}

.compare-page .table-character tr td:last-child {
  padding-right: 15px;
}

.compare-page .table-character .character-subtitle {
  font-size: 15px;
}

.compare-page .table-character .character-title {
  padding: 16px 0;
}

article {
  padding: 0 0 35px;
  max-width: 1215px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.article-content h1 {
  margin: 0 0 40px;
}

.article-content_date {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
}

.basket-page {
  margin-bottom: 60px;
  float: left;
  width: 100%;
}

.basket-page select {
  margin-top: 10px;
  max-width: 235px;
  display: block;
}

.basket-page .basket-page_wrapper {
  margin-top: 40px;
}

.basket-page table {
  -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
}

.basket-page table thead tr:first-child td {
  padding-left: 10px;
}

.basket-page .product_quantity input {
  padding-right: 15px;
}

.basket-page .basket-coupon {
  position: relative;
  padding: 0 20px 20px;
}

.basket-page .basket-coupon .basket-coupon_block {
  position: relative;
}

.basket-page .basket-coupon input {
  height: 44px;
  vertical-align: top;
  min-width: 100%;
}

.basket-page .basket-coupon .btn-theme {
  position: absolute;
  width: 60px;
  height: 44px;
  top: 0;
  right: 0;
  border-radius: 3px;
}

.basket-page .basket-coupon .btn-theme .fa {
  color: #222;
}

.basket-page .basket-coupon .btn-theme:hover .fa {
  color: #fff;
}

.basket-page .basket-remove_coupon {
  float: right;
  height: auto;
}

.basket-page .order-item_del {
  text-align: center;
}

.basket-page .order-item_del .fa {
  font-size: 24px;
}

.basket-page .order-item_del a:hover {
  text-decoration: underline;
}

.basket-page .hover-blue .fa {
  position: relative;
  top: 2px;
  font-size: 22px;
  height: auto;
  -webkit-transition: none;
  transition: none;
}

.basket-page .order-checkout {
  border-top: 1px solid #dbdbdb;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.basket-page .order-checkout .btn-theme {
  margin-bottom: 7px;
  width: auto;
  border-radius: 3px;
  min-width: 196px;
}

.basket-page .basket-order_total.wrap {
  padding: 20px 0;
  -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #dbdbdb;
}

.basket-page .basket-order_total.price {
  padding: 20px;
  border-top: 1px solid #dbdbdb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.basket-page .basket-order_total.price p {
  margin-bottom: 0;
}

.order-errors {
  color: #e00;
}

.warehouse-info {
  margin: 35px 0;
  float: left;
  width: 100%;
}

.warehouse-info i {
  font-size: 2.6em;
}

.warehouse-info .title {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.2em;
}

.warehouse-info .value {
  margin-bottom: 0;
}

.warehouse-map {
  height: 400px;
  margin-bottom: 25px;
}

.warehouse-map img {
  margin-bottom: 25px;
}

.mfp-container {
  padding: 15px;
}

.mfp-container .mfp-content {
  background-color: #ffffff;
  padding: 0 0 15px;
  margin-bottom: 20px;
  -webkit-box-shadow: 2px 2px 11px 0 rgba(255, 255, 255, 0.4);
          box-shadow: 2px 2px 11px 0 rgba(255, 255, 255, 0.4);
}

.mfp-container .mfp-content input[name=amount] {
  width: 69px;
}

.mfp-container .mfp-close {
  color: #ffffff;
  top: 6px;
}

.mfp-container .modal-complect_wrapper > .col-xs-12 {
  padding-top: 15px;
}

.mfp-container .delimiter {
  margin: 20px 0;
}

.mfp-container .returnRulesWrapper {
  max-width: 800px;
  width: 100%;
  padding: 0 20px;
}

.mfp-container .returnRulesWrapper h2 {
  margin-bottom: 25px;
}

.mfp-container .modal-inner {
  max-width: 800px;
  width: 100%;
}

.mfp-container .modal-inner .modal-heading {
  padding: 20px 15px;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.mfp-container .modal-inner .modal-heading h3 {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
}

.mfp-container .modal-inner input, .mfp-container .modal-inner select, .mfp-container .modal-inner textarea {
  min-width: unset;
  width: 100%;
}

.mfp-container .modal-inner.on-click_cart label {
  width: 100%;
}

.mfp-container .modal-inner.affiliates, .mfp-container .modal-inner.reservation, .mfp-container .modal-inner.one-click {
  padding: 0;
}

.mfp-container .modal-inner.reservation input[type=text] {
  display: block;
  width: 100%;
}

.mfp-container .modal-inner.reservation label {
  width: 100%;
}

.mfp-container .modal-inner.one-click input[type=text], .mfp-container .modal-inner.one-click input[type=password] {
  display: block;
}

.mfp-container .modal-inner.one-click table tr td:last-child {
  font-weight: bold;
  text-align: right;
}

.mfp-container .modal-inner.one-click table tr:last-child td {
  border: 0;
}

.mfp-container .modal-inner .delimiter {
  float: left;
  width: 100%;
}

.mfp-container .modal-inner .name {
  font-size: 18px;
  font-weight: bold;
}

.mfp-container .modal-inner.user, .mfp-container .modal-inner.on-click_cart, .mfp-container .modal-inner.delivery-cost, .mfp-container .modal-inner.feedback {
  max-width: 480px;
  width: 100%;
  overflow-x: hidden;
}

.mfp-container .modal-inner.user input {
  display: block;
  margin-bottom: 10px;
}

.mfp-container .modal-inner.user input[type=radio] {
  width: auto;
  display: inline;
}

.mfp-container .modal-inner.user label {
  width: 100%;
}

.mfp-container .modal-inner.user label input {
  margin-bottom: 0;
}

.mfp-container .modal-inner.user .btn-menu {
  margin-top: 25px;
}

.mfp-container .modal-inner .affiliates {
  max-width: 800px;
  width: 100%;
}

.mfp-container .complect_characteristics {
  margin-bottom: 9px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
}

.mfp-container .page-product_offers {
  margin: 0;
  padding: 0;
  border: none;
}

.mfp-container .product-offers {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 19px;
  padding-bottom: 20px;
}

.mfp-container .product-offers .type-radio label:last-child {
  margin-bottom: 0;
}

.mfp-container .complect_text {
  margin-top: 10px;
}

.mfp-container .complect_text .complect_title a {
  font-size: 18px;
  font-weight: bold;
}

.mfp-container .complect_info {
  padding: 0 0 10px;
  margin-top: 6px;
  border-bottom: 1px solid #dbdbdb;
}

.mfp-container .complect_price .old {
  text-decoration: line-through;
  margin-right: 10px;
  font-size: 1.5em;
}

.mfp-container .complect_price .new {
  font-size: 1.5em;
}

.complect_img {
  margin-bottom: 20px;
  border: 1px solid #dbdbdb;
}

.complect_img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modal-inner.user.fluid input[type=text], .modal-inner.user.fluid input[type=password] {
  display: block;
}

.modal-inner.page {
  margin-bottom: 30px;
}

.modal-inner.page label, .modal-inner.page input, .modal-inner.page select, .modal-inner.page textarea {
  display: block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
  min-width: 1px;
}

.modal-inner.page input[type=radio] {
  width: auto;
  display: inline-block;
  margin-bottom: 0;
}

.modal-inner.page br {
  display: none;
}

.modal-inner.page form {
  max-width: 500px;
  width: 100%;
}

.category-fixed .popup-block_inner ul {
  height: 400px;
  overflow-y: auto;
}

.category-fixed .popup-block_inner li:last-child a {
  border: none;
}

.category-fixed .popup-block_inner li a {
  display: block;
  border-bottom: 1px solid #d9d9d9;
  font-weight: bold;
}

.category-fixed .popup-block_inner li a:hover {
  text-decoration: underline;
}

.account-fixed .popup-block .popup-block_inner {
  float: left;
  width: 100%;
  padding-left: 40px;
}

.account-fixed .popup-block .popup-block_inner li {
  display: inline-block;
  width: 33.3333%;
  margin-bottom: 15px;
  text-align: center;
  float: left;
}

.account-fixed .popup-block .popup-block_inner li a {
  display: block;
  font-size: 13px;
}

.account-fixed .popup-block .popup-block_inner .fa {
  font-size: 32px;
}

.search-fixed .popup-block .popup-block_inner {
  padding-left: 40px;
}

.search-fixed input {
  height: 50px;
}

.search-fixed .search-start {
  position: static;
  color: #ffffff;
  font-weight: bold;
  border-radius: 4px;
  line-height: 23px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  height: 50px;
  padding: 0 10px;
  margin-left: 10px;
}

.search-fixed .search-start:hover {
  background-color: #ff0000;
}

.active + .popup-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-block {
  display: none;
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 11, 11, 0.8);
  padding: 15px;
}

.popup-block .popup-block_content {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
  width: 100%;
  z-index: 500;
  text-align: left;
}

.popup-block .popup-block_inner {
  padding: 25px 40px 25px 70px;
}

.popup-block .popup-block_inner form div > .ui-autocomplete {
  z-index: 100;
  max-width: 377px;
  width: 100%;
}

.popup-block .popup-block_heading {
  padding: 20px 40px 20px 70px;
}

.popup-block .popup-block_heading .fa {
  cursor: pointer;
  float: right;
  padding: 10px;
  font-size: 22px;
}

.popup-block .popup-block_heading .fa:hover {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}

.popup-block .popup-block_heading span {
  font-weight: bold;
  font-size: 16px;
}

.feedback label {
  font-weight: normal;
  width: 100%;
}

.feedback label input, .feedback label textarea {
  display: block;
  margin-top: 5px;
  font-size: .9em;
  max-width: 320px;
  width: 100%;
  min-width: 100px;
}

.recommended .title {
  border: 1px solid #d7d7d7;
  border-bottom: none;
  font-size: 16px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #f5f5f5;
  margin: 0;
  padding: 15px;
  line-height: 100%;
}

.recommended .wrap {
  padding: 0 15px;
  border: 1px solid #dbdbdb;
}

.recommended .product-view_table {
  margin: 0 0 10px;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  border-radius: 0;
  padding: 0 0 10px 0;
}

.recommended .product-view_table:last-child {
  border: none;
}

.recommended .product-view_table .product-image {
  border: none;
}

.recommended .product-view_table .product-info {
  margin-left: 0;
  width: 59%;
  padding-bottom: 0;
}

.recommended .product-view_table .product-image {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.recommended .product-view_table .product-image:hover {
  opacity: 1;
}

.recommended .product-view_table .product-name > a {
  max-height: 50px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  font-size: 13px;
  color: #222;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}

.recommended .product-view_table .product-name > a:after {
  background-image: url(../img/gradient_white.png);
  height: 18px;
  width: 30px;
  position: absolute;
  bottom: 0;
  content: '';
  background-size: contain;
  right: 0;
}

.recommended .product-view_table .product-price {
  font-size: 14px;
  color: #222;
  text-align: center;
  font-weight: bold;
  margin-left: 0;
}

.recommended .product-view_table .product-price.old {
  color: #aaaaaa;
  font-size: 13px;
  font-weight: normal;
}

@media (min-width: 992px) {
  .recommended.on-mobile {
    display: none;
  }
}

body .module-wrapper {
  min-height: 1px;
}

body .header.middle .block-wizard {
  border: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 25px;
}

body .header.middle .block-wizard:first-child {
  margin-left: -15px;
}

body .logo-block .block-wizard {
  margin: 0;
}

body .header.bottom .block-wizard {
  display: inline-block;
}

body .header.bottom .block-category {
  margin-left: 0;
}

body .block-wizard {
  font-size: 14px;
  border: 1px dashed #888888;
  text-align: left;
  padding: 15px;
  margin: 8px 15px;
}

body .block-wizard a:hover {
  text-decoration: underline;
}

body .block-wizard .fa.fa-puzzle-piece {
  font-size: 1.4em;
  margin-right: 5px;
  display: inline-block;
}

body .block-wizard ul, body .block-wizard ol {
  padding-left: 15px;
}

body .block-wizard ul li, body .block-wizard ol li {
  line-height: 23px;
}

body .block-wizard ul li a, body .block-wizard ol li a {
  font-size: 1em;
}

body .block-wizard .block-wizard__title {
  font-size: 15px;
  margin-bottom: 4px;
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: capitalize;
}

body .block-wizard__do li a {
  text-transform: none;
}

body .block-wizard__wrapper .block-wizard__title span {
  padding: 0;
}

footer .block-wizard {
  display: inline-block;
  width: 100%;
  margin-top: -35px;
  margin-left: 0;
  margin-right: 0;
}

.catalog-categories.debug {
  width: 60%;
}

@media (max-width: 991px) {
  body .header.bottom .block-wizard {
    margin: 0 auto 10px;
    display: block;
  }
  footer .block-wizard {
    margin: 0 0 15px;
  }
  .header.top .block-wizard.block-logo {
    padding: 8px;
    margin: 0;
    color: #222222;
  }
  .header.top .block-wizard.block-logo a {
    color: #222222;
  }
  .block-wizard.blockProductTabs {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  footer .block-wizard {
    margin-bottom: 15px;
  }
}

.page-responses label {
  display: block;
  margin-top: 10px;
}

.page-responses label input {
  display: block;
  margin-top: 5px;
}

.page-responses label input[type=text] {
  max-width: 350px;
  width: 100%;
}

.profile-page .page-responses select {
  max-width: 280px;
}

.profile-page .page-responses .label-sup select {
  width: 280px;
}

.profile-page .page-responses .productsReturnCheckbox {
  text-align: center;
  display: block;
  margin: auto;
}

.profile-page .page-responses .formFieldError {
  color: #e00;
}

.profile-page .page-responses .submit_btn {
  padding: 0;
  height: 40px;
  width: 165px;
}

.page-responses .responses-form .side {
  display: inline-block;
  width: 49%;
}
