html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
}


/*------scroll bar---------------------*/
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #525965;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #525965;
    }

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: transparent;
    }

    ::-webkit-scrollbar-track:active {
        background: transparent;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}
/*------scroll bar---------------------*/


.text-main {
    color: #ee4d2d
}

.bg-main {
    background: linear-gradient(#ee4d2d,#ff7337);
}

.btn-main {
    color: #fff;
    background: linear-gradient(#ee4d2d,#ff7337);
}

.btn-main:hover {
    opacity: 0.7;
}


/* SẢN PHẨM */
.product-type {
    width: 50px;
    height: 50px;
}

    .product-type > div {
        background: url(/assets/product.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%
    }

.product {
    min-height: 270px;
    /* max-height: 270px; */
}

    .product .product-image {
        height: 140px;
    }

        .product .product-image img {
            width: 100%;
            height: 100%;
            /*object-fit: scale-down;*/
        }

    .product .price {
        color: #ee4d2d
    }

    .product .rating {
        font-size: 14px;
    }

    .product .sold {
        font-size: 14px;
    }