@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  min-width: 320px;
}
.disabled-property {
  opacity: .5;
  pointer-events: none;
}
.input_image_wrap.disabled-property,.input_color_wrap.disabled-property {
  opacity: .1;
}
a {
  color: #4d5959;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

a, a:hover, a:visited {
  text-decoration: none;
  color: inherit;
}

select {
  height: 40px;
  width: 100%;
  max-width: 265px;
}

label {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 15px;
  display: block;
}

label input[type=text], label input[type=password], label input[type=email], label select {
  display: block;
  margin-top: 5px;
  max-width: 265px;
  width: 100%;
  height: 40px;
  text-indent: 10px;
}

label textarea {
  height: 145px;
  display: block;
  margin-top: 5px;
}

button {
  outline: none;
  border: none;
  background-color: transparent;
}

button:active, button:focus {
  outline: none;
}

input#search {
  font-family: "Roboto Condensed", sans-serif;
  margin-right: 5px;
}

input, select, textarea {
  border: 1px solid #e3e3e3;
  outline: none;
  text-indent: 5px;
  border-radius: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-style: normal;
}

input:active, input:focus, select:active, select:focus, textarea:active, textarea:focus {
  outline: none;
}

input.btn_white, select.btn_white, textarea.btn_white {
  background-color: #fff;
  color: #0e0e0e;
  text-align: center;
  width: auto;
  text-indent: 0;
  font-size: 17px;
}

input.btn_white:hover, select.btn_white:hover, textarea.btn_white:hover {
  background-color: #0e0e0e;
}

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

input[type='checkbox'] {
  outline: none !important;
  width: auto !important;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.9;
}

.header-panel .ft-sub li {
  position: relative;
  z-index: 30;
}

table {
  width: 100%;
}

table td {
  padding: 15px;
  border: 1px solid #e3e3e3;
}

table .title {
  font-weight: 700;
  color: #788188;
}

h1, .h1, h2, .h2, h3, .h3 {
  color: #4d5959;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a {
  font-family: "Roboto Condensed", sans-serif;
}

h3 {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 40px;
}

.affiliatesContacts {
  padding: 20px 0;
}

.affiliatesContacts .currentCity .otherCity {
  cursor: pointer;
}

span.required {
  color: #e00000;
}

.color-black {
  color: #0e0e0e;
}

section {
  margin-top: 15px;
  margin-bottom: 15px;
}

.slider_zone {
  margin: 0;
}

.brands {
  margin-bottom: 0;
}

.brands:hover .nav_prev_brand {
  opacity: 1;
}

.brands:hover .nav_next_brand {
  opacity: 1;
}

section.subscribe {
  margin-top: 0;
  margin-bottom: 0;
}

section.filter_bar, section.bestsellers {
  margin-top: 0;
  margin-bottom: 60px;
}

.lastnews {
  margin-top: 0;
  float: left;
  width: 100%;
  padding: 25px 0;
}

.lastnews-block {
  margin-bottom: 30px;
}

.lastnews-block .lastnews-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;
}

.lastnews-block .lastnews-image:hover .wrap {
  opacity: 1;
}

.lastnews-block .lastnews-image:hover .wrap .icon-link, .lastnews-block .lastnews-image:hover .wrap .lastnews-date {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.lastnews-block .lastnews-image img {
  z-index: 40;
}

.lastnews-block .lastnews-image .wrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  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: rgba(0, 0, 0, 0.6);
  z-index: 50;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 0;
  color: #ffffff;
}

.lastnews-block .lastnews-image .wrap .icon-link {
  color: #ffffff;
  position: absolute;
  font-size: 26px;
  z-index: 50;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.lastnews-block .lastnews-date {
  font-size: 17px;
  z-index: 50;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: absolute;
  bottom: 2px;
}

.lastnews-block .lastnews-title {
  margin: 10px 0;
  font-size: 18px;
}

.lastnews-block .lastnews-description {
  margin-bottom: 15px;
  position: relative;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}

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

.compare_wrapper {
  border: none;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 50px;
}

.inline_inner {
  display: block;
}

.inline_inner input, .inline_inner p {
  display: inline-block;
}

.container-fluid {
  max-width: 1170px;
}

.container-fluid.all-width {
  max-width: 100%;
}

.container-fluid.all-width .content-wrap {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-bottom: 25px;
}

.container-fluid.slider {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.slider.no-img {
  margin-top: 103px;
  padding-left: 15px;
  padding-right: 15px;
}

.css-col-3 {
  -webkit-column-count: 2;
          column-count: 2;
}

.col-xs-12.stub {
  max-width: 1540px;
  margin: 0 auto;
  float: none;
}

.hidden {
  display: none;
}

.border_right {
  border-right: 1px solid #eaeaea;
}

.border_left {
  border-left: 1px solid #eaeaea;
  margin-left: -1px;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

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

.bold {
  font-weight: bold;
}

.rotate45 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rotate90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.color_white {
  color: #fff;
}

.mob_open_category {
  -webkit-transition: all ease-out 0.275s;
  transition: all ease-out 0.275s;
}

#main_slide {
  position: relative;
}

.slider_item img {
  background-size: cover;
}

.product_featured {
  margin-top: 120px;
}

.desc {
  color: #999;
  margin-bottom: 30px;
}

.desc span {
  font-size: 14px;
}

.nav.nav-tabs {
  margin-bottom: 20px;
}

.nav.nav-tabs.no-wrap {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  height: 50px;
}

.nav.nav-tabs li {
  background-color: transparent;
  border: none;
  text-transform: none;
  margin-right: 5px;
}

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

.nav.nav-tabs .active a {
  border: 1px solid #3e3e3e;
  background-color: #fff;
  opacity: 1;
}

.nav.nav-tabs a {
  border: 1px solid transparent;
  font-size: 14px;
  letter-spacing: 1px;
  opacity: 0.85;
  border-radius: 40px;
}

.nav.nav-tabs a:hover {
  border: 1px solid #3e3e3e;
  background-color: #fff;
  opacity: 1;
}

.bestsellers {
  margin-top: 50px;
}

.nav_prev, .nav_next, .nav_prev_brand, .nav_next_brand {
  position: absolute;
  color: #fff;
  z-index: 50;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
}

.nav_prev:hover, .nav_next:hover, .nav_prev_brand:hover, .nav_next_brand:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.nav_prev i, .nav_next i, .nav_prev_brand i, .nav_next_brand i {
  padding: 20px;
  display: block;
}

.nav_prev {
  left: 15px;
  bottom: 32%;
}

.nav_next {
  right: 15px;
  bottom: 32%;
}

.nav_prev_brand {
  bottom: 30px;
  left: 0;
}

.nav_next_brand {
  bottom: 30px;
  right: 0;
}

.catalog.empty-list {
  padding: 75px 0;
}

.catalog nav.catalog-subcategory {
  white-space: nowrap;
  overflow-y: auto;
}

.catalog h1 {
  margin: 25px 0;
}

.catalog .sidebar_menu {
  background-color: #f1f1f1;
  padding: 30px;
  padding-top: 0;
  margin-top: 20px;
}

.catalog .sidebar_menu input[type=text] {
  height: 35px;
}

.catalog .catalog-block, .catalog .catalog-table {
  border-top: 1px solid #eaeaea;
}

.catalog .catalog-subcategory {
  margin-bottom: 30px;
}

.catalog .catalog-subcategory a {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px 15px;
  text-transform: uppercase;
  background-color: #eaeaea;
}

.catalog .catalog-subcategory a:hover {
  background-color: #0e0e0e;
  color: #fff;
}

.copyright .desc {
  margin-bottom: 0;
}

.black_wrap {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
}

.not_empty:hover .showing_block {
  visibility: visible;
  opacity: 1;
  top: 61px;
}

.category_main {
  width: 100%;
  max-height: 444px;
  position: relative;
}

.category_main img {
  max-height: 444px;
  width: 100%;
}

.category_name {
  position: absolute;
}

.breadcrumbs {
  margin-bottom: 0;
  padding: 15px 0 15px 15px;
  background-color: #f6f6f8;
}

.breadcrumbs li {
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}

.breadcrumbs li span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.breadcrumbs li a {
  color: #000;
  -webkit-transition: all linear 0.275s;
  transition: all linear 0.275s;
}

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

.breadcrumbs li:nth-child(-1) {
  opacity: 0.6;
}

.input_color_wrap label {
  margin: 0;
}

.choice_block_view {
  line-height: 14px;
}

.choice_block_view a {
  margin-right: 15px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all linear 0.275s;
  transition: all linear 0.275s;
  line-height: 10px;
}

.choice_block_view i {
  font-size: 21px;
}

.page-favorite {
  margin-bottom: 25px;
}

.page-favorite .empty-list {
  padding: 75px 0;
}

.page-favorite .choice_block_view {
  line-height: 40px;
}

.page-favorite .catalog-sort {
  padding: 10px 0 15px;
  border-bottom: 1px solid #eaeaea;
  float: left;
  width: 100%;
}

.page-favorite .catalog-sort .choice_sort_show {
  text-align: right;
}

.page-favorite .catalog-sort > div {
  padding-left: 0;
  padding-right: 0;
}

.page-favorite .catalog-sort .choice_block_view, .page-favorite .catalog-sort .choice_sort_show {
  margin-bottom: 0;
}

.order-by select {
  width: 160px;
}

.filters-views {
  line-height: 40px;
}

.choice_sort_show label {
  margin-bottom: 0;
  display: inline-block;
}

.choice_sort_show label:last-child select {
  margin-right: 0;
}

.choice_sort_show select {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-style: normal;
  height: 40px;
  margin: 0;
  margin-right: 10px;
  display: inline-block;
  text-indent: 5px;
}

.choice_sort_show select.show_count {
  width: 60px;
}

.category_blocks_wrap {
  margin: 20px 0;
}

.card-page {
  margin: 45px 0 0;
  font-family: inherit;
}

.card-page .card-characteristics {
  margin-bottom: 35px;
}

.card-page .nav.nav-tabs a {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  border: none;
}

.card-page .nav.nav-tabs a:hover {
  border: none;
}

.card-page .nav.nav-tabs .active a {
  border: none;
}

.card-page .add-review {
  position: relative;
  bottom: 6px;
  margin-left: 8px;
}

.card-page .product-slider .item {
  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;
}

.card-page .card-block, .card-page .card-prod-gallery {
  margin-bottom: 150px;
}

.card-page .card-block .prod-amount_flex-wrap, .card-page .card-prod-gallery .prod-amount_flex-wrap {
  display: inline-block;
}

.card-page .card-prod-gallery {
  position: relative;
  display: inline-block;
  width: 74%;
}

.card-page .card-prod-gallery .active.main img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.card-page .card-prod-gallery_thumbs {
  display: inline-block;
  max-width: 25%;
  max-height: 550px;
  overflow: auto;
}

.card-page .card-prod-gallery_thumbs .item {
  margin-bottom: 10px;
}

.card-page .card-prod-gallery_thumbs.owl-carousel {
  vertical-align: top;
}

.card-page .card-prod-gallery_thumbs.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-page .card-prod-gallery_thumbs.owl-carousel .owl-stage .owl-item {
  min-width: 70px;
  margin-right: 0 !important;
}

.card-page .card-prod-gallery_thumbs.owl-carousel .owl-stage .owl-item button {
  background-color: #fff;
  margin-bottom: 100%;
  border: 1px solid #fff;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
}

.card-page .card-prod-gallery_thumbs.owl-carousel .owl-stage .owl-item button:hover {
  border: 1px solid #ccc;
}

.card-page .card-prod-gallery_thumbs.owl-carousel .owl-stage img {
  margin-left: auto;
  margin-right: auto;
}

.card-page .card-title h1 {
  font-size: 16px;
  margin: 0 0 10px;
  word-wrap: break-word;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.card-page .card-title h2 {
  margin-top: 5px;
}

.card-page .card-desc-price {
  margin-bottom: 20px;
}

.card-page .card-desc-price .card-prod-price, .card-page .card-desc-price .card-prod-price_old {
  display: inline-block;
  font-size: 22px;
}

.card-page .card-desc-price .card-prod-price_old {
  text-decoration: line-through;
}

.card-page .card-desc-price .card-prod-price {
  color: #d01345;
}

.card-page .card-desc-atr > div {
  margin-bottom: 10px;
}

.card-page .card-desc {
  margin: 25px 0;
  font-family: "Montserrat", sans-serif;
}

.card-page .card-desc .card-desc_short {
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.card-page .add-compare-favorite .add-to-compare {
  margin-right: 10px;
}

.card-page .add-to-favorite {
  display: inline-block;
  cursor: pointer;
}

.card-page .add-to-favorite:hover {
  color: inherit;
}

.card-page .add-to-favorite a {
  height: 39px;
  width: 39px;
  line-height: 43px;
  border: 1px solid;
  text-align: center;
}

.card-page .add-to-favorite .rs-favorite.out {
  display: inline-block;
}

.card-page .add-to-favorite .rs-favorite.in {
  display: none;
}

.card-page .add-to-favorite .in-favorite {
  -webkit-mask: url(../img/icons/favorite-icon.svg);
  mask: url(../img/icons/favorite-icon.svg);
  width: 14px;
  height: 14px;
  display: inline-block;
}

.card-page .add-to-favorite .rs-favorite.rs-in-favorite.in {
  display: inline-block;
}

.card-page .add-to-favorite .rs-favorite.rs-in-favorite.out {
  display: none;
}

.card-page .add-to-compare {
  display: inline-block;
}

.card-page .add-to-compare:hover {
  color: inherit;
}

.card-page .add-to-compare a {
  height: 39px;
  width: 39px;
  line-height: 43px;
  border: 1px solid;
  text-align: center;
}

.card-page .add-to-compare .rs-compare.out {
  display: inline-block;
}

.card-page .add-to-compare .rs-compare.in {
  display: none;
}

.card-page .add-to-compare .in-compare {
  -webkit-mask: url(../img/icons/chart.svg);
  mask: url(../img/icons/chart.svg);
  width: 14px;
  height: 14px;
  display: inline-block;
}

.card-page .add-to-compare .out .in-compare {
  opacity: .5;
}

.card-page .add-to-compare .rs-compare.rs-in-compare.in {
  display: inline-block;
}

.card-page .add-to-compare .rs-compare.rs-in-compare.out {
  display: none;
}

.card-page .prod-amount_flex-wrap {
  margin: 15px 0 20px;
}

.concat-amount .card-product_quantity .prod-amount input {
  width: 95px;
}

.card-prod-bundling {
  background-color: #eaeaea;
  padding: 40px 20px 20px;
  margin-bottom: 25px;
}

.card-prod-bundling p {
  margin-bottom: 0;
  display: inline-block;
}

.card-prod-bundling p span {
  color: #e00;
}

.card-prod-bundling.offers .product-offers_item {
  text-align: right;
}

.card-prod-bundling .bundling-wrap {
  margin-bottom: 25px;
}

.card-prod-bundling .property-wrap {
  display: block;
  margin-top: 15px;
}

.card-prod-bundling input.color:before {
  height: 24px;
  width: 24px;
}

.card-prod-bundling select {
  height: 35px;
  background-color: #fff;
  width: 175px;
}

.card-prod-bundling .bundlings a {
  padding: .7em 1.1em;
  background: #dddddd;
  margin-right: 5px;
}

.card-prod-bundling .bundlings a:hover {
  background-color: #d0d0d0;
}

.prod-amount {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-right: 15px;
}

.prod-amount .prod-amount-up {
  width: 25px;
  height: 20px;
  border-bottom: 1px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
  position: relative;
  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;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.prod-amount .prod-amount-up:before {
  content: '';
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 6px solid #999;
  -webkit-transition: all ease-in-out all ease-in-out 0.3s;
  transition: all ease-in-out all ease-in-out 0.3s;
}

.prod-amount .prod-amount-down {
  width: 25px;
  height: 20px;
  position: relative;
  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;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border-left: 1px solid #EAEAEA;
}

.prod-amount .prod-amount-down:before {
  content: '';
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #999;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.prod-amount .prod-amount-unit {
  position: absolute;
  left: 28px;
  font-weight: bold;
  bottom: -10px;
}

.prod-amount .prod-amount-nav {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 37px;
  width: 25px;
  background-color: #fff;
}

.prod-amount .prod-amount-button {
  cursor: pointer;
}

.prod-amount input {
  width: 80px;
  height: 39px;
  text-indent: -5px;
  font-size: 14px;
  color: #999;
  text-align: center;
}

.prod-amount input:focus {
  border: none;
  background-color: #e3e3e3;
}

.delimiter-block {
  background-color: #eaeaea;
  height: 80px;
}

.delimiter-block.stub {
  float: left;
  width: 100%;
  height: 40px;
}

.card-characteristics {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.card-characteristics .tab-content .tab-pane {
  padding: 35px 40px;
  border: 1px solid #d3d3d3;
}

table.prod-characteristics {
  width: 100%;
}

table.prod-characteristics tr {
  border-bottom: 1px solid;
}

table.prod-characteristics td {
  padding: 5px 0;
}

table.prod-characteristics td:last-child {
  text-align: right;
}

table.prod-characteristics td:first-child {
  font-weight: bold;
}

table.prod-characteristics td.with-btn {
  width: 100%;
}

table.prod-characteristics .char-title-row {
  border: none;
}

table.prod-characteristics .char-title {
  font-size: 1.4em;
  padding: 25px 0 15px;
}

table.prod-characteristics .char-title:last-child {
  text-align: left;
}

table.prod-availability {
  width: 100%;
}

table.prod-availability th {
  font-size: 1.2em;
  padding: 10px 0;
}

table.prod-availability .warehouse-row {
  border-bottom: 1px solid;
}

table.prod-availability td {
  padding: 5px 0;
}

table.prod-availability td:first-child {
  font-weight: bold;
}

table.prod-availability .availability-value {
  text-align: right;
}

section.checkout-short_info h1, section.wishlist-short_infoб section.wishlist-prod-info h1 {
  font-size: 3.2em;
  margin-top: 0;
}

section.checkout-short_info, section.wishlist-short_info {
  margin: 150px 0 75px;
}

section.checkout-set-info {
  margin: 150px 0 0;
}

section.wishlist-prod-info {
  margin: 150px 0 0;
  border-bottom: 1px solid #dddddd;
}

section.wishlist-prod-info table {
  width: 100%;
}

section.wishlist-prod-info table .product-offers select {
  min-width: 50%;
}

section.wishlist-prod-info table .amount {
  text-align: center;
}

section.wishlist-prod-info table td {
  padding: 14px;
  font-size: 1em;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

section.wishlist-prod-info table td.total {
  width: 200px;
}

section.wishlist-prod-info table td.actions span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 61%;
}

section.wishlist-prod-info table td.actions a:first-child {
  margin-right: 10px;
}

section.wishlist-prod-info table td.name-compl {
  width: 250px;
}

section.wishlist-prod-info table td.name-compl .compl {
  font-size: 1em;
  font-weight: normal;
}

section.wishlist-prod-info table .multioffer .multioffer-title {
  font-weight: bold;
  margin: 5px;
  display: block;
}

section.wishlist-prod-info table .multioffer select {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}

section.wishlist-prod-info table .card-concomitant label {
  cursor: pointer;
}

section.wishlist-prod-info table .btn-close, section.wishlist-prod-info table .btn-add-to-cart {
  vertical-align: bottom;
  font-weight: normal;
  position: absolute;
}

section.wishlist-prod-info table .btn-close:hover, section.wishlist-prod-info table .btn-add-to-cart:hover {
  color: #fff;
}

section.wishlist-prod-info table thead {
  background-color: #eaeaea;
}

section.wishlist-prod-info table thead td {
  border-right: 1px solid #dddddd;
}

section.wishlist-prod-info table thead tr {
  border-bottom: 1px solid #dddddd;
}

section.wishlist-prod-info table .discount {
  margin: 10px 0;
  font-size: .8em;
  text-decoration: line-through;
  font-weight: normal;
  color: lightgreen;
}

section.wishlist-prod-info table .cost-discount .cost {
  margin-bottom: 0;
}

section.wishlist-prod-info .total-price-info {
  width: 300px;
  margin-top: 35px;
  margin-bottom: 35px;
  margin-left: auto;
  font-family: "Montserrat", sans-serif;
}

section.wishlist-prod-info .total-price-info > div:nth-child(odd) {
  float: left;
}

section.wishlist-prod-info .total-price-info > div:nth-child(even) {
  text-align: right;
}

section.wishlist-prod-info .total-price-info .discount-title, section.wishlist-prod-info .total-price-info .total-title {
  font-weight: bold;
}

section.wishlist-prod-info .cart-buttons button {
  display: block;
  margin-left: auto;
}

.mfp-container {
  padding: 15px;
}

.mfp-container .mfp-content {
  background-color: #fff;
  padding: 0 15px 15px 15px;
}

.mfp-container .mfp-content .big {
  max-width: 100%;
  width: 605px;
}

.mfp-container .mfp-content .page-complect .mfp-close {
  top: 0;
}

.mfp-container .mfp-content .page-complect .complect-price_old + .complect-price_new {
  text-decoration: line-through;
}

.mfp-container .mfp-content .returnRulesWrapper {
  max-width: 650px;
  width: 100%;
  padding: 15px 0;
  position: relative;
}

.mfp-container .mfp-content .returnRulesWrapper h2 {
  margin-top: 15px;
  margin-bottom: 25px;
}

.mfp-container .mfp-content .mfp-close {
  right: -15px;
  top: -20px;
}

.deliveryCostWrapper {
  min-width: 400px;
  min-height: 225px;
  position: relative;
  padding: 15px 0;
}

.deliveryCostWrapper input:focus {
  background-color: #eaeaea;
}

.deliveryCostWrapper .row {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

.deliveryCostWrapper h2 {
  margin-bottom: 20px;
}

.deliveryCostWrapper .cityautocomplete {
  border: inherit;
  height: 35px;
}

.deliverySearchItems {
  list-style: none;
  padding-left: 0;
}

.deliverySearchItems li:hover {
  background-color: #eaeaea;
}

.deliverySearchItems li:hover a {
  background-color: #fff;
  background-color: transparent;
}

.deliverySearchItems li span {
  color: #0e0e0e;
}

.deliverySearchItems li a {
  display: block;
  font-size: 1.3em;
}

.deliveryCostBlock {
  padding-left: 0;
  border-top: 1px solid #eaeaea;
  padding-right: 0;
}

.deliveryCostBlock .deliveryCostListTitle {
  margin-bottom: 0;
}

.deliveryCostBlock a {
  cursor: pointer;
}

.modal-body {
  padding: 0;
}

.modal-body .formFieldError, .modal-body .was-error {
  margin-bottom: 5px;
  font-size: 12px;
  display: block;
  color: #e00;
}

.modal-body.thanks {
  min-height: 333px;
}

.modal-body.affiliates {
  width: 807px;
  max-width: 100%;
}

.modal-body.affiliates .mfp-close {
  top: 0;
}

.modal-body.affiliates a {
  cursor: pointer;
}

.modal-body.success {
  max-width: 807px;
  width: 100%;
}

.modal-body .table-underlined {
  margin-bottom: 25px;
}

.modal-body .table-underlined tr {
  height: 40px;
  vertical-align: middle;
  border-bottom: 1px solid #eaeaea;
}

.modal-body .table-underlined .table-value {
  font-size: 1em;
  text-align: right;
  font-weight: bold;
}

.modal-body h2 {
  margin: 20px 0;
}

.modal-body .mbb {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eaeaea;
}

.modal-body .user-case {
  display: inline-block;
  float: right;
  text-align: right;
}

.modal-body.user-auth {
  max-width: 410px;
}

.modal-body label {
  display: block;
}

.modal-body .form-group input {
  margin-top: 5px;
}

.modal-body input {
  display: block;
  margin-bottom: 15px;
  height: 35px;
  width: 380px;
  max-width: 100%;
}

.modal-body input[type=radio] {
  display: inline-block;
  height: auto;
  width: auto;
  margin-bottom: 0;
  margin-right: 10px;
}

.feedback-form {
  max-width: 450px;
  width: 100%;
}

.feedback-form.page {
  margin: 125px 0 25px;
}

.feedback-form input, .feedback-form select {
  display: block;
  margin: 10px 0 5px;
  height: 35px;
  width: 100%;
}

.feedback-form textarea {
  width: 100%;
  display: block;
  height: 120px;
  margin: 10px 0 5px;
  line-height: 1.5em;
}

.feedback-form label {
  display: block;
}

.policy-agreement a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

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

.page-complect {
  float: left;
  width: 100%;
  padding: 15px 0;
  position: relative;
}

.page-complect .mfp-content .mfp-close {
  top: 0;
}

.page-complect h2 {
  margin-top: 0;
}

.page-complect .complect-img {
  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;
}

.page-complect .complect-price {
  margin-bottom: 10px;
}

.page-complect .complect-title {
  margin-top: 0;
}

#rs-overlay {
  background-image: url(../img/icons/loading.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

/*responses page*/
body .page-responses .returnsTable a {
  color: blue;
}

body .page-responses .returnsTable a:hover {
  text-decoration: underline;
}

.page-responses_wrap {
  margin-top: 103px;
}

.page-responses .form-group select {
  min-width: 200px;
  margin-top: 10px;
}

.page-responses h3 {
  margin: 7px 0 20px;
}

.page-responses .submit_btn {
  color: #fff;
  border: none;
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
  height: 35px;
  min-width: 200px;
}

.page-responses .submit_btn:hover {
  background-color: #333;
}

.page-responses.form-style {
  padding-top: 20px;
}

.page-responses .menu-btns button {
  margin-bottom: 25px;
}

.page-responses .responses-form {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}

.page-responses .side {
  width: 49%;
  display: inline-block;
  float: left;
}

.page-responses select {
  height: 35px;
  min-width: 50px;
}

.page-responses label {
  display: block;
  margin-top: 20px;
  font-weight: bold;
}

.page-responses label input[type=text] {
  display: block;
  margin-top: 8px;
  font-weight: normal;
  height: 35px;
  max-width: 350px;
  width: 100%;
}

.page-responses input[type=checkbox] {
  margin: auto;
  display: block;
}

.page-responses .form-group input.submit_btn {
  margin-top: 25px;
  padding: 5px 0;
}

.page-responses button {
  color: #fff;
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
  height: 35px;
  min-width: 150px;
}

.page-responses button:hover {
  background-color: #333;
}

.cursor-p {
  cursor: pointer;
}

.more-info {
  background-color: #3e3e3e;
  padding: 120px 0;
}

.more-info .delimiter {
  height: 2px;
  margin: 20px auto;
  width: 80px;
  background-color: #fff;
}

.more-info a:hover {
  color: #fff;
}

.more-info .description {
  max-width: 700px;
  width: 100%;
  padding: 60px;
  text-align: center;
  color: #fff;
}

.page-warehouse .warehouse-card_info {
  border: 1px solid #e3e3e3;
  text-align: center;
  padding: 15px;
  margin: 25px 0;
}

.page-warehouse .warehouse-card_info .title {
  margin-top: 15px;
}

.page-warehouse .warehouse-card_info .fa {
  font-size: 30px;
}

.mobile-wrap.active .header-bottom {
  position: fixed;
  top: 0;
  left: 0;
  height: 66px;
}

.mobile-wrap.active .showing_block.active, .mobile-wrap.active .open .showing_block {
  top: 48px;
  visibility: visible;
  opacity: 1;
}

.mobile-wrap.active .not_empty .showing_block.active {
  top: 54px;
}

@-webkit-keyframes coup {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes coup {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.row .header-top {
  background-color: #3e3e3e;
  color: #fff;
  padding: 15px 0;
}

.row .header-top .all_social span {
  display: inline-block;
  cursor: pointer;
}

.row .header-top .all_social span:hover > a {
  -webkit-animation: coup 0.5s ease-in-out;
          animation: coup 0.5s ease-in-out;
}

.row .header-top .all_social a {
  margin: 0 3px;
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  line-height: 26px;
  display: inline-block;
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
}

.row .header-top > div {
  line-height: 28px;
}

.header-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  z-index: 99;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
}

.header {
  width: 100%;
  z-index: 19;
  -webkit-transition: all ease-in .4s;
  transition: all ease-in .4s;
  background-color: #fff;
}

#go_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
  z-index: 99;
  border: 1px solid;
  border-radius: 50%;
}

#go_top .icon-arrow-up {
  font-size: 18px;
  color: #fff;
  display: block;
  padding: 5px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

#go_top:hover .icon-arrow-up {
  padding: 10px;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main_nav {
  display: inline-block;
  line-height: 43px;
  -webkit-transition: all ease-in-out .32s;
  transition: all ease-in-out .32s;
}

.main_nav span {
  color: #fff;
}

.main_nav ul li {
  position: relative;
}

.main_nav ul li .caret {
  cursor: pointer;
}

.user_tools .user_tool.search button {
  background: none;
  padding: 0;
  display: none;
}

.header-top-city_select a {
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}

.main_nav ul {
  margin-right: 20px;
}

.main_nav ul:last-child {
  margin-right: 0;
}

.main_nav ul a {
  font-size: 14px;
  text-transform: uppercase;
}

.main_nav ul {
  display: inline-block;
  margin-bottom: 0;
}

#search_trigger:hover ~ #search {
  display: block;
}

#search-wrap {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.95);
  top: 0;
  left: 0;
  z-index: 101;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  display: none;
}

#search-wrap button {
  font-size: 20px;
  height: 40px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

#mob_menu_toggle {
  display: none;
  cursor: pointer;
}

#mob_menu_toggle:active i {
  margin-top: 14px;
}

#mob_menu_toggle i {
  color: #fff;
  font-size: 25px;
  padding: 0 14px 0 14px;
  margin-top: 12px;
  display: block;
}

.user_tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all ease-in-out .32s;
  transition: all ease-in-out .32s;
}

.user_tools .user_tool:last-child {
  margin-right: 10px;
}

.user_tools .module-wrapper {
  display: inline-block;
}

.user_tools form {
  display: inline-block;
}

.search-query.open #search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search_close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 40px;
  font-style: normal;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

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

.user_tool {
  margin-right: 20px;
  cursor: pointer;
  position: relative;
}

.user_tool.cart .empty-cart {
  margin-top: 8px;
}

.user_tool i {
  font-size: 20px;
  line-height: 30px;
}

.user_tool a:focus {
  outline: none;
}

.user_tool.search {
  position: relative;
}

.user_tool.user .user_dropdown-profile {
  position: absolute;
}

.user_tool .counter {
  position: absolute;
  top: -10px;
  right: -15px;
  background-color: #3e3e3e;
  width: 22px;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  border-radius: 50%;
  text-align: center;
  z-index: 100;
  color: #fff;
}

#search {
  max-width: 550px;
  width: 100%;
  background: 0 0;
  text-indent: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
  padding: 0;
  text-align: center;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  height: 40px;
}

.user_tools form .ui-autocomplete.ui-front.ui-menu {
  list-style: none;
  position: fixed;
  padding: 10px 15px;
  background-color: #333;
  color: #fff;
  z-index: 101;
  height: 245px;
  overflow-x: auto;
}

.user_tools form .ui-autocomplete.ui-front.ui-menu .ui-menu-item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_tools form .ui-autocomplete.ui-front.ui-menu .ui-menu-item a {
  display: block;
  cursor: pointer;
  opacity: 0.65;
}

.user_tools form .ui-autocomplete.ui-front.ui-menu .ui-menu-item a span {
  display: block;
}

.user_tools form .ui-autocomplete.ui-front.ui-menu .ui-menu-item.ui-state-focus a {
  background: transparent;
  opacity: 1;
}

.user_tools form .ui-autocomplete.ui-front.ui-menu .image {
  float: left;
  margin-right: 10px;
}

.user_tools form .ui-autocomplete.ui-front.ui-menu .ui-menu-item a {
  padding: 5px;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -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-prev {
  margin-left: 25px;
}

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

.owl-carousel .owl-nav .left, .owl-carousel .owl-nav .right {
  cursor: pointer;
  top: calc(50% - 20px);
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  text-align: center;
  line-height: 40px;
  display: inline-block;
}

.owl-carousel .owl-nav .left i, .owl-carousel .owl-nav .right i {
  font-size: 20px;
  color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.owl-carousel .owl-nav .left .fa {
  position: relative;
  right: 1px;
}

.owl-carousel .owl-nav .right .fa {
  position: relative;
  left: 1px;
}

.owl-carousel.owl-brands .owl-nav {
  display: none;
}

.brands .owl-stage-outer {
  padding: 0 15px;
}

.all_category {
  margin-top: 50px;
}

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

.all_category_wrap > div {
  padding: 0;
}

.all_category_wrap h2 {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  display: inline-block;
}

.all_category_wrap .desc {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}

.all_category_block {
  position: relative;
  padding: 0;
  margin: 0;
  border: 1px solid #eee;
  margin-bottom: 30px;
}

.all_category_block:last-child {
  margin-bottom: 0;
}

.all_category_block.large {
  max-width: 570px;
  width: 100%;
  max-height: 505px;
  height: 100%;
  margin-right: 30px;
  float: left;
}

.all_category_block.middle {
  max-width: 570px;
  width: 100%;
  max-height: 409px;
  height: 100%;
  float: right;
}

.all_category_block.small {
  max-width: 570px;
  width: 100%;
  max-height: 315px;
  height: 100%;
  float: left;
}

.all_category_block .image {
  overflow: hidden;
  padding: 10px;
}

.all_category_block .image img {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.all_category_block .image:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all ease-out 0.275s;
  transition: all ease-out 0.275s;
  z-index: -1;
}

.all_category_block:hover .image:after {
  opacity: 1;
  height: 100%;
  width: 100%;
}

.all_category_block:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.all_category_block .category_link {
  margin: auto;
  font-size: 13px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-style: italic;
  text-decoration: underline;
  letter-spacing: 1px;
}

.all_category_block .category_link:hover .fa {
  margin-left: 5px;
}

.all_category_block .category_link .fa {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: relative;
  top: 1px;
}

.showing_block {
  background-color: #fff;
  position: absolute;
  top: 110px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  line-height: 1.3em;
  cursor: auto;
  min-width: 250px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
}

.showing_block .showing_block-wrap a {
  padding: 10px 0;
  display: block;
  margin-left: 0;
  border-top: 1px solid #eee;
}

.showing_block .showing_block-wrap .menu_block a:first-child {
  border: none;
}

.showing_block.under_category.extended-x {
  min-width: 675px;
}

.showing_block.under_category.extended-xx {
  min-width: 850px;
}

.showing_block .comError {
  color: #ffffff;
}

.showing_block:after {
  content: '';
  left: 0;
  position: absolute;
  top: -30px;
  height: 30px;
  background-color: transparent;
  width: 100%;
}

.showing_block p {
  line-height: 25px;
  color: #fff;
}

.showing_block li a {
  margin-left: 0;
  font-size: 12px;
  padding-left: 0;
  line-height: 24px;
  font-weight: normal;
  opacity: 0.7;
}

.showing_block li a:hover {
  opacity: 1;
}

.showing_block span {
  color: #fff;
  font-size: 8px;
  margin-right: 6px;
  position: relative;
  top: -1px;
}

.showing_block .cat_block {
  padding-left: 0;
  margin-bottom: 15px;
  min-width: 200px;
}

.showing_block .cat_block ul {
  display: block;
}

.showing_block .cat_block ul li:first-child a {
  border: none;
}

.showing_block .cat_block a {
  margin-left: 0;
}

.showing_block .cat_block > a {
  border-bottom: 1px solid #eee;
  border-top: 0;
  padding-top: 0;
}

.showing_block-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
}

.user_tool {
  position: relative;
}

.user_tool .user-account_name {
  color: #4d5959;
}

.user_tool .user-account_balance {
  color: #4d5959;
  display: inline-block;
  margin: 8px 0;
}

.user_tool .user-account_balance a {
  display: inline-block;
  padding: 0;
  border: none;
}

.user_tool .open .showing_block {
  top: 55px;
  visibility: visible;
  opacity: 1;
}

.user_tool .showing_block {
  right: 0;
  left: inherit;
}

.user_tool .showing_block span {
  top: 0;
}

.user_tool .showing_block a {
  color: #4d5959;
}

.user_tool .showing_block.active {
  top: 55px;
  visibility: visible;
  opacity: 1;
}

.user_tool .showing_block .close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 20px;
  color: #3e3e3e;
  text-align: center;
  height: 20px;
  width: 20px;
  cursor: pointer;
  z-index: 10;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

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

.user_tool .showing_block ul {
  margin-bottom: 0;
}

.user_tool .showing_block ul li a {
  text-transform: uppercase;
}

.user_tool .showing_block ul span {
  display: inline-block;
}

.user_tool .showing_block span, .user_tool .showing_block li a {
  font-size: 1em;
  margin-right: 0;
  display: block;
}

.user_tool .showing_block:before {
  left: inherit;
  right: 10px;
}

.user_tool.cart .user-basket_title {
  display: block;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}

.user_tool.cart .showing_block {
  min-width: 350px;
}

.user_tool.cart .showing_block span {
  color: #4d5959;
}

.user_tool.cart .showing_block a {
  border: none;
}

.user_tool.cart .showing_block form {
  width: 100%;
}

.user_tool.cart .showing_block .user-basket_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}

.user_tool.cart .showing_block .user-basket_btns a {
  padding: 10px 15px;
}

.user_tool.cart .showing_block .user-basket_btns .btn-default, .user_tool.cart .showing_block .user-basket_btns .btn-submit, .user_tool.cart .showing_block .user-basket_btns .add-to-cart a, .add-to-cart .user_tool.cart .showing_block .user-basket_btns a, .user_tool.cart .showing_block .user-basket_btns .add-review a, .add-review .user_tool.cart .showing_block .user-basket_btns a {
  margin-right: 10px;
}

.user_tool.cart .showing_block .user-basket_btns .btn-default, .user_tool.cart .showing_block .user-basket_btns .btn-submit, .user_tool.cart .showing_block .user-basket_btns .add-to-cart a, .add-to-cart .user_tool.cart .showing_block .user-basket_btns a, .user_tool.cart .showing_block .user-basket_btns .add-review a, .add-review .user_tool.cart .showing_block .user-basket_btns a, .user_tool.cart .showing_block .user-basket_btns .btn-black {
  color: #fff;
}

.user_tool.cart .showing_block .user-basket_list {
  display: block;
  max-height: 230px;
  overflow: auto;
}

.user_tool.cart .showing_block .user-basket_list tbody tr {
  border-bottom: 1px solid;
}

.user_tool.cart .showing_block .user-basket_list tbody tr:first-child td {
  padding-top: 0;
}

.user_tool.cart .showing_block .user-basket_list tbody tr:last-child {
  border: none;
}

.user_tool.cart .showing_block .multiOffers-item {
  margin-bottom: 2px;
}

.user_tool.cart .showing_block .multiOffers-item span {
  display: inline-block;
}

.user_tool.cart .showing_block .user-basket_list_item {
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
}

.user_tool.cart .showing_block .user-basket_list_item:last-child {
  border-bottom: none;
}

.user_tool.cart .showing_block .user-basket_list_item .quantity {
  font-size: 12px;
  padding: 8px 0;
}

.user_tool.cart .showing_block .user-basket_list_item .user-basket_item-price-quantity {
  position: relative;
}

.user_tool.cart .showing_block .user-basket_list_item .user-basket_item-price-quantity .discount {
  text-decoration: line-through;
  color: #ee0000;
}

.user_tool.cart .showing_block .user-basket_list_item .user-basket_item-title a {
  border: none;
}

.user_tool.cart .showing_block .user-basket_list_item .user-basket_item-title {
  margin-top: 0;
}

.user_tool.cart .showing_block .user-basket_list_item .t-drop-basket__list_item-del a {
  font-size: 26px;
}

.user_tool.cart .showing_block .user-basket_list_item .user-basket_quantity-error {
  font-weight: bold;
  font-size: 11px;
  color: #ee0000;
}

.user_tool.cart .showing_block .t-drop-basket__total {
  margin: 20px 0;
  padding: 13px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.user_tool.cart .showing_block .t-drop-basket__total .user-basket-coupon_block {
  height: 35px;
}

.user_tool.cart .showing_block .t-drop-basket__total .user_basket_coupon-del {
  float: right;
  position: relative;
  top: -17px;
}

.user_tool.cart .showing_block .t-drop-basket__total .user_basket_coupon-del a {
  font-size: 26px;
  padding: 0;
}

.user_tool.cart .showing_block .t-drop-basket__total .t-drop-basket__total_sum, .user_tool.cart .showing_block .t-drop-basket__total .t-drop-basket__total_discount {
  display: block;
}

.user_tool.cart .showing_block .t-drop-basket__total .t-drop-basket__total_sum b, .user_tool.cart .showing_block .t-drop-basket__total .t-drop-basket__total_discount b {
  float: right;
}

.user_tool.cart .showing_block .t-drop-basket__total .t-drop-basket__total_discount {
  margin-bottom: 20px;
}

.user_tool.cart .showing_block ul {
  margin: 9px 0;
  padding: 5px 0;
}

.user_tool.cart .showing_block ul span {
  display: inline-block;
}

.user_tool.cart .showing_block:before {
  left: inherit;
  right: 10px;
}

#mob_menu {
  position: fixed;
  left: 0;
  height: 100%;
  top: 0;
  z-index: 110;
  width: 100%;
  visibility: hidden;
  opacity: 0.3;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  line-height: 1em;
  min-width: 320px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#mob_menu.active {
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#mob_menu span {
  font-size: 32px;
  cursor: pointer;
  position: relative;
  top: -3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#mob_menu span:hover {
  color: #0e0e0e;
}

#mob_menu span.open {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#mob_menu li {
  padding: 14px 0;
  display: block;
}

#mob_menu li a {
  color: #0e0e0e;
  font-size: 14px;
  font-weight: normal;
}

#mob_menu .under_category {
  margin: 10px 0 -14px;
  display: none;
  padding-left: 15px;
}

#mob_menu .under_category li {
  padding: 8px 0;
}

#mob_menu .under_category li a {
  font-size: 14px;
}

#mob_menu .under_category span {
  font-size: 10px;
  position: relative;
  top: -1px;
}

#mob_menu .white_wrap {
  background-color: #fff;
  height: 100%;
  overflow-y: auto;
  z-index: 101;
  padding: 0;
}

#mob_menu .white_wrap ul {
  width: 100%;
}

#mob_menu .white_wrap ul > ul {
  padding-left: 20px;
}

#mob_menu .white_wrap ul li a {
  margin-left: 0;
}

#mob_menu .white_wrap .tab-content {
  padding: 10px 15px 0 20px;
  height: 85%;
  overflow-y: auto;
}

#mob_menu .header-top-city_select {
  background-color: #f5f6f7;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  -webkit-transform: none;
          transform: none;
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-size: 14px;
}

#mob_menu .header-top-city_select span {
  color: #000;
  font-size: 14px;
  -webkit-transform: none;
          transform: none;
  position: static;
}

#mob_menu .header-top-city_select a {
  font-size: 14px;
}

#mob_menu .nav.nav-tabs {
  background-color: #f5f6f7;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mob_menu .nav.nav-tabs li {
  width: 50%;
  margin-right: 0;
  padding: 14px 0;
  border-bottom: 3px solid #f5f6f7;
}

#mob_menu .nav.nav-tabs li.active a {
  background-color: inherit;
  opacity: 1;
}

#mob_menu .nav.nav-tabs li.active:hover a {
  background-color: inherit;
}

#mob_menu .nav.nav-tabs li a {
  border: none;
  padding: 0;
  opacity: 0.4;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: normal;
}

#mob_menu .nav.nav-tabs li a:hover {
  background-color: #f5f6f7;
  opacity: 1;
}

#mob_menu_close {
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 100;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all ease-out .35s;
  transition: all ease-out .35s;
}

#mob_menu_close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.product_view_wrap, .compare_product_wrap {
  margin-top: 40px;
}

.catalog-list .product_view_wrap {
  margin-top: 0;
}

.product_view_block .product_image {
  overflow: hidden;
}

.product_view_block, .compare_product {
  padding: 5px;
}

.product_view_block .product_quick_view a, .compare_product .product_quick_view a {
  color: #fff;
}

.product_view_block:hover .product_compare, .product_view_block:hover .product_favorite, .compare_product:hover .product_compare, .compare_product:hover .product_favorite {
  z-index: 10;
}

.product_view_block:hover .product_compare a, .product_view_block:hover .product_favorite a, .compare_product:hover .product_compare a, .compare_product:hover .product_favorite a {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.product_view_block:hover .product_quick_view, .compare_product:hover .product_quick_view {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}

.product_view_block .spec-wrap .spec-category, .compare_product .spec-wrap .spec-category {
  position: absolute;
  z-index: 15;
  left: 0;
  top: 0;
  font-size: 10px;
  max-width: 150px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
}

.product_view_block .spec-wrap .spec-category:nth-child(2), .compare_product .spec-wrap .spec-category:nth-child(2) {
  top: 30px;
}

.product_view_block .spec-wrap .spec-category:nth-child(3), .compare_product .spec-wrap .spec-category:nth-child(3) {
  top: 50px;
}

.product_image, .compare_product_img {
  position: relative;
  background-color: #fff;
}

.product_image img, .compare_product_img img {
  margin-left: auto;
  margin-right: auto;
}

.product_image img.hover, .compare_product_img img.hover {
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all ease-out 0.275s;
  transition: all ease-out 0.275s;
}

.product_image:hover img.hover, .compare_product_img:hover img.hover {
  opacity: 1;
}

.product_image:active img.hover, .compare_product_img:active img.hover {
  opacity: 1;
}

.product_quick_view {
  padding: 6px;
  text-align: center;
  position: absolute;
  width: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  bottom: -30px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

.product_quick_view:hover {
  opacity: 0.85;
}

.product_quick_view a {
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.product_name, .compare_product_title {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  height: 36px;
  overflow: hidden;
  position: relative;
  display: block;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
}

.product_name:after, .compare_product_title:after {
  content: '';
  background-image: url(../img/gradient_white.png);
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 20px;
  width: 50px;
}

.product-rating {
  position: relative;
  width: 100px;
}

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

.product_category-name, .compare_product_text {
  margin-bottom: 8px;
}

.product_desc, .compare_product_text {
  margin-top: 15px;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.product_compare {
  position: absolute;
  right: 5px;
  top: 45px;
  cursor: pointer;
}

.product_compare .rs-compare.rs-in-compare i {
  z-index: 1;
  position: relative;
}

.product_compare a {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  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;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #fff;
}

.product_compare a:active, .product_compare a:visited, .product_compare a:focus {
  text-decoration: none;
}

.product_compare a.rs-in-compare i {
  color: #fff;
}

.product_compare i {
  color: #3e3e3e;
  font-size: 14px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  z-index: -1;
  position: relative;
}

.product_compare:hover i {
  color: #fff;
}

.product_favorite {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.product_favorite a {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  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;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #fff;
}

.product_favorite a:active, .product_favorite a:visited, .product_favorite a:focus {
  text-decoration: none;
}

.product_favorite a.rs-in-favorite i {
  color: #fff;
}

.product_favorite i {
  color: #3e3e3e;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-size: 14px;
  z-index: -1;
  position: relative;
}

.product_favorite:hover i {
  color: #fff;
}

.product_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 28px;
}

.product_price .old {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-decoration: line-through;
}

.product_price .old + .current {
  color: #e00000;
  font-size: 20px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 10px;
}

.product_price, .compare_product_cost {
  font-size: 18px;
}

.product_view_block-table {
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0;
}

.product_view_block-table:hover .product_compare, .product_view_block-table:hover .product_favorite {
  z-index: 10;
}

.product_view_block-table:hover .product_compare a, .product_view_block-table:hover .product_favorite a {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.product_view_block-table .product_image, .product_view_block-table .product_desc-block {
  display: inline-block;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
}

.product_view_block-table .product_compare, .product_view_block-table .product_favorite {
  z-index: 10;
  left: 5px;
  right: auto;
}

.product_view_block-table .product_desc-block {
  width: 68%;
}

.product_view_block-table .product_image {
  width: 29%;
  margin-left: auto;
}

.product_view_block-table .spec-category {
  position: absolute;
  z-index: 15;
  right: 0;
  top: 0;
  font-size: 10px;
  max-width: 150px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
}

.product_view_block-table .product_desc-block .product_text {
  margin: 12px 0;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.product_view_block-table .product_desc-block .product-price-block {
  margin: 12px 0;
}

.product_view_block-table .product_desc-block .product-price-block .product-price_old {
  text-decoration: line-through;
  color: #7c7c7c;
  font-weight: bold;
}

.product_view_block-table .product_desc-block .product-decide_btns:hover {
  color: #0e0e0e;
}

.product_view_block-table .product_desc-block .product-decide_btns span {
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

.product_view_block-table .product_desc-block .product-decide_btns .not-avaliable {
  font-weight: bold;
  color: #e00000;
}

.product_view_block-table .product_desc-block .product-decide_btns .icons {
  margin-right: 3px;
}

.product_view_block-table .product_desc-block a {
  cursor: pointer;
}

.product_view_block-table .product_desc-block .product_title {
  color: #0e0e0e;
  font-weight: bold;
}

.product_view_block-table .product_desc-block .product_title .product-price_old {
  text-decoration: line-through;
  font-size: 1em;
  margin-right: 10px;
  line-height: 22px;
}

.product_view_block-table .product_desc-block .product-price_new {
  font-size: 1.2em;
}

.product_view_block-table .product-decide_btns {
  margin-top: 10px;
}

.compare_product_more a {
  font-size: 14px;
  width: 49%;
  text-align: center;
}

.paginator {
  margin: 35px 0 50px;
}

.paginator .paginator-item {
  display: inline-block;
  margin-right: 3px;
}

.paginator .paginator-item a {
  padding: 0.65em 1em;
  color: #0e0e0e;
  background-color: #eaeaea;
}

.paginator .paginator-item a:hover {
  background-color: #ddd;
}

.paginator .paginator-item a.active {
  background-color: transparent;
  background: transparent;
  cursor: default;
}

.paginator .paginator-item a.active:hover {
  color: inherit;
}

.btn-default, .btn-submit, .add-to-cart a, .add-review a {
  padding: 10px 15px;
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #fff;
}

.btn-default:hover, .btn-submit:hover, .add-to-cart a:hover, .add-review a:hover {
  opacity: 0.85;
  color: #fff;
}

.btn-border {
  padding: 10px 15px;
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #fff;
  border: 1px solid;
}

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

a.btn-default, a.btn-submit, .add-to-cart a, .add-review a {
  color: #fff;
  font-weight: normal;
}

a.btn-default:visited, a.btn-submit:visited, .add-to-cart a:visited, .add-review a:visited {
  color: #fff;
}

a.btn-black {
  color: #fff;
}

.btn-black {
  background-color: #4d5959;
  padding: 10px 15px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}

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

.btn-close, .btn-add-to-cart {
  color: #fff;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 35px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
}

.btn-close:hover, .btn-add-to-cart:hover {
  background-color: #0e0e0e;
  color: #fff;
}

.btn-add-to-cart i {
  font-size: 25px;
}

.open-gallery-mode {
  position: absolute;
  top: 0;
  left: 15px;
  opacity: 0.3;
  width: 60px;
  height: 60px;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
  cursor: pointer;
  z-index: 10;
}

.open-gallery-mode:hover {
  opacity: 1;
}

.open-gallery-mode i {
  color: #fff;
  font-size: 1.5em;
  margin: 20px;
  line-height: 60px;
}

.filter_block label {
  cursor: pointer;
}

.filter_block .title {
  position: relative;
}

.filter_menu_buttons {
  margin-top: 20px;
}

.filter_block {
  margin: 25px 0;
  display: inline-block;
  width: 25%;
  padding-right: 15px;
}

.filter_block input {
  display: inline-block;
  width: 60px;
  margin-right: 15px;
}

.filter_block label {
  display: block;
}

.filter_block input[type=radio] {
  width: auto;
}

.filter_block p {
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  padding-bottom: 20px;
  position: relative;
}

.filter_block p:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #222;
  left: 0;
  bottom: 15px;
  position: absolute;
  opacity: 0.1;
}

.filter_block .filter_selected {
  margin: 20px 0;
}

.filter_block .inline_inner {
  margin-bottom: 10px;
}

.filter_block .inline_inner input {
  margin-right: 15px;
}

.filter_wrap.d-flex label {
  max-width: 50%;
}

.filter_wrap.d-flex label input[type=text] {
  max-width: 90%;
}

.filter_wrap.inline label {
  display: inline-block;
  margin-right: 0;
}

.filter_wrap.inline input {
  margin-right: 0;
}

.sec-filter_toggle {
  text-align: center;
}

.sec-filter_toggle span > span {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.noUi-horizontal .noUi-origin .noUi-handle {
  border-radius: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #444;
}

.noUi-horizontal .noUi-origin .noUi-handle:before, .noUi-horizontal .noUi-origin .noUi-handle:after {
  content: none;
}

.filter_bar {
  margin-top: 30px;
  float: left;
  width: 100%;
}

.filter_bar label {
  max-width: none;
  width: auto;
}

.filter_bar label input[type=text] {
  width: auto;
  display: inline-block;
  max-width: none;
  margin: 0;
}

.filter_bar .sec-filter_toggle span {
  cursor: pointer;
}

.filter_bar .sec-filter_toggle .collapse-filter {
  display: none;
}

.filter_bar .sec-filter_toggle .expand-filter {
  display: block;
}

.filter_bar .filter_menu_buttons {
  display: none;
}

.filter_bar form {
  display: none;
}

.filter_bar.open form {
  display: block;
}

.filter_bar.open .filter_menu_buttons {
  display: block;
}

.sec-filter_toggle {
  cursor: pointer;
}

.sec-filter_toggle .delimiter {
  color: #999;
  margin: 0 10px 0 4px;
  display: inline-block;
}

.sec-filter_toggle .expand-filter {
  display: inline-block;
}

.sec-filter_toggle .collapse-filter {
  display: none;
}

.sec-filter_toggle.active .expand-filter {
  display: none;
}

.sec-filter_toggle.active .collapse-filter {
  display: inline-block;
}

.property-wrap input:checked + label .circle, .property-wrap input:checked + label img {
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
}

.property-wrap .input_image_wrap {
  display: inline-block;
}

.input_color_wrap {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.input_color_wrap .circle {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  border: 1px solid #444;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}

.input_color_wrap input:checked + .circle {
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
}

.input_image_wrap {
  margin-right: 10px;
  margin-bottom: 10px;
}

.input_image_wrap img {
  padding: 2px;
  border: 1px solid #444;
}

.input_image_wrap input:checked + img {
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
}

.filter-remove {
  font-size: 20px;
  display: inline-block;
  margin-left: 10px;
  font-weight: normal;
  position: absolute;
  bottom: 18px;
}

.sec-content_wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.sec-content_text p {
  margin-bottom: 20px;
}

.sec-content_text .text-center img {
  margin: 20px 0;
}

.sec-content_wrapper.brand-category .brand-category_list {
  list-style: none;
  padding-left: 0;
}

.brands {
  margin-top: 50px;
  padding: 40px 0;
}

.brands h3 {
  margin-bottom: 30px;
}

.brands .row {
  position: relative;
}

.brands .owl-stage-outer .owl-item img {
  width: auto;
}

.brands-catalog {
  padding: 70px 0 0;
  float: left;
  width: 100%;
}

.brands-catalog .brands-catalog-block {
  margin-bottom: 35px;
  -webkit-transition: all ease-in-out 0.275s;
  transition: all ease-in-out 0.275s;
}

.brands-catalog .brands-catalog-block:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.brands-catalog .brands-catalog-image img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid;
}

.brands-catalog .brands-catalog-text {
  font-size: 1.1em;
}

.page-profile.add-return {
  margin-top: 103px;
}

.page-profile .formFieldError {
  margin-top: 10px;
  display: block;
}

.page-profile.responses .user-review_wrapper.admin {
  text-align: right;
}

.page-profile.responses form {
  overflow: hidden;
}

.page-profile .user-review_comment {
  margin-bottom: 15px;
}

.page-profile .user-review_comment p {
  margin-bottom: 0;
}

.page-profile .user-review_response {
  margin-bottom: 25px;
}

.page-profile .nav.nav-tabs {
  margin-top: 15px;
}

.page-profile h2 {
  margin-bottom: 20px;
}

.page-profile label {
  display: block;
  margin-bottom: 10px;
  font-size: 1.1em;
  cursor: pointer;
}

.page-profile input[type=checkbox], .page-profile input[type=radio] {
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.page-profile input[type=text], .page-profile input[type=password] {
  height: 35px;
  width: 280px;
}

.page-profile .mbb {
  margin-bottom: 24px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
}

.page-profile .form__menu_buttons {
  margin-bottom: 25px;
}

.page-profile .user-profile-items {
  max-width: 400px;
}

.page-profile .user-profile-items li {
  border-bottom: 1px solid #eaeaea;
}

.page-profile .user-profile-items .btn-default, .page-profile .user-profile-items .btn-submit, .page-profile .user-profile-items .add-to-cart a, .add-to-cart .page-profile .user-profile-items a, .page-profile .user-profile-items .add-review a, .add-review .page-profile .user-profile-items a {
  width: 100%;
  text-align: center;
  color: #fff;
}

.page-profile .user-profile-items .btn-default:active, .page-profile .user-profile-items .btn-submit:active, .page-profile .user-profile-items .add-to-cart a:active, .add-to-cart .page-profile .user-profile-items a:active, .page-profile .user-profile-items .add-review a:active, .add-review .page-profile .user-profile-items a:active {
  background-color: #0e0e0e;
}

.page-profile .user-profile-items .btn-default.active, .page-profile .user-profile-items .active.btn-submit, .page-profile .user-profile-items .add-to-cart a.active, .add-to-cart .page-profile .user-profile-items a.active, .page-profile .user-profile-items .add-review a.active, .add-review .page-profile .user-profile-items a.active {
  color: #0e0e0e;
}

.page-profile .order_table tr {
  height: 40px;
  vertical-align: middle;
  border-bottom: 1px solid #eaeaea;
}

.page-profile .table-value {
  font-size: 1em;
  text-align: right;
  font-weight: bold;
}

.page-profile .table-value a {
  display: inline-block;
}

.page-profile.orders .order-description .h2 {
  float: left;
  width: 100%;
}

.page-profile.orders table {
  width: 100%;
}

.page-profile.orders .order_extra {
  margin-bottom: 25px;
}

.page-profile.orders .order-item {
  margin-bottom: 40px;
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-profile.orders .order-table_buttons {
  margin-top: 25px;
  color: #fff;
}

.page-profile.orders .order-sum-info {
  text-align: center;
}

.page-profile.orders .order-sum-info .order-sum-info_icon {
  font-size: 3.5em;
}

.page-profile.orders.one .order-list {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-profile.orders.one .order-list .order-list_description {
  width: 250px;
}

.page-profile.orders.one .order-list .order-list_discount {
  width: 150px;
}

.page-profile.orders.one .order_table {
  width: 100%;
}

.page-profile.success {
  margin-top: 75px;
}

.page-profile.success > div {
  text-align: center;
}

.page-profile.confirm {
  margin-bottom: 25px;
  float: left;
  width: 100%;
}

.page-profile.confirm .order_table {
  max-width: 500px;
  width: 100%;
}

.page-profile.mybalance .balance-block {
  min-height: 200px;
}

.page-profile.mybalance .balance-block .btn-default, .page-profile.mybalance .balance-block .btn-submit, .page-profile.mybalance .balance-block .add-to-cart a, .add-to-cart .page-profile.mybalance .balance-block a, .page-profile.mybalance .balance-block .add-review a, .add-review .page-profile.mybalance .balance-block a {
  color: #fff;
}

.page-profile.mybalance .order-balance_list li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
  vertical-align: middle;
}

.page-profile.mybalance .order-balance_list li div {
  display: inline;
}

.page-profile.mybalance .order-balance_list li:last-child {
  border: none;
}

.page-profile.mybalance .order-balance_list .order-balance_date {
  margin-right: 20px;
  font-weight: bold;
}

.page-profile.mybalance .order-balance_list .order-balance_price {
  float: right;
  font-weight: bold;
  font-size: 1.2em;
}

.page-profile.mybalance .order-balance_list .order-balance_price.minus {
  color: #e00;
}

.page-profile.mybalance .order-balance_list .order-balance_price.plus {
  color: #33e333;
}

.page-profile.mybalance .pay-choice {
  margin-bottom: 25px;
  float: left;
  width: 100%;
}

.page-profile.mybalance .pay-choice div:first-child {
  border-right: 1px solid #eaeaea;
}

.page-profile.mybalance .pay-choice h2 {
  margin-bottom: 5px;
}

.page-profile.mybalance .pay-choice small {
  margin-bottom: 25px;
  display: inline-block;
}

.page-profile.mybalance .pay-choice .btn-default, .page-profile.mybalance .pay-choice .btn-submit, .page-profile.mybalance .pay-choice .add-to-cart a, .add-to-cart .page-profile.mybalance .pay-choice a, .page-profile.mybalance .pay-choice .add-review a, .add-review .page-profile.mybalance .pay-choice a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

.rs-unobtainable,
.card-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-area .rs-has-account, .order-area.user .order-area-form_block:not(.user-contacts), .order-areaComment:not(.user-contacts), .order-area.user .next,
.order-area.user .captcha, .order-area.user .user-register, .order-area.user .user-without-register,
.order-area.authorized .user-without-register, .order-area.noregister .user-register, .order-area.person .user-without-register,
.order-area.company .user-without-register, .order-area.person .organization {
  display: none;
}

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

article {
  min-height: 150px;
}

article.catalog-description {
  border-bottom: 1px solid #eaeaea;
  height: auto;
  min-height: inherit;
  padding-bottom: 0;
}

article p {
  margin-bottom: 15px;
}

article li {
  margin-bottom: 8px;
}

article li a {
  font-size: inherit;
}

article img {
  display: block;
  max-width: 100%;
  height: auto;
}

.page-lastnews_article {
  margin-top: 25px;
}

.page-lastnews_article h1 {
  font-weight: bold;
  margin-bottom: 25px;
}

.page-lastnews_article .lastnews-article_content_image {
  margin-bottom: 25px;
}

.page-lastnews_article .lastnews-article_content_image img {
  margin-left: auto;
  margin-right: auto;
}

.page-lastnews_article .date {
  margin-bottom: 25px;
}

.page-lastnews_article .date span {
  font-size: 1.2em;
  color: #0e0e0e;
  margin-right: 5px;
}

.sec-news {
  padding: 120px 0;
  background-color: #f7f7f7;
  margin-top: 50px;
}

.sec-news h3 {
  margin: 0 0 40px 0;
}

.sec-news .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: #ffffff;
}

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

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

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

.sec-news .news-image:hover img, .sec-news .news-image:hover .icon-newspaper-stub {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.sec-news .news-date {
  margin-bottom: 10px;
}

.sec-news .news-title {
  margin: 15px 0 20px;
  height: 45px;
  overflow: hidden;
  position: relative;
}

.sec-news .news-title a {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 23px;
}

.sec-news .news-title:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../img/gradient_gray.png);
  width: 100px;
  height: 20px;
  background-size: contain;
}

.sec-news .news-description {
  color: #788188;
  margin-bottom: 20px;
  height: 60px;
  overflow: hidden;
  position: relative;
}

.sec-news .news-description:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../img/gradient_gray.png);
  width: 100px;
  height: 20px;
  background-size: contain;
}

.sec-news .empty-image {
  padding-top: 57px;
  height: 250px;
}

.page-product_gallery .owl-nav .owl-prev {
  background: url(../img/arrow.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 47px;
  left: -20px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 0;
  opacity: .8;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.page-product_gallery .owl-nav .owl-prev:hover {
  opacity: 1;
}

.page-product_gallery .owl-nav .owl-next {
  background: url(../img/arrow.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 47px;
  right: -20px;
  width: 12px;
  height: 12px;
  opacity: .8;
  font-size: 0;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.page-product_gallery .owl-nav .owl-next:hover {
  opacity: 1;
}

.page-product_gallery .owl-nav {
  position: static;
}

.page-product_gallery .owl-item {
  opacity: 0.7;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.page-product_gallery .owl-item:hover {
  opacity: 1;
}

.page-product_gallery .product-gallery-thumb {
  max-width: 85%;
  margin: 0 auto 30px;
  text-align: center;
}

.page-product_gallery .product-gallery-full {
  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;
}

.product-gallery-thumb button {
  background: transparent;
  border: 1px solid;
  height: 75px;
  margin-top: 15px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  width: 75px;
}

.owl-carousel .owl-item img.center-block {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.lg-outer .lg-thumb-item {
  max-width: 70px;
  max-height: 70px;
  background-color: #fff;
}

.lg-outer .lg-thumb-item img {
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.recommended {
  margin-top: 25px;
  margin-bottom: 30px;
}

.recommended h2 {
  margin: 0;
}

.recommended .owl-recommended {
  margin: 25px 0 0;
}

.recommended .owl-recommended:hover .owl-nav {
  opacity: 1;
}

.recommended .owl-recommended .owl-nav {
  display: block;
  width: auto;
  height: auto;
  position: static;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.recommended .owl-recommended .owl-nav .owl-prev, .recommended .owl-recommended .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  margin: 0;
}

.recommended .owl-recommended .owl-nav .owl-prev {
  left: 20px;
}

.recommended .owl-recommended .owl-nav .owl-next {
  right: 20px;
}

.owl-nav.disabled .owl-next, .owl-nav.disabled .owl-prev {
  display: none;
}

.page-compare .compare_table {
  width: 100%;
  min-width: 200px;
}

.page-compare .compare_table tr {
  height: 40px;
  vertical-align: middle;
  border-bottom: 1px solid #eaeaea;
}

.page-compare .compare_table .table-value {
  font-size: 1em;
  text-align: right;
  font-weight: bold;
}

.page-compare .compare_table .table-value a {
  display: inline-block;
}

.page-compare tr.table-title {
  border-bottom: none;
}

.page-compare tr.table-title td {
  font-size: 18px;
  font-weight: bold;
  border: none;
  width: 100%;
}

.page-compare tr.table-subtitle {
  border-bottom: none;
}

.page-compare tr.table-subtitle td {
  font-size: 16px;
  font-weight: bold;
  border: none;
  width: 100%;
}

.page-compare .page-compare-list {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

footer {
  background-color: rgba(0, 0, 0, 0.95);
  color: #fff;
  padding: 80px 0 0;
}

footer .logo {
  margin-bottom: 25px;
}

footer ul li {
  line-height: 30px;
  margin-bottom: 5px;
}

footer .copyright {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 102px 0 22px;
}

footer .col-xs-12 {
  padding: 0;
}

footer .title {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 25px;
}

footer .contact-info .fa {
  display: inline-block;
  float: left;
  position: relative;
  top: 3px;
}

footer .contact-info p {
  padding-left: 25px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-style: normal;
}

footer .all_social {
  margin-top: 15px;
}

footer .all_social span {
  display: inline-block;
  margin-right: 10px;
}

footer .all_social .fa {
  font-size: 20px;
}

footer .social_networks {
  padding: 0 15px;
}

.header-top .block-wizard.block-logo {
  padding: 0;
}

.header-top .block-wizard.block-logo ol {
  text-align: center;
  list-style: none;
  padding: 0;
}

.header-top .block-wizard.block-logo ol li {
  text-align: center;
}

.header-top .block-wizard.block-logo a {
  text-align: center;
}

.header-top .block-wizard.block-logo .block-wizard__title {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  padding-bottom: 0;
  border: none;
  margin-bottom: 0;
}

.block-wizard {
  display: block;
  padding: 35px 0;
}

.block-wizard ul, .block-wizard ol {
  padding-left: 15px;
}

.block-wizard ul li, .block-wizard ol li {
  text-align: left;
}

.block-wizard a {
  margin: 0;
  text-align: left;
}

.block-wizard .block-wizard__title {
  color: #0e0e0e;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.block-wizard .block-wizard__title {
  text-align: left;
}

.block-wizard.block-banner-slider {
  display: block;
}

.block-wizard.block-banner-slider a {
  color: #0e0e0e;
}

.mobile-wrap .main_nav .block-wizard__do {
  line-height: 25px;
  list-style: none;
}

.mobile-wrap .main_nav .block-wizard__title {
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 0;
  border: none;
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 21px;
}

.mobile-wrap .main_nav .block-wizard__title span {
  color: #4D5959;
  font-weight: bold;
}

.mobile-wrap .main_nav ul, .mobile-wrap .main_nav ol {
  padding-left: 0;
}

.mobile-wrap .main_nav .block-wizard {
  padding: 0;
  color: #4D5959;
  display: inline-block;
}

.mobile-wrap .main_nav .block-wizard a {
  text-transform: none;
  margin-left: 0;
}

.mobile-wrap .main_nav .col-padding {
  display: inline-block;
  width: 210px;
  margin-left: 30px;
}

.mobile-wrap .main_nav .col-padding .block-wizard {
  width: 100%;
}

footer .block-wizard {
  padding: 0;
}

footer .block-wizard .block-wizard__do {
  list-style: none;
  padding: 0;
}

footer .block-wizard .block-wizard__title {
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding-bottom: 0;
  border: none;
  margin-bottom: 3px;
}

footer .block-wizard .block-wizard__title span {
  color: #fff;
  font-weight: bold;
}

footer .block-wizard li {
  text-align: left;
}

@media (max-width: 991px) {
  footer .block-wizard {
    width: 100%;
  }
}

@media (max-width: 607px) {
  .mobile-wrap .main_nav .col-padding {
    margin: 0;
  }
  .mobile-wrap .main_nav .block-wizard {
    display: block;
  }
}

@media (max-width: 550px) {
  .mobile-wrap .main_nav .block-wizard ul li, .mobile-wrap .main_nav .block-wizard ol li, .mobile-wrap .main_nav .block-wizard__title {
    text-align: center;
  }
}

.subscribe > p {
  margin-bottom: 18px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.subscribe .input {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  height: 40px;
  width: 100%;
  border-radius: 50px;
  text-indent: 15px;
  font-size: 13px;
}

.subscribe input.submit {
  position: absolute;
  right: 6px;
  top: 4px;
  border-radius: 50px;
  height: 32px;
  color: #fff;
  border: none;
  font-size: 9px;
  padding: 0 20px;
  text-transform: uppercase;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.subscribe input.submit:hover {
  background-color: rgba(181, 150, 118, 0.85);
}

.comments .btn-default, .comments .btn-submit, .comments .add-to-cart a, .add-to-cart .comments a, .comments .add-review a, .add-review .comments a {
  background-color: #4f4f4f;
  text-transform: uppercase;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  width: 100%;
}

.comments form {
  margin-top: 25px;
}

.comments textarea {
  max-width: 100%;
  width: 500px;
}

.comment-form-wrapper {
  display: none;
}

.comment-form-wrapper.open {
  display: block;
}

.review-block {
  margin-bottom: 25px;
}

.review-block_author .author-name {
  padding-right: 20px;
}

.rating-block {
  margin: 25px 0;
}

.rating-stars span {
  background-image: url(../img/icons/star-active.svg);
  display: inline-block;
  height: 15px;
  width: 20px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 0.3;
  cursor: pointer;
}

.rating-stars span.active {
  opacity: 1;
}

.review-block_text {
  border: 1px solid #d3d3d3;
  padding: 10px 10px 15px;
}

.cart-short_info {
  padding: 50px 0;
  background-color: #3e3e3e;
  margin-bottom: 80px;
}

.cart-short_info h1 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  margin: 20px 0;
}

.page-basket .card-error {
  border: 1px solid #e3e3e3;
  border-top: none;
  padding: 20px;
}

.page-basket .total-price-info {
  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;
  border: 1px solid #e3e3e3;
  border-top: none;
  padding: 20px;
}

.page-basket .total-price-info p {
  margin: 0;
}

.page-basket select, .page-basket input[type=text] {
  height: 32px;
  display: block;
  min-width: 200px;
}

.page-basket .offer-block {
  display: block;
  margin-bottom: 10px;
}

.page-basket .multioffer-title {
  font-weight: 700;
}

.page-basket tr td {
  border: none;
}

.page-basket table {
  border: 1px solid #e3e3e3;
}

.page-basket tbody, .page-basket thead {
  border-bottom: 1px solid #e3e3e3;
}

.page-basket .add-concat {
  font-size: 36px;
  text-align: center;
}

.page-basket tbody {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.page-basket tbody td {
  border-bottom: 1px solid #e3e3e3;
}

.page-basket thead {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
}

.page-basket thead td {
  padding: 15px;
  line-height: 60px;
}

.page-basket .remove-item {
  line-height: 20px;
}

.page-basket .coupon {
  border: 1px solid #e3e3e3;
  border-top: none;
  padding: 20px;
}

.page-basket .coupon h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.page-basket .total p {
  margin: 0;
}

.page-basket .discount {
  text-decoration: line-through;
}

.cart-prod-info.empty {
  padding-bottom: 50px;
}

.cart-prod-info table .cart-error {
  font-size: 11px;
  color: #e00;
  position: absolute;
  margin-top: 8px;
}

.cart-prod-info table .card-concomitant .cart-error {
  margin-top: 30px;
}

.card-concomitant input {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.toggle-block {
  font-family: "Montserrat", sans-serif;
  padding: 20px 0;
}

.toggle-block input {
  max-width: 250px;
  width: 100%;
}

.toggle-block input[name=coupon] {
  margin-bottom: 10px;
  height: 40px;
}

.toggle-block input.btn-submit {
  cursor: pointer;
  color: #fff;
}

.toggle-block.open {
  display: block;
}

.toggle-block .title {
  font-size: 1.7em;
}

.toggle-block .btn-small {
  font-size: 24px;
  margin-left: 5px;
  line-height: 16px;
  display: inline-block;
  position: relative;
  top: 3px;
}

.cart-buttons {
  margin: 30px 0 50px;
  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;
}

.concat-price p {
  margin: 0;
}

.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;
}

.onepage-order {
  margin-top: 56px;
}

.onepage-order .nav.nav-tabs.no-wrap {
  height: 59px;
}

.onepage-order h1 {
  font-size: 28px;
}

.onepage-order .breadcrumbs {
  background-color: transparent;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 10px;
}

.onepage-order .right-side {
  background-color: #fafafa;
  padding-right: 15px;
}

.onepage-order .formSectionTitle {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 15px;
  display: block;
}

.onepage-order .order-form_count-block {
  display: inline-block;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  line-height: 35px;
  background-color: #4d5959;
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
  text-align: center;
}

.onepage-order .order-form_block, .onepage-order .orderComment {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #e3e3e3;
}

.onepage-order .onePageAddressBlock .btn-black {
  margin-top: 15px;
}

.onepage-order textarea {
  max-width: 500px;
  width: 100%;
}

.onepage-order .input-area select, .onepage-order .input-area input[type=text] {
  margin-bottom: 8px;
}

.onepage-order .input-area .inline {
  margin-bottom: 15px;
}

.onepage-order select, .onepage-order input[type=text], .onepage-order input[type=password] {
  height: 43px;
  max-width: 250px;
  width: 100%;
  border-radius: 4px;
}

.onepage-order .formPickUpTypeWrapper input {
  float: left;
  margin: 3px 10px 0 0;
}

.onepage-order .fixedRadio {
  float: left;
  margin-right: 10px;
}

.onepage-order .fixedRadio input {
  margin: 0;
}

.onepage-order .middleBox {
  margin-bottom: 15px;
}

.onepage-order .middleBox label {
  margin-bottom: 8px;
}

.onepage-order .help {
  font-size: 11px;
  margin-bottom: 15px;
}

.onepage-order .formSave_block {
  margin-bottom: 25px;
}

.onepage-order .orderBasket {
  border: none;
}

.onepage-order .orderBasket.additional tr:first-child td {
  border-top: none;
}

.onepage-order .orderBasket.additional tr td:last-child {
  text-align: right;
}

.onepage-order .orderBasket tr td {
  border-left: none;
  border-right: none;
}

.onepage-order .orderBasket thead tr td {
  border-top: none;
}

.onepage-order .priceBlock, .onepage-order .discount, .onepage-order .item-count {
  white-space: nowrap;
}

.onepage-order .discount {
  text-decoration: line-through;
}

.onepage-order .codeLine, .onepage-order .multioffers-item {
  margin-bottom: 4px;
}

.onepage-order .onePageProductsBlock .orderSubmit {
  margin: 25px 0;
}

.onepage-order .tabFrame.rs-has-account .btn-default, .onepage-order .tabFrame.rs-has-account .btn-submit, .onepage-order .tabFrame.rs-has-account .add-to-cart a, .add-to-cart .onepage-order .tabFrame.rs-has-account a, .onepage-order .tabFrame.rs-has-account .add-review a, .add-review .onepage-order .tabFrame.rs-has-account a {
  margin-top: 10px;
}

.onepage-order .captcha .value img {
  display: block;
}

.page-registration-steps {
  margin-bottom: 30px;
}

.page-registration-steps .form__menu_buttons {
  margin-top: 25px;
}

.page-registration-steps .captcha img {
  display: block;
}

.page-registration-steps select, .page-registration-steps input[type=text], .page-registration-steps input[type=password] {
  height: 43px;
  max-width: 250px;
  width: 100%;
  border-radius: 4px;
}

.page-registration-steps h2 {
  margin-bottom: 20px;
}

.page-registration-steps label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  cursor: pointer;
}

.page-registration-steps label input {
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.page-registration-steps .formFieldError {
  display: block;
  font-weight: bold;
  color: #e00;
}

.page-registration-steps .nav.nav-tabs {
  margin-top: 15px;
}

.page-registration-steps .mbb {
  margin-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
}

.page-registration-steps .mbb small {
  margin-bottom: 25px;
  display: inline-block;
}

.page-registration-steps .form-group div {
  margin-bottom: 25px;
}

.page-registration-steps .form-group input[type="checkbox"] {
  display: inline-block;
  width: auto;
  min-width: 0;
}

.page-registration-steps .changeUser {
  margin-top: 10px;
}

.page-registration-steps .registration-end .value {
  float: right;
  font-size: 18px;
  font-weight: bold;
}

.page-registration-steps .registration-end .order-product-more .order-product_end-sum {
  margin-bottom: 0;
}

.page-registration-steps .registration-end .order_confirm .order-products {
  table-layout: fixed;
}

.page-registration-steps .registration-end .order_table tr {
  height: 40px;
  vertical-align: middle;
  border-bottom: 1px solid #eaeaea;
}

.page-registration-steps .registration-end .table-value a {
  display: inline-block;
}

.page-registration-steps .order-product-more {
  margin-top: 25px;
}

.page-registration-steps .order-product-more .order-more {
  margin-bottom: 13px;
}

.page-registration-steps .order-products {
  display: table;
  width: 100%;
}

.page-registration-steps .order-products .order-product-img {
  text-align: center;
}

.page-registration-steps .order-products .order-product-quantity {
  min-width: 140px;
  text-align: center;
}

.page-registration-steps .order-products .order-product-row {
  display: table-row;
}

.page-registration-steps .order-products .order-product-row > div {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 15px;
}

.page-registration-steps .order-products .order-product-row .order-product-img {
  width: 160px;
}

.page-registration-steps .order-products .order-product-row .order-product-info p {
  margin-bottom: 0;
}

.page-registration-steps .order-products .order-product-row .order-product-info strong {
  margin-bottom: 5px;
  display: inline-block;
}

.page-registration-steps .order-products .order-product-price .order-price_discount {
  text-decoration: line-through;
  color: #e00;
}

.page-registration-steps .order-products .order-product-price_discount {
  text-decoration: line-through;
  color: #e00;
}

.order-finish-block {
  padding-bottom: 25px;
}

.order-finish-block p > a {
  text-decoration: underline;
  font-family: "Montserrat", sans-serif;
}

.order-finish-block p > a:hover {
  text-decoration: none;
}

.order-finish-block table {
  width: 100%;
  max-width: 500px;
}

.order-wrap {
  max-width: 500px;
  width: 100%;
}

.order_comments {
  max-width: 500px;
  width: 100%;
}

.order_comments textarea {
  height: 120px;
  width: 100%;
}

.order_button-block {
  margin-bottom: 35px;
  color: #fff;
}

.registration-steps_wrapper {
  background-color: #fafafa;
  padding: 25px 0;
  text-align: center;
  margin: 0 -15px;
  -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.registration-steps_wrapper .registration-steps_bounce {
  display: inline-block;
}

.registration-steps_wrapper .registration-step {
  display: inline-block;
  width: 246px;
}

.registration-steps_wrapper .registration-step .icon {
  font-size: 2.4em;
}

.order .changeUser a {
  color: #fff;
}

.page-registration-steps .choice-block {
  margin-bottom: 30px;
}

.page-registration-steps .choice-block label {
  max-width: 500px;
  font-size: 22px;
}

.page-registration-steps .choice-block label span {
  float: right;
}

.page-error p {
  color: #ee0000;
  font-weight: bold;
  margin: 15px 0;
}

.order-product-more .order-more span:last-child, .order-product-more .order-product_end-sum span:last-child {
  font-weight: bold;
}

.order-product-name {
  margin-bottom: 8px;
}

.order-product-character .item {
  font-size: 12px;
}

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

.d-block {
  display: block;
}

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

/* Positions */
ul.pos-fixed {
  position: fixed;
  top: 0;
  left: auto;
  right: auto;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.pos-static {
  position: static;
}

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

/* *** */
/* Flex rules */
.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;
}

/* *** */
/* Blocks align */
.float-l {
  float: left;
}

.float-r {
  float: right;
}

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

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

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

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

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

/* Colors */
.c-red {
  color: #e00000;
}

a.c-main:hover {
  text-decoration: underline;
}

/* *** */
/* Background colors */
.bg-red {
  background-color: #e00000;
}

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

.w-100 {
  width: 100%;
}

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

.h-100 {
  height: 100%;
}

/* *** */
/* Fonts */
.fz10 {
  font-size: 10px;
}

.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz36 {
  font-size: 36px;
}

.font-l {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.font-r {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
}

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

.font-b {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: normal;
}

/* Roboto's font*/
.font-alt-r {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.font-alt-b {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
}

/* *** */
/* Borders */
.border-gray {
  border: 1px solid #eee;
}

/* *** */
/* Margins & Paddings */
.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;
}

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

body .p-0 {
  padding: 0;
}

/* *** */
/* Icons */
.icon-vk, .icon-facebook, .icon-insta, .icon-twit {
  display: inline-block;
}

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

.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-plus {
  background-image: url(../img/icons/icon-plus.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.icon.icon-bars {
  background-image: url(../img/icons/icon-bars.svg);
  width: 28px;
  height: 28px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.icon.icon-favorite {
  background-image: url(../img/icons/icon-favorite.svg);
  height: 18px;
  width: 20px;
}

.icon.icon-favorite-menu {
  background-image: url(../img/icons/icon-favorite-menu.svg);
  height: 26px;
  width: 29px;
}

.icon.icon-favorite-menu:hover {
  background-position: -31px 0;
}

.icon.icon-compare-product {
  background-image: url(../img/icons/icon-compare-product.svg);
  height: 18px;
  width: 20px;
}

.icon.icon-compare {
  background-image: url(../img/icons/icon-compare.svg);
  height: 26px;
  width: 27px;
}

.icon.icon-compare:hover {
  background-position: -29px 0;
}

.icon.icon-home {
  background-image: url(../img/icons/icon-home.svg);
  height: 20px;
  width: 19px;
}

.icon.icon-home:hover {
  background-position: -21px 0;
}

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

.icon.icon-menu:hover {
  background-position: -27px 0;
}

.icon.icon-rating-star {
  background-image: url(../img/icons/star-active.svg);
  display: inline-block;
  height: 20px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.icon.icon-rating-star.rating {
  width: 100px;
  background-repeat: repeat-x;
  opacity: 0.3;
}

.icon.icon-rating-star.value {
  background-repeat: repeat-x;
  position: absolute;
  opacity: 1;
  max-width: 100px;
}

.icon.icon-magnifer {
  background-image: url(../img/icons/icon-magnifer.svg);
  height: 20px;
  width: 20px;
}

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

.icon.icon-user:hover {
  background-position: -24px 0;
}

.icon.icon-bag {
  background-image: url(../img/icons/icon-shopping-bag.svg);
  height: 26px;
  width: 22px;
}

.icon.icon-bag:hover {
  background-position: -22px 0;
}

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

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

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

.table-delimiter {
  height: 40px;
}

.cursor-p {
  cursor: pointer;
}

.fa.fa-angle-right, .fa.fa-angle-left {
  display: inline-block;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

/* On media */
@media (max-width: 991px) {
  .d-flex-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-block-sm {
    display: block;
  }
  .d-i-block-sm {
    display: inline-block;
  }
  .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) {
  .d-flex-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-block-xs {
    display: block;
  }
  .d-i-block-xs {
    display: inline-block;
  }
  .flex-wrap-xs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .text-center-xs {
    text-align: center;
  }
  .m-auto-xs {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .hidden-on-xs {
    display: none;
  }
  .flex-nowrap-xs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (max-width: 500px) {
  .visible-xxs {
    display: block;
  }
}
