.ss{
  width: 75px !important;
  height: 70px !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;
     height: 554px;
}
.main-sli img{
      height: 100%;
      width: 100%;
      object-fit: contain;
      background-color: #fff;
}
.pro-price{
  font-size: 25px;
}
.des{
  text-align: justify;
}
.red{
  color: #ff013c;
}
/* count button */
.qty .count {
  color: #000;
  display: inline-block;
  vertical-align: top;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 2px
  ;min-width: 35px;
  text-align: center;
}
.qty .plus {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: white;
  width: 30px;
  height: 30px;
  font: 30px/1 Arial,sans-serif;
  text-align: center;
  border-radius: 50%;
  }
.qty .minus {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: white;
  width: 30px;
  height: 30px;
  font: 30px/1 Arial,sans-serif;
  text-align: center;
  border-radius: 50%;
  background-clip: padding-box;
  text-align: center;
}
.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;
} */
/* .des-filter .fil-bx-new{
box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
margin-bottom: 10px;
} */
.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;
}
/* color */
.colr-box{
display: flex;
flex-wrap: wrap;
}
.pro-color{
height: 90px;
}
.pro-colors.border {
  border: 2px solid #dee2e6!important;
}
.pro-colors.selected {
  border: 2px solid #0a58ca !important;
}

.pro-various.border {
  border: 2px solid #dee2e6!important;
}
.pro-various.selected{
  border: 2px solid #0a58ca !important;
  color: #0a58ca !important;
}

.img-pro-colr{
height: 70%;
width: 100%;
}
.color-txt{
text-align: center;
color: #000;
font-size: 12px;
}
.img-pro-colr img{
width: 100%;
height: 100%;
object-fit: contain;
}
/* side bar */
.sile-filter-mobile{
  display: none;
}
.filter-mobile-box{
  display: none;
}
.fil-bx-new h5{
  font-size: 16px;
}
.des-filter .fil-bx-new{
  background-color: #fff;
  margin-bottom: 15px;
}
/* ////////////////////////////////////////////cart page and wish list////////////////////////////////////////////////////// */
.cart-right {
-ms-overflow-style: none;  
scrollbar-width: none;  
}
.cart-right2{
border: 2px solid var(--c1);
}
.cart-h2 h2{
font-size: 20px;
}
.cart-left{
/* overflow-y: scroll;
scroll-behavior: smooth; */
/* height: 100vh; */
vertical-align: baseline;
scroll-behavior: smooth;
}
.cart-card{
border-bottom: 1px solid rgb(169, 168, 168);
padding-bottom: 2%;
}
.cart-img{
display: flex;
align-items: center;
justify-content: flex-start;
/* flex-direction: column; */

}
.cart-img img{
/* height: 150px; */
width: 100px;
}

.cart-name{
width: 200px;
margin-left: 3%;
}
.cart-txts{
display: flex;
align-items: center;
justify-content: center;
height: 100px !important;
width: 100%;

}
.qty-cart{
height: auto;
width: 60px;
margin-top: -10% !important;
}
.cart-title{
border-bottom: 1px solid black;
}
.cart-title p{
font-size: 13px;
}
.cn1{
font-size: 14px;
}
.ct-sub{
display: none;
}

.price-buy{
display: flex;
align-items: flex-start;
justify-content: space-between;
border-bottom: 1px solid rgb(204, 200, 200);
}
.buy-in-crt{
background-color: var(--c1) !important;
color: #fff !important;
font-size: 14px !important;
}
.car-rows {
position: relative;
}
.del-i{
position: absolute;
top: 3%;
left: 95%;
}
.del-i i{
font-size: 20px;
color: var(--c1);
}
/* wish list */
.wish-in-crt {
background-color: var(--c1) !important;
color: #fff !important;
font-size: 9px !important;
font-weight: bold !important;
}
.del-w-i{
position: absolute;
top: 3%;
left: 90%;
}
.del-w-i i{
font-size: 20px;
color: var(--c1);
}
/* buy now page */
.product-buy{
width: 50%;
}
.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;
outline: none !important;
border: none !important;
height: 50px;
}
.ch input{
margin-top: 1% !important;
/* padding: 0% !important; */
height: 20px !important;
}
.btn-buy-product {
background-color: var(--c1) !important;
color: #fff !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)
}

#lens,
#result {
position: absolute;
display: none;
z-index: 1;
}

#result{
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
background-color: #fff;
}
.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{
position: absolute;
top: 5%;
right: 50%;
z-index: 100;
} */

/* 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: 30px;
width: 30px;
display: flex;
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;
}
.new-top-fix{
position: relative !important;
}
.slides-new {
max-height: calc(122vh - 100px);
/* max-height: calc(90vh - 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;
}

/* .new-sticy{
position: sticky !important;
top: 0% !important;
} */
/* .pro-page-detail{
height: 100vh;
overflow: hidden;
top: 50px;
transition: top 0.5s ease-out 0s;
overflow-y: scroll;
vertical-align: baseline;
  scroll-behavior: smooth;
-ms-overflow-style: none !important;
  scrollbar-width: none !important;
  
}
.pro-page-detail::-webkit-scrollbar { 
display: none;  
} */
.main-pro-slider-box{
position: relative;
width: 100%;
}
/* .mySwiper{
position: absolute !important;
top:3%;
} */

/* new */
/* 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;
}
.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;
}
.wish-qty-bx{
width: 170px;
}
.wish-qty-bx .form-control{
  height: 33px;
  }
.wish-qty-btn {
background-color: var(--c1) !important;
color: #fff !important;
height: 33px;
display: flex !important;
justify-content: center;
align-items: center;
}
.para-hide{
display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all .5s;
}
.para-show{
display: unset;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: unset;
  transition: all .5s;
}
/* about */
.ab-left{
display: flex;
flex-direction: column;
justify-content: center;
}
.ab-btn{
background-color: var(--c1) !important;
color: #fff !important;
width: 130px;
}

.what-we-do{
border-radius: 20px;
width: 500px;
}
/* testi */
   /* .owl-theme{
    min-height: 80vh !important;
   } */
   .says .item{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-top: 3px solid var(--c1);
    min-height: 210px;
  }
  .says .item p{
    font-size: 14px;
  }
  .owl-carousel .owl-stage-outer {
    position: relative;
    min-height: 250px;
    -webkit-transform: translate3d(0,0,0);
}
/* new */
.aply-price{
  background-color: var(--c1) !important;
  color: #fff !important;
}

/* buy pahe delete option */
.bup-page-delete{
  position: absolute;
  top: 3%;
  right: 3%;
  font-size: 13px !important;
  background-color: #f3547952 !important;
  height: 30px;
  width: 30px;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
  /* thankyou page */
  .thank-main{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .succes-box{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .succes-text{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
  }
/* make it responsive */

@media screen and (max-width:1300px) {
/* .mySwiper{
  position: absolute !important;
  top: 10%;
  left: -4%;
} */
.main-sli {
  height: 525px;
}
.main-sli img {
  height: 100%;
  width: 91%;
  object-fit: contain;
}
}

@media screen and (max-width:1100px) {
.isim-btn{
  font-size: 12px !important;
}
}

@media screen and (max-width:920px) {
.sub .name {
  width: 100%;
  letter-spacing: unset;
  padding: 0 0px;
  height: 70px;
  display: block;
  overflow: hidden;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  font-size: 13px;
  margin-bottom: unset;
}
.buy-btn{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0%;
  left: 0%;
  z-index: 50;
  background-color: #fff;
}
/* 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: 150vh; */
  position: fixed;
  z-index: 1210;
  display: block;
  /* background-color: aqua; */
  background-color: #fff;
  transition: all 1s;
  top: 0% !important;
  bottom: 0% !important;
  left: -110%;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  scroll-behavior: smooth;
  
}

/* cart page */
.cart-title p{
  font-size: 13px;
}
.cart-txts{
  display: flex;
  align-items: center;
  justify-content: unset;
  height: auto !important;
  width: 100%;
  
}
.cart-title{
  border-bottom: none;
}
.cart-top-head{
  display: none;
}
.ct-sub{
  display: block;
}
.cart-main-box{
  border: 1px solid #e5e5e5;
}
.del-i{
  position: absolute;
  top: 3%;
  left: 90%;
}
.wish-in-crt{

  font-size: 13
  px !important;

}
.buy-product-card{
  flex-direction: column;
  height: auto;
}
.buy-product-card img{
  width: 100%;
  margin-bottom: 2%;

}
.main-sli{

 height: 390px;
}
/* similar peoduct slider */
.sim-card .name{
width: 100%;
margin-top: 5%;
}
.owl-nav{
left: 0%;
}
.owl-next{
transform: translateX(-10%);
}
.owl-prev{
transform: translateX(10%);
}
.slides-new{
max-height: unset;
/* overflow: auto; */
position: unset;
overflow: hidden;
top: unset;
}
.mySwiper{
position: unset !important;
top: unset;
}
/* about */
.ab-row{
display: flex;
/* align-items: center;
justify-content: center; */
flex-direction: column-reverse;
}
.ab-left h3{
text-align: center;

}
.ab-left{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.what-right{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
  /* mobile zoom  */
/* zoom page */
.zoom-con{
  height: 100vh;
  width: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
  /* background-color: var(--c2); */
  touch-action: none;
  cursor: move;
  position: relative;
  /* Set cursor to indicate draggable content */

}
.zoom-icon{
position: absolute;
bottom: 3%;
right: 3%;
font-size: 19px;
color: var(--c1);
}
.go-back{
position: absolute;
top: 3%;
right: 3%;
}
#productImage {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
}
@media screen and (max-width:620px) {
.buy-product-card{
  padding: 5%;
}
.cart-right{
  position: unset !important;
}
.isim-btn{
  width: 100%;
}
/* .sim-img {
  height: 80px;
} */
.sim-img img{
  height: 150px;
  object-fit: contain;
}

}
