.header-search .select-custom {

    min-width: 144px;

}



.checkout-container select {

        border-color: #dfdfdf !important;

}



.logo img {

    max-width: 150px;

    width: 150px;

}

.banner2 img {
    border: none;
}


.banner-big-sale {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-big-sale .banner-content{
   width: 100%;
}

.adjust-banner-bg-image {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 333px;
    display: flex;
    align-items: center;
}

@media (max-width:992px) {
    .banner-big-sale .banner-content{
        display: flex;
        flex-direction: column;
    }
    .banner-big-sale h2 {
        display: flex;
        flex-direction: column;
        text-align: center !important;
    }

    .banner-big-sale b {
        width: max-content;
        margin: auto !important;
        margin-bottom: 10px !important;
    }
    .banner-big-sale  {
        height: 200px;
    }
    .banner-big-sale h2 small {
        margin-bottom: 5px;
    }
}
/* .product-default figure img {
    height: 300px !important;
    object-fit: contain !important;
    width: 100% !important;
    max-width: 100% !important;
} */