h1.home_h1 {
  display: none;
}

.btn {
  border-radius: 8px;
}
.form-control:focus::placeholder {
  color: #fff0;
}

#top {
  height: 30px;
}
#top .toplinks .list-inline {
  line-height: 30px;
}
/*
@media (min-width: 992px) {
  .header-logo {
    width: 20%;
  }

}
*/
@media (min-width: 992px) {
  .header-logo {
    min-width: 20%;
    width: 20%;
  }
  .header-inner {
    height: 80px;
    min-width: 100%;
  }
}
.logo a {
  display: flex;
  align-items: center;
}

#top-links {
  float: right !important;
}

@media (min-width: 1800px) {
  .container {
    width: 1650px;
  }
}
@media (min-width: 1600px) and (max-width: 1799px) {
  .container {
    width: 1550px;
  }
}
@media (min-width: 1460px) and (max-width: 1599px) {
  .container {
    width: 95%;
  }
}
@media (min-width: 1200px) and (max-width: 1459px) {
  .container {
    width: 95%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 95%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 97%;
  }
}


@media (min-width: 1400px) {
  .col-md-3 {
    width: 22%;
  }
  .col-md-9 {
    width: 78%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .col-md-3 {
    width: 22%;
  }
  .col-md-9 {
    width: 78%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-3 {
    width: 23%;
  }
  .col-md-9 {
    width: 77%;
  }
}

#menu .menu-inner {
  padding: 5px 0;
}

/*
@media (min-width: 992px) {
  #top .container,
  .header .container,
  #menu .container,
  .breadcrumb.container {
    width: 90%;
  }
  #manufacturer_module .container {
    width: 88%;
  }
  .container {
    width: 90%;
  }
  .ocf-input-group .ocf-form-control {
    font-size: 12px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mega-menu .menu_main {
      padding: 15px 10px 15px;
  }
}
*/


/* В выпадающем меню основные пункты в виде кнопок */
/*
.menu-horizontal .main-menu {
  padding: 8px 10px;
  color: #fff;
  background-color: #6b655f;
  border: 1px solid #6b655f;
  border-radius: 3px;
}
*/

@media (min-width: 992px) and (max-width: 1199px) {
  .mega-menu .menu_main {
    padding: 15px 15px 16px;
  }
}

.breadcrumb a,
.breadcrumb li,
.breadcrumb > li + li::before {
  color: #6b655f;
}


.product-grid .product-name {
  height: 60px;
}
.product-thumb .title {
  color: #000;
  min-height: 100%;
  /*max-height: fit-content !important;*/
}
@media (max-width: 991px) {
  .product-thumb .title {
    font-size: 12px;
    line-height: 15px;
  }
}


.category-description h2 {
  font-size: 20px;
}
.category-description h3 {
  font-size: 16px;
}
.category-description h4,
.category-description h5,
.category-description h6 {
  font-size: 14px;
}


.top-menu.top-menu-icon .top-menu-list.list-inline {
  display: flex;
}

.product-thumb .price {
  font-size: 18px;
}
.product-thumb .price .price-new {
  color: #c10000;
}
.product-thumb .price .price-old {
  font-size: 16px;
}
@media (max-width: 497px) {
  .product-thumb .price .price-new,
  .product-thumb .price .price-old {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.product-info .text_price_new_old_XVR .autocalc-product-special-XVR,
.product-info .text_price_new_old_XVR .autocalc-product-packaging-special-XVR {
  color: #c00;
}
.container.product .product-info_list .list-unstyled li {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.container.product .text_model,
.product-label.model {
  max-width: min-content;
  white-space: nowrap;
  padding: 3px 7px 3px 5px;
  background: linear-gradient(54deg,#f5cb43 10%,#f6ab3c 200%);
  font-size: 14px;
  overflow: hidden;
  border-radius: 0px 20px 20px 0px;
}
.product-label.model .inner {
  text-transform: lowercase;
  font-weight: 600;
  font-size: 13px;
  color: #3d3d3d;
  padding: 0;
}
.product-label.model .inner span {
  font-size: 14px;
}
.container.product .text_model {
  margin-top: 15px;
}
.container.product .text_model .text {
  margin-right: 5px;
  text-transform: lowercase;
  font-weight: 600;
}
.container.product .text_model .model {
  font-weight: 600;
}

.attributes__item.attributes__item_text_model {
  width: 100%;
  display: flex;
  justify-content: center;
  border: none;
  margin-bottom: 10px;
}
.attributes__item.attributes__item_text_model .attributes__item_block {
  background: linear-gradient(54deg,#F5CC43E5 10%,#C7821BDB 200%);
  padding: 0px 10px 10px 10px;
  display: flex;
  border-radius: 20px;
  gap: 5px;
}
.attributes__item.attributes__item_text_model .attributes__name {
  min-width: max-content;
}
.attributes__item.attributes__item_text_model .attributes__text {
  max-width: max-content;
}
.attributes__item.attributes__item_text_model .attributes__name,
.attributes__item.attributes__item_text_model .attributes__text {
  background: none;
  font-weight: 600;
  text-transform: lowercase;
}


/* Скрываем НУЛЕВУЮ цену, а также выбор количества и кнопку купить при нулевой цене */
.product-thumb .button-group[data-price='0'],
#product[data-price='0'],
.product-info .price[data-price='0'],
.text_price_block[data-price='0'],
.text_price_XVR[data-price='0'],
.text_summa_XVR[data-price='0'],
.price-new[data-price='0'] {
  display: none !important;
}
.product-thumb .price[data-price='0'] {
  opacity: 0;
}

/* ограничение ширины свайпера для доп.фото в товаре на смартфоне */
.thumbnails {
  max-width: 92vw;
}


/* Стикер наличия */
.product-label.soldout .inner {
  background: #c50000;
}
.product-label.soldout.soldin .inner {
  background: #8ebb04;
}



.manufacturer-module__item a {
  border: none;
  color: #6b655f;
  font-size: 16px;
}
/*
.manufacturer-module {
  background: #6b655f;
  color: #fff;
}
.manufacturer-module__item-name.uni-href {
  color: #fff;
  background: #6b655f;
}
.manufacturer-module__item:hover .manufacturer-module__item-name.uni-href {
  color: #6b655f;
  background: #fff;
  border-radius: 3px 3px 0 0;
}
*/

.alphabet-list .btn {
  padding: 9px 15px;
}
#xvr_alphabetical_index_manufacturer_collections .text_manufacturer_name {
  display: none;
}

.mega-menu .menu_main {
  font-size: 15px;
}
.image-additional a {
  border: none;
}
.product-thumb .price {
  min-height: 30px;
}
.product-grid .product-thumb .image {
  /*min-height: 210px;*/
}


/* START simplecheckout */
.simplecheckout-block-content p {
  border-bottom: 1px solid #a8a8a8;
  background: #626262;
  color: #fff;
  padding-left: 10px;
}
#simplecheckout_cart .alert-danger {
  background-color: #fff;
  color: #ff3e3e;
  font-size: 16px;
  position: relative;
  max-width: none;
  padding: 20px 20px !important;
  z-index: 10;
}
@media (min-width: 641px) {
  .simplecheckout-cart thead {
    display: contents;
  }
}
/* END simplecheckout */


/* START ocfilter */
@media (min-width: 992px) {
  .ocf-header {
    display: none !important;
  }
}
.ocf-page-group-name {
  display: none;
}
.ocf-category-page-list {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}
@media (min-width: 768px) {
  .ocf-dropdown .ocf-filter-body > .ocf-value-list {
    position: initial !important;
  }
  .ocf-theme-light-block .ocf-dropdown .ocf-filter-body > .ocf-value-list {
    margin: -33px -17px -12px !important;
  }
}
@media (max-width: 1400px) {
  .ocf-footer .ocf-between {
    display: grid !important;
    justify-content: center;
    gap: 20px;
  }
}
.ocf-noUi-connect::before,
.ocf-noUi-handle {
  background-color: #737373 !important;
}
/* END ocfilter */


/* START Карточка товара */
.product .product-info h1 {
  font-size: 20px;
  margin-top: 0px;
  /*margin-bottom: 10px;
  width: calc(100% - 100px);*/
}
@media (max-width: 576px) {
  .product .product-info h1 {
    font-size: 16px;
  } 
}
.product .product-info .rating {
  margin-bottom: 5px;
}
.product .product-info .top-group {
  margin-top: -10px;
  margin-bottom: 10px;
}
.product .product-info .top-group .wishlist {
  margin-left: 10px;
}
.product .product-info .product-info_list {
  margin-bottom: 10px;
}
.product .product-info .stock {
  margin: 10px 0 20px 0;
}
/*
.product-image .thumbnail {
  box-shadow: 0px 0px 20px #ccc;
}
*/
.product-info_list .list-unstyled {
  width: 100%;
}
#tab-specification .attributes__text {
  flex: 0 0 60%;
}
/*
#tab-description.active + #tab-specification {
  display: initial;
}
*/
/* END Карточка товара */

/* START Карточка товара Скрываем плавающее и масштабируемое изображени при наведении мышкой */
.product .product-image div.easyzoom-flyout,
.product .product-image div.easyzoom-notice {
  display: none !important;
  opacity: 0;
  z-index: -100;
}
.product .product-image .easyzoom.is-ready .img-responsive {
  cursor: pointer;
}
/* END Карточка товара Скрываем плавающее и масштабируемое изображени при наведении мышкой */

.product .product-image .img-responsive {
  /*background: #f1f0f0;*/
}

/* START Карточка товара Размер Рекомендованных товаров и Товаров коллекции */
@media (min-width: 1200px) {
  .container.product .product-related.carousel-product .col-lg-2 {
    width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container.product .product-related.carousel-product .col-md-3 {
    width: 33%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container.product .product-related.carousel-product .col-sm-4 {
    width: 50%;
  }
}
/* END Карточка товара Размер Рекомендованных товаров и Товаров коллекции */


/* START Карточка товара Атрибуты в две колонки */
.attributes {
  padding: 10px 0;
}
.product #tab-specification .attributes__title {
  display: none;
}
@media (min-width: 1200px) {
  .product #tab-specification .attributes {
    grid-template-columns: none;
  }
  .product #tab-specification .attributes__group {
    column-count: 2;
    column-gap: 20px;
    background-image: linear-gradient(
      to right,
      transparent calc(50% - 10px),
      #e6e6e6 calc(50% - 10px),
      #e6e6e6 calc(50% - 9px),
      transparent calc(50% - 9px)
    );
  }
  /*
  .product #tab-specification .attributes__group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product #tab-specification .attributes__item {
    width: 45%;
  }
  */
}
/* END Карточка товара Атрибуты в две колонки */


/* START КАРТОЧКА ТОВАРА Задерживаем изображение при прокрутке страницы */
@media (min-width: 1200px) {
  .product .row .image.col-sm-7 {
    position: sticky;
    top: 51px;
    height: max-content;
  }
}
/* END КАРТОЧКА ТОВАРА Задерживаем изображение при прокрутке страницы */



/* Исправления для меню */
.menu-horizontal .column > .menu-item {
  display: block;
  break-inside: avoid;
  width: 100%;
}

/* START Свой вид меню */
#menu.menu {
  min-height: max-content;
}
.nav.navbar-nav .dropdown.submenu-1:first-child .menu_main {
  color: #fff;
}
@media(min-width: 992px) {
  .mega-menu .navbar-nav {
    justify-content: start;
  }
  .nav.navbar-nav .dropdown.submenu-1:first-child {
    width: 21%;
    background: #f88b3b;
    margin: 0 15px;
    border-radius: 8px;
  }
  .nav.navbar-nav .dropdown.submenu-1:first-child .menu_main {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
  }
  .nav.navbar-nav .dropdown.submenu-1:first-child:hover .menu_main {
    color: #fff;
  }
  .mega-menu .menu_main {
    padding: 12px 15px 13px;
    text-transform: unset;
  }
  .nav.navbar-nav .dropdown.submenu-1:first-child .menu_main .dropdown-toggle {
    background: white;
    display: block;
    height: 2px;
    position: absolute;
    /*right: 15px;*/
    top: 22px;
    width: 24px;
  }
  .nav.navbar-nav .dropdown.submenu-1:first-child .menu_main .dropdown-toggle .caret {
    display: none;
  }
  .nav.navbar-nav .dropdown.submenu-1:first-child .menu_main .dropdown-toggle:before {
    top: -8px;
    transition-property: top, transform;
  }
  .nav.navbar-nav .dropdown.submenu-1:first-child .menu_main .dropdown-toggle:after {
    bottom: -8px;
    transition-property: bottom, transform;
  }
  .nav.navbar-nav .dropdown.submenu-1:first-child .menu_main .dropdown-toggle:before,
  .nav.navbar-nav .dropdown.submenu-1:first-child .menu_main .dropdown-toggle:after {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    transition-duration: 0.3s, 0.3s;
  }
  .nav.navbar-nav .dropdown.submenu-1:first-child:hover .menu_main .dropdown-toggle {
    background: none;
  }
  .nav.navbar-nav .dropdown.submenu-1:first-child:hover .menu_main .dropdown-toggle:before {
    top: 0;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .nav.navbar-nav .dropdown.submenu-1:first-child:hover .menu_main .dropdown-toggle:after {
    bottom: 0;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .mega-menu .dropdown-menu {
    top: 45px;
  }
}

/*
.mega-menu .nav.navbar-nav > li {
  border: 1px solid #6b655f;
  border-radius: 5px;
  margin-right: 10px;
}
.mega-menu .nav.navbar-nav > li span {
  padding: 10px 15px !important;
}
*/
/* END Свой вид меню */


/* START Размер изображений в атрибутах */
#tab-description .block-image-wrapper-description {
  display: flex;
  flex-wrap: wrap;
}
#tab-description .block-image-wrapper-description .image-wrapper-description {
  display: flex;
  align-items: center;
  aspect-ratio: 1/1;
}
#tab-description .block-image-wrapper-description .image-wrapper-description img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 577px) {
  #tab-description .block-image-wrapper-description .image-wrapper-description {
    width: 15%;
    min-width: 200px;
    margin: 5px;
  }
}
@media (max-width: 576px) {
  #tab-description .block-image-wrapper-description .image-wrapper-description {
    width: 47%;
    margin: 5px 1%;
  }
}
/* END Размер изображений в атрибутах */


/* bundle-expert */
.bundle-expert-widget-items a.btn.btn-primary.btn-lg.btn-block {
  font-size: 14px;
}
a[href="#tab-custom-1"] {
  background: #f88b3b !important;
  border: 1px solid #f88b3b !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  color: #fff !important;
}
li.active a[href="#tab-custom-1"] {
  background: #fff !important;
  border: 1px solid #f88b3b !important;
  color: #f88b3b !important;
}
/* bundle-expert */



.cart-list .quantity.text-right,
.cart-list .total.text-right {
  display: flex;
  min-width: max-content;
}
.cart-list .total.text-right {
  font-weight: 700;
}


.rating {
  display: none;
}


.product-thumb .model {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
  font-size: 13px;
}
.product-thumb .model-code {
  margin-left: 5px;
  font-weight: 600;
}


/* START Наличие для отображения под ценой */
.product-label.soldout2 {
  display: flex;
  justify-content: center;
}
.product-label.soldout2 .inner {
  background: #c50000;
}
.product-label.soldout2.soldin2 .inner {
  color: #000;
  background: #8ebb0459;
}
/*
.product-label.soldout2.soldin2 .inner {
  color: #fff;
  font-size: 13px;
  background: #8ebb04;
}
*/
/*
.product-label.soldout2 .inner {
  color: #f88b3b;
  font-size: 13px;
  font-weight: 600;
}
*/
/* END Наличие для отображения под ценой */


/* START Страница поиска */
.search-page .control-label[for="input-search"] {
  display: none;
}
.search-page .title-h1,
.search-page .title-h1 h1 {
  margin: 0;
}
.search-page .title-h1 {
  padding: 10px 0;
}
.search-page .title-h1 h1 {
  font-size: 16px;
  text-align: left;
}
/* END Страница поиска */


.text_unit {
  font-size: 15px;
}


/* START Иконки описания для напольных покрытий */
.Info_iconLine__5r38N {
  padding: 35px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  justify-content: center;
}
.Info_iconLineImage__Luci2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
.Info_iconLineImage__Luci2 img {
  height: 90px;
}
.Info_iconLineImageText__UHu5H {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 0 0;
  display: none;
}
.Info_iconLineImage__Luci2:hover .Info_iconLineImageText__UHu5H {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: .01em;
  color: var(--black);
  display: flex;
  justify-content: center;
  width: auto;
  position: absolute;
  bottom: 100%;
  transition: .3s ease-in-out;
  left: 50%;
  transform: translate(-50%);
  background-color: var(--white);
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  flex-wrap: wrap;
  min-width: 130px;
}
/* END Иконки описания для напольных покрытий */



#modal-agree .modal-dialog .modal-content {
  border-radius: 0;
  padding: 0px;
}
#modal-agree .modal-dialog .modal-content .modal-body {
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0px;
}
#modal-agree .modal-dialog .modal-content .modal-header .close {
  font-size: 30px;
}
#modal-agree .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 15px;
}
@media (max-width: 1199px) {
  #modal-agree .modal-dialog .modal-content .modal-body {
    max-height: 75vh;
  }
}


/* Свой HTML в header Вариан 1 */
/*
.custom-html.top-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.custom-header-contact {
  display: flex;
}
.custom-header-contact {
  display: flex;
  font-weight: 600;
  font-size: 17px !important;
  min-width: max-content;
  margin: 0px;
}
.custom-header-contact a {
  font-size: 20px;
  margin: 0 10px;
}
.custom-header-button .btn.btn-primary {
  background: #f0f0f0;
  color: #3d3d3d;
  border-color: #ddd;
  font-weight: 500;
  text-transform: none;
  padding: 9px 0px;
  min-width: 120px;
}
.custom-header-button .btn.btn-primary:hover {
  background: #ddd;
  border-color: #ddd;
}
@media (max-width: 1199px) {
  .custom-header-button {
    display: none;
  }
}
*/
/* Свой HTML в header Вариан 1 */



/* Свой HTML в header Вариан 2 */
.custom-html.top-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.custom-header-contact {
  display: flex;
  align-items: center;
  min-width: max-content;
  margin: 0px;
}
.custom-header-contact-phone {
  font-weight: 600;
  font-size: 17px !important;
  margin-bottom: -16px;
}
.custom-header-contact-phone span {
  font-weight: 400;
  font-size: 11px !important;
  display: block;
  /*text-align: center;*/
  margin-top: -3px;
}
.custom-header-contact .custom-header-contact-social {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.custom-header-contact a {
  font-size: 20px;
  margin: 0 10px;
  text-decoration: none !important;
}
.custom-header-contact a.phone {
  display: flex;
  align-items: center;
  color: #6b655f;
  text-decoration: none !important;
  min-height: 25px;
  margin-left: 0px;
}
.custom-header-contact a.phone:hover {
  color: #f88b3b;
}
.custom-header-contact a.max,
.custom-header-contact a.whatsapp,
.custom-header-contact a.telegram {
  height: 25px;
  width: 25px;
}
.custom-header-contact a.max i,
.custom-header-contact a.whatsapp i,
.custom-header-contact a.telegram i {
  line-height: inherit;
}
.custom-header-button .btn.btn-primary {
  background: #f0f0f0;
  color: #3d3d3d;
  border-color: #ddd;
  font-weight: 500;
  text-transform: none !important;
  padding: 9px 0px;
  min-width: 120px;
}
.custom-header-button .btn.btn-primary:hover {
  background: #ddd;
  border-color: #ddd;
}
.custom-header-contact .fa-max {
  background-image: url('/image/catalog/social-icon/max-messenger-sign-logo.svg');
  display: inline-flex;
  width: 26px;
  height: 26px;
  border-radius: 15px;
}
.custom-header-contact .fab.fa-telegram-plane {
  font-size: 15px;
  color: #fff !important;
  background: #5ab1bf;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  display: flex;
  padding: 3px 5px;
}
.custom-header-contact .fab.fa-whatsapp {
  color: #10c410;
  margin-top: 2px;
}
.custom-header-contact .fab.fa-whatsapp:before {
  font-size: 27px;
}
@media (max-width: 1199px) {
  .custom-html.top-menu {
    display: none;
  }
  .mobile-content .custom-html.top-menu {
    display: initial;
  }
  .custom-header-contact-phone {
    margin-bottom: 0px;
  }
  .custom-header-button {
    display: none !important;
  }
  .custom-header-contact a.phone {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
  }
  .custom-header-contact-phone span {
    text-align: center;
  }
  .custom-header-contact {
    display: grid;
  }
}
/* Свой HTML в header Вариан 2 */


/* Социальные иконки в подвале footer */
.footer_bottom .social_list {
  display: inline-flex;
}
.footer_bottom .social_item {
  display: inline-flex;
  align-items: center;
}
.footer .social_item .btn-link {
  min-height: max-content;
  display: inline-block;
}
.fa-tumblr::before {
  content: '' !important;
}
.footer .fa-tumblr {
  background-image: url('/image/catalog/social-icon/max-messenger-sign-logo.svg');
  display: inline-block;
  width: 31px;
  height: 31px;
  border-radius: 16px;
}
.footer a[title="tumblr"] {
  display: flex;
  height: 30px;
}
.footer .fab.fa-whatsapp {
  color: #10c410 !important;
}
.footer .fab.fa-telegram-plane:before {
  content: "\f2c6" !important;
  font-size: 32px;
}
/* Социальные иконки */



/* START Комплекты Bandle Expert во всплывающем окне */
/* Так же дополнительно прописаны скрипты */
#product .order-group.with-quick_order {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#product .be-main-widgets-container {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: max-content;
  min-width: 100%;
}
#product .be-main-widgets-container .bundle-expert-widget-items {
  display: flex;
  gap: 2%;
}
#product .be-main-widgets-container .kit-items {
  display: none;
  height: 90vh;
  overflow-y: auto;
  scrollbar-width: thin;
}
#product .be-main-widgets-container .kit-widget {
  margin-bottom: 0px;
  width: 100%;
}
#product .be-main-widgets-container .kit-widget > div {
  border: none !important;
}
#product .be-main-widgets-container.active {
  position: fixed;
  top: -10px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  background: #0000006b;
  height: 100vh;
}
#product .be-main-widgets-container.active .kit-widget {
  display: none;
}
#product .be-main-widgets-container.active .kit-widget.active {
  display: block;
  width: 80%;
  max-width: 80% !important;
  /*height: 90vh;
  overflow-y: auto;
  scrollbar-width: thin;*/
  margin: 30px auto;
  background-color: #ffffff;
}
#product .be-main-widgets-container h3 {
  color: #f88b3b;
  height: 40px;
  align-content: center;
  text-transform: uppercase;
  font-size: 14px !important;
  cursor: pointer;
}
#product .be-main-widgets-container .kit-widget-header {
  padding: 0px !important;
  background-color: #ffffff !important;
  border: 1px solid #f88b3b !important;
  border-radius: 8px;
  position: sticky;
  top: 0;
  z-index: 11;
}
#product .be-main-widgets-container .kit-widget-header:hover {
  background-color: #f88b3b !important;
  transition: 0.5s;
}
#product .be-main-widgets-container .kit-widget-header:hover h3 {
  color: #ffffff;
  transition: 0.5s;
}
#product .be-main-widgets-container .kit-widget.active .kit-widget-header {
  background-color: #f88b3b !important;
  border-radius: 0px;
}
#product .be-main-widgets-container .kit-widget.active .kit-widget-header h3 {
  color: #ffffff;
}
#product .be-main-widgets-container .btn.btn-xs.be-btn-minus,
#product .be-main-widgets-container .btn.btn-xs.be-btn-plus {
  padding: 9px 10px;
}
#kit-items-container {
  border-right: 1px solid #e5e5e5;
}
#product .be-main-widgets-container .kit-widget.active .be-settings-dropdown {
  right: 50px;
}
#product .be-main-widgets-container .kit-widget.active button.close {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  z-index: 12;
  font-size: 26px;
  font-weight: 500;
  width: 30px;
  height: 30px;
  color: #fff;
  opacity: 1;
  border-radius: 5px;
  border: 1px solid #fff;
}
#product .be-main-widgets-container .kit-widget.active button.close:hover {
  color: #aeaeae;
  background: #fff;
}
#product .be-main-widgets-container .free-product-container-in-kit-header {
  font-weight: 600;
  font-size: 16px !important;
}
@media (min-width: 768px) {
  #product .be-main-widgets-container .kit-items.active {
    display: flex;
  }
  #product .be-main-widgets-container .kit-widget-total-container {
    position: sticky;
    height: max-content;
    min-width: 190px;
  }
  #product .be-main-widgets-container .kit-widget-total-container .col-xs-6.col-sm-9.text-right,
  #product .be-main-widgets-container .kit-widget-total-container .col-xs-6.col-sm-3.text-right {
    width: 100%;
  }
  #product .be-main-widgets-container .kit-widget-total-container .col-xs-12.text-right {
    width: 100%;
    border-top: none !important;
    background-color: #fff0 !important;
  }
}
@media (max-width: 767px) {
  #product .be-main-widgets-container.active .kit-items.active {
    display: grid;
    height: 80vh;
  }
  #product .be-main-widgets-container.active .kit-widget.active {
    width: 95% !important;
  }
  #product .be-main-widgets-container.active .kit-widget.active .kit-widget-header {
    padding: 0 20px !important;
  }
  #product .be-main-widgets-container.active .kit-widget.active .kit-widget-header h3 {
    text-align: left;
  }
  #product .be-main-widgets-container.active .kit-items.active .kit-widget-total-container {
    order: -1;
    position: sticky;
    background: #fff;
    padding: 4px 0px 0;
    z-index: 11;
    border-bottom: 1px solid #ccc;
  }
  #product .be-main-widgets-container.active .kit-items.active .kit-widget-total-container .col-xs-6.col-sm-9.text-right {
    width: max-content;
    padding: 0;
  }
  #product .be-main-widgets-container.active .kit-items.active .kit-widget-total-container .col-xs-6.col-sm-3.text-right {
    width: max-content;
  }
  #product .be-main-widgets-container.active .kit-items.active .kit-widget-total-container .col-xs-12.text-right {
    padding: 4px 12px 0px 12px !important;
    margin-top: 4px !important;
    border-top: none !important;
  }
}
/* END Комплекты Bandle Expert во всплывающем окне */


/* START Иконки в футере */
.footer .contacts .fas,
.footer .contacts .far,
.footer .contacts .fab {
  font-size: 14px;
  color: #6b655f !important;
  margin-bottom: 0px;
  background: #fff;
  border-radius: 10px;
  height: 21px;
  padding: 4px;
}


/* Блог стандартный */
.blog-content .description img {
  margin: 0 30px 30px 0;
}
/* Блог стандартный */


/* Скрываем 0 у сравнения и закладок в шапке */
/*
#compare-header[title="Сравнение товаров (%s)"] sup,
#wishlist-total[title="Закладки (0)"] sup {
  display: none !important;
}
*/

.b-page__content {
  background: #f9f9f9;
}


/* Кнопки Купить, Избранное, Сравнить на смартфоне */
@media (max-width: 1199px) {
  .product-thumb .button-group .btn {
    font-size: 20px;
  }
  .fa.fa-shopping-cart.hidden-lg {
    font-size: 18px;
    color: #f88b3b;
    border: 1px solid #f88b3b;
    padding: 5px 6px 5px 4px;
    border-radius: 6px;
  }
  .product-label {
    position: relative;
    text-align: left;
    margin-bottom: 10px;
  }
}
/* Кнопки Купить, Избранное, Сравнить на смартфоне */

/* Кнопки Поиск, Избранное, Сравнить на смартфоне в шапке*/
@media (max-width: 991px) {
  .top-menu.top-menu-icon {
    display: flex;
  }
  .top-menu-list .btn-link,
  .cart .cart-total,
  .top-menu .button-search {
    padding: 11px 10px;
  }
  .top-menu-list sup,
  .top_cart sup {
    right: 2px;
  }
}
/* Кнопки Поиск, Избранное, Сравнить на смартфоне в шапке*/



.home .container .carousel-product {
  margin-top: 50px;
}
.carousel-product h2.title-h2 {
  display: flex;
  justify-content: center;
  text-transform: initial;
  font-size: 32px;
  color: #6b655f;
}
.carousel-product h2.title-h2:after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  position: absolute;
  display: block;
  z-index: 0;
  margin-top: 20px;
}
.carousel-product h2.title-h2 div {
  background: #fff;
  z-index: 1;
  position: relative;
  max-width: max-content;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .carousel-product h2.title-h2 {
    font-size: 26px;
  }
  .carousel-product h2.title-h2 div {
    padding: 0px;
  }
  .carousel-product h2.title-h2:after {
    display: none;
  }
}
.carousel-product h2.title-h2 span {
  color: #f88b3b;
}
div[id*="special-product"] {
  border: 1px solid #f88b3b;
  box-shadow: 0 0 10px 4px #ffe0ca;
  border-radius: 10px;
}


.width-60.btn.btn-default.btn-quick_order {
  margin-left: 0px;
  max-height: 40px;
}
#quick_order .price-block.row {
  display: flex;
  align-items: center;
}
#quick_order .product-info .price {
  margin: 0px;
}