* {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}
body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
  -webkit-animation: fix 1s 1;
  animation: fix 1s 1;
  background-color: #fff;
  font-family: "Public Sans", "Trebuchet MS", sans-serif !important;
}
ul {
    list-style: none;
}
::placeholder{
    color: #C0C0C0;
    font-weight: 400 !important;
}
.topnav input[type=text] {
  float: right;
  padding: 8px;
  margin-top: 8px;
  margin-right: 16px;
  border: none;
  color: #C0C0C0;
  font-size: 16px;
  border: 1px solid #EAEAEA; 
  font-weight: 400;
}
  .container {
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #F4F4F4;
  }
  .h2-border{
    border-bottom: 1px solid #f4f4f4;
    margin-top: 24px;
  }
  
  a{
    text-decoration: none;
  }
  .breadcrumbs>span>a{
color: #696969;
  }
  .row {
    width: 95%;
    margin: auto;
  }
  .logo {
    font-size: 1.5rem;
  }
  .navbar {
    display: flex;
    justify-content: space-between;
    height: 60px;
    margin-bottom: 8px;
    align-items: center;
  }
  .navbar .main-menu {
    display: flex;
  }
  .ham-categ {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
  color: #696969;
  }
  .menu-btn {
    display: none;
  }
  button{
    cursor: pointer;
  }
  .logout_btn{
    background: #f4f4f4;
    padding: 8px 24px;
    color: #808080;
    font-weight: 500;
    font-size: 14px;
  }
.login_btn{
    background: #202020;
    padding: 4px 24px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    height: 40px;
    width: 153px;
}
.slider-dot{
  position: relative;
  bottom: 30px;
}

.login_btn:hover{
  background: #404040;
}
.btn_secondary{
    background: #F8F8F8;
    padding: 16px 8px;
    color: #404040;
    font-weight: 500;
    font-size: 14px;
    border: none;
}
.btn_secondary:hover{
  background: #EAEAEA;
}
.gap-64{
    gap: 64px;
}

.slide-wrapper-banner{
  max-width: 1037px;
  margin: 0 auto;
  width: fit-content;
  overflow-x: hidden;
}
.title h1{
    font-weight: 600;
font-size: 48px;
line-height: 56px;
color: #202020;
}
/*banner slider*/
img {vertical-align: middle;}
.slideshow-container , .slideshow-bancontainer {
  display: flex;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
.slide-wrapper{
  max-width: 1242px;
  width: 100%;
  overflow-x: hidden;
  width: fit-content;
  margin: 0 auto;
}
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.number{
  float: right;
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.dot {
  height: 8px;
  width: 8px;
  margin: 0 2px;
  background-color: #D9D9D9;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dot.active{
  background-color: #202020;
}
.mySlides img{
    max-width: 100%;
    block-size: auto;
    aspect-ratio: 2.2/1;
    object-fit: cover;
    -webkit-user-drag: none;
}
.mySlides a{
-webkit-user-drag: none;
}
.slide img{
  aspect-ratio: 2.6/1;
  object-fit: cover;
}
.active-filt {
  border: 1px solid #000 !important;
}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
.mt-120{
    margin-top: 120px;
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.btn-primary{
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 8px 64px;
    gap: 10px;
    background: #202020;
    border: none;
}
.btn-primary:hover{
  background: #404040 ;
}
.btn-gray{
  font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #404040;
    padding: 8px 64px;
    gap: 10px;
    background: #F8F8F8;
    border: none;
}
.btn-gray:hover{
  background: #EAEAEA;
}
.sec_height{
  position: relative;
  top:-40px;
  height: 0px;
}
.d-flex-home{
    display: flex;
    gap: 16px;
    overflow-x: auto !important;
    padding: 0px 16px;
}
.footerlogo{
  max-width: 100%;
   block-size: auto;
   aspect-ratio: 1/1;
   object-fit: contain;
   width: 68px;  
}
.foot-bor{
    border: 1px solid #EAEAEA;
    padding: 4px 16px;
    background-color: #f4f4f4;
    width: 445px;
}
.footimgflex {
  display: flex;
  gap:24px;
}
.emi{
  margin-top: 16px;
}
.ft-bright{
  border-right: 1px solid #e3e3e3;
    padding-right: 16px;
    height: 65px;
}
.nonedk{
  display: none;
}
.best-scroll::-webkit-scrollbar {
 height: 0px;
}
.cat-scroll::-webkit-scrollbar{
 height: 4px !important;
 width: 4px;

}
.cat-scroll::-webkit-scrollbar-track {
  background-color: #f8f8f8 !important;
}
.cat-scroll::-webkit-scrollbar-thumb {
  background: #c0c0c0 !important;
}
#btn-containerdet .minus_sym img{
  padding: 12px 8px !important;
}
.plus_sym img {
    height: 10px !important;
    cursor: pointer;
    width: 10px !important;
}
#btn-containerdet .plus_sym img{
 padding: 7px 7px !important;
}
.plus {
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.input {
    height: 28px;
    width: 46px;
    text-align: center;
    background: #F8F8F8;
    display: inline-block;
    vertical-align: middle;
    border: none;
} 
.subtext_hov{
    font-size: 12px;
}
.d-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.mt-md-32{
    margin-top: 32px;
}
/* mobile responsive for white shoe page */
.resp_jccenter{
    justify-content: center;
}
.add-wish{
    margin-top: 32px;
}
.stock button{
    width: 30px;
    height: 30px;
}
.stock input{
    width: 40px;
    height: 30px;
    text-align: center;
}
.subtext_size{
    font-size: 16px!important;
    font-weight: 400;
    line-height: 24px;
    color: #696969;
}
.pro_border{
  border: 1px solid #EAEAEA;
}
.view-price{
    font-size: 16px!important;
}
.accordion button .icon{
    width: 7px;
    height: 7px;
}
.res_gap8{
    gap:8px;
}
.primary-grey{
    padding: 8px 24px;
}
.all-prod-contain{
    display: flex;
    gap: 16px !important;
}
.filclose_bg{
    position: sticky;
    top: 0;
}

.p-txt2{
  font-size: 16px !important;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.32px;
}
.g-0-md{
    gap: 0px !important;
}
.lh_24_md{
    line-height: 24px !important;
}
#btn-containerdet{
    display: flex;
    justify-content: end;
    gap: 4px;
}
#btn-containerdet button{
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA !important;
    display: inline-block;
    border-radius: 0px !important;
}
#display span{
    font-size: 12px;
}
.m-16-md{
    margin: 16px;
}
input[type=number]{
    border: 1px solid #EAEAEA;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    box-sizing: border-box;
    padding: 0px 8px;
}
textarea{
    padding: 12px 8px;
    border: 1px solid #eaeaea;
    font-size: 12px;
}

.mbmb-48{
    margin-bottom: 48px !important;
}
.d__grid{
    display: grid;
    grid-template-columns: 1fr 1fr !important;
  }
  .primblack-mb{
    padding: 8px 40px;
  }
  .prod-img-wrap{
    width: 521px;
    margin: 0 auto;
}
.bstext{
  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bs-ellipse{
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3em;
    line-height: 24px ;
}
.bs-linebr{
  word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3em;
    line-height: 24px !important;
}

/* .mt24-resp{
  margin-top: 44px !important;
} */

/*Media queries*/
@media only screen and (max-width: 1100px) {
.bs-ellipse{
  line-height: 17px !important;
}
}
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
/*end banner slider*/

/*category section*/
.h2{
   font-weight: 600;
    font-size: 32px;
    line-height: 40px; 
    color: #202020;
}
.mt-124{
    margin-top: 124px;
}
.subtext_hov {
 color: #696969;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.15em;
  display: inline-block;
  padding: 2px 2px;
  position: relative;
  cursor: pointer;
}
.subtext_hov:hover{
    color: #000;
}
.subtext_hov:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #696969   ;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.subtext_hov:hover:after { 
  width: 100%; 
  left: 0; 
}
.footzem{
  font-size: 14px;
  font-weight: 400;
  color: #696969;
  margin-top: 96px;
}
.footspan{
  font-weight: 500;
  color: #404040;
}
.subtext-rev{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #404040;
}
.arrow-img{
    position: relative;
    top: -3px;
    padding-right: 0px !important;
}
.category_subtext img{
  padding-right: 0px !important;
  margin-right: 0px !important;
}
/*best selling*/
.news_hor {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 290px;
  background-color: #ffffff;
  color: black;
  text-align: left;
  font-size: 16px;
  border: 1px solid #EAEAEA;
}

.news_hor img {
  width: 328px;
  float: left;
  position: relative;
  height: 100%;
  padding-right: 36px;
  z-index: 1;
  max-width: 100%;
    block-size: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.news_hor figcaption {
  background-color: #ffffff;
}
.news_hor h3 {
  text-transform: none;
  margin-top: 18px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #363636;
}
.news_hor footer {
  border-top: 1px solid rgba(0, 0, 0, 0.065);
  padding: 0 20px;
  font-size: 13px;
  line-height: 50px;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.hor_date {
  float: left;
  margin-left: 370px;
}
.p_24{
    padding: 26px 36px 0px 8px;
}
.minus_sym img{
    width: 10px;
    height: 2px !important;
    padding: 18px 16px;
    cursor: pointer;
}
.plus_sym img{
    height: 10px;
    cursor: pointer;
     padding: 14px 16px;
    width: 10px !important;
}
.add_counter_text,.add_counter_text-bs{
    color: #202020;
    font-weight: 600;
    font-size: 24px;
}
.size_bt button{
    width: 40px;
    height: 38px;
    background: #F8F8F8;
    color: #202020;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: none;
    cursor: pointer;
}
.dt_span{
    color: #808080;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.arrow_img{
    height: 10px !important;
    width: 6px !important;
    float: right !important;
    margin-left: 6px;
    margin-top: 7px;
}
.mt-90{
    margin-top: 90px;
}
.mt-114{
  margin-top: 114px;
}
.mt-114-best{
  margin-top: 114px;
}

/*input counter*/
#btn-container,#btn-containerdet {
  display: flex;
  justify-content: end;
  gap: 8px;
}
/* #btn-container button ,#btn-containerdet button{
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA !important;
  display: inline-block;
  border-radius: 0px !important;
} */
#display {
  align-items: center;
  display: flex;
  height: 40px;
  width: 100px;
  background-color: #F8F8F8;
  justify-content: center;
  font-size: 16px;
    align-items: center;
    font-weight: 400;
    color: #202020;
}
/*All products*/
 .features {
    width: 100%;
    height: auto;
    display: flex;
    padding: 0px;
    justify-content: space-around;
  }
  .p__txt{
    color: #707070;
  }
  .wish-search{
    height: 40px;
    width: 230px;
    padding: 0px 8px;
    color: #c0c0c0;
 }
 .home-search {
  height: 40px !important;
  width: 180px !important;
  padding: 0px 8px !important;
  color: #000 !important;
}
 .wish-search-btn{
  background: white;
  width: 40px;
  height: 40px;
  text-align: center;
}
.wish_btn16:hover{
  background: #404040;
}
#search-elm:active{
  background-color: black;
}
.wish-hover:active{
 background-image: url("../images/searchwhite.svg");
}
.wish-hover:hover{
 background-image: url("../images/searchblk.svg");
}
.border-ea {
  border: 1px solid #EAEAEA;
}
.b_bot{
  border-bottom: 1px solid #F4F4F4;
}

  .w-1090{
    width: 1090px;
    margin: 0 auto;
  }
  .feature-container {
    flex-basis: 30%;
    margin-top: 10px;
    width: 340px;
  }
  .feature-container_prod{
    flex-basis: 30%;
    margin-top: 10px;
    width: 282px;
  }
  .feature-container>.cart_btn,.feature-container_prod>.cart_btn{
    font-weight: 600;
    padding: 12px 24px;
    text-align:center;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
 }
 .feature-container_prod>.cart_btn{
  padding: 0px 8px;
 }
 .cartbtn_flex{
  display: flex;
  justify-content: center;
  align-items: center;
 }
 .cart_btn:hover{
  background: #404040 !important;
 }
 #bestselling .cart_btn:hover{
  background: #EAEAEA !important;
 }
 .pro_text{
  font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.02em;
color: #696969;
text-transform: uppercase;
 }
 .cart_btn{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: none;
  height: 40px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  gap:4px;
  cursor: pointer;
 }
 .lefttxt{
  text-align: left;
 }

 /*Product Page Pagination button*/
 .pro_btnflex{
  display: flex;
  gap: 2px;
  justify-content: center;
}
.pro_btnflex button{
    background: none;
    padding: 8px 16px;
    background-color: #F8F8F8;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
}

/*Banner slider*/
.slide{
  margin: 0px 4px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.slider .slide-track {
  animation: scroll 60s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.bottom-alert{
  background: #EEEEEE;
  padding: 10px;
}
.bottom_text{
  font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #808080;
}
.gap-48{
  gap: 48px;
}
/*footer*/
.gap-140{
  gap: 140px;
}
.cr-bg{
  background-color: #f1f1f1;
  padding: 16px 0px;
}
.cr-bg p{
  color: #696969;
}
.footer__bg{
  background-color: #f8f8f8;
  padding-bottom: 32px;
}
.text-capitalize{
  font-weight: 500;
  font-size: 16px;
  color: #404040;
  text-transform: uppercase;
}
.cr-txt{
  color: #6b6b6b;
}
.footer_title h5{
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.56px;
}
.footer-icon ul{
  list-style-type:disc;
}
.footer_title ul li a{
  font-weight: 400;
  margin-top: 16px;
  color: #707070;
  line-height: 34px;
  cursor: pointer;
font-size: 16px;
}
.footer_title ul li a:hover{
  color: #000 !important;
}
.foot_cont{
  font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #696969;
margin-top: 16px;
}
/* .w-770{
  width: 1000px;
  margin: 0 auto;
} */
.footerpayments {
  display: flex;
  gap:16px;
  align-items: center;
  justify-content: center;
}
.footerfsp{
  font-weight: 600;
  font-size: 14px;
  color: #404040;
}
.w-588{
  width: 588px !important;
  margin: 0 auto !important;
}
.gap-56{
  gap: 56px;
}
.foot-img{
  height: 16px;
    width: 16px;
    top: -2px;
    position: relative;
}
/*categories*/
.cat_tit h2{
  font-weight: 600;
font-size: 32px;
line-height: 40px;
color: #202020;
}
.cat_hor {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  background-color: #ffffff;
  color: black;
  text-align: left;
  font-size: 16px;
  border: 1px solid #EAEAEA;
}
.cat_hor img {
  float: left;
  position: relative;
  z-index: 1;
  object-fit: cover;
  max-width: 100%;
    block-size: auto;
    aspect-ratio: 1/1;
}
.cat_hor figcaption {
  background-color: #ffffff;
}
.cat_hor h1 {
  text-transform: uppercase;
  margin-top: 16px;
  color: #696969;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
}
.cat_hor footer {
  border-top: 1px solid rgba(0, 0, 0, 0.065);
  padding: 0 20px;
  font-size: 13px;
  line-height: 50px;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.grid-column{
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.w-920{
  width: 100%;
  margin: 0 auto;
}
.arrow-img{
  float: right !important;
  top: 6px;
  margin-left: 8px;
}
/*All products*/
.border_bottom{
  border-bottom: 1px solid #F4F4F4;
}
.prod_button input[type=text] {
    padding: 10px;
    width: 420px;
    border: none;
    color: #C0C0C0;
    font-size: 16px;
    border: 1px solid #EAEAEA;
    font-weight: 400;
    float: center;
}
.search_btn{
  background: #FFFFFF;
 border: 1px solid #EAEAEA;
    padding: 12px;
    position: relative;
    top: -1px;
}
/*hover dropdown*/
.dropbtn {
  background: #F8F8F8;
  color: #404040;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 14px;
  border: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFF;
  min-width: 240px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #EAEAEA;}
.all_prd_text{
  font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #808080;
}
.p-72{
  padding: 0px 76px;
}
/* The Modal (background) */
.ebcf_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 0.5rem;
}
.close-button {
    float: right;
    width: 2rem;
    line-height: 2rem;
    text-align: center;
    cursor: pointer;
}
.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    z-index: 9999;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
/*filter*/
.filter_tit{
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
  line-height: 24px;
}
.prize_txt{
font-weight: 400;
font-size: 16px;
color: #A4A4A4;
line-height: 24px;
}
.prize_amt{
 font-weight: 400;
font-size: 16px;
color: #202020;
line-height: 24px;
}
.min-btn{
font-weight: 400;
font-size: 16px;
line-height: 24px;
border: 1px solid #EAEAEA;
padding: 10px 16px;
background: none;
width: 83px;
}
.go-btn{
  color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: none;
    padding: 8px 20px;
    background: #202020;
    cursor: pointer;
}
.clear-btn{
  background: #F8F8F8;
  color: #000;
  padding: 8px 24px;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  border: none;
}
.largerCheckbox{
  font-weight: 400 !important;
  margin-left: 6px;
  font-size: 16px;
}
.ml-0{
  margin-left: 0px !important;
}
input.largerCheckbox {
  width: 16px;
  background: #F8F8F8 !important;
  border: 0.8px solid #f8f8f8;
  height: 16px;
}
.pro_cat_text div{
  line-height: 20px;
}
.fil_txt{
  font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #404040;
display: flex;
align-items: center;
gap: 4px;
}
.varient-btn label{
  padding: 8px 15px;
  background: #F8F8F8;
  color: #202020;
  border:0px solid #fff;
}
.max-width{
  max-width: 260px;
}
.li_ht{
  line-height: 44px;
}
.input[type="text"]:focus {
   border-radius: 0px !important;
}
input[type="checkbox"], input[type="radio"] {
    cursor: pointer;
    content: "";
    width: 16px;
    height: 16px;
    border: 0.1px solid #C0C0C0;
    background: #fff;
    line-height: 1.1;
     border-radius: 0px;
     margin-right: 4px;
     transform: translate(0px, 2px);
}
input[type="checkbox"]:after {
    content: "";
    position: absolute;
     margin-right: 4px;
    border-radius: 0px;
    display: block;
    width: 16px;
    height: 16px;
    border: 0.8px solid #C0C0C0;
    background: #F8F8F8 !important;
    line-height: 1.1;
    left: -1px;
    /* top: -1px; */
}
input[type="checkbox"]:checked:after {
    width: 16px;
    height: 16px;
    display: block;
    color: #fff;
    font-weight: 900;
    font-size: 12px;
    text-align: center;
    background: #000 !important;
    background-image:url(../images/tick.svg)!important;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -1px;
    border: none;
    border-radius: 0px;
}
#demo{
 color: #000000;
 font-weight: 400;
 font-size: 16px;
}
select {
  text-indent: 1px;
    border-radius: 0px;
    -webkit-border-radius:0px;
}
/* slider range */
.w-215 {
  position: relative;
  width: 215px;
  margin-top: 30px;
}

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}
.slider-track {
  width: 100%;
  height: 2.28px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background: #f4f4f4;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 12px;
  width:12px;
  background-color: #000;
  cursor: pointer;
  pointer-events: auto;
}
.disable input[type="range"]::-webkit-slider-thumb{
  background-color: #f4f4f4 !important;
}
.disable{
  background-color: #f4f4f4 !important;
  color: #c0c0c0;
}
input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height:12px;
  width: 12px;
  cursor: pointer;
  background-color: #000;
  pointer-events: auto;
  border: none;
}
input[type="range"]::-ms-thumb {
  appearance: none;
  height: 12px;
  width: 12px;
  cursor: pointer;
  background-color: #202020;
  pointer-events: auto;
}
.values {
  width: 100%;
  position: relative;
  margin-top:48px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  color: #a4a4a4;
}
.d__grid{
  display: grid;
}
/* Filter page desktop start */
.filter_top{
  width: 100%;
  background-color: #F4F4F4;
  text-align: center;
  padding: 6px 0px;
  position: fixed;
  top:89px;
  z-index: 9;
  transition: all 0.2s ease;
  cursor: pointer;
}
.shop-top.top-alert-present {
  top: 49px;
}

.filclose_bg{
width: 100%;
height: 32px;
background: #F4F4F4;
text-align: center;
position: absolute;
z-index: 999;
cursor: pointer;
bottom: 268px;
}
.filhidedesk{
  display: none;
}
.overlay-span1 {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0,0,0,0.4);
  visibility: hidden;
  z-index: 99;
}
.pg-btn{
  background-color: #f8f8f8;
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  height: 54px;
  width: 71px;
  border: none;
  padding: 0px 6px;
}
.tickmob{
  width: 19px !important;
  height: 14px !important;
  padding-right: 0px !important;
}
.news_hor .tickmob,.news_hor_tab .tickmob{
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(332deg) brightness(0%) contrast(52%);
}
.dettick{
  width: 19px !important;
  height: 14px !important;
  padding-right: 0px !important;
  position: relative;
  top:-1px;
}
.pg-pos{
  position: relative;
  align-items: center;
}
.noproduct-bg{
  width: 779px;
  height: 320px;
  border: 1px solid #F4F4F4;
  background:  #F8F8F8;
}
.invalid-feedback{
  color: #A30000;
  font-size: 14px;
  font-weight: 400;
}
.hcaptcha-errmsg{
  color: #A30000;
  font-size: 14px;
  font-weight: 400;
}
#sortDropdown{
  color: #707070;
  height: 30px;
  background: #f8f8f8;
  border-radius: 0px;
  border: none;
  padding: 4px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.filter-click{
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 1200px) and (min-width:580px){
.noproduct-bg{
  width: 100%;
}
.homebesttab{
  margin-top: 32px;
}
#bestselling .cart_btn{
  height: 32px;
  font-size: 10px;
  color: #404040;
  background: #f8f8f8 !important;
  width: 100%;
  border: none;
  font-weight: 500;
  cursor: pointer;
    }
.pg-btn{
  width: 47px !important;
  height: 27px !important;
  font-size: 10px !important;
  padding: 4px !important;
}

}
/* Filter page desktop end */

/* Filter page mobile */
@media only screen and (max-width: 580px){
  .mt40-resp{
    margin-top: 24px !important;
  }
  .prod-img-wrap{
    width: 95%;
}
  .varient-btn label{
    font-size: 12px;
    display: flex;
    align-items: center;
  }
  .filter-click{
    font-size: 12px;
  }
  .clear-btn{
    font-size: 12px;
  }
  .values{
    font-size: 12px;
  }
  .hcaptcha-errmsg{
    font-size: 12px;
  }
  .invalid-feedback{
    font-size: 12px;
  }
  .login_btn-best{
    padding: 2px !important;
    font-size: 10px !important;
    }
  .noproduct-bg{
    width: 100%;
  }
  .dettick{
    width: 14px !important;
    height: 14px !important;
  }
  .pg-btn{
    width: 47px !important;
    height: 27px !important;
    font-size: 10px !important;
    padding: 4px !important;
  }
  .filter_top img{
    width: 12px;
    height:12px;
    transform: scale(1.0);
  }
  .filterml_30{
    margin-left: 30px;
  }
  .margin_pro0{
    margin: 0 auto;
  }
  .filter_bgclr{
    background-color: #fff;
  }
  
.filter_tit,.prize_txt,.largerCheckbox,.pro_cat_text,.pro_cat_textres{
  font-size: 12px;
  font-weight: 500;
}
.min-btn{
  font-size: 12px;
  width: 50px;
  height: 15px;
}
.go-btn{
  font-size: 12px;
  /* padding: 12px 10px; */
  cursor: pointer;
  width: 20px;
}
.clr_bot{
  border-bottom: 1px solid #F4F4F4;
  padding-bottom: 24px;
}
.primary-blackres{
  padding: 12px 24px;
  background-color: #202020;
    color: #fff;
    border: none;
}
.filhidemb{
  display: none !important;
}
.filhidedesk{
  display: block;
}
.fil_txt_mob{
  font-weight: 500;
  font-size: 12px;
  color: #404040;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
/* Mobile responsive Product Page */
.resppromt-48{
  margin-top: 27px!important;
}
.all_prd_text{
  font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #808080;
}
.dropbtn{
  font-size: 12px;
}
.respprd_mg{
  margin: 0px 16px;
}
.prod_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr)!important;
  grid-gap: 8px!important;
}
.feature-container>.cart_btn,.pro_text,.feature-container_prod>.cart_btn{
  font-size: 10px;
}
.resprod_wish{
  width: 13.5px;
    height: 12px;
}
.pro_btnflex button {
  padding: 8px 10px;
  width: 26px;
  height: 26px;
  font-size: 12px;
}
}
.prod_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
.wish-img{
  background-image: url(../images/wishdknormal.svg);
  background-repeat: no-repeat;
  width: 17px;
  background-size: contain;
  position: relative;
  right: 15px;
}
.wish-img:hover{
  background-image: url(../images/wishdkhover.svg);
}
.wishred-img,.wishred-img-prod{
  background-image: url(../images/wishdkred.svg);
  background-repeat: no-repeat;
  width: 17px;
  background-size: contain;
  position: relative;
  right: 15px;
}
#bestselling .cart_btn{
    background: #F8F8F8;
    padding: 6px 8px;
    color: #404040;
    font-weight: 500;
    font-size: 14px;
    border: none;
    height: 40px;
    cursor: pointer;
}
body.no-scroll {
  overflow: hidden;
}
@media only screen and (max-width: 1240px) {
  .slideshow-container, .slideshow-bancontainer{
    touch-action: none;
  }
  /* .w-271 img{
        width: 100%;
    } */
}
@media only screen and (max-width: 420px) and (min-width: 360px) {
  .all-prod-contain,.all-prod-page{
      gap: 8px !important;
  }
}

.all-prod-contain,.all-prod-page{
  display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
}
.all-prod-contain>div{
  width: 338px;
}
.all-prod-page>div{
  width: 282px;
}
.feature__img img{
  max-width: 100%;
    block-size: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}

@media (max-width:768px){
  .all-prod-contain>div{
    width: 160px;
  }
  .feature__img{
    height: 160px;
  }
}
@media (min-width:769px){
  /* .feature__img{
    height: 340px;
  } */
  .feature-shopimg{
    height: 282px;
  }
  /* .feature-container .feature__img{
    height: 340px !important;
  } */
}
@media screen and (min-width:769px) and (max-width:1080px){
  .all-prod-contain>div{
    width: 245px;
}
.feature-container .feature__img{
    height: 245px !important;
}
}
/* best selling */
.news_hor_tab{
  display: block !important;
  position: relative !important;
  overflow: hidden !important;
  margin: 0 auto !important;
  width: 100% !important;
  background-color: #ffffff;
  color: black;
  text-align: left;
  font-size: 16px;
  border: 1px solid #EAEAEA;
}
.d_flex {
display: flex;
gap: 16px;
overflow-x: auto;
padding: 0px 16px;
flex-direction: column !important;
}
.news_hor_tab img{
float: left;
position: relative;
z-index: 1;
max-width: 100%;
block-size: auto;
aspect-ratio: 1/1;
object-fit: cover;
height: 292px;
}
.fl-col-tab{
  flex-direction: row !important;
  margin-top: 32px !important
}
.pd-md-tab {
padding: 0px 16px;
}

@media only screen and (max-width: 1100px) and (min-width:580px){
  .mt40-resp{
    margin-top: 32px !important;
  }
  .filter_top img{
    width: 12px;
    height:12px;
    transform: scale(1.0);
  }
  .login_btn-best{
    padding: 2px !important;
    font-size: 10px !important;
    }
   .news_hor_tab{
  display: block !important;
  position: relative !important;
  overflow: hidden !important;
  margin: 0 auto !important;
  width: 100% !important;
  height: 199px !important;
  background-color: #ffffff;
  color: black;
  text-align: left;
  font-size: 16px;
  border: 1px solid #EAEAEA;
}
.news_hor_tab img{
float: left;
position: relative;
z-index: 1;
max-width: 100%;
block-size: auto;
aspect-ratio: 1/1;
object-fit: cover;
}
.fl-col-tab{
  flex-direction: row !important;
  margin-top: 32px !important
}
.mt-114-best{
  margin-top: 72px;
}
.news_hor_tab  img {
height: 199px;
padding-right: 0px;
}
}
@media only screen and (max-width: 580px){
  .news_hor_tab {
  display: flex !important;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 271px !important;
  flex-direction: column !important;
  height: 463px !important;
  background-color: #ffffff;
  color: black;
  text-align: left;
  font-size: 16px;
  border: 1px solid #C0C0C0;
}
.fl-col-tab{
  flex-direction: column !important;
}
.news_hor_tab img {
width: 100%;
height: 271px;
padding-right: 0px;
}
.p_24_tab{
  padding: 0px
}
}
.login_btn-best{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #202020;
    padding: 6px 24px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    height: 40px;
    width: 153px;
    cursor: pointer;
}
.login_btn-best:hover{
background: #404040;
}
/* Parent Container */
.content_img{
  position: relative;
}

/* Child Text Container */
.content_img div{
  position: absolute;
  bottom: 0px;
  right: 0px;
  text-transform: uppercase;
  color: white;
  opacity: 0;
  background:rgba(0,0,0,0.2);
  -webkit-transition: visibility 0s, opacity 0.5s linear; 
  transition: visibility 0s, opacity 0.5s linear;
  font-weight: 600;
  letter-spacing: 1.2px;
  width:100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
/* Hover on Parent Container */
.content_img:hover{
  cursor: pointer;
}
.content_img:hover div{
  opacity: 1; 
}
.overflow-auto{
  overflow-x: auto;
}
input[type=text],input[type=number],input[type=email],input[type=password],input[type=button]{
-webkit-border-radius:0px;
}