html,body {
    font-weight: 400;  
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
    font-family: Arial;
}
 .owl-carousel .item-video{height:300px}
 .owl-carousel .owl-stage:after {
  content: none;
}

body {
    /*font-family: 'Comfortaa', cursive;*/
}
:root, [data-bs-theme=light] {
  /*  --bs-border-color: #036089; */
}


ul.header-bottom-list {
    margin: 0 -20px;
    justify-content: space-between;
}

.header-contacts-wrapper{
    background: #f5f5f5;
    padding: 8px 10px;
    border-radius: 10px;
    line-height: 1.4; 
}
.header-contacts-phone{
color: #555;
    font-size: 17.8px;
    font-weight: 700;
} 


nav {
            background-color: #f5f5f5;
            border-radius: 10px;
            padding: 0;
        }
        nav a {
            color: #005376;
            text-decoration: none;
            padding: 11px 11px;
            display: inline-block;
            transition: background-color 0.3s;
            font-weight: 700;
        }
        nav a:hover {
            background-color:  #e9e9e9;
        }
        .menu-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: center;
        }

a {
    color: #1300b9;
}
button:focus {
  
    outline: auto; 
}


.container {
   /* padding: 0;*/
}
.sidebar-g {
    /*position: sticky;
    top: 90px;*/
  /* width: 260px; */
}
.filter-del .list {
    display: flex;
}
.filter .list .form-check{
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

.filter .list .form-check:last-child {
    border-bottom: 0px solid #ccc;
 
}
.v-input {
  flex: unset;  margin-bottom: 15px;
}

.v-application {
    display: block;
}
.v-application--wrap {
    flex: unset;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    flex-direction: column;
    min-height: unset;
    max-width: unset;
    position: relative;
}


.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
 
    
}

 
a:not([href]):not([tabindex]) {
    color: #007bff;
}
button:focus {
    outline: none !important;
}
a.btn:not([href]):not([tabindex]) {
    color: #fff;
}

 
a.btn-info:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: none;
}
.btn:hover {
    color: #ffffff;
}

[v-cloak],.spinner {
  display: block;
  padding: 50px 0;

  @keyframes spinner {
    to {
      transform: rotate(360deg);
    }
  }

  &:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  & > div {
    display: none;
  }
}


a {
    color: #07009a;
    text-decoration: unset;
    background-color: transparent;
}
a:hover {
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    outline: 0 none;
    text-decoration: none
}

ul {
  /*  list-style: outside none none;
    margin: 0;
    padding: 0*/
}
 



div.main-menu {
     background: none;
    font-size: 14px;
    margin: 0 -15px;
}
div.main-menu a {
background: none;
    color: #ffffff;
    padding: 0 15px;
    font-weight: 700;
}
div.main-menu ul ul a{
    background: none;
    color: #0472a1;
    padding: 10px 15px;
    font-weight: 700;
}

div.main-menu >ul >li >a {
line-height: 50px;
    font-size: 16px;
}

 
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

/* categorie slider navigation css end */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

::-webkit-input-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

:-moz-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

::-moz-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

:-ms-input-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}
 

    
.breadcrumb-area {
margin: 0.5rem 0;
}
           



.product-pagination {
 
}
.catalog-list-pagination li {
    display: inline-block;
    margin-right: 4px;
}

.catalog-list-pagination li a {
    background: #fff;
    border: 1px solid #0b65ad;
    display: block;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    width: 38px;
    color: #339cda;
    font-weight: 700;
    border-radius: 4px;
 
}

.catalog-list-pagination li.active a, .catalog-list-pagination li a:hover {
    background: linear-gradient(0deg, #0b65ad, #2196f3);
    color: #ffffff;
    border-color: transparent;
}
.catalog-list-pagination li a:hover  {
    box-shadow: 0px 3px 4px 0px #bcbcbc;
}
.pro-pagination {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
            


  


[v-cloak] { display: none }



.content {
    padding: 0 0 15px 0;
}
h1, .h1 {
    font-size: 1.5rem;
} 
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
     font-weight: 700;
}
h2, .h2 {
font-size: 1.4rem;
    font-weight: 700;
    color: #074a67;
 
} 
h3, .h3 {
    font-size: 1.1rem;
 
} 
h4, .h4 {
    font-size: 18px;
    line-height: 20px;
    margin: 23px 0 13px;
}

@media only screen 
   and (max-width : 768px) {

 
.col,  [class*="col-"] {
    padding-right: 4px;
    padding-left: 4px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -4px;
    margin-left: -4px;
} 
    h1 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

       
   
   
}

  


/** product imgs */

 
.thumb-menu.owl-carousel .owl-item a {
    border: 1px solid #ededed;
    display: block;
}

.thumb-menu.owl-carousel .owl-item a.active {
    border-color: #e62e04;
}
.main-product-thumbnail .tab-content img, .product-thumbnail .thumb-menu div img {
    width: 100%;
}

 

.footer {
    background: #f1f1f1;
    padding: 35px 0  5px;
    margin-top: 45px;
    border-top: 1px solid #d8d8d8;
}
.footer-address {
    margin-top: 10px;
    font-size: 14px;
    color: #777;
}
.footer-contacts {
    margin-top: 10px;
    font-size: 14px;
    color: #777;
}
.footer-contacts .shedule{
font-size: 14px;
 
    font-weight: 700;
}
.footer-mail {
    margin: 10px 0 0px;
}
.footer-contacts .phone {
    margin: 5px 0;
}
.footer-contacts .phone a{
    font-size: 14px;
    /* text-align: right; */
    float: right;
    font-weight: 700;
}
.footer h3 {
font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 20px;
    padding-top: 19px;
    border-top: 1px solid #e4e4e4;
}

ul.footer-menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.footer-menu a {
    color: #0472a1;
    font-size: 14px;
    line-height: 28px;
}
.footer-bottom {
    margin: 35px 0 15px;
    font-size: 14px;
    color: #777;
}
img.footer-logo {
    max-width: 100%;
}










.left-col-250 {
  width: 256px;
}

.smallcart .wrapper {
 
}

 

.smallcart .wrapper:hover {
background-color:#f9f9f9;
}

.smallcart .wrapper .promocode {
    width: 100%;
    /* padding: 4px; */
    font-size: 12px;
    font-weight: 700;
    /* background: #02c527; */
    text-transform: uppercase;
    color: red;
    margin-bottom: 4px;
}

.smallcart .wrapper .title {
 
}

.smallcart .wrapper .quantity {
    font-weight: 700;
}
.smallcart .wrapper .quantity .text {
    font-weight: 400;
    font-size: 12px;
}

.smallcart .wrapper .amount {
    font-weight: 600;
    text-align: right;
    font-size: 1.2rem;
    display: inline;
    color: #777;
    display: none;
}

.smallcart .wrapper .cart-box {
    height: 48px;
    padding: 9px 0;
}
 


 



.smallcart .smallcart-box {
    background: #fdfdfd none repeat scroll 0 0;
    box-shadow: -7px 0px 9px 8px rgba(0,0,0,0.15);
    left: auto;
    top: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    opacity: 1;
    visibility: hidden;
    z-index: 99;
    padding: 15px;
 
    bottom: 0;
}

.smallcart:hover .smallcart-box {
opacity:1;
visibility:visible;
}

.smallcart .smallcart-box .items{
 
}
.smallcart .smallcart-box .item {
    min-width: 580px;
   
    margin-bottom: 6px;
    border-bottom: 1px solid #f5f5f5;
     
}

  
.smallcart .smallcart-box .cart-footer { 
}

.smallcart .smallcart-box .cart-footer .amount {
text-align:right;
 
margin:10px 0;
font-weight:500;
}


.smallcart .smallcart-box .cart-footer{
 
}

 
.container-fluid {
max-width:1320px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: auto;
    margin-left: auto;
}

.product-card h1.title {/*
font-size:25px;
font-weight:700;
margin-bottom:15px;
padding-bottom:15px;
border-bottom:1px solid #eee;
line-height:36px;*/
}

.product-card .images .cover img {
max-width:100%;
 
 
 }   
 
 .product-card  .cover img {
max-width:100%;
 
    border-radius: 8px;
 } 
 
.product-card .buy-block {
margin-bottom: 16px;
}

.product-card .price-block {
 
}

.product-card .buy-block .price-block .price {
font-size:30px;
padding:0 5px 5px 0;
font-weight:700;
position:relative;
display:inline-block;
}

.product-card .buy-block .price-block .price.price-old {
font-size:20px;
color:#928f8f;
}

.product-card .buy-block .price-block .price.price-old:after {
content: " ";
display:block;
position:absolute;
width:100%;
height:2px;
background-color:#e0030a;
top:calc(50% - 3px);
left:0;
}

.product-card .buy-block .price-block .price.price-hot {
color:#e0030a;
}
.product-card .buy-block .price-block .price.price-discount {
font-size: 16px;
    color: #4b4b4b;
}
.product-card .buy-block .action-block .btn-buy {
background:#00618a;
color:#fff;
display:block;
border-radius:3px;
font-size:18px;
}

  #product-blocks{
    padding: 20px 0 0 10px;
    border-left: 1px solid var(--bs-border-color);
    margin-bottom:20px;
}


/* attribute block */
.attribute-name {
margin-bottom:10px;
font-weight:700;
}

input.attribute-value-radio {
display:none;
}

input.attribute-value-radio[type= "radio"] +  .attribute-value-label {
    border: 1px solid #ccc;
    padding: 0 4px;
    margin-right: 6px;
    cursor: pointer;
    border-radius: 4px;
}

input.attribute-value-radio[type= "radio"] +  .attribute-value-label:hover {
border:1px solid #e0e0e0;
background-color:#f1f1f1;
}

input.attribute-value-radio[type= "radio"]:checked +  .attribute-value-label {
background-color:#00618a;
color:#eee;
border-color:#00618a; 
}

.attribute-value-list {
display:flex;
flex-wrap:wrap;
}

label.attribute-value {
margin-bottom:15px;
}

.product-card .offer-countdown {
margin-bottom:15px;

}
.product-card .offer-countdown .title {
letter-spacing: normal; display: none;
    color: #a2a2a2;
}

.product-card .countdown {
display:flex;
}

.product-card .count {
color: #333;
padding: 0px 5px 0 0;
}
.product-card .count:first-child {
    display: none;
}
.product-card .count p {
    color: #E62E04;
    font-size: 18px;
    display: inline;
    margin-bottom: 0;
}

.product-card .count span {
    color: #666;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    display: inline;
}

.product-card .features-list {
 
margin-bottom:25px;
}

.product-card .features-list .item {
 
}

.product-card .features-list .item .name {
 
display:inline-block;
 
}

.product-card .features-list .item .name span {
 
display:inline-block;
 
padding-right:5px;
}

 

.product-card .features-list .item .value {
 
    display: inline-block;
    font-weight: 700;
    white-space: nowrap;
}

.product-card .offer-description {
margin-bottom:25px;
}
.product-card .offer-description p{
margin-bottom:0px;
}
.search_result {
    position: absolute;
    background: white;
    right: 15px;
    left: 15px;
    z-index: 2;
    padding: 10px;
    border: 1px solid #ccc;
    border-top: none;
}


.search_result .product-img {
    width: 50px;
}

.search-product-item {
    margin-bottom: 5px;
} 

 

 
/*
.btn-primary, .btn-success, .btn-info, .btn-add  {
    color: #fff;
    border: none !important;
    border-radius: 4px;
    font-size: 16px;
    box-shadow: none;
    border-color: transparent;
    font-weight: 700;
    margin: 0 auto;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
}*/ 

.btn-primary {
   /* background: linear-gradient(45deg, #00618a, #31ade1); */
} 

.btn-add {
    background: linear-gradient(45deg, #9c27b0, #e91e63);
    color: #fff;
    font-weight: 700;
}

.btn-default {
    color: black !important;
    border: 1px solid #d2d2d2;
    background: linear-gradient(0deg, #a1a1a1, transparent);
}

 
.btn-cta {
    font-weight: 700;
    color: #fff;
    background-color: #0472a1;
    border-color: #1fa2da;
    background: linear-gradient(35deg, #E91E63, #FF5722);
    border: none;
} 
.btn-cta:hover {
    background: linear-gradient(35deg, #d5064c, #eb4713);
}
    
.btn-primary {  
    color: #fff;
    background-color: #0472a1;
    border-color: #1fa2da;
    background: linear-gradient(0deg, #0472a1, #1fa2da);
    border: none;
   /* text-shadow: 1px 0px 6px #002434;*/
}
.btn-primary:hover{
    background: linear-gradient(0deg, #02577c, #238ebc);
    box-shadow: 0px 3px 4px 0px #bcbcbc;
}

.btn-success {  
    color: #fff;
    background-color: #0472a1;
    border-color: #1fa2da;
    background: linear-gradient(0deg, #04a140, #1cce32);
    border: none;
  /* text-shadow: 1px 0px 6px #07480a;*/
}
.btn-success:hover{
     background: linear-gradient(0deg, #058b38, #11c127);
    box-shadow: 0px 3px 4px 0px #bcbcbc;
}

.btn-info { font-weight: 700;
    color: #fff;
    background-color: #0472a1;
    border-color: #1fa2da;
    background: linear-gradient(0deg, #0b65ad, #2196f3);
    border: none;
  /* text-shadow: 1px 0px 6px #07480a;*/
}
.btn-info:hover{
    background: linear-gradient(0deg, #0b65ad, #2196f3);
    box-shadow: 0px 3px 4px 0px #bcbcbc;
}

 .btn-gradient {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.15) 51%, rgba(0,0,0,0.05));
    background-repeat: repeat-x;
    cursor: pointer;
}


.offer-countdown {
    display: none;
}


header.header-desktop2 {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
}

.coupon_impact {
    margin-top: -15px;
    color: #777;
    font-size: 13px;
}
.coupon_impact .promocode {
    font-weight: 700;
    color: red;
}


 


.sticker {
 
    border-radius: 4px;
    display: inline-block;
 
    
    padding: 0px 4px;
 
    color: #fff;
    margin-bottom: 4px;
    font-size: 14px;
    background: linear-gradient(218deg, #ff6637, #FF9800);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    
}
.product-card  .sticker{
    padding: 0px 8px;
    right: 20px;
    position: absolute;
    margin-top: 6px;
}
.products-item  .sticker{
        
    padding: 0px 8px; 
         right: 20px;
    position: absolute;
    margin-top: -35px;
}
.sticker.sticker-1467 {
 
    position: unset;
    border-radius: 3px;
    background: -webkit-linear-gradient(to right, #FF9800, #FF5722);
    border: none;
    padding: 2px 7px;
    font-weight: 700;
    background: linear-gradient(to right, #FF9800, #FF5722);
    width: 0;
    padding: 0;
    border: none;  
}
.sticker.sticker-1467::before {
    content: '';
    background-image: url(/templates/sht/layouts/img/sticker-gift-5.png);
    background-size: 100%;
    display: block;
    position: absolute;
    /* font-size: 24px; */
    /* color: #ffffff; */
    /* padding: 0; */
    /* border-radius: 100%; */
    top: 1px;
    text-indent: 0;
    /* margin-left: 50%; */
    right: 8px;
    /* border: 3px solid #ffffff; */
    width: 40px;
    height: 40px;
}
.sticker--1 {
color:red;
}

.sticker--2 {
color:#ff2f00;
}


.sticker--3 {
color:white;
color:#ff0c00;
box-shadow:none;
}

.sticker--4 {
color:red;
}

.sticker--5 {
color:red;
}

.sticker--6 {
color:#11b906;
}

.sticker--7 {
color: #ff5722; 
}
.sticker--8 {
color: #FF5722; display: none;
 
}

     .owl-nav .owl-next,
  .owl-nav .owl-prev {

    position: absolute;
    top: 50%;
    width: 40px;
    height: 60px;
    margin-top: -30px !important;
    background: none!important;
   
    line-height: 50px;
    
    
      }
      
      
      
        .owl-nav .owl-next:hover,
       .owl-nav .owl-prev:hover {
     background: #ffffff70 !important;
        }
.owl-nav .owl-prev {
    left: -8px;
    
 }
 .owl-nav .owl-next {
    right: -8px;
 } 
    .owl-nav button:focus {
        outline: none;
    }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: linear-gradient(45deg, #002e53, #0b65ae);
}  





.btn-animate {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-animate span {
    position: absolute;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background: #02577c;
  
    animation: buttonWave 1.6s;
}

@keyframes buttonWave {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(40);
    }
}


  



.row-inner {
margin-right: 0px;
margin-left: 0px;
}
@media (max-width: 359px){
.catalog-menu {
    display: none;
}
}
 




.smallcart .wrapper {
    text-align: right;
}



.form-floating>label {
    position: absolute;
    top: -5px;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    color: #0472a1;
    font-size: 20px;
    margin-bottom: 4px;
    padding-bottom: 8px;
    opacity: 1 !important;
}
.btn-link {
    cursor: pointer;
}







.catalog-filter-main  {
 
}


        .catalog-filter-main .filter {
            margin-bottom: 25px;
        }
        .catalog-filter-main .filter .title {
            color: #555;
        }
        .catalog-filter-main .filter .list .item {
            line-height: 25px;
        }
        
       .catalog-filter-main .filter .list .item .unset-link {
            width: 20px;
            background: #bdbdbd;
            padding: 2px 5px;
            color: #807d7d;
            border-radius: 3px;
        }
        
        .catalog-filter-main .filter .list .item .selected {
            font-weight: 600;
        }
        .catalog-filter-main .filter .list  {
          
        }

       
div.main-menu {
padding:0;
margin:0;
border:0;
}

div.main-menu ul,div.main-menu li {
list-style:none;
margin:0;
padding:0;
}

div.main-menu ul {
position:relative;
z-index:2;
}

div.main-menu ul li {
min-height:1px;
vertical-align:middle;
white-space:nowrap;
position: relative;
}
div.main-menu>ul>li{
 
}
div.main-menu ul li.hover,div.main-menu ul li:hover {
z-index:99999;
cursor:default;
}

div.main-menu  > ul > li > ul  {
visibility:hidden;
position:absolute;
 
}

div.main-menu ul ul li {
}

div.main-menu ul ul ul {
top: 0;
visibility: hidden;
}

div.main-menu > ul  >li:hover >ul {
visibility:visible;

}

div.main-menu  > ul > ul {
bottom:0;
left:0;
}

div.main-menu ul ul {
margin-top:0;
}

div.main-menu ul ul li {
font-weight:normal;
}

div.main-menu a {
display:block;
line-height:1em;
text-decoration:none;
}
.promocode {
    display: block;
}
div.main-menu {
background: #0472a1;
    font-size: 16px;
 
    position: relative;
  /*  border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
    border-radius: 10px;
}
div.main-menu::before{
/*content: '';
    width: 0;
    height: 0;
    border-top: 20px solid #035e85;
    border-left: 20px solid transparent;
    position: absolute;
    top: 100%;*/
}
div.main-menu::after{
   /* content: '';
    width: 0;
    height: 0;
    border-top: 20px solid #035e85;
    border-right: 20px solid transparent;
    position: absolute;
    top: 100%;
    right: 0;*/
}
div.main-menu >ul {
}
/*
div.main-menu:after,div.main-menu ul:after {
content: ' ';
display:block;
clear:both;
}
*/

div.main-menu a {

background: #0472a1;
    color: #FFF;
padding:0 15px;
}

div.main-menu > ul {
display:flex;
justify-content:space-around;
z-index: 1;
}

@media only screen and (max-width:720px) {
div.main-menu ul {
flex-direction:column;
}
}

div.main-menu ul ul {
    background: #ffffff;
    position: absolute;
    display: flex;
    padding: 8px;
    box-shadow: 0px 17px 15px -10px #0000002e;
    border-radius: 0 0 4px 4px;
    flex-wrap: wrap;
    flex-direction: column;
    min-width: calc(100% + 4px);
    border: 2px solid #0472a1;
    border-top: none;
    margin-left: -2px;
    margin-right: -2px;
}

div.main-menu ul ul a {
    padding: 10px 10px;
    
}

div.main-menu ul ul ul {
border-top:0 none; left: 164px;
}

div.main-menu ul ul li {
position:relative
}

div.main-menu >ul >li >a {
line-height:48px;
font-size:17px;
}

div.main-menu ul ul li:first-child >a { /*border-top: 1px solid #0082e7;*/
}

div.main-menu ul ul li:hover >a {
background:#0472a1;
    color: #fff;
}

div.main-menu ul ul li:last-child >a {
 
}

div.main-menu ul ul li:last-child:hover >a {
border-radius:0 0 0 3px;
}

div.main-menu ul ul li.has-sub >a:after {
content: '+ ';
position:absolute;
top:50%;
right:15px;
margin-top:-8px;
}

div.main-menu ul li:hover >a,div.main-menu ul li.active >a {
background:#f9f9f9;
color:#006894;
}

div.main-menu ul li.has-sub >a:after {
content: '+ ';
margin-left:5px;
}

div.main-menu ul li.last ul {
left:auto;
right:0;
}

div.main-menu ul li.last ul ul {
left:auto;
right:99.5%;
}

div.main-menu ul li.li_category_32 >a {
/*  position: relative;
    background:  #e8e8e8;*/
}

div.main-menu ul li.li_category_32 >a::before {
/*  content: 'new!';
    position: absolute;
    top: -11px;
    right: 0px;
    font-size: 10px;
    color: red;
    transform: rotate(45deg);
    font-weight: 700;*/
}  
      
      
.products-item {
    margin-bottom: 34px;
    /*box-shadow: 0px 0px 4px 2px #e4e4e4;
 */
    border-radius: 8px;
    padding-bottom: 8px;
}
.products-item .offer-description p {
    margin-bottom: 0;
}

.admin-action {
margin: 0px 0px 10px;
}

.products-item:hover .admin-action {
 
}
.offer-description {
    font-size: 16px;
    padding-top: 12px;
    color: #555;
}
.products-item-inner{
    position: relative;
    overflow: hidden;
   /* margin-bottom: 8px;/
}
.products-item:hover {
   /* box-shadow: 0px 0px 4px 2px #c3bfbf;*/
}
 .shipping-block-inner { display: none;
    font-size: 27px;
    color: #0472a1;
    text-shadow: 1px 1px #ccc;
    margin-bottom: 10px;
    background-color: #f8f8f8;
    padding: 4px 8px;
    border-radius: 8px;
    border: 1px solid;   
    background-image: linear-gradient(45deg, #f7f7f7 25%, transparent 25%), linear-gradient(-45deg, #f7f7f7 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f7f7f7 75%), linear-gradient(-45deg, transparent 75%, #f7f7f7 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
 }
 .shipping-block-inner .title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
     
 }
 .shipping-block-inner .description {
  font-size: 24px;
  margin-top: 0;
 }
 
.banner {
  background-color: #e3e3e3;
  background-image: linear-gradient(45deg, #f7f7f7 25%, transparent 25%), linear-gradient(-45deg, #f7f7f7 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f7f7f7 75%), linear-gradient(-45deg, transparent 75%, #f7f7f7 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  padding: 20px;
  text-align: center;
}

 

.img-wrapper {
  position: relative;
  overflow: hidden;
 /* border-radius: 8px;*/
}
 
.products-item .img-wrapper img {
    flex-basis: 100%;
} 

.img-wrapper:hover img {
  /*transform: scale(1.1);*/
}


.catalog_items .img-wrapper {
    aspect-ratio: 1 / 1; 
    overflow: hidden;
}
.catalog_items .ratio916 .img-wrapper {
    aspect-ratio: 9 / 16;  
   
}
.catalog_items .ratio34 .img-wrapper {
aspect-ratio: 3 / 4; 
}


.catalog_items .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;  
}

.pagination-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    flex-direction: column;
}
@media screen and ( min-width: 620px ){
    .pagination-block {
        flex-direction: row;
    }
}
.product-pagination {
 
}




.products-item .buy-block {
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0px;
    flex-wrap: wrap;
}
.catalog-item {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
    flex-wrap: wrap;
}
 
.products-item a {
    position: relative;
}

.products-item .buy-block-wrapper {
        height: 42px;
}
.products-item .img-wrapper {
    margin-bottom: 4px;
    position: relative;
   
}
.products-item .name {
    color: black;
    font-size: 14px;
    margin: 0px 0;
    margin-bottom: 10px;
 
}
.products-item .discount-block, .product-card-full .discount-block
{ 
    position: absolute; 
    top: 2px; 
    right: 4px;
    z-index: 2; 
}
.products-item   .countdown-timer {

}

.products-item .discount-percent, 
.product-card-full .discount-block ,
.cart-item  .discount-percent
{
    font-weight: 700;
    color: #fff;
    background: #ff0000;
    display: inline-block;
    font-size: 16px;
    border-radius: 10px;
    width: 52px;
    height: 24px;
    line-height: 25px;
    text-align: center;
}
.products-item:hover .discount-block {
   /* display:none;*/
}

.products-item .discount-percent:after{
  /*  content: "";*/
    display: block;
    position: absolute;
    border: 7px solid transparent;
    border-top: 7px solid #c50303;
    border-right: 4px solid #f74811;
    left: 1px;
}
 
.products-item .price-block {
     line-height: 1;
     margin: 8px 0;
}
.products-item  .free-shipping a{
    color: #838383;
}
.products-item .buy-block .price-block .price {
font-size:18px;
color: #000;
font-weight:700;
position:relative;
display:inline-block;
    text-wrap: nowrap;
}
.products-item .buy-block .price-block .price .currency{
    font-size: 90%;

}
.products-item .buy-block .price-block .price.price-old {
    white-space: nowrap;
    color: #777;
    /* margin-left: 4px; */
    max-width: 100%;
    
}
.products-item .buy-block .price-block .price.price-old:after{
	content:"";
	display:block;
	position:absolute;
	left:0;top:50%;
	color:#999;
	width:100%;
	height:0;
	border-bottom:1px solid #333;
	transform:rotate(10deg);
}
 

.products-item .buy-block .price-block .price.price-hot {
color:#e0030a;
}

.products-item .buy-block .action-block .btn-buy {
background:#00618a;
color:#fff;
display:block;
border-radius:3px;
font-size:18px;
}

.products-item .buy-block .action-block .cart-actions {
display:flex;
}

.products-item .buy-block .action-block .cart-actions .btn-cart-go {
background:#00b323;
color:#fff;
border-radius:3px 0 0 3px;
font-size:18px;
line-height:14px;
font-weight:700;
padding:9px 10px;
flex-grow:1;
}

.products-item .buy-block .action-block .cart-actions .btn-cart-go span {
font-size:14px;
border-bottom:1px solid;
display:block;
margin-bottom:3px;
padding-bottom:4px;
margin-top:-5px;
}

.products-item .buy-block .action-block .cart-actions .btn-cart-inc {
background:#00618a;
color:#fff;
display:block;
border-radius:0 3px 3px 0;
font-size:18px;
padding:10px;
}

.products-item .offer-countdown {
    margin-bottom: 12px;
    margin-top: -16px;
}

.products-item .offer-countdown .title {
letter-spacing: normal; display: none;
    color: #a2a2a2;
}

.products-item .countdown {
display:flex;
}

.products-item .count {
color: #333;
padding: 0px 5px 0 0;
}
.products-item .count:first-child {
    display: none;
}
.products-item .count p {
    color: #E62E04;
    font-size: 14px;
    display: inline;
    margin-bottom: 0;
}

.products-item .count span {
    color: #666;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    display: inline;
}

.container-home  .admin-counter {
    display: none;    
}

.catalog_items_compact    .products-item .buy-block .price-block .price.price-old {
    display: none;
}
.catalog_items_compact  .products-item .stickers-block .sticker {
    display: none;  
}
.catalog_items_compact  .products-item .available_count{
    display: none;   
}
.catalog_items_compact .product-quantity-input{
    display: none;   
}
.catalog_items_compact .products-item .name{
    display: none;   
}
.products-item .name-short{
    display: none;   
}
.catalog_items_compact .products-item .name-short{
    display: block;   
}

.catalog_items_compact .admin-action  {
    display: none;    
}

 .system-btn-add-cart span.short {
    display: none;
}
.system-btn-add-cart span.long {
    display: block;  
}

.catalog_items_compact .system-btn-add-cart span.short {
    display: block;
}
.catalog_items_compact .system-btn-add-cart span.long {
    display: none;
}
.catalog_items_compact a.btn  {
    display: block;
    width: 100%;
}
.special-list .item {
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}
.special-list .item .dates {
    display: inline-block;
    background: #eeeeee;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 700;
}
.special-list .item .description {
    font-size: 18px;
    line-height: 32px;
}
.special-list .item  .img {
    max-width: 100%;
    border-radius: 4px;
}
.home-special-wrapper  .card-title {
    font-size: 18px;
    text-align: center;
}
.home-special-wrapper .special-list .item .dates {
    display: block;
    background: none;
    padding: 4px 8px;
 
    font-weight: 700;
    text-align: center;
}
.home-special-wrapper  .special-list .item {
    padding-bottom:  5px;
    }
.home-special-wrapper  .special-list {
    justify-content: center;
}


.sidebar-special-wrapper  .card-title {
    font-size: 18px;
    text-align: center;
}
.sidebar-special-wrapper .special-list .item .dates {
    display: block;
    background: none;
    padding: 4px 8px;
 
    font-weight: 700;
    text-align: center;
}
.sidebar-special-wrapper  .special-list .item {
    padding-bottom:  5px;
    }
.sidebar-special-wrapper  h5 {
    font-size: 16px;
    text-align: center;
}

.sidebar-special-wrapper  .special-list {
    justify-content: center;
}


.catalog-filter-offfcanvas {
    background: #fff;
    padding: 15px 10px;
} 
 .sort-panel {
 
    margin-bottom: 10px;
 
 }
.sort-panel fieldset.option {
    display: inline-block;
}

.sort-panel label.radio {
    margin-right: 15px;
}

 .sort-panel .radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
 .sort-panel .radio__text {
    position: relative;
    padding: 0 0 0 1.5rem;
    cursor: pointer;
    line-height: 0.71rem;
}
 .sort-panel .radio__text:before {
content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 16px;
    height: 17px;
    border: 1px solid #CDD1DA;
    border-radius: 30%;
    background: #FFF;
}
 .sort-panel .radio__text:after {
content: '';
    position: absolute;
    top: 0px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 30%;
    background: #1976d2;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
     opacity: 0;  
    transition: .2s;
}

 .sort-panel label {
padding: 5px 5px 0px 0px;
}
.sort-panel .form-control{
    width: auto;
}
.radio input:checked + .radio__text:after {
  opacity: 1;
}
.radio input:focus + .radio__text:before {
  box-shadow: 0 0 0 3px rgba(255,255,0,.7);
}

.products-item  .select_attr {
    color: #015294;
    line-height: 32px;
        margin-bottom: 2px;
}

.products-item  .select_attr  > div {
        margin-bottom: 8px;
}
  .select_attr .title {
margin-right: 8px;
 
}
  .select_attr .last-size {
        color: #555;
    font-size: 16px;
    display: none;
}
 .select_attr  .more-sizes-link {
    color: #035c83;
    font-size: 16px;
    border-bottom: 1px dashed;
    padding-bottom: 0;
    line-height: 1;
    display: inline;
    cursor: pointer;
}
.products-item  .select_attr a  {
border-bottom: 1px dashed #c2bdbd;
margin-right: 8px;
}
.products-item  .select_attr a.active  {
display: none;    
}



  #product-list-1  [class*="col-"] {
    
  }
#product-list-1    .col-6 {
   /*padding-right: 4px;
    padding-left: 4px;*/
  }
  
  
.products-item .stickers-block {
    position: absolute;
    top: 2px;
    left: 4px;
    z-index: 2;
     
}
.products-item  .offer-description{
    display: none;
}

.products-item:hover .stickers-block{
   /* display:none; */ 
}
.products-item .stickers-block .sticker {
    padding: 0px 8px;
    right: 0;
    position: relative;
    margin-top: 0;
    font-size: 14px;
    align-items: center;
    border-radius: 10px;
    padding: 2px 8px;
    display: inline-block;
    font-size: 14px;
}

.sticker.sticker-id-316 {
/*background: linear-gradient(45deg, #82D4FA, #039BE4);*/
}
.sticker.sticker-id-38 {
    background: linear-gradient(218deg, #1b8d00, #2db700);
}

.sticker.sticker-id-130 {
    background: linear-gradient(201deg, #7dca2b, #377a01);
}

.sticker.sticker-id-321 {
background: linear-gradient(45deg, #CE94D8, #AB46BC);
}

.sticker.sticker-id-1863 {
    text-transform: capitalize;
    background: linear-gradient(45deg, #af0000, #ff1100);
    font-family: serif;
    font-size: 18px;
    top: -7px;
  
}
.products-item .stickers-block .sticker.sticker-id-1861 {
   /* display: none;*/
}

ul.catalog-list-pagination {
    display: flex;
    padding-left: 0;
}


.catalog_items .owl-dots {
    margin-top: -38px;
    z-index: 2222;
    position: relative;
}
 
.catalog_items .hvr__images {
  position: relative;
}
.catalog_items  .images img{
   
}

.catalog_items .hvr__sectors {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}

.catalog_items .hvr__sector {
  flex-grow: 1;
}



 
.catalog_items .images {
  display: flex;
  overflow: hidden;
}

.catalog_items .image {
  display: block;
}

.catalog_items .hvr__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px -4px;
}

.catalog_items .hvr__dot {
    width: 100%;
    height: 4px;
    margin: 0px 4px 0;
    /* border-radius: 50%; */
    background: #cfd1d3;
}

.catalog_items .hvr__dot--active {
  background: #0476a9;
}

.catalog_items .img-wrapper > .images {
    margin-bottom: 4px
}


 

.catalog_items .products-item .images .owl-theme > div.img-wrapper {
    display: none;
}
.catalog_items .products-item .images .owl-theme > div.img-wrapper:first-child {
    display: block;
}

.free-shipping {
    font-size: 14px;
    display: none;
    text-align: center;
    background: blue;
    color: #fff;
}  



/** search */
#search-modal  {
    display: none;
}
#search-modal .bg-fade {
    position: fixed;
    background: rgb(0 0 0 / 65%);
    right: 0px;
    left: 0px;
    z-index: 2;

    top: 0px;
    bottom: 0px;
}
#search-modal .wrapper {
    position: fixed;
    
    right: 0px;
    left: 0px;
    z-index: 3;

    top: 0px;
    bottom: 0px;
}
#search-modal .inner-wrapper {
    background: rgb(255, 255, 255);
    padding: 24px;
    margin: 12px 0;
    border-radius: 4px;
    max-height: calc(100%-24px); 
    margin-top: 60px;
}
#search-modal .clear-button {
    font-weight: 700;
}


#search-modal .result-area {
    overflow-y: scroll; 
    max-height: calc(100%-300px);
    max-height: calc(100vh - 106px);
    margin-top: 24px;
 
}
#search-modal .item img{
    width: 80px;
    border-radius: 4px;
}
#search-modal .item {
    margin-bottom: 10px;
}
#search-modal .title2 {
    font-size: 14px;
    line-height: 20px;
}





 
 
/*����� ���������� ����*/





.product-card-full {
 
}

.product-card-full .product-card-inner{
        position: relative;
}
.product-card-full .owl-carousel {
    
    z-index: 0;
}
.product-card-full .buy-block {
 
}
.product-card-full .owl-carousel .owl-item > div{
    text-align: center;
     
}

.product-card-full .owl-carousel .owl-item  video {
    max-width: 560px;
    max-height: 568px;
    object-fit: cover;
}
.product-card-full-inner{
    position: relative;
}
.product-card-full:hover {
     
}

@media (max-width:640px){
    .product-card-full .images {
    margin: 0 -8px 8px;
}
}


 .shipping-block-inner { display: none;
    font-size: 27px;
    color: #0472a1;
    text-shadow: 1px 1px #ccc;
    margin-bottom: 10px;
    background-color: #f8f8f8;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid;   
    background-image: linear-gradient(45deg, #f7f7f7 25%, transparent 25%), linear-gradient(-45deg, #f7f7f7 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f7f7f7 75%), linear-gradient(-45deg, transparent 75%, #f7f7f7 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
 }
 .shipping-block-inner .title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
     
 }
 .shipping-block-inner .description {
  font-size: 24px;
  margin-top: 0;
 }
 
.banner {
  background-color: #e3e3e3;
  background-image: linear-gradient(45deg, #f7f7f7 25%, transparent 25%), linear-gradient(-45deg, #f7f7f7 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f7f7f7 75%), linear-gradient(-45deg, transparent 75%, #f7f7f7 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  padding: 20px;
  text-align: center;
}

 

.img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
 
.product-card-full .img-wrapper img {
    max-width: 100%;
    width: 100%;
    height: auto; 
    transition: transform 0.7s ease-out;
} 

 
.pagination-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.product-pagination {
 
}


 

.product-card-full .buy-block {
 
}

.product-card-full .buy-block-wrapper {
   
}
.product-card-full .img-wrapper {
    margin-bottom: 8px;
    position: sticky;
    top: 10px;
}

.product-card-full .name {
    padding: 0 0px 4px 0px;
    line-height: 1;
    font-size: 150%;
}

@media (max-width:640px){
.product-card-full .name {
    padding: 0 0px 4px 0px;
    line-height: 1;
    font-size: 100%;
}
}



   
 
.product-card-full .price-block {
 
}
.product-card-full  .free-shipping a{
    color: #838383; 
}

.product-card-full  .available_count {}

.available_count {
    
    
    margin-bottom: 5px;
    font-size: 14px;
    color: #777;    
}

.product-card-full .buy-block .price-block .price {
 
 
font-weight:700;
position:relative;
display:inline-block;
    font-size: 1.5rem;
}
.product-card-full .buy-block .price-block .price .currency{
    font-size: 85%;
    font-weight: 400;
}
.product-card-full .buy-block .price-block .price.price-old {
    white-space: nowrap;
    color: #777;
    margin-left: 4px;
    max-width: 100%;
    font-size: 18px;
}
.product-card-full .buy-block .price-block .price.price-old:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    color: #777;
    width: 100%;
    height: 0;
    border-bottom: 2px solid #777;
    transform: rotate(10deg);
}
 

.product-card-full .buy-block .price-block .price.price-hot {
color:#e0030a;
}

.product-card-full .buy-block .action-block .btn-buy {
background:#00618a;
color:#fff;
display:block;
border-radius:3px;
font-size:18px;
}

.product-card-full .buy-block .action-block .cart-actions {
 
}
.product-card-full .product-description {
   /* text-align: justify;*/
}

.product-card-full  .offer-description {
    margin-top: 16px;
    font-size: inherit ; 
    padding-top: 0px; 
     color: #000;
}
.offer-description p {
    margin-bottom: 0;
}
.product-infoblocks {
    margin-top:36px;
    margin-bottom:12px;
}

.product-infoblocks .block {
    margin-bottom: 24px;
    padding-top: 12px;
    font-size: 18px;
    border-radius: 4px;
}

.product-infoblocks .block >  .title {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 8px;
    font-size: 22px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #0878a8;
 
    margin: 10px 0 20px; 
   
}

.product-infoblocks  .content.max-800 {
    max-width: 800px;
    /* text-align: center; */
    margin: 0 auto;
}

.product-infoblocks .block >  .title span {
    background: #fff;
    color: #0878a8;
    padding: 0 10px 0 0;
}
.product-infoblocks .benefits, .product-description .benefits {
  padding-left: 0;
  list-style: none;
}

.product-infoblocks .benefits li, .product-description .benefits li {
    
    margin-bottom: 12px;
}

.product-infoblocks .benefits li::before, .product-description .benefits li::before {
    font-weight: bold;
    color: #1A5AD7;
    content: '?';
    margin-left: 0px;
    margin-right: 12px;
    font-size: 24px;
}
.block-recommendations .content .item{
    display: flex;
    margin-bottom: 14px;
    align-items: center;
}
.block-recommendations .content .item img{
    width: 50px;
}
.block-recommendations .content .item .title{
    margin-left: 16px;
    font-size: 18px;
}

.review-wrapper{
   /* background: repeating-linear-gradient( 45deg, #f44336, #f44336 8px, #00a4ff 8px, #2196f3 16px);
    padding: 4px;
    margin-bottom: 16px;
    border-radius: 4px;**/
}
.review-wrapper {
    margin-bottom: 12px;
}

@media (min-width: 460px){
    .reviews {
        column-count:1;
    }
}
@media (min-width: 760px){
    .reviews {
        column-count:1;
    }
}
.reviews {
 
}
.review {
    background: #fff;
    padding: 8px;
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.review .photos {
    display: flex;
    margin: 4px 0;
    flex-wrap: wrap;
}
.review  .photo {
    padding: 4px;
}
.review  .photo img {
    max-width: 100%;
    min-width: 120px;
}

.review .sign {
    text-align: right;
    font-style: italic;
    line-height: 1;
    font-weight: 700;
}
.features-list {
  list-style: none;
  padding: 0;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.features-list li {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #dbdbdb;
    padding: 4px 0;
  
}

.feature-name {
    width: 50%;
    color: #777;
}

.feature-value {
width: 50%;
font-weight: 700;
}

.product-card-full .buy-block .action-block .cart-actions .btn-cart-go {
background:#00b323;
color:#fff;
border-radius:3px 0 0 3px;
font-size:18px;
line-height:14px;
font-weight:700;
padding:9px 10px;
flex-grow:1;
}

.product-card-full .buy-block .action-block .cart-actions .btn-cart-go span {
font-size:14px;
border-bottom:1px solid;
display:block;
margin-bottom:3px;
padding-bottom:4px;
margin-top:-5px;
}

.product-card-full .buy-block .action-block .cart-actions .btn-cart-inc {
background:#00618a;
color:#fff;
display:block;
border-radius:0 3px 3px 0;
font-size:18px;
padding:10px;
}

.product-card-full .offer-countdown {
    margin-bottom: 12px;
    margin-top: -16px;
}

.product-card-full .offer-countdown .title {
letter-spacing: normal; display: none;
    color: #a2a2a2;
}

.product-card-full .countdown {
display:flex;
}

.product-card-full .count {
color: #333;
padding: 0px 5px 0 0;
}
.product-card-full .count:first-child {
    display: none;
}
.product-card-full .count p {
    color: #E62E04;
    font-size: 14px;
    display: inline;
    margin-bottom: 0;
}

.product-card-full .count span {
    color: #666;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    display: inline;
}

  
 
.radio input:checked + .radio__text:after {
  opacity: 1;
}
.radio input:focus + .radio__text:before {
  box-shadow: 0 0 0 3px rgba(255,255,0,.7);
}
.select_attr {
    display: flex;
    align-items: center;
    margin-top: 4px;
    background: #ffffff;
  /*  height: 38px;*/
     flex-wrap: wrap;
    padding: 0 0px 0 0px;
    font-weight: 600;
    margin-bottom: -10px;
}


.product-card-full  .select_attr {
    display: flex;
    align-items: center;
    margin-top: 4px;
    background: #ffffff;
  /*  height: 38px;*/
     flex-wrap: wrap;
    padding: 0 0px 0 0px;
    font-weight: 600;
    margin-bottom: -10px;
}
.product-card-full .select_attr > div {
    margin-bottom: 10px;
}
.select_attr .title {
margin-right: 8px;
}
.select_attr a  {
border-bottom: 1px dashed #c2bdbd;
margin-right: 8px;
}
.select_attr a.active  {
display: none;    
}
.select_attr .form-control {
    font-weight: 700;
    color: #015294;
    max-width: 320px;
}

  #product-list-1  [class*="col-"] {
    
  }
#product-list-1    .col-6 {
   /*padding-right: 4px;
    padding-left: 4px;*/
  }
  
  
.product-card-full .stickers-block {
    position: absolute;
    z-index: 2;
    top: 10px;
}
.product-card-full:hover .stickers-block{
  /*  display:none;*/
}
.product-card-full .stickers-block .sticker {
    padding: 0px 8px;
    right: 0;
    position: relative;
    margin-top: 0;
    background: #ff5722;
    margin-right: 4px;
    color: #fff;
} 
.product-card-full .buy-block-wrapper {
    margin-bottom: 8px;
    position: sticky;
    top: 10px;
    box-shadow: 0px 0px 10px 4px #d3d3d3;
    padding: 15px;
    padding-top: 30px;
 
    border-radius: var(--bs-border-radius);
}

a.list-group-item {
    text-decoration: dashed !important;
    color: #1793c8;
    padding: 8px;
    background: #f4f4f4a1;
}

.table-wrap {
  text-align: center;
  display: inline-block;
  background-color: #fff;
  padding: 2rem 2rem;
  color: #000;
}

#block-delivery .content {
    /*max-width: 800px;*/
    /* text-align: center; */
   /* margin: 0 auto;*/
  /*  background: #fff;
    padding: 8px;
    border-radius: 8px;*/
}
 
#block-delivery {
/*background-image: url(/images/tmp/1.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 600px;   */
    
}
#block-delivery, a.list-group-item[href^="#block-delivery"] {

}
 

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table thead {
    display: none;
  }

  table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }

  table td {
    display: block;
    text-align: right;
  }

  table td:last-child {
    border-bottom: 0;
  }

  table td:before {
    content: attr(data-label);
    float: left;
    
    font-weight: bold;
  }
}

.btn-block{
    display: block !important;
}
.btn-order {
    
}

.product-card-full .buy-block-wrapper-fly {
    background: #ffffff;
    height: auto;
   /* position: fixed;*/
    left: 0;
    right: 0;
    display: block;
    z-index: 99999999999;
    padding: 8px;
    
}
.product-card-full .buy-block-wrapper-fly {
    bottom: 0;
    box-shadow: 0 -4px 36px 0px rgb(0 0 0 / 12%), 0px -8px 8px 4px rgb(0 0 0 / 12%);
}

@media (min-width: 350px){
    
.product-card-full .buy-block-wrapper-fly {
    top: 0;
    bottom:unset;
    box-shadow: 0 4px 38px rgb(0 0 0 / 12%), 0 6px 12px rgb(0 0 0 / 12%);
}  
}

.buy-block-wrapper-fly .product-title {
        font-size: 24px;
}
@media (max-width:400px){
    .buy-block-wrapper-fly .product-title {
    display: none;
    }

    .product-card-full .buy-block-wrapper-fly .buy-block .price-block .price.price-old {
    display: none;
    }
    .product-card-full .buy-block-wrapper-fly .discount-block  {
       display: none;  
    }
    .product-card-full .buy-block-wrapper-fly  .buy-block {
        height: auto;
        margin-top: 8px;
        margin-bottom: 8px;
    }
 
}




.product-card-full .buy-block-wrapper-fly.hide {
    display: none;
  transition: display 0.5s ease-in-out;
}






/* product-quantity-input start */
 
.product-quantity-input {

}
.product-quantity-controls {
    display: flex;
  /*  justify-content: space-between;*/
  height: 100%;
}
.product-quantity-form-group {
    display: flex;
    border: 1px solid #ccc;
    width: fit-content;
    border-radius: 4px;
    height: 100%;
    border-radius: var(--bs-border-radius);
    line-height: 37px;
}
.product-quantity-form-group .button{
    background: none;
    border: none;   
}
.control-remove {
    border: none;
    background: none;
    color: #888;
    font-size: 18px;
    height: 100%;
}

.control-restore {
    height: 28px;
    height: 100%;
    width: 100%;
    display: none;
}

.product-quantity-input .control-minus ,
.product-quantity-input .control-plus  
{
    width: 34px;
    height: 34px;
    color: #0472a1;
    height: 100%;
    border-radius: var(--bs-border-radius-lg);

}
.product-quantity-input .control-plus.inactive, .product-quantity-input .control-minus.inactive   
{ 
    background: #dbdbdb;
    filter: grayscale(1);
    visibility: hidden;
}
    

.product-quantity-input .control-minus:before {background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik00OTIsMjM2SDIwYy0xMS4wNDYsMC0yMCw4Ljk1NC0yMCwyMGMwLDExLjA0Niw4Ljk1NCwyMCwyMCwyMGg0NzJjMTEuMDQ2LDAsMjAtOC45NTQsMjAtMjBTNTAzLjA0NiwyMzYsNDkyLDIzNnoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==)} 

.product-quantity-input  .control-input{
    max-width: 42px;
    text-align: center;
    border: none;
} 
.product-quantity-input  input.control-input[type= "number"]::-webkit-inner-spin-button, 
.product-quantity-input  input.control-input[type= "number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-quantity-input  input.control-input[type= "number"] {
  -moz-appearance: textfield;
}

.in-progress {
      text-shadow: none;
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), -webkit-linear-gradient(top, #f6f5f0, #e1e0dc);
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), -moz-linear-gradient(top, #f6f5f0, #e1e0dc);
  background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), -ms-linear-gradient(top, #f6f5f0, #e1e0dc);
  background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), -o-linear-gradient(top, #f6f5f0, #e1e0dc);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), linear-gradient(top, #f6f5f0, #e1e0dc);
  -pie-background: linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), linear-gradient(top, #f6f5f0, #e1e0dc);
  background-repeat: repeat;
  -webkit-background-size: 40px 40px, 100% 100%;
  -moz-background-size: 40px 40px, 100% 100%;
  -ms-background-size: 40px 40px, 100% 100%;
  -o-background-size: 40px 40px, 100% 100%;
  background-size: 40px 40px, 100% 100%;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

@-webkit-keyframes progress-bar-stripes {
  from { background-position: 0 0; }
  to { background-position: 40px 0; }
}

@-moz-keyframes progress-bar-stripes {
  from { background-position: 0 0; }
  to { background-position: 40px 0; }
}

@keyframes progress-bar-stripes {
  from { background-position: 0 0; }
  to { background-position: 40px 0; }
}

/* product-quantity-input   end  */


.countdown {
    font-size: 14px;
    border: 1px solid;
    color: #FF5722;
    padding: 4px 6px;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    background: #ffffb9;
}


/* new cart-checkout begin */
.cart-summary {
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: var(--bs-border-radius-lg);
    box-shadow: 2px 2px 6px 1px #ebebeb;
 
    position: sticky;
    top: 100px;
}
.cart-summary-delivery-info{
    color: var(--bs-success);
    margin-top:10px;
}
.cart-summary-row {
    display: flex;
    justify-content: space-between;
}
.cart-summary-row-discount {
    color: #28a745;
}

.cart-summary-row-delivery-info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    padding: 12px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.cart-summary-row > div:last-child{
    font-weight: 700;    
}
  .cart-summary-row-total{
    font-size: 120%;
    font-weight: 700;
}


.cart-item {
    border: 1px solid #dbdbdb;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: var(--bs-border-radius-lg);
    box-shadow: 2px 2px 6px 1px #ebebeb;
}
.cart-item-info {
   /* display: flex;
    flex-direction: column;*/
    min-height: 100%;
  /*  justify-content: space-evenly;*/
} 
.cart-item-name {
    padding-bottom: 5px;
    text-wrap-style: balance;
    border-bottom: 1px solid #ccc;
    margin-bottom: 14px;
}
.cart-item-name a {
    color:#003f71;
}

.cart-item-name-mobile {
    display: block;
    font-size: 16px;
    margin-bottom: 26px;
}
.cart-item-name-desktop {
   display: none; 
}

.cart-item-img {
    width: 120px;
    height: 120px;
    border-top-right-radius: var(--bs-border-radius-lg);
    border-bottom-right-radius: var(--bs-border-radius-lg);
    margin: -10px 10px -10px -10px;
}


@media (min-width: 500px){
    
    .cart-item .price-block-total {
    text-align: right;
}

    .cart-item-name-mobile {
    display: none;
}
.cart-item-name-desktop {
   display: block; 
}
.cart-item-img {
    width: 160px;
    height: 160px;
    border-radius: var(--bs-border-radius-lg);
    margin: -10px 10px -10px -10px;
}

}



.cart-item-quantity-block{
      margin: 10px 0;
      display: inline-block;
}


.cart-item  .discount-percent {
        margin-right: 20px;
}




 
.cart-item .price-block {
     
   
}
.cart-item .price-block-total {
    text-align: right;
   
}
.cart-item  .product-quantity-input {
    margin-bottom: 5px;
}
.cart-item  .free-shipping a{
    color: #838383;
}
.cart-item .price-block .price {
font-size:18px;
color: #000;
 
position:relative;
display:inline-block;
    text-wrap: nowrap;
}
.cart-item .price-block .price .currency{
    font-size: 90%;

}
.cart-item .price-block .price.price-old {
    white-space: nowrap;
    color: #777;
    /* margin-left: 4px; */
    max-width: 100%;
    
}
.cart-item .price-block .price.price-old:after{
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    top: 44%;
    color: #999;
    width: 110%;
    height: 0;
    border-bottom: 2px solid #00000094;
    /* transform: rotate(10deg); */
    right: -19px;
}
 

.cart-item .price-block .price.price-hot {
color:#e0030a;
}

.cart-summary-row-quantity-weight {
    font-size: 16px;
    justify-content: flex-start;
    display: flex;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
 
.cart-summary-row.cart-summary-row-quantity-weight > div:last-child {
    font-weight: bold;
    margin-left: 10px;
}


.delivery-item label{
    display: block;
}
.delivery-item .price-block .price {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    position: relative;
    display: inline-block;
    text-wrap: nowrap;
}
.delivery-item .price-block .price.price-hot {
    color: #e0030a;
}
.delivery-item  .price-block .price.price-old {
    white-space: nowrap;
    color: #777;
    /* margin-left: 4px; */
    max-width: 100%;
}
.delivery-item .price-block .price.price-old:after {
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    top: 46%;
    color: #999;
    width: 110%;
    height: 0;
    border-bottom: 3px solid #00000094;
    transform: rotate(10deg);
    right: -19px;
}
.pick-point-change-link {
    cursor: pointer;
    
}
.payment_method_wrapper {
  /*  display: flex;
    justify-content: center;  */
}
.payment_method {
    background: #cfcfcf47;
    display: flex;
    width: 290px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
 
    margin: 8px 8px 8px;
}

.payment_method .main-block{
  flex-grow: 1;
}
.payment_method .title {
    font-weight: 700;
    margin-bottom: 4px;
}
.payment_method .icon {
    font-weight: 700;
    font-size: 43px;
    padding-right: 12px;
    color: #767e82;
    width: 60px;
    text-align: center;
}
/* new cart-checkout end */


.suggestions-suggestions {
    background: #fff;
    border: 1px solid #999;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    z-index: 9999;
    /* -webkit-text-size-adjust: 100%; */
    position: absolute;
    top: -6px;
    width: 100%;
    border-bottom-right-radius: var(--bs-border-radius-lg);
    border-bottom-left-radius: var(--bs-border-radius-lg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    box-shadow: 0px 16px 16px 0px #0000006b;
}



/* menu subcategories */
.catalog-menu-bs-sub-with-img1 > a img {
    border-radius: 6px;
    width: auto;
    height: 160px;
    max-width: 100%;
}

.catalog-menu-bs-sub-with-img1 > a div{
 
    line-height: 18px;
    padding-top: 6px;
    color: #504f4f;
 
}

.catalog-menu-bs-sub-with-img1 > a{
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    text-transform: uppercase;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 6px;
    
}

.catalog-menu-bs-sub-with-img1 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
    
}


/** BEGIN REVIEWS STYLES */
 
        .review {
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
            padding: 20px;
            overflow: hidden;
        }
        .review-header {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        .review-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 15px;
        }
        .review-avatar img {
            width: 100%;
            height: auto;
        }
        .review-info {
            flex-grow: 1;
                font-weight: bold;
        }
        .review-info > span {
            display: block;
        }
        .review-body {
            margin-top: 10px;
        }
        .review-stars {
            color: gold;
            font-size: 1.2em;
            margin-bottom: 10px;
        }
        .review-stars span {
            display: inline-block;
            font-size: 1.5em;
            color: #ffd700;
        }
      .review  .photos {
            margin-top: 10px;
        }
      .review  .photos img {
            border-radius: 8px;
            margin-right: 10px;
            margin-bottom: 10px;
            transition: transform 0.3s;
        }
       .review .photos img:hover {
            transform: scale(1.05);
        }
      .review  .response {
            margin-top: 10px;
            background: #ffe2ad;
            margin-bottom: 0px;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            padding: 20px;
            overflow: hidden;
   
        }        
/** END REVIEWS STYLES */        

/* FAVORITES STYLES BEGIN */
.favorites-btn {
    border: none !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.15s ease !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    z-index: 10 !important;
}

.favorites-btn:hover {
    background: rgba(255, 255, 255, 1) !important;
    transform: scale(1.05) !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important;
}

.favorites-btn.active {
    background: rgba(220, 53, 69, 0.1) !important;
    color: #dc3545 !important;
}

.favorites-btn.active:hover {
    background: rgba(220, 53, 69, 0.2) !important;
}

.favorites-btn i {
    font-size: 16px !important;
    color: #dc3545 !important;
    transition: all 0.1s ease !important;
}

.favorites-btn:active i {
    transform: scale(1.2) !important;
}

.products-item {
    position: relative !important;
}

.favorites-wrapper {
    z-index: 10 !important;
}

/* Для детальной страницы товара */
.product-card-full .favorites-btn {
    top: 15px !important;
    right: 15px !important;
    width: 42px !important;
    height: 42px !important;
}

.product-card-full .favorites-btn i {
    font-size: 18px !important;
}
/* FAVORITES STYLES END */



/* Стили в header */
.header-logo {
    width: 100%;
    max-width: 256px;
    min-width: 100px;  
}

header.header-desktop {
    background: #fff;
    z-index: 2;
    padding: 1rem 0;
}

.wrapper-header-fixed header.header-desktop {
    position: sticky;
    top: 0;
    padding: 10px 0;
    margin: 20px 0;
    z-index: 3;
}

.header-top-menu {
    line-height: 1;
    text-align: center;
}

.header-top-menu a {
    line-height: 1;
    margin-right: 18px;
}

.account-auth-links {
    text-align: right;
}

.header-top-menu.account-auth-links a {
    margin-right: 0;
    margin-left: 18px;
}

.section-main-menu {
    margin-bottom: 20px;
}

.mobile-header {
    z-index: 3;
    background: #efefef;
    padding: 8px 0 8px 0;
    margin-bottom: 12px;
}

.wrapper-header-fixed .mobile-header {
   /* position: sticky;
    top: 0px;*/
}

/* Мобильное меню */
.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
}

@media (min-width: 768px) {
    .mobile-menu {
        padding-top: 0;
    }
}

.mobile-menu .mm__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.8);
    z-index: 100;
}

.mobile-menu .mm__wrapper {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all .4s ease-in-out;
    overflow-y: auto;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 200;
    touch-action: auto;
    -ms-touch-action: auto;
    background: #fff;
}

@media (min-width: 768px) {
    .mobile-menu .mm__wrapper {
        width: 35%;
    }
}

@media (min-width: 1200px) {
    .mobile-menu .mm__wrapper {
        width: 25%;
    }
}

.mobile-menu .h__logo {
    padding-left: 40px;
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    line-height: 1.25;
    margin-left: 20px;
    margin-top: 15px;
}

.mm__header .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 15px;
    margin-top: 15px;
}

.close-btn {
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}

.close-btn:before {
    width: 2px;
    height: 18px;
    left: 8px;
    top: 0;
}

.close-btn:after {
    height: 2px;
    width: 18px;
    top: 8px;
    left: 0;
}

.close-btn:before, .close-btn:after {
    content: "";
    background: #000;
    position: absolute;
}

.close-btn--red:before, .close-btn--red:after {
    background: #000000;
}

.mm__header {
    height: 50px;
}

.mobile-menu-links {
    display: flex;
    flex-direction: column;
}

.mobile-menu-links a {
    margin-bottom: 10px;
    font-size: 20px;
    color: #777;
    padding: 10px 0 10px 40px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

/* Медиа-запросы для скрытия/показа header версий */
@media (max-width: 767px) {
    .header-desktop {
        display: none;
    }
}

@media (min-width: 768px) {
    .mobile-header {
        display: none;
    }
}

/* Новая мобильная структура */
@media (max-width: 768px) {
    /* 1. Блок пользователя */
    .mobile-user-block {
        background: #fff;
        border: 1px solid #e9ecef;
        border-radius: 16px;
        padding: 10px 14px;
        margin-bottom: 10px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }
    
    .mobile-auth-links {
        text-align: left;
        font-size: 14px;
    }
    
    .mobile-auth-links a {
        color: #007bff;
        text-decoration: none;
        font-weight: 600;
    }
    
    .mobile-auth-links a:hover {
        text-decoration: underline;
    }
    
    .mobile-auth-links .separator {
        margin: 0 8px;
        color: #dee2e6;
    }
    
    .mobile-user-info {
        text-align: left;
    }
    
    .mobile-user-info a {
        color: #495057;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
    }
    
    .mobile-user-info a:hover {
        color: #007bff;
    }
    
    /* 2. Блок местоположения - Двухуровневый (сдержанный) */
    .mobile-location-block {
        background: #fff;
        border: 1px solid #e9ecef;
        border-radius: 16px;
        padding: 0;
        margin-bottom: 10px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        overflow: hidden;
    }
    
    .location-main-level {
        background: #f8f9fa;
        color: #495057;
        padding: 10px 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .location-city-main {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 15px;
        font-weight: 600;
    }
    
    .location-city-main i {
        font-size: 16px;
        color: #007bff;
    }
    
    .change-city {
        color: #6c757d;
        text-decoration: none;
        font-size: 11px;
        font-weight: 600;
        padding: 3px 8px;
        border: 1px solid #dee2e6;
        border-radius: 16px;
        transition: all 0.3s ease;
        text-transform: uppercase;
        letter-spacing: 0.2px;
    }
    
    .change-city:hover {
        color: #007bff;
        border-color: #007bff;
        background: rgba(0,123,255,0.05);
    }
    
    .location-details-level {
        background: #fff;
        padding: 6px 14px;
        border-top: 1px solid #f1f3f4;
    }
    
    .delivery-info-simple {
        color: #28a745;
        font-size: 15px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
    }
    
    .delivery-info-simple i {
        font-size: 12px;
        color: #28a745;
    }
    
    /* 3. Логотип */
    .mobile-logo-block {
        padding: 20px 0;
        margin-bottom: 16px;
    }
    
    .mobile-logo-block img {
        max-width: 280px;
        height: auto;
    }
    
    /* 4. Навигация - прилипающая к низу */
    .mobile-navigation {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        background: linear-gradient(135deg, #007bff, #0056b3);
        padding: 10px 8px;
        box-shadow: 0 -4px 12px rgba(0,123,255,0.3);
        gap: 4px;
        border: 1px solid rgba(255,255,255,0.2);
        border-bottom: none;
        z-index: 1000;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }
    
    /* Глобальный отступ для body на мобильных устройствах */
    body {
        padding-bottom: 90px;
    }
    
         .nav-btn {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 12px 6px;
        border: none;
        background: #fff;
        color: #495057;
        text-decoration: none;
        border-radius: 16px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        min-height: 70px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        margin: 2px;
    }
    
    .nav-btn i {
        font-size: 24px;
        margin-bottom: 3px;
        color: #007bff;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        filter: drop-shadow(0 1px 2px rgba(0,123,255,0.3));
    }
    
    .nav-btn span {
        font-size: 10px;
        font-weight: 700;
        line-height: 1;
        color: #6c757d;
        text-transform: uppercase;
        letter-spacing: 0.3px;
    }
    
    /* Специальные цвета для каждой кнопки */
    .nav-btn[data-target="mobile-menu"] {
        border-color: rgba(0,123,255,0.2);
    }
    .nav-btn[data-target="mobile-menu"] i {
        color: #007bff;
    }
    
    .nav-btn[data-target="search-mobile-menu"] {
        border-color: rgba(40,167,69,0.2);
    }
    .nav-btn[data-target="search-mobile-menu"] i {
        color: #28a745;
        filter: drop-shadow(0 1px 2px rgba(40,167,69,0.3));
    }
    
    .nav-btn[onclick*="избранного"] {
        border-color: rgba(220,53,69,0.2);
    }
    .nav-btn[onclick*="избранного"] i {
        color: #dc3545;
        filter: drop-shadow(0 1px 2px rgba(220,53,69,0.3));
    }
    
    .nav-btn[href="/cart/"] {
        border-color: rgba(253,126,20,0.2);
    }
    .nav-btn[href="/cart/"] i {
        color: #fd7e14;
        filter: drop-shadow(0 1px 2px rgba(253,126,20,0.3));
    }
    
    /* Hover эффекты с цветными фонами */
    .nav-btn:hover,
    .nav-btn:focus {
        transform: translateY(-3px);
        box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    }
    
    .nav-btn[data-target="mobile-menu"]:hover {
        background: linear-gradient(145deg, #007bff, #0056b3);
        border-color: #007bff;
        color: white;
    }
    .nav-btn[data-target="mobile-menu"]:hover i,
    .nav-btn[data-target="mobile-menu"]:hover span {
        color: white;
        filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
    }
    
    .nav-btn[data-target="search-mobile-menu"]:hover {
        background: linear-gradient(145deg, #28a745, #1e7e34);
        border-color: #28a745;
        color: white;
    }
    .nav-btn[data-target="search-mobile-menu"]:hover i,
    .nav-btn[data-target="search-mobile-menu"]:hover span {
        color: white;
        filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
    }
    
    .nav-btn[onclick*="избранного"]:hover {
        background: linear-gradient(145deg, #dc3545, #c82333);
        border-color: #dc3545;
        color: white;
    }
    .nav-btn[onclick*="избранного"]:hover i,
    .nav-btn[onclick*="избранного"]:hover span {
        color: white;
        filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
    }
    
    .nav-btn[href="/cart/"]:hover {
        background: linear-gradient(145deg, #fd7e14, #e8650e);
        border-color: #fd7e14;
        color: white;
    }
    .nav-btn[href="/cart/"]:hover i,
    .nav-btn[href="/cart/"]:hover span {
        color: white;
        filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
    }
    
    .nav-btn .counter {
        position: absolute;
        top: 4px;
        right: 8px;
        background: #dc3545;
        color: white;
        border-radius: 10px;
        font-size: 10px;
        font-weight: bold;
        padding: 2px 6px;
        min-width: 18px;
        text-align: center;
    }
    
    /* Шторка поиска */
    .search-title {
        color: #495057;
        margin: 0;
        font-weight: 600;
    }
    
    .search-content {
        padding: 20px;
    }
    
    .search-form {
        margin-bottom: 30px;
    }
    
    .search-input-wrapper {
        position: relative;
        display: flex;
        align-items: center;
    }
    
    .search-input {
        width: 100%;
        padding: 15px 60px 15px 20px;
        border: 2px solid #e9ecef;
        border-radius: 25px;
        font-size: 16px;
        outline: none;
        transition: all 0.3s ease;
    }
    
    .search-input:focus {
        border-color: #007bff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }
    
    .search-btn {
        position: absolute;
        right: 8px;
        background: #007bff;
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        transition: all 0.2s;
    }
    
    .search-btn:hover {
        background: #0056b3;
        transform: scale(1.05);
    }
    
    .search-suggestions h6 {
        color: #6c757d;
        font-size: 14px;
        margin-bottom: 15px;
        font-weight: 600;
    }
    
    .suggestion-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .suggestion-tag {
        background: #f8f9fa;
        color: #495057;
        text-decoration: none;
        padding: 8px 12px;
        border-radius: 20px;
        font-size: 13px;
        transition: all 0.2s;
        border: 1px solid #e9ecef;
    }
    
    .suggestion-tag:hover {
        background: #007bff;
        color: white;
        border-color: #007bff;
    }
    
    /* Бейдж бонусов */
    .badge.bg-success {
        background: linear-gradient(135deg, #28a745, #20c997) !important;
        font-size: 11px;
        padding: 3px 8px;
        border-radius: 12px;
        box-shadow: 0 1px 3px rgba(40, 167, 69, 0.3);
    }
}

/* Стили для десктопной версии */
@media (min-width: 769px) {
    /* Блок местоположения на десктопе */
    .desktop-location-block {
        background: #f8f9fa;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        padding: 10px 14px;
        margin-left: 15px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }
    
    .location-info {
        text-align: left;
    }
    
    .location-city {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 14px;
        font-weight: 600;
        color: #495057;
        margin-bottom: 3px;
    }
    
    .location-city i {
        color: #007bff;
        font-size: 13px;
    }
    
    .change-city-link {
        color: #6c757d;
        text-decoration: none;
        font-size: 11px;
        font-weight: 500;
        margin-left: 6px;
        padding: 2px 5px;
        border: 1px solid #dee2e6;
        border-radius: 4px;
        transition: all 0.2s ease;
    }
    
    .change-city-link:hover {
        color: #007bff;
        border-color: #007bff;
        text-decoration: none;
    }
    
    .delivery-info {
        color: #006617;
 
        display: flex;
        align-items: center;
        gap: 4px;
        background: #c2ddc8;
        margin: 6px -14px -10px;
        padding: 4px 12px;
        font-weight: 700;
        font-size: 14px;
    }
    
    .delivery-info i {
        font-weight: 700;
        font-size: 14px;
        color: #006617;
    }
    
    /* Блок поиска на десктопе */
    .desktop-search-wrapper {
        margin: 0 15px;
        width: 100%;
        min-width: 200px;
        flex-shrink: 1;
    }
    
    .search-input-group {
        position: relative;
        display: flex;
        align-items: center;
        background: #fff;
        border: 1px solid #dee2e6;
        border-radius: 20px;
        overflow: hidden;
        transition: all 0.2s ease;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }
    
    .search-input-group:focus-within {
        border-color: #007bff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }
    
    .search-input {
        flex: 1;
        padding: 12px 16px;
        border: none;
        outline: none;
        font-size: 14px;
        background: transparent;
    }
    
    .search-input::placeholder {
        color: #6c757d;
    }
    
    .search-submit-btn {
        background: #007bff;
        border: none;
        color: white;
        padding: 8px;
        margin: 3px;
        border-radius: 50%;
        transition: all 0.2s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        width: 34px;
        height: 34px;
        margin-right: 7px;
    }
    
    .search-submit-btn:hover {
        background: #0056b3;
    }
    
    /* Блок телефона */
    .desktop-phone-block {
        margin-right: 15px;
    }
    
    .phone-info {
        display: flex;
        align-items: center;
        gap: 8px;
        background: #f8f9fa;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        padding: 10px 14px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }
    
    .phone-info i {
        color: #007bff;
        font-size: 16px;
    }
    
    .phone-details {
        text-align: left;
    }
    
    .phone-number {
        color: #495057;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        display: block;
        line-height: 1.2;
    }
    
    .phone-number:hover {
        color: #007bff;
        text-decoration: none;
    }
    
    .phone-description {
        color: #6c757d;
        font-size: 11px;
        font-weight: 400;
        line-height: 1;
    }
    
    /* Блок действий (профиль, избранное, корзина) */
    .desktop-actions-block {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .action-item {
        position: relative;
    }
    
    .action-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 18px 14px;
        background: #fff;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        text-decoration: none;
        color: #495057;
        transition: all 0.2s ease;
        min-width: 65px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }
    
    .action-link:hover {
        background: #f8f9fa;
        border-color: #007bff;
        color: #007bff;
        text-decoration: none;
    }
    
    .action-link i {
        font-size: 18px;
        margin-bottom: 3px;
        color: #6c757d;
        transition: all 0.2s ease;
    }
    
    .action-link:hover i {
        color: #007bff;
    }
    
    .action-title {
        font-size: 12px;
        font-weight: 500;
        line-height: 1;
    }
    
    .action-counter {
        position: absolute;
        top: 3px;
        right: 5px;
        background: #dc3545;
        color: white;
        border-radius: 8px;
        font-size: 9px;
        font-weight: 600;
        padding: 1px 4px;
        min-width: 15px;
        text-align: center;
    }
    
    /* Специальные цвета для избранного */
    .action-link[onclick*="избранного"] i {
        color: #dc3545;
    }
    
    .action-link[onclick*="избранного"]:hover i {
        color: #dc3545;
    }
    
    /* Специальные цвета для корзины */
    .action-link[href="/cart/"] i {
        color: #fd7e14;
    }
    
    .action-link[href="/cart/"]:hover i {
        color: #fd7e14;
    }
}




.categories-menu-with-img {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.categories-menu-with-img .category-card {
    display: flex;
    align-items: center;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    padding: 10px;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    min-width: 200px;
    max-width: 225px;
    flex: 1 1 calc(50% - 5px);
    height: 80px;
    gap: 15px;
}

.categories-menu-with-img .category-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    text-decoration: none;
    color: inherit;
}

.category-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;
}

.category-name {
    font-size: 16px;
    font-weight: 600;
    color: #3F51B5;
    margin-bottom: 4px;
    line-height: 1.2;
}

.category-count {
    font-size: 14px;
    color: #666;
    font-weight: 400;
}

.category-image {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
 
@media (max-width: 768px) {
    .categories-menu-with-img .category-card {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .categories-menu-with-img .category-card {
        flex: 1 1 calc(50% - 5px);
    }
}

@media (min-width: 1201px) {
    .categories-menu-with-img .category-card {
        flex: 1 1 calc(33.333% - 7px);
    }
}




.special-list1-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
  }
  
  .special-list1-scroll {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; 
    padding-bottom: 10px; 
    padding-left: 15px;
  }
  
  .special-list1-scroll::-webkit-scrollbar {
    display: none; 
  }
  
  .special-item1 {
    flex: 0 0 auto;
    width: 250px; 
    margin-right: 15px;
    scroll-snap-align: start;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }
  
  .special-badge {
    font-size: 16px;
    text-align: left;
    margin-bottom: 4px;
    padding: 0 5px;
  }
  
  .special-badge .badge {
    background: #00BCD4;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
  }
  
  
  .special-name {
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 16px;
    padding: 0 5px;
    white-space: nowrap;        
    overflow: hidden;           
    text-overflow: ellipsis;    
    max-width: 100%;            
    display: block;             
  }
  
  .special-img {
    width: 100%;
    height: auto;
    max-width: 100%;
    aspect-ratio: 1/1; /* Сохраняем пропорции 1:1 */
    object-fit: cover;
  }
  
  
  .special-list1-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px; /* Ширина затемнения/обрезки */
    height: 100%;
    background: linear-gradient(to right, transparent, white);
    pointer-events: none; /* Чтобы можно было кликать сквозь этот элемент */
  }
  
  
  @media (max-width: 576px) {
    .special-item1 {
      width: 200px;
    }
  }
  
  @media (max-width: 375px) {
    .special-item1 {
      width: 180px;
    }
  }
  