/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
    
}

/* Mobile */
@media (max-width: 740px) {
    .product__col {
        width: 50%;
        padding: 0 6px;
    }
    .product__name {
        height: 55px;
    }
    .card.staff {
        margin-bottom: 80px;
    }
    .subscribe__form input {
        margin-right: 0;
    }
    .subscribe__form button {
        width: 300px;
        margin-top: 5px;
    }
    .footerList__title {
        margin-top: 20px;
    }
    .slide-wrapper {
        height: auto;
        min-height: auto;
    }
    .slideBox {
        width: 100%;
        margin: 0;
        padding: 0;
        flex-direction: column;
    }
    .navigate {
        padding-right: 0;
    }
    .navigate__title {
        height: 50px;
        border-bottom: none;
        background-color: #0E6655;
        color: #fff;
        display: flex;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0;
        margin-bottom: 0;
        justify-content: space-between;
    }
    .navigate__title i {
        font-size: 20px;
        display: block;
    }
    .navigate__list {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        background-color: #fff;
        flex-wrap: wrap;
        overflow: unset;
        position: absolute;
        top: 50px;
        left: 0;
        z-index: 999;
        width: 100%;
        display: none;
    }
    .navigate__list-item {
        margin-bottom: 5px;
        width: 100%;
    }
    .slideBox .navigate {
        width: 100%;
        min-height: auto;
        position: relative;
    }
    .slideBox .slide-container {
        width: 100%;
    }
    .navigate__list-item .navigate__list-name {
        text-align: left;
        display: block;
        width: 100%;
        font-size: 16px;
    }
    .navigate__list-item.active .navigate__list-name {
        color: var(--color-primary);
    }
    .header__top {
        flex-wrap: wrap;
        padding: 15px;
        position: relative;
    }
    .contact {
        margin-top: 15px;
        width: 100%;
        flex-wrap: nowrap;
    }
    .contact__item {
        width: 50%;
    }
    .contact__item-icon {
        width: 30px;
        height: 30px;
    }
    .btn-toggle {
        position: absolute;
        right: 15px;
        top: 25px;
        width: 45px;
        height: 45px;
        background-color: var(--color-primary);
        padding: 10px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .btn-toggle img {
        width: 25px;
    }
    .search-form {
        border-radius: 0;
        height: 50px;
    }
    .logo-header {
        width: 250px;
        margin-bottom: 15px;
    }
    .btn-toggle {
        display: block;
    }
    .owl-customer-review .owl-nav {
        visibility: visible;
        opacity: 1;
        width: calc(100% + 10px);
        left: -5px;
        top: 40%;
    }
    .owl-customer-review:hover .owl-nav {
        width: calc(100% + 10px);
        left: -5px;
    }
    .article__title {
        font-size: 18px;
    }
    .postBox {
        width: 100%;
    }
    .option-panel {
        flex-wrap: wrap;
    }
    .show-text,
    .option-show {
        width: 100%;
        margin-top: 10px;
    }
    .product-vertical .productBox {
        width: 50%;
    }
    .product-horizal .productBox .productBox__image,
    .product-horizal .productBox .productBox__content {
        width: 100%;
    }
    .product-horizal .productBox .productBox__content {
        padding-top: 10px;
        padding-left: 0;
    }
    .sidebar {
        margin-top: 15px;
    }
    .policyBox {
        margin-top: 15px;
    }
    .featured .productBox .productBox__image {
        height: 180px;
    }
    .featured .productBox .productBox__content .productBox__content-name-link {
        height: 65px;
    }
    .barcode {
        margin-top: 10px;
    }
    .staff_desc {
        font-size: 14px;
        text-align: center;
        color: var(--color-grey-note);
        height: 80px;
        padding: 15px 20px 0 20px;
    }
    .productGroup__image {
        width: 100%;
    }
    .productGroup__grid {
        width: 100%;
        height: auto;
        padding-top: 15px;
    }
    .productGroup__grid-item {
        width: 50%;
    }
    .product-name a {
        font-size: 12px;
    }
    .product-image {
        overflow: hidden;
    }
    .popup__image {
        width: 100%;
    }
    .popup__form {
        width: 100%;
    }
    .video__content-desc {
        margin-bottom: 25px;
    }
    .video__content-title {
        font-size: 17px;
    }
    .image-box {
        border: 4px solid var(--color-primary);
    }
    .image-box {
        width: 380px;
        height: 200px;
        margin-bottom: 40px;
    }
    .image__inner {
        left: -30px;
        bottom: -30px;
        width: 380px;
        height: 200px;
    }

    .shopping-cart-panel {
        top: 80vh;
        left: 0;
        width: calc(100% - 0px);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .shopping-cart-panel.open {
        top: 50px;
    }
    .shopping-cart__list {
        max-height: 420px;
    }
    .shopping-cart__buttons {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: 15px;
        flex-direction: column;
    }
    .shopping-cart__buttons .btn {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .shopping-cart {
        flex-direction: column;
        align-items: center;
    }
    .shopping-cart .quantity {
        margin-bottom: 20px;
    }
    .shopping-cart .add-to-cart {
        margin-left: 0;
        width: 100%;
        height: 50px;
    }
    .shopping-cart .quantity .minus,
    .shopping-cart .quantity .plus {
        width: 40px;
        height: 40px;
    }

    .btn-shopping-cart {
        bottom: 100px;
        right: 15px;
        width: 50px;
        height: 50px;
    }

    .btn-checkout {
        display: flex;
        flex-direction: column;
    }

    .btn-checkout .label {
        font-size: 16px;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .btn-checkout .amount {
        font-size: 18px;
        position: relative;
        top: 0;
        left: 0;
        color: #fff;
    }

    /* Distribution system */
    .distribution-system-link {
        display: none;
    }

    .distribution-system-popup {
        position: relative;
        opacity: 1;
        visibility: visible;
        top: 0;
        left: 0;
        width: 100%;
    }

    .distribution-system-popup::after {
        display: none;
    }
    /* ./end Distribution system */
}