@font-face {
    font-family: "Roboto-Condensed";
    src: url(../fonts/RobotoCondensed.woff2);
    font-display: swap;
}

body{
    font-family: "Roboto-Condensed", sans-serif;
}

table td{
    border: 1px solid #DDDDDD;
    padding: 10px;
}

.quickcheckout-cart tbody tr{
    border-bottom: 1px solid #eee;
}

.order-wrapper table td{
    border: none;
}

.header .header-top{
    padding: 20px 0 20px 0;
}

.header .header-top,
.header .header-top .info-block,
.header .header-bottom-items,
.header .header-bottom .menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .header-bottom{
    background-color: #008080;
}

.header .header-top .info-block .emael-top,
.header .header-top .info-block .location-top{
    display: flex;
    align-items: center;
}

.header .header-top .info-block .location-top i{
    padding-left: 2px;
}

.location-top a p{
    transition: all 0.3s;
}
.header .header-top .info-block .emael-top a:hover p, 
.header .header-top .info-block .location-top a:hover p,
.header .header-top .info-block .phone-top a:hover p{
    color: #008080;
}

.header .header-top .info-block .emael-top p,
.header .header-top .info-block .location-top p{
    margin: 0;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #444444;
}

.header .header-top .info-block .phone-top p{
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #444444;
}
.search{
    flex: 1;
    position: relative;
    padding: 0 20px;
}
.live-search ul li a {
    display: flex;
    align-items: center;
}

.search input{
    border: 1px solid #CCCCCC;
    border-radius: 150px;
    font-size: 14px;
    font-weight: 400;
    height: 46px;
    width: 100%;
    padding-left: 31px;
    color: #777;
    position: relative;
}

.search input::placeholder{
    font-size: 16px;
    color: #777;
    font-weight: 400;
}

.search .btn-search{
    position: absolute;
}

.search .btn-search img{
    position: absolute;
    top: 2px;
    right: 10px;
    height: 40px;
}

.header .header-top .vertical-line{
    border: 1px solid #0000004D;
    height: 33px;
    margin: 0 33px;
}

.header .header-bottom .header-bottom-items{
  padding: 16px 0;
  position: relative;
}

.header .header-bottom .header-bottom-items .menu .dropdown{
    position: inherit;
}

.header .header-bottom .menu{
    margin: 0;
    padding: 0;
}

.header .header-bottom .menu li a{
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 10px;
    margin-right: 10px;
}

.header .header-bottom .menu li a:hover{
    color: #008080;
    background-color: #fff;
    border-radius: 5px;
}

.cart{
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.favorites{
    position: relative;
    margin-right: 20px;
}

.favorites .background-count{
    position: absolute;
    bottom: -8px;
    right: -17px;
    background: #fff;
    border-radius: 10px;
    padding: 0px 5px;
}

.favorites .fa-heart{
    color: #fff;
    font-size: 20px;
}
.cart-header .fa-shopping-cart{
    color: #fff;
    font-size: 22px;
}


.fa.fa-map-marker{
    font-size: 22px;
    color: #008080;
}

.count-favorites{
    color: #444;
    font-size: 12px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    left: 0;
    top: 52px;
    padding: 15px 30px 15px 15px;
    z-index: 9999;
    border-radius: 5px;
      height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.dropdown-columns {
  columns: 4;
  column-gap: 32px;
}
.header .header-bottom .menu .dropdown-content .dropdown-column .dropdown-title{
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    color: #333333;
    text-decoration: none;
    text-transform: uppercase;
    padding: 7px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
}

.header .header-bottom .menu .dropdown-content .dropdown-column{
    padding: 0;
    margin-bottom: 10px;
      break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}

.header .header-bottom .menu .dropdown-content .dropdown-column li{
    margin-bottom: 5px;
}

.header .header-bottom .menu .dropdown-content .dropdown-column li a{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #868686;
    text-decoration: none;
    padding: 0;
    text-transform: none;
    width: 100%;
    display: block;
    margin-left: 10px;
}

.header .header-bottom .menu .dropdown-content .dropdown-column li a:hover{
    color: #008080;
    background: none;
}

/* Стили для бургер-меню */
.burger-menu {
    display: none;
    cursor: pointer;
  }
  
  .burger-icon span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 5px auto;
  }
  
  /* Стили для мобильного меню */
  .mobile-menu {
    display: block;
    position: fixed;
    left: -100%;
    top: 0;
    width: 350px;
    height: 100%;
    background-color: white;
    box-shadow: 2px 0 5px rgba(0,0,0,0.5);
    z-index: 1000;
    transform: translateX(-100%);
    transition: 5s;
    padding: 0 15px;
  }
  
  .mobile-menu.active {
    transform: translateX(0);
    transition: all 0.5s easy;
    left: 0;
    z-index: 9999;
  }
  
  .close-btn {
    font-size: 35px;
    cursor: pointer;
    text-align: right;
    padding: 15px 5px 0 15px;
  }
  
  /* Скрываем содержимое выпадающего меню по умолчанию */
  .dropdown-mobile .dropdown-content-mobile {
    display: none;
  }

  .mobile-menu .dropdown-column{
    padding: 5px 0;
    width: 100%;
  }
  
  .dropdown-content-mobile.active {
    display: block;
  }

  .mobile-menu{
    overflow-y: scroll;
    overflow-x: hidden;
    transition: 1s;
  }

  .mobile-menu ul{
    padding: 5px 0 0 0;
  }
  
  .mobile-menu ul li{
    border-top: 1px solid #e6e6e6;
    padding: 10px 15px;
  }

  .mobile-menu ul li a{
    font-size: 16px;
    color: #444444;
  }

  .mobile-menu ul li a:hover{
    color: #008080 !important;
  }

  .dropdown-mobile .dropdown-content-mobile{
    margin-top: 5px;
  }

  .dropdown-mobile div{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .dropdown-mobile .dropdown-content-mobile .dropdown-column li{
    border: none;
    padding: 10px 0;
  }

  .dropdown-mobile .dropdown-content-mobile .dropdown-column li:first-child{
    border-bottom: 1px solid #e6e6e6;
  }

  .dropdown-mobile .dropdown-content-mobile .dropdown-column li:first-child a{
    font-weight: bold;
    font-size: 15px;
    color: #222222;
  }

  .dropdown-mobile img{
    width: 15px;
  }
  
  /* Показываем бургер-меню на меньших экранах */
  @media (max-width: 991px) {
    .burger-menu {
      display: block; /* Показываем бургер-меню */
    }
  
    .header-bottom .header-bottom-items .nav {
      display: none; /* Скрываем основное меню */
    }
  }


/* SECTION-TOP */
.section-top{
    position: relative;
    overflow: hidden;
}

.section-top .swiper-slide img{
    width: 100%;
    object-fit: cover;
    height: 350px;
}

.section-top .swiper-slide::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.section-top .slide-descr-block{
    position: absolute;
    bottom: 80px;
    width: 50%;
} 

.slide-descr-block h1{
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}

.slide-descr-block p{
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    color: #FFFFFF;
    width: 60%;
    margin: 0 0 40px 0;
}

.section-top .swiper .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.swiper-button-prev{
    background: #00000033;
    left: 0;
    padding: 25px;
}

.swiper-button-next{
    background: #00000033;
    right: 0;
    padding: 25px;
}

.swiper-button-prev::before,
.swiper-button-next::before{
    font-size: 18px;
    color: #fff;
}

.swiper-button-prev:hover::before,
.swiper-button-next:hover::before{
    color: #008080;
}

.swiper-button-prev::after,
.swiper-button-next::after{
    font-size: 18px;
    color: #fff;
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after{
    color: #008080;
}

.card-support{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0px 10px 20px 1px #24243B26;
    margin: 15px 0;
    height: 85px;
    padding: 15px;
}

.card-support-text{
    margin-left: 10px;
}

.card-support .card-support-title{
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #222222;
    text-transform: uppercase;
}

.card-support-text p{
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #888888;
}

.section-grid{
    padding: 30px 0;
}

.grid-container {
    display: grid;
    grid-template-columns: 3fr 4fr;
    gap: 30px;
    margin: 0 auto;
}

.grid-item {
    position: relative;
}

.grid-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.grid-item.item1::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    transition: background 3s;
}
.grid-item.item2::before,
.grid-item.item3::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 90%);
    transition: background 3s;
}

.grid-item.item1:hover::before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    transition: background 3s;
}
.grid-item.item2:hover::before,
.grid-item.item3:hover::before{
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 90%);
    transition: background 3s;
}

.grid-item:hover .text-overlay h2,
.grid-item:hover .text-overlay p{
    color: #008080;
    transition: 0.2s;
}

.item1 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    height: 630px;
    text-align: center;
}

.item1 .text-overlay{
    width: 100%;
    left: 0;
}

.item2, .item3 {
    grid-column: 2 / 3;
    height: 300px;
}

.text-overlay {
    position: absolute;
    bottom: 55px;
    left: 50px;
    color: #FFFFFF;
    width: 50%;
}

.text-overlay h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
}

.text-overlay p{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}

.grid-container{
    padding-bottom: 50px;
}

.grid-container .banner-block{
    position: relative;
    grid-column: 1 / 3;
}

.grid-container .banner-block::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 90%);
}

.banner-block img{
    width: 100%;
    border-radius: 10px;
}

.banner-block .banner-descr{
    position: absolute;
    color: #FFFFFF;
    bottom: 60px;
    left: 50px;
    width: 34%;
}

.banner-descr h2{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.banner-descr p{
    font-size: 16px;
    font-weight: 400;
    line-height: 21.43px;
    margin: 20px 0 45px 0;
}

.section-help{
    padding: 80px 0;
    background-image: url('../images/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.section-help .help-text{
    color: #FFFFFF;
}

.help-text h2{
    font-size: 45px;
    font-weight: 500;
    line-height: 50px;
    margin: 0 0 15px 0;
}

.help-text p{
    font-size: 24px;
    font-weight: 400;
    line-height: 35.4px;
    margin: 0 0 15px 0;
}

.help-button{
    display: flex;
    align-items: center;
    height: 100%;
    float: right;
}

.help-button .btn2{
    height: 47px;
}

.section-licenses{
    padding: 50px 0;
}

.title-licenses h2{
    font-size: 30px;
    font-weight: 500;
    color: #444444;
    margin-bottom: 25px;
}


/* FOOTER */
.footer{
    background-color: #353535;
}

.footer .footer-top{
    padding: 30px 0 25px 0;
}

.footer .footer-bottom{
    padding: 20px 0 20px 0;
}

.footer .footer-links ul{
    padding: 0;
}

.footer p,
.footer .footer-text,
.footer .footer-links ul li a{
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #CCCCCC;
    text-decoration: none;
    margin: 0;
}

.footer .footer-links ul li a:hover{
    color: #008080;
}

.footer .footer-content p{
    margin: 20px 0;
}

.footer .footer-links ul li{
    padding: 0 0 10px 0;
}

.footer .footer-info div{
    display: flex;
    align-items: center;
}
.footer .footer-info div .email {
    letter-spacing: 1px;
}
.footer .footer-info div img{
    width: 25px;
}

.footer .footer-info div p{
    padding-left: 15px;
}

.footer .footer-bottom{
    border-top: 1px solid #FFFFFF26;
}

.footer .footer-bottom p{
    text-align: center;
}

/* BREADCUMB */
.breadcumb .breadcumb-container{
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.breadcumb .breadcumb-container .breadcumb-item{
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 20px;
}

.breadcumb .breadcumb-container .breadcumb-item a{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #008080;
}

.breadcumb .breadcumb-container .breadcumb-item.active,{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #444;
}

.breadcumb .breadcumb-container .breadcumb-item:hover a{
    color: #79bcd9;
}

.breadcumb .breadcumb-container .breadcumb-item a::after{
  background: url('/catalog/view/theme/restore/assets/images/icon/icon-next2.svg');
  content: "";
  position: absolute;
  right: 5px;
  width: 8px;
  top: -2px;
  bottom: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.breadcumb .breadcumb-container .breadcumb-item:last-child a::after{
    background: none;
}

.product-wrapper .sticky-top {
  top: 75px;
}
.single-product-image {
    width: 100%;
}
/* CATEGORY PAGE */
.category-group.sticky-top {
    margin-top: 50px;
    top: 100px;
}
.product-container.sticky-top {
    top: 100px;
}
.filter-wrapper .filters {
    padding: 20px;
    border: 1px solid #e6e6e6; 
    border-radius: 5px;  
}

.filter-wrapper .filters .filter-title{
    font-size: 22px;
    font-weight: 400;
    line-height: 18px;
    color: #333333;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.filter-wrapper .filters .filter-group .filter-subtitle{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #333333;
}

.filter-wrapper .filters .filter-group{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-top: 1px solid #F1F1F1;
    padding-top: 10px;
    margin-bottom: 15px;
}

.filter-wrapper .filters .filter-group label{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #868686;  
    padding: 7px 0;
    display: flex;
    align-items: center;
}

.filter-wrapper .filters .filter-group input[type="checkbox"] {
  appearance: none;
  background: #fff;
  border: 1px solid #EAEAEA;
  height: 22px;
  width: 22px;
  vertical-align: text-bottom;
  position: relative;
  border-radius: 50px;
  margin-right: 10px;
}

.filter-wrapper .filters .filter-group input[type="checkbox"] {
    border-radius: 0;
}

.filter-wrapper .filters .filter-group input[type="checkbox"]::before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 3px;
  bottom: 0;
  overflow: hidden;
  top: 0;
}

.filter-wrapper .filters .filter-group input[type="checkbox"]:checked::before {
  border-right: 4px solid #444444;
  border-bottom: 4px solid #444444;
  height: 15px;
  width: 9px;
  transform: rotate(50deg) translateY(-20%) translateX(-10%);
}

.filter-wrapper .filters .filter-group .range-slider {
    position: relative;
    height: 15px;
    width: 100%;
    background-color: #F8F8F8;
    border: 1px solid #EAEAEA;
}

.filter-wrapper .filters .filter-group .value-price{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #555555;
    padding: 10px 0; 
}

.range-slider input[type="range"] {
    position: absolute;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    top: -10px;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    position: relative;
    pointer-events: all;
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    background: #B2B2B2;
    border-radius: 50%;
    border: 1px solid #EAEAEA;
}

.range-slider input[type="range"]::-moz-range-thumb {
    position: relative;
    pointer-events: all;
    width: 20px;
    height: 20px;
    background: #B2B2B2;
    border-radius: 50%;
    border: 1px solid #EAEAEA;
}

.range-slider input[type="range"]::-ms-thumb {
    position: relative;
    pointer-events: all;
    width: 20px;
    height: 20px;
    background: #B2B2B2;
    border-radius: 50%;
    border: 1px solid #EAEAEA;
}

.filter-wrapper .filters .filter-button{
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid #F1F1F1;
    padding-top: 20px;
}

.category-group .list-group-item{
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #008080;
  padding: 15px 20px;
  transition: all 0.3s;
}
.category-group .list-group-item:hover{
    color: #79bcd9;
}

.category-group .list-group-item.active{
    color: #79bcd9;
    background: none;
    border: 1px solid #e6e6e6;
}

.btn-theme{
    background-color: #008080;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    width: 100px;
    height: 30px;
    transition: 0.2s;
    border: 1px solid #008080;
}

.btn-theme:hover{
    color: #008080;
    background-color: #fff;
}

.btn-theme2{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #555555;
    background-color: #F1F1F1;
    border-radius: 3px;
    transition: 0.2s;
    width: 100px;
    height: 30px;
}

.btn-theme2:hover{
    color: #fff;
    background-color: #008080;
}

.category-container .category-title h1{
    font-size: 24px;
    font-weight: 500;
    line-height: 19.8px;
    color: #555555;
    margin: 20px 0;
}

.category-description{
    height: 100%;
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
}

.category-container .category-description p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #868686;
    margin: 0;
}

.category-container .tags-products {
    padding: 15px 10px;
    border: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    margin: 0;
}

.category-container .tags-products .tags-cloud{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.category-container .tags-products .tags-cloud li{
    padding: 0px 5px 5px 0;
}

.category-container .tags-products .tags-title{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #333333;
    text-transform: uppercase;
}

.category-container .category-tags{
    margin: 30px 0;
}

.category-container .tags-products:first-child{
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
} 
.category-container .tags-products:last-child{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
} 

.product-layout .left-block-product{
    position: relative;
}

.product-layout .left-block-product .img-card-product img{
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.product-layout .left-block-product .img-card-product img {
   transition: all .3s ease;
}

.product-layout:hover .left-block-product .img-card-product img {
   transform: scale(1.05);
}

.right-block-product .product-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
}
.right-block-product .product-item:nth-child(odd){
    background-color: #f2f2f2;
}

.right-block-product .product-item:last-child {
    border-bottom: 1px solid #f2f2f2;
}
  
.right-block-product .product-details {
  flex: 1;
}

.right-block-product .product-price {
  margin-right: 20px;
}

.right-block-product .product-price p{
    margin: 0;
}

.right-block-product .product-price .old-price{
    text-decoration: line-through;
}

.right-block-product .series-add-cart{
    margin-left: 20px;
    display: flex;
}

.right-block-product .quantity-control {
  display: flex;
  align-items: center;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  justify-content: space-between;
  width: 65px;
  height: 22px;
}

.right-block-product .quantity-control button{
  border: none;
  background: none;
  width: 20px;
  height: 20px;
  color: #555555;
}

.right-block-product .quantity-control input {
  border: none;
  background: none;
  text-align: center;
  width: 30px;
  height: 14px;
  font-weight: 400;
  line-height: 14.06px;
  color: #555555;
  padding: 0;
}

.right-block-product .product-details{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #555555;
    flex: unset;
    padding-right: 20px;
}

.right-block-product .product-price{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
    flex: 1;
    justify-content: end;
    display: flex;
}

.product-details .pds-thumb-rollover,
.product-details .preview{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}

.product-details .pds-thumb-rollover:hover{
    color: #008080;
}

.product-layout .center-block-product {
  margin-left: 15px;
  position: relative;
}
.product-layout .center-block-product .emerging-button{
  margin-top: auto;
  margin-bottom: 20px;
}

.product-layout .center-block-product .product-properties{
    margin: 0;
    padding: 0 0 20px 0;
}

.product-layout .center-block-product .product-properties li{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
    color: #555555;
}

.product-layout .center-block-product .product-properties p{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
    color: #555555;
}

.options-prod .product-properties p{
    font-size: 16px;
    margin-bottom: 7px;
    line-height: 20px;
}
.options-prod strong {
    font-weight: 500;
}
.product-layout .center-block-product .product-properties li span{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #555555;
}

.product-sku {
    flex: 1;
    display: flex;
    justify-content: left;
    padding-left: 10px;
}

.product-item .sku {
     flex: 2;
}

.products-list .product-layout{
    padding: 20px 30px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    transition: all 0.3s;
}

.products-list .product-layout .center-block-product h2{
    padding-bottom: 20px;
    margin: 0;
}

.products-list .product-layout .center-block-product h2 a{
    font-size: 18px;
    font-weight: 500;
    line-height: 15.4px;
    color: #444444;
}

.product-layout .center-block-product h2 a:hover{
    color: #008080;
}

.catalog-btn{
    border-radius: 5px;
    text-transform: uppercase;
    background: #008080;
    border: 1px solid #008080;
    color: #fff;
    font-size: 15px;
    padding: 10px 25px;
}

  
.product-layout:hover .emerging-button{
    bottom: -30px;
    opacity: 1;
    transition: 0.5s;
}
  
.catalog-btn:hover{
    background: #fff;
    color: #008080;
}

.populare-product-wrapper{
    margin-bottom: 40px;
}

.populare-product-wrapper .populare-title{
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #222222;
    margin-bottom: 20px;
}

.populare-product-wrapper .product-latest-item .card-body{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.populare-product-wrapper .product-latest-item .card-body-right{
    margin-left: 10px;
}

.populare-product-wrapper .product-latest-item .card-body-right .populare-product-title{
    margin-bottom: 10px;
}

.populare-product-wrapper .product-latest-item .card-body-right a{
    font-size: 14px;
    font-weight: 300;
    line-height: 15.4px;
    color: #222222;

}

.populare-product-wrapper .product-latest-item .card-body-right a:hover{
    color: #008080;
}

.populare-product-wrapper .product-latest-item .card-body-right .price p{
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: #008080;
}

.product-latest-item .card-body .card-body-left{
    border: 1px solid #DDDDDD;
    border-radius: 3px;
}

.product-latest-item .card-body .card-body-left img{
    width: 100%;
    object-fit: cover;
    height: 94px;
}

.product-latest-item {
    position: relative;
}

.product-latest-item .card-body .card-body-left {
    position: relative;
}

.product-latest-item .card-body .card-body-left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.product-latest-item:hover .card-body .card-body-left::before {
    opacity: 0.3;
}

.load-block-btn{
    text-align: center;
    margin: 26px 0 29px 0;
}

.load-btn{
    font-size: 13px;
    font-weight: 500;
    line-height: 17.33px;
    color: #fff;
    text-transform: uppercase;
    background-color: #008080;
    width: 201px;
    height: 44px;
    border-radius: 4px;
    transition: 0.2s;
    border: 1px solid #008080;
}

.load-btn:hover{
    color: #008080;
    background-color: #fff;
}

.pagination-block{
    background-color: #F8F8F8;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.pagination-block .pagination-text p{
    font-size: 12px;
    font-weight: 400;
    line-height: 55px;
    color: #555555;
    margin: 0 0 0 45px;
}

.pagination-block .pagination{
    display: flex;
    align-items: center;
    margin: 0;
}

.pagination-block .pagination li{
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    background-color: #fff;
    padding: 7px 5px;
    margin-right: 7px;
}

.pagination-block .pagination li img{
    vertical-align: text-top;
}

.pagination-block .pagination li:hover{
    background-color: #DDDDDD;
}

.pagination-block .pagination li.active{
    background-color: #008080;
}

.pagination-block .pagination li.active span{
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 17.14px;
    padding: 7px 10px;
}

.pagination-block .pagination li a{
    font-size: 12px;
    font-weight: 400;
    line-height: 17.14px;
    color: #777777;
    padding: 7px 10px;
}

.scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    padding: 12px 15px 15px 15px;
    background-color: #008080;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    z-index: 1000;
    transition: opacity 0.3s;
}

.scrollToTopBtn:hover {
    background-color: #fff;
    color: #008080;
    border: 1px solid #008080;
}

/* PRODUCTS PAGE */
.section-product{
    padding: 60px 0 30px 0;
}

.section-product .product-img-block{
    padding-right: 30px;
}

.product-wrapper{
    margin-bottom: 50px;
}

.product-wrapper .product-title{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-wrapper .product-title h1{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    color: #444444;
    margin: 0;
}

.product-wrapper .text-end {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: #008080;
  margin: 0 0 0 20px;
}

.empty-cart h1{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    color: #444444;
}

.product-wrapper .product-description{
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.7;
}

.product-wrapper .product-description p,
.product-wrapper .product-description a{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #555555;
    margin: 0;
}

.product-wrapper .product-description a:hover{
    color: #008080;
}

.product-document-container{
    margin-bottom: 30px;
}

.product-document-container .document-title{
    border-bottom: 1px solid #D9D9D9;
    margin: 20px 0 20px 0;
}

.product-document-container .document-title h2{
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #555555;
    margin: 0;
    padding: 0 0 10px 0;
}

.product-document-container .document-title h2::before{
    content: "";
    display: block;
    position: absolute;
    width: 78px;
    height: 1px;
    background: #008080;
    bottom: -1px;
    left: 0;
}

.document-block{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.document-block p{
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    color: #777777;
    padding: 0 0 0 10px;
    margin: 0;
}

.document-block p:hover{
    color: #008080
}

.swiper-product .swiper-slide{
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.section-product .thumbSwiper .swiper-wrapper .swiper-slide img{
    width: 100%;
    object-fit: cover;
    height: 105px;
}

.section-product .swiper-product .swiper-wrapper .swiper-slide img{
    width: 100%;
    object-fit: cover;
    height: 450px;
}

.section-product .thumbSwiper{
    padding: 15px 0;
}

.section-product .thumbSwiper .swiper-slide{
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    opacity: 0.5;
}

.section-product .thumbSwiper .swiper-slide-thumb-active{
    opacity: 1; 
}
.swiper {
  padding-bottom: 10px;
}
.product-characteristics-wrapper .product-characteristics-tabs ul{
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 15px;
}

.product-characteristics-wrapper .product-characteristics-tabs{
    padding: 20px 0 25px 0;
}

.product-characteristics-wrapper{
    /* border: 1px solid #E3E1E1; */
    border-radius: 4px;
    padding: 10px 0;
}

.product-characteristics-wrapper .product-characteristics-tabs button{
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #555555;
    margin-right: 25px;
    text-transform: uppercase;
    padding: 0;
    border: none;
}

.product-characteristics-wrapper .product-characteristics-tabs button:hover{
    color: #008080;
    border: none;
}

.product-characteristics-wrapper .product-characteristics-tabs button:focus{
    padding: 0;
    border: none;
}

.product-characteristics-wrapper .product-characteristics-tabs button.active{
    color: #008080;
    border: none;
    position: relative;
}

.product-characteristics-wrapper .product-characteristics-tabs button.active::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #008080;
    bottom: -15px;
    left: 0;
}

.characteristics-content{
  display:flex;
  align-items:center;
}
.characteristics-wrapper {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e6e6e6;
}
.characteristics-wrapper:last-child {
  border-bottom: none;
}
.characteristics-content p:first-child{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #555555;
    flex: 0 0 50%;
}
.characteristics-content p:last-child{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #555555;
    flex: 0 0 50%;
  text-align: right; 
}

.characteristics-content p span{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #3EB94F;
}

.description-wrapper {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #555555;
}

.aside-block{
    padding: 25px;
    border: 1px solid #DDDDDD;
    margin-bottom: 35px;
    border-radius: 5px;
}

.aside-title{
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #555555;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
    padding: 0 0 10px 0;
    margin-bottom: 25px;
}

.aside-title::before{
    content: "";
    display: block;
    position: absolute;
    width: 78px;
    height: 1px;
    background: #008080;
    bottom: -1px;
    left: 0;
}

.delivery-text{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.delivery-text p{
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #555555;
    padding-left: 10px;
    margin: 0;
}

.delivery-text img{
    padding-top: 3px;
}

.form-input{
    border: 1px solid #CCCCCC;
    padding: 10px 15px;
    width: 100%;
}

.form-input::placeholder{
    font-size: 12px;
    font-weight: 400;
    line-height: 14.06px;
    color: #999999;
}

.form-block{
    position: relative;
    margin-top: 40px;
}

.form-block label{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #555555;
    bottom: 45px;
    position: absolute;
}

.form-block-btn{
    margin-top: 30px;
}

.btn{
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.14px;
    padding: 10px 15px;
    transition: 0.2s;
    width: 100%;
    text-transform: uppercase;
}

.btn:hover{
    color: #fff;
    background-color: #008080;
    border: 1px solid #008080;
}

.btn2{
    border: 1px solid #008080;
    border-radius: 5px;
    background-color: #008080;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 17.14px;
    padding: 10px 15px;
    transition: 0.2s;
    width: 100%;
    text-transform: uppercase;
}

.btn2:hover{
    color: #008080 !important;
    background-color: #fff;
    border: 1px solid #008080;
}

.title-faq{
font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #555555;
  border-bottom: 1px solid #E1E1E1;
  position: relative;
  padding: 0 0 10px 0;
  margin-bottom: 25px;
}
.title-faq::before{
    content: "";
  display: block;
  position: absolute;
  width: 190px;
  height: 1px;
  background: #008080;
  bottom: -1px;
  left: 0;
}

.related-product{
    padding: 30px 0;
}

.related-product .related-wrapper .related-title h2{
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #555555;
    border-bottom: 1px solid #E1E1E1;
    position: relative;
    padding: 0 0 10px 0;
    margin-bottom: 25px;
}

.related-product .related-wrapper .related-title h2::before{
    content: "";
    display: block;
    position: absolute;
    width: 190px;
    height: 1px;
    background: #008080;
    bottom: -1px;
    left: 0;
}

.related-product .swiper-slide{
    /* border: 1px solid #E5E5E5; */
    border-radius: 5px;
    padding: 5px 5px 20px 5px;
}

.related-product .swiper-slide img{
    width: 100%;
    object-fit: cover;
}

.related-product .swiper-slide .swipper-img{
    position: relative;
}

.related-product .swiper-slide .swipper-img::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    cursor: pointer;
    transition: 0.5s;
}

.related-product .swiper-slide:hover .swipper-img::before{
    opacity: 0.3;
} 

.related-product .swiper-slide .swipper-title{
    text-align: center;
    margin: 15px 0 15px 0;
}

.related-product .swiper-slide .swipper-title a{
    font-size: 14px;
    font-weight: 500;
    line-height: 15.4px;
    color: #008080;
}

.related-product .swiper-slide .swipper-title a:hover{
    color: #79bcd9;
}

.related-product .swiper-slide .swipper-price,
.related-product .swiper-slide .swipper-price span{
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: #008080;
    text-align: center;
    margin-bottom: 13px;
}

.related-product .swiper-slide .swipper-btn{
    margin: 0 auto;
    width: 120px;
}

.related-product .swiper-btn-prev,
.related-product .swiper-btn-next{
    background-color: #F2F2F2;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    padding: 8px 11px;
    position: absolute;
    top: 0;
}

.related-product .swiper-btn-prev{
    right: 35px;
}

.related-product .swiper-btn-next{
    right: 0;
}

.related-product .swiper-btn-prev:hover::after,
.related-product .swiper-btn-next:hover::after{
    color: #008080;
}

.related-product .swiper-btn-prev::after,
.related-product .swiper-btn-next::after{
    color: #555555;
    font-family: swiper-icons;
    font-size: 12px;
    font-weight: 800;
}

.related-product .swiper-btn-prev::after{
    content: 'prev';
}

.related-product .swiper-btn-next::after{
    content: 'next';
}

/* CART PAGE */
.section-cart{
    padding: 50px 0;
}

.section-cart .cart-block-wrapper{
    border: 1px solid #DDDDDD;
    padding: 25px;
    border-radius: 5px;
}

.section-cart .cart-title{
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    padding: 0 0 20px 0;
    position: relative;
}

.section-cart .cart-title h1{
    font-size: 16px;
    font-weight: 500;
    line-height: 17.6px;
    color: #555555;
    padding-left: 10px;
    margin: 0;
}

.section-cart .cart-title::before{
    content: "";
    display: block;
    position: absolute;
    width: 205px;
    height: 1px;
    background: #008080;
    bottom: -1px;
    left: 0;
}

.cart-table{
    overflow-x: scroll;
}

.cart-table .image-cell{
    width: 100px;
}

.cart-table .image-cell img{
    width: 60px;
    height: 60px;
    margin: 0 0 0 15px;
    border: none;
}

.cart-table thead tr{
    background: #3333331A;

}

.cart-table thead tr th{
    padding: 10px 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 17.14px;
    color: #555555;
}

.cart-table .product-name-cart{
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  vertical-align: middle;

}

.cart-table a:hover{
    color: #008080;
    transition: all 0.3s;
}
.cart-table a:hover{
    color: #79bcd9;
}

.table-cart {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    margin-top: 30px;
}

.cart-table tbody{
    border: 1px solid #DDDDDD;
}


.cart-table tbody .action{
    display: flex;
    align-items: center;
}

.cart-table tbody .action .quantity-input{
    border: 1px solid #CCCCCC;
    width: 50px;
    padding: 8px 6px;
    border-radius: 0;
}

.cart-table tbody .action .quantity-input:focus{
    box-shadow: none;
}

.cart-table tbody .action .update-btn{
    color: #fff;
    background-color: #008080;
    width: 38px;
    height: 34px;
}

.cart-table tbody .action .delete-btn{
    color: #fff;
    background-color: #D9534F;
    width: 38px;
    height: 34px;
}

.action-buttons button {
    background-color: #ff8c00;
    border: none;
    padding: 5px;
    cursor: pointer;
    color: white;
}
.action-buttons button.delete {
    background-color: #ff6347;
}

.cart-table tbody .price-table{
    font-size: 16px;
    font-weight: 400;
    line-height: 17.14px;
    color: #555555;
    border-right: 1px solid #DDDDDD;
    /* border-left: 1px solid #DDDDDD; */
}

.cart-table tbody .total-price-table{
    font-size: 12px;
    font-weight: 700;
    line-height: 17.14px;
    text-align: right;
    color: #555555;
    border: 1px solid #DDDDDD;
}

.section-cart .cart-block-button{
    margin: 20px 0;
    text-align: right;
}

.section-cart .cart-block-button button{
    margin-left: 10px;
}

.btn-cart{
    color: #fff;
    text-transform: uppercase;
    background-color: #008080;
    font-size: 13px;
    font-weight: 500;
    line-height: 17.33px;
    padding: 15px 10px;
    border-radius: 4px;
    transition: 0.2s;
    border: 1px solid #008080;
}

.btn-cart:hover{
    color: #008080;
    background-color: #fff;
}
.btn-cart2{
    color: #008080;
    text-transform: uppercase;
    background-color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 17.33px;
    padding: 15px 10px;
    border-radius: 4px;
    transition: 0.2s;
    border: 1px solid #008080;
}

.btn-cart2:hover{
    color: #fff;
    background-color: #008080;
}

.form-order{
    padding-bottom: 100px;
}

.form-order .order-wrapper .accordion-item{
    border: 1px solid #DDDDDD;
    padding: 25px;
    margin-bottom: 35px;
}

.form-order .order-wrapper .order-title{
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 25px;
}

.form-order .order-wrapper .order-title::before{
    content: "";
    display: block;
    position: absolute;
    width: 205px;
    height: 1px;
    background: #008080;
    bottom: -1px;
    left: 0;
}

.form-order .order-wrapper .order-title h2{
    font-size: 16px;
    font-weight: 500;
    line-height: 17.6px;
    color: #555555;   
    margin: 0 0 0 6px; 
}

.accordion-body{
    padding: 0;
}

.comment-label{
    top: -25px;
}

.form-order .total-order-wrapper{
    border: 1px solid #DDDDDD;
    padding: 10px 25px 20px 25px;
    top: 20px;
    margin-bottom: 35px;
}

.total-order-wrapper .total-order-title{
    border-bottom: 1px solid #DDDDDD;
    position: relative;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #555555;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.total-order-wrapper .total-order-title::before{
    content: "";
    display: block;
    position: absolute;
    width: 78px;
    height: 1px;
    background: #008080;
    bottom: -1px;
    left: 0;
}

.total-order-wrapper .total-order-content,
.total-order-wrapper .cart-price-total{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total-order-wrapper .total-order-content p,
.total-order-wrapper .total-order-price p{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #555555;
    margin: 0 0 10px 0;
}

.total-order-wrapper .total-order-price p:first-child{
    color: #000000;
}

.total-order-wrapper .total-order-price{
    border-top: 1px solid #D9D9D9;
    padding-top: 10px;
    margin: 10px 0 25px 0;
}

.btn-order{
    color: #fff;
    text-transform: uppercase;
    background-color: #008080;
    font-size: 13px;
    font-weight: 500;
    line-height: 17.33px;
    width: 100%;
    padding: 10px 0;
    border-radius: 4px;
    border: 1px solid #008080;
    transition: 0.2s;
}

.btn-order:hover{
    color: #008080;
    background-color: #fff;
    border: 1px solid #008080;
}


/* PRODUCT-ITEM PAGE */
.section-product-item{
    padding: 30px 0;
}

.product-img-block-one{
    margin-bottom: 20px;
}

.section-product-item .thumbSwiperItem .swiper-wrapper .swiper-slide img{
    width: 100%;
    object-fit: cover;
    height: 90px;
}

.section-product-item .swiper-product-item .swiper-wrapper .swiper-slide img,
.section-product-item .product-img-one{
    width: 350px;
    height: 350px;
    object-fit: cover;
}

.section-product-item .thumbSwiperItem{
    padding: 15px 0;
}

.section-product-item .thumbSwiperItem .swiper-slide{
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    opacity: 0.5;
}

.section-product-item .thumbSwiperItem .swiper-slide-thumb-active{
    opacity: 1; 
}

.product-item-price .item-new-price,
.product-item-price .item-old-price{
    display: flex;
    align-items: center;
    margin: 10px 0 20px 0;
}

.product-item-price .item-new-price p,
.product-item-price .item-new-price span{
    font-size: 30px;
    font-weight: 700;
    line-height: 18px;
    color: #008080;
    margin: 0 10px 0 0;
}

.product-item-price .item-old-price p,
.product-item-price .item-old-price span{
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #888888;
    text-decoration: line-through;
    margin: 0;
}

.quanity-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.flex{
    display: flex;
    align-items: center;
    justify-content: start;
}

.quantity-input{
    font-size: 14px;
    font-weight: 400;
    line-height: 14.06px;
    color: #555555;
    width: 100%;
    height: 100%;
    border-right: 1px solid #DDDDDD;
    padding-left: 10px;
}

.quantity-block{
    width: 80px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quanity-wrapper p{
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #555555;
    margin: 0;
}
  
.quantity-controls{
    display: flex;
    flex-direction: column;
    height: 40px;
    width: 90%;
}

.quantity-btn{
    background: inherit;
    height: 100%;
}

.quantity-btn.up{
    border-bottom: 1px solid #DDDDDD;
}

.quantity-btn.down img{
    padding-top: 3px;
}

.aside{
    padding: 0px 0 20px 25px;
}
.subcategory-list  {
      display: flex; 
      flex-wrap: wrap;
      margin: 10px 0;
      padding: 0; }
.subcategory-list li {
    margin-right: 10px;
    margin-bottom: 10px;
  padding: 10px 15px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #f9f9f9;
  }
  .subcategory-list li:hover,
  .ocf-category-page-list li:hover {
      border-color: #008080;
  }

.subcategory-list li img {
    width: 30px;
    height: 30px;
    padding-right: 5px;
}
.subcategory-list li a,
.ocf-category-page-list a {
    display: flex;
    font-size: 16px;
  align-items: center;
  color: #008080;
}
.subcategory-list li a:hover{
    color: #79bcd9;
}

.ocf-category-page-list li{
        margin-right: 10px;
          padding: 10px 15px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #f9f9f9;
}

.review-block .autor,
.review-block .date{
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #555555;
  margin-bottom: 10px;
}

.review-block .no-review{
    margin-bottom: 20px;
}

.review-title{
    font-size: 24px;
    font-weight: 500;
    color: #555555;
    margin-bottom: 10px;
}

.review-block .review-box,
.form-group.required{
    margin-bottom: 20px;
}

#form-review .review-input{
    outline: 0;
    outline-offset: 0;
    box-shadow: none;
    border: 1px solid #C8C8C8;
    border-radius: 8px;
    padding: 10px 12px;
    width: 100%;
    margin-bottom: 15px;
}

#form-review .review-input:focus{
    border-color: #008080;
}

.category-wrapper{
    padding: 30px 0;
}

.alert.alert-success{
  position: fixed;
  bottom: 0;
  z-index: 9999;
}

.alert-success .close{
    display: none;
}

.alert.alert-success a{
    color: #008080;
}

.empty-cart{
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 30px 10px;
}

#cartFormOrder{
    display: none;
}

.cart .cart-header{
    position: relative;
}

.cart .btn-cart-count{
    position: absolute;
    top: 10px;
    right: -15px;
    background: #fff;
    border-radius: 10px;
    padding: 0px 5px;
    position: absolute;
    line-height: 15px;
}

.cart .btn-cart-count span{
    color: #444;
    font-size: 12px;
}

.breadcumb-wrapper {
  padding: 10px 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.empty-cart {
    padding: 30px 25px;
  margin: 50px 0;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  }
  .empty-cart p {
  font-size: 18px;
  margin-bottom: 0;
  }
  .infcard .form-control {
    padding: 8px 15px;
    box-shadow: none;
    margin-bottom: 10px;
  }
  .empty-search {
  margin-bottom: 50px;
  }

  .product-img-block.sticky-top, .zayavka.sticky-top {
      top: 100px;
  }
 .product-img-block {
     margin-bottom: 10px;
    border-radius: 4px;
 }

/* INFORMATION PAGE */
.information-section{
    padding: 30px 0;
}

.img-wrapper img{
    width: 100%;
    border-radius: 5px;
}

.inform-wrapper{
    margin-left: 20px;
}

.inform-wrapper h1{
    font-size: 24px;
    font-weight: 700;
    line-height: 23px;
    color: #000000;
    margin: 10px 0 30px 0;
}

.inform-wrapper h2{
    font-size: 22px;
    font-weight: 700;
    line-height: 23px;
    color: #000000;
    margin: 10px 0 30px 0;
}

.inform-wrapper p{
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;    
    color: #555555;
}

.inform-wrapper a{  
    color: #008080;
}

.aside-block-inform{
    border: 1px solid #DDDDDD;
    margin-bottom: 35px;
    border-radius: 5px;
}

.title-aside-top{
    background: #008080;
    display: flex;
    padding: 0 0 0 25px;
}

.title-aside-top .tilte-inform-top{
    font-size: 15px;
    font-weight: 700;
    line-height: 50px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0 0 0 10px;
}

.aside-block-inform .aside-navigation-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px 10px 25px;
}

.aside-navigation-block a{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #008080;;
}

.aside-navigation-block a:hover{
    color: #79bcd9;
}

.aside-navigation-podblock{
    padding-left: 25px;
}

.image{
    width: 100%;
}

.description-wrapper h1{
    font-size: 24px;
    font-weight: 700;
    line-height: 23px;
    color: #000000;
}

.description-wrapper p{
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;    
    color: #555555;
}

.column-left-aside{
    position: relative;
    display: block;
    height: 100%;
}
 
.column-left-aside .aside-block{
    position: sticky;
    top: 80px;
}

.ul-text li{
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;    
    color: #555555;
    position: relative;
    padding: 10px 0;
}

.ul-text li::before{
    content: "";
    width: 7px;
    height: 7px;
    background-color: #008080;
    border-radius: 5px;
    top: 18px;
    left: -20px;
    position: absolute;
}

.aside-navigation-podblock .aside-navigation-block{
    position: relative;
}

.aside-navigation-podblock .aside-navigation-block::before{
    content: "";
    width: 5px;
    height: 5px;
    background-color: #008080;
    border-radius: 5px;
    top: 20px;
    left: 0px;
    position: absolute;
}

.contact-block{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-block p{
    margin: 0;
    padding-left: 10px;
}

.contact-block-doc p{
    margin: 0;
}

.contact-block-doc{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

.article-wrapper{
    margin: 0 0 30px 0;
}

.article-title a{
    font-size: 22px;
    font-weight: 500;
    line-height: 23px;
    color: #008080;
    transition: all 0.3s;
}

.article-title h2 a:hover{
    color: #79bcd9;
}

.article-title{
    display: flex;
    align-items: center;
    height: 100%;
}


.article-wrapper h2,
.article-wrapper p{
    margin: 0;
}

.article-wrapper p,
.link-wrapper span{
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #555555;
}

.article-wrapper a:hover{
    color: #008080;
}

.link-wrapper a{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.link-wrapper span{
    color: #008080;
    margin-right: 10px;
}

.link-wrapper span:hover{
    color: #79bcd9;
}

.category-photo img{
    width: 100%;
    object-fit: contain;
    height: 140px;
    border-radius: 5px;
}

.article-card{
  display: flex;
  align-items: center;
  border: 1px solid #e6e6e6;
  padding: 30px 15px;
  border-radius: 5px;
  margin: 0 0 20px 0;
}

.article-image img{
    width: 100%;
    object-fit: cover;
    height: 160px;
    border-radius: 5px;
}

.article-content .article-title{
    margin: 0 0 15px 0;
}

.article-content .article-description{
    padding: 0px 0 15px 0;
}

.modal-top{
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.modal-top .aside-title,
.modal-body .aside-block{
    margin: 0;
}

.modal-body .form-input{
    border-radius: 5px;
}

.button-close{
    --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: .375rem;
  opacity: var(--bs-btn-close-opacity);
}

#preview{
    width: 213px;
}

#preview img{
    width: 100%;
    object-fit: cover;
    height: 130px;
}

.category-page .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
         -o-transition: opacity .15s linear;
            transition: opacity .15s linear;
  }
.category-page .fade.in {
    opacity: 1;
  }
  .collapse {
    display: none;
  }
  .collapse.in {
    display: block;
  }
  
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: .35s;
         -o-transition-duration: .35s;
            transition-duration: .35s;
    -webkit-transition-property: height, visibility;
         -o-transition-property: height, visibility;
            transition-property: height, visibility;
  }
  
  .close {
    font-size: 21px;
    font-weight: bold;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    position: absolute;
  top: 0;
  right: 5px;
  }
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
  }
  button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
  }
  .modal-open {
    overflow: hidden;
  }
  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
  }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
         -o-transition:      -o-transform .3s ease-out;
            transition:         transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
         -o-transform: translate(0, -25%);
            transform: translate(0, -25%);
  }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
  .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
            box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99998;
    background-color: #000;
  }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
  }
  .modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .modal-header .close {
    margin-top: -2px;
  }
  .modal-title {
    margin: 0;
    line-height: 1.42857143;
  }
  .modal-body {
    position: relative;
    padding: 15px;
  }
  .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
  }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
  }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
  }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0;
  }
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  @media (min-width: 768px) {
    .modal-dialog {
      width: 600px;
      margin: 30px auto;
    }
    .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
              box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
      width: 300px;
    }
  }
  @media (min-width: 992px) {
    .modal-lg {
      width: 900px;
    }
  }

#warning-messages{
    position: fixed;
    bottom: 0;
}

.ajax-filter.af-horizontal .af-element span{
    display: none !important;
}

.ajax-filter.af-horizontal .af-element .title{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #555555;
    border-radius: 3px;
    border: 1px solid #008080;
    padding: 5px 10px;
    background-color: #F1F1F1;
}

.ajax-filter.af-horizontal .af-element .title:hover{
    color: #008080;
    background-color: #fff;
}

.ajax-filter.af-horizontal input[type="checkbox"]:checked + span + .title{
    color: #008080;
    background-color: #fff;
    border: 2px solid #008080;
}

.result-at .success-at{
    padding: 10px 20px;
    font-size: 16px;
}

.validate-input-at.alert-validate .input-at{
    outline: 1px solid red;
}

.form-block .form-input:focus{
    outline: 1px solid #008080;
}

.product-characteristics-content hr{
    border-top: var(--bs-border-width) dashed;
}

.characteristics-wrapper p{
    margin-bottom: 0;
}

.ocf-container {
    border: 1px solid #ddd;
    padding: 10px 20px 0 20px;
    border-radius: 5px;
}

.title-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.title-block h3{
    color: #008080;
    font-weight: 500;
    font-size: 24px;
    line-height: 18px;
}

.title-block h2{
    margin-bottom: 0;
}
.title-block > :first-child {
  flex: 0 0 70%;
}

.title-block > :last-child {
  flex: 0 0 30%;
}
.title-block h2 a{
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #008080;
    transition: all 0.3s;
}
.title-block h2 a:hover{
    color: #79bcd9;
}
.forma-svyz .input-form{
    border: 1px solid #C8C8C8;
    border-radius: 8px;
    padding: 10px 12px;
    width: 100%;
    margin-bottom: 15px;
}

.file-upload {
    border: 1px dashed #C4C4C4;
    border-radius: 15px;
    text-align: center;
    padding: 15px 20px;
    margin-bottom: 30px;
    position: relative;
}

.file-input {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.file-upload-name{
    color: #818181;
    font-weight: 400;
    font-size: 14px;
}

.file-upload-filename{
    line-height: 1.6;
    margin: 0;
}

.form__checkbox__label{
    display: flex;
    align-items: center;
}

.form__checkbox__label span{
    padding-left: 10px;
}

.svyz-form-bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.border-wrapper{
    padding: 20px 15px 0 20px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}

.related-product.border-wrapper .swiper-slide{
    border: none;
}

.swiper-btn-prev-related,
.swiper-btn-next-related,
.swiper-btn-prev-tovar,
.swiper-btn-next-tovar{
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    background: #F2F2F2;
    z-index: 2;
    transition: 0.3s;
    color: #555555;
    font-family: swiper-icons;
    font-size: 12px;
    font-weight: 800;
    border-radius: 3px;
}
.swiper-btn-prev-related:hover,
.swiper-btn-next-related:hover,
.swiper-btn-prev-tovar:hover,
.swiper-btn-next-tovar:hover{
    color: #008080;
}
.swiper-btn-next-related{
    position: absolute;
    right: 0;
    top: 50%;
}
.swiper-btn-prev-related{
    position: absolute;
    left: 0;
    top: 50%;
}
.swiper-btn-next-tovar{
    position: absolute;
    right: 0;
    top: 0;
}
.swiper-btn-prev-tovar{
    position: absolute;
    right: 45px;
    top: 0;
}
.swiper-btn-prev-related::after,
.swiper-btn-prev-tovar::after {
    content: 'prev';
}

.swiper-btn-next-related::after,
.swiper-btn-next-tovar::after {
   content: 'next';
}

.article-descr{
    text-align: center;
    padding: 0 15px;
}

.btn-radio{
    background: inherit;
    color: #008080;
    border-radius: 5px;
    border: 1px solid #008080;
    padding: 5px 10px;
    margin-right: 5px;
    transition: 0.2s;
}

.btn-radio.active{
    background: #008080;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #008080;
    padding: 5px 10px;
    margin-right: 5px;
    transition: 0.2s;
}

#input-options .radio:last-child .btn-radio{
    margin-right: 0;
}

/* .swiper-slide{
    height: auto !important;
} */

.licensese-block .swiper-slide{
    height: 350px;
}

.img-responsive{
    object-fit: contain;
    width: 100%;
    height: 350px !important;
}

.docum-block{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.docum-block img{
    padding-right: 10px;
}

.docum-block a{
    color: #777777;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    transition: 0.3s;
}

.docum-block a:hover{
    color: #008080;
}

.dropdown-company{
    position: relative;
    height: 100%;
}

.header .header-bottom .menu .dropdown-company ul li a{
    color: #008080;
    padding: 7px 0 5px 0;
    display: block;
}

.header .header-bottom .menu .dropdown-company ul li{
    border-bottom: 1px solid #DDD;
}

.header .header-bottom .menu .dropdown-company ul li:last-child{
    border-bottom: none;
}
 
.dropdown-content-company{
    display: none;
    width: 250px;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 9999;
    background: #fff;
    border-radius: 5px;
    padding: 10px 15px 7px 15px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-company.is-open .dropdown-content-company{
  display: block;
}

.dropdown-column-company{
    padding: 0;
}

.dropdown-company:has(.dropdown-content-company:hover) > .dropbtn-company,
.dropdown:has(.dropdown-content:hover) > .dropbtn {
    background: #fff;
    color: #008080;
    border-radius: 5px;
}

/* Базовые стили для фонов */
.pds-bg-gray { background-color: #f8f8f8 !important; }
.pds-bg-white { background-color: #ffffff !important; }

/* Стили для кнопки */
.pds-expand-container {
    display: flex !important;
    justify-content: center;
    background: none !important;
    border: none !important;
}

.pds-expand-button {
    border-radius: 5px;
    text-transform: uppercase;
    background: #008080;
    border: 1px solid #008080;
    color: #fff;
    font-size: 15px;
    padding: 10px 25px;
    width: 100%;
    transition: all 0.3s;
}

.pds-expand-button:hover {
    background: #fff;
    color: #008080;
}

  /* скрытые элементы */
  .pds-item-hidden { display: none !important; }

  /* контейнер и кнопка — делаем “кликабельными при любых раскладах” */
  .pds-expand-container{
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    margin: 12px 0 0;

    position: relative;
    z-index: 99;
    pointer-events: auto !important;
  }


/* Стандартное чередование для развернутого состояния */
.pds .product-item:nth-child(odd) {
    background-color: #f8f8f8;
}
.pds .product-item:nth-child(even) {
    background-color: #ffffff;
}

.series-add-cart .btn {
  padding: 6px 12px;
}
.page-compare .btn.btn-danger {
    line-height: 14px;
  padding: 10px 12px;
}
.product-layout .title-block {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.section-wall{
    padding: 30px 0;
    background: #f8f8f8;
}

.category-wall-box{
    display: flex;
    padding: 20px 15px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 10px 20px 1px #24243B26;
    transition: transform 0.3s;
    margin-bottom: 20px;
    height: 210px;
}
.category-wall-box:hover{
    transform: translateY(-5px);
}

.category-wall-box .category-list{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.show-more{
    font-size: 16px;
    color: #008080;
    font-weight: 400;
    transition: all 0.3s;
}
.show-more:hover{
    color: #79bcd9;
}

.title-wall{
    font-size: 20px;
    color: #008080;
    font-weight: 500;
    transition: all 0.3s;
}
.title-wall:hover{
    color: #79bcd9;
}

.child-list-wall{
    padding: 0;
}
.child-list-wall li{
    margin-bottom: 10px;
}

.child-title-wall{
    font-size: 14px;
    font-weight: 400;
    color: #444;
    transition: all 0.3s;
}
.child-title-wall:hover{
    color: #008080;
}

.image-wall{
    width: 140px;
    height: 140px;
    object-fit: cover;
    margin-right: 10px;
}

.section-block-company{
    padding: 65px 0 30px 0;
}

.company-block p{
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: #444;
}

.company-block h2{
    font-size: 30px;
    font-weight: 500;
    color: #444444;
    margin-bottom: 30px;
}

.section-support{
    padding: 0 0 50px 0;
}

.section-brend{
    padding: 50px 0 30px 0;
    background: #f8f8f8;
}

.item-brend{
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    transition: trasform 0.3s;
    box-shadow: 0px 10px 20px 1px #24243B26;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.item-brend:hover{
    transform: translateY(-5px);
}
.item-brend h2{
    color: #008080;
    font-size: 16px;
    margin-bottom: 10px;
}
.item-brend p{
    font-size: 14px;
    color: #444;
}

.item-brend img{
    width: 100%;
    object-fit: contain;
    height: 150px;
}

.item-brend .text-brend{
    text-align: center;
}

.descr-text-brend{
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 15px;
    color: #444;
}


/* Плейсхолдер под высоту липкого блока, чтобы не было "прыжка" */
.header-bottom-placeholder {
  height: 0;
}

/* Липкое меню */
.header-bottom.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}
.header-bottom.is-sticky .menu .dropdown a.dropbtn {
border: 1px solid #fff;
  border-radius: 5px;
}
.header-bottom.is-sticky .search {
  padding: 0 4vw;
}
/* В липком режиме скрываем: О компании, Медиа, Контакты */
.header-bottom.is-sticky .menu > li:not(:first-child){
    display:none !important;
}

.header-bottom.is-sticky{
    background: #008080;
}
.header-bottom.is-sticky .dropdown-content{
    top: 60px;
}

.header-bottom .stick-contact-header{
    display: none;
}
.header-bottom.is-sticky .stick-contact-header{
    display: block;
    margin-right: 40px;
    text-align: right;
}
.stick-contact-header a{
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
  display: block;
}

.dropbtn{
  position: relative;
  z-index: 999; /* больше чем у dropdown-content */
}

.compare-simple-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.compare-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 6px;
  background: #fff;
}

.compare-image img {
  width: 80px;
  border: none;
}

.compare-name {
  flex: 1;
  font-weight: 500;
}
.compare-name a{
    font-size: 20px;
    color: #444;
    transition: all 0.3s;
}
.compare-name a:hover{
    color: #008080;
}
.compare-name p{
    font-size: 20px;
    color: #444;
    margin: 0;
}

.compare-price {
    min-width: 120px;
    font-size: 20px;
    color: #444;
}

.price-old {
  text-decoration: line-through;
  color: #888;
  margin-right: 5px;
}

.price-new {
  color: #e74c3c;
  font-weight: 700;
}

.compare-actions {
  display: flex;
  gap: 10px;
}

.page-compare{
    padding: 30px 0;
}
.category-desc {
  border: 1px solid #ddd;
  padding: 20px 30px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.product-layout:hover {
    box-shadow: 0px 5px 10px 1px #24243B26;
}
.swiper-pagination{
    position: relative;
}

.docs-block p {
    display: inline-block;
    margin-bottom: 10px;
}
.docs-block p a {
    font-size: 16px;
    color: #008080;
    transition: all 0.3s;
    display: inline;
    vertical-align: center;
    margin-bottom: 10px;
}
.docs-block p a:hover{
    color: #79bcd9;
}

.docs-block a{
    display: flex;
    align-items: center;
}

.docs-block img{
    margin-right: 10px;
    margin-bottom: 10px;
}

.related-product.sticky-top {
    top: 75px;
}
.header-bottom .menu .dropdown a.dropbtn.cat {
  border: 1px solid #fff;
  border-radius: 5px;
  margin-right: 25px;
}
.options-prod {
padding: 12px 10px;
}

.faq-accord .collapse.show{
    display: block;
}

.faq-accord .accordion-body{
    padding: 25px 15px;
    font-size: 18px;
    line-height: 24px;
}

.faq-accord .accordion-header{
    margin: 0;
}

.faq-accord  .accordion-button{
    font-size: 20px;
    box-shadow: none;
}
.faq-accord .accordion-item:nth-child(odd) .accordion-button{
    background: #f8f8f8;
    font-size: 20px;
}
.faq-accord .accordion-button.collapsed{
    box-shadow: none;
}
.faq-accord .accordion-button:not(.collapsed){
    background: inherit;
}

.radio .characteristics-content {
  justify-content: space-between; 
}

.opros-page img{
    width: 35px;
    margin-right: 10px;
}
.opros-page ul li{
    align-items: center;
    display: flex;
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
}
.opros-page ul li a{
    font-size: 16px;
    color: #008080;
    transition: all 0.3s;
}
.opros-page ul li a:hover{
    color: #79bcd9
}
.opros-page ul{
    padding: 0;
}
#input-options{
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}
#input-options .btn-radio{
    -ms-flex-preferred-size: 1;
    flex-basis: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 5px;
}

.opros-block-top{
    display: flex;
    margin-bottom: 30px;
}

.opros-block-top img{
    width: 100%;
  margin-right: 30px;
  height: 350px;
  object-fit: contain;
  max-width: 300px;
}

.catalog-table td{
    border: none;
}

.catalog-table img{
    width: 50px;
    margin-right: 15px;
    padding: 10px 0;
}

.catalog-table td a{
    font-size: 16px;
    color: #008080;
    transition: all 0.3s;
}
.catalog-table td a:hover{
    color: #79bcd9;
}

.catalog-table h2{
    margin: 20px 0;
}

.inform-page img{
    margin-bottom: 20px;
}

.for-image img{
    width: 100%;
    object-fit: cover;
    height: 350px;
}
.img-inform img{
    float: left; 
    margin: 0px 10px 100px 0px;
}

.header-comment{
    font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #444;
  margin: 0;
}

.logo-header{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dropbtn.cat{
	margin-right: 25px;
}

.header-bottom.is-sticky .header-bottom-items{
	padding: 10px 0;
}

.header-bottom.is-sticky .search input{
	height: 40px;
}

.header-bottom.is-sticky .search .btn-search img {
  position: absolute;
  top: 0;
  right: 5px;
  height: 40px;
}

.header-bottom.is-sticky .menu .dropdown a.dropbtn.cat {
  padding: 8px 20px;
}

a{
    color: #008080;
    transition: all 0.3s;
}
a:hover{
    color: #79bcd9;
}
.swiper-pagination-bullet{
    background: #008080;
    opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #79bcd9;
}
.primechanie-img{
    font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #555555;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.primechanie-popup-img{
    display: block;
    color: #fff;
    font-size: 13px;
}

.wrap-button{
    text-align: center;
    margin-bottom: 20px;
}
.wrap-button .show-all{
    text-transform: uppercase;
    padding-top: 5px;
    display: inline-block;
}

/* Обёртка (необязательно) */
.review-stars-lab{
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Контейнер звёзд */
#reviewstar{
  display: inline-flex;
  flex-direction: row-reverse; /* чтобы визуально было 1..5 слева направо при твоём HTML (5..1 в коде) */
  align-items: center;
}

/* Прячем radio, но оставляем доступными для формы */
#reviewstar input[type="radio"]{
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}

/* Звёзды */
#reviewstar label{
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  padding: 0 2px;
  color: #cfd3da; /* серый */
  transition: color .15s ease, transform .05s ease;
  user-select: none;
}

/* Активные звёзды */
#reviewstar label.is-active{
  color: #f5c400; /* жёлтый */
}

/* Нажатие */
#reviewstar label:active{
  transform: scale(0.92);
}

/* Фокус с клавиатуры (Tab) */
#reviewstar input[type="radio"]:focus + label{
  outline: 2px solid rgba(245, 196, 0, .35);
  outline-offset: 3px;
  border-radius: 4px;
}


/* закрашенная (твоя .stary) */
#review .rating .fa-star.stary{
  color: #f5c400; /* жёлтый */
}
.rating .fa-star.stary + .fa-star{
  color: transparent !important;
}
.review-box .rating .fa-stack-2x{
    font-size: 22px !important;
}
.review-box .rating{
    margin-bottom: 10px;
}
.review-block .review-box{
    border: 1px solid #C8C8C8;
    padding: 20px 10px;
    border-radius: 8px;
}

/* Сброс стандартного стиля */
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #C8C8C8;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  position: relative;
  outline: none;
  margin-right: 5px;
}

/* Фон при отмеченном чекбоксе */
input[type="checkbox"]:checked {
  background-color: #008080; /* Новый цвет фона */
  border-color: #008080;
}

/* Добавление галочки (чекмарка) */
input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


.empty-compare {
  padding: 30px 25px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.empty-compare h1 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  color: #444444;
}

.category-wrapper .col-lg-9 .ocf-page-group-name{
    display: none;
}

#cart1{
    top: 70px !important;
}

.font-size-text{
    font-size: 14px;
}

.compare-count{
    top: 12px;
    right: -12px;
    background: #fff;
    border-radius: 10px;
    padding: 0px 5px;
    position: absolute;
    line-height: 15px;
    color: #444;
    font-size: 13px;
}
.cart-count{
    top: -9px;
    right: -38px;
    background: #fff;
    border-radius: 10px;
    padding: 0px 5px;
    position: absolute;
    line-height: 15px;
    color: #444;
    font-size: 13px;
}

.staty-gost .inform-wrapper ul li,
.staty-gost .inform-wrapper ol li{
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #555555;
}

.staty-gost .inform-wrapper ul li{
    list-style: disc;
}
.information-section .inform-wrapper ol li{
    list-style: decimal;
}

.staty-gost .inform-wrapper ul,
.staty-gost .inform-wrapper ol{
    margin: 0 0 20px 0;
    padding: 0 0 0 15px;
}

.staty-gost .inform-wrapper img{
    width: 100%;
    object-fit: cover;
    height: 350px;
}

.delivery-comp td{
    border: 1px solid #DDD;
   padding: 20px;
}
.delivery-comp img{
    width: 100%;
    margin: 0;
    padding: 0;
}

.product-item:has(.pds-current) {
    border: 1px solid #008080;
}
.flex.butt {
    justify-content: center;
}
.dropdown-content {
  scrollbar-width: thin;                 /* Firefox */
  scrollbar-color: #999 #f1f1f1;         /* Firefox */
}

/* Chrome, Edge, Safari */
.dropdown-content::-webkit-scrollbar {
  width: 4px;
}

.dropdown-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 50%;
}

.dropdown-content::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

.dropdown-content::-webkit-scrollbar-thumb:hover {
  background: #777;
}

.category-description-bottom p, .category-description-bottom li,
.category-description-bottom {
    font-size: 16px;
    line-height: 22px;
    color: #555555;
}
.category-description-bottom br {
    margin-bottom: 10px;
}
.category-description-bottom ul li {
    list-style: disc;
    font-size: 16px;
    padding-bottom: 10px;
    color: #555555;
    line-height: 18px;
}
.category-description-bottom h2, .category-description-bottom h3, .category-description-bottom h4 {
    font-size: 22px;
}

.border-block-contact{
    border: 1px solid #ddd;
  padding: 20px 15px;
  border-radius: 5px;
  height: 100%;
}

.title-contact-block{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.title-contact-block img{
    width: 30px;
    margin-right: 10px;
}

.title-contact-block span{
    font-size: 16px;
    font-weight: 500;
}

.block-content-contact a{
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
}

.link-telegram{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.link-telegram img{
    width: 20px;
    margin-right: 10px;
}

.link-telegram a{
    font-size: 16px;
    margin-bottom: 0;
}

.bottom-block-conact{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.bottom-block-conact img{
    width: 50px;
    margin-right: 20px;
}

.bottom-block-conact p{
    margin-bottom: 0;
}

.price-contact-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    padding: 30px 0;
}

.price-contact-wrapper img{
    width: 60px;
    margin-right: 30px;
}

.title-price{
    font-size: 22px;
    font-weight: 500;
}

.title-licenses p{
    font-size: 18px;
    line-height: 24px;
}

.footer-category-link{
    columns: 2;
}

.information-section .row.bal {
    display: none;
}
.terms label {
    display: flex;
    align-items: center;
}

.cookie_notice{
    position: fixed;
  background: #008080;
  bottom: 0;
  padding: 20px;
  width: 30%;
  text-align: center;
}

.cookie_text{
    color: #fff;
    font-size: 18px;
}
.cookie_text p{
    margin-bottom: 30px;
}
.cookie_text .cookie-link{
    color: #79bcd9;
    transition: all 0.3s;
}

.cookie_text .cookie-link:hover{
    color: #fff;
}

.cookie-btn{
    background: #79bcd9;
    color: #fff;
    transition: all 0.3s;
    padding: 10px 15px;
}
.cookie-btn:hover{
    background: #fff;
    color: #008080;
}

.location-top img,
.emael-top img{
    width: 25px;
}

.header-notice{
    width: 100%;
    padding: 10px 0;
    background: #008080;
}

.header-notice p{
    color: #fff;
    font-size: 20px;
    margin: 0;
    text-align: center;
}
