@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@supports not selector(::-webkit-scrollbar) {
  .product-category-head .category2lv-center {
    scrollbar-width: thin;
    scrollbar-color: #FFC400 #F5F5F5;
  }
}

@supports selector(::-webkit-scrollbar) {
  .product-category-head .category2lv-center {
    scrollbar-width: auto;
    scrollbar-color: auto;
  }

  .product-category-head .category2lv-center::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  .product-category-head .category2lv-center::-webkit-scrollbar-track {
    background: #F5F5F5;
  }

  .product-category-head .category2lv-center::-webkit-scrollbar-thumb {
    background-color: #FFC400;
    border-radius: 0;
    border: none;
  }
}

html body {
  background-color: #fff;
}

body #top {
  background-color: #404040;
  height: 40px;
  padding: 4px 0;
}

.top-line {
  height: 32px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  color: #023F78;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.top-line__icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/catalog/view/theme/deluxe/image/new/logo-icon.png');
}

#language.pull-right .dropdown-toggle {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 4px;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

#language .btn-group .fa.fa-angle-down {
  display: block;
  transition: transform 0.3s;
}

#language .btn-group.open .fa.fa-angle-down {
  transform: rotate(-180deg);
  transform-origin: center 40%;
}

#top .navbar-nav {
  display: flex;
  align-items: center;
  gap: 16px;
}

#top .navbar-nav>li>a {
  display: flex;
  padding: 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  transition: color 0.3s;
}

#top .navbar-nav>li>a:hover {
  color: #FFC400 !important;
}

.fix-header .top-header {
  padding: 8px 0;
  border-bottom: 1px solid #E8EFF7;
}

#menu_scroll.sticky {
  border-bottom: 1px solid #E8EFF7;
}

.fix-header .row {
  margin: 0;
}

.fix-header .order_logo {
  display: flex;
  width: 171px;
  padding: 0;
  flex-shrink: 0;
}

.fix-header .order_logo #logo {
  width: 100%;
  padding: 0;
  margin: 0;
  max-width: 171px;
}

.fix-header .order_sear {
  padding: 0;
  flex-grow: 1;
  margin-top: 4px;
}

.fix-header .order_setclone,
.fix-header .order_tell,
.fix-header .top-menu .container {
  width: auto;
  padding: 0;
}

.fix-header #menu,
.fix-header #menu .seevmenu_clmm {
  margin: 0;
}

.fix-header .vertical-align .top-menu {
  order: 2;
  flex-shrink: 0;
}

#content .btn-cart.mm_bt,
#menu_scroll .dropdown-toggle,
.fix-header #menu .dropdown-toggle {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #191617 !important;
  padding: 8px 12px !important;
  transition: all 0.3s;
}

body #content {
  background-color: #FFF;
}

#content .btn-cart.mm_bt .vmenu_namemm,
.fix-header #menu .dropdown-toggle .vmenu_name {
  position: static;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

#content .btn-cart.mm_bt:hover,
.fix-header #menu .dropdown.hidev:hover .dropdown-toggle,
#menu_scroll .dropdown-toggle:hover,
.fix-header #menu .dropdown-toggle:hover {
  color: #FFF !important;
}

#content .btn-cart.mm_bt::before,
#menu_scroll .dropdown-toggle::before,
.fix-header #menu .dropdown-toggle::before {
  content: '';
  display: inline-flex;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url('/catalog/view/theme/deluxe/image/new/catalog-icon.svg');
  mask-image: url('/catalog/view/theme/deluxe/image/new/catalog-icon.svg');
  transition: all 0.3s;
}

#content .btn-cart.mm_bt svg,
#menu_scroll #mobmenu_clone_h span,
.order_menu_m #mobmenu_clone_h span,
#menu_scroll .dropdown-toggle svg,
.order_setclone #setclone .cartphotos svg,
.fix-header #menu .dropdown-toggle svg {
  display: none;
}

#search.input-group .inp_sear::placeholder,
#search.input-group .inp_sear {
  color: #191617;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

#search.input-group .inp_sear {
  display: flex;
  padding: 8px 36px 8px 12px;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  height: 40px;
}

#search.input-group .seartch_rt .btn {
  font-size: 0;
  width: 24px;
  height: 24px;
  background: transparent;
  border-radius: 0;
  background-image: url('/catalog/view/theme/deluxe/image/new/search-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0;
  top: 8px;
  right: 12px;
}

#tell_clone_h p:first-child .tell_nav .title_tell {
  color: #191617;
  text-align: left;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: normal;
}

#tell_clone_h p:last-child .tell_nav .title_tell {
  color: #191617;
  text-align: left;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 20px;
}

#tell_clone_h .tell_nav:active,
#tell_clone_h .tell_nav:focus {
  text-decoration: none;
}

.fix-header .order_tell {
  flex-shrink: 0;
}

.order_setclone #setclone {
  right: 0;
}

#menu_scroll #frame2.cartphotos,
.order_setclone #setclone .cartphotos {
  width: 40px;
  height: 40px;
  padding: 4px;
  background-image: url('/catalog/view/theme/deluxe/image/new/cart-icon.svg');
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center;
}

#setclone #cart {
  height: auto;
  display: flex;
  position: relative;
}

#setclone .cart-item {
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 333px;
}

#setclone .cart-item,
#setclone .cart-item-after {
  margin: 0;
  width: 14px;
  height: 14px;
  color: #191617;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
}

#menu_scroll #setclone_clone {
  top: 0;
}

body .container {
  padding-right: 12px;
  padding-left: 12px;
}

.top-header .order_menu_m {
  width: auto;
  flex-shrink: 0;
  padding: 0;
  margin-right: 16px;
}

#menu_scroll #mobmenu_clone_h,
.order_menu_m #mobmenu_clone_h {
  width: 32px;
  height: 32px;
  background-image: url('/catalog/view/theme/deluxe/image/new/burger-menu-icon.svg');
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center;
}

.fix-header .order_logo {
  position: static;
  margin-right: 16px;
  flex-grow: 1;
  justify-content: center;
}

body footer {
  padding: 12px 0;
  background-color: #F0F0F0;
}

.copyrightf,
body footer .list-unstyled li,
body footer .list-unstyled li a,
body footer a {
  color: #191617;
}

body footer .list-unstyled li a:hover,
body footer a:hover {
  color: #FFC400;
}

#logo-footer img {
  width: 205px;
  height: auto;
}

#logo-footer {
  margin-bottom: 16px;
}

footer .list-unstyled .footer_tell:last-child:not(:first-child) {
  display: none;
}

footer .list-unstyled .footer_tell,
footer .list-unstyled .footer_tell .title_tell,
footer .list-unstyled .footer_tell a {
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  letter-spacing: normal;
}

footer .row {
  margin: 0;
}

footer .footer__row-top {
  display: flex;
  gap: 24px;
  flex-direction: column;
  padding-bottom: 20px;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 20px;
}

footer .footer__left,
footer .footer__right {
  display: flex;
  gap: 24px;
  flex-direction: column;
  flex-shrink: 0;
  flex-grow: 1;
}

footer .footer__item {
  flex: 1;
}

footer .work_time_all.fl2 .fa {
  display: none;
}

footer .work_time_all.fl2 .list-unstyled {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 16px 0;
  padding: 0;
}

footer .work_time_all.fl2 .list-unstyled .work_time {
  color: #767676;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 24px;
  margin: 0 !important;
}

footer .footer__tels {
  margin: 0;
}

footer .footer__mails {
  margin: 0 0 16px 0;
}

footer .work_time_all.fl .fa.fa-map-marker::before,
footer .footer_mail .fa::before {
  content: none;
}

footer .work_time_all.fl .fa.fa-map-marker,
footer .footer_mail .fa {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0;
  flex-shrink: 0;
}

footer .footer_mail .fa.fa-envelope {
  background-image: url('/catalog/view/theme/deluxe/image/new/envelope-icon.svg');
}

footer .work_time_all.fl .fa.fa-map-marker {
  background-image: url('/catalog/view/theme/deluxe/image/new/map-marker-icon.svg');
}

footer .work_time_all.footer__address,
footer .list-unstyled li.footer_mail {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

footer .work_time_all.footer__address .list-unstyled {
  padding: 0;
  margin: 0;
}

footer .work_time_all.footer__address .work_time.adress,
footer .list-unstyled li.footer_mail a {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

footer .footer__item .footer-name {
  padding: 0;
  margin-bottom: 8px;
  color: #767676;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.list-unstyled.top-category-list,
footer .footer__item .all.list-unstyled {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}

.list-unstyled.top-category-list li,
.list-unstyled.top-category-list li a,
footer .footer__item .all.list-unstyled li,
footer .footer__item .all.list-unstyled li a {
  margin: 0;
}

.list-unstyled.top-category-list li a,
footer .footer__item .all.list-unstyled li a {
  padding: 4px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

footer .copyrightf {
  color: #767676;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

body .row {
  margin-right: -12px;
  margin-left: -12px;
}

.slideshow-container .swiper-container {
  padding-bottom: 60px;
}

.slideshow-container .swiper-pagination {
  bottom: 11px;
  left: 0;
  width: calc(100% - 90px);
  left: 50%;
  transform: translateX(-50%);
}

.category-benefits .swiper-pagination .swiper-pagination-bullet,
.custom-products .swiper-container .swiper-pagination-bullet,
.slideshow-container .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  background: #E6E6E6 !important;
  box-shadow: none;
}

.category-benefits .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.custom-products .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slideshow-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFC400 !important;
}

.slideshow-container .swiper-slide img {
  border-radius: 4px;
}
#prrelated.swiper-container .swiper-button-prev,
#prrelated.swiper-container .swiper-button-next,
.row.pag_res .pagination .pagination-prev a,
.row.pag_res .pagination .pagination-next a,
.category-benefits .swiper-button-next,
.category-benefits .swiper-button-prev,
#prrelated .product-thumb .cart a,
.product-layout .product-thumb .cart a,
.custom-products .swiper-container .swiper-button-prev,
.custom-products .swiper-container .swiper-button-next,
.slideshow-container .swiper-button-prev,
.slideshow-container .swiper-button-next {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 16px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #FFC400 !important;
  box-shadow: none;
  border: none;
  color: #000000 !important;
  transform: none;
  opacity: 1;
}
#prrelated.swiper-container .swiper-button-prev:hover,
#prrelated.swiper-container .swiper-button-next:hover,
.row.pag_res .pagination .pagination-prev a:hover,
.row.pag_res .pagination .pagination-next a:hover,
.category-benefits .swiper-button-next:hover,
.category-benefits .swiper-button-prev:hover,
.product-layout .product-thumb .cart a:hover,
#prrelated .product-thumb .cart a:hover,
.custom-products .swiper-container .swiper-button-prev:hover,
.custom-products .swiper-container .swiper-button-next:hover,
.slideshow-container .swiper-button-prev:hover,
.slideshow-container .swiper-button-next:hover {
  color: #fff !important;
  background: #191617 !important;
  opacity: 1;
}
#prrelated.swiper-container .swiper-button-prev .fa,
#prrelated.swiper-container .swiper-button-next .fa,
.row.pag_res .pagination .pagination-prev a::before,
.row.pag_res .pagination .pagination-next a::before,
.category-benefits .swiper-button-next::before,
.category-benefits .swiper-button-prev::before,
.custom-products .swiper-container .swiper-button-prev .fa,
.custom-products .swiper-container .swiper-button-next .fa,
.slideshow-container .swiper-button-prev .fa,
.slideshow-container .swiper-button-next .fa {
  display: inline-flex;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url('/catalog/view/theme/deluxe/image/new/arrow-left-icon.svg');
  mask-image: url('/catalog/view/theme/deluxe/image/new/arrow-left-icon.svg');
  transition: all 0.3s;
}
#prrelated.swiper-container .swiper-button-next,
.slideshow-container .swiper-container .swiper-button-next {
  transform: rotate(-180deg);
  right: 0;
  left: auto;
  bottom: 0;
  top: auto;
}
#prrelated.swiper-container .swiper-button-prev,
.slideshow-container .swiper-container .swiper-button-prev {
  left: 0;
  right: auto;
  bottom: 0;
  top: auto;
}

.slideshow-container .swiper-pager {
  position: static;
}

.btn-cart.mm_bt {
  margin-top: 24px;
}

.common-home .row,
.common-home #content2,
.common-home #content {
  padding: 0;
  margin: 0;
}

#content .btn-cart.mm_bt {
  justify-content: center;
}

#content .btn-cart.mm_bt .vmenu_namemm {
  text-transform: none;
}

.product-search h1,
body .title-module {
  padding: 56px 0 0 0;
  border: none;
  margin: 0 0 20px 0;
  color: #191617;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: normal;
}

.row.catwall::after,
.row.catwall::before {
  content: none;
}

.container.slideshow-container {
  padding-top: 20px;
}

.row.catwall {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.row.catwall .fix_rowm {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.row.catwall .product-layoutwa_v2 {
  border-radius: 0 !important;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  border: none;
}

.row.catwall .product-thumb_v2 {
  background-color: #F5F5F5;
  padding: 0;
  display: flex;
  justify-content: center;
  opacity: 1;
  margin-bottom: 20px;
}

.row.catwall .product-layoutwa_v2.no_children .image_v2 {
  transform: none;
}

.row.catwall .product-layoutwa_v2 .section_child {
  position: static;
  opacity: 1;
  transform: none;
  order: 2;
}

.row.catwall .namelink_v2 {
  order: 1;
  padding: 0;
  margin: 0 0 12px 0;
  text-align: left;
}

.row.catwall .namelink_v2,
.row.catwall .namelink_v2 a {
  color: #191617;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  transition: color 0.3s;
}

.row.catwall .rightwallchild li a:hover,
.row.catwall .product-layoutwa_v2>a:hover .namelink_v2,
.row.catwall .namelink_v2 a:hover {
  color: #FFC400 !important;
}

.row.catwall .rightwallchild {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}

.row.catwall .rightwallchild li {
  margin: 0;
}

.row.catwall .rightwallchild li a {
  color: #191617;
  font-size: 15px;
  line-height: 24px;
  transition: color 0.3s;
}

.row.catwall .section_child li:last-child {
  display: none;
}

.custom-products .swiper-container .swiper-button-prev.swiper-button-disabled,
.custom-products .swiper-container .swiper-button-next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.3 !important;
}

.custom-products .swiper-container {
  padding: 0 0 60px 0;
}

.category-benefits .swiper-navigation,
.custom-products .swiper-navigation {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.category-benefits .swiper-button-next,
.category-benefits .swiper-button-prev,
.custom-products .swiper-container .swiper-button-prev,
.custom-products .swiper-container .swiper-button-next {
  transform: none;
  position: static;
  margin: 0;
}

.category-benefits .swiper-button-next,
.custom-products .swiper-container .swiper-button-next {
  transform: rotate(-180deg);
}

.category-benefits .swiper-pagination,
.custom-products .swiper-pagination {
  position: static;
  width: auto;
  max-width: calc(100% - 100px);
}

.product-layout .gtile-i-wrap {
  border-radius: 4px;
  border: 1px solid #E9E9E9 !important;
  background: #FFF;
}

.product-layout .product-thumb {
  padding: 8px;
}

.product-layout .product-thumb .product-name {
  height: 48px;
  transition: color 0.3s;
}
#content .product-layout .product-thumb .product-name:hover {
  color: #FFC400 !important;
}

.product-layout .product-name,
.product-layout .image {
  margin: 0 0 12px 0;
}

.product-thumb .product-model,
.product-layout .product-model {
  width: 100%;
  overflow: hidden;
  color: #767676;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  margin: 0 0 4px 0;
  text-align: left;
}

.product-layout .product-name a {
  color: #191617;
  font-size: 15px;
  line-height: 24px;
  max-height: 48px;
  transition: color 0.3s;
  text-decoration: none;
}

.product-layout .product-thumb .product-name a:hover {
  color: #FFC400 !important;
}

.product-thumb .status-rating-wrap,
.product-layout .status-rating-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product-thumb .status_st,
.product-layout .status_st {
  margin: 0;
  padding: 0;
  background: none;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #767676;
}

.product-thumb .status_st.in-stock,
.product-layout .status_st.in-stock {
  color: #249856;
}

.product-thumb .rating-simple,
.product-layout .rating-simple {
  display: flex;
  align-items: center;
  gap: 4px;
}

.product-thumb .rating-simple .rating-number,
.product-layout .rating-simple .rating-number {
  color: #191617;
  font-size: 14px;
  line-height: 20px;
}

.product-thumb .rating-simple .rating-star::before,
.product-layout .rating-simple .rating-star::before {
  content: none;
}

.product-thumb .rating-simple .rating-star,
.product-layout .rating-simple .rating-star {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0;
  flex-shrink: 0;
  background-image: url('/catalog/view/theme/deluxe/image/new/icon-star-fill.svg');
}

.product-thumb .rating-simple .rating-star.rating-empty,
.product-layout .rating-simple .rating-star.rating-empty {
  background-image: url('/catalog/view/theme/deluxe/image/new/icon-star-empty.svg');
}

.product-thumb .box_flex2,
.product-layout .box_flex2 {
  margin: 12px 0 0 0;
  height: 40px;
  max-height: 40px;
}

.product-thumb .price .price-new,
.product-thumb .price,
.product-layout .price .price-new,
.product-layout .price {
  color: #191617;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
#prrelated .product-thumb .cart svg,
.product-layout .product-thumb .cart svg,
.product-layout .price .stickers-special {
  display: none;
}

.product-thumb .price .price-old,
.product-layout .price .price-old {
  color: #767676;
  text-decoration-color: #767676;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration-line: line-through;
}
#prrelated .product-thumb .cart a,
.product-layout .product-thumb .cart a {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.3s;
}
#prrelated .product-thumb .cart a::before,
.box-prinfo #button-cart::before,
.product-layout .product-thumb .cart a::before {
  content: '';
  display: inline-flex;
  padding: 0;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url('/catalog/view/theme/deluxe/image/new/cart-icon.svg');
  mask-image: url('/catalog/view/theme/deluxe/image/new/cart-icon.svg');
}

.product-layout .cart .snav {
  background: none;
  border: none;
  height: 40px;
}

.product-layout .cart .snav:hover {
  border: none !important;
  background: none !important;
}

.product-layout .positionsticker {
  top: 8px;
  left: 8px;
}

.positionsticker .stickers-all {
  margin: 0;
  display: flex;
  padding: 0 8px;
  justify-content: center;
  align-items: center;
  border-radius: 333px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

body .breadcrumb {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  margin: 20px 0 24px 0;
}
[class^="product-category"] .breadcrumb {
  margin: 0 0 8px 0;
}

.breadcrumb .tab_mob_grandchild span,
.breadcrumb .tab_mob_grandchild a span,
.breadcrumb .tab_mob_grandchild a {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  transition: color 0.3s;
  text-decoration: none;
}

.breadcrumb .tab_mob_grandchild a span,
.breadcrumb .tab_mob_grandchild a {
  color: #191617;
}

.breadcrumb .tab_mob_grandchild span {
  color: #767676;
}

.breadcrumb .tab_mob_grandchild {
  display: flex;
  gap: 4px;
  align-items: center;
}

.breadcrumb .tab_mob_grandchild a:hover span,
.breadcrumb .tab_mob_grandchild a:hover {
  color: #FFC400 !important;
}

body .breadcrumb>li+li::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/catalog/view/theme/deluxe/image/new/breadcrumb-arrow.svg');
}

.category-benefits {
  position: relative;
  display: flex;
  width: 100%;
  padding: 12px;
  border-radius: 4px;
  background: rgba(255, 196, 0, 0.23);
  padding: 12px 12px 64px 12px;
  margin: 20px 0 24px;
  overflow: hidden;
}

.category-benefits .category-benefits__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #191617;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 0;
}

.category-benefits__icon {
  display: block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  line-height: 0;
}

.category-benefits__icon.category-benefits__icon--1 {
  background-image: url('/catalog/view/theme/deluxe/image/new/benefits-icon1.svg');
}

.category-benefits__icon.category-benefits__icon--2 {
  background-image: url('/catalog/view/theme/deluxe/image/new/benefits-icon2.svg');
}

.category-benefits__icon.category-benefits__icon--3 {
  background-image: url('/catalog/view/theme/deluxe/image/new/benefits-icon3.svg');
}

.category-benefits .swiper-navigation {
  bottom: 12px;
  left: 12px;
  width: calc(100% - 24px);
}

.category-benefits .swiper-button-next::before,
.category-benefits .swiper-button-prev::before {
  content: '';
}

[class^="product-category"] .row {
  margin: 0;
}

[class^="product-category"] #content,
[class^="product-category"] #column-left {
  padding: 0;
}

.product-category-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.product-category-head__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-shrink: 0;
  max-width: 100%;
}

.product-category-head__title {
  margin: 0;
  color: #191617;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: normal;
}

.product-category-head .row.catfl {
  flex-shrink: 0;
  width: calc(50% - 6px);
  order: 2;
  border: none;
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
}

.product-category-head .row.catfl::before {
  content: none;
}

.product-category-head .sort2,
.product-category-head .hidden-xs {
  display: none;
}

.ocf-btn-mobile-static.ocf-mobile {
  padding: 0;
  margin: 0;
  text-align: center;
  border: none;
  width: calc(50% - 6px);
  order: 1;
  margin-bottom: 24px;
}

.product-category-head .catf2 {
  display: flex;
  justify-content: flex-end;
  position: static;
  width: 100%;
  padding: 0;
}

.product-category-head .sort1 {
  width: 100%;
  margin: 0;
  text-align: end;
}

.product-category-head .sort1 .form-group {
  margin: 0;
}

.product-category-head .category2lv-center {
  margin: 24px 0;
  width: 100%;
  max-width: 100%;
  overflow: auto;
  padding-bottom: 16px;
}

.product-category-head .ico_wall {
  gap: 8px;
  flex-wrap: nowrap;
}

.product-category-head .ico_wall::before {
  content: none;
}

.product-category-head .ico_wall .fix_rowm {
  width: max-content;
  padding: 0;
  margin: 0;
  flex-shrink: 0;
}

.product-category-head .ico_wall .cat_add {
  margin: 0;
  display: flex;
  align-items: center;
  padding: 4px 12px;
  gap: 12px;
  border-radius: 12px;
  background: #F5F5F5 !important;
  border: none !important;
  min-height: 64px;
  cursor: auto;
}

.product-category-head .ico_wall .cat_add:hover {
  box-shadow: none;
}

.product-category-head .ico_wall .catpr {
  display: block;
  padding: 0;
  width: 56px;
  height: 56px;
}

.product-category-head .ico_wall .catpr img {
  object-fit: contain;
}

.product-category-head .ico_wall .catpr2 {
  color: #191617;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  transition: color 0.3s;
  padding: 0;
}
.manufacturer-list .manufacturer-wrap a:hover,
.product-top-info .linetoppr .review_profile:hover,
.product-category-head .ico_wall .catpr2:hover {
  color: #FFC400 !important;
}

/* Custom sort select */
.custom-sort-wrap .desktop-sort {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.custom-sort-wrap .mobile-sort {
  display: none;
  position: relative;
  width: 100%;
}

.desktop-sort .cs-label {
  color: #767676;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.desktop-sort .cs-value {
  color: #3B6C99;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 0;
  width: max-content;
}
.cs-sort-icon,
.cs-arrow {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cs-arrow {
  width: 24px;
  height: 24px;
  background-image: url('/catalog/view/theme/deluxe/image/new/arrow-select-icon.svg');
  transition: all 0.3s;
}
.custom-sort.open .cs-arrow {
  transform: rotate(-180deg);
}
.cs-sort-icon {
  width: 20px;
  height: 20px;
  background-image: url('/catalog/view/theme/deluxe/image/new/sort-icon.svg');
}

.mobile-sort .cs-mob-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #FFC400;
  cursor: pointer;
  color: #191617;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
}

.custom-sort .cs-dropdown {
  display: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 210px;
  overflow: hidden;
  z-index: 999;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
  background: #FFF;
  box-shadow: 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.11), 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.13);
  padding: 4px 0;
}

.custom-sort.open .cs-dropdown {
  display: block;
  opacity: 1;
  transform: translateY(6px);
}

.custom-sort .cs-option {
  display: block;
  display: flex;
  padding: 8px 12px;
  text-decoration: none;
  color: #191617;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.custom-sort .cs-option:hover {
  background: #f7f7f7;
}

.custom-sort .cs-option.active {
  font-weight: 700;
}

@media (max-width: 767px) {
  .custom-sort-wrap .desktop-sort {
    display: none;
  }

  .custom-sort-wrap .mobile-sort {
    display: inline-block;
  }
}
/* End Custom sort select */

.ocf-btn-mobile-static.ocf-mobile .ocf-btn i {
  display: none;
}
.ocf-btn-mobile-static.ocf-mobile .ocf-btn {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  border-radius: 4px;
  background: #FFC400;
  border: none;
  color: #191617;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.ocf-btn-mobile-static.ocf-mobile .ocf-btn:hover {
  color: #fff;
}
.ocf-btn-mobile-static.ocf-mobile .ocf-btn::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url('/catalog/view/theme/deluxe/image/new/filter-icon.svg');
  mask-image: url('/catalog/view/theme/deluxe/image/new/filter-icon.svg');
  transition: all 0.3s;
}
.ocf-content .ocf-header {
  padding: 12px 12px 0 12px;
  margin: 0;
  color: #191617;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}
.ocf-content .ocf-header .ocf-brand {
  display: none;
}
.ocf-header .ocf-times {
  width: 24px;
  height: 24px;
  background-image: url('/catalog/view/theme/deluxe/image/new/close-icon.svg');;
}
.ocf-content .ocf-body {
  top: 52px;
}
.ocf-body .ocf-filter-body>.ocf-value-list {
  transform: none;
  overscroll-behavior: auto;
  position: static !important;
  padding: 0 8px !important;
  max-height: 0;
  transition: all 0.3s;
  overflow: hidden !important;
}
.ocf-filter.ocf-open-new .ocf-filter-body>.ocf-value-list {
  overflow: hidden !important;
  padding: 8px !important;
}
.ocf-content .ocf-body .ocf-filter {
  margin: 0 12px;
  padding: 0 0 8px 0;
}
.ocf-theme-light .ocf-body .ocf-filter + .ocf-filter {
  border-top: 1px solid #E9E9E9;
}
.ocf-body .ocf-filter .ocf-filter-body .ocf-filter-header {
  padding: 8px;
  margin: 8px 0 0 0;
  justify-content: space-between;
  position: static;
  background: #fff;
  height: auto;
  cursor: pointer;
  flex-wrap: wrap;
}
.ocf-body .ocf-filter .ocf-filter-body .ocf-filter-header .ocf-arrow-long {
  display: none;
}
.ocf-filter .ocf-filter-header .ocf-filter-name {
  margin: 0;
  color: #191617;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: none;
  white-space: break-spaces;
  text-overflow: unset;
  flex-basis: 80%;
}
.ocf-filter .ocf-filter-header .ocf-filter-header-append {
  margin: 0;
}
.ocf-filter .ocf-filter-header .ocf-filter-header-append .ocf-angle {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  background-image: url('/catalog/view/theme/deluxe/image/new/arrow-select-icon.svg');
  transform: none;
  transition: all 0.3s;
}
.ocf-filter.ocf-open-new .ocf-filter-header .ocf-filter-header-append .ocf-angle {
  transform: rotate(-180deg);
}
.ocf-filter .ocf-collapse-value .ocf-value-list {
  margin: 0;
  border: none;
}
.ocf-filter .ocf-collapse-value .ocf-value-list-body {
  padding: 0;
}
.ocf-filter .ocf-collapse-value .ocf-scroll-y {
  max-height: unset;
  margin-right: 0 !important;
  padding-right: 0 !important;
  overflow: auto;
  overscroll-behavior: unset;
  background: transparent;
}
.ocf-filter .ocf-hide-expand-1 .ocf-icon,
.ocf-filter .ocf-hide-expand-0 .ocf-icon {
  display: none;
}
.ocf-filter .ocf-hide-expand-1 ,
.ocf-filter .ocf-hide-expand-0 {
  overflow: hidden;
  color: #3B6C99;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 8px;
  text-decoration: none;
  border-bottom: 1px dashed #3B6C99;
  transition: color 0.3s;
  display: block;
}
.ocf-filter .ocf-btn-show-values {
  margin: 0;
  padding: 0;
}
.ocf-filter .ocf-btn-show-values.ocf-btn-link:hover,
.ocf-filter .ocf-btn-show-values.ocf-btn-link:focus {
  text-decoration: none;
}
.ocf-container.ocf-theme-light .ocf-filter.ocf-active {
  background: #fff;
}
.ocf-filter .ocf-filter-header-append .ocf-filter-discard {
  width: 20px;
  height: 20px;
}
.ocf-filter.ocf-active .ocf-filter-header .ocf-active-label {
  display: block;
}
.ocf-filter .ocf-value-list .ocf-value {
  padding: 8px 0;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}
.ocf-filter .ocf-value-list .ocf-value-input-checkbox {
  margin: 0 8px 0 0;
  width: 20px;
  height: 20px;
  flex-basis: 20px;
  flex-shrink: 0;
}
.ocf-filter .ocf-value .ocf-value-input-checkbox::before {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #767676;
  background: #FFF;
}
.ocf-filter .ocf-filter-body .ocf-value:hover .ocf-value-input-checkbox::before,
.ocf-filter .ocf-filter-body .ocf-value:focus .ocf-value-input-checkbox::before,
.ocf-filter .ocf-filter-body .ocf-value:active .ocf-value-input-checkbox::before {
  border-color: #FFC400;
  background: #FFF;
  box-shadow: none;
}
.ocf-filter .ocf-filter-body .ocf-value.ocf-selected .ocf-value-input-checkbox::before {
  border-color: #FFC400;
  background: #FFC400;
}
.ocf-filter .ocf-filter-body .ocf-value.ocf-selected .ocf-value-input-checkbox::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 10px;
  background-image: url('/catalog/view/theme/deluxe/image/new/check-icon.svg');
}
.ocf-filter .ocf-value .ocf-value-name {
  color: #191617;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.ocf-filter .ocf-value .ocf-value-append {
  margin: 0 0 0 4px;
  min-width: unset;
  text-align: left;
}
.ocf-filter .ocf-value .ocf-value-append .ocf-value-count {
  background: none;
  border-radius: 0;
  padding: 0;
  color: #767676;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
[class^="product-category"] .row.flex_height_row {
  margin-right: -6px;
  margin-left: -6px;
}
[class^="product-category"] .flex_height_row .product-layout {
  margin-bottom: 12px;
  padding: 0 6px;
}
[class^="product-category"] .flex_height_row .product-layout .gtile-i-wrap {
  margin: 0;
}
[class^="product-category"] .product-layout .cat_heightflex {
  border-radius: 4px !important;
  border: 1px solid #E9E9E9 !important;
}
[class^="product-category"] .product-layout .cat_heightflex .gtile-i:hover {
  border-radius: 4px;
}
.product-search .product-layout .product_stp .fastorder2,
.product-search .product-layout .product_stp .cat_quantity,
.product-search .product-layout .cat_heightflex .boxadd,
[class^="product-category"] .product-layout .product_stp .fastorder2,
[class^="product-category"] .product-layout .product_stp .cat_quantity,
[class^="product-category"] .product-layout .cat_heightflex .boxadd {
  display: none;
}
.product-layout .instockf.cart .snav,
.product-layout .instockf.cart .snav:hover {
  border: none !important;
}
.row.text-center .load_more {
  margin: 8px auto 20px auto;
  display: flex;
  padding: 12px 56px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #191617;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 4px;
  width: max-content;
  letter-spacing: normal;
  transition: all 0.3s;
}
.row.text-center .load_more:hover,
.row.text-center .load_more:active,
.row.text-center .load_more:focus {
  color:  #fff;
}
.row.pag_res .text-right {
  display: none;
}
.row.pag_res,
.row.pag_res .text-left {
  display: flex;
  justify-content: center;
  padding: 0;
  width: 100%;
}
.row.pag_res .pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.row.pag_res .pagination .active span,
.row.pag_res .pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #FFC400;
  color: #191617;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.3s;
  margin: 0;
  white-space: nowrap;
}
.row.pag_res .pagination a:hover,
.row.pag_res .pagination .active span {
  background-color: #FFC400;
}
.row.pag_res .pagination .pagination-prev a::before,
.row.pag_res .pagination .pagination-next a::before {
  content: '';
}
.row.pag_res .pagination .pagination-next {
  transform: rotate(-180deg);
}
[class^="product-category"] .row.desc-cat_top {
  display: none;
}
[class^="product-category"] .title-module {
  padding: 56px 0 0 0;
}
[class^="product-category"] h2 {
  margin-top: 56px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}
[class^="product-category"] h4 {
  font-size: 24px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 8px;
}
[class^="product-category"] h2,
[class^="product-category"] p,
[class^="product-category"] li {
  color: #191617;
}
[class^="product-category"] p,
[class^="product-category"] li {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.bulk-discount-block .bulk-discount-rules {
  flex-wrap: wrap;
  gap: 4px;
}
[class^="product-product"] .col-xs-12,
[class^="product-product"] .col-sm-12 {
  padding-right: 12px;
  padding-left: 12px;
}
.breadcrumb-wrap {
  position: relative;
}
.breadcrumb-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  right: 12px;
  width: 39px;
  height: 100%;
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}
.tab-content .product-card {
  box-shadow: none;
  margin: 0 0 56px 0;
}
.tab-content .product-card .stp {
  padding: 0 0 24px 0;
}
.tab-content .product-card .box-prinfo {
  padding: 0;
}
[class^="product-product"] .gallary-wrapper .col-xs-12 {
  padding: 0;
  width: 100%;
}
.gallary-wrapper .demo-gallery.swiper-container {
  margin: 0;
}
[class^="product-product"] .gallary-wrapper .positionsticker {
  top: 12px;
  left: 12px;
}
.product-top-info {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.product-top-info__left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-top-info .linetoppr .rating p,
.product-top-info .linetoppr .rating,
.product-top-info .linetoppr,
.product-top-info .pr_rew {
  display: inline-flex;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.row.rowprf .col_second .btn-cart__fastorder svg,
.box-prinfo .btn-cart.btn-cart__fastorder svg,
.box-prinfo #button-cart svg,
.product-top-info .pr_rew .fa {
  display: none;
}
.manufacturer-wrap a,
.product-top-info .product-top-info__right li,
.product-top-info .linetoppr .review_profile,
.product-top-info .pr_rew .rewardoff,
.product-top-info .pr_rew .rewardin {
  display: inline-block;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.product-top-info .pr_rew .rewardin {
  color: #249856;
}
.product-top-info .pr_rew .rewardoff {
  color: #FF0005;
}
.product-top-info .linetoppr .fa-stack {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.review_main .review_stack .fa-stack .fa-star::before,
.review_main .review_stack .fa-stack .fa-star-o::before,
.product-top-info .linetoppr .fa-stack .fa-star::before,
.product-top-info .linetoppr .fa-stack .fa-star-o::before {
  content: none;
}
.review_main .review_stack .fa-stack .fa-star,
.review_main .review_stack .fa-stack .fa-star-o,
.product-top-info .linetoppr .fa-stack .fa-star,
.product-top-info .linetoppr .fa-stack .fa-star-o {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}
#tab-review .rating-symbol-foreground .glyphicon-star,
.review_main .review_stack .fa-stack .fa-star,
.product-top-info .linetoppr .fa-stack .fa-star {
  background-image: url('/catalog/view/theme/deluxe/image/new/icon-star-fill.svg');
  z-index: 1;
}
#tab-review .glyphicon-star-empty,
.review_main .review_stack .fa-stack .fa-star-o,
.product-top-info .linetoppr .fa-stack .fa-star-o {
  background-image: url('/catalog/view/theme/deluxe/image/new/icon-star-empty.svg');
}
.manufacturer-wrap a,
.product-top-info .linetoppr .review_profile {
  border-bottom: 1px dashed #3B6C99;
  color: #3B6C99 !important;
  transition: all 0.3s;
  padding: 0 !important;
  display: inline-flex;
  margin-left: 4px;
  text-decoration: none;
}
.manufacturer-wrap a:hover,
.product-top-info .linetoppr .review_profile:hover {
  border-color: #FFC400;
}
.product-top-info .product-top-info__right {
  line-height: 20px;
}
.product-top-info .product-top-info__right li {
  color: #767676;
}
body .pr_h1 {
  color: #191617;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: normal;
  margin: 16px 0 12px 0;
}
.manufacturer-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
}
.manufacturer-wrap span {
  color: #767676;
}
.manufacturer-list {
  margin: 0 0 12px 0;
}
.extension-module-custom #custom-cart .edit_quantity .fa,
.row.rowprf .col_second .pull-left1 .minus .fa,
.row.rowprf .col_second .pull-left1 .plus .fa,
.box-prinfo .pull-left1 .minus .fa,
.box-prinfo .pull-left1 .plus .fa,
.box-prinfo .popup-left-corner,
.box-prinfo .aridius_size,
.box-prinfo .attribute_groups.attr_shot {
  display: none;
}
body .breadcrumb>li {
  display: flex;
  gap: 4px;
  align-items: center;
}
.box-prinfo .pr_price {
  margin: 0 0 16px 0;
}
.row.rowprf .col_second .line-product,
.box-prinfo .line-product {
  display: flex;
  flex-direction: column;
  margin: 0 0 16px 0;
}
.row.rowprf .col_second .pr_price .price-old .autocalc-product-price,
.box-prinfo .pr_price .price-old .autocalc-product-price {
  color: #767676;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}
.row.rowprf .col_second .pr_price .line-product .price-new,
.row.rowprf .col_second .pr_price .line-product .price,
.box-prinfo .pr_price .line-product .price-new,
.box-prinfo .pr_price .line-product .price {
  color: #191617;
  font-size: 32px;
  font-weight: 700;
  line-height: 24px;
}
.box-prinfo .form-group {
  margin: 0 0 16px 0;
}
.box-prinfo .form-group .cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 12px;
  margin-bottom: 16px;
}
.extension-module-custom #custom-cart .edit_quantity .input-group,
.row.rowprf .col_second .pull-left1,
.box-prinfo .pull-left1 {
  display: flex;
  width: max-content;
  padding: 8px;
  margin: 0;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid #767676;
  background: #FFF;
  height: 40px;
}
.extension-module-custom #custom-cart .edit_quantity .input-group-btn,
.row.rowprf .col_second .pull-left1 .minus,
.row.rowprf .col_second .pull-left1 .plus,
.box-prinfo .pull-left1 .minus,
.box-prinfo .pull-left1 .plus {
  border: none;
  border-radius: 0;
  background: #fff;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.extension-module-custom #custom-cart .edit_quantity .input-group-btn .items-countcart11,
.row.rowprf .col_second .pull-left1 .minus,
.box-prinfo .pull-left1 .minus {
  background-image: url('/catalog/view/theme/deluxe/image/new/icon-minus.svg');
}
.extension-module-custom #custom-cart .edit_quantity .input-group-btn .items-countcart22,
.row.rowprf .col_second .pull-left1 .plus,
.box-prinfo .pull-left1 .plus {
  background-image: url('/catalog/view/theme/deluxe/image/new/icon-plus.svg');
}
.extension-module-custom #custom-cart .edit_quantity .form-control,
.row.rowprf .col_second #product_st .pull-left1 .input-quantity,
.box-prinfo .pull-left1 .input-quantity {
  background: #fff !important;
  height: 24px;
  width: 26px !important;
  color: #191617;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.product-search #button-search.btn-primary,
.extension-module-custom #custom-control .pull-payment .btn-primary,
.row.rowprf .col_second .btn-cart__fastorder,
.box-prinfo .btn-cart.btn-cart__fastorder,
.box-prinfo #button-cart {
  margin: 0;
  display: flex;
  flex-grow: 1;
  width: max-content;
  padding: 8px 12px !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  color: #191617;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  height: 40px;
  transition: all 0.3s;
  text-transform: none;
}
.product-search #button-search.btn-primary,
.extension-module-custom #custom-control .pull-payment .btn-primary,
.box-prinfo #button-cart {
  background: #FFC400;
}
.product-search #button-search.btn-primary:hover,
.product-search #button-search.btn-primary:active,
.product-search #button-search.btn-primary:focus,
.extension-module-custom #custom-control .pull-payment .btn-primary:hover,
.extension-module-custom #custom-control .pull-payment .btn-primary:active,
.extension-module-custom #custom-control .pull-payment .btn-primary:focus,
.box-prinfo #button-cart:hover,
.box-prinfo #button-cart:active,
.box-prinfo #button-cart:focus {
  color: #fff;
}
.box-prinfo #button-cart::before {
  flex-shrink: 0;
}
.row.rowprf .col_second .btn-cart__fastorder,
.box-prinfo .btn-cart.btn-cart__fastorder {
  border: 1px solid #FFC400;
  background: #fff;
  width: 100%;
}
.row.rowprf .col_second .btn-cart__fastorder:hover,
.row.rowprf .col_second .btn-cart__fastorder:focus,
.row.rowprf .col_second .btn-cart__fastorder:active,
.box-prinfo .btn-cart.btn-cart__fastorder:hover,
.box-prinfo .btn-cart.btn-cart__fastorder:focus,
.box-prinfo .btn-cart.btn-cart__fastorder:active {
  background: #FFC400 !important;
  color: #191617 !important;
  border-color: #FFC400 !important;
}
.box-prinfo #pr_alert_danger {
  padding: 0;
}
.box-prinfo #pr_alert_danger .alert {
  margin: 16px 0;
}
body .bulk-discount-block {
  display: flex;
  padding: 16px;
  flex-direction: column;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid #00A046;
  background: #E5F5EC;
  margin: 0 0 16px 0;
}
.bulk-discount-block .bulk_head {
  color: #191617;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
}
body .bulk-discount-block .bulk_text {
  padding: 0;
  width: auto;
  min-width: unset;
  border-radius: 0;
  border: none;
  margin: 0;
  color: #191617;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background: transparent;
}
.box-prinfo .pr_box2 .pr_box3 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 0;
  border: none !important;
  padding: 0;
}
.info_box,
.extension-module-custom #custom-infoblock .info_box,
.box-prinfo .pr_box2 .pr_box3 .info_box {
  gap: 8px;
  align-items: center;
  padding: 0;
}
.extension-module-custom #custom-infoblock .info_svg,
.info_box .info_svg,
.box-prinfo .pr_box2 .pr_box3 .info_svg {
  width: 24px;
  height: 24px;
}
.extension-module-custom #custom-infoblock .info_svg img,
.info_box .info_svg img,
.box-prinfo .pr_box2 .pr_box3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.extension-module-custom #custom-infoblock .info_inf,
.info_box .info_inf,
.box-prinfo .pr_box2 .pr_box3 .info_inf {
  margin: 0;
}
.extension-module-custom #custom-infoblock .info_title,
.info_box .info_title,
.box-prinfo .pr_box2 .pr_box3 .info_title {
  display: none;
}
.info_box .info_description a,
.extension-module-custom #custom-infoblock .info_description,
.extension-module-custom #custom-infoblock .info_description a,
.box-prinfo .pr_box2 .pr_box3 .info_description a,
.box-prinfo .pr_box2 .pr_box3 .info_description {
  padding: 0;
  color: #767676;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: color 0.3s;
}
.info_box .info_description a:hover,
.extension-module-custom #custom-infoblock .info_description a:hover,
.box-prinfo .pr_box2 .pr_box3 .info_description a:hover {
  color: #FFC400 !important;
}
[class^="product-product"] .thumbnail {
  margin: 0;
}
[class^="product-product"] .thumbnail > img {
  max-height: 460px;
  object-fit: contain;
}
body .fastorder-cust {
  display: flex;
  height: 100%;
}
.fastorder-cust .fastorder_fl {
  max-width: 336px;
  padding: 16px;
  border-radius: 4px;
}
body nav .nav-container .nav-content .nav-close .nav-close-button,
.fastorder-cust .mfp-close {
  border-radius: 0 !important;
  border: none !important;
  display: flex;
  font-size: 0 !important;
  width: 32px !important;
  height: 32px !important;
  opacity: 1 !important;
  background-image: url('/catalog/view/theme/deluxe/image/new/close-icon.svg');
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.fastorder-cust .input-group-addon,
.fastorder-cust .price,
.fastorder-cust .pull-left1,
.fastorder-cust .fastorder-cust__name,
.nav-close .nav-close-button span {
  display: none;
}
.fastorder-cust .name-popup {
  border-radius: 0;
  color: #191617;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  margin: 0 0 8px 0;
}
.fastorder-cust .desc-popup {
  color: #191617;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 12px 0;
}
.fastorder-cust .fastorder2_pop .col-sm-12,
.fastorder-cust .fastorder2_pop .row,
.fastorder-cust .fastorder2_pop {
  padding: 0;
  margin: 0;
}
.fastorder-cust .formFastOrder__item {
  display: flex;
  flex-direction: column;
  margin: 0 0 12px 0;
}
.fastorder-cust .formFastOrder__item:last-child {
  margin: 0;
}
.product-search .control-label,
.extension-module-custom #custom-shipping .control-label,
.extension-module-custom #custom-comment .control-label,
.extension-module-custom #custom-customer .control-label,
.fastorder-cust .formFastOrder__label {
  display: flex;
  color: #191617;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 4px;
}
.extension-module-custom #custom-customer .control-label::after,
.fastorder-cust .formFastOrder__item.required label:before {
  order: 1;
  color: #191617;
}
.product-search .row-search-top .form-control,
.extension-module-custom #custom-shipping .form-control,
.extension-module-custom #custom-comment .form-control,
.extension-module-custom #custom-customer .form-control,
.fastorder-cust .input-group .form-control {
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #767676;
  background: #FFF;
  transition: all 0.3s;
  color: #191617;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.product-search .row-search-top .form-control::placeholder,
.extension-module-custom #custom-shipping .form-control::placeholder,
.extension-module-custom #custom-comment .form-control::placeholder,
.extension-module-custom #custom-customer .form-control::placeholder,
.fastorder-cust .input-group .form-control::placeholder {
  color: #767676;
}
.product-search .row-search-top .form-control:hover,
.extension-module-custom #custom-shipping .form-control:hover,
.extension-module-custom #custom-comment .form-control:hover,
.extension-module-custom #custom-customer .form-control:hover,
.fastorder-cust .input-group .form-control:hover {
  border: 1px solid #FFC400;
}
.product-search .row-search-top .form-control:active,
.product-search .row-search-top .form-control:focus,
.extension-module-custom #custom-shipping .form-control:active,
.extension-module-custom #custom-shipping .form-control:focus,
.extension-module-custom #custom-comment .form-control:active,
.extension-module-custom #custom-comment .form-control:focus,
.extension-module-custom #custom-customer .form-control:active,
.extension-module-custom #custom-customer .form-control:focus,
.fastorder-cust .input-group .form-control:active,
.fastorder-cust .input-group .form-control:focus {
  border: 1px solid #FFC400;
  box-shadow: 0 0 0 2px #F7EBC4;
}
.fastorder-cust .fastorder-cust__btn {
  display: flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 4px;
  background: #FFC400;
  color: #191617;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  transition: all 0.3s;
  margin-top: 12px;
}
.row.rowprf .pr_nav {
  box-shadow: none;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #E9E9E9;
}
.row.rowprf #nav_pr {
  margin-bottom: 20px;
  border-bottom: 1px solid #BDBDBD;
}
.row.rowprf .nav-tabs > li > a {
  padding: 12px;
  color: #191617;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
#tab-review .rating_main .buttons_rew .btn-cart .fa,
.row.rowprf .product_specification .attribute_group_name {
  display: none;
}
.product_specification .product_specification_item .product_specification_value,
.product_specification .product_specification_item .product_specification_title {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.product_specification .product_specification_item .product_specification_title {
  color: #767676;
  padding-bottom: 4px;
  border-bottom: 1px dashed #BDBDBD;
}
#tab-specification .product_specification .product_specification_item .product_specification_value {
  color: #191617;
  padding: 0;
  border: none;
  margin-top: 4px;
}
.product_specification .product_specification_item .ftr-item__doter {
  background-image: none;
  border-bottom: 1px dashed #BDBDBD;
}
.product_specification .product_specification_item {
  margin-bottom: 20px;
}
.product_specification .product_specification_item:last-child {
  margin: 0;
}
#tab-review .rating_main {
  gap: 20px;
  padding: 0 0 20px 0;
  margin: 0;
  flex-direction: column;
  align-items: flex-start;
  border: none;
}
#tab-review .rating_main .col-xs-12 {
  padding: 0;
}
#tab-review .rating_main .col-xs-12:first-child {
  width: 200px;
}
#tab-review .rating_main .col-xs-12:last-child {
  width: 100%;
  flex-grow: 1;
}
#tab-review .rating-symbol,
#tab-review .rating_avr span,
#tab-review .rating_avr {
  display: flex;
  align-items: center;
}
#tab-review .avr_rating {
  margin: 0 12px 0 0;
  color: #191617;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}
#tab-review .glyphicon-star-empty::before,
#tab-review .rating-symbol-foreground .glyphicon-star::before {
  content: none;
}
#tab-review .rating-symbol {
  width: 28px;
  height: 28px;
}
#tab-review .glyphicon-star-empty,
#tab-review .rating-symbol-foreground .glyphicon-star {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}
#tab-review .rating_main .buttons_rew {
  padding: 0;
  margin: 20px 0 0 0;
}
.row.rowprf .col_second #button-cart_st,
#tab-review .rating_main .buttons_rew .btn-cart {
  padding: 8px 32px;
  border-radius: 4px;
  background: #FFC400;
  color: #191617;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  width: max-content;
}
#tab-review .line_rew {
  margin: 0 0 12px 0;
  gap: 10px;
}
#tab-review .line_rew:last-child {
  margin: 0;
}
#tab-relpr .fastorder2,
#tab-review .comment-reply_qa,
#tab-review .fa.fa-reply,
#tab-review .likes-dislikesmain,
#tab-review .review_avatar,
#tab-review .line_rew .retihf {
  display: none;
}
#tab-review .line_rew .rating_per,
#tab-review .line_rew .reting_num {
  color: #191617;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  flex-shrink: 0;
  margin: 0;
}
#tab-review .line_rew .rating_per {
  width: 45px;
}
#tab-review .line_rew .reting_num {
  width: 65px;
  text-align: right;
}
#tab-review .percent_rating_line {
  box-shadow: none;
  height: 18px;
  background-color: #E6E6E6;
  max-width: none;
  flex-grow: 1;
  border-radius: 0;
}
#tab-review .percent_rating_line .percent_line {
  height: 100%;
  background: #FFC400 !important;
  border: none !important;
  border-radius: 0;
}
#tab-review .review_table {
  border: none;
  border-radius: 0;
  border-top: 1px solid #E9E9E9;
  margin: 0;
  padding: 20px 0 20px 0;
}
#tab-review .review_main__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 8px;
}
#tab-review .review_stack {
  margin: 0;
}
#review .review_main .fa-stack {
  width: 20px !important;
  height: 20px !important;
}
#tab-review .review_date {
  color: #767676;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
#tab-review .review_author,
#tab-review .review_text {
  margin: 0 0 8px 0;
  color: #191617;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
#tab-review .review_author {
  color: #767676;
  margin: 0;
}
#tab-review .review_author strong {
  font-weight: 400;
}
#prrelated {
  position: relative;
  padding: 20px 0 52px 0;
  border-top: 1px solid #E9E9E9;
}
#prrelated.swiper-container .swiper-button-prev.swiper-button-disabled,
#prrelated.swiper-container .swiper-button-next.swiper-button-disabled {
  opacity: 0.3 !important;
  pointer-events: none;
}
#tab-relpr .swiper-wrapper .gtile-i-wrap,
#prrelated .swiper-wrapper {
  margin: 0;
}
#tab-relpr .swiper-wrapper .product-thumb {
  padding: 12px;
}
#tab-relpr .swiper-wrapper .product-thumb .positionsticker {
  top: 12px;
  left: 12px;
}
#tab-relpr .swiper-wrapper .product-thumb .image {
  margin: 0 0 12px 0;
}
#tab-relpr .swiper-wrapper .product-thumb .product-name {
  height: 48px;
  margin: 0 0 12px 0;
}
#tab-relpr .swiper-wrapper .product-thumb .product-name a {
  max-height: 48px;
  color: #191617;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
#tab-relpr .swiper-wrapper .product-thumb .product-name:hover,
#tab-relpr .swiper-wrapper .product-thumb .product-name a:hover {
  color: #FFC400 !important;
}
#prrelated .product-thumb .cart .snav {
  border-radius: 4px;
  border: none !important;
}
#prrelated .product-thumb .status-rating-wrap .status_st,
#prrelated .product-thumb .price .price-new,
#prrelated .product-thumb .price {
  width: calc(100% - 40px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
#prrelated .product-thumb .price .price-new {
  width: 100%;
}
#prrelated .product-thumb .price .stickers-special {
  display: none;
}
#prrelated .product-thumb .status-rating-wrap {
  gap: 0;
}
.row.rowprf .col_second {
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  padding: 12px;
}
.row.rowprf .container_fix {
  margin: 0 0 12px 0;
}
.row.rowprf .container_fix img {
  width: 100%;
  object-fit: contain;
}
.row.rowprf .col_second .col_second_name {
  color: #191617;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 12px 0;
}
.row.rowprf .col_second .line-product {
  margin: 0;
  align-items: flex-start;
}
.row.rowprf .col_second .pr_price {
  margin: 0 0 12px 0;
}
.row.rowprf .col_second .form-group {
  margin: 0;
}
.row.rowprf .col_second #button-cart_st svg,
.row.rowprf .col_second .clearfix_wc {
  display: none;
}
.row.rowprf .col_second #pr_alert_danger2 {
  padding: 0;
}
.row.rowprf .col_second #pr_alert_danger2 .alert {
  margin: 12px 0;
}
.row.rowprf .col_second .pr_price .line-product .price,
.row.rowprf .col_second .pr_price .line-product .price-new {
  line-height: normal;
}
.row.rowprf .col_second .cart {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.row.rowprf .col_second #button-cart_st {
  margin: 0;
  padding: 8px 12px !important;
  flex-grow: 1;
  border: none !important;
}
.extension-module-custom .fix-header .top-header .row.vertical-align {
  flex-wrap: nowrap;
  overflow: hidden;
}
.extension-module-custom .fix-header .top-header {
  background: #E7E7E7;
  padding: 6px 0;
  border: none;
}
.extension-module-custom .fix-header .top-header .order_sear,
.extension-module-custom .fix-header .top-header .order_menu_m {
  display: none;
}
.extension-module-custom .col-lg-3.col-md-3.hidden-xs.hidden-sm.order_tell {
  display: block !important;
  width: auto !important;
  margin: 0;
  margin-left: auto;
}
.extension-module-custom #tell_clone_h p:first-child .tell_nav .title_tell {
  font-size: 18px !important;
}
.extension-module-custom #tell_clone_h p:last-child .tell_nav .title_tell {
  font-size: 12px !important;
  letter-spacing: normal;
  text-align: right;
}
.extension-module-custom .fix-header .order_logo {
  margin: 0;
}
.extension-module-custom .top-header .container {
  padding-right: 12px !important;
  padding-left: 12px !important;
}
.extension-module-custom .footer {
  background: #F7F7F7;
  height: auto;
  padding: 20px 0
}
.extension-module-custom #custom-customer .panel-body::after,
.extension-module-custom #custom-customer .panel-body::before {
  content: none;
}
.extension-module-custom .footer .footer__row-top {
  display: none;
}
.extension-module-custom #custom-payment,
.extension-module-custom #custom-login {
  display: none !important;
}
.extension-module-custom .bread_scroll .breadcrumb {
  display: flex;
}
.extension-module-custom .bread_scroll * {
  outline: none;
}
.extension-module-custom .col-xs-12 {
  padding: 0;
}
.extension-module-custom .col-xs-12 h2 {
  padding: 0;
  margin: 0 0 24px 0;
  color: #191617;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}
.extension-module-custom #cart-sticky {
  box-shadow: none;
  padding: 12px;
  margin: 24px 0 0 0;
  border-radius: 4px;
  border: 1px solid #E9E9E9;
  background: #F7F7F7;
}
.extension-module-custom #custom-customer {
  margin: 0 0 12px 0;
  padding: 0;
  box-shadow: none;
}
.extension-module-custom #custom-shipping .checkout_step,
.extension-module-custom #custom-comment .checkout_step,
.extension-module-custom #custom-customer .checkout_step {
  margin: 0 0 12px 0;
  color: #191617;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}
.extension-module-custom #custom-customer .panel-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}
.extension-module-custom #custom-shipping .form-group,
.extension-module-custom #custom-comment .form-group,
.extension-module-custom #custom-customer .form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
}
.extension-module-custom #custom-shipping .control-label,
.extension-module-custom #custom-comment .control-label,
.extension-module-custom #custom-customer .control-label {
  margin: 0;
}
.extension-module-custom #custom-customer .form-control {
  height: 40px;
}
.extension-module-custom #custom-customer .form-group.has-error .form-control {
  border-color: #D73C46;
}
.extension-module-custom #custom-customer .form-group.has-error .text-danger {
  color: #D73C46;
}
.extension-module-custom #custom-comment .form-control {
  height: 164px;
}
.extension-module-custom #custom-infoblock {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.extension-module-custom #custom-shipping,
.extension-module-custom #custom-comment {
  margin: 20px 0 0 0;
  padding: 0;
  box-shadow: none;
}
.extension-module-custom #custom-cart .card_composition {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #E9E9E9;
}
.product-search .container *,
.common-home .container *,
[class^="product-category"] .container *,
[class^="product-product"] .container *,
.extension-module-custom #custom-cart .card_composition * {
  outline: none;
}
.extension-module-custom #custom-cart .card_composition:not(:first-child) {
  padding: 20px 0;
}
.extension-module-custom #custom-cart .image_cart {
  width: 56px;
  height: 56px;
  min-width: 56px;
  margin-right: 12px;
  flex-shrink: 0;
}
.extension-module-custom #custom-cart .image_cart img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.extension-module-custom #custom-cart .product_title {
  margin: 0;
}
.extension-module-custom #custom-cart #cart_price,
.extension-module-custom #custom-cart .product_title a {
  color: #191617;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  transition: color 0.3s;
}
.extension-module-custom #custom-cart #cart_price {
  color: #767676;
}
.extension-module-custom #custom-cart .product_title a:hover,
.extension-module-custom #custom-cart .product_title a:active,
.extension-module-custom #custom-cart .product_title a:focus {
  color: #FFC400 !important;
}
.extension-module-custom #custom-cart .top_cart2 {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 8px;
}
.extension-module-custom #custom-cart .cart_trash .fa {
  display: none;
}
.extension-module-custom #custom-cart .cart_trash {
  margin: 0;
  padding: 8px;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  align-self: flex-end;
  background-image: url('/catalog/view/theme/deluxe/image/new/delete_icon.svg');
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.extension-module-custom #custom-cart .edit_quantity .input-group {
  max-width: none !important;
}
.extension-module-custom #custom-cart .edit_quantity .items-countcart11,
.extension-module-custom #custom-cart .edit_quantity .items-countcart22 {
  border-radius: 0;
  background-color: transparent;
  height: 20px;
  width: 20px;
  padding: 0;
}
.extension-module-custom #custom-cart .edit_quantity .items-countcart11:disabled,
.extension-module-custom #custom-cart .edit_quantity .items-countcart22:disabled {
  opacity: 0.5;
}
.extension-module-custom #custom-total .information-row:not(.last-row) {
  display: none;
}
.extension-module-custom #custom-total .information-row.last-row .key,
.extension-module-custom #custom-total .information-row.last-row .value {
  color: #191617;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}
.extension-module-custom #custom-control {
  margin: 20px 0 0 0;
}
.extension-module-custom #custom-control .pull-payment .btn-primary {
  width: 100%;
  outline: none;
}
.specification-block-help .specification-block-help__left p,
.specification-block-help .specification-block-help__title,
.category-count {
  color: #191617;
  font-size: 14px;
  line-height: 20px;
}
.category-count {
  margin: 4px 0 0 0;
}
.specification-block-help {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #AFC7E7;
  background: #EDF3FA;
  margin-bottom: 20px;
}
.specification-block-help .specification-block-help__left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.specification-block-help .specification-block-help__title {
  font-weight: 700;
}
#button-specification-help {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #3B6C99;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.3s;
  border: none;
  width: max-content;
}
#button-specification-help:hover,
#button-specification-help:active,
#button-specification-help:focus {
  background-color: #191617;
}
.product-search .product-thumb .additional-links,
[class^="product-category"] .product-thumb .additional-links {
  display: none;
}
.product-search .product-thumb,
#prrelated .product-thumb,
.custom-products .product-layout .product-thumb,
[class^="product-category"] .product-layout .product-thumb {
  position: relative;
  overflow: hidden;
}
.product-badges-wrapper {
  position: absolute;
  z-index: 10;
  width: 200px;
  transform: rotate(30deg);
  right: -72px;
  top: -30px;
  transform-origin: top left;
}
.product-badges-wrapper .badge-agreed {
  display: flex;
  width: 100%;
  padding: 4px 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
.product-badges-wrapper .badge-agreed.badge-agreed--pink {
  color: #871700;
  background: #FAB1A3;
}
.product-badges-wrapper .badge-agreed.badge-agreed--blue {
  background: #B8E1FF;
  color: #005896;
}
body.product-search h1 {
  padding: 0;
}
.product-search #button-search.btn-primary {
  margin: 16px 0;
}
.product-search .row.row-search-top {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 -15px 0 -15px;
}
.checkbox-inline.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  padding: 0;
  color: #191617;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox .checkmark {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #767676;
  background: #FFF;
  margin-right: 8px;
  position: relative;
  transition: all 0.3s;
}
.custom-checkbox:hover .checkmark {
  border-color: #FFC400;
}
.custom-checkbox input:checked + .checkmark {
    background-color: #FFC400;
    border-color: #FFC400;
}
.custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 10px;
    background-image: url('/catalog/view/theme/deluxe/image/new/check-icon.svg');
}
.custom-checkbox input:checked + .checkmark::after {
    display: block;
}
.custom-checkbox input:disabled + .checkmark {
    background-color: #eee;
    border-color: #ccc;
    cursor: not-allowed;
}
.custom-checkbox input:disabled ~ span,
.custom-checkbox input:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}
.product-search .row.catfl {
  border: none;
}
.product-search .row.catfl::before,
.product-search .row.catfl .hidden-xs,
.product-search .row.catfl .sort2 {
  display: none;
}
.product-search .row.catfl .catf2 {
  top: 0;
}
.product-search .custom-sort-wrap .desktop-sort {
  display: inline-flex;
}
.product-search .custom-sort .cs-value {
  padding: 0;
}
.product-search .custom-sort .cs-dropdown {
  top: 30px;
  z-index: 1010;
}
.product-search .row.pag_res {
  margin: 0;
}
.product-search h2 {
  color: #191617;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 12px 0;
}

.product-search .product-badges-wrapper .badge-agreed.badge-agreed--blue,
.product-search .product-badges-wrapper .badge-agreed.badge-agreed--pink,
[class^="product-product"] .product-badges-wrapper .badge-agreed.badge-agreed--blue,
[class^="product-product"] .product-badges-wrapper .badge-agreed.badge-agreed--pink,
.common-home .product-badges-wrapper .badge-agreed.badge-agreed--blue,
.common-home .product-badges-wrapper .badge-agreed.badge-agreed--pink,
[class^="product-category"] .product-badges-wrapper .badge-agreed.badge-agreed--blue,
[class^="product-category"] .product-badges-wrapper .badge-agreed.badge-agreed--pink {
  display: none;
}

.extension-module-custom #custom-shipping #shipping-new {
  margin: 0;
}
.extension-module-custom #custom-shipping .select2-container.select2-container--default {
  width: 100% !important;
}
.extension-module-custom #custom-shipping .select2-selection.select2-selection--single {
  padding: 8px 20px 8px 12px;
  border-radius: 4px;
  border: 1px solid #767676;
  background: #FFF;
  transition: all 0.3s;
  color: #191617;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  height: 40px;
}
.extension-module-custom #custom-shipping .select2-selection .select2-selection__rendered {
  padding: 0;
  color: #191617;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.extension-module-custom #custom-shipping .select2-selection .select2-selection__arrow {
  top: 7px;
}
.extension-module-custom #custom-shipping .select2-selection.select2-selection--single:hover {
  border: 1px solid #FFC400;
}
.extension-module-custom #custom-shipping #shipping-new .form-group:not(:last-child) {
  margin-bottom: 12px;
}
.extension-module-custom #custom-shipping #custom-shipping-methods {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.extension-module-custom #custom-shipping .radio {
  margin: 0;
}
.extension-module-custom #custom-shipping .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.extension-module-custom #custom-shipping .radio label {
  position: relative;
  border: none;
  padding: 0 0 0 28px;
  align-items: center;
  background: transparent;
  border-radius: 0;
  color: #191617;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.extension-module-custom #custom-shipping .radio label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #767676;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #fff;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.extension-module-custom #custom-shipping .radio label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #FFC400;
  transform: translateY(-50%) scale(0);
  transition: transform 0.2s ease;
}
.extension-module-custom #custom-shipping .radio input[type="radio"]:checked + label::after,
.extension-module-custom #custom-shipping .radio label:has(input[type="radio"]:checked)::after {
  transform: translateY(-50%) scale(1);
}

.extension-module-custom #custom-shipping .radio label:has(input[type="radio"]:checked)::before {
  border-color: #FFC400;
}

@media (min-width: 768px) {
  #button-specification-help {
    flex-shrink: 0;
  }
  .specification-block-help {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  .extension-module-custom .col-xs-12 h2 {
    padding: 0;
    margin: 0 0 32px 0;
  }
  .extension-module-custom .footer {
    padding: 32px 0
  }
  .extension-module-custom .top-header .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .extension-module-custom #tell_clone_h p:last-child .tell_nav .title_tell {
    font-size: 14px !important;
  }
  .extension-module-custom #tell_clone_h p:first-child .tell_nav .title_tell {
    font-size: 20px !important;
  }
  #prrelated {
    padding: 20px 0 0 0;
  }
  #tab-review .rating_main {
    justify-content: space-between;
    flex-direction: row;
  }
  #tab-review .rating_main .col-xs-12:last-child {
    width: auto;
    max-width: 630px;
  }
  .box-prinfo .btn-cart.btn-cart__fastorder,
  .box-prinfo #button-cart {
    flex-grow: 0;
    width: max-content;
  }
  .box-prinfo #button-cart {
    min-width: 137px;
  }
  .product-top-info__left {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .tab-content .product-card .stp {
    padding: 0 32px 0 0;
    width: calc(50% + 16px);
  }
  .tab-content .product-card .box-prinfo {
    width: calc(50% - 16px);
  }
  .breadcrumb-wrap::after {
    content: none;
  }
  [class^="product-product"] .col-xs-12,
  [class^="product-product"] .col-sm-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
  [class^="product-category"] .flex_height_row .product-layout {
    margin-bottom: 24px;
    padding: 0 12px;
  }
  [class^="product-category"] .row.flex_height_row {
    margin-right: -12px;
    margin-left: -12px;
  }
  .ocf-filter.ocf-active .ocf-filter-header .ocf-active-label {
    display: none;
  }
  .ocf-content .ocf-body .ocf-filter {
    padding: 0 0 8px 0;
    margin: 0;
  }
  .ocf-content .ocf-header {
    padding: 0;
  }
  .product-category-head .ico_wall {
    flex-wrap: wrap;
    gap: 12px;
  }

  .product-category-head .category2lv-center {
    margin: 32px 0;
    padding: 0;
  }

  .product-category-head .row.catfl {
    flex-shrink: 0;
    width: 35%;
    order: unset;
    margin-bottom: 0;
  }

  .product-category-head__title-wrap {
    width: 60%;
    max-width: 970px;
  }

  .category-benefits .swiper-navigation {
    display: none;
  }

  .category-benefits .category-benefits__slide {
    flex: 1;
    min-width: 0;
  }

  .category-benefits {
    padding: 24px;
    gap: 24px;
    margin: 20px 0 32px;
  }

  .row.catwall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 32px;
  }

  .container.slideshow-container {
    padding-top: 0;
  }

  .slideshow-container .swiper-pagination-bullet {
    background: #FFF !important;
  }
  #prrelated.swiper-container .swiper-button-next,
  .slideshow-container .swiper-container .swiper-button-next {
    transform: translateY(-50%) rotate(-180deg);
    right: 12px;
    top: 50%;
    bottom: auto;
  }
  #prrelated.swiper-container .swiper-button-prev,
  .slideshow-container .swiper-container .swiper-button-prev {
    left: 12px;
    transform: translateY(-50%);
    top: 50%;
    bottom: auto;
  }
  .slideshow-container .swiper-slide img {
    border-radius: 0;
  }
  .slideshow-container .swiper-pagination {
    bottom: 12px;
  }
  .slideshow-container .swiper-container {
    padding-bottom: 0;
  }
}

@media (min-width: 990px) {
  .product-search .row.row-search-top {
    flex-direction: row;
    align-items: center;
    gap: 0;
    margin: 0 -15px 12px -15px;
  }
  .extension-module-custom #custom-cart .image_cart {
    width: 96px;
    height: 96px;
    min-width: 96px;
    margin-right: 20px;
  }
  .extension-module-custom #custom-shipping,
  .extension-module-custom #custom-comment {
    margin: 40px 0 0 0;
  }
  .extension-module-custom #cart-sticky {
    margin: 0;
    padding: 20px;
    width: calc(50% - 24px);
  }
  .extension-module-custom .col-md-8 {
    width: calc(50% + 24px);
    padding: 0 24px 0 0;
  }
  .product_specification .product_specification_item {
    margin-bottom: 12px;
  }
  [class^="product-product"] .ch_col.col-xs-12 {
    padding-right: 12px;
    width: 80%;
  }
  [class^="product-product"] #sticky_item {
    padding-left: 12px;
    width: 20%;
  }
  #column-left {
    margin-right: 24px;
    width: calc(25% - 24px);
  }
  .product-category-head .row.catfl {
    width: 30%;
  }

  .product-category-head__title-wrap {
    width: 68%;
  }

  body .breadcrumb {
    margin: 20px 0 20px 0;
  }
  [class^="product-category"] .breadcrumb {
    margin: 0 0 20px 0;
  }

  .product-layout .positionsticker {
    top: 12px;
    left: 12px;
  }

  .product-layout .product-thumb {
    padding: 12px;
  }

  .custom-products .swiper-navigation {
    justify-content: center;
  }

  .row.catwall {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .product-search h1,
  body .title-module {
    padding: 80px 0 0 0;
    margin: 0 0 32px 0;
  }

  .list-unstyled.top-category-list li {
    margin-bottom: 12px;
  }

  .list-unstyled.top-category-list {
    display: block;
    column-count: 2;
    column-gap: 56px;
  }

  .top-category-list li {
    break-inside: avoid;
  }

  footer .footer__item .all.list-unstyled {
    gap: 12px;
  }

  footer .footer__item .footer-name {
    margin-bottom: 12px;
  }

  footer .footer__mails,
  footer .work_time_all .list-unstyled {
    margin: 0 0 20px 0;
  }

  footer .list-unstyled .footer_tell a {
    width: max-content;
  }

  footer .footer__left,
  footer .footer__right {
    gap: 56px;
    flex-direction: row;
    flex-basis: calc(50% - 28px);
  }

  #logo-footer {
    margin-bottom: 20px;
  }

  body footer {
    padding: 32px 0;
  }

  .fix-header .order_logo {
    flex-grow: 0;
  }

  .fix-header .top-header {
    padding: 12px 0;
  }

  .fix-header .order_tell,
  .fix-header .vertical-align .top-menu,
  .fix-header .order_sear {
    margin-right: 16px;
  }

  .fix-header .order_sear {
    margin-top: 0;
  }

  body .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  body .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .product-search .cat_heightflex.product-layout {
    width: 20%;
  }
  #tab-specification .product_specification .product_specification_item .product_specification_value{
    margin-top: 0;
  }
  .product_specification .product_specification_item .product_specification_title {
    padding-bottom: 0;
    border: none;
  }
  [class^="product-category"] #content.col-sm-9 {
    width: 75%;
  }
  .row.catwall {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .common-home .hidden-sm.hidden-md {
    display: none;
  }

  footer .footer__row-top {
    gap: 56px;
    flex-direction: row;
  }

  .fix-header .order_tell,
  .fix-header .vertical-align .top-menu,
  .fix-header .order_sear,
  .fix-header .order_logo {
    margin-right: 32px;
  }

  body .container {
    width: 1286px;
  }
}