﻿@media only screen and (max-width: 600px) {
    .product-wrapper .prod-box .img-bg {
        height: 160px !important;
    }

    .product-wrapper .prod-box .prod-item .pr-hei {
        height: 170px !important;
    }

    .pr-hei-qt {
        max-width: 30px !important;
    }


}

.video {
    width: 100% !important;
    height: auto !important;
}

    .top-mua .title {
        color: #674ea7;
        text-transform: uppercase;
        font-weight: bold;
    }

    .product-wrapper {
        padding: 20px 0;
    }

        .product-wrapper .container-prod {
            margin-bottom: 30px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            border: 1px solid rgb(217, 210, 233);
            padding: 20px;
            border-radius: 10px;
        }

        .product-wrapper .title-box {
            text-align: center;
            margin-bottom: 20px;
        }

            .product-wrapper .title-box .label {
                width: 150px;
                margin: 0 auto;
                background-color: #351c75;
                font-size: 14px;
                margin-bottom: 10px;
                border-radius: 20px;
                color: var(--white-color);
            }

            .product-wrapper .title-box .title {
                color: #674ea7;
                text-transform: uppercase;
                font-weight: bold;
            }

            .product-wrapper .title-box .des {
                text-align: center;
            }

        .product-wrapper .prod-box .prod-item {
            border: 1px solid rgb(217, 210, 233);
            padding: 10px 5px;
            border-radius: 10px;
            margin: 0 0;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        }

            .product-wrapper .prod-box .prod-item .pr-hei {
                height: 270px;
            }

            .product-wrapper .prod-box .prod-item .title {
                margin: 10px 0;
                text-align: center;
                height: 48px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 2; /* number of lines to show */
                line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .product-wrapper .prod-box .prod-item .img-box {
                padding: 0px;
            }

            .product-wrapper .prod-box .prod-item .btn-price {
                text-align: center;
                background: linear-gradient(to right, var(--blue-color), var(--violet-color));
                color: var(--white-color);
                padding: 6px;
                border-radius: 10px;
            }

            .product-wrapper .prod-box .prod-item a {
                color: #9900ff;
            }

        .product-wrapper .order-button {
            margin-top: 10px;
            border-radius: 20px;
        }

    .img-order {
        max-width: 150px
    }

    /*.btn-hover {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border: none; 
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #6253e1, #852D91, #A3A1FF, #F24645);
    box-shadow: 0 3px 6px 0 rgba(126, 52, 161, 0.75);
}*/

    .btn-hover:hover {
        cursor: pointer;
    }
 
