﻿/*DO NOT CHANGE THIS FILE
*/ 
.product-card {
    height: 100% !important;
}
.product-card .card-img-top {
    max-width: 160px;
    margin-bottom: 16px;
}
.product-card .card-body {
    text-align: right; 
}
.product-card h3 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}
.product-card .text-muted, .product-card .text-success, .product-card .text-danger {
    font-size: 12px;
}
    .product-card .bg-danger {
        font-size: 14px;
        padding: 4px;
    }
    .product-card b {
        font-size: 16px;
        font-weight: 600;
        float: left;
        margin-top: 2%;
    }
    .product-card .remove-price {
        text-decoration: line-through;
        color: gray;
    }
    .product-card .discount {
        color: var(--bs-danger);
        margin-left: 8px;
    }
    .product-card .price-action {
        margin-top: 16px;
    }
    .product-card .price-action .btn{
        padding: 4px 8px 2px 8px;
    }
.product-rate {
    font-size: 14px;
}
.landscape b { 
    float: right!important; 
}
.breadcrumb-item {
    font-size: 16px;
    font-weight: 400;
}

.breadcrumb-item a {
    color: var(--gray-2) !important;
}

.breadcrumb-item.active {
    color: var(--secondary) !important;
}
.desktop-none {
    display: none;
}
.swiper-wrapper {
    display: block !important;
}
.swiper-slid-init {
    width: auto !important;
    margin-left: 8px;
    padding-bottom: 8px;
    height: auto !important;
}
.top-sell-products-container .swiper-slid-init {
    max-width: 450px;
}
.top-sell-products-container:has(.swiper-slid-init) {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
}
.swiper-wrapper:has(.swiper-slid-init) {
    overflow-x: scroll;
    display: flex !important; 
    width: 100%;
    position: unset;
}
.swiper-wrapper:has(.product-card:not(.landscape)) {
    width: 100%;
    overflow: auto;
}
.swiper-wrapper-flex {
    display: flex !important;
    width: auto!important;
    overflow: unset!important;
}
.category li {
    margin-top: 16px;
}
.category .first {
    color: var(--tertiary);
}
.category .second {
    color: var(--secondary);
}
.category .third {
    color: var(--mute-2);
}
.no-js #category-table {
    display: block;
}

.js-enabled #category-table {
    display: none;
}
.swiper-category .swiper-slid-init img {
    max-height: 100px;
    object-fit: scale-down;
    width: 100%;
}
.swiper-category .swiper-slid-init {
    width: 125px !important;
}
@media (max-width: 600px) {
    .top-sell-products-container .swiper-slid-init {
        max-width: 100%;
    }
    .swiper-category .swiper-slid-init {
        width: 85px !important;
    }
}