.strike-cost{

}
body{
    background: #101010;
}
.head-link .home{
    color:rgba(255, 255, 255, 0.60);
}
.head-link .product{
    color: #FFF;
}
.head-link .seprat{
    color:rgba(255, 255, 255, 0.60);
}
.thumb-content h4{
    margin-top: 15px;
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.list-inline{
    color:#FFC633;
}
.item-price{
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.strike-cost{
    padding-left:10px;
}
.discount{
    color: #F33;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
/* .item-price span{

    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-style: italic;
    
} */

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #FFF;
    border-radius: 1px rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.06);
}
.page-item:last-child .page-link{
    border-top-right-radius: 0.25rem rgba(255, 255, 255, 0.06) !important;
    border-bottom-right-radius: 0.25rem rgba(255, 255, 255, 0.06) !important;
}

.item-price {
    color: white !important;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: black;
    margin-bottom: 0;
    padding: 10px;
    display: flex; /* Updated to flex */
    align-items: center; /* Align items vertically in the center */
    gap: 5px;
  }
  
  .item-price h5 {
    margin: 0 auto; /* Remove default margin from h5 */
  }
  
  .item-price span {
    font-size: 12px;
    font-style: italic;
    margin-left: 10px; /* Add some spacing between h5 and span */
  }

  .container{
    margin: auto;
    max-width: 1280px;
}

footer{
    margin: auto;
    max-width: 100%;
}

.d-flex.align-items-center.justify-content-center h1{
    margin-top: 130px;
}

.thumb-content h4{
    text-transform: uppercase;
}

.pro-des p {
    font-weight: 400;
    text-align: left;
}

.col-3.border.border-light.p-2{
    margin-right:30px;
    padding:0 !important;
}

.thumb-content{
    background-color: #fff;
    padding-top: 5px;
}

.thumb-content h4{
    color:#000;
    /* background-color:white; */
    font-size: 20px;
    font-weight: 600;
    
}

.img-box{
    padding:10px;
}

.pro-des p{
    text-align: center;
    /* background-color:white; */
    color:black !important;
    margin:0 !important;
    padding:10px;
    height:auto;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 29% !important;
    max-width: 43% !important;
}

  