
.carousel-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.axil-product {
    border-radius: 5px;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.4s ease-in-out;
    height: 450px;
}

.axil-productt {
    height: 300px;
}

.axil-productt .thumbnail {
    height: 300px;
}
.axil-productt .thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.add_cart {
    background-color: #ffab00;
    border-radius: 6px;
}

.add_cart:hover {
    background-color: unset;
    transform: unset;
}

.axil-product:hover {
    transform: scale(1.04);
}

.thumbnail {
    height: 260px;
}

/* image transform-box: ; */
.thumbnail a {
    position: relative;
    height: 260px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5; /* Optional: Add a background color to fill gaps */
}

.thumbnail img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}
footer {
     background-color: #408cc0 !important; 
    /*background-color: #272f89;*/
}

@media screen and (max-width: 600px){
    .cart-title{
        padding-left: 90px !important;
    }
}
@media screen and (min-width: 768px){
    .left-box{
        width: 40%;
    }
    .right-box{
        width: 60%;
    }
}
    
    .right-box{
        width: 100%;
    }
