/* Variables */
:root {
    --accent-color: #F28100;
    --accent-color-muted: #f2810017;
    --primary-black-color: #222;
    --primary-white-color: #FFF;
    --bg-gradient: linear-gradient(180deg, #F9D78C 0%, #F4912B 100%);


    /* Margins */
    --margin-1: 1rem;
    --margin-2: 2rem;
    --margin-3: 3rem;

    --padding-1: 1rem;
    --padding-2: 2rem;
    --padding-3: 3rem;

    --border-radius: 16px;

    --h1-heading: 2rem;
    --h2-heading: 1.5rem;

    --global--font-size-base: 1.25rem;
    --global--font-size-xxs: calc(0.95 * 1rem);
	--global--font-size-xs: 1rem;
	--global--font-size-sm: 1.125rem;
	--global--font-size-md: 1.25rem;
	--global--font-size-lg: 1.5rem;
	--global--font-size-xl: 2.25rem;
	--global--font-size-xxl: 4rem;
	--global--font-size-xxxl: 5rem;
    
}
@media (max-width: 768px) {
    :root {
        --h2-heading: 1rem;
    }
}
.h6 {
    font-weight: 600;
}
h2.item-title {
    font-size: 14px;
}
h2.listing-title {
    font-size: var(--h2-heading);
}
.h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
}
.h5 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
}
@media (max-width: 767.98px) {
    .h3 {
        font-size: 32px;
        line-height: 40px;
    }
    .h5 {
        font-size: 24px;
        line-height: 32px;
    }
}
body {
    font-family: 'Montserrat', sans-serif;
    background: #F2F5F7;
    color: var(--primary-black-color);
    padding-top: 67px;
    font-size: 14px;
}
.navbar,
footer {
    background: #FFF!important;
}
.navbar {
    z-index: 2;
    position: fixed;
    width: 100%;
    top: 0;
}
#navbarMenu {
    position: absolute;
    top: 68px;
    left: 0;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0px 4px 5px rgba(0,0,0,.2);
    background-color: var(--primary-white-color);
}
#navbarMenu .menu-container {
    display: block;
}
#navbarMenu .menu-container a {
    color: var(--primary-black-color);
    text-decoration: none;
    width: 100%;
    font-size: 16px;
}
#navbarMenu .menu-category  {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, 33%);
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}
#navbarMenu .menu-items {
    cursor: pointer;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 16px;
    padding: 8px 8px 8px 12px;
    margin-bottom: 8px;
}
#navbarMenu .menu-items .menu-title {
    padding-top: 5px;
    padding-bottom: 5px;
}
#navbarMenu span.bg-darken {
    display: none;
}
/*#navbarMenu.show span.bg-darken {
    background-color: #222;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 1px;
    will-change: top;
    z-index: 50;
}*/
#navbarMenu .menu-items .menu-title,
#navbarMenu .menu-items .menu-title .menu-item {
    display: flex;
}
#navbarMenu .menu-items .menu-title span.material-icons-round,
#navbarMenu .menu-items .menu-title a span {
    align-self: center;
}
#navbarMenu .menu-items .menu-title a span:not(.material-icons-round) {
    font-size: 14px;
    font-weight: 500;
}
#navbarMenu .menu-items .menu-title span.material-icons-round {
    color: rgba(0,0,0,.35);
}
#navbarMenu .menu-items .menu-title .menu-item img {
    width: 22px;
    height: auto;
    object-fit: scale-down;
    margin-right: 6px;
    filter: brightness(0) saturate(100%) invert(58%) sepia(88%) saturate(3185%) hue-rotate(5deg) brightness(99%) contrast(101%);
}
#navbarMenu .menu-items .menu-child {
    display: none;
    gap: 15px 25px;
    position: absolute;
    left: 20rem;
    top: 0;;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 33%);
    height: 100%;
    align-content: flex-start;
}
#navbarMenu .menu-items .menu-child img {
    width: 36px;
    margin-right: 8px;
}
#navbarMenu .menu-items .menu-child .subcategories-item {
    flex-basis:auto;
    width: unset;
    max-height: 60px;
}
#navbarMenu .menu-items .menu-child .subcategories-item a {
    color: var(--primary-black-color);
}
/*#navbarMenu .menu-items:hover a,
#navbarMenu .menu-items .menu-child .subcategories-item:hover a {
    color: var(--accent-color);
}*/
/*#navbarMenu .menu-items:hover > .menu-child,
#navbarMenu .menu-items .menu-child:hover {
    display: grid;
}*/
#navbarMenu .menu-items:hover {
    background-color: var(--accent-color-muted);
}
a.seller-area {
    text-decoration: none;
    color: var(--primary-black);
    display: flex;
    align-items: center;
    gap: 8px;
}
.main-banner {
    border-radius: 16px;
}
.footer {
    padding-top: var(--padding-1);
    padding-bottom: var(--padding-1);
}
.footer .copyright {
    font-size: 13px;
}
.footer a {
    text-decoration: none;
    color: inherit;
}
.category-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.title {
    font-size: 18px;
    font-weight: bold;
}
a.navbar-brand {
    width: 146px;
}
span.card-link {
    color: var(--primary-black-color);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}
a.subcategories-item {
    text-decoration: none;
}
.color-accent {
    color: var(--accent-color);
}
.bold {
    font-weight: 600;
}
/** BUTTONS **/
.btn {
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    border-radius: var(--border-radius);
}
.btn-primary {
    color: #fff;
    background-color: var(--primary-black-color);
    border-color: var(--primary-black-color);
}
.btn-outline-primary {
    color: var(--primary-black-color);
    border-color: var(--primary-black-color);
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: var(--primary-black-color);
    border-color: var(--primary-black-color);
    box-shadow: unset;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary-black-color);
    border-color: var(--primary-black-color);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: unset;
}
.btn-success {
    background: #12CB69;
    border: 0;
    font-weight: 700;
    padding: 10px 15px;
    font-size: 14px;
}
.btn-register {
    padding: 16px 62px;
    border-radius: var(--border-radius);
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
}
#all-sellers .btn-success {
    background: var(--primary-black-color);
}

/** END BUTTONS **/
.form-control {
    border-radius: var(--border-radius);
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--primary-black-color);
    outline: 0;
    box-shadow: unset;
}
.navbar .account {
    display: flex;
}
.navbar-toggler:focus {
    box-shadow: unset;
}
.navbar .search {
    width: 560px;
}
.navbar .search form {
    margin: 0;
    position: relative;
}
.navbar .search form span {
    position: absolute;
    right: 5px;
    top: 6px;
}
.subcategories {
    gap: 10px;
    display: grid;
    margin-bottom: 3rem;
    grid-template-columns: repeat(4, 1fr);
}
.subcategories-item {
    flex-direction: row;
    align-items: center;
    min-height: 55px;
    padding: 0 15px;
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
}
.subcategories .subcategories-item .card-link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.subcategories .subcategories-item .card-link span:last-child {
    font-weight: 400;
    background-color: #f4f4f4;
    border-radius: 16px;
    padding: 0px 10px;
    font-size: 14px;
}
.product-thumb {
    padding: 1rem;
}
.price-xl {
    color: var(--accent-color);
    font-size: 18px;
    font-weight: bold;
}
.product-title {
    font-size: 12px;
    color: var(--primary-black-color);
    font-weight: 600;
}
.card-block {
    padding: 7px 8px;
}
.content {
    display: flex;
    gap: 10px;
    flex-direction: row;
    margin-bottom: 2rem;
}
.content.home-categories {
    display: block;
}
.content .facet {
    width: 25%;
    padding: 1rem;
}
.listing {
    width: 100%;
}
.listing.home {
    flex-basis: 100%;
}
.listing .listing-item {
    flex-basis: 24%;
    text-align: center;
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
}
.sellers .card {
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
}
.listing .listing-item:hover,
.sellers .card:hover,
.subcategories-item:hover {
    border: 1px solid #e19a48;
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
    box-shadow: 1px 1px 16px -2px rgba(0,0,0,0.25);
    -webkit-box-shadow: 1px 1px 16px -2px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 16px -2px rgba(0,0,0,0.25);
}
.top-products .listing.home,
.home-categories .listing.home {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.top-products {
    margin-bottom: 3rem;
}
.top-products .listing.home .listing-item .product-desc,
.home-categories .listing.home {
    padding-bottom: var(--padding-1);
}
.listing .listing-item a {
    text-decoration: none;
    color: inherit;
}
.listing .listing-category {
    flex-basis: 32%;
    text-align: center;
}
.top-products .listing.home .listing-category {
    flex-basis: 24%;
}
.listing .listing-category a,
.see-more a {
    text-decoration: none;
    color: inherit;
}
.facet .see-more {
    margin-top: 8px;
    font-size: 15px;
}
.facet .see-more a {
    color: #6c757d;
}
.facet .facet-title {
    margin-bottom: 16px;
}
.facet .facet-item:not(:first-child) {
    margin-top: 16px;
}
.facet .facet-item .facet-search {
    margin-bottom: 16px;
}
.facet .facet-item .facet-search .form-control {
    border: 0;
}
.navbar .menu-close {
    display: none;
}
.content .card.listing-category {
    margin-bottom: var(--margin-1);
}
.content .card.listing-category .category-thumb {
    background: #FFF;
    border-radius: var(--border-radius);
    padding: 1rem;
}
.content .card.listing-category .category-thumb img {
    object-fit: contain;
    height:150px;
    /*border-radius: var(--border-radius);*/
}
.content .card.listing-category .category-list  {
    padding: 1rem;
    text-align: left;
}
.content .card.listing-category .category-list ul {
    list-style-type: none;
    padding-left: 0;
}
.content .card.listing-category .category-list ul li:not(:last-child) {
    padding-bottom: 5px;
}
.content .card.listing-category .category-list .see-more {
    border-top: 1px solid #d7d7d7;
    padding-top: 1rem;
}
.content .card.listing-category .category-list .category-name .product-title {
    font-size: 20px;
    margin-bottom: var(--margin-1);
}
.content .listing .listing-actions {
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
    justify-content: flex-end;
    gap: 15px;
    margin-bottom: 15px;
}
.content .listing-title {
    display:block;
    width: 100%;
}
.content .listing-items {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
}
.content .sort-by {
    display: flex;
    justify-content: flex-end;
    flex-basis: 100%;
    align-items: center;
    gap: 16px;
}
.main-product {
    padding: 35px 1rem;
    padding-bottom: 0px;
}
.main-product ol {
    margin-bottom: 0px;
    padding-top: 16px;
    display: inline-flex;
    list-style: none;
    font-size: 14px;
}
.main-product ol li {
    padding: 12px 24px;
 }
 .main-product ol li a {
    text-decoration: none;
    color: #727272;
    font-weight: 500;
 }
 .main-product ol li:hover a {
    color: var(--accent-color);
 }
.product {
    display: flex;
    column-gap: 35px;
}
.product-thumbs {
    display: flex;
    flex-direction: row;
    flex-basis: 25%;
}
.main-thumb {
    flex-basis: 100%;
    order: 2;
}
.carousel-thumb {
    flex-basis: 25%;
}
.product-desc {
    flex-basis: 70%;
    padding-left: var(--padding-1);
    padding-right: var(--padding-1);
    margin-bottom: var(--margin-1);
}
.short-desc p {
    color: #727272;
    font-size: 12px;
    font-family: 'poppins', sans-serif;
}
.short-desc .sellers-count {
    font-size: 13px;
}
.card {
    border-radius: var(--border-radius);
}
.card .product-thumb img {
    height: 240px;
    object-fit: scale-down;
    border-radius: 16px;
}
.sellers .card {
    flex-direction: row;
    justify-content: space-around;
    min-height: 90px;
}
.sellers .seller-logo {
    width: 7.5rem;
    align-self: center;
    margin: 0 15px;
}
.sellers .seller-item-info {
    width: 55%;
    margin-top: 5px;
    display: flex;
    align-items: center;
}
.sellers .seller-item-info .item-flags ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    padding-left: 0;
}
.sellers .seller-item-info .item-flags li {
    list-style: none;
}
.sellers .seller-item-price {
    align-self: center;
    text-align: center;
    font-weight: 700;
    font-size: 1.25rem;
    width: 11rem;
    text-decoration: none;
    span {
        white-space: nowrap;
    }
}
.sellers a.seller-item-price:hover {
    color: var(--accent-color);
}
.sellers .seller-item-actions {
    width: 13.5rem;
    text-align: center;
    align-self: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px 16px;
}
.sellers .seller-item-actions span {
    font-size: 12px;
}
.seller-item-actions a:not(.btn) {
    text-decoration: none;
    color: #222;
}
.xs-sep {
    display: none;
}
.flag {
    color: var(--primary-black-color);
    border-radius: var(--border-radius);
    padding: 3px;
    padding: 3px 10px;
    display: flex;
    align-items: center;
}
.flag span {
    font-size: 13px;
}
.flag.flag-instock {
    background: rgba(36, 190, 109, 0.2);
}
.flag.flag-outofstock {
    background: rgba(190, 175, 36, 0.2);
}
.flag.flag-delivery {
    background: rgba(131, 131, 131, 0.2);
}
.flag.flag-freedelivery {
    background: rgba(36, 190, 109, 0.2);
}
.pagination {
    justify-content: center;
}
.page-item.active .page-link {
    color: var(--primary-white-color);
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}
.page-link,
.page-link:hover {
    color: var(--primary-black-color);
}
.banner {
    margin-bottom: 2rem;
}
.banner-narrow img {
    border-radius: var(--border-radius);
}
#item-long-desc .card-block {
    padding: 1rem;
    padding-bottom: 2rem;
    font-size: 14px;
    font-family: 'poppins', sans-serif;
}
#item-long-desc .card-block h2 {
    font-family: 'Montserrat', sans-serif;
}
.breadcrumbs {
    font-size: 12px;
    margin-bottom: 16px;
    white-space: nowrap;
    font-family: 'poppins', sans-serif!important;
}
.breadcrumbs a {
    color: #727272;
    text-decoration: none;
}
.footer_text {
    font-size: 12px;
    margin-top: 16px;
    font-family: 'poppins', sans-serif;
}
.footer-copyright {
    display: flex;
    gap: 24px;
}
.footer-copyright .cms-links {
    display: flex;
    gap: 16px;
}
.footer-copyright .cms-links a {
    font-size: 13px;
}
.footer-copyright .cms-links a:not(:last-child)::after {
    content: "|";
    padding-left: 16px;
}
.breadcrumbs ul {
    display: inline-flex;
    padding: 0;
    margin: 0;
}
.breadcrumbs li {
    list-style: none;
    display: flex;
}
.breadcrumbs ul li:not(:first-child)::before {
    content: 'chevron_right';
    font-family: 'Material Symbols Outlined';
}
.dropdown-menu {
    border-radius: var(--border-radius);
}
.dropdown button {
    border-radius: var(--border-radius);
    background-color: #FFF;
    color: var(--primary-black-color);
    box-shadow: none;
    border: 0;
}
.dropdown button.btn-secondary:hover {
    background-color: var(--accent-color);
}
.content .listing .listing-actions .facet-button a {
    border-radius: var(--border-radius);
    color: #fff;
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: var(--accent-color);
    border-color: vvar(--accent-color);
}
.btn-check:focus+.btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    box-shadow: 0 0 0 .25rem rgba(130,138,145,.5);
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--accent-color);
}
.form-check-input:checked {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}
.form-check-input:focus,
.btn-check:focus+.btn-secondary, .btn-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(242, 129, 0, .25);
}
.site-description h1, 
.site-description h2 {
    font-size: 13px;
}
.site-description p, 
.site-description li {
    font-size: 12px;
}
.listing-item .product-desc .product-category .product-title {
    font-weight: 400;
    font-size: 10px;
    border-radius: 8px;
    background-color: #f281001c;
    padding: 1px 8px;
    display: block;
    box-sizing: border-box;
    margin: 0 12px 12px;
}
.menu-item span {
    font-weight: 500;
}
.navbar-toggler {
    display: flex;
    align-items: center;
    gap: 16px;
}
.item-title a {
    text-decoration: none;
    color: #222;
}
.bg1 {
    background: var(--bg-gradient);
}
main:has(#register) .breadcrumbs {
    display: none;
}
main:has(#register) {
    margin-top: 0!important;
}
#register {
    background-color: #FFF;
}
.register-header {
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 880px;
    width: 100%;
}
.register-header button {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}
.wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}
.list-content {
    margin-top: 24px;
}
.list-content-item {
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.list-content-item:not(:last-child) {
    margin-bottom: 32px;
}
.list-content-item img {
    width: 48px;
    height: 48px;
}
.regBen1 .regBen-img {
    padding-left: 80px;
}
.regBen2 .regBen-img {
    padding-right: 80px;
}
.list-content-item > div p:last-child {
    margin-bottom: 0;
}
.order-1 {
    order: 1!important;
}
.order-2 {
    order: 2!important;
}
.products-listing {
    display: block;
    margin: 0 auto;
}
.sellers .seller-item-info h2 {
    line-height: 16px;
    margin-bottom: 0;
}
.seller-page-logo {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
#seller-page {
    min-height: 80vh;
}
.seller-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    a {
        text-decoration: none;
        color: inherit;
    }
}
.all-sellers-list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(6, 1fr);
    @media (max-width: 991px) {
        grid-template-columns: repeat(4, 1fr);
    }
    @media (max-width: 768px) {
        grid-template-columns: repeat(2, 1fr);
    }
    .seller-list-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        a {
            color: var(--primary-black-color);
        }
        .all-seller-image-wrapper {
            height: 70px;
            width: 100%;
            align-items: center !important;
            display: flex;
            img {
                max-height: 50px;
                max-width: 100%;
                width: auto;
            }
        }
    }
}
/** MEDIA **/
@media (max-width: 1199.98px ) {
    .content  .listing-items {
        grid-template-columns: repeat(3, 1fr);
    }

}
@media (max-width: 991.98px) {
    .content  .listing-items,
    .top-products .listing.home {
        grid-template-columns: repeat(2, 1fr);
    }
    .home-categories .listing.home {
        grid-template-columns: repeat(1, 1fr);
    }
    .content .listing.home .listing-category {
        flex-basis: 100%;
    }
    .navbar .search {
        width: 380px;
    }
    .subcategories {
        grid-template-columns: repeat(2, 50%);
    }
    #navbarMenu .menu-items .menu-child {
        grid-template-columns: repeat(1, 100%);
    }
    .card .product-thumb img {
        height: 339px;
    }
}
@media (max-width: 767.98px) {
    .regBen1 .regBen-img {
        padding-left: 12px;
    }
    .regBen2 .regBen-img {
        padding-right: 12px;;
    }
    .btn-register {
        width: 100%;
    }
    .regBen-img {
        margin-bottom: 24px;
    }
    .wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer-copyright {
        flex-direction: column;
    }
    .footer-copyright .copyright {
        order: 2;
    }
    #navbarMenu .menu-category {
        grid-template-columns: repeat(1, 100%);
        padding-bottom: 150px;
    }
    .content .listing .listing-actions {
        flex-direction: column;
    }
    .product-desc .product-name {
        padding: 0 8px;
    }
    .product-desc .product-price {
        padding-bottom: 8px;
        font-size: 14px;
    }
    .product-desc .product-price .price-xl {
        font-size: 15px;
        font-weight: 600;
    }
    .main-product ol {
        padding-top: 0;
    }
    .main-product ol li {
        padding: 4px 16px;
    }
    .main-product ol li a {
        font-size: 12px;
    }
    .breadcrumbs li {
        font-size: 10px;
    }
    body {
        padding-top: 109px;
    }
    .main-product ol { 
        padding-left: 0;
    }
    .breadcrumbs {
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none; 
    }
    .breadcrumbs::-webkit-scrollbar {
        display: none;
    }
    #navbarMenu .menu-items .menu-child {
        position: relative;
        left: 0;
        margin-top: 16px;
    }
    .main-product {
        padding: 1rem;
        padding-bottom: 0;
    }
    .main-thumb {
        margin-bottom: 1rem;
    }
    .content {
        flex-direction: column;
    }
    .content .facet {
        display: none;
    }
    .content .listing {
        flex-basis: 100%;
        column-gap: 5px;
    }
    .content .listing .listing-item {
        flex-basis: 49%!important;
    }
    .content .listing .listing-actions {
        justify-content: space-evenly;
        align-items: center;
        margin-bottom: 8px;
    }
    .content .listing .listing-actions .facet-button a,
    .content .listing .listing-actions .facet-button {
        width: 100%
    }
    .content .listing nav {
        width: 100%;
        text-align: center;
    }
    .subcategories {
        gap: 5px;
        grid-template-columns: repeat(1, 100%);
    }
    .subcategories-item {
        flex-basis: 100%;
    }
    .navbar .navbar-brand {
        order: 1;
    }
    .navbar .account {
        order: 2;
    }
    .navbar .navbar-toggler {
        order: 3;
    }
    .navbar .search {
        order: 4;
        width: 100%;
    }
    .navbar>.container {
        gap: 5px;
        padding: 0;
    }
    .xs-sep {
        display: block;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        margin: auto 0 auto auto;
        order: 2;
    }
    .product {
        column-gap: 16px;
    }
    .product-thumbs {
        flex-basis: 60%;
        order: 1;
        flex-direction: column;
    }
    .product-desc {
        flex-basis: 100%;
        order: 2;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    }
    .product-desc .title {
        font-size: 14px;
        font-weight: 600;
    }
    .sellers .seller-item-price {
        text-align: right;
        font-size: 15px;
        font-weight: 500;
        display: flex;
        flex-direction: column;
    }
    .sellers .seller-item-price .seller-name {
        color: var(--primary-black-color);
        font-size: 10px;
    }
    .sellers .seller-item-info {
        width: auto;
        text-align: left;
        margin-top: 0;
    }
    .sellers .seller-item-info h2 {
        font-size: 12px;
    }
    .sellers .seller-item-actions {
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .sellers .seller-item-actions .btn {
        width: 100%;
        margin-bottom: 10px;
    }
    .sellers .h6 {
        font-size: 13px;
    }
    .seller-item-actions a:not(.btn) {
        line-height: 0;
    }
    .seller-item-actions a:not(.btn) span {
        font-size: 26px;
        line-height: 0;
    }
    #navbarMenu {
        position: absolute;
        top: 105px;
        overflow: auto;
        height: 100vh;
        width: 100vw;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    #navbarMenu .menu-items {
        justify-content: space-between;
        width: 100%;
    }
    #navbarMenu .menu-items .menu-title {
        justify-content: space-between;
    }
    .card .product-thumb img {
        height: 251px;
    }
    .order-md-1 {
        order: 1!important;
    }    
    .order-md-2 {
        order: 2!important;
    }
}
@media (max-width: 575.98px) {
    .card .product-thumb img {
        height: 177px;
    }
    .navbar .navbar-toggler {
        font-size: 14px;
    }
}
@media (min-width: 1200px) {
    .card .product-thumb img {
        height: 266px;
    }
    .content .listing {
        column-gap: 10px;
    }
}
@media (min-width: 1400px) {
    .card .product-thumb img {
        height: 309px;
    }
}
@media (min-width: 992px) {
    .card .product-thumb img {
        height: 223px;
    }
}