.body-color{
  background-color:#F1F3F6 ;
}


.imgslidermargin{
  margin-top: 60px;
}
.fourimgmargin{
  margin-top: 100px;
}
@media (max-width: 768px) {
.lefthidd{
display: none;
}
}
@media (min-width: 769px) {
.shownew{
display: none;
}
}

@media (max-width: 769px) and (min-width: 500px) {
.imgheight{
  height: 700px;
  width: 100%;
}
}

.newrow>* {
    flex-shrink: 0;
    max-width: 50%;
    padding-right: calc(var(--bs-gutter-x)* .2) !important;
    padding-left: calc(var(--bs-gutter-x)* .2) !important;
    margin-top: var(--bs-gutter-y);
}


  .box{
  display:inline-block;
  height:40px;
  width: 40px;
  background-color:#D9D9D9;
  border-radius: 10px;
  color: rgb(36, 36, 36);
text-align: center;
  padding: 8px;
  border: 1px solid #F1F3F6;
}
.icon{
  display:inline-block;
  font-size: 30px;
  padding-right: 15px;
}

.box:hover{
  border: 1px solid black;
 
  
}


.color{
  display:inline-block;
  height:40px;
  width:40px;
  background-color:black;
  border-radius: 10px;
}

.color:hover{
  border: 1px solid black;
  
}

@media (max-width:992px) and (min-width: 772px)  {
    .imgheightsmall {
    height: 120%;
    width: 100%;
    }
   
  }
  @media (max-width:992px) and (min-width: 772px)  {
    .margintop {
      margin-top: 70px;
    }
   
  }


  
  @media (max-width:1200px) and (min-width: 992px)  {
    .imgheightsmall{
    height: auto;
    width: 100%;
  }
  }
  
  @media (max-width:1200px) and (min-width: 992px)  {
    .margintop{
      margin-top: 30px;
  }
  }
  @media (min-width: 1200px) {
    .imgheightsmall{
       height: auto;
       width: 100%;
    }
  }

  @media (min-width: 1200px) {
    .margintop{
      margin-top: 70px;
    }
  }
 

  /* logo */


.text-muted {
color: #eeeeee !important;
}

.fontstyle{
font-weight: bold;
}

@media (max-width: 575px) {
.newrow>* {
flex-shrink: 0;
width: 100%;
max-width: 50%;
padding-right: calc(var(--bs-gutter-x)* .5);
padding-left: calc(var(--bs-gutter-x)* .5);
margin-top: var(--bs-gutter-y);
}
}


.bottommargin{
margin-bottom: 10px;
padding: 5px;
}

.imgstyle{
width: 100%;
height: auto;
}


.card-body{
padding: 10px;
}
.card:hover{
box-shadow: 1px 0px 10px -4px rgb(46, 46, 46);
}


@media (min-width: 1250px) {
.card-img-top {
width: 100%;
height: 400px;
object-fit: cover;
}

}

@media (min-width: 992px) and (max-width:1250px){
.card-img-top {
width: 100%;
height: 300px;
object-fit: cover;
}

}


@media (min-width: 772px) and (max-width:992px){
.card-img-top {
width: 100%;
height: 400px;
object-fit: cover;
}

}


@media (min-width: 500px) and (max-width:772px){
.card-img-top {
width: 100%;
height: 400px;
object-fit: cover;
}

}


@media (min-width: 320px) and (max-width:500px){
.card-img-top {
width: 100%;
height: 300px;
object-fit: cover;
}

}

/* text price throughprice offer  */
.price{
font-size: 28px;
font-weight: bold;
}
.throughprice{
text-decoration: line-through;
font-size: 15px;
font-weight: 500;
}
.offer{
font-size: 17px;
font-weight: 700;
}



/* card troli button */

.buttons{
background-color: black;
border-radius: 1px solid black;
}
.buttons:hover{
background-color: black;
}

.atag{
font-family: sans-serif;
text-decoration: none;
color: #ffffff;
border: 1px solid #ffffff;
letter-spacing: 2px;
text-align: center;
position: relative;
transition: all .35s;
}

.atag .hovertext{
position: relative;
z-index: 2;
}

.atag:after{
position: absolute;
content: "";
top: 0;
left: 0;
width: 0;
height: 100%;
background: #FFAD28;
transition: all .35s;
border-radius: 0px 0px 0px 0px;
}

.atag:hover{
color: #fff;
}

.atag:hover:after{
width: 100%;
}

/* button responsive*/
@media (max-width: 767px){
.textno {
display: none;
}
}
@media (min-width: 768px){
.textadd {
display: none;
}
}

/* card button */

.button-87 {
margin-top: 10px;
padding: 15px 18px;
text-align: center;
text-transform: uppercase;
transition: 0.5s;
background-size: 200% auto;
color: white;
border-radius: 10px;
border: 0px;
font-weight: 700;
box-shadow: 0px 0px 14px -7px #f09819;
background-image: linear-gradient(45deg, #FF512F 0%, #F09819  51%, #FF512F  100%);
cursor: pointer;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}

.button-87:hover {
background-position: right center;

color: #fff;
text-decoration: none;
}

.button-87:active {
transform: scale(0.95);
}



/* button hover scrolbar */

 
::-webkit-scrollbar {
display: none;
}



@media (max-width: 768px){
.newrow>* {
flex-shrink: 0;
width: 50%;
max-width: 100%;

margin-top: var(--bs-gutter-y);
}
}


@media (min-width: 1500px) {
.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
max-width:1400px;
}
} 

.card-body{
padding: 10px;
}
.card:hover {
transform: scale(1.03);
box-shadow: #F6B93B 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #F6B93B 0 -3px 0 inset;
}
.card{
transition: transform 0.5s;
}

 
@media (max-width: 800px){
.hid{
display: none;
}
}
@media (min-width: 320px) and (max-width:800px){
.full{
width: 100%;
}
}

/* like  */
.wish-icon {
position: absolute;
right: 10px;
top: 10px;
cursor: pointer;
font-size: 16px;
color: #abb0b8;
}
.wish-icon .fa-heart {
color: #ff6161;
}
.star-rating li {
padding: 0;
}
.star-rating i {
font-size: 14px;
color: #ffc000;
}
.pricee{
font-size: 17px;
font-weight: bold;
}


.btns:link,
.btns:visited {

text-decoration: none;
float: right;
border-radius: 100px;
}
.btns:hover {
transform: translateY(-0px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}



.new {
/* background-color: #F6B93B; */
color: #0a0a0a;
}

.btns::after {
content: "";
display: inline-block;
height: 100%;
width: 100%;
border-radius: 100px;
position: absolute;
top: 0;
left: 0;

z-index: -1;
transition: all .4s;
}

.new::after {
background-color: #F6B93B;
}

.btns:hover::after {
transform: scaleX(1.4) scaleY(1.6);
opacity: 0;
}


@media (max-width: 500px) {
  .bottommargin {
      padding: 0;
      margin: 0;
  }
}



 /* Cart Button */
    .cart-btn {
      width: 43px;
      height: 43px;
      border: none;
      border-radius: 5px;
      background-color: #000;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      transition: all 0.3s ease;
      font-size: 1.3rem; /* makes icon properly visible */
      cursor: pointer;
    }

    /* Hover Animation */
    .cart-btn:hover {
      background-color: #f1b648;
      color: #000;
      transform: scale(1.1);
    }

    /* Small bounce effect when clicked */
    .cart-btn:active {
      transform: scale(0.9);
    }


      @media (max-width: 768px){
 .cart-btn {
        margin-left: 12px;
    }
  }

 


  

