@media only screen and (max-width:425px) {
    .add-cart-button {
        width: 100% !important;
    }
    .buy-now-button {
        width: 100% !important;
    }
    .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
        right: 0%;
        bottom: 0%;
        left: -300% !important;
    }
    .dropdown-menu.show {
        min-width: 230px !important;
    }
    .mt-425-5 {
        margin-top: 3rem;
    }
    .modal {
        left: 1% !important;
    }
    .product-images {
        height: 280px !important;
    }
    .product-gallery {
        height: 280px !important;
    }
    .p-425-0 {
        padding: 0px !important;
    }
    .carousel-box .la-play-circle {
        top: 30% !important;
        left: 33% !important;
    }
    #ylist li {
        line-height: 15px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .carousel-box .product-images {
        height: 270px !important;
    }
    button.add-cart-button {
        width: 80% !important;
    }
    button.buy-now-button {
        width: 80% !important;
    }
    .pr-425-0 {
        padding-right: 0px !important;
    }
    .fs-425-12 {
        font-size: 12px !important;
    }
    .fs-425-10 {
        font-size: 10px !important;
    }
    .px-425-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #yfixedDiv {
        bottom: 7% !important;
        right: 2% !important;
    }
    #ylist {
        /* max-height: 160px !important; */
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }
}