/* featured */
.featured {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 2rem;
    margin-top: 200px;
    margin-bottom: 100px;
    padding: 0 20px;
    
    
}

.featured .common{
    padding-right:10px ;
    display: block;
    text-align: center;
    border-radius: 5px;
    /* background-color: rgba(0,0,0,0.1); */
    box-shadow: 3px 3px 3px 3px rgba(43,43,77,0.5),3px 3px 3px 3px rgba(43,43,77,0.2),3px 3px 3px 3px rgba(43,43,77,0.1)
}

.featured .common:hover{
    border: 2px solid #D10024;
    border-radius: 5px;
}

.fit{
    /* text-align: center; */
    margin-top: 40px;
    color: var(--primary-color);
    margin-left: 30px;
    position: absolute;
    /* bottom: 330px; */
    margin-bottom: 20px;
}

.fit::after{
    content: "";
    background-color: var(--primary-color);
    width: 70px;
    height: 1vh;
    display: block;
    /* text-align: center; */
    margin-left: 4%;
    margin-top: 10px;
    border-radius: 5px;
    
}
.featured img{
    height: 40vh;
    width: 300px;
    /* position: relative; */
    top: 100px;
    cursor: pointer;

}

.product-body .product-category{

    padding: 10px 0;
    font-size: 20px;
    color: rgba(0,0,0,0.5);
    opacity: 0.9;
}

.product-body .product-name{
    padding-bottom: 10px;
    font-size: 25px;
}

.product-body .product-name a{
     color: #000;
}


.product-body .product-price {
    color: #D10024;
    font-size: 18px;
}

.product-body .product-price .product-old-price {
    font-size: 70%;
    font-weight: 400;
    color: #4c515a;
    text-decoration: line-through;
}

.product-body .product-rating .fa-star{
    color: #D10024;
    padding: 10px 0;
} 

.product-body .product-rating .fa-star:last-child{
    color: rgb(92, 82, 82);
}


.product-btns{

    padding-top: 30px;
    padding-bottom: 10px;
    
}

button{
    margin: 0 20px;
    padding: 10px;
    border: none;
}

 .tooltipp{
    background-color: black;
    color: #fff;
    padding: 20px 10px;
    border-radius: 5px;
    position: relative;
    top: 10px;
}
.product-btns .add-to-wishlist {
 margin-right: 10px;
}

.product-btns .add-to-wishlist .tooltipp{
    display: none;
}

.product-btns .quick-view .tooltipp{
    display: none;
}

.product-btns .add-to-wishlist:hover .tooltipp{
    display: block;
}

.product-btns .quick-view:hover .tooltipp{
    display: block;
}
.featured .common2 img{

    width: 250px;
    height: 30vh;
}

.featured .common2{
    padding-right:10px ;
    display: block;
    text-align: center;
    border-radius: 5px;
    /* border: 1px solid #D10024 ; */
    /* background-color: rgba(0,0,0,0.1); */
    /* box-shadow: 3px 3px 3px 3px rgba(43,43,77,0.5),3px 3px 3px 3px rgba(43,43,77,0.2),3px 3px 3px 3px rgba(43,43,77,0.1) */
}

.featured .common2:hover{
    border: 2px solid #D10024;
}

.img1{
    margin: 5% auto;
    max-width: 800px;
    width: 100%;
    height: 500px;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    background: rgba(66, 66, 66,0.5) url("pexels-tim-savage-573552 (1).jpg") repeat fixed ;
    background-repeat: no-repeat;
    z-index: 5;
    white-space: nowrap;
    font-size: 0;
}

  
.cart .st{
    position: absolute;
    font-size: 30px;
    color: #D10024;
    float: right;
    padding-right: 100px;
    margin-top: 20px;
    top: 70px;
    color: #fff;
    right: 0;
    cursor: pointer;
  }
  
  
  .cart .st span {
    position: absolute;
    right: 75px;
    top: -5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #FFF;
    background-color: #D10024;
  }
  
  /* .cart .st::after{
    content: "";
    background-color: black;
    width: 420px;
    height: 1px;
    display: block;
    position: absolute;
    right: 100px;
  
  } */
  
  /* .cart p{
    float: right;
    margin-top: 40px;
    margin-right: 0;
  } */
hr{
    margin-bottom: 30px;
    opacity: 0.5;
}

  .itemicons ul li{
      display: inline-block;
      text-align: center;
      color: #000;
      border: 1px solid rgb(136, 127, 127);
      /* border-radius: 5px; */
      padding: 7px;
      cursor: pointer;
      margin: 0 3px;
  }
  .itemicons ul{
      text-align: center;
      margin-bottom: 10px;
      
  }

  .itemicons ul li:hover{
      color: #D10024;
  }

  .allitems-search{
      padding: 30px  0;
      float: right;
      position: relative;
      right: 100px;
      top: 20px;
  }

  .allitems-search .sort-btn{
      padding: 10px 20px;
      background-color: #D10024;
      color: #fff;
      position: relative;
      left: -25px;
      cursor: pointer;
  }
  

  .allitems-search .input-select{
    padding: 8px 20px;
    cursor: pointer;
  }

  @media(max-width:800px){

    .cart .st{
        position: absolute;
        font-size: 30px;
        color: #D10024;
        float: right;
        padding-right: 100px;
        margin-top: 20px;
        top: 77px;
        color: #fff;
        right: -30px;
      }

      .fit{
        /* text-align: center; */
        margin-top: 40px;
        color: var(--primary-color);
        margin-left: 30px;
        position: absolute;
        bottom: 285px;
        /* margin-bottom: 20px; */
    }
    
    
    .fit::after{
        content: "";
        background-color: var(--primary-color);
        width: 70px;
        height: 1vh;
        display: block;
        /* text-align: center; */
        margin-left: 10%;
        margin-top: 10px;
        border-radius: 5px;
        
    }

    .allitems-search{
        padding: 30px  0;
        float: right;
        position: relative;
        right: -20px;
        top: 30px;
    }
  }


  
.add-to-cart-btn:hover {
    background-color: #FFF;
    color: #D10024;
    border-color: #D10024;
    padding: 0px 30px 0px 50px;
}
.add-to-cart-btn {
    position: relative;
    border: 2px solid transparent;
    height: 40px;
    padding: 0 30px;
    background-color: #ef233c;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 40px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.add-to-cart-btn>i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 38px;
    color: #D10024;
    opacity: 0;
    visibility: hidden;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.add-to-cart-btn:hover>i {
    opacity: 1;
    visibility: visible;
}

.cart2{

    visibility: hidden;
    opacity: 0;
    position: absolute;
    border: none;
    border-radius: 10px;
}

.cartdisplay:hover .cart2{
visibility: visible;
opacity: 1;
position:relative ;
left: 5px;
right: 1px;
bottom: -70px;
padding: 15px;
background: #1e1f29;
text-align: center;
transform: translateY(0%);
transition: 0.2s all;
}


/* our story */

.story{
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px,1fr)) ;
    grid-column-gap: 1rem;
}
.story img{
    position: relative;
    height: 40vh;
    left: 20px;
    margin-top: 30px;
    /* position: absolute; */
}

.story h1{
    color: #D10024;
}

.story .img4{
    position: relative;
    left: 50px;

}

.story .img5{
    position: relative;
    left: -1050px;
    top:400px ;

}

.story .img6{
    position: relative;
    left: 350px;

}

.story .p5{
    position: relative;
    left: 270px;

}
.story .p6{
    position: relative;
    left: 400px;

}

.story .p4{
    position: relative;
    left: 200px;

}


@media(max-width:800px){
    .story img{
        position: relative;
        margin: 20px 0;

}

.story .img3{
    position: relative;
    left: 110px;
    margin: 20px 0;

}

.story .img4{
    position: relative;
    left: -10px;
    margin: 20px 0;

}

.story .img5{
    position: relative;
    left: 140px;
    margin: 20px 0;
    top: 0;

}

.story .img6{
    position: relative;
    left: 90px;
    margin: 20px 0;

}

.story h1,p{
    text-align: center;
}

.story .p4{
    position: relative;
    left: 10px;
}

.story .p5{
    position: relative;
    left: 10px;
}

.story .p6{
    position: relative;
    left: 10px;
}

}