.close-zoom{
  background-color: #000 !important;
  color: #fff !important;
  position: absolute;
  top: 2%;
  right: 2%;
  }
  .slideshow-items {
  width: 100%;
  }
  
  .slideshow-thumbnails {
  width: 100px;
  height: 100px;
  }
  
  #slideshow-items-container {
  display: inline-block;
  position: relative;
  }
  
  #lens {
  background-color: rgba(233, 233, 233, 0.4)
  }
  
  #lens,
  #result {
  position: absolute;
  display: none;
  z-index: 1;
  }
  
  .slideshow-items {
  display: none;
  }
  
  .slideshow-items.active {
  display: block;
  }
  
  .slideshow-thumbnails {
  opacity: 0.5;
  }
  
  .slideshow-thumbnails.active {
  opacity: 1;
  }
  
  #lens,
  .slideshow-items,
  .slideshow-thumbnails,
  #result {
  border: solid var(--light-grey-2) 1px;
  }
  



  a{
  text-decoration: none !important;
}
.color{
  color: rgb(232, 146, 25);
}
.un-color{
  color: #bebcbc;
}
/* side bar */
.sile-filter-mobile{
display: none;
}
.filter-mobile-box{
display: none;
}
.fil-bx-new h5{
font-size: 16px;
}

/* product page */
/* swiper slide */
.ss{
width: 80px !important;
height: 80px !important;
/* object-fit: cover; */
}
.ss img{
width: 100%;
height: 100%;
object-fit: contain;
}
.slid{
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-sli{
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-sli img{
  height: 450px;
  width: 100%;
  object-fit: contain;
}
/* quantity section */
.wid{
width: 80px !important;
flex: none !important;
}
.btn-number{
background-color: var(--c1) !important;
/* color: var(--c2) !important; */
font-weight: 800 !important;
font-size: 28px !important;
width: 55px;
padding: 0px !important;
border-radius: 0%;
}
.btn-numbers{
  background-color: var(--c1) !important;
  /* color: var(--c2) !important; */
  font-weight: 800 !important;
  font-size: 28px !important;
  width: 55px;
  padding: 0px !important;
  }
.page-buy {
background-color: black !important;
color: #fff !important;
font-family: inherit;
display: inline-block;
width: 100%;

line-height: 2.5em;
overflow: hidden;
margin: 20px;
font-size: 17px;
z-index: 1;
border-radius: 6px;
position: relative;
}
.page-cart{
background-color: var(--c1) !important;
color: #FFF !important;
}

/* .page-buy::before {
position: absolute;
content: "";
background: var(--c1);
width: 150px;
height: 200px;
z-index: -1;
border-radius: 50%;
}
.page-cart::before {
position: absolute;
content: "";
background: #000;
width: 150px;
height: 200px;
z-index: -1;
border-radius: 50%;
}

.page-buy:hover {
color: white !important;
}

.page-buy:before {
top: 100%;
left: 100%;
transition: .3s all;
}

.page-buy:hover::before {
top: -30px;
left: -30px;
} */
/* .minus:hover{
  background-color: #717fe0 !important;
}
.plus:hover{
  background-color: #717fe0 !important;
} */
/* /Prevent text selection/ */
/* .qty span{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
} */
/* .count{  
  border: 0;
  width: 2%;
}
nput::-webkit-outer-spin-button,
.count::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.count:disabled{
  background-color:white;
} */

.cart-btn-dis{
  /* background-color: antiquewhite !important; */
  height: 40px;
  border-radius: 16px !important;
}
/* like button */
.lk-btn{
  background-color: rgb(116, 118, 118,.1) !important;
  border-radius: 50% !important;
  height: 40px;
  width: 50px;
}
.like{
  color: red;
  font-size: 22px;
}
.pro-buy-now{
  width: 320px;
  border-radius: 16px !important;
}
/* icons under buy now button */
.des-icon-bx i{
  font-size: 45px;
}
.des-icon-bx p{
  font-size: 12px;
  font-weight: bold;
}
.dis-navbar{
  display: flex;
  align-items: center;
  justify-content: center;
}
.dis-nav{
  border: none !important;
}
.dis-nav .nav-link{
  color: #000 !important;
}
.dis-nav .active{
  background-color: unset !important;
  border: 2px solid black !important;
  font-weight: bold;
}
.dic-con{
  background-color: rgba(209, 212, 212, 0.1) 
}
.cen-t{
  display: flex !important;
  align-items: center;
  justify-content: center;
}
/* buy now page */
.product-buy{
  width: 50%;
}
.price-buy{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid rgb(204, 200, 200);
}
.price-buy p{
  font-size: 13px;
}
.buy-box-right{
  border: 2px solid var(--c1);
}
.buy-frm input{
  margin-top: 2% !important;
  /* background-color: rgba(243,244,245,1) !important; */
  /* border: 2px solid var(--c1) !important; */
  outline: none !important;
  border: none !important;
  height: 50px;
  border: 1px solid #cac7c7 !important;
}
.ch input{
  margin-top: 1% !important;
  /* padding: 0% !important; */
  height: 20px !important;
}
.btn-buy-product {
  background-color: var(--c1) !important;
  color: #fff !important;
}
.tp-left{
  background-color: #f2f2f2;
}
/* ?///////////////////////////////////////////// */
/* login */
.log{
  height: 100vh;
}
.log-frm{
  background-color: #fff !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 12px;
}
.frm-log{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.frm-log img{
  height: 80px;
}
/* side bar */
.sile-filter-mobile{
  display: none;
}
.filter-mobile-box{
  display: none;
}
.fil-bx-new h5{
  font-size: 16px;
}
/* //////////cart page /////////// */
.cart-pg .wid{
  width: 50px !important;
  height: 30px; 
  flex: none !important;
}
.cart-pg .btn-number{
  background-color: var(--c1) !important;
  color: #fff !important;
  font-weight: 800 !important;
  font-size: 18px !important;
  width: 30px;
  height: 30px;  
}
.cart-pg .btn-numbers{
  color: var(--c1) !important;
  background-color: #fff !important;
  font-weight: 800 !important;
  font-size: 18px !important;
  width: 30px;
  height: 30px;  
}
.make-purchchese{
  background-color: var(--c1) !important;
  color: #fff !important;
  font-weight: bold !important;
}
/* about */
.ab-left img{
object-fit: contain;
/* height: 400px; */
}
.ab-right h5{
font-size: 16px;
}
.ab-right i{
font-size: 22px;
margin-right: 5px;
}
.story{
position: relative;
}
.story p{
font-size: 15px;
font-weight: 500;
}
.im2{
position: absolute;
right: 0%;
width: 180px;
object-fit: contain;

top: 20%;
/* opacity: .4; */
}
.im1{
position: absolute;
width: 180px;
object-fit: contain;
left: 0%;
top: 20%;
/* opacity: .4; */
}
.ab-connect{
background-image: url(../images/ab-conect.jpg) !important;
/* background-attachment: fixed; */
/* background-position: left top; */
}
.ab-connect .get-more{
background-color: var(--c2) !important;
}
/* company profile */
.profile-pic{
width: 100%;
border-radius: 59% 41% 70% 30% / 30% 30% 70% 70% ;
overflow: hidden;
height: 500px;
display: flex;
align-items: flex-start;
justify-content: center;
background-color: #fff;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
position: relative;
}

.profile-pic img{
width: 100%;
object-fit: cover;
}
.name-side h3{
letter-spacing: 1px;
}
.name-side h5{
letter-spacing: 1px;
/* font-size: 14px; */
}

/* //// */
.slideshow-items {
width: 100%;
}

.slideshow-thumbnails {
width: 100px;
height: 100px;
}

#slideshow-items-container {
display: inline-block;
position: relative;
}

#lens {
background-color: rgba(233, 233, 233, 0.4)
}

#lens,
#result {
position: absolute;
display: none;
z-index: 80;
}

.slideshow-items {
display: none;
}

.slideshow-items.active {
display: block;
}

.slideshow-thumbnails {
opacity: 0.5;
}

.slideshow-thumbnails.active {
opacity: 1;
}

#lens,
.slideshow-items,
.slideshow-thumbnails,
#result {
border: solid var(--light-grey-2) 1px;
}
.qty{
width: 50px;
height: 40px;
font-size: 20px;
}

/* ////////Contact us///// */
.form-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
}
.con-cards{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .cc{
    min-width: 350px !important;
    min-height: 250px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #e5e5e5;
    border-radius: 15px;
    border-top: 5px solid var(--c1);
    padding: 3%;
    transition: .5s;
  }
  .cc:hover{
    transition: .5s;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  }
  .cc i{
    font-size: 50px;
    margin-bottom: 3%;
    color: var(--c1);
  }
  .cc h5{
  /* color: var(--w); */
  letter-spacing: 2px;
  text-align: center;
  }
  .cc p{
    /* color: var(--w) !important; */
    letter-spacing: 2px;
    text-align: center;
    }
    .con-input{
      border: none !important;
      border-bottom: 2px solid black !important;
      outline: none !important;
      margin-bottom: 8%;
    }
    .con-input:focus{
      outline: none !important;
    }
    .get-in{
      font-size: 50px;
      font-weight: 700;
      /* -webkit-text-stroke: 1px var(--c2);
      -webkit-text-fill-color: transparent; */
  
    }
    .con-img{
      object-fit: contain;
      height: 450px;
    }
    .icon-box{
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
    }
    .boxs{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin: 3%;
    }
    .boxs i{
      font-size: 50px;
      color: black;
    }
    .con-bx img{
      width: 100px;
    }
    .con-bx h3{
      font-size: 22px;
      letter-spacing: 1px;
    }
    .con-bx{
      width: 100%;
      height: 230px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background-color: #f6f6f6;
      text-align: center;
    }
/* new */
.new-top{
position: relative !important;
}
.top-stic{
max-height: calc(122vh - 100px);
/* overflow: auto; */
position: sticky !important;
overflow: hidden;
top: 50px;
transition: top 0.5s ease-out 0s;
vertical-align: baseline;
scroll-behavior: smooth;
-ms-overflow-style: none !important;
scrollbar-width: none !important;
} 
.wish-qty-bx{
width: 180px;
}

.txt-small{
font-size: 14px;
}
.price-box{
display: flex;
justify-content: space-between;
align-items: center;
}

/* new codes */

/* --------------------product page------------- */

.ss{
  width: 90px !important;
  /* height: 70px !important; */
 /* object-fit: cover; */
 }

.top-sli{
display: flex;
      align-items: center;
      justify-content: center;
      /* width: 100% !important; */
     height: 500px !important;
     
}
.top-sli img{
height: 100%;
width: 100%;
object-fit: contain;
}
/* .small-sli-box{
display: flex;
      align-items: center;
      justify-content: center;
      background-color: aqua;
} */
.small-sli{
display: flex;
      align-items: center;
      justify-content: flex-start;
      width: 150px !important;
     height: 100px !important;
}
.small-sli img{
height: 100%;
width: 100%;
object-fit: contain;
}
.swip-btn{
    background-color: black !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 16px !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #FFF;
  
}
.new-top-fix{
position: relative;
}
.slides-new{
max-height: calc(122vh - 100px);
/* overflow: auto; */
position: sticky;
overflow: hidden;
top: 50px;
transition: top 0.5s ease-out 0s;
vertical-align: baseline;
  scroll-behavior: smooth;
-ms-overflow-style: none !important;
  scrollbar-width: none !important;

}
/* prodect dis */
.txt-small{
    font-size: 14px;
}
.price-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.qty-input{
width: 70px;
}

.whats-app-bx{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.whats-app img{
    width: 40px;
}
.accordion-button:focus{
    border: none !important;
    box-shadow: none !important;
}

.main-qty-bx{
  display: flex;
  flex-direction: column;
  align-items: flex-end;

}
.wish-qty-bx{
  width: 180px;
}

.s-btn{
  border: 1px solid var(--c1) !important;
}
.s-btn:hover{
  background-color: var(--c1)!important;
  color: #fff !important;
}
.s-btn-active{
  background-color: var(--c1)!important;
  color: #fff !important;
}
.c-btn{
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
}
.c-btn:focus{
  border: 2px solid black;
}
/* similar products */
.sim-pro{
  position: relative;
}
.owl-nav{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 30%;
}
.sim-arrow{
  background-color: #000 !important;
  border-radius: 50% !important;
  height: 35px;
  width: 35px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 1s !important;
}

/* .sim-pro:hover .sim-arrow{
  transform: scale(1.3);
  transition: all 1s !important;
} */
.sim-card .name{
  width: 80%;
}
.isim-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
  font-weight: 500 !important;
}
.sim-img{
  display: flex;
  justify-content: center;
  align-items: center;
}
.tes-card{
  width: 100%;
  min-height: 310px;
  box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tes-card p{
  text-align: justify;
}
.tes-profile{
  width: 50px !important;
  height: 50px;
  /* object-fit: cover; */
  border-radius: 50%;
}
.quote{
  width: 60% !important;
}
/* zoom */
.close-zoom{
  background-color: #000 !important;
  color: #fff !important;
  position: absolute;
  top: 2%;
  right: 2%;
}
.slideshow-items {
  width: 100%;
}

.slideshow-thumbnails {
  width: 100px;
  height: 100px;
}

#slideshow-items-container {
  display: inline-block;
  position: relative;
}

#lens {
  background-color: rgba(233, 233, 233, 0.4);
  /* height: 100px !important;
  width: 200px !important; */
}

#lens,
#result {
  position: absolute;
  display: none;
  z-index: 1;
}

.slideshow-items {
  display: none;
}

.slideshow-items.active {
  display: block;
}

.slideshow-thumbnails {
  opacity: 0.5;
}

.slideshow-thumbnails.active {
  opacity: 1;
}

#lens,
.slideshow-items,
.slideshow-thumbnails,
#result {
  border: solid var(--light-grey-2) 1px;
}
#result{
  background-color: #FFF;
}


/* prodect dis */
.txt-small{
  font-size: 14px;
}
.price-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qty-input{
width: 70px;
}
.pro-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
  font-size: 13px !important;
  border-radius: 0% !important;
}
.whats-app-bx{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.whats-app img{
  width: 40px;
}
.accordion-button:focus{
  border: none !important;
  box-shadow: none !important;
}
.pro-btn-box{
  display: flex;
}
.main-qty-bx{
display: flex;
flex-direction: column;
align-items: flex-end;

}
.wish-qty-bx{
width: 180px;
}
.wish-qty-btn {
/* background-color: var(--c1) !important; */
color: #0b0b0b !important;
height: 36px;
display: flex !important;
justify-content: center;
align-items: center;
border-radius: 0% !important;
}
.form-outline{
  width: 50px;
  height: 36px;
}
.form-outline input{
  border-radius: 0% !important;
  text-align: center;
}
.pbtn-2{
  background-color: var(--c2) !important;
}
/* /// */
@media screen and (max-width:1030px) {
.para{
  font-size: 12px;
}
.ab-right h5{
  font-size: 14px;
}
.ab-right i{
  font-size: 15px;
}
}

@media screen and (max-width:920px) {
  body{
      overflow-x: hidden;
  }
  .pro-buy-now{
      width: 100%;
      border-radius: 16px !important;
  }
  .main-sli img {
      height: 450px;
      width: 100% !important;
  }
  /* buy now page */
  .buy-row{
      display: flex !important;
      flex-direction: column-reverse;
  }
  
/* side bar */
.des-filter{
  display: none;
}
.filter-mobile-box{
    display: block;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0%;
    left: 0%;
    z-index: 200;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  }

  .filter-open{
    font-size: 18px !important;
    letter-spacing: 1px !important;
    font-weight: bold !important;
    color: var(--red) !important;
  }
  .filter-box{
    overflow-y: scroll;
  }
  .sile-filter-mobile{
    width: 81%;
    min-height: 100vh;
    position: fixed;
    z-index: 1210;
    display: block;
    /* background-color: aqua; */
    background-color: #fff;
    transition: all 1s;
    top: 0% !important;
    left: -110%;
    overflow-y: scroll !important;
    scroll-behavior: smooth;
    
    
  }
  .slides-new {
    /* max-height: calc(122vh - 100px); */
    /* overflow: auto; */
    position: unset;
    overflow: hidden;
    top: unset;
    transition: top 0.5s ease-out 0s;
    vertical-align: baseline;
    scroll-behavior: smooth;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}
.top-sli{
  height: unset !important;
}
  /* about */
  .im1{
    display: none;
  }
  .im2{
    display: none;
  }
  .mob-bottom{
    width: 100%;
    position: fixed;
    bottom: 0%;
    left: 0%;
    background-color: #FFF;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .profile-pic{
    width: 100%;
    border-radius: unset ;
    height: auto;
    padding: 2%;
  }
}
@media screen and (max-width:420px) {
  .cart-btn-dis{
      /* background-color: antiquewhite !important; */
      height: 60px;
      border-radius: 16px !important;
  }
}

.accordion-button:not(.collapsed) {
  color: #000000 !important;
  font-weight:800 !important;
  background-color: rgb(227 227 227) !important;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}