.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.disabled-property {
  opacity: .5;
  pointer-events: none;
}
.filter.color .disabled-property,.filter-image .disabled-property {
  opacity: .1;
}
.d-block {
  display: block;
}

.d-i-block {
  display: inline-block;
}

.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;
}

.m-auto {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.column {
  padding: 0 10px;
}

@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;
}

.bg-gray {
  background-color: #ebebeb;
}

.bg-l-gray {
  background-color: #f5f5f5;
}

.bg-blue {
  background-color: #3185fc;
}

.bg-white {
  background-color: #fff;
}

.c-red {
  color: #e84855;
}

.c-green {
  color: #4caf50;
}

.c-gray {
  color: #ebebeb;
}

.c-d-gray {
  color: #aaa;
}

.hover-opacity:hover {
  opacity: 0.3;
}

.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

input.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.decor-underline {
  text-decoration: underline;
  cursor: pointer;
}

.text-t-uppercase {
  text-transform: uppercase;
}

.text-t-capitalize {
  text-transform: capitalize;
}

.box-shadow {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/*fonts classes*/
.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz36 {
  font-size: 36px;
}

/* Open Sans */
.font-o-l {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
}

.font-o-n, .catalog-page_block h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
}

.font-o-b {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-style: normal;
}

.font-o-e {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-style: normal;
}

/* Montserrat */
.font-m-t {
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  font-style: normal;
}

.font-m-l {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
}

.font-m-n, footer h4, .catalog-page_block .filters-all_block .filter .title, .product-page .page-product_description.characteristics .title, table .title, table.order .order-product_title .title, table.order .order-concomitant .concom-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-style: normal;
}

.font-m-m {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.font-m-b, .basket-page .basket-order_total.price p:first-child {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-style: normal;
}

.font-b {
  font-weight: bold;
}

/* end */
.border-radius {
  border-radius: 3px;
}

.border-gray {
  border: 1px solid #ebebeb;
}

.border-d-gray {
  border: 1px solid #aaa;
}

.b-b {
  border-bottom: 1px solid #ebebeb;
}

.b-t {
  border-top: 1px solid #ebebeb;
}

.p-0 {
  padding: 0;
}

.m-0 {
  margin: 0;
}

.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;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.display-block {
  display: block;
}

div .left-side {
  padding-left: 0;
}

div .right-side {
  padding-right: 0;
}

.table-l-fixed {
  table-layout: fixed;
}

.table-delimiter {
  height: 40px;
}

.delimiter {
  margin: 29px 0;
  border-top: 1px solid #ebebeb;
}

.cursor-p, .trigger {
  cursor: pointer;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.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-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 {
  background-image: url(../img/icons/icon-rating-star.svg);
  display: inline-block;
  height: 12px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 65px;
  background-repeat: repeat-x;
  opacity: 0.5;
}

.icon.icon-rating-star_full {
  background-image: url(../img/icons/icon-rating-star_full.svg);
  display: inline-block;
  height: 12px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 1;
  max-width: 65px;
}

.icon.icon-close {
  background-image: url(../img/icons/icon-close.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}

.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;
}

.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;
}

div.sticky-block {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 85px;
  overflow-y: auto;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.pos-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
}

@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;
  }
  .visible-on-sm {
    display: none;
  }
}

@media (max-width: 991px) {
  .visible-on-sm {
    display: none;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .visible-on-sm {
    display: block;
  }
}

@media (max-width: 767px) and (min-width: 1px) {
  .visible-on-xs {
    display: block;
  }
}

@media (min-width: 768px) {
  .visible-on-xs {
    display: none;
  }
  .visible-on-xs.visible-on-sm {
    display: block;
  }
}

@media (min-width: 992px) {
  .visible-on-xs.visible-on-sm {
    display: none;
  }
}

.disabled {
  cursor: not-allowed;
}

header.main.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  padding: 15px 0;
}

header.main.fixed .row + .d-flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

header.main.fixed .logo {
  width: 15%;
}

header.main.fixed .logo img {
  max-width: 160px;
  width: 100%;
  height: auto;
  padding-right: 10px;
}

header.main.fixed .logo + .d-flex {
  width: 60%;
}

header.main.fixed .search {
  display: none;
}

header.main.fixed .user-tools {
  width: 25%;
  text-align: right;
}

header.main.fixed .user-tools .drop_block {
  text-align: left;
}

header.main.fixed .nav-category .trigger {
  background-color: #f7f7f7;
  color: #222;
  border-color: #f7f7f7;
  -webkit-transition: none;
  transition: none;
  padding: 5px 10px;
  font-size: 14px;
  width: auto;
}

header.main.fixed .nav-category .trigger .fa {
  font-size: 14px;
}

header.main.fixed .nav-category .trigger:hover {
  background-color: #ebebeb;
  border-color: #ebebeb;
}

header.main {
  padding: 20px 0;
}

.header-alt {
  padding: 30px 0;
  float: left;
  width: 100%;
}

.header-alt > div {
  padding: 0;
  position: static;
}

/* Drop block */
div .drop_block {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 50;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 0 4px 4px 4px;
  width: 300px;
}

div .drop_block li a, div .drop_block .desc {
  display: block;
  padding: 12px 25px;
  font-size: 15px;
}

div .drop_block li a:hover, div .drop_block .desc:hover {
  background-color: #ebebeb;
}

div .drop_block .desc.in-cart {
  padding: 12px 15px;
}

div .drop_block .user-basket_list li a {
  padding: 0;
}

.drop_block-close {
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 10;
}

.active > .drop_block {
  display: block;
}

.has-child {
  position: relative;
}

.has-child .drop_block {
  left: 100%;
  top: 0;
}

.has-child:hover > .drop_block, .has-child .active > .drop_block {
  display: block;
}

/* SEARCH */
.search {
  width: 355px;
  position: relative;
  margin-left: 5%;
}

.search .search-form input {
  border: 2px solid #aaa;
  font-size: 13px;
  background-color: #fff;
}

.search .search-form input:hover, .search .search-form input:focus {
  border-color: #3185fc;
}

.search .search-form input:hover + .search-start .fa, .search .search-form input:focus + .search-start .fa {
  color: #3185fc;
}

.search .search-form.active .search-input, .search .search-form.active .search-start {
  display: block;
}

.user-tools .counter {
  padding: 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  height: 18px;
  width: 18px;
  font-weight: 600;
  border-radius: 50%;
  position: absolute;
  right: -8px;
  top: -9px;
  z-index: 1;
  line-height: 18px;
}

.user-tools .user-cart {
  margin-right: 0;
}

.user-tools .user-cart .pos-relative {
  height: 27px;
  display: inline-block;
}

.user-tools .user-cart .in-cart {
  border-bottom: 1px solid #ebebeb;
}

.user-tools .user-cart .user-basket_item-del {
  position: absolute;
  right: 10px;
  top: 5px;
}

.user-tools .user-cart .user-basket_item {
  position: relative;
  padding: 8px 30px 8px 15px;
  border-top: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user-tools .user-cart .user-basket_item-img {
  margin-right: 10px;
}

.user-tools .user-cart .user-basket_list {
  max-height: 225px;
  overflow-y: auto;
}

.user-tools .user-cart .user-basket_list li:first-child .user-basket_item {
  border-top: 0;
}

.user-tools .user-cart .user-basket_list-info {
  border-top: 1px solid #ebebeb;
  padding: 15px;
}

.user-tools .user-cart .user-basket_decide {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.user-tools .user-cart .user-basket_decide .btn-theme {
  min-width: 135px;
}

.user-tools .user-cart .drop_block {
  left: auto;
  right: 0;
  width: 320px;
  padding: 0;
}

.user-tools .user-cart .drop_block ul li {
  padding: 0;
  font-size: 12px;
}

.user-tools .user-cart .drop_block ul li a {
  color: #222;
  font-size: 12px;
}

.user-compare, .user-favorite, .user-cart {
  position: relative;
  margin-right: 10px;
  display: inline-block;
}

.user-compare .counter {
  bottom: 21px;
  top: unset;
}

.user-account {
  position: relative;
  margin-right: 8px;
  padding-right: 10px;
  border-right: 1px solid #aaa;
}

.user-account .drop_block {
  left: auto;
  right: 0;
  top: 35px;
}

.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: 10px;
}

.user-account .user-name {
  border-bottom: 1px solid #ebebeb;
}

.user-account .user-account_balance {
  padding-top: 5px;
  border-top: 1px solid #ebebeb;
  text-transform: capitalize;
}

.user-account .user-account_balance a {
  color: #222;
}

.nav-category {
  position: relative;
}

.nav-category .trigger {
  padding: 8px 15px;
  color: white;
  width: 182px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border: 1px solid #3185fc;
}

.nav-category .trigger:hover {
  background-color: #e84855;
  border-color: #e84855;
}

.nav-category .fa {
  font-size: 18px;
  margin-right: 10px;
}

.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;
}

#page-menu {
  display: none;
  margin-left: 15px;
}

#page-menu .drop_block li a {
  text-transform: capitalize;
  padding: 2px 0;
  font-size: 16px;
  color: #aaa;
}

#page-menu .drop_block li:before {
  top: 10px;
}

#page-menu .drop_block li:hover {
  padding-left: 20px;
}

#page-menu .drop_block li:hover:before {
  left: 10px;
}

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 #ebebeb;
  padding: 0;
  border-radius: 3px;
}

div .ui-autocomplete .ui-menu-item {
  border-bottom: 1px solid #ebebeb;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 95px;
  font-size: 13px;
}

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;
}

.btn-theme {
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  padding: 11px 15px;
  max-width: 280px;
  width: auto;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid #ebebeb;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #aaa;
  font-size: 11px;
}

.btn-theme:hover, .btn-theme.added {
  color: #fff;
}

.btn-theme.w-100 {
  max-width: 100%;
}

.btn-theme.blue {
  text-transform: uppercase;
  border-color: #3185fc;
  border-radius: 3px;
  background-color: #3185fc;
  color: #ffffff;
  -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);
}

.btn-theme.blue:hover {
  background-color: #e84855;
  border-color: #e84855;
}

.btn-theme.disabled {
  color: #fff;
  opacity: 0.7;
  cursor: not-allowed;
}

.btn-theme.red {
  border-color: #e84855;
  background-color: #e84855;
  color: white;
  text-transform: none;
}

.btn-theme.green {
  border-color: #4caf50;
  background-color: #4caf50;
  color: white;
  text-transform: uppercase;
  border-radius: 3px;
  -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);
}

.btn-theme.green:hover {
  background-color: #e84855;
  border-color: #e84855;
}

.btn-theme.green.disabled:hover {
  border-color: #4caf50;
  background-color: #4caf50;
}

.search-start {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  color: #aaa;
  border: 0;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}

.search-start:hover .fa {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.search-start .fa {
  position: relative;
  bottom: 1px;
}

.owl-carousel {
  position: relative;
}

.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: 0;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.owl-carousel.owl-main-carousel .owl-next, .owl-carousel.owl-main-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 2px;
  border-right: 1px solid #ebebeb;
}

.owl-carousel.owl-main-carousel .owl-next .fa, .owl-carousel.owl-main-carousel .owl-prev .fa {
  color: #aaa;
}

.owl-carousel.owl-main-carousel .owl-next:hover, .owl-carousel.owl-main-carousel .owl-prev:hover {
  background-color: #ebebeb;
}

.owl-carousel.owl-main-carousel .owl-next {
  border-right: 1px solid #ebebeb;
}

.owl-carousel.owl-main-carousel .owl-next .fa {
  margin-left: 4px;
}

.owl-carousel.owl-main-carousel .owl-prev {
  border-left: 1px solid #ebebeb;
}

.owl-carousel.owl-main-carousel .owl-prev .fa {
  margin-right: 4px;
}

.owl-carousel.owl-main-carousel:hover .owl-next, .owl-carousel.owl-main-carousel:hover .owl-prev {
  opacity: 1;
}

.owl-carousel.owl-brand-carousel img {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.owl-carousel.owl-category, .owl-carousel.owl-lastnews {
  position: static;
}

.owl-carousel.owl-category .owl-nav, .owl-carousel.owl-lastnews .owl-nav {
  display: inline-block;
  right: 0;
  top: 0;
  position: absolute;
  width: auto;
  height: auto;
}

.owl-carousel.owl-category .owl-next, .owl-carousel.owl-category .owl-prev, .owl-carousel.owl-lastnews .owl-next, .owl-carousel.owl-lastnews .owl-prev {
  width: 30px;
  height: 30px;
  line-height: 25px;
  font-size: 22px;
  border: 1px solid #ebebeb;
  position: static;
  display: inline-block;
  background-color: #ffffff;
}

.owl-carousel.owl-category .owl-next:hover, .owl-carousel.owl-category .owl-prev:hover, .owl-carousel.owl-lastnews .owl-next:hover, .owl-carousel.owl-lastnews .owl-prev:hover {
  background-color: #e84855;
  color: white;
  border-color: #e84855;
}

.owl-carousel.owl-category .owl-next .fa, .owl-carousel.owl-lastnews .owl-next .fa {
  margin-left: 1px;
}

.owl-carousel.owl-category .owl-prev, .owl-carousel.owl-lastnews .owl-prev {
  margin-right: 2px;
}

.owl-carousel.owl-category .owl-prev .fa, .owl-carousel.owl-lastnews .owl-prev .fa {
  margin-right: 1px;
}

.all-category {
  border-bottom: 1px solid #ebebeb;
  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-featured {
  margin-top: 50px;
  margin-bottom: 35px;
  padding: 0 15px;
}

.product-view_block {
  margin-bottom: 30px;
}

.product-view_block:hover .product-favorite, .product-view_block:hover .product-compare {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.product-view_block .product-category {
  margin-bottom: 5px;
}

.product-view_block .product-image {
  position: relative;
  overflow: hidden;
  margin: 0 0 10px;
}

.product-name {
  height: 44px;
  overflow: hidden;
  position: relative;
}

.product-name a {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-style: normal;
}

.product-name a:hover {
  color: #e84855;
}

.product-name a:after {
  background-image: url(../img/gradient_white.png);
  height: 18px;
  width: 35px;
  position: absolute;
  bottom: 0;
  content: '';
  background-size: contain;
  right: 0;
}

.product-ticket_block {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 10;
}

.product-ticket_block .ticket {
  font-size: 9px;
  min-width: 40px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 5px 6px;
  background-color: #e84855;
}

.product-favorite, .product-compare, .product-add_cart {
  height: 30px;
  width: 30px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  position: absolute;
  background-color: white;
  z-index: 10;
}

.product-favorite .icon, .product-compare .icon, .product-add_cart .icon {
  margin-top: 3px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.product-add_cart {
  right: -90px;
  top: 71px;
}

.product-favorite {
  right: -60px;
  top: 38px;
}

.product-compare {
  right: -30px;
  top: 5px;
}

.product-favorite.rs-in-favorite .icon.icon-favorite {
  background-position: -30px 0;
}

.product-compare.rs-in-compare .icon.icon-compare {
  background-position: -29px 0;
}

.product-add_cart.added .icon.icon-shopping-bag {
  background-position: -25px 0;
}

.product-price_block {
  margin-top: 5px;
  margin-bottom: 10px;
  max-height: 25px;
}

.product-price_block .product-price {
  color: #fbc02d;
}

.product-price_block .product-price.old {
  font-size: 12px;
  text-decoration: line-through;
  margin-right: -3px;
  line-height: 26px;
  color: #aaa;
}

.product-price_block .product-price.old + .product-price {
  color: #e84855;
}

.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;
  margin-bottom: 19px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.product-view_table .product-image {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  width: 34%;
  overflow: hidden;
}

.product-view_table .product-image img {
  margin-left: auto;
  margin-right: auto;
}

.product-view_table .product-name {
  height: 65px;
}

.product-view_table .product-name a {
  font-size: 24px;
}

.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: 10px;
}

.product-view_table .product-info {
  display: inline-block;
  margin-left: 25px;
  width: 45%;
}

.product-view_table .product-btns {
  margin-top: 55px;
}

.product-view_table .product-rating {
  margin: 0 0 9px;
}

.product-view_table .product-description {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 13px;
}

.product-rating {
  position: relative;
  width: 65px;
  display: inline-block;
  margin: 5px 5px 5px 0;
}

.product-rating.big {
  width: 120px;
}

.product-rating.big .icon {
  max-width: 120px;
  width: 120px;
  height: 21px;
}

.product-rating.big .icon.icon-rating-star_full {
  top: -1px;
}

.product-review {
  font-size: 12px;
}

.product-review:hover {
  color: #e84855;
}

.product-image a.wrap {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.product-image a.wrap:before {
  content: '';
  display: inline-block;
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.18);
  z-index: 4;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

.product-image img {
  margin: 0 auto;
  display: block;
}

.product-view_block .product-image .second, .product-view_table .product-image .second {
  display: none;
}

.product-view_block .product-image:hover .second, .product-view_table .product-image:hover .second {
  display: block;
}

.product-view_block .product-image:hover .first, .product-view_table .product-image:hover .first {
  display: none;
}

.product-view_block .product-image:hover > a:before, .product-view_table .product-image:hover > a:before {
  opacity: 1;
}

.product-view_block .product-image:hover .product-favorite, .product-view_block .product-image:hover .product-compare, .product-view_block .product-image:hover .product-add_cart, .product-view_table .product-image:hover .product-favorite, .product-view_table .product-image:hover .product-compare, .product-view_table .product-image:hover .product-add_cart {
  right: 5px;
}

.lastnews {
  float: left;
  width: 100%;
  padding: 0 20% 60px;
  margin-bottom: 30px;
}

.lastnews .news-item {
  margin-bottom: 5px;
  height: 100%;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  width: 100%;
}

.lastnews .owl-carousel.owl-lastnews .owl-nav {
  top: -2px;
}

.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;
  border-bottom: 1px solid #ebebeb;
}

.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: 10px;
  font-weight: bold;
  height: 50px;
  overflow: hidden;
  position: relative;
}

.lastnews .news-description {
  margin-bottom: 20px;
  height: 50px;
  overflow: hidden;
  position: relative;
}

.lastnews .news-description p {
  text-overflow: ellipsis;
}

.lastnews .news-text {
  text-align: center;
  background-color: #fff;
  padding: 38px 45px;
  height: 250px;
}

.news-date {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 55px;
  height: 44px;
  background-color: #eee;
  padding-top: 3px;
  z-index: 10;
  border: 1px solid #ebebeb;
  border-radius: 3px;
}

.news-date p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  color: #222;
}

.news-date p:last-child {
  font-size: 15px;
  position: relative;
  bottom: 12px;
}

.catalog-news {
  margin-left: -15px;
  margin-right: -15px;
}

.catalog-news .news-date {
  left: 0;
  top: 0;
}

.catalog-news .news-block {
  margin-bottom: 30px;
}

.catalog-news .news-image {
  position: relative;
  min-height: 200px;
  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: -2px;
  background-size: contain;
  right: 0;
}

.catalog-news .news-description {
  margin-bottom: 15px;
  position: relative;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}

.catalog-news .news-description:after {
  content: '';
  background-image: url(../img/gradient_white.png);
  height: 21px;
  width: 35px;
  position: absolute;
  bottom: 0;
  background-size: contain;
  right: 0;
}

.brand-page {
  margin-bottom: 60px;
}

.brand-page h1 {
  margin-top: 0;
  margin-bottom: 35px;
}

.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 #ebebeb;
}

.brand-page .brand-block .brand-block_title {
  text-transform: uppercase;
  font-weight: bold;
}

.brand-page .brand-block .brand-block_name {
  margin: 0 75px 20px 0;
}

.brand-page .brand-block .brand-block_name a:hover {
  color: #aaa;
}

.brand-page .brand-image {
  border: 1px solid #ebebeb;
  -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 {
  margin: 40px 0;
}

.brands-carousel .brands-carousel_item {
  border: 1px solid #ebebeb;
}

.brands-carousel .brands-carousel_item:hover {
  opacity: 0.7;
}

footer {
  background-color: #f5f5f5;
  padding: 60px 0;
  font-size: 13px;
}

footer h4 {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 14px;
}

footer .logo {
  margin-bottom: 18px;
}

footer .footer_info-block {
  padding-left: 18px;
}

footer .footer_info-block a {
  font-size: 13px;
  border-bottom: 1px solid transparent;
  padding: 5px 0;
  display: inline-block;
}

footer .footer_info-block.contacts a {
  display: inline-block;
  color: #aaa;
  font-size: 13px;
}

footer .footer_info-block.contacts p {
  margin-bottom: 20px;
}

footer .footer_info-block.contacts .fa {
  font-size: 16px;
  margin: 2px 13px 0 0;
  display: inline-block;
}

footer .footer_info-block.contacts .fa.fa-paper-plane {
  margin-right: 10px;
}

footer .payment-info {
  margin: 25px 0;
}

footer .developers-info {
  margin-top: 40px;
}

footer .social {
  margin-top: 10px;
}

footer .social span {
  display: inline-block;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

footer .social span a {
  display: block;
  width: 100%;
  height: 100%;
}

footer .social span:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

footer .social span .fa {
  font-size: 17px;
  color: #aaa;
}

.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: 35px 30px 39px;
  border: 1px solid #ebebeb;
  margin: 40px 0;
}

.email-subscribe h3 {
  margin-bottom: 5px;
  font-size: 34px;
  color: #3d348b;
}

.email-subscribe .subscribe-desc p {
  margin-bottom: 0;
}

.email-subscribe .form-subscribe {
  width: 65%;
}

.email-subscribe .form-subscribe input {
  max-width: 270px;
  width: 100%;
  background-color: #eee;
  border-color: #eee;
  border: 1px solid #eee;
}

.email-subscribe .form-subscribe .btn-theme {
  max-width: 116px;
  width: 100%;
  margin-left: 10px;
}

.email-subscribe.column {
  display: block;
  padding: 0;
  border: none;
}

.email-subscribe.column h3 {
  color: #222;
  font-size: 18px;
  margin-bottom: 20px;
}

.email-subscribe.column .form-subscribe {
  width: 100%;
}

.email-subscribe.column .btn-theme {
  max-width: 100%;
  width: auto;
  margin-left: 0;
}

.email-subscribe.column input {
  margin: 20px 0;
  max-width: 100%;
}

#mob-menu_wrap {
  padding-left: 15px;
  cursor: pointer;
  display: none;
}

#mob-menu_wrap .menu-trigger {
  cursor: pointer;
  font-size: 1.3em;
}

#mob-menu_wrap .search {
  display: block;
  width: auto;
  margin-left: 0;
  border-top: 1px solid #ebebeb;
}

#mob-menu_wrap .search .search-input {
  display: block;
  height: 40px;
}

#mob-menu_wrap .search .search-form .search-start {
  position: absolute;
  right: 0;
  display: block;
  width: 40px;
}

#mob-menu_wrap .search .search-form .search-start:hover .fa {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#mob-menu_wrap i {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #aaa;
}

#mob-menu_wrap .left-side, #mob-menu_wrap .right-side {
  display: inline-block;
}

#mob-menu_wrap .left-side {
  height: 100%;
  border-right: 1px solid #ebebeb;
  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: -100px;
  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 .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: 12px 11px;
  color: #222;
  border-left: 1px solid #ebebeb;
  background-color: transparent;
  width: auto;
}

#mob-menu_block ul {
  text-align: left;
}

#mob-menu_block ul li {
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  padding-left: 0;
}

#mob-menu_block ul li a {
  font-size: .8em;
  margin-left: 0;
  padding: 14px 0 10px 10px;
  display: inline-block;
  white-space: nowrap;
  max-width: 84%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #131313;
}

#mob-menu_block ul li a:hover {
  text-decoration: underline;
}

#mob-menu_block .open-category_button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-left: 1px solid #ebebeb;
  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: .8em;
  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;
  border-bottom: 0;
}

#mob-menu_block .close-mob_row .logo {
  display: inline;
  padding: 0;
}

#mob-menu_block .close-mob_row .logo img {
  max-width: 130px;
  width: 100%;
}

#mob-menu_block .close-mob_menu {
  float: right;
  width: 40px;
  height: 46px;
  cursor: pointer;
  border-left: 1px solid #ebebeb;
  text-align: center;
  color: #131313;
}

#mob-menu_block .close-mob_menu > span {
  position: relative;
  top: 13px;
}

#mob-menu_block .has-child {
  position: relative;
  line-height: 14px;
}

#mob-menu_block .has-child.open > .children {
  display: block;
}

#mob-menu_block .has-child.open .has-child a {
  display: inline-block;
}

#mob-menu_block .has-child .children {
  display: none;
  border-top: 1px solid #ebebeb;
}

#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-table .col-xs-12:last-child .product-view_table {
  border: none;
  padding-bottom: 0;
}

div .catalog_left-side {
  padding-left: 0;
  margin-top: 26px;
}

div .catalog_right-side {
  padding-right: 0;
}

.catalog-page_block {
  margin-bottom: 44px;
}

.catalog-page_block h4 {
  font-size: 12px;
  margin: 0 0 20px;
}

.catalog-page_block a:hover {
  color: #e84855;
}

.catalog-page_block ul li a {
  font-size: 14px;
  color: #aaa;
  display: block;
  margin-top: 12px;
}

.catalog-page h1 {
  margin: 0 0 28px;
  padding: 0 0 10px;
  font-weight: 700;
  color: #222;
  position: relative;
}

.catalog-page h1:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 47px;
  left: 0;
  bottom: 0;
}

.catalog-page .error {
  margin-top: 20px;
}

.catalog-page article.catalog-page_desc {
  min-height: 1px;
}

.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-page_sort {
  margin-bottom: 20px;
  font-size: 13px;
}

.catalog-page_sort i {
  font-size: 16px;
}

.sort_conditions .dropdown {
  margin: 0 5px;
}

.sort_conditions, .sort_pagesize {
  display: inline-block;
  line-height: 19px;
  background-color: #fff;
}

.sort_conditions .dropdown-toggle, .sort_pagesize .dropdown-toggle {
  padding: 10px 15px;
  cursor: pointer;
  background-color: #ebebeb;
  border-radius: 3px;
  min-width: 205px;
  display: inline-block;
  position: relative;
}

.sort_conditions .dropdown-toggle .caret, .sort_pagesize .dropdown-toggle .caret {
  position: absolute;
  right: 10px;
  top: 18px;
}

.catalog-page_product-view {
  display: inline-block;
  font-size: 0;
}

.catalog-page_product-view .active {
  color: #e84855;
}

.catalog-page_product-view a {
  cursor: pointer;
  display: inline-block;
  padding: 11px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  line-height: 0;
  background-color: #fff;
  margin-right: 5px;
  color: #aaa;
}

.catalog-page_product-view a:last-child {
  margin-right: 0;
}

.catalog-as_table.active span, .catalog-as_block.active span {
  opacity: 1;
}

.catalog-as_table.active span:hover, .catalog-as_block.active span:hover {
  opacity: 1;
}

.catalog-as_table span, .catalog-as_block span {
  opacity: 0.6;
}

.catalog-as_table span:hover, .catalog-as_block span:hover {
  opacity: 1;
  color: #e84855;
}

.category-desc {
  margin: -25px 0 28px;
  font-size: 14px;
}

.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: #aaa;
}

.items-loader a, .filter-trigger a {
  font-size: 13px;
  background-color: #fafafa;
  padding: 12px 10px;
  text-align: center;
  display: block;
}

.items-loader a:hover, .filter-trigger a:hover {
  background-color: #eee;
  color: inherit;
}

.catalog-filter_block .module-wrapper {
  top: 35px;
}

.catalog-page_block i {
  font-size: 20px;
}

.catalog-page_block h4 {
  text-transform: uppercase;
  margin: 0;
}

.catalog-page_block .filters-all {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.catalog-page_block .filters-all_block {
  font-size: 12px;
  margin-top: 12px;
}

.catalog-page_block .filters-all_block .filter.checkbox, .catalog-page_block .filters-all_block .filter.radio {
  margin: 0;
}

.catalog-page_block .filters-all_block .filter .title {
  text-transform: uppercase;
  cursor: pointer;
}

.catalog-page_block .filters-all_block .filter i {
  font-size: 1em;
}

.catalog-page_block .filters-all_block .filter i.fa-plus {
  position: absolute;
  top: 3px;
  right: 0;
}

.catalog-page_block .filters-all_block .filter .toggle {
  position: relative;
}

.catalog-page_block .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 0;
}

.catalog-page_block .filters-all_block .filter .expand i.fa-minus {
  opacity: 0;
}

.catalog-page_block .filters-all_block .filter .expand i.fa-plus {
  opacity: 1;
}

.catalog-page_block .filters-all_block .filter:last-child .expand {
  padding-bottom: 0;
  border: none;
}

.catalog-page_block .filters-all_block .filter.open .expand i.fa-minus {
  opacity: 1;
}

.catalog-page_block .filters-all_block .filter.open .expand i.fa-plus {
  opacity: 0;
}

.catalog-page_block .filters-all_block .filter input {
  height: 30px;
  min-width: 1px;
  width: 100%;
}

.catalog-page_block .filters-all_block .filter input[type=checkbox], .catalog-page_block .filters-all_block .filter input[type=radio] {
  height: 15px;
  width: 15px;
  position: relative;
  top: 3px;
}

.catalog-page_block .filters-all_block .filter .filter-input {
  display: none;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}

.catalog-page_block .filters-all_block .filter .filter-input label {
  width: 44%;
  margin-bottom: 10px;
}

.catalog-page_block .filters-all_block .filter .filter-input label.d-block {
  width: 100%;
}

.catalog-page_block .filters-all_block .filter .filter-input .label-delimiter {
  height: 1px;
  background-color: #ebebeb;
  width: 5%;
  position: relative;
  bottom: -15px;
}

.catalog-page_block .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-page_block .filters-all_block .filter.checkbox-container, .catalog-page_block .filters-all_block .filter .checkbox-selected {
  margin-top: 10px;
}

.catalog-page_block .filters-all_block .filter.checkbox-container label, .catalog-page_block .filters-all_block .filter .checkbox-selected label {
  display: block;
  width: 100%;
}

.catalog-page_block .filters-all_block .filter .checkbox-selected {
  margin-bottom: 20px;
}

.catalog-page_block .filters-all_block .filter .checkbox-selected label {
  font-weight: bold;
}

.catalog-page_block .filters-all_block .filter.open .filter-input {
  display: block;
}

.catalog-page_block .filters-all_block .filter.open .expand i.fa-minis {
  opacity: 1;
}

.catalog-page_block .filters-all_block .filter.open .expand i.fa-plus {
  opacity: 0;
}

.catalog-page_block .filters-all_block .filter-remove {
  margin-left: 5px;
  width: 8px;
  height: 8px;
}

.catalog-page_block .filters-all_block .filter-area_closed {
  border-bottom: 1px solid #ebebeb;
}

.catalog-page_block .filters-all_block .filter-area_closed > span {
  border-left: 1px solid #eaeaea;
  width: 37px;
  height: 37px;
  cursor: pointer;
  font-size: 1.3em;
}

.catalog-page_block .filters-all.open .filters-all_block-empty {
  opacity: .6;
  -webkit-transition: all ease-in-out .9s;
  transition: all ease-in-out .9s;
}

.catalog-page_block .filters-all_block-empty {
  background-color: #333;
  opacity: 0;
  height: 100%;
  width: 100%;
}

.catalog-page_block .noUi-horizontal .noUi-origin .noUi-handle {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 20px;
  background: #131313;
}

.catalog-page_block .noUi-handle:before, .catalog-page_block .noUi-handle:after {
  content: none;
}

.catalog-page_block .noUi-target {
  padding: 0 0 0 10px;
  margin: 10px auto 5px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.catalog-page_block .noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  left: -11px;
  top: -4px;
}

.catalog-page_block .noUi-target .noUi-base {
  width: 99%;
  margin-left: auto;
  margin-right: auto;
  background-color: #ebebeb;
  height: 5px;
}

.filter-title {
  cursor: pointer;
  margin: 0;
}

.filter.color .checkbox-color_wrap {
  padding: 10px;
}

.filter.color .checkbox-color_wrap label {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  border: 1px solid #ebebeb;
}

.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;
}

.filter-buttons button {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  padding: 0;
}

.filter-buttons button:hover {
  text-decoration: underline;
  color: #aaa;
}

.breadcrumbs {
  padding: 20px 0;
  display: block;
  min-height: 0;
  margin-left: 0;
}

.breadcrumbs li {
  color: #222;
  margin-right: 8px;
}

.breadcrumbs li a, .breadcrumbs li span {
  color: #222;
  font-size: 13px;
}

.breadcrumbs li a:hover {
  color: #e84855;
}

.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-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner-blocks .banner {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border: 1px solid #eee;
  margin-bottom: 21px;
  width: 48%;
}

.banner-blocks .banner:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.wrapper_product-card {
  width: 100%;
  float: left;
}

img.border-gray {
  padding: 5px;
}

.product-page .product-main_photo {
  margin-bottom: 40px;
  position: relative;
}

.product-page .product-gallery_thumb button img {
  border: 1px solid transparent;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.product-page .product-gallery_thumb button:hover img {
  border-color: #ebebeb;
}

.product-page h1 {
  margin: 0 0 15px;
}

.product-page .product-rating {
  margin: 5px 0;
  display: inline-block;
}

.product-page .rating-block a:hover {
  color: #e84855;
}

.product-page .rating-delimiter {
  display: inline-block;
  margin: 0 5px;
}

.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: 32%;
  -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: 30px;
  height: 25px;
  -webkit-transition: none;
  transition: none;
}

.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.short {
  margin: 0 0 10px;
}

.product-page .page-product_description.characteristics {
  margin: 20px 0 0;
  font-size: 12px;
  padding-left: 18px;
}

.product-page .page-product_description.characteristics li {
  margin-bottom: 10px;
}

.product-page .page-product_description.characteristics li a {
  font-size: 12px;
}

.product-page .page-product_description.characteristics .title {
  font-size: 12px;
}

.product-page .page-product_description.product-btns {
  margin-bottom: 0;
}

.product-page .page-product_description.product-btns .btn-theme {
  min-width: 135px;
  margin-right: 7px;
}

.product-page .page-product_description.product-btns .btn-theme:last-child {
  margin-right: 0;
}

.product-page .page-product_description.price {
  margin: 0;
  padding-left: 30px;
}

.product-page .page-product_description.price .product-price {
  color: #e84855;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.product-page .page-product_description.price .product-price.old {
  color: #aaa;
  font-size: 18px;
  line-height: 18px;
  position: relative;
}

.product-page .page-product_description.price .product-price.old:before {
  width: 100%;
  height: 1px;
  content: '';
  top: 12px;
  background-color: #aaa;
  position: absolute;
}

.product-page .page-product_description.price .product-price.old + .new-cost {
  color: #fbc02d;
}

.product-page .page-product_description.amount {
  margin-bottom: 0;
}

.product-page .page-product_offers {
  border-radius: 4px;
  background-color: #f7f7f7;
  padding: 20px;
  margin-top: 20px;
}

.product-page .deliveryCostBlock {
  padding: 10px 0 0 0;
}

.product-page .deliveryCostBlock .noDeliveryService {
  margin-bottom: 0;
}

.product-page .group .icon-rating-star {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 3px;
}

.product-page .product-compare, .product-page .product-favorite {
  position: static;
}

.product-offers .product-offers_pname {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.product-offers .product-offers_item {
  margin: 30px 0;
}

.product-offers .product-offers_item select, .product-offers .product-offers_item option {
  max-width: 100%;
  width: 100%;
  text-indent: 10px;
  height: 39px;
  border-radius: 3px;
  background-color: #ebebeb;
  font-size: 12px;
}

.product-offers .product-offers_item:last-child {
  margin-bottom: 0;
}

.product-offers .product-offers_title {
  margin-bottom: 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.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 #ebebeb;
  min-width: 38px;
  height: 38px;
  margin-right: 15px;
  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;
  padding: 5px;
}

.product-offers .type-radio label input {
  cursor: pointer;
  opacity: 0;
}

.product-offers .type-image label {
  padding: 3px;
  margin-right: 5px;
  display: inline-block;
  border: 1px solid transparent;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.product-offers .type-color {
  display: inline-block;
}

.product-offers .type-color input {
  height: auto;
  width: auto;
  min-width: 10px;
}

.product-offers .type-color label {
  position: relative;
  cursor: pointer;
  margin-right: 5px;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  border: 1px solid transparent;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.product-offers .type-color label .fa {
  position: absolute;
  top: 2px;
  left: 2px;
}

.product-offers .type-color label input {
  cursor: pointer;
  opacity: 0;
}

.product-offers .type-color .color-block {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
}

.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;
  background-color: #ebebeb;
  border-radius: 3px;
}

.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 .quantity input {
  width: 46px;
  height: 38px;
  margin-left: 20px;
  margin-right: 20px;
  min-width: 1px;
  text-align: center;
  position: relative;
  text-indent: 0;
  background-color: #ebebeb;
}

.product_quantity input {
  font-size: 16px;
}

.product_quantity .quantity-button {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  cursor: pointer;
  font-size: 10px;
}

.product_quantity .quantity-button.quantity-up, .product_quantity .quantity-button.quantity-down {
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
  text-align: center;
}

.product_quantity .quantity-button.quantity-up {
  top: 0;
  right: 0;
}

.product_quantity .quantity-button.quantity-down {
  top: 0;
  left: 0;
}

.product_quantity .quantity-text {
  margin-right: 15px;
}

.page-product_content-wrap {
  margin: 30px 0 50px;
}

.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 .tab-content {
  padding: 24px 28px;
  border-left: 0;
}

.page-product_content .tab-content .tab-pane {
  font-size: 13px;
}

.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 .review {
  border-radius: 3px;
  background-color: #aaa;
}

.page-product_content .review .product-rating {
  margin: 0;
  display: inline-block;
}

.page-product_content .review label {
  display: block;
  margin-top: 5px;
}

.review-list {
  margin-bottom: 30px;
}

.review-list .review {
  background-color: #f6f6f6;
  margin-bottom: 10px;
  border-radius: 3px;
  padding: 24px 30px;
  border: 1px solid #ebebeb;
}

.review-list .review:last-child {
  margin-bottom: 0;
}

.review-answer form {
  padding: 30px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
}

.review-answer .group {
  margin: 25px 0 0;
}

.review-answer .group.m-0 {
  margin: 0;
}

.review-answer .group .stars-block {
  margin-top: 10px;
  margin-bottom: 15px;
}

.review-answer .group .stars-block .icon-rating-star_full {
  cursor: pointer;
  opacity: .4;
  position: static;
  max-width: 120px;
  height: 20px;
  width: 17px;
}

.review-answer .group .stars-block .icon-rating-star_full.active {
  opacity: 1;
}

.review-answer textarea {
  width: 100%;
  display: block;
}

.review-answer label {
  display: block;
}

.review-answer label > span {
  margin-bottom: 5px;
  font-weight: normal;
  display: block;
}

.review-answer input[type=user_name] {
  margin-top: 5px;
}

.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: 0;
  left: 0;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
}

.zoomWrapperImage img {
  border: 0px;
  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: 20px auto 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paginator a {
  width: 36px;
  height: 36px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #222;
  margin: 0 5px 0 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 #ebebeb;
}

.checkout-steps .block label {
  width: auto;
  display: inline-block;
  max-width: 100%;
}

.checkout-steps .order-product_quantity {
  width: 165px;
  text-align: center;
}

.checkout-steps .new-address label {
  display: block;
}

.checkout-steps select, .checkout-steps input {
  margin-top: 5px;
  min-width: 280px;
  max-width: 350px;
  width: 100%;
  border: 2px solid #ebebeb;
  background-color: #ebebeb;
  font-size: 13px;
  height: 40px;
}

.checkout-steps select:focus, .checkout-steps input:focus {
  border-color: #3185fc;
  background-color: #fff;
}

.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 .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;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 0;
  max-width: 350px;
  width: 100%;
}

.checkout-steps label input {
  margin-top: 5px;
  outline: none;
  width: 100%;
  min-width: 280px;
}

.checkout-steps label input[type=radio], .checkout-steps label input[type=checkbox] {
  width: auto;
  height: auto;
}

.checkout-steps .policy-agreement {
  margin-top: 20px;
  font-size: 13px;
}

.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: 20px;
  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 {
  padding: 20px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin-bottom: 15px;
}

.checkout-steps.confirm .sidebar h3 {
  margin: 0 0 20px;
}

.checkout-steps.confirm .sidebar table tr:last-child td {
  border-bottom: 0;
}

.checkout-steps .btn-menu .btn-theme {
  border-radius: 3px;
}

.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 #ebebeb;
  padding: 20px;
  border-bottom: 0;
}

.checkout-steps .order-list_item:last-child {
  border-bottom: 1px solid #ebebeb;
}

.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: #3185fc;
}

.checkout-steps .order-list_item input {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.checkout-steps .order-list_item input:checked + .h3 {
  color: #3185fc;
}

.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;
  font-size: 13px;
}

.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%;
}

.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: #aaa;
  display: block;
  margin-bottom: 5px;
}

.checkout-steps .order-list .order-list_item-price .price {
  font-size: 1.1em;
  color: #aaa;
}

.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: #aaa;
}

.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;
  border: 1px solid #ebebeb;
}

#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 #manual-login {
  margin-top: 20px;
}

#order-form .warehouseBlock .title {
  font-size: 1em;
  margin: 0;
}

#order-form .tabFrame {
  font-size: 12px;
}

#order-form .input-area .help {
  font-size: 0.9em;
  color: #aaa;
  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: 0;
}

#order-form .input-area .input-area_item {
  margin-bottom: 10px;
}

#order-form .input-area .input-area_item:last-child {
  margin-bottom: 0;
}

#order-form .input-area .input-area_item.captcha {
  margin-top: 10px;
}

#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: 30px 0;
  border-bottom: 1px solid #ebebeb;
  font-size: 13px;
}

#order-form .order-form_block:hover .order-form_count-block {
  color: #fff;
}

#order-form .order-form_block .btn-theme {
  margin-top: 25px;
}

#order-form .order-form_block:last-child {
  border-bottom: 0;
}

#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 .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: #aaa;
}

#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 .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 .btn-theme {
  margin-top: 25px;
}

#order-form .onePageAddressBlock .value {
  text-align: right;
}

#order-form .onePageAddressBlock-wrap {
  padding: 30px 0;
  border-bottom: 1px solid #ebebeb;
}

#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: 335px;
  overflow-y: auto;
}

#order-form .orderSubmit {
  text-align: center;
}

#order-form .orderSubmit .formSave {
  max-width: 235px;
  width: 100%;
}

#order-form .orderSubmit label {
  margin: 21px 0 0;
}

#order-form .orderSubmit label a {
  text-decoration: underline;
}

#order-form .multioffersWrap {
  margin-top: 10px;
  display: inline-block;
}

#order-form .amount {
  margin-top: 10px;
}

#order-form .priceBlock {
  margin-top: 10px;
}

#order-form .priceBlock .priceValue {
  font-size: 16px;
  color: #e84855;
  font-weight: bold;
}

#order-form .priceBlock .priceValue.discount {
  font-size: 12px;
  color: #aaa;
  text-decoration: line-through;
  line-height: 21px;
}

#order-form .priceBlock .priceValue.discount + .priceValue {
  color: #fbc02d;
}

#order-form .orderBasket thead td {
  border-bottom: 1px solid #ebebeb;
}

#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: #aaa;
  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 #ebebeb;
}

#order-form .orderBasket.additional tr:first-child {
  margin-top: 1px solid #ebebeb;
}

#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;
}

#order-form .orderBasket .prod-name {
  font-weight: bold;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .checkout-steps .order-list .order-list_item > div {
    padding-bottom: 30px;
  }
}

.profile-page h1 {
  font-weight: bold;
  margin: 0 0 30px;
}

.profile-page table.order {
  border-top: 1px solid #ebebeb;
}

.profile-page p {
  font-size: 13px;
}

.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 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;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin-bottom: 15px;
}

.profile-page .user-profile_items li a {
  display: block;
  padding: 10px 18px;
  font-size: 15px;
}

.profile-page .user-profile_items li a:hover {
  color: #3185fc;
  background-color: #ebebeb;
}

.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;
  border-radius: 3px;
  font-size: 13px;
}

.profile-page .nav-tabs_review_wrapper.admin {
  margin-left: 15px;
}

.profile-page .response_wrapper .response_delete {
  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 {
  border-left: 1px solid #ebebeb;
  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: 1px solid #ebebeb;
  border-left: none;
  margin-top: -1px;
  padding: 15px;
  margin-bottom: 0;
  border-radius: 3px;
}

.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 #ebebeb;
}

.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;
  display: block;
  font-size: 13px;
  min-height: 300px;
}

article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.article-content h1 {
  margin: 0 0 40px;
}

.article-content_date {
  margin-top: 20px;
  margin-bottom: 20px;
}

.basket-page {
  margin-bottom: 60px;
  float: left;
  width: 100%;
}

.basket-page select {
  margin-top: 10px;
  max-width: 235px;
  display: block;
}

.basket-page .user-account {
  float: right;
  margin-right: 0;
  padding-right: 0;
  border: 0;
}

.basket-page .basket-coupon {
  position: relative;
  padding: 20px;
}

.basket-page .basket-coupon .basket-coupon_block {
  position: relative;
}

.basket-page .basket-coupon input {
  height: 44px;
  vertical-align: top;
  min-width: 100%;
  background-color: #ffffff;
}

.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 #ebebeb;
  padding: 20px 20px 0;
}

.basket-page .order-checkout .btn-theme {
  margin-bottom: 7px;
  min-width: 175px;
  width: 100%;
}

.basket-page .basket-order_total {
  border-radius: 3px;
  top: 15px;
}

.basket-page .basket-order_total.wrap {
  padding: 20px 0;
  border: 1px solid #ebebeb;
  border-top: 0;
  margin-top: 8px;
}

.basket-page .basket-order_total.wrap:before {
  content: '';
  position: absolute;
  top: -8px;
  left: -1px;
  height: 12px;
  width: 100%;
  background-image: url(../img/bubble-border.png);
  background-repeat: repeat-x;
  border-left: 1px solid #ebebeb;
}

.basket-page .basket-order_total.price {
  padding: 0 20px 20px;
  border-bottom: 1px solid #ebebeb;
  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;
}

.basket-page .basket-order_total.price p:last-child {
  color: #fbc02d;
  font-weight: bold;
}

.basket-page .else-action {
  padding: 30px;
}

.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: 20px 0 15px;
  margin-bottom: 20px;
  border-radius: 3px;
}

.mfp-container .mfp-content a, .mfp-container .mfp-content p {
  font-size: 13px;
}

.mfp-container .mfp-content ul li {
  font-size: 13px;
}

.mfp-container .btn-menu .btn-theme {
  font-size: 11px;
}

.mfp-container .product_quantity .quantity input {
  width: 38px;
  height: 38px;
  min-width: 1px;
}

.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: 600px;
  width: 100%;
}

.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 {
  display: block;
}

.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 h3:first-child {
  padding-left: 15px;
  padding-right: 15px;
}

.mfp-container .modal-inner.one-click .page-error {
  padding: 0 15px;
}

.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 #ebebeb;
}

.mfp-container .page-product_offers {
  margin: 0;
  padding: 0;
  border: none;
}

.mfp-container .product-offers {
  margin-bottom: 25px;
  padding: 15px;
  background-color: #f7f7f7;
  border-radius: 3px;
}

.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 #ebebeb;
}

.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 #ebebeb;
}

.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 a, .modal-inner.page p {
  font-size: 13px;
}

.modal-inner.page ul li {
  font-size: 13px;
}

.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%;
}

.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 .product-view_table {
  margin-bottom: 20px;
}

.recommended .product-view_table .product-price {
  font-weight: normal;
}

.recommended .product-view_table .product-info {
  margin-left: 15px;
  width: 59%;
}

.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: 42px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.recommended .product-view_table .product-name > a:after {
  background-image: url(../img/gradient_white.png);
  height: 18px;
  width: 35px;
  position: absolute;
  bottom: 0;
  content: '';
  background-size: contain;
  right: 0;
}

@media (min-width: 992px) {
  .recommended.on-mobile {
    display: none;
  }
}

body .module-wrapper {
  min-height: 1px;
}

body .logo-block .block-wizard {
  margin: 0;
}

body header.fixed .block-wizard.block-category {
  margin-left: 20px;
}

body .block-wizard.block-banner-blocks {
  margin: 0;
}

body .block-wizard {
  font-size: 13px;
  border: 1px dashed #aaa;
  text-align: left;
  padding: 15px;
  margin: 10px 0;
}

body .block-wizard.block-banner-slider {
  margin: 0;
}

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: 1.2em;
  margin-bottom: 4px;
}

body .block-wizard__do li a {
  text-transform: none;
}

body .block-wizard__wrapper .block-wizard__title span {
  padding: 0;
}

body header .block-wizard {
  margin: 0;
}

body header .block-category {
  min-width: 230px;
}

footer .block-wizard {
  display: inline-block;
  width: 100%;
  margin-top: -22px;
  margin-left: 0;
  margin-right: 0;
  min-height: 200px;
  margin-bottom: 0;
}

.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 .submit_btn {
  padding: 0;
  height: 40px;
  width: 165px;
}

.page-responses .responses-form .side {
  display: inline-block;
  width: 49%;
}

body {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
}

body .container-fluid {
  max-width: 1292px;
  width: 100%;
  padding: 0 10px;
}

body .container-fluid .row {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

body .container-fluid.w-100 {
  max-width: 100%;
}

body .container-fluid.w-100 > .row {
  margin-right: auto;
  margin-left: auto;
  max-width: 1272px;
  width: 100%;
}

.content-padding {
  padding-right: 80px;
  padding-left: 80px;
}

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;
}

div textarea:focus, select:focus, input[type=text]:focus, input[type=email]:focus, input[type=password]:focus {
  background-color: #fff;
}

input[type=text], input[type=email], input[type=password] {
  min-width: 260px;
  width: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background-color: #ebebeb;
}

input[type=number] {
  width: 38px;
  height: 38px;
  margin-left: 20px;
  margin-right: 20px;
  min-width: 1px;
  text-align: center;
  position: relative;
  text-indent: 0;
  background-color: #ebebeb;
}

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 #ebebeb;
  min-width: 100px;
  text-indent: 15px;
  border-radius: 3px;
  font-size: 13px;
}

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;
}

div select {
  outline: none;
  text-indent: 5px;
  height: 40px;
  font-weight: normal;
  border-radius: 3px;
  max-width: 300px;
  width: 100%;
  border: 1px solid #ebebeb;
  cursor: pointer;
  background-color: #ebebeb;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-size: 13px;
}

textarea {
  outline: none;
  text-indent: 5px;
  font-weight: normal;
  height: 125px;
  min-width: 100px;
  max-width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  background-color: #ebebeb;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-size: 13px;
}

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;
  font-weight: normal;
  font-size: 13px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-style: normal;
}

h1, .h1 {
  font-size: 28px;
}

h2, .h2 {
  font-size: 24px;
}

.slider {
  margin: 0;
}

.slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 3%;
}

.slider .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  margin-right: 10px;
  background-color: #aaa;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.nav.nav-tabs {
  white-space: nowrap;
  overflow-x: auto;
  background-color: #eee;
}

.nav.nav-tabs li {
  padding: 0;
  margin-right: 0;
  margin-bottom: 0;
  background-color: transparent;
}

.nav.nav-tabs li a, .nav.nav-tabs li span {
  font-size: 18px;
  padding: 21px 35px;
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  color: inherit;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 0;
  position: relative;
  letter-spacing: -0.8px;
}

.nav.nav-tabs li a:hover, .nav.nav-tabs li span:hover {
  background-color: white;
  color: inherit;
}

.nav.nav-tabs li.active a {
  background-color: #fff;
}

.nav.nav-tabs li.active a:hover {
  background-color: #eee;
  color: inherit;
}

.nav.nav-tabs li.active a:after {
  content: none;
}

.nav.nav-tabs li:last-child {
  margin-right: 0;
}

.nav.nav-tabs li label {
  margin-top: 0;
  position: relative;
}

.nav.nav-tabs li input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.nav.nav-tabs li input:checked + span {
  background-color: #fff;
}

table {
  width: 100%;
  border-radius: 3px;
}

table thead td {
  padding: 9px 0;
  border: none;
  font-size: 13px;
  font-weight: bold;
}

table tbody td {
  border-bottom: 1px solid #ebebeb;
  padding: 9px 0;
  font-size: 12px;
}

table .title {
  border: none;
  padding-left: 0;
  color: #222;
  font-size: 13px;
  font-weight: bold;
}

table .value {
  color: #222;
  text-align: right;
}

table.order h1, table.order .h1 {
  font-size: 22px;
  margin: 0;
  text-transform: uppercase;
}

table.order thead {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

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-heading {
  padding: 16px;
}

table.order .order-image {
  max-width: 172px;
  width: 100%;
  display: inline-block;
  padding: 40px 20px;
}

table.order .order-product {
  position: relative;
  padding: 40px 0;
  border-bottom: 1px solid #ebebeb;
}

table.order .order-product_title {
  font-size: 1.1em;
  padding: 15px 20px;
}

table.order .order-product_title small, table.order .order-product_title span, table.order .order-product_title p {
  font-size: 13px;
}

table.order .order-product_title .title {
  max-height: 43px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  max-width: 300px;
  width: 100%;
  font-size: 16px;
}

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 .order-product_multi-offers {
  margin-top: 15px;
  font-size: 11px;
}

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-price {
  display: block;
  margin-top: 15px;
}

table.order .order-price .order-price_discount {
  text-decoration: line-through;
  line-height: 26px;
  font-size: 12px;
  font-weight: bold;
}

table.order .order-price .order-price_discount + .order-price_present {
  color: #e84855;
}

table.order .order-price .order-price_present {
  color: #fbc02d;
  font-size: 16px;
  font-weight: bold;
}

table.order .order-item_del {
  width: 100px;
  position: relative;
}

table.order .order-item_del a {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
}

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 #ebebeb;
}

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 #ebebeb;
}

table.order .order-concomitant .concom-title {
  padding-left: 20px;
  font-size: 16px;
}

table.order .order-concomitant .concom-title label {
  position: relative;
  padding-left: 20px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

table.order .order-concomitant .concom-title input {
  min-width: 0;
  height: auto;
  left: 0;
  top: 0;
  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, .recommended {
  position: relative;
}

.recommended.on-mobile .title, .lastviewed .title, .recommended .title {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  position: relative;
}

.recommended.on-mobile .title:before, .lastviewed .title:before, .recommended .title:before {
  content: "";
  position: absolute;
  background: #ed1c24;
  height: 1px;
  width: 110px;
  left: 0;
  bottom: -1px;
}

.empty-list {
  padding: 0 0 52px;
  font-size: 18px;
}

.affiliatesContacts {
  padding: 0 0 24px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
}

.affiliatesContacts .otherCity {
  color: blue;
  text-decoration: none;
  cursor: pointer;
}

.affiliatesContacts .otherCity:hover {
  text-decoration: underline;
}

.dropdown-menu {
  left: 0;
  width: 100%;
  padding: 0;
  font-size: 13px;
  min-width: 205px;
  margin: 0;
}

.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;
}

.logo img {
  vertical-align: top;
}

.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;
}

.product_in-category {
  margin: 40px 0;
  position: relative;
}

.product_in-category .product-view_block {
  margin-bottom: 0;
}

.policy-agreement a {
  color: #3185fc;
}

.policy-agreement a:hover {
  text-decoration: underline;
}

.favorite-page .catalog-block .column {
  width: 20%;
}

.favorite-page .catalog-table .column {
  width: 100%;
}

.fa.fa-bar-chart {
  font-size: 26px;
}

.formFieldError {
  margin: 5px 0;
  font-size: 13px;
  display: block;
  color: #e84855;
}
