@font-face {
  font-family: 'inter';
  src: url('../font/inter-extrabold-webfont.eot');
  src: url('../font/inter-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../font/inter-extrabold-webfont.woff2') format('woff2'),
       url('../font/inter-extrabold-webfont.woff') format('woff'),
       url('../font/inter-extrabold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'inter';
  src: url('../font/inter-bold-webfont.eot');
  src: url('../font/inter-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../font/inter-bold-webfont.woff2') format('woff2'),
       url('../font/inter-bold-webfont.woff') format('woff'),
       url('inter-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'inter';
  src: url('../font/inter-medium-webfont.eot');
  src: url('../font/inter-medium-webfont.eot?#iefix') format('embedded-opentype'),
       url('../font/inter-medium-webfont.woff2') format('woff2'),
       url('../font/inter-medium-webfont.woff') format('woff'),
       url('../font/inter-medium-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'inter';
  src: url('../font/inter-regular-webfont.eot');
  src: url('../font/inter-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../font/inter-regular-webfont.woff2') format('woff2'),
       url('../font/inter-regular-webfont.woff') format('woff'),
       url('../font/inter-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}
* {
  font-family: 'inter';
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
    line-height: 1.5rem !important;
}
form button {
    cursor: pointer;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a{
    text-decoration: none;
}
body {
	line-height: 1;
  font-family: 'inter';
  font-weight: 400;
}
ol, ul {
	list-style: none;
}
li {
    line-height: 1.5rem !important;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------css---------------*/
body{
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
html{
  scroll-behavior: smooth;
}
h2{font-family: Inter;
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0em;
    text-align: left;
    color:#23346B;
    
    }
    h5{font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #23346B;
    }
    ul>li>a{
        font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color:#000000;
    text-decoration: none ;
    }
/*****************header*****************/
.header-wrap{
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 120;
}
header{ max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  padding: 0 20px 0 10px;
  box-sizing: border-box;
}
header a {
  color: black;
}
header>div>a{
  display: inline-block;
  padding: 16px 33px 16px 39px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
}
.header-nav>div>ul:first-child{
  display: flex;
  align-items: center;
  gap: 26px;
}
.header-nav>div>ul>li>a{
  display: flex;
  align-items: center;
  gap: 7px;
}
.header-nav>div>ul>li:nth-child(1){
  display: flex;
  align-items: center;
  gap: 9px;
}
.header-nav>div>ul>li:first-child>a:first-child span:last-child{
  border-bottom: 1px solid;
}
.header-nav>div>ul>li:nth-child(2){
  display: flex;
  gap: 7px;
}
.header-nav>div>ul>li:last-child{
  display: flex;
  gap: 4px
}
.header-nav>div>ul:first-child>li:nth-child(2)>a:last-child{
  margin-left: 4px;
}
.header-nav>div>ul:last-child>li a{
  width: 35px;
  height: 35px;
  background: #E6E6E6;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-nav>div>ul + ul{
  display: flex;
  gap: 9px;
}
.header-nav>div:first-child{
  display: flex;
  gap: 39px;
  align-items: center;
  padding: 11px 0 8px;
  border-bottom: 1px solid #E6E6E6;
}
.header-nav>div:first-child{
  padding-left: 36px;
}
nav{
  display: flex;
  align-items: center;
  padding: 14px 0;
  gap: 22px;
  justify-content: flex-end;
}
nav>button, nav a.catalogue-button {
  padding: 15px 30px 17px 24px;
  background: #FAA41E;
  display: flex;
  align-items: center;
  color: #ffF;
  gap: 7px;
  border: none;
  margin-right: 9px;
  font-size: 1rem;
}
nav>ul{
  display: flex;
  gap: 18px;
}

/*nav>div>button{
  padding: 13px 21px 17px 18px;
  border: 1px solid #23346B;
  background: #23346B;
  display: flex;
  color: #fff;
  gap: 8px;
  font-size: 1rem;
 
}*/

/********* form 3_language_button *****************/
.lang .select {
  display:flex;
  flex-direction: column;
  position:relative;
  cursor: pointer;
}

.lang .option {
  padding:0 38px 0 18px;
  min-height:49px;
  display:flex;
  align-items:center;
  background:#23346B;
  border-top:#23346B solid 1px;
  position:absolute;
  top:0;
  width: 100%;
  pointer-events:none;
  order:2;
  z-index:1;
  transition:background .4s ease-in-out;
  box-sizing:border-box;
  overflow:hidden;
  white-space:nowrap;
  
}

.lang .option:hover {
  background-color:#FAA41E;
  border-top:#FAA41E solid 1px;
}

.lang .select:focus .option {
  position:relative;
  pointer-events:all;
}

.lang input {
  opacity:0;
  position:absolute;
  left:-99999px;
}

.lang input:checked + label {
  order: 1;
  z-index:2;
  background:#23346B;
  border-top:none;
  position:relative;
}

.lang .select:before {content: "";
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-bottom: 1.5px solid #FFFFFF;
  border-right: 1.5px solid #FFFFFF;
  position: absolute;
  transform: rotate(45deg);
  top: 13px;
  right: 18.58px;
  z-index: 9999;
}


nav>.cart_h{
  padding: 9px;
  background: #FAA41E;
  position: relative;
}
nav>div>div>span{
  position: absolute;
  top: -11px;
  right: -11px;
  font-size: .9rem;
  font-weight: 700;
  color: #fff;
  padding: 2px 7px;
  background: #23346B;
}
nav>div{
  display: flex;
  gap: 12px;
}
nav>ul a{
  /* padding: 0 6px 5px 6px;
   border-bottom: 3px transparent ;
  transition: border-botto .3s; */
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  padding: 0 6px 5px 6px;
 
  background-image: linear-gradient(to right, #FAA41E, #FAA41E); /* ÃƒÂÃ…Â¸ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¼ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Â¹ ÃƒÂÃ‚Â³Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°ÃƒÂÃ‚Â´ÃƒÂÃ‚Â¸ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â° */
  background-repeat: no-repeat;
  background-size: 0px 3px; 
  background-position: left bottom; 
  padding-bottom: 7px; 
  text-decoration: none; 
  transition: 0.3s;
}
nav>ul a:hover{
  /* border-bottom: 3px solid #FAA41E; */
  transition: all .2s ease-in-out;
  color: #FAA41E;
  background-size: 100% 3px; 
  text-shadow: .6px 0px 0px #FAA41E, -.6px 0px 0px #FAA41E;
}
.more-mobile{
  display: none;
}
/*****************cart_section*****************/
.woocommerce table.shop_table{margin: 0 auto;
  max-width: 1110px;
  position: relative;
  /* margin-bottom: 70px; */
  /* padding: 0 20px; */
  background: #FFF;
  border: none;
}
.hentry .entry-content{
 box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
 padding: 30px 44px;
}
#content{
  background: linear-gradient(180deg, rgba(35, 52, 107, 0.10) 0%, rgba(35, 52, 107, 0.00) 61.96%);
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .order-total td{
  border-top: 0 !important;
}
.cart-subtotal{
 position: relative;
}
.cart-subtotal{
  max-width: 350px !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
  width: auto;
}
.cart-subtotal::after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(35, 52, 107, 0.00) 0%, #23346B 53.13%, rgba(35, 52, 107, 0.00) 100%);
}
.woocommerce table.shop_table .cart-subtotal>td,
.woocommerce table.shop_table .order-total td{
  padding: 0;
}
.cart-subtotal th, .order-total th{
  text-transform: uppercase;
}
.woocommerce #payment #place_order, .woocommerce-page #payment button#place_order{
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  background:#FAA41E !important;
}
.form-row button#place_order:after{
  background:#FAA41E !important;
  height: 67px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
  margin-right: 30px;
}
.in_cart{
  padding:30px 34px 28px 44px;
}
.cart>div>ul{
  display: flex;
}
.cart>div>ul>li{
  padding-right: 5px;
  padding-bottom: 17px;
}
/* .cart>div{
margin-top: 49px;
} */
.in_cart {
    max-width: 1110px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 8px 0px #0000000F;
    margin-top: 18px;
  }
  
.hat{position: relative;
    display: flex;
    justify-content: center; 
    align-items: center; 
  }
  
.hat>div {
    /* padding-top: 30px; */
    padding-right: 150px;
    padding-bottom: 18px;
    
  }
  .hat::before{
position: relative;
  }
.hat:after{
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, rgba(35, 52, 107, 0.00) 0%, #23346B 51.56%, rgba(35, 52, 107, 0.00) 100%);
  bottom: 0;
  left: 0;
}

.cart .product{display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: row;
  padding: 18px 0;
}
.cart .product>div{
  /* margin-top: 37px; */
  padding: 0 5px;
  flex-basis: 20%;
  /* width: 87px;
height: 70px; */
}
.cart .product>div:last-child{
  flex-basis: 5%;
}
/* .cart .product>div:first-child{
  margin-left: 25px;
} */
.cart .product>div>img{margin: 0 auto;
}
.cart .product:after{position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, rgba(35, 52, 107, 0.00) 0%, #23346B 51.56%, rgba(35, 52, 107, 0.00) 100%);
  bottom: 0;
  left: 0;
}

.cart section
{margin-top: 37px;
  display: flex;
  justify-content: space-between;
    margin-bottom: 28px;
}
    .coupon-section {
    text-align: center;
    margin-top: 20px;
  }
  
  .coupon-section h2 {
    margin-bottom: 10px;
  }
  
  .coupon-input {
    display: flex;
    justify-content: center;
    /* margin-left: 44px; */
    margin-top: 14px;

  }
  
  .coupon-input input {
    margin-right: 10px;
    border: 1px solid #E6E6E6;
    width: 166px;
    height: 62px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color:#23346B80;
  }
  
  .coupon-input button {padding: 5px 10px;
    background: #23346B;
    color: #fff;
    border:1px solid #23346B;
    cursor: pointer;
    width: 247px;
    height: 67px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;

  }
  
  .coupon-input button:hover {
    background: #23346bdb;
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
  }
 
  .order-summary {
    padding: 10px;
  }
  
  .summary-row {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 10px;
  }
  .summary-row span{
    margin-right: 100px;
  }
  
  .total-row {
    font-weight: bold;
  }
  
.order-amount{font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  color: #23346B;
}

.discount-amount{font-family: Inter;
font-size: 18px;
font-weight: 700;
line-height: 22px;
letter-spacing: 0em;
text-align: center;
color: #23346B;
}
.total-amount{font-family: Inter;
font-size: 24px;
font-weight: 700;
line-height: 29px;
letter-spacing: 0em;
text-align: center;
color: #23346B;
}

.underline:after{content: "";
  display: block;
  width: 350px;
  height: 1px;
  background: linear-gradient(270deg, rgba(35, 52, 107, 0.00) 0%, #23346B 51.56%, rgba(35, 52, 107, 0.00) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  }

  .star{font-family: Inter;
font-size: 18px;
font-weight: 700;
line-height: 22px;
letter-spacing: 0em;
text-align: center;
  }
  .price{font-family: Inter;
font-size: 18px;
font-weight: 700;
line-height: 22px;
letter-spacing: 0em;
text-align: center;
color:#23346B;
  }
  .order_1{font-family: Inter;
font-size: 18px;
font-weight: 700;
line-height: 22px;
letter-spacing: 0em;
text-align: center;
color:#000000;
  }
  .disc{font-family: Inter;
font-size: 14px;
font-weight: 700;
line-height: 17px;
letter-spacing: 0em;
text-align: center;
  }

  .checkout-button{width: 350px;
    height: 67px;
    background: #FAA41E;
    border: none;
    color:#FFFFFF;
    font-family: Inter;
font-size: 20px;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
cursor: pointer;
  }

  h6{font-family: Inter;
font-size: 16px;
font-weight: 700;
line-height: 19px;
letter-spacing: 0em;
text-align: left;
color:#000000;
/* padding-left: 44px; */
}
/***********footer******************/
.footer-section>div:first-child{
  background: #23346B;
/*   
  gap: 50px; */
}
footer>div>div{
  width: 1115px;
  margin: 0 auto;
  padding: 54px 0 74px 0;
  display: flex;
  box-sizing: border-box;
  gap: 50px;

}
footer>div:nth-child(2){
  background: #fff;
  padding: 19px 0 13px;
  
}
footer>div>p{
  text-align: center;
  color: #000;
  font-size: 16px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 158.023%;
  opacity: 0.5;
}
footer>div>div ul a{
  color: #FFF;
  font-size: 16px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 158.023%;
  opacity: .5;
}
footer>div>div>div:last-child{
  padding-top: 33px;
}
footer>div>div>div>div:last-child>ul>li a{
  opacity: 1;
}
footer>div>div>div>div li:first-child{
  display: block;
}
footer>div>div>div>div:last-child>ul>li:first-child a{
  display: inline-block;
}
footer>div>div>div>div:last-child>ul>li:first-child a+a{
  display: block;
  margin-left: 20px;
}
footer>div>div  h4{
  color: #FFF;
font-size: 16px;
font-family: Inter;
font-style: normal;
font-weight: 700;
margin-bottom: 10px;
}
footer>div>div+div{
  display: flex;
  gap: 50px;
  padding-top: 30px;
}
footer>div:first-child{
  display: flex;
}
footer>div>div>div:nth-child(4) ul>li:first-child{
  display: flex;
}
footer>div>div>div:nth-child(4) ul>li:first-child div{
  display: flex;
  flex-direction: column;
}
footer>div>div>div>div:nth-child(4) ul>li:nth-child(2)  a{
  border-bottom: 1px solid #fff;
}
footer>div>div>div{
  /* flex-direction: column; */
    justify-content: space-between;
    display: flex;
    gap: 50px;
}
footer>div>div>div>div:not(:last-child){
  max-width: 190px;
  flex-direction: column;
    justify-content: space-between;
    display: flex;
}
footer>div>div>div>div:nth-child(3){
  margin:0 3px 0 26px;
}
.product-list>div>div>div>div>svg{
  /* display: none; */
}
.product-list h2{
  line-height: normal;
}
.product-list>div>div:hover>.product-list>div>div>div>div>svg{
  display: block;
}
footer>div>div>div>div div{
  display: flex;
  flex-direction: column;
}
/* footer>div>div>div>div li:first-child{
  display: flex;
} */
footer>div>div>div>div:last-child{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
footer{
  position: relative;
}
/**************btn up***********/
footer>div:last-child>a{
  width: 78px;
  height: 67px;
  background: #FAA41E;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  right: 15%;
}

/* /******pop-up************ */
body{
    position: relative;
  }
  .modal-pop-up{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.59);
    display: none;
    opacity: 0;
    animation: op-h 1s ease;
  }
  
  @keyframes op-h {
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
  }
  .modal-pop-up.visible {
    display: block;
    opacity: 1;
    animation: op-v 1s ease;
  }
  @keyframes op-v {
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
  }
  .pop-up{
    max-width: 540px;
    height: 379px;
    padding: 26px 37px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    top: calc(50% - 160px);
    left: calc(50% - 270px);
    background: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
    opacity: 0;
    transition: opacity 2s ease;
  }
  .visible .pop-up{
    transition: opacity 2s ease;
    opacity: 1;
    animation: op .5s ease;
  }
  @keyframes op {
    0%{
      opacity: .1;
    }
    100%{
      opacity: 1;
    }
  }
  .pop-up>p{
    color: #23346B;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 16px;
    position: relative;
    display: inline-block;
    margin-bottom: 26px;
  }
  .pop-up>p::before{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, rgba(35, 52, 107, 0.00) 0%, #23346B 51.56%, rgba(35, 52, 107, 0.00) 100%);
  }
  .pop-up form{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
  }
  .pop-up form input{
    padding: 22px 20px;
    color: rgba(35, 52, 107, 0.50);
    font-size: 1.1rem;
    border: 1px solid #E6E6E6;
    background: rgba(255, 255, 255, 0.10);
  }
  .pop-up form button{
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 22px;
    background: #FAA41E;
    border: 0;
    margin-top: 3px;
  }
  .pop-up>a{
    position: absolute;
    top: 37px;
    right: 34px;
    cursor: pointer;
  }
  /****************header*********************/
button{
    background: #FAA41E;
}
.active a{
    color: #FAA41E;
}
header a{
    color: black;
}

.main-section.shop{
  background: linear-gradient(180deg, rgba(35, 52, 107, 0.10) 0%, rgba(35, 52, 107, 0.00) 100%);
  padding: 54px 0 70px;
}

.main-section.shop>section{
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px 0 10px;
}
.main-section.shop>section>ul{
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}
.main-section.shop>section>ul a{
  color: #000;
  position: relative;
}
.main-section.shop>section>ul a::after{
  content: "/";
  color: #000;
  position: absolute;
  right: -10px;
  top: 2px;
}

.main-section h1{
  color: #23346B;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.filter{
  width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
background: #FAA41E;
display: none;
}
.lang>button{
  text-transform: uppercase;
  border: 1px solid #23346B;
background: #23346B;
padding: 13px 38px 17px 18px;
font-size: 16px;
font-style: normal;
font-weight: 400;
color: white;
position: relative;
transition: all .5s linear;
}
.widget>ul li a{
  padding: 12px 18px;
  text-transform: uppercase;
  color: white;
  background: #23346B;
  display: block;
}
.widget>ul li a:hover{
  background:#FAA41E ;
  color: black;
}
.lang>button:hover ~ .widget>ul, .widget>ul:hover{ 
display: block;
position: absolute;
width: 100%;
top: inherit;
}
.lang{
  position: relative;
}
.lang>button::before{
  content: "";
  display: block;
  background: white;
  width: 12px;
  height: 2px;
  position: absolute;
  right: 14px;
  top: 21px;
  transform: rotate(-45deg);
}
.lang>button::after{
  content: "";
  display: block;
  background: white;
  width: 11px;
  height: 2px;
  position: absolute;
  right: 22px;
  top: 21px;
  transform: rotate(45deg);
}
.main-section.shop p {
  color: #23346B;
  font-size: 1rem;
  font-weight: 400;
}
.widget_polylang ul{
  display: none;
}
.main-section.shop>section>div>div>button{
  padding: 16px 20px;
  margin-right: 8px;
  background: #fff;
  border: none;
  gap: 40px;
  color:#23346B;
  display: flex;
  align-items: center;
  font-size: 1rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
}
.shop .woocommerce-notices-wrapper{
  display: none;
}
.main-section.shop>section>div>div{
  width: 100%;
  display: flex;
  align-items: center;
    justify-content: space-between;
}
.main-section.shop>section>section{
  display: flex;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
}
.main-section.shop>section>section>div{
  width: 255px;
  height: auto;
  background: #fff;
  padding: 11px 15px;
  box-sizing: border-box;
}
.main-section.shop>section>section>div h5{
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.main-section.shop>section>section>div h5::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, rgba(35, 52, 107, 0.00) 0%, #23346B 51.56%, rgba(35, 52, 107, 0.00) 100%);
}
/* h2{
  color: #000;
  font-size: 1rem;
  font-family: Inter;
  font-weight: 500;
} */
h5{  
  color: #23346B;
  font-size: 1.25rem;
  font-family: Inter;
  font-weight: 700;
  line-height: normal;
}
.filter {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FAA41E;
  display: none;
}
.product-list>div>div h2 {
  margin-bottom: 10px;
  max-width: calc(100% - 72px);
  padding-left: 15px;
  text-align: left;
}
.product-list>div>div{
  width: 255px;
  position: relative;
  /* padding: 15px 17px 19px 20px; */
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
}

.product-list>div>div>div>div {
    padding: 0 15px;
}

.product-list>div>div>div>div:last-child {
    padding-bottom: 15px;
}

.product-list>div>div>span{
  color: #000;
  font-size: 12px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.30000001192092896;
  position: absolute;
  top: 17px;
  right: 14px;
  z-index: 100;
}
.product-list>div>div>div>a{
  display: block;
  width: 192px;
  height: 156px;
  overflow: hidden;
  margin: 0 auto 16px;
}
.product-list>div>div>div>a>img{
  width: 100%;
  height: inherit;
}
.product-list>div>div>div>div>svg{
  margin-bottom: 10px;
}
.product-list>div>div>div>div>div>span{
  color: #000;
  font-size: .9rem;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: line-through;
  opacity: 0.30000001192092896;
}
.product-list>div>div>div>div>a{
  padding: 9px;
  background: #FAA41E;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-block;
  position: absolute;
  right: 17px;
  bottom: 19px;
}
.product-list>div{
  max-width: 830px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}
.product-list>ul{
  display: flex;
  justify-content: start;
  padding-left: 15%;
  margin-top: 28px;
  gap: 10px;
}
.product-list>ul a{
  display: inline-block;
  width: 40px;
  height: 40px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #23346B;
  font-size: 16px;
  font-weight: 600;
}
.product-list>ul a.active{
  background: #FAA41E;
  color: #fff;
}
.filter-bar .wrapper>p, .filter-categor>p{
  font-size: 1rem;
  color: #000;
  font-weight: 500;
  margin-bottom: 16px;
}

::selection{
  color: #fff;
  background: #17A2B8;
}
header h2{
  font-size: 24px;
  font-weight: 600;
}
header p{
  margin-top: 5px;
  font-size: 16px;
}
.price-input{
  width: 100%;
  display: flex;
  margin: 10px 0 17px;
    position: relative;
    padding-bottom: 14px;
}
.price-input::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, rgba(35, 52, 107, 0.00) 0%, #23346B 51.56%, rgba(35, 52, 107, 0.00) 100%);
}
.price-input .field{
  display: flex;
  width: 100%;
  align-items: center;
  justify-self: end;
}
.price-input .field:nth-child(1){
  justify-content: start;
}
.price-input .field:nth-child(2){
  justify-content: end;
}
.field input{
  width: 100%;
  height: 100%;
  /* outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px; */
  /* text-align: center;
  border: 1px solid #999; */
  /* -moz-appearance: textfield; */
  border: 0;
  text-align: end;
  color: #23346B;
  background: 0;
  font-size: 0.9rem;
}
.price-input>.field:first-child input{
  text-align: left !important;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator{
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.filter-bar .slider{
  height: 8px;
  position: relative;
  background: #23346b55;
}
.filter-bar .slider .progress{
  height: 100%;
  left: 0%;
  right: 75%;
  position: absolute;
  background: #23346B;
}
.range-input{
  position: relative;
}
.range-input input{
  position: absolute;
  width: 100%;
  height: 5px;
  top: -8px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb{
  width: 21px;
  height: 22px;
  border-radius: 3px;
  background: url(../img/scroll-btn.png);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
  position: relative;
}
/* input[type="range"]::-moz-range-thumb{
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17A2B8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
} */
/* .header-wrap>section */


.new{
  padding-bottom: 3px;
  margin-bottom: 15px;
  position: relative;
}
.new::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, rgba(35, 52, 107, 0.00) 0%, #23346B 51.56%, rgba(35, 52, 107, 0.00) 100%);
}
.form-group {
  display: block;
  margin-bottom: 10px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  color: #23346B;
font-size: 0.9rem;
}

.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #FAA41E;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
    left: 7px;
    width: 3px;
    height: 8px;
  border: solid #23346B;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.filter-bar button{
  display: block;
  background: #FAA41E;
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
  width: 100%;
  border: 0;
  padding: 15px ;
  margin-top: 15px;
}
.filter-bar button a{
  color: white;
}
/*.form-control{
  padding: 16px 20px;
  margin-right: 8px;
  background: #FFFFFF;
  border: none;
  gap: 40px;
  color: #23346B;
  display: flex;
  align-items: center;
  font-size: 1rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
}*/

/****************Ãƒâ€˜Ã¢â‚¬Â ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°ÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™ÃƒÂÃ‚Â½ÃƒÂÃ‚Â°Ãƒâ€˜Ã‚Â Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚Â°Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã…â€™ main *****************/
.main-section p {
    color: #23346B;
    font-size: 1rem;
}

.more-product h2{
    color: #23346B;
    font-size: 2.8rem;
    font-weight: 700;
}
.container {
    background: linear-gradient(180deg, rgba(35, 52, 107, 0.10) 0%, rgba(35, 52, 107, 0.00) 100%);
}
.in_cart h2{   /***ÃƒÂÃ‚ÂºÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚ÂºÃƒÂÃ‚Â°**/
    color: #000;
    text-align: center;
    font-size: 1rem;
    font-family: Inter;
    font-weight: 500;
}
h5{   /********Ãƒâ€˜Ã¢â‚¬Â ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½ÃƒÂÃ‚Â² ÃƒÂÃ‚Â½ÃƒÂÃ‚Â° Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â°ÃƒÂÃ‚Â¹Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Âµ *****/
    color: #23346B;
  text-align: center;
  font-size: 1.25rem;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  }
  /* span{  
    color: #000;
    font-size: .9rem;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: line-through;
    opacity: 0.30000001192092896;

  } */
  body{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
  html{
    scroll-behavior: smooth;
  }
  /*****************header*****************/
  .header-wrap, #content{
    background: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  }
  header{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    padding: 0 20px 0 10px;
    box-sizing: border-box;
    justify-content: center;
  }
  .order_list>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0 9px;
    position: relative;
  }

  .entry-content .woocommerce form .form-row input.input-text,.entry-content .woocommerce form .form-row textarea{
    color: rgba(35, 52, 107, 0.50);
    font-family: Inter;
    font-size: 18px !important;
    font-weight: 400;
    line-height: normal;
    padding: 22px 20px 23px;
    display: inline-block;
    border: 1px solid #E6E6E6;
background: rgba(255, 255, 255, 0.10);
  }

  .order_list>div>a{
    max-width: 72px;
    max-height: 70px;
    width: auto;
    height: 100%;
  }
  .order_list a,.order_list p, .order_list h4{
    color: white;
    line-height: normal;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
  }
  .order_list>div>a img{
    width: 100%;
  }
  .order_list{
    padding: 31px 28px 36px;
    background: #FAA41E;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
    display: inline-block;
  }
  .page{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 0 10px;
    box-sizing: border-box;
  }
  header a {
    color: black;
  }
  header>div>a{
    display: inline-block;
    padding: 16px 33px 16px 39px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  }
  .header-nav>div>ul:first-child{
    display: flex;
    align-items: center;
    gap: 26px;
  }
  .header-nav>div>ul>li>a{
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .header-nav>div>ul>li:first-child>a:first-child span:last-child{
    border-bottom: 1px solid;
  }
  .header-nav>div>ul>li:nth-child(2){
    display: flex;
    gap: 7px;
  }
  .header-nav>div>ul:first-child>li:nth-child(2)>a:last-child{
    margin-left: 4px;
  }
  .header-nav>div>ul:last-child>li a{
    width: 35px;
    height: 35px;
    background: #E6E6E6;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav>div>ul + ul{
    display: flex;
    gap: 9px;
  }
  .header-nav>div:first-child{
    display: flex;
    gap: 39px;
    align-items: center;
    padding: 11px 0 8px;
    border-bottom: 1px solid #E6E6E6;
  }
  .header-nav>div:first-child{
    padding-left: 36px;
  }
  nav{
    display: flex;
    align-items: center;
    padding: 14px 0;
    gap: 22px;
    justify-content: flex-end;
  }
  nav a.catalogue-button {
    padding: 15px 30px 17px 24px;
    background: #FAA41E;
    display: flex;
    align-items: center;
    color: #ffF;
    gap: 7px;
    border: none;
    margin-right: 9px;
    font-size: 1rem;
  }
  nav>ul{
    display: flex;
    gap: 18px;
  }
  
  nav>div>button{
    padding: 13px 21px 17px 18px;
    border: 1px solid #23346B;
    background: #23346B;
    display: flex;
    color: #fff;
    gap: 8px;
    font-size: 1rem;
   
  }
  nav>div>.cart_h{
    padding: 7px 9px 0;
    background: #FAA41E;
    position: relative;
  }
  .woocommerce-billing-fields__field-wrapper{
    display: flex;
    flex-direction: column;
  }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
    width: 100%;
  }
  nav>div>.cart_h>span{
    padding: 2px 7px 3px;
    background: #23346B;
    display: inline-block;
    position: absolute;
    top: -11px;
    color: #fff;
    right: -11px;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
  }
  nav>div>div>span{
    position: absolute;
    top: -11px;
    right: -11px;
    font-size: .9rem;
    font-weight: 700;
    color: #fff;
    padding: 2px 7px;
    background: #23346B;
  }
  nav>div{
    display: flex;
    gap: 12px;
  }
  nav>ul a{
    /* padding: 0 6px 5px 6px;
     border-bottom: 3px transparent ;
    transition: border-botto .3s; */
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    padding: 0 6px 5px 6px;
   
    background-image: linear-gradient(to right, #FAA41E, #FAA41E); /* ÃƒÂÃ…Â¸ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¼ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Â¹ ÃƒÂÃ‚Â³Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°ÃƒÂÃ‚Â´ÃƒÂÃ‚Â¸ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â° */
    background-repeat: no-repeat;
    background-size: 0px 3px; 
    background-position: left bottom; 
    padding-bottom: 7px; 
    text-decoration: none; 
    transition: 0.3s;
  }
  nav>ul a:hover{
    /* border-bottom: 3px solid #FAA41E; */
    transition: all .2s ease-in-out;
    color: #FAA41E;
    background-size: 100% 3px; 
    text-shadow: .6px 0px 0px #FAA41E, -.6px 0px 0px #FAA41E;
  }
  
  /***************container main section *****************/
  
  .main-section, .cart-container, .order-section, .basket-box{
    background: linear-gradient(180deg, rgba(35, 52, 107, 0.10) 0%, rgba(35, 52, 107, 0.00) 100%);
    padding: 54px 0 25px;
    width: 100%;
    overflow: hidden;
  }
 
  
  .main-section>section{
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 10px 0 10px;
    display: block;
  }
  .main-section h2{
    text-align: start;
  }
  .main-section>section>ul{
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
  }
  .main-section>section>ul a{
    color: #000;
    position: relative;
  }
  .main-section>section>ul a::after{
    content: "/";
    color: #000;
    position: absolute;
    right: -10px;
    top: 2px;
  }
  
  .product-section h2{
    color: #23346B;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 42px;
	line-height: normal;
  }
  
  .slider-swiper{
    width: 540px;
  
  }
  .swiper {
    width: 100%;
    height: 100%;
  }
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  
  }
  .mySwiper .swiper-slide{
      cursor: pointer;
  }
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  
  .swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  
  .mySwiper2 {
    height: 80%;
    width: 100%;
    margin-bottom: 14px;
  }
  
  .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }
  
  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }
  
  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }
  .slider-swiper .swiper-button-next, .slider-swiper .swiper-button-prev{
    background: #FAA41E;
    width: 37.254px;
    height: 32px;
    color: white;
  }
  .slider-swiper .swiper-button-next{
    right: 0;
  }
  .slider-swiper .swiper-button-prev{
    left: 0;
  }
  .mySwiper2{
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  }
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mySwiper2 .swiper-slide{
    /* padding: 44px 73px; */
    box-sizing: border-box;
    margin: auto;
	max-height: 540px;
  }
  .mySwiper .swiper-slide{
    /* padding: 25px 40px; */
    box-sizing: border-box;
    margin-right: 30px !important;
    width: 160px !important;
    opacity: 1;
    margin: auto;
  }
  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto !important;
    opacity: 1 !important;
  }
  .slider-swiper .swiper-button-next:after, .slider-swiper .swiper-button-prev:after{
    font-size: 14px;
  }
  .slider-swiper .swiper-button-lock{
    display: flex;
  }
 
  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
  }
  .product-item-2-1 {
    display: none;
  }
  .product-item-2-1.active {
    display: block;
  }
  .main-section>section>section>div>div{
   position: relative;
   /* max-width: 540px; */
  }
  .main-section>section>section>div>div p {
    text-align: justify;
  }
  .product-aboute{
    width: 100%;
  }
  .product-aboute>div>div:first-child{
    background: #A2BA67;
    padding: 12px 32px;
    display: inline-block;
    color: white;
    font-size: 0.9rem;
  }
  .product-aboute>div>div>div{
    display: flex;
    gap: 2px;
    /* margin-bottom: 2px; */
  }
  .product-aboute>div>div>div>p{
   color: black;
  }
  .product-aboute>div>div>div>span{
    color: #23346B;
    font-weight: 800;
  }
  .product-aboute>div:first-child{
    display: flex;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 41px;
    margin-top: 5px;
  }
  .main-section>section>section{
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .product-aboute>div:nth-child(2){
    display: flex;
    gap: 35px;
    align-items: center;
    margin-bottom: 9px;
  }
  .product-aboute>div:nth-child(2) h5{
    font-size: 2.8rem;
  }
  .product-aboute>div:nth-child(2) span{
    color: #000;
    font-size: 1.4rem;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: line-through;
    opacity: 0.30000001192092896;
  }
  h5{
    color: #23346B;
    text-align: center;
    font-size: 1.25rem;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .product-aboute>div:nth-child(3)>p{
    font-size: 1.1rem;
    line-height: 158.023%;
    margin-bottom: 8px;
  }
  .product-aboute>div:nth-child(3)>p>span{
    font-weight: 800;
  }
  .product-aboute>div:nth-child(3)>p:last-child{
    margin-bottom: 21px;
  }
  .product-aboute>div:nth-child(4)>p{
    color: #23346B;
    font-size: 1rem;
    font-weight: 600;
  }
  .product-aboute>div:nth-child(4){
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 32px;
  }
    .product-aboute>div:nth-child(4)>div {
        /* display: flex; */
        /* gap: 10px; */
    }
  .product-aboute>div:nth-child(4)>div span{
    background: #A2BA67;
    width: 50px;
    height: 50px;
    display: inline-block;
    cursor: pointer;
  }
  .product-aboute>section{
    display: flex;
    justify-content: space-between;
    /* align-items: stretch; */
    margin-bottom: 19px;
    gap: 20px;
  }
  .product-aboute>section>div:first-child, .product>div:nth-child(4){
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .product-aboute>section>div:first-child>a, .product>div:nth-child(4) a{
    font-size: 1.1rem;
    font-weight: bold;
    background: #FAA41E;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: white;
  }
  .product-aboute>section>div:first-child>span, .product>div>span#counter {
    color: #23346B;
    font-size: 1.1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 56px;
    border: 1px solid #E6E6E6;
  background: rgba(255, 255, 255, 0.10);
  }
  .product-aboute>section>a:nth-child(2){
    background: #FAA41E;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:16px 19px;
    color: white;
    gap: 23px;
    box-sizing: border-box;
  }
  .product-aboute>section>a:nth-child(3){
    background: #FAA41E;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:16px 19px;
    color: white;
    gap: 23px;
    box-sizing: border-box;
  }
  .product-aboute>div:last-child{
    display: flex;
    gap: 30px;
  }
  
span.current-color-image {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: cover !important;
}

div#color_name {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 25px;
}
  
a.by-now {
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    padding: 21px 20px 22px;
    background: #23346B;;
    display: inline-block;
}
.cart-coments form input, .cart-coments form textarea {
    padding: 22px 20px;
    color: rgba(35, 52, 107, 0.50);
    font-size: 1rem;
    border: 1px solid #E6E6E6;
    background: rgba(255, 255, 255, 0.10);
}

.setstars a {
    display: inline-block;
    width: 28px;
    text-align: center;
    height: 28px;
    opacity: .7;
    color: rgb(250 164 30 / 0%);
    cursor: pointer;
}
.comment-form-author, .comment-form-email{
  display: flex;
  flex-direction: column;
  max-width: 465px;
  gap: 10px;
  margin-bottom: 20px;
}
#comment{
  float: right;
  margin-top: 40px;
}
.comment-form-rating{
  display: none;
}
p.stars {
    display: none;
}
  .filter-bar .product h5{
    text-align: left;
  }
  .product-aboute>div:last-child>div{
    display: flex;
    padding: 28px 20px;
    box-sizing: border-box;
    gap: 13px;
    width: 50%;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
    align-items: flex-end;
    align-items: center;
  }
  .product-aboute>div:last-child>div>p{
    color: #23346B;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 19px;
  }
   .cart-details, .cart-coments{
    display: none;
  }
  .cart-details ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px;
  }
  .product-item-1{
    display: none;
  }
  .product-item-2.active, .product-item-1.active, .product-item-3.active{
    display: block;
  }
  
  .main-section>section:nth-child(2)>div>ul{
    display: flex;
    gap: 30px;
    margin-top: 20px;
    align-items: flex-end;
  }
  .main-section>section:nth-child(2)>div>ul a{
     color: #23346B;
    font-size: 1rem;
    font-weight: 600;
    line-height: 19px;
    display: flex;
    width: 255px;
    justify-content: center;
    align-items: center;
    height: 50px;
    border: 1px solid #E6E6E6;
  background: rgba(255, 255, 255, 0.10);
  }
  .main-section>section:nth-child(2)>div>div{
    padding: 38px 30px 22px;
    border: 1px solid #E6E6E6;
  background: rgba(255, 255, 255, 0.10);
  box-sizing: border-box;
  }
  .cart-description p{
    color: #000;
    font-size: 1rem;
    line-height: 158.023%;
    margin-bottom: 14px;
  }
  #nav-product.nav-product-detalic .active{
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 700;
    height: 67px;
    background: #FAA41E;
  }
  .cart-details li{
    display: flex;
    margin-bottom: 20px;
    gap: 4px;
  }
  .cart-details li>p{
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 158.023%;
  }
  .cart-details li>span{
    font-size: 1rem;
    color: #23346B;
    font-weight: 800;
    line-height: 158.023%;
  }
  .cart-coments>div>div, .cart_item{
    padding: 15px 0;
    position: relative;
  }
  .cart-coments>div>div, .cart_item td{
    text-align: center;
  }
  .cart-coments>div>div, .cart_item td:nth-child(2){
    text-align: left;
  }
  .woocommerce table.shop_table th.product-remove{
    visibility: hidden;
  }
  /* .woocommerce table.shop_table td.product-remove{
    width: 40px;
    box-sizing: border-box;
  } */
  .cart-coments>div>div:after, .cart_item::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(35, 52, 107, 0.00) 0%, #23346B 53.13%, rgba(35, 52, 107, 0.00) 100%);
  }
  .shop_table>thead{
    padding: 15px 0;
    position: relative;
  }
  .shop_table>thead::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(35, 52, 107, 0.00) 0%, #23346B 53.13%, rgba(35, 52, 107, 0.00) 100%);
  }
  .form-submit #submit{
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    color: white;
    background: #FAA41E;
    padding: 21px 75px  22px 76px;
    margin-top: 20px;

  }
  .cart-coments>div>div{
    display: flex;
    gap: 1px;
    margin-bottom: 11px;
  }
  .cart-coments>div>div h6{
    color: #23346B;
    font-size: 1.1rem;
    font-weight: 600;
    margin-right: 13px;
  }
  .cart-coments>div>p{
    font-size: 14px ;
    line-height: 20px;
  }
  .main-section>section:nth-child(2)>div{
    margin-bottom: 30px;
  }
  .cart-coments>ul{
    display: flex;
    gap: 10px;
    margin-top: 30px;
  }
  .cart-coments>ul a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #23346B;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    width: 40px;
  height: 40px;
  background: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  }
  .cart-coments>ul a.active {
    color: #fff;
    background: #faa41e;
    }
  /********************cart_fill*************/
  .cart_section{
    margin: 0 auto;
    
  }
  .clearfix:after{content: "";
    display: block;
    clear: both;
  }
  .cart_section>section>ul{
    display: flex;
  }
  .cart_section>section>ul>li{
    padding-right: 5px;
    padding-bottom: 17px;
  }
  .cart_section>section{
  /* width: 144px; */
  /* margin-top: 49px; */
  max-width: 1110px;
    position: relative;
    /* margin-bottom: 70px; */
    margin: 0 auto;
  }
  .basket-box>section>div{
    margin-top: 18px;
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 306px;
    background-color:#FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  
  }
  .cart_section>section>div>img{
    display: block;
    margin: 0 auto;
    width: 110px;
    height: 110px;
    margin-top: 77px;
  }
  .cart_section>section>div>div>h5{padding-top: 12px;
    display: flex;
    justify-content: center;
  
  }
  
  /***************more-product************/
  .more-product{
    background: linear-gradient(180deg, rgba(35, 52, 107, 0.10) 0%, rgba(35, 52, 107, 0.00) 100%);
    padding: 60px;
    padding-top: 64px;
    box-sizing: border-box;
    width: 100%;
  }
  .more-product>div{
    max-width: 1280px;
    padding-bottom: 32px;
    box-sizing: border-box;
  }
  .more-product>div>div{
    text-align: center;
  }
  .more-product>div>div h2{
    position: relative;
    padding-bottom: 18px;
    display: inline-block;
    margin-bottom: 37px;
  }
  .more-product h2::before{
    content: "";
    display: block;
    width: 215px;
    height: 1px;
    background: linear-gradient(270deg, rgba(35, 52, 107, 0.00) 0%, #23346B 51.56%, rgba(35, 52, 107, 0.00) 100%);
    position: absolute;
    bottom: 0;
    left: calc(50% - 112px);
  }
  .mySwiper3 .swiper {
    width: 100%;
    height: 100%;
  }
  .mySwiper3 .swiper-wrapper{
    height: auto;
    margin: 0 auto;
  }
  .mySwiper3 h3{
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 13px;
    text-align: left;
    max-width: calc(100% - 72px);
    padding-left: 15px;
  }
  .mySwiper3 .swiper-slide {
    overflow: hidden;
  }
  .swiper-zoom-container>div{
    width: 255px;
    position: relative;
    /* padding: 15px 17px 19px 26px; */
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
    position: relative;
  }
  .swiper-zoom-container>div>div>a{
    display: block;
    width: 100%;
    height: 156px;
    overflow: hidden;
    margin: 0 auto 20px
  }
  .swiper-zoom-container>div img{
    width: 100%;
    object-fit: cover;
  }
  .swiper-zoom-container>div>span{
    color: #000;
    font-size: 0.9rem;
    font-weight: 500;
    opacity: .5;
    position: absolute;
    top: 17px;
    right: 14px;
	text-shadow: 1px 1px 1px rgb(255 255 255);
  }
  .mySwiper3 .swiper-wrapper{
    gap: 30px;
  }
  .mySwiper3{
    max-width: 1130px;
  }
  .mySwiper3 .swiper-slide{
    width: 255px !important;
  }
  .swiper-zoom-container{
    text-align: left;
  }
  
  .swiper-zoom-container>div>div>div>div span{
    color: #000;
      font-size: .9rem;
      font-family: Inter;
      font-weight: 500;
      line-height: normal;
      text-decoration: line-through;
      opacity: 0.30000001192092896;
  }
  .swiper-zoom-container>div>div>div>div h5{
    color: #23346B;
    font-size: 1.25rem;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    text-align: left;
  }
  .swiper-zoom-container>div>div>div{
    display: flex;
  }
.swiper-zoom-container>div>div>div {
    padding: 0 15px;
}

.swiper-zoom-container>div>div>div:last-child {
    padding-bottom: 15px;
}
  .swiper-zoom-container>div>div>div a{
    padding: 8px 9px;
    background: #FAA41E;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-block;
    position: absolute;
    right: 12px;
    bottom: 14px;
  }
  .more-product>div:last-child{
    position: relative;
    margin: 0 auto;
  }
  .more-product .swiper-button-next, .more-product .swiper-button-prev{
    width: 52px;
    height: 45px;
    top: 56%;
  }
  .more-product  .swiper-pagination .swiper-pagination-bullet{
   width: 17%;
   height: 7px;
   border-radius: 0;
   margin: 0;
   background: #E9EBF0;
  }
  .pagination{
    margin-bottom: 20px;
  }
  .more-product .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #FAA41E;
  }
  /*****************order **************/
  .order{display: flex;
    justify-content: center;
    justify-items: center;
    flex-direction: column;
    text-align: center;
  }
  .order>img{
    margin: 0 auto;
  }
  .clearfix{content: "";
    display: block;
    clear: both;
  } 
  .text{
    margin: 0 auto;
    max-width: 474px; 
    }
  
  h3{font-family: Inter;
  font-size: 45px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0em;
  text-align: center;
  color:#23346B;
  padding-top: 18.13px;
  }
  .text>p{font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  color: #000000;
  padding-top: 15px;
  padding-bottom: 19px;
  }
  
  .back-button {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px 20px;
      color: #fff;
      text-decoration: none;
      border-radius: 3px;
      transition: background-color 0.3s ease;
      width: 346px;
      height: 67px;
      margin: 0 auto;
      background-color: #FAA41E;
      font-family: Inter;
      font-size: 20px;
      font-weight: 700;
      line-height: 24px;
      letter-spacing: 0em;
      text-align: center;
      margin-bottom: 42px;
      cursor:pointer;
      box-sizing: border-box;
    }
    .back-button:hover {
      background-color: #faa41e94;
          cursor:pointer;
    }
  
    .order_info {
      margin: 0 auto;
      max-width: 1110px;
      background-color: #FFFFFF;
      box-shadow: 0px 4px 8px 0px #0000000F, 0px 0px 4px 0px #0000000A;
    }
  
    .hat_info {
      display: flex;
      position: relative;
      justify-items: center;
      justify-content: space-between;
      padding: 24px 36px;
      margin-bottom: 70px;
    }
    .hat_info:after {
      position: absolute;
      content: "";
      display: block;
      width: 97%;
      height: 1px;
      background: linear-gradient(270deg, rgba(35, 52, 107, 0.00) 0%, #23346B 51.56%, rgba(35, 52, 107, 0.00) 100%);
      bottom: 50%;
      left: 0;}
    .hat_info>div span {
      font-family: Inter;
      font-size: 18px;
      font-weight: 400;
      line-height: 22px;
      letter-spacing: 0em;
      color: #23346B;
      text-align: center;
    }
  .hat_info>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 37px;
  }
    /* .hat_info>div:first-child{
      padding-left: 36px;
    }
   */
    /* .hat_info>div:last-child {
      padding-right: 44px;
    } */
  
  
    /* .info{display: flex;
      position: relative;
      justify-items: center;
      justify-content: space-between;
      padding-top: 24px;
      padding-bottom: 18px;
      margin-bottom: 70px;
      padding-right: 5px;
    } */
  .hat_info>div>span:nth-child(2){font-family: Inter;
      font-size: 18px;
      font-weight: 700;
      line-height: 22px;
      letter-spacing: 0em;
      color: #23346B;
  
  }
    /* .info>div:first-child{padding-left:36px;
    }
    .info:last-child{padding-right:44px;
    } */
  /***********footer******************/
  .footer-section>div:first-child{
    background: #23346B;
  /*   
    gap: 50px; */
  }
  footer>div>div{
    width: 1115px;
    margin: 0 auto;
    padding: 54px 0 74px 0;
    display: flex;
    box-sizing: border-box;
    gap: 50px;
  
  }
  footer>div:nth-child(2){
    background: #fff;
    padding: 19px 0 13px;
    
  }
  footer>div>p{
    text-align: center;
    color: #000;
    font-size: 16px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 158.023%;
    opacity: 0.5;
  }
  footer>div>div ul a{
    color: #FFF;
    font-size: 16px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 158.023%;
    opacity: .5;
  }
  footer>div>div>div:last-child{
    padding-top: 33px;
  }
  footer>div>div>div>div:last-child>ul>li a{
    opacity: 1;
  }
  footer>div>div  h4{
    color: #FFF;
  font-size: 16px;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
  }
  footer>div>div+div{
    display: flex;
    gap: 50px;
    padding-top: 30px;
  }
  footer>div:first-child{
    display: flex;
  }
  footer>div>div>div:nth-child(4) ul>li:first-child{
    display: flex;
  }
  footer>div>div>div:nth-child(4) ul>li:first-child div{
    display: flex;
    flex-direction: column;
  }
  footer>div>div>div>div:nth-child(4) ul>li:nth-child(2)  a{
    border-bottom: 1px solid #fff;
  }
  footer>div>div>div{
    /* flex-direction: column; */
      justify-content: space-between;
      display: flex;
      gap: 50px;
  }
  footer>div>div>div>div:not(:last-child){
    max-width: 190px;
    flex-direction: column;
      justify-content: space-between;
      display: flex;
  }
  footer>div>div>div>div:nth-child(3){
    margin:0 3px 0 26px;
  }
  .product>div>div>div>div>svg{
    display: none;
  }
  .product>div>div:hover>.product>div>div>div>div>svg{
    display: block;
  }
  footer>div>div>div>div div{
    display: flex;
    flex-direction: column;
  }
  /* footer>div>div>div>div li:first-child{
    display: flex;
  } */
  footer>div>div>div>div:last-child{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  footer{
    position: relative;
  }
  /**************btn up***********/
  footer>div:last-child>a{
    width: 78px;
    height: 67px;
    background: #FAA41E;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    right: 15%;
  }
  
  /* /******pop-up************ */
  body{
    position: relative;
  }
  .modal-pop-up{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.59);
    display: none;
    opacity: 0;
    animation: op-h 1s ease;
  }
  
  @keyframes op-h {
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
  }
  .modal-pop-up.visible {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    animation: op-v 1s ease;
  }
  @keyframes op-v {
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
  }
  .pop-up{
    max-width: 540px;
    width: 100%;
    height: max-content;
    padding: 26px 37px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    top: inherit;
    left: inherit;
    background: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
    opacity: 0;
    transition: opacity 2s ease;
  }
  .visible .pop-up{
    transition: opacity 2s ease;
    opacity: 1;
    animation: op .5s ease;
  }
  @keyframes op {
    0%{
      opacity: .1;
    }
    100%{
      opacity: 1;
    }
  }
  .pop-up>p{
    color: #23346B;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 16px;
    position: relative;
    display: inline-block;
    margin-bottom: 26px;
  }
  .pop-up>p::before{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, rgba(35, 52, 107, 0.00) 0%, #23346B 51.56%, rgba(35, 52, 107, 0.00) 100%);
  }
  .pop-up form{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
  }
  .pop-up form input{
    padding: 22px 20px;
    color: rgba(35, 52, 107, 0.50);
    font-size: 1.1rem;
    border: 1px solid #E6E6E6;
    background: rgba(255, 255, 255, 0.10);
  }
  .pop-up form button{
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 22px;
    background: #FAA41E;
    border: 0;
    margin-top: 3px;
  }
  .filter-bar h5{
    text-align: left;
  }
  .pop-up>a{
    position: absolute;
    top: 37px;
    right: 34px;
    cursor: pointer;
  }
  .main-section.shop{
    background: linear-gradient(180deg, rgba(35, 52, 107, 0.10) 0%, rgba(35, 52, 107, 0.00) 100%);
    padding: 54px 0 70px;
  }
  
  .main-section.shop>section{
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 10px 0 10px;
  }
  .main-section.shop>section>ul{
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
  }
  .main-section.shop>section>ul a{
    color: #000;
    position: relative;
  }
  .main-section.shop>section>ul a::after{
    content: "/";
    color: #000;
    position: absolute;
    right: -10px;
    top: 2px;
  }
  
  h1{
    color: #23346B;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .woocommerce table.shop_table td.product-thumbnail{
    width: 87px;
    height: 70px;
    box-sizing: border-box;
  }
  .woocommerce table.shop_table td{
    padding: 18px 10px;
  }
  .shop_table>thead th{
    font-weight: 400 !important;
    text-align: center;
  }
  .product-name>a{
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
  }
  .woocommerce-Price-amount bdi{
    color: #23346B;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
  }
  .coupon{
    display: flex;
    gap: 9px;
  }
  .coupon input{
    color: rgba(35, 52, 107, 0.50);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 22px 24px 23px;
    border: 1px solid #E6E6E6;
    background: rgba(255, 255, 255, 0.10);
    width: 166px !important;
    box-sizing: border-box;
    display: inline-block;
  }
  .coupon .button{
    color: #FFF !important;
    text-align: center;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: normal !important;
    display: inline-block;
    padding: 22px 36px 22px !important;
    border: 1px solid #23346B !important;
    background: #23346B !important;

  }
  .woocommerce .product-remove a.remove{
    background: url(../img/bin_1.svg);
    width: 28px;
    height: 28px;
    color: transparent !important;
    transition: all .4s linear;
    margin: 0 auto;
  }
  .woocommerce .product-remove a.remove:hover{
    background: url(../img/bin_2.svg);
  }
  .checkout-button{
    color: #FFF;
    font-family: Inter;
    font-size: 20px !important;
    font-weight: 700;
    line-height: normal;
    width: 350px !important;
    height: 67px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: #FAA41E !important;
  }
  .filter{
    width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FAA41E;
  display: none;
  }
  .main-section.shop p {
    color: #23346B;
    font-size: 1rem;
    font-weight: 400;
  }
  .main-section.shop>section>div>div>button{
    padding: 16px 20px;
    margin-right: 8px;
    background: #fff;
    border: none;
    gap: 40px;
    color:#23346B;
    display: flex;
    align-items: center;
    font-size: 1rem;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  }
  .main-section.shop>section>div{
    display: flex;
    align-items: center;
      justify-content: space-between;
      margin-bottom: 16px;
  }
  .main-section.shop>section>section{
    display: flex;
    gap: 30px;
    align-items: flex-start;
  }
  .main-section.shop>section>section>div{
    width: 255px;
    height: auto;
    background: #fff;
    padding: 11px 15px;
    box-sizing: border-box;
  }
  .main-section.shop>section>section>div h5{
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 16px;
  }
  .main-section.shop>section>section>div h5::before{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, rgba(35, 52, 107, 0.00) 0%, #23346B 51.56%, rgba(35, 52, 107, 0.00) 100%);
  }
.product-list  h2{
    color: #000;
    font-size: 1rem;
    font-family: Inter;
    font-weight: 500;
  }
  h5{  
    color: #23346B;
    font-size: 1.25rem;
    font-family: Inter;
    font-weight: 700;
    line-height: normal;
  }
  
  .product>div>div h2{
    margin-bottom: 10px;
  }
  .product>div>div{
    width: 255px;
    position: relative;
    padding: 15px 17px 19px 20px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  }
  
  .product-list>div>div>span{
    color: #000;
    font-size: 12px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.5;
    position: absolute;
    top: 17px;
    right: 14px;
	text-shadow: 1px 1px 1px rgb(255 255 255);
  }
  .product-list>div>div>div>a{
    display: block;
    width: 100%;
    height: 156px;
    overflow: hidden;
    margin: 0 auto 16px;
  }
  .product-list>div>div>div>a>img{
    width: 100%;
    object-fit: cover;
  }
  .product-list>div>div>div>div>svg{
    margin-bottom: 10px;
  }
  .product-list>div>div>div>div>div>span{
    color: #000;
    font-size: .9rem;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: line-through;
    opacity: 0.30000001192092896;
  }
  .select{width: 79px;
    height: 49px;
    background-color: #23346B;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color:#FFFFFF;
    -webkit-appearance: none;
    -moz-appearance: none; 
    appearance: none;
    /*padding-right: 8px;*/
    border-radius: 0px;
    border: none;
    background-image: url('../img/arrow_down.svg');
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    background-size: 12px 12px; /*Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°ÃƒÂÃ‚Â·ÃƒÂÃ‚Â¼ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Â¹ ÃƒÂÃ‚Â³ÃƒÂÃ‚Â°ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¸*/
  }
  .select option{
  background: #FFFFFF;
  color:#23346B;
}
  .product-list>div>div>div>div>a{
    padding: 9px;
    background: #FAA41E;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-block;
    position: absolute;
    right: 17px;
    bottom: 15px;
    height: 25px;
  }
  .product-list>div:first-child{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
  }
  .product-list>ul{
    display: flex;
    justify-content: start;
    padding-left: 15%;
    margin-top: 28px;
    gap: 10px;
  }
  .product>ul a{
    display: inline-block;
    width: 40px;
    height: 40px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #23346B;
    font-size: 16px;
    font-weight: 600;
  }
  .product-list>ul a.active{
    background: #FAA41E;
    color: #fff;
  }
  .filter-bar .wrapper>p, .filter-categor>p{
    font-size: 1rem;
    color: #000;
    font-weight: 500;
    margin-bottom: 16px;
  }
  
  ::selection{
    color: #fff;
    background: #17A2B8;
  }
  header h2{
    font-size: 24px;
    font-weight: 600;
  }
  header p{
    margin-top: 5px;
    font-size: 16px;
  }
  .price-input{
    width: 100%;
    display: flex;
    margin: 10px 0 17px;
      position: relative;
      padding-bottom: 14px;
  }
  .price-input::before{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, rgba(35, 52, 107, 0.00) 0%, #23346B 51.56%, rgba(35, 52, 107, 0.00) 100%);
  }
  .price-input .field{
    display: flex;
    width: 100%;
    align-items: center;
    justify-self: end;
  }
  .price-input .field:nth-child(1){
    justify-content: start;
  }
  .price-input .field:nth-child(2){
    justify-content: end;
  }
  .field input{
    width: 100%;
    height: 100%;
    /* outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 5px; */
    /* text-align: center;
    border: 1px solid #999; */
    /* -moz-appearance: textfield; */
    border: 0;
    text-align: end;
    color: #23346B;
    background: 0;
    font-size: 0.9rem;
  }
  .price-input>.field:first-child input{
    text-align: left !important;
  }
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .price-input .separator{
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
  }
  .filter-bar .slider{
    height: 8px;
    position: relative;
    background: #23346b55;
  }
  .filter-bar .slider .progress{
    height: 100%;
    left: 0%;
    right: 0%;
    position: absolute;
    background: #23346B;
  }
  .range-input{
    position: relative;
  }
  .range-input input{
    position: absolute;
    width: 100%;
    height: 5px;
    top: -8px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
  input[type="range"]::-webkit-slider-thumb{
    width: 21px;
    height: 22px;
    border-radius: 3px;
    background: url(../img/scroll-btn.png);
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
    position: relative;
  }
  /* input[type="range"]::-moz-range-thumb{
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17A2B8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
  } */
  /* .header-wrap>section */
  
  
  .new{
    padding-bottom: 3px;
    margin-bottom: 15px;
    position: relative;
  }
  .new::before{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, rgba(35, 52, 107, 0.00) 0%, #23346B 51.56%, rgba(35, 52, 107, 0.00) 100%);
  }
  .form-group {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
  }
    span.color-image {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    }
  .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .form-group label {
    position: relative;
    cursor: pointer;
    color: #23346B;
  font-size: 0.9rem;
  }
  
  .form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #FAA41E;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
  }
  
  .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
      left: 7px;
      width: 3px;
      height: 8px;
    border: solid #23346B;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .filter-bar button{
    display: block;
    background: #FAA41E;
    font-weight: 700;
    color: #fff;
    font-size: 1rem;
    width: 100%;
    border: 0;
    padding: 15px ;
    margin-top: 15px;
  }
  /********* form 3_____sorting____*****************/
.wrapp .select {
  display:flex;
  flex-direction: column;
  position:relative;
  width:250px;
  height:40px;
}

.wrapp .option {
  padding:0 20px 0 20px;
  min-height:40px;
  display:flex;
  align-items:center;
  background-color: #FFFFFF;
  position:absolute;
  top:0;
  width: 100%;
  pointer-events:none;
  order:2;
  z-index:1;
  transition:background .4s ease-in-out;
  box-sizing:border-box;
  overflow:hidden;
  white-space:nowrap;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center; 
  color:#23346B;
;
}

.wrapp .option:hover {
  background-color:#FAA41E;

}

.wrapp .select:focus .option {
  position:relative;
  pointer-events:all;
}

.wrapp input {
  opacity:0;
  position:absolute;
  left:-99999px;
}

.wrapp input:checked + label {
  order: 1;
  z-index:2;
  background-color: #FFFFFF;
  border-top:none;
  position:relative;
}
.wrapp input:checked + label:before {
content: "";
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-bottom: 1.5px solid black;
  border-right: 1.5px solid black;
  position: absolute;
  transform: rotate(45deg);
  top: 9px;
  right: 19px;
}

  .mob-items{
    display: flex;
    gap: 30px;
    justify-content: center;
    display: none;
  }
  .mob-items>div{
    display: flex;
    padding: 28px 20px;
    box-sizing: border-box;
    gap: 13px;
    width: 50%;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
    align-items: flex-end;
    align-items: center;
    width: 50%;
  }
  
form.variations_form.cart {
    display: none;
}

.product_meta {
    display: none;
}
.woocommerce-review>div>div{
  display: flex;
  margin-bottom: 16px;
}
.woocommerce-review>div{
  flex-direction: column;
}
.order_list{
  display: grid;
}
.woocommerce .col2-set .col-1{
  display: inline-block;
}
#customer_details .order_list h3{
  color: #FFF;
  font-family: Inter;
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  padding-top: 0;
}
/* #customer_details{
  display: flex;
  gap: 20px ;
  justify-content: space-between;
  align-items: flex-start;
} */
.comment-form-comment {
  display: inline-block;
  margin-right: 10px;
  margin-bottom:20px ;
}
.comment-notes{
  margin-bottom: 20px;
}
.setstars{
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 8px;
}
#comment{
  display: block;
}
.comment-form-url{
  display: none;
}
.product-item-3.active{
  display: flex;
  flex-direction: column;
}
.product-item-3 .woocommerce-review{
  order: 0;
}
.product-item-3 .pagination{
  order: 2;
}
.product-item-3 .comment-respond{
  order: 3;
}
.woocommerce-ordering .select2-container--default .select2-selection--single{
 
}
.woocommerce-ordering .select2-container--default .select2-selection--single {
  border: none;
}
.woocommerce-ordering .select2-container .select2-selection--single{
  height: auto;
  display: inline-block;
}
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #23346B;
text-align: center;
font-family: Inter;
font-size: 16px;
line-height: normal;
padding: 0;
display: inline-block;
white-space: break-spaces;
text-align: left;
}
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow{
  top:calc(50% - 13px);
  right: 17px;
}
.select2-container{
  /* width: 100%; */
  width: 200px !important;
  max-width: 255px;
  padding:12px 20px 12px 20px;
  box-sizing: border-box;
  background: #FFF;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  border-radius: 0;
}
.select2-container .select2-results__option{
  padding: 16px 20px;
  width: 100%;
  box-sizing: border-box;
}
 .select2-dropdown--below{
  width: 100% !important;
}
.cart-collaterals {
    margin-bottom: 20px;
}
textarea#order_comments {
    min-height: 90px;
}
button#place_order {
    margin: 20px 0 40px;
}
.breadcrumbs{
  max-width: 1120px;
  margin: 0 auto;
  padding: 54px 10px 0 10px;
  display: flex;
    gap: 16px;
    margin-bottom: 20px;
    align-items: center;
}
.breadcrumbs li{
  position: relative;
}
.breadcrumbs li::after {
  content: "/";
  color: #000;
  position: absolute;
  right: -10px;
  top: 1px;
}
.notfound>div{
  text-align: center;
  padding-top: 20px;
}
.breadcrumbs li a{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.shop_table_responsive{
  padding: 30px 20px 0;
}
.breadcrumbs li:last-child:after{
  content: none;
}
.content-container{
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px 0 10px;
}
.content-container h1{
  color: #23346B;
  font-family: Inter;
  font-size: 45px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 18px;
}
.product-quantity{
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.woocommerce .quantity .qty{
  width: 56px;
  height: 56px;
  box-sizing: border-box;
  color: #23346B;
  border: none;
  outline: 1px solid #E6E6E6;
  font-size: 18px;
font-style: normal;
font-weight: 700;
}

.content-container>.woocommerce{
  margin-bottom: 72px;
  background: white;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  padding-bottom: 28px;
}
.woocommerce .cart-collaterals .cart_totals{
  padding-right: 30px;
}
.product-quantity>a{
  background: #FAA41E;
  display: inline-block;
  width: 24px;
  height: 24px;
  color: white;
}
.cart_totals .shop_table{
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-billing-fields h3{
  color: #23346B;
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 23px;
  text-align: left;
}
.woocommerce form .form-row input.input-text{
  padding: 22px 20px 23px;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: rgba(35, 52, 107, 0.50);
  margin-bottom: 15px;
  border: 1px solid #E6E6E6;
background: rgba(255, 255, 255, 0.10);
}

.woocommerce form .form-row textarea {
    padding: 22px 20px 23px;
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: rgba(35, 52, 107, 0.50);
    margin-bottom: 15px;
    border: 1px solid #E6E6E6;
    background: #fff;
	min-height: 85px;
}

.woocommerce form .form-row{
  margin-bottom: 0;
}
.woocommerce ul#shipping_method{
  margin-top: 19px;
}
.woocommerce ul#shipping_method li label, .wc_payment_metho{
  color: #23346B;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt{
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #FAA41E;
  width: 100%;
  text-align: center;
  padding: 21px 20px 22px;
  box-sizing: border-box;
}
.woocommerce ul#shipping_method li input{
  margin-right: 9px;
}
input[type="radio"] {
  appearance: none;
  margin: 0 40px;
  width: 20px;
  height: 20px;
  background: #FAA41E;
  box-shadow: inset 0 0 0 11px white, 0 0 0 1px;
  border-radius: 50%;
  transition: .2s;
  cursor: pointer;
  color: #FAA41E;
}
input[type="radio"]:hover, input[type="radio"]:checked {
  background: #FAA41E;
  box-shadow: inset 0 0 0 9px white, 0 0 0 1px;
}
input[type="radio"]:checked {
  background: #FAA41E;
  box-shadow: inset 0 0 0 3px white, 0 0 0 1px #FAA41E;
}
input[type="radio"]:focus {
  outline: 0;
}
#order_review>.order-total>div:first-child{
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  width: 49%;
  /* margin-right: 19%; */
  text-align: left;
}
#order_review>.order-total>div:nth-child(2){
  display: inline-block;
  width: 49%;
  text-align: right;
}
#order_review .woocommerce-Price-amount bdi{
  color: white;
  font-size: 32px;
  font-weight: 700;
}
#order_review .woocommerce-terms-and-conditions-wrapper{
  margin-top: 24px;
  padding-top: 15px;
  position: relative;
}
#order_review .woocommerce-terms-and-conditions-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 53.13%, rgba(255, 255, 255, 0.00) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.order_list>div::before{
  content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 53.13%, rgba(255, 255, 255, 0.00) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}.order_list>div:last-child::before{
  content: none;
}
.woocommerce-privacy-policy-text p{
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-left: 0;
 }
 .woocommerce-privacy-policy-text p a{
  margin-left: 0;
  text-transform: capitalize;
 }
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover{
  background: #FAA41E;
 }
 .notfound h2{
  text-align: center;
  color: #23346B;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 13px;
 }
 .notfound  p{
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
 }
 .notfound .btn_wrapper{
  text-align: center;
 }
 .notfound .btn_wrapper a{
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  background: #FAA41E;
  padding: 21px 20px 22px;
  max-width:346px;
  width: 100%;
  display: block;
  margin: 19px auto 42px;
 }
 .delivery p{
  margin-bottom: 20px;
 }
 .order_list h4 + p {
    margin: 0;
 }
 .checkout-box .woocommerce{
  background: none;
  box-shadow: none;
 }
 .checkout-box .woocommerce-billing-fields, .checkout-box .woocommerce-shipping-methods, .checkout-box .woocommerce-checkout-payment{
    padding: 30px 36px 40px !important;
    background: #FFF !important;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
    margin-bottom: 30px !important;
    display: block;
 }
 
a.catalogue-button + ul {
    display: none;
    position: absolute;
    background: #fff;
    top: 80px;
}

a.catalogue-button + ul li a {
    padding: 15px 20px;
    display: block;
    font-weight: bold;
    color: #23346b;
}

a.catalogue-button.active + ul {
    display: block;
}
 
@media screen and (max-width:1200px) {
  .main-section ,.cart-container{
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .more-product .swiper-button-next, .more-product .swiper-button-prev{
    display: none;
  }
  .more-product{
    padding: 30px;
  }
  .main-section>section>section {
    display: grid;
    /* justify-content: space-between; */
    gap: 30px;
    grid-template-columns: 1fr 2fr;
}
.woocommerce .col2-set .col-1{
  width: 40% !important;
}
.order_list{
  width: 55%;
  box-sizing: border-box;

}
}  

@media screen and (max-width:1150px){
  footer>div>div{
    padding-left: 20px;
    padding-right: 20px;
    justify-content: space-between;
  }
  footer>div>div>div{
    gap: 26px;
  }
  footer>div>div>div>div:nth-child(3){
    margin: 0px;
  }
  .hat>div{
    padding-right: 12%;
  }
}
@media screen and (max-width: 1150px) {
  .product-aboute>section>div:first-child{
    display: inline-flex; 
    margin-right: 20px;
  }
  .product-aboute>section>a:nth-child(3){
    /* display: inline-block; */
    margin-top: 16px;
  }
  .product-aboute>section{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start ;
  }
  .product-aboute>section>a:nth-child(2){
    display: inline-flex;
    /* margin-right: 50px; */
  }
  .main-section>section>section>div>div{
    max-width: 400px;
  }
  .product-aboute>div:first-child {
    flex-wrap: wrap;
  }
  .main-section>section>section>div>div{
    max-width: 100%;
  }
  .product-aboute>div:last-child>div{
    width: 90%;
  }
  .product-aboute>div:last-child{
    flex-direction: column;
  }
  .dec-items{
    display: none !important;
    
  }
  .mob-items{
    display: flex;
    margin-top: 30px;
  }
  footer>div>div>div:last-child{
    gap: 20px;
  }
  footer>div:first-child{
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1060px) {
  #comment{
    float: none;
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width:1030px) {
  footer>div>div{
   flex-direction: column;
   align-items: center;
  }
  .coupon-input{
    margin-left: 0;
     width: 300px;
  }
  .coupon-input{
    flex-direction: column;
  }
  .coupon-input input, .coupon-input button{
   width: 100%;
   margin-right: 0;
  }
  .summary-row{
    margin-bottom: 16px;
  }
}
@media screen and (max-width:992px) {
  .main-section.shop>section>ul, .basket-box>section>ul{
    justify-content: center;
  }
  #customer_details{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 50px;
  }
  h1{
    text-align: center;
  }
  .woocommerce .col2-set .col-1{
    width: 70% !important;
    margin-right: 0;
  }
  .order_list{
    width: 80%;
  }
  .main-section.shop>section>div{
    flex-direction: column;
    gap: 16px;
    position: relative;
  }
  .filter{
    display: flex;
  }
  .filter-bar>div{
    display: none;
    
  }
  .main-section.shop>section>div>div:last-child{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .product-list>div{
    justify-content: center;
    max-width: 100%;
  }
  .product-list>ul{
    padding-left: 0;
    justify-content: center;
  }
  .filter-bar .show-bar{
    display: block;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
    position: absolute;
    z-index: 100;
    animation: show-bar .5s ease-in;
    opacity: 1;
  }
  .main-section.shop>section>section>div{
    width: 300px;
  }
  footer>div>div{
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .hat{
    display: none;
  }
}
@keyframes show-bar {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
@media screen and (max-width:992px) {
    .main-section>section>ul, .cart>div>ul{
      justify-content: center;
    }
    .cart>div>ul>li{
      padding: 0;
      margin-bottom: 20px;
    }
    h1{
      text-align: center;
    }
    .main-section>section>div{
      gap: 16px;
    }
    .filter{
      display: flex;
      position: absolute;
      left: 0;
      bottom: 8px;
    }
    .filter-bar>div{
      display: none;
      
    }
    .main-section>section>div>div:last-child{
      display: flex;
      justify-content: space-between;
    }
    .product-list>div{
      justify-content: center;
      max-width: 100%;
    }
    .product-list>ul{
      padding-left: 0;
      justify-content: center;
    }
    .main-section.shop p{
      text-align: center;
    }
    .shop .woocommerce-ordering{
      margin-left: auto;
    }
    .filter-bar .show-bar{
      display: block;
      background: #FFF;
      box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
      position: absolute;
      z-index: 1000;
      animation: show-bar .5s ease-in;
      opacity: 1;
    }
    .main-section>section>section{
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .main-section h2, .cart h2, .basket-box h2{
      text-align: center;
      justify-content: center;
    }
    .product-aboute>section{
      display: flex;
      justify-content: center;
    }
    .product-aboute>section>a:nth-child(3){
      margin-top: 0;
    }
    .product-aboute>div:last-child>div{
      max-width: 300px;

    }
    .product-aboute>div:last-child{
      justify-content: center;
      flex-direction: row;
    }
    .cart .product>div:last-child{
      order: 0;
    }
    .hat_info{
      flex-direction: column;
      gap: 20px;
    }
    .hat_info>div{
      flex-direction: row;
      justify-content: space-between;
    }
    .hat_info:after{
      content: none;
    }
    .order_info{
      width: 70%;
    }
  }
  @keyframes show-bar {
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
  }

@media screen and (max-width:860px) {
  footer>div>div>div:last-child>div:not(:last-of-type){
    display: none;
    }
    footer>div>div>div>div:last-child{
      width: 100%;
    }
    footer>div>div>div:last-child{
      width: 100%;
    }
    .footer-section ul{
      display: flex;
      justify-content: space-between;
    }
    footer>div>div>div>div:last-child ul span{
      position: relative;
      top: 4px;
    }
    .main-section>section:nth-child(2)>div>ul a{
      display: none;
    }
.footer-menu-wrapper {
    flex-direction: column;
}
    footer div>div>div>div ul {
        display: block !important;
    }
    .main-section>section:nth-child(2)>div>ul a.active{
      display: flex;
    }
    .main-section>section:nth-child(2)>div>ul .show-product{
      display: flex;
    }
    .main-section>section:nth-child(2)>div{
      padding-top: 88px;
      position: relative;
    }
    .main-section>section:nth-child(2)>div>ul{
      flex-direction: column;
      position: absolute;
      background: white;
      z-index: 100;
      /* margin-top: 50px; */
      top: 0;
    }
    .main-section>section:nth-child(2)>div>ul{
       gap: 0;
    }
    .cart-details ul{
      grid-template-columns: 1fr 1fr;
    }
    .product-aboute>div:first-child {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
    }
    .main-section>section:nth-child(2)>div>ul a, #nav-product.nav-product-detalic .active{
      width: 290px;
      height: 55px;
      font-size: 1rem;
      justify-content: left;
      padding-left: 18px;
      font-weight: 600;
    }
    #nav-product li{
      order: 1;
    }
    #nav-product .active{
      order: 0;
    }
    .cart section{
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }
    .order-summary{
      display: flex;
    flex-direction: column;
    }
    .summary-row span{
      margin-right: 0;
    }
    .coupon-input{
      align-items: center;
      width: 100%;
    }
    .product>div:first-child{
      order: 0;
    }
    .product>div:nth-child(2){
      order: 0;
    }
    .product>div:nth-child(6){
      order: 0;
    }
    .product>div:nth-child(3){
      order: 1;
    }
    .product>div:nth-child(4){
      order: 1;
    }
    .product>div:nth-child(5){
      order: 1;
    }
    /* .cart .product{
      flex-direction: row-reverse;
    } */
    .cart .product{
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
    }
    .underline:after{
      width: 100%;
    }
    .coupon_section>section{
      margin-bottom: 0;
    }
    .cart{
      margin-bottom: 15px;
    }
    .woocommerce .col2-set .col-1{
      width: 100% !important;
    }
    .order_list{
      width: 100%;
    }
   
}
@media screen and (max-width:767px){
  .woocommerce img, .woocommerce-page img{
    width: 63px;
    height: 51px;
    object-fit: cover;
  }
  .content-container h1{
    font-size: 25px;
  }
  .cart-coments form input, .cart-coments form textarea{
    width: 100%;
  }
  .comment-form-cookies-consent>input{
    width: auto !important;
  }
  .form-submit #submit{
    font-size: 16px;
    padding: 21px 0;
    display: block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
  footer>div>div>div:last-child{
    padding-top: 0;
  }
  .woocommerce table.shop_table_responsive tr .product-quantity{
    display: flex;
    gap:8px;
  }
  .product-quantity>a{
    text-align: center;
  }
  .woocommerce .quantity .qty{
    font-size: 16px;
    height: 38px;
    width: 38px;
  }
  #order_review>.order-total>div:first-child{
    font-size: 20px;
  }
  #order_review .woocommerce-Price-amount bdi{
    font-size: 24px;
  }
  .product-quantity>a{
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .order_list>div{
    /* display: grid;
    grid-template-areas: 
    "foto name name"
    "foto calc price";
    justify-items: start;
    align-items: start;
    gap:10px; */
  }
  .order_list>div>a:first-child{
    display: inline-block;
    margin-right: 10px;
  }
  .order_list h4:first-child {
    display: inline-block;
    text-align: left !important;
  }
  .order_list p{
    grid-area: calc;
  }
  .order_list a, .order_list p, .order_list h4{
    font-size: 16px;
    text-align: left;
  }
  .order_list>div{
    flex-wrap: wrap;
    height: fit-content;
  }
  .order_list>div>h4:last-child{
    grid-area: price;
  }
  .order_list .remove{
    position: absolute;
    right: 0;
    top: 0;
  }

}
.woocommerce-message .button {
  color: #fff;
  background: #FAA41E;
  display: inline-block;
  padding: 6px 12px;
  position: relative;
  top: -4px;
  
}
.woocommerce-message{
  margin-bottom: -2px !important;
  background: #e9eaf0;
}
@media screen and (max-width:630px) {
  .footer-section ul{
    display: block;
  }

  
  footer>div>p{
    text-align: left;
    padding-left: 15px;
  }
  .pop-up{
    width: 290px;
    padding: 16px 15px;
    height: auto;
    /* top: calc(50% - 160px);
    left: calc(50% - 145px); */
  }
  .pop-up>p{
    font-size: 1.55rem;
  }
  .pop-up form input{
    font-size: 1rem;
    padding: 16px 20px;
    max-width: 100%;
    box-sizing: border-box;
  }
  .pop-up form button{
    font-size: 1rem;
    padding: 15px;
  }
  .close-modal svg{
    width: 14px;
    height: 14px;
  }
  .pop-up>a{
    top: 16px;
    right: 15px;
  }
  .in_cart{
    padding: 18px 12px 20px 18px;
  }
  .cart .product{
    justify-content: space-evenly;
    justify-items: center;
    align-items: center;
  }
  .order_info{
    width: 90%;
  }
  .order-img{
    max-width: 402px;
    margin: 0 auto;
  }
  .order-img img{
    width: 100%;
  }
  .order{
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
 
}

.woocommerce-checkout #payment ul.payment_methods{
  border-bottom: none;
}
  @media screen and (max-width:576px){
    .woocommerce .cart-collaterals .cart_totals {
        padding: 0 15px;
    }
    a.catalogue-button + ul {
        right: 0;
    }
    .main-section, .cart-container{
      padding-top: 16px;
    }
    .checkout-box .woocommerce-billing-fields, .checkout-box .woocommerce-shipping-methods, .checkout-box .woocommerce-checkout-payment{
      padding: 23px 15px 22px !important;
    }
    .order_list{
      padding: 23px 15px 21px;
      margin-bottom: 30px;
    }
    #order_review .woocommerce-terms-and-conditions-wrapper{
      margin-top: 15px;
      font-size: 14px;
    }
    .woocommerce-billing-fields h3{
      font-size: 18px;
      margin-bottom: 11px;
    }
    #customer_details .order_list h3{
      font-size: 18px;
      text-align: center;
    }
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt{
      font-size: 16px;
      padding-top: 15px;
      padding-bottom: 16px;
    }
    #customer_details{
      gap: 20px;
    }
    .woocommerce form .form-row input.input-text{
      padding: 15px 20px 16px;
    }
    #order_review .woocommerce-Price-amount bdi{
      width: 60%;
    }
    .woocommerce-privacy-policy-text p{
      text-align: center !important;
    }
    .cart-coments form input, .cart-coments form textarea{
      padding: 15px 20px 16px;
      box-sizing: border-box;
    }
    .main-section.shop>section>ul a{
      font-size: .8rem;
    }
    .main-section.shop>section>ul{
      margin-bottom: 4px;
    }
    .main-section h1{
      font-size: 1.55rem;
      margin-bottom: 16px;
    }
    .order_list a, .order_list p, .order_list h4{
      margin-left: 0;
      margin-right: 10px;
    }
    .main-section.shop p{
      font-size: .9rem;
    }
    .main-section.shop{
      padding: 16px 0 44px;
    }
    .product-list>div{
      gap: 20px;
      margin-top: 46px;
    }
    .notfound h2{
      font-size: 25px;
      margin-bottom: 8px;
    }
    .notfound .btn_wrapper a{
      font-size: 16px;
      padding: 15px 20px 16px;
      box-sizing: border-box;
    }
    footer>div>div{
      display: block;
    }
    footer>div>div>div:first-child{
      justify-content: center;
    }
    footer>div>div{
      padding: 0;
    }
    footer>div:first-child{
      padding: 29px 15px 52px ;
    }
    footer>div>div h4{
      margin-bottom: 29px;
    }
    footer>div>div>div>div li:first-child{
      gap: 4px;
    }
    
    footer>div>div>div>div:last-child ul li{
      margin-bottom: 10px;
    }
    footer>div:nth-child(2){
      padding: 5px 0;
    }
    footer>div:last-child>a svg{
      padding-bottom:22px;
    }
    /* .product-aboute>section{
      justify-content: flex-start;
    } */
    .product-aboute>section>a:nth-child(2){
      width: 190px;
    }
    .product-aboute>section>a:last-child {
      margin-top: 15px;
      width: 100%;
      text-align: center;
  }
  .mob-items{
    flex-direction: column;
  }
  .mob-items>div{
    width: 100%;
  }
  .mob-items>div{
    justify-content: start !important;
  }
  /* .nav-product-detalic{
    width: 100%;
    
  } */
  #nav-product{
   align-items: flex-start; 
  }
  .main-section>section:nth-child(2)>div>ul a{
    width: 290px;
  }
    .main-section>section>ul a{
      font-size: .8rem;
    }
    .product-section>section>section>div>h2, .cart>div>h2, .basket-box h2{
      font-size: 1.55rem;
    }
    .main-section>section>section>div>div{
      max-width: 90%;
      margin: 0 auto;
    }
    .mySwiper .swiper-button-next, .mySwiper .swiper-button-prev{
      display: none;
    }
    .mySwiper .swiper-slide{
     /* padding: 13px 20px; */
    }
    .mySwiper2 .swiper-slide{
     /* padding: 23px 40px; */
    }
    .mySwiper{
      padding: 0;
    }
    .product-section p{
      font-size: .9rem !important;
    }
    .product-aboute>div{
      margin-left: 0;
    }
    .product-aboute>div:nth-child(2){
      max-width: 100%;
    }
    .main-section>section>section>div>div{
      max-width: 100%;
      padding: 0 21px;
      box-sizing: border-box;
    }
    .cart-details.product-item-2  p{
      font-size: 1rem !important;
    }
    .more-product>div>div h2{
      font-size: 1.55rem;
    }
    .mySwiper .swiper-slide{
      width: 80px !important;
    }
    .slider-swiper{
      width: 390px;
    }
    .product-aboute>div:nth-child(2) h5{
      font-size: 1.55rem;
    }
    .mob-items>div{
      padding: 13px 42px;
    }
    .main-section>section:nth-child(2)>div>div{
      padding: 18px 18px 22px;
    }
    .product-section{
      padding: 16px 5px 0;
    }
    .product-aboute>div:first-child, .product-aboute>div:nth-child(2), .main-section>section>section>div>div{
      padding-left: 0;
      padding-right: 0;
    }
    .slider-swiper{
      max-width: 80% !important;
      padding: 0 10px !important;
    }
    .product-aboute>div:nth-child(4)>p{
      font-size: 1rem !important;
    }
    .product-aboute>div>div>div>span{
      font-size: .9rem;
    }
    .product-aboute>section>div:first-child>span, .product>div>span#counter {
      width: 40px;
      height: 38px;
      font-size: 1rem;
    }
    .product-aboute>section>div:first-child>a, .product>div:nth-child(4) a {
      width: 18px;
      height: 19px;
      font-size: .9rem;
    }
    .product-aboute>section>div:first-child{
      margin-right: 0;
    }
    .product-aboute>section{
      justify-content: space-between;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 0;
    }
    .cart-details ul{
      display: flex;
      flex-direction: column;
    }
    
    .product-item-2-1 {
    display: none;
    }

    .product-item-2-1.active {
    display: block;
    }
    
    .cart{
      padding: 0 5px;
    }
    .cart h2{
      line-height: normal;
    }
    .product>div:first-child{
      width: 61px;
      height: 50px;
    }
    .product>div:first-child img{
      width: 100%;
      height: auto;
    }
    .star{
      font-size: .88rem;
    }
    .product a img{
      width: 100%;
      height: auto;
    }
    .product a{
      width: 16px;
      height: 16px;
    }
    .price{
      font-size: .83rem;
    }
    .in_cart{
      padding-left: 0;
      padding-right: 0;
    }
    .coupon_section{
      padding: 0 15px;
    }
    .checkout-button{
      width: 269px;
    }
    .summary-row{
      margin-bottom: 6px;
    }

    .basket-box>section{
      margin-top: 16px;
    }
    .basket-box>section>div{
      height: 412px;
      margin-bottom: 40px;
    }
    .basket-box>section>div>img{
      margin-top: 0;
      width: 50px;
      height: 50px;
    }
    .basket-box>section{
      padding-left: 15px;
      padding-right: 15px;
      box-sizing: border-box;
    }
    .order-section h3{
        font-size: 1.55rem;
    }
    .order-img{

    }
    .back-button{
      width: 100%;
    }
    .back-button{
      height: 50px;
      font-size: 1rem;
      margin-bottom: 20px;
    }
    .hat_info{
      padding: 16px 20px;
    }
    .hat_info>div span, .hat_info>div>span:nth-child(2){
      font-size: .9rem;
    }
  }
  /******header adapt *****************/
  @media screen and (max-width:1060px) {
    
    .header-nav>div>ul:first-child li{
      display: none;
    }
    .header-nav>div>ul:first-child li:nth-child(2){
      display: flex;
    }
    nav>ul{
      display: none;
    }
    
    .header-nav>div:first-child{
      flex-wrap: wrap;
      gap: 16px;
      border-bottom: 0;
    }
    .header-nav{
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      gap: 20px;
    }
    .show-nav .catalog-items{
      display: flex;
      position: absolute;
      background: rgb(255, 255, 255);
      top: 129px;
      width: 100%;
      align-content: center;
      align-items: center;
      right: 0;
      z-index: 100;
      padding: 18px;
      justify-content: center;
      box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
      animation: show 1s ;
    }
    .coupon-section h6{
      font-size: .9rem;
      max-width: 60%;
      text-align: center;
      margin: 0 auto;
    }
    .coupon-input input{
      font-size: 1rem;
      line-height: normal;
      height: 50px;
    }
    .coupon-input button{
      font-size: 1rem;
      height: 50px;
      margin-top: 10px;
    }
    .order-summary .order_1{
      font-size: 1rem;
    }
    .order-amount, .total-amount{
      font-size: 1.1rem;
    }
    .discount-amount{
      font-size:.8rem ;
    }
    
    .checkout-button{
      font-size: 1rem;
      height: 50px;
    }
    .coupon_section button , .coupon_section input{
      max-width: 300px;
    }
  }
@keyframes show {
  0%{
    top: 0;
    opacity: 0;
  }
  70%{
    opacity: 0;
  }
  100%{
    top: 129px;
    opacity: 1;
  }
  
}
  @media screen and (max-width:850px) {
    .header-nav>div:first-child{
      display: none;
    }
    nav>button, nav a.catalogue-button{
      padding: 15px 24px;
    }
    .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead{
      display: none;
    }
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr{
      display: block;
    }
    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail{
      display: block;
    }
    .woocommerce table.shop_table td{
      padding: 0;
    }
    .cart_item td::before{
      display: none;
    }
    .woocommerce table.shop_table_responsive tr td{
      display: inline-block;
    }
    .woocommerce table.shop_table_responsive tr td.product-quantity{
      display: flex !important;
    }
    .woocommerce table.shop_table_responsive tr td.product-quantity a{
      text-align: center;
    }
    .woocommerce table.shop_table td.product-thumbnail{
      display: inline-block;
      margin-right: 10px;
    }
    .product-remove{
      position: absolute;
      top: 30px;
      right: 0;
    }
    .cart-coments>div>div, .cart_item{
     
    }
    .woocommerce table.shop_table_responsive tr.cart_item{
       display: grid;
      grid-template-areas: 
      "foto name name"
      "price count more";
      align-items: center;
    }
    .woocommerce table.cart img{
      height: 100%;
    }
    .coupon{
      justify-content: center;
      margin: 14px 0;
    }
    .woocommerce .cart-collaterals .cart_totals, .cart-subtotal{
      width: 100% !important;
      box-sizing: border-box;
    }
    .cart-subtotal{
      max-width: 100% !important;
    }
    .woocommerce table.shop_table_responsive tr.cart-subtotal,
    .woocommerce table.shop_table_responsive tr.order-total{
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt{
      margin: 10px auto;
    }
    .product-thumbnail{
      grid-area: foto;
    }
    .product-name{
      grid-area: name;
      margin-left: -100px;
    }
    .product-price{
      grid-area: price;
    }
    .product-quantity{
      grid-area: count;
    }
    .product-subtotal{
      grid-area: more;
    }
    .woocommerce table.shop_table td{
      border-top: none;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td{
      background: none;
    }
    .woocommerce table.shop_table_responsive tr td{
      text-align: left !important;
    }
    .header-nav{
      justify-content: right;
    }
    .more-mobile{
      display: block;
      position: relative;
    }
    .more-mobile-icons{
      display: none;
      opacity: 0;
    }
    .actions{
      margin: 14px 0;
      display: flex !important;
      flex-direction: column-reverse;
    }
    .show-tel{
      display: block;
      position: absolute;
      padding: 20px;
      right: -50px;
      top: 50px;
      background: white;
      display: flex;
      flex-direction: column;
      gap: 20px 30px;
      font-size: 1rem;
      z-index: 100;
      transition: opacity 0.2s ease;
      opacity: 1;
    }
  }

  @media screen and (max-width: 767px) {
    .woocommerce table.shop_table_responsive tbody th{
      display: block;
    }
    .woocommerce table.shop_table_responsive tr td::before{
      content: none;
    }
    .product-name{
      margin-left: -20%;
    }
    .breadcrumbs{
      padding-top: 16px;
    }
  }
  @media screen and (max-width:576px) {
    header>div>a{
      padding: 0;
      box-shadow: none !important;
    }
    .woocommerce-Price-amount bdi{
      font-size: 14px;
    }
    header>div>a svg{
      width: 40px;
    height: 53px;
    }
    .product-name{
      margin-left: -50px;
    }
    .coupon{
      flex-direction: column;
    }
    .coupon input, .coupon button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt{
      width: 100% !important;
      text-align: center;
    }
    .hentry .entry-content{
      padding: 18px;
    }
    .woocommerce .product-remove a.remove, .woocommerce .product-remove a.remove:hover{
      width: 16px;
      height: 16px;
      background-size: cover;
    }
    .product-name>a{
      font-size: 16px;
      padding-right: 30px;
      box-sizing: border-box;
    }
    
    .woocommerce table.shop_table td.product-thumbnail{
      height: auto;
      width: 61px;
    }
    header{
      padding: 14px 15px;
      align-items: center;
    }
    nav{
      padding: 0;
    }
    /* nav>div>div{
      display: none;
    } */
    nav>button, nav .catalogue-nav-product-detalic-wrapper {
      order: 1;
    }
    nav>button span:nth-child(2), nav a.catalogue-button span:nth-child(2) {
      display: none;
    }
    .show-nav .catalog-items{
      flex-direction: column;
      top: 92px;
      padding: 30px 0 50px;
      gap: 26px;
    }
    .show-nav .catalog-items a{
      font-size: 1.2rem;
    }
header{
      padding: 0 !important ;
    }
    header>div>a{
      padding: 12px 18px !important;
    }
    nav>button, nav a.catalogue-button {
      padding: 11px 16px;
    }
    nav>div>.cart_h svg{
      width: 24px;
      height: 24px;
    }
    .lang>button{
      padding: 10px 32px 10px 15px;
    }
    .lang>button::after{
      right: 16px;
    }
    .lang>button::before{
      right: 8px;
    }
    nav{
      gap:20px;
    }
    }
    
    @keyframes show {
      0%{
        top: 0;
        opacity: 0;
      }
      70%{
        opacity: 0;
      }
      100%{
        top: 92px;
        opacity: 1;
      }
      
    
  }
  
span.special-footer-links a {
    display: block;
    color: #fff;
}
.product-item-2-1 li {
    margin: 10px 0;
}

.product-item-2-1 li:before {
    display: inline-block;
    content: '-';
    color: #23346b;
    margin-right: 10px;
    font-weight: bold;
}

footer.footer-section ul li:first-child {
    color: #FFF;
    font-size: 16px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px;
}

.prices i {
    background: #23346b;
    color: #ecedf2;
    padding: 5px 30px;
    margin-top: -10px;
    border-radius: 15px;
}
  
  @media screen and (max-width: 440px) {
    .product-thumbnail{
      display: block;
      margin-right: 60px !important;
    }
  }