.colorpicker-saturation {
  width: 150px;
  height: 150px;
  background-image: url("../images/saturation.png");
  cursor: crosshair;
  float: left;
}
.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.colorpicker-hue, .colorpicker-alpha {
  width: 20px;
  height: 150px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}
.colorpicker-hue i, .colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}
.colorpicker-hue {
  background-image: url("../images/hue.png");
}
.colorpicker-alpha {
  background-image: url("../images/alpha.png");
  display: none;
}
.colorpicker-saturation, .colorpicker-hue, .colorpicker-alpha {
  background-size: contain;
}
.colorpicker {
  position: absolute;
  padding: 12px;
  min-width: 130px;
  margin: 5px 0 0 -5px;
  border-radius: 2px;
  z-index: 8021;
  background-color: #fff;
}
.colorpicker:before, .colorpicker:after {
  display: table;
  content: "";
  line-height: 0;
}
.colorpicker:before {
  content: '';
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #ffffff;
  top: -4px;
  left: 8px;
}
.colorpicker:after {
  clear: both;
}
.colorpicker div {
  position: relative;
}
.colorpicker.colorpicker-with-alpha {
  min-width: 222px;
}
.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}
.colorpicker-color {
  height: 20px;
  margin-top: 5px;
  clear: both;
  background-image: url("../images/alpha.png");
  background-position: 0 100%;
}
.colorpicker-color div {
  height: 20px;
}
.colorpicker-selectors {
  display: none;
  height: 10px;
  margin-top: 5px;
  clear: both;
}
.colorpicker-selectors i {
  cursor: pointer;
  float: left;
  height: 10px;
  width: 10px;
}
.colorpicker-selectors i + i {
  margin-left: 3px;
}
.colorpicker-element .input-group-addon i, .colorpicker-element .add-on i {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto;
}
.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto;
}
.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue, .colorpicker.colorpicker-horizontal .colorpicker-alpha {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0px;
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue i, .colorpicker.colorpicker-horizontal .colorpicker-alpha i {
  display: block;
  height: 15px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border: none;
  margin-top: 0px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url("../images/hue-horizontal.png");
}
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url("../images/alpha-horizontal.png");
}
.colorpicker.colorpicker-hidden {
  display: none;
}
.colorpicker.colorpicker-visible {
  display: block;
}
.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}
.colorpicker-right:before {
  left: auto;
  right: 6px;
}
.colorpicker-right:after {
  left: auto;
  right: 7px;
}
.colorpicker-no-arrow:before {
  border-right: 0;
  border-left: 0;
}
.colorpicker-no-arrow:after {
  border-right: 0;
  border-left: 0;
}
#custom-menu .colorpicker-icon {
  display: inline-block;
}
#custom-menu .colorpicker-icon .icon {
  width: 100%;
  height: 100%;
  fill: #fff;
  background-color: #2d59ff;
}
#custom-menu {
  position: fixed;
  top: 0;
  left: -250px;
  z-index: 8020;
  height: 46px;
  max-height: 100%;
  transition: .4s;
}
#custom-menu.active {
  left: 0;
  height: auto;
}
.slideout-open #custom-menu {
  display: none;
}
#custom-menu .header {
  width: 250px;
  background-color: #333;
}
#custom-menu .header .title {
  padding: 15px 20px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
#custom-menu .header .toggle {
  position: relative;
  width: 46px;
  height: 46px;
  padding: 15px 12px;
  background-color: #333;
  border-radius: 0;
  outline: 0;
  transform: translateX(46px);
  transition: transform .4s;
}
#custom-menu .header .toggle .line {
  display: block;
  margin-bottom: 5px;
  border-bottom: 2px solid #fff;
}
#custom-menu .header .toggle .line:first-child {
  top: 0;
  width: 20px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
#custom-menu .header .toggle .line:last-child {
  bottom: 0;
  margin-bottom: 0;
  width: 14px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
#custom-menu .header .toggle .line:first-child, #custom-menu .header .toggle .line:last-child {
  -webkit-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
}
#custom-menu .header .toggle .center-line {
  -webkit-transition: border 0s .3s;
  transition: border 0s .3s;
}
#custom-menu.active .header .toggle {
  padding: 15px 13px;
  transform: translateX(0);
}
#custom-menu.active .header .toggle .line:first-child {
  top: 7px;
  width: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#custom-menu.active .header .toggle .line.center-line {
  border-color: transparent;
}
#custom-menu.active .header .toggle .line:last-child {
  bottom: 7px;
  width: 100%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#custom-menu.active .header .toggle .line:first-child, #custom-menu.active .header .toggle .line:last-child {
  -webkit-transition-delay: 0s, .3s;
  transition-delay: 0s, .3s;
}
#custom-menu.active .body {
  overflow: auto;
}
#custom-menu .body {
  display: inline-block;
  max-width: 267px;
  height: calc(100% - 46px);
  overflow: hidden;
  padding: 25px 20px;
  background-color: #000;
}
#custom-menu .body fieldset {
  width: 210px;
}
#custom-menu .body fieldset.radio-color {
  margin-left: -15px;
  width: 225px;
}
#custom-menu .body fieldset.radio-color:last-child {
  margin-bottom: -15px;
}
#custom-menu .body fieldset.radio-color legend {
  padding-left: 15px;
}
#custom-menu legend {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #888;
}
#custom-menu .radio-color label {
  position: relative;
  margin: 0 0 15px 15px;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 19px;
  cursor: pointer;
}
#custom-menu .radio-color .checked, #custom-menu .radio-color input[type="radio"]:checked + label {
  border: 2px solid #fff;
}
#custom-menu .radio-color .checked:before, #custom-menu .radio-color input[type="radio"]:checked + label:before {
  position: absolute;
  top: 11px;
  left: 10px;
  width: 14px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
#custom-menu .radio-color label span {
  height: 100%;
  padding: 0;
}
#custom-menu .radio-banner:after {
  content: "";
  display: inline-block;
  width: 100%;
}
#custom-menu .radio-banner label {
  margin: 0;
  font-size: 12px;
  line-height: 24px;
  color: #666;
}
#custom-menu .radio-banner label span {
  display: block;
}
#custom-menu .radio-banner label .icon {
  display: inline-block;
  font-weight: 700;
  line-height: 27px;
  border: 2px solid #666;
  color: #666;
}
#custom-menu .radio-banner label .icon.large {
  width: 59px;
}
#custom-menu .radio-banner label .icon.medium {
  width: 43px;
}
#custom-menu .radio-banner label .icon.small {
  width: 32px;
  line-height: 20px;
}
#custom-menu .radio-banner input[type="radio"]:checked + label {
  color: #fff;
}
#custom-menu .radio-banner input[type="radio"]:checked + label .icon {
  border-color: #fff;
  color: #fff;
}
#custom-menu .select-dropdown {
  margin-bottom: 25px;
}
#custom-menu .select-dropdown:last-child {
  margin-bottom: 0;
}
#custom-menu .select-dropdown .jq-selectbox {
  font-size: 12px;
}
#custom-menu .select-dropdown .jq-selectbox__select {
  max-width: 210px;
  line-height: 35px;
  background: #333;
  border-radius: 2px;
}
#custom-menu .select-dropdown .jq-selectbox__trigger-arrow {
  top: 12px;
  right: 12px;
  width: 7px;
  height: 7px;
  border-width: 1px;
  border-color: #999;
}
#custom-menu .select-dropdown .jq-selectbox.opened .jq-selectbox__trigger-arrow {
  top: 16px;
}
#custom-menu .select-dropdown .jq-selectbox .jq-selectbox__dropdown {
  padding: 5px 0;
  border: 0;
  border-radius: 2px;
  overflow: visible;
}
#custom-menu .select-dropdown .jq-selectbox.dropup .jq-selectbox__dropdown {
  margin-bottom: 10px;
}
#custom-menu .select-dropdown .jq-selectbox.dropdown .jq-selectbox__dropdown {
  margin-top: 10px;
}
#custom-menu .select-dropdown .jq-selectbox .jq-selectbox__dropdown:before {
  content: "";
  position: absolute;
  left: 12px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
#custom-menu .select-dropdown .jq-selectbox.dropup .jq-selectbox__dropdown:before {
  bottom: -4px;
  border-top: 4px solid #fff;
}
#custom-menu .select-dropdown .jq-selectbox.dropdown .jq-selectbox__dropdown:before {
  top: -4px;
  border-bottom: 4px solid #fff;
}
#custom-menu .select-dropdown li {
  padding: 4px 12px;
  font-size: 12px;
  line-height: 18px;
  color: #999;
}
#custom-menu .select-dropdown li:hover {
  color: #666;
  background-color: inherit;
}
#custom-menu .select-dropdown li.sel, #custom-menu .select-dropdown li.selected {
  color: #000;
  background-color: inherit;
}
.tooltip-fixed {
  position: fixed;
  transition: .4s;
}
.adm-workarea label {
  display: inline;
  font-size: 13px;
  line-height: normal;
}
.adm-workarea [type="radio"], .adm-workarea [type="checkbox"] + label, .adm-workarea [type="radio"] + label {
  margin: 0;
}
.adm-workarea input[type="text"], .adm-workarea textarea {
  margin: 0;
  width: auto;
  display: inline-block;
}
.catalog-filters__block .body fieldset.radio label {
  padding-left: 1.4375rem;
  font-size: .8125rem;
  line-height: 1.125rem;
  color: #333;
}
.catalog-filters__block .body fieldset.radio label span {
  color: #333;
}
#added_popup {}
#added_popup .title {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  text-align: center;
}
#added_popup .pic {
  text-align: center;
  display: table-cell;
  width: 260px;
  height: 200px;
  padding: 0 0 20px;
  vertical-align: middle;
}
#added_popup .pic img {
  max-width: 100%;
  max-height: 100%;
}
#added_popup .gray-btn {
  color: #000 !important;
}
#added_popup .gray-btn:hover {}
#added_popup .gray-btn:focus {}
.cart-product-footer.row.large-up-2 {
  width: 100% !important;
  margin: 0;
  max-width: none;
}
.header-main__menu .advanced-container-medium {
  padding-left: 0;
  position: relative;
  left: -7px;
}
.product-grid .item .preview-button {
  margin-top: 6.8125rem;
}
.header-main__links:hover + .header-main__drop {
  display: block;
  opacity: 1;
  z-index: 111;
}
.header-main__category {
  padding: 9px 20px !important;
  min-width: 250px;
}
.header-main__column_category {
  padding: 0 !important;
  display: block !important;
}
.header-main__category:hover {
  color: #fff !important;
  background-color: #5f146f;
  display: block !important;
}
.cart-product-footer .cart-product-footer-promo input {
  width: 36% !important;
}
.bx_ordercart_coupon {
  width: 70% !important;
}
.bx_ordercart_coupon .coopon_result {
  font-size: 14px;
  line-height: normal;
  margin-left: 20px;
}
.coopon_res {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.coopon_res span {
  padding: 10px;
  border: 2px solid transparent;
  height: 36px;
  line-height: 12px;
  margin-right: 10px;
  border-radius: 4px;
  font-weight: 600;
}
.coopon_res.yes_coopon span {
  background-color: #e5f1dc;
  border: 2px solid #afc3a1;
}
.coopon_res.yes_coopon .fa {
  color: #afc3a1;
}
.coopon_res.bad_coopon span {
  background-color: #ffe9e9;
  border: 2px solid #ef0808;
}
.coopon_res.bad_coopon .fa {
  color: #ef0808;
}
.bx_ordercart_coupon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 997px) {
  #coupons_block {
    width: 100%;
  }
  .bx_ordercart_coupon {
    width: 100%;
  }
  /*.slick-track {display: none !important;}*/
  .slick-track img {
    margin: auto;
  }
}
@media (max-width: 579px) {
  .bx_ordercart_coupon .coopon_result {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
  }
}
.card-b__grid .card-b__button .favorite {
  display: none !important;
}
.gallery-wbuttons {
  max-width: 472px;
}
.video_p_youtube + a {
  display: none !important;
}
.video_p_youtube_mobile {
  display: none;
}
.main-slider .item_mobile_version {
  display: none !important;
}
.fancybox-inner .video_p_youtube_mobile {
  height: 560px !important;
  display: block !important;
}
@media (max-width: 650px) {
  .video_p_youtube_mobile {
    display: block;
  }
  .video_p_youtube_mobile + img {
    display: none !important;
  }
  .video_p_youtube_mobile {
    height: 460px !important;
  }
}
.main-slider .item .item_mobile_version.background, .main-slider .owl-item .item_mobile_version.background {
  background-size: unset !important;
}
@media (max-width: 460px) {
  .main-slider .item_mobile_version {
    display: block !important;
  }
  .main-slider .item_pc_version {
    display: none !important;
  }
  .main-slider .item, .main-slider .owl-item {
    height: auto !important;
  }
  .main-slider .owl-item img {
    width: auto;
    margin: auto;
  }
}
.video_btn.thumb_photo_gallery {
  background-color: #fafafa;
}
.paysbr_cart {
  font-size: 16px;
  margin-bottom: 25px;
  margin-top: 45px;
}
.label_sber_c {
  background: rgb(183, 215, 28);
  background: #67a051;
  color: #fff;
  padding: 5px;
  overflow: hidden;
  border-radius: 35px;
  margin-left: 4px;
}
.modal_text_window {
  padding: 30px;
  padding-bottom: 0;
  margin-top: 30px;
  max-width: 520px;
}
.modal_text_window * {
  font-size: 15px !important;
}
.fancybox-opened {
  z-index: 222222 !important;
}
.fancybox-overlay {
  z-index: 222221 !important;
}
@media (max-width: 460px) {
  .paysbr_cart_link span {
    display: block;
    text-align: center;
    margin-bottom: 4px;
    font-size: 13px;
    margin-left: 0;
  }
}
@media (max-width: 650px) {
  .paysbr_cart {
    margin-top: -34px;
    width: 65%;
  }
}
.bx_catalog_item_controls .economy, .product-list-item .economy {
  display: none !important;
}
.bonus_custom_wrap {
  position: relative;
  padding-left: 17px;
}
.bonus_custom_wrap:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  width: 11px;
  background: url("/upload/ico/bonus_icon.svg") center no-repeat;
}
.bonus_custom_wrap_detail {
  width: 100%;
  margin-top: 16px;
  font-size: 15px;
}
.bonus_custom_wrap_section {
  text-align: left;
  display: inline-block;
}
.bonus_custom_wrap_section:before {
  top: 1px;
}
.product-list-item.table-container .bonus_custom_wrap_section {
  display: block;
}
.bonus_custom_wrap_basket {
  display: inline-block;
}
.lb_tabs > input:checked + label {
  margin-left: 0;
}
.lb_tabs > label {
  display: none;
}
.lb_tabs > section {
  border: 0;
}
.card-b__price {
  flex-wrap: wrap;
}
.fancybox-block-preview .paysbr_cart_link {
  pointer-events: none !important;
}
@media (max-width: 757px) {
  .profile-container .column.profile-column-item {
    position: static !important;
    width: 100%;
  }
  .profile-container .profile-column-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
  }
  .profile-column-item-bonus {
    order: -1;
  }
  .profile-column-item-bonus section {
    margin-bottom: 0
  }
}
@media (max-width: 650px) {
  .card-b__about .card-b__size {
    width: 100%;
  }
}
.subscribe_inner_catalog_page .subscribe-b {
  margin-bottom: 0;
}
.mobile_filter_close {
  display: none;
}
#mobile-menu .mobile_filter_close {
  content: 'x';
  display: block;
  position: fixed;
  top: 0;
  right: 0px;
  color: #ffffff;
  font-size: 39px;
  z-index: 1002;
  font-weight: bold;
  background: #00000094;
  padding: 41px 20px;
  line-height: 0;
  width: 100%;
  text-align: right;
  height: 100%;
}
#mobile-menu {
  z-index: 20000;
}
#mobile-menu .catalog-filters-inner {
  position: relative;
  z-index: 22222;
  background: #eeeff1;
}
.mobile_filter_close div {
  position: absolute;
  right: 15px;
  top: 43px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 2px solid;
}
.mobile_filter_close span {
  position: relative;
  top: -3px;
}
.mobile_btn_cart_element {
  display: none;
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
}
@media (max-width: 767px) {
  .bx_catalog_item_scu .row.text-left {
    display: none;
  }
  .mobile_btn_cart_element + .bx_catalog_item_controls {
    display: none;
  }
  .mobile_btn_cart_element {
    display: block;
  }
}
.products-flex-item .img-wrap a, .product-carousel .img-wrap a {
  height: 100%;
  position: relative;
  z-index: 2;
}
.products-flex-item .preview-button, .product-carousel .preview-button {
  z-index: 3;
  position: relative;
}
.products-flex-item .label-block {z-index: 3;}
.add2liked {
  position: relative;
  z-index: 2;
}
.bx-filter-param-label.disabled {
  opacity: 0.5;
  pointer-events: none;
}