@media (max-width: 420px) {
    img.visible-phone,
    img.icon {
        visibility: visible;
        width: 65px;
    }
    .wholesales-b2b .col p.disable-phone {
        display: none;
    }
    .wholesales-b2b .col div.wholesales-b2b-type {
        padding: 3px;
    }
}
.icon {
    width: 55px;
}
.wholesales-b2b .col .wholesales-b2b-type.active {
    background-color: #fff !important;
}

@media (min-width: 768px) {
    .categories .category-nav--element .sub-cat-menu {
        width: 100% !important;
        height: auto !important;
        top: auto !important;
        margin-top: -50px;
        left: calc(100% - 15px) !important;
    }
}

@media (max-width: 768px) {
    .categories .category-nav--element .sub-cat-menu {
        position: relative !important;
        height: auto !important;
        background: none;
        border: none;
        box-shadow: none !important;
        display: block !important;
    }
    .categories .category-nav--element .sub-cat-menu div,
    .categories .category-nav--element .sub-cat-menu li {
        border: none !important;
    }
}

.categories .category-nav--element.active > label,
.categories .category-nav--element:hover > a {
    color: var(--primary) !important;
}
.categories .category-nav--element .sub-cat-menu li:hover a {
    color: var(--primary) !important;
}

.aiz-carousel .slick-list,
.aiz-carousel .slick-track {
    height: 100%;
}

.aiz-carousel.product-gallery .slick-list {
    height: 100% !important;
}

.aiz-carousel .slick-slide > div {
    margin-left: 0px !important;
    margin-right: 0px !important;
    height: 100%;
}

#stream_area video {
    width: 100%;
}
#stream_area canvas {
    display: none;
}

.categories-wrapper__left .item_category > div {
    background: transparent !important;
    color: initial !important;
    text-align: center !important;
    justify-content: center !important;
    padding: 0 !important;
    height: 50px !important;
}

.img-contain {
    max-height: 100%;
    width: 100%;
    object-fit: contain;
}

.p-2px {
    padding: 2px !important;
}

.button_view button {
    border-radius: 25px !important;
}

footer .footer {
    margin-top: 30px !important;
}

footer .footer-wrapper {
    padding-bottom: 30px !important;
}

footer .footer-wrapper__menu {
    margin-top: 0 !important;
}

footer .footer {
    padding-top: 0px !important;
}

.label-category {
    padding: 0 0 5px !important;
    font-size: 1.125rem !important;
}

.button_view {
    margin-top: 20px !important;
}

.word-break-all {
    word-break: break-all;
}

@media (min-width: 768px) {
    .row-cols-md-10 > * {
        flex: 0 0 auto;
        width: 10%;
    }
    .h-md-100 {
        height: 100% !important;
    }
    .fs-md-12 {
        font-size: 12px !important;
    }
    footer .footer-wrapper {
        padding-bottom: 45px !important;
    }
    .p-md-10px {
        padding: 10px !important;
    }
    .label-category {
        padding-bottom: 10px !important;
    }
    .button_view {
        margin-top: 24px !important;
    }
}
@media (min-width: 992px) {
    .row-cols-lg-10 > * {
        flex: 0 0 auto;
        width: 10%;
    }
}

@media (min-width: 1200px) {
    .row-cols-xl-10 > * {
        flex: 0 0 auto;
        width: 10%;
    }
}

@media (min-width: 1400px) {
    .row-cols-xxl-10 > * {
        flex: 0 0 auto;
        width: 10%;
    }
}

@media (max-width: 991px) {
    .home-banner-area .container-xxl {
        min-width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.detail-product__right .info-product__price .buy-btn .buy-now{
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

#supplier_profile_modal .modal-dialog,
#auction_lot_detail_modal .modal-dialog {
    max-width: 768px !important;
}

.max-h-150px {
    max-height: 150px !important;
}

.vertical-divider {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: 0.25;
}

.horizontal-divider {
    height:1px;
    width:100%;
    border-top:1px solid #ccc !important;
}

.gutters-5 > [class*="col-"] {
    padding-top: 5px;
    padding-bottom: 5px;
}



