/* Navbar */

.close-style-wrap .close-style {
    background-color: #CAEA8A!important;
}
.main-menu {
    flex: 0 0 60%;
    width: 60%;
}
.main-menu nav ul {
    justify-content: center;
    gap: 20px;
}
.header-bottom {
    display: none;
}
.main-menu > nav > ul > li > a.active {
    background: #CAEA8A;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}

.header-bottom .header-action-right a span.pro-count {
    background-color: #bbd97e!important;
}

.header-action-2 .header-action-icon-2>a span.pro-count.blue {
    background-color: #bbd97e!important;
}

.mobile-menu-link {
  display:none!important;  
}

@media (max-width: 992px) {
    .header-bottom {
        display: block;
    }
}

/* Homepage */
.main-container {
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.program-container {
    gap: 200px;
}
#main-section {
    padding: 70px 0px;
}

/* Divider */
.divider-line {
    border: none;
    border-top: 1px solid #E0E0E0;
    width: 100%;
    opacity: 30%;
}

/* Feature Image */
.feature-image {
    background: url('/images/feature-image.png') center/cover no-repeat;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-enroll-white {
    background: #FFF;
    color: #162536;
}
.btn-enroll-white:hover {
    background: #CAEA8A;
    color: #162536;
}

/* Hero Section */
.hero-banner {
    background: url('/images/Home_Slide1.jpg') center/cover no-repeat;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-custom {
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-banner__overlay {
    background: rgba(0, 0, 0, 0.4);
}
.hero-banner__content {
    max-width: 700px;
}
.search-bar__input {
    color: #162536;
    font-size: 14px;
    line-height: 1;
}
#search-bar__button {
    background: #162536;
    color: #FFF;
    font-size: 14px;
    line-height: 1;
}
.panel--search-result {
    margin-top: 5px;
    border-radius: 8px;
    margin-bottom: 5px;
}

/* Search Cards */
.content-cards {
    border: 1px solid #E0E0E0;
}
.bg-light-green {
    background: #CAEA8A;
}
.bg-light-gray {
    background: #E7E9EB;
}
.content-card__content {
    flex: 1;
}
.content-card__text h3 {
    font-size: 2rem;
    color: #162536;
    line-height: .9;
}
.content-card__text p {
    color: #5B6773;
    line-height: 1.2;
}
#btn-primary {
    background: #162536;
}
#btn-primary:hover {
    background: #2c3e55;
}
#btn-secondary {
    background: #6B7B49;
}
#btn-secondary:hover {
    background: #85955c;
}
.content-card__link a, .card-link {
    color: #162536;
    font-weight: bold;
    width: max-content;
}
.content-card__link a:hover, .card-link:hover {
    text-decoration: underline;
    color: #162536;
}
.content-card__image img {
    max-height: 250px;
    width: 250px;
    object-fit: contain;
}
@media (min-width: 768px) {
    .content-card {
        flex-direction: row;
    }
    .contact-information address {
        gap: 5px;
    }
}

/* Products */
.btn-enroll, .btn-program {
    background: #6B7B49;
    max-width: 200px;
}
.btn-enroll:hover, .btn-program:hover {
    background: #5A693F;
}

.border-custom {
    border: 1px solid #E0E0E0 !important;
}
.border-x-custom {
    border-left: 1px solid #E0E0E0 !important;
    border-right: 1px solid #E0E0E0 !important;
}
.border-y-custom {
    border-left: 1px solid #E0E0E0 !important;
    border-right: 1px solid #E0E0E0 !important;
    border-bottom: 1px solid #E0E0E0 !important;
}
.product-image, .product-image-slide, .program-image {
    width: 100%;
    max-height: 280px;
    object-fit: contain;
}
.product-image-slide {
    max-height: 400px;
}
.sold-by {
    background: #D8EEAA;
    color: #6B7B49;
}
.price {
    font-size: 20px;
    color: #A8A8A8;
    opacity: 0.6;
}
.text-title {
    color: #44515F;
    display: -webkit-box;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Programs */
.program-card-header {
    border-bottom: 3px solid #6B7B49;
}
.program-img {
    max-width: 100px;
}
.program-title {
    font-size: 26px;
    color: #6B7B49;
    display: -webkit-box;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.program-description {
    color: #5B6773;
    display: -webkit-box;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.bg-program-green {
    background: #6B7B49;
}
.bg-program-orange {
    background: #EE7934;
}
.badge-program {
    background: #6B7B49;
    color: #FFF;
    width: max-content;
}
.badge-program-alternative {
    background: #F8F8F8;
    color: #616161;
}
.logo-program, .logo-supplier {
    max-height: 140px !important;
}

/* Contact Information */
.contact-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/* Brands */
.brand-section {
    background: #162536;
    margin-top: 20px;
    overflow: hidden;
}
.brand-slider {
    position: relative;
    overflow: hidden;
}
.brand-track {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    animation: scroll-left 30s linear infinite;
}
.brand-logo__image {
    width: 100%;
    max-width: 180px;
    height: 180px;
    object-fit: contain;
}
.brand-track > .col-6 {
    flex: 0 0 auto;
    width: 280px;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Suppliers */
.supplier-card {
    min-height: 325px !important;
}
.supplier-card-header {
    background: #F8F8F8;
}
.supplier-img {
    max-width: 100%;
}
.supplier-text {
    width: 100%;
}
@media (min-width: 992px) {
    .supplier-text {
        max-width: 50%;
    }
}
.text-supplier-title {
    color: #88956D;
    line-height: 1;
}
.text-supplier-desc {
    color: #8A939B;
    line-height: 1.2;
}
.supplier-description {
    line-height: 1.2;
    display: -webkit-box;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* FAQ */
.faq-image {
    max-height: 650px;
    width: 100%;
    object-fit: cover;
}
.faq-title {
    font-size: 40px;
    color: #162536;
}
.faq-accordion-item {
    border: none;
    border-bottom: 1px solid #E0E0E0;
}
#collapseOneButton,
#collapseTwoButton,
#collapseThreeButton,
#collapseFourButton {
    background: white;
    border: none;
    color: #44515F;
}
.accordion-collapse {
    border: none;
}
.accordion-button::after {
    filter: invert(61%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(90%) contrast(90%);
}

/* Supplier Image */
.supplier-image {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

/* Single Product */
.border-bottom-gray {
    border-bottom: 1px solid #E0E0E0;
}
.bg-light-gray {
    background: #F3F4F5;
}
.bg-light {
    background: #FFF;
}
.text-green-dark {
    color: #88956D;
}
.icon-size {
    width: 20px;
    height: 20px;
}
.spec-icon {
    width: 50px;
    height: 20px;
    fill: #88956D;
}
.description-product {
    color: #888;
    line-height: 1.4;
    text-align: justify;
}
#qty-content {
    width: 170px;
    max-width: 500px;
    background: #FFF;
}
#input-qty {
    padding: 17px 0;
    font-size: 25px;
    text-align: center;
    color: #A8A8A8;
}
#btn-add-to-cart {
    border: 2px solid transparent;
    background: #CAEA8A;
    color: #162536;
    width: 100%;
    padding: 0;
}
#btn-buy-now {
    border: 2px solid transparent;
    background: #162536;
    color: white;
    width: 100%;
    height: 50px;
    padding: 0;
}
#btn-buy-now:hover {
    background: #2c3e55;
    border-color: #A8A8A8;
}
#btn-make-offer {
    border: 2px solid transparent;
    background: #CAEA8A;
    color: #162536;
    width: 100%;
}
#btn-add-to-cart:hover,
#btn-make-offer:hover {
    border: 2px solid #162536;
    background: #CAEA8A !important;
}
@media (max-width: 995px) {
    .product-details {
        width: 100%;
    }
    .specifications {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    #qty-content {
        width: 100%;
    }
    .product-details {
        padding-block-end: 0;
    }
    .product-image {
        max-height: 280px;
    }
    .spec-icon {
        width: 30px;
        height: 16px;
    }
}

.slider-container {
    position: relative;
    overflow: hidden;
}

.slider-track {
    display: flex;
    transition: transform 0.3s ease;
    width: 100%;
}

.slider-slide {
    width: 100%;
    flex-shrink: 0;
    text-align: center;
}

.slider-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.slider-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.slider-buttons button {
    background: #FFF;
    color: #A8A8A8;
    border: 1px solid #E0E0E0;
    padding: 10px;
    cursor: pointer;
    pointer-events: all;
    font-size: 24px;
    z-index: 10;
}
.slider-buttons button:disabled {
    background: #f0f0f0;
    color: #ccc;
    border-color: #E0E0E0 !important;
    cursor: default;
    opacity: 0.6;
}
#prevBtn {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#nextBtn {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.arrow-icon {
    width: 20px;
}
@media (min-width: 768px) {
    .slider-slide { min-width: 50%; }
}
@media (min-width: 1024px) {
    .slider-slide { min-width: 33.33%; }
}

/* Programs */
.btn-enroll-program {
    background: #C2EB7C;
    border: 2px solid transparent !important;
    padding: 15px 20px;
    color: #162536;
    font-weight: 900;
    border-radius: 8px;
}
.btn-enroll-program:hover {
    color: #162536 !important;
    border: 2px solid #162536 !important;
}

/* Effect Hover Cards */
.content-card {
    transition: transform 0.3s ease;
}
.content-card:hover .content-card__image {
    transform: translateY(-10px);
    transition: transform 0.3s ease;
}
.product-card, .program-card, .widget-store-info {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-card:hover, .program-card:hover, .widget-store-info:hover {
    transform: translateY(-10px);
}
.text-in-stock {
    color: #6B7B49;
}

/* Store Catalog */
#input-store {
    height: 55px;
    border: 1px solid #E0E0E0;
    padding-right: 100px;
    padding-left: 15px;
    box-sizing: border-box;
}
#sort-products, #sort-dropdown {
    border: 1px solid #E0E0E0;
}
.btn-filter {
    background: #C2EB7C !important;
    color: #162536 !important;
    border: 2px solid transparent !important;
}
.btn-filter:hover {
    border: 2px solid #162536 !important;
}
.btn-danger {
    border: 2px solid transparent !important;
}
.btn-danger:hover {
    border: 2px solid #162536 !important;
}
.slider-range {
    height: 1px !important;
}
.ui-slider-range {
    background: #162536 !important;
}
.ui-slider-handle {
    background: #C2EB7C !important;
    border: 1px solid #162536 !important;
    top: -6px !important;
}
.range .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #C2EB7C;
}
.price_slider_amount .label-input {
    font-size: 13px;
    color: #162536;
    text-align: center;
}
.widget-store-info {
    border: 1px solid #E0E0E0 !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

/* Single Program */
.program-header, .program-details {
    background: #F3F4F5;
    border: 1px solid #FCFCFC;
}
.program-title, .text-program-overview {
    color: #162536;
}
.btn__enroll {
    background: #162536 !important;
    color: #FFF !important;
}
.btn__enroll:hover {
    background: #2c3e55 !important;
}

/* Cart */
.cart-totals {
    background: #FFF !important;
    border: 1px solid #E0E0E0 !important;
    box-shadow: none !important;
}
.total-title {
    font-size: 20px !important;
    color: #162536 !important;
    font-weight: bold !important;
}
.btn-checkout {
    background: #C2EB7C !important;
    color: #162536 !important;
    font-weight: bold !important;
    padding: 15px 10px !important;
    border: 2px solid transparent !important;
}
.btn-checkout:hover {
    border: 2px solid #162536 !important;
}
.apply-coupon-section {
    background: #F3F4F5;
    border: 1px solid #FCFCFC !important;
}
.form-coupon-wrapper {
    position: relative;
    width: 100%;
}
.coupon-code {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 140px;
    height: 60px !important;
    background: #FFF !important;
    color: #162536;
}
.apply-coupon-title {
    color: #162536;
}
.btn-apply-coupon-code {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    white-space: nowrap;
    border: 1px solid transparent;
    background: #162536;
    color: #FFF;
    height: 40px !important;
    min-width: 100px !important;
}
.text-heading:hover {
    color: #162536;
    text-decoration: underline;
}
.btn-continue-shopping {
    background: #162536 !important;
    color: #FFF !important;
}
.btn-continue-shopping:hover {
    background: #162536 !important;
    color: #FFF !important;
}
.shopping-summery table thead th {
    background: #F3F4F5 !important;
    color: #162536 !important;
}
.sold-by-brand {
    color: #85955c;
}
.sold-by-ancle {
    color: #85955c;
}
.sold-by-ancle:hover {
    text-decoration: underline;
    color: #85955c;
    text-underline-offset: 2px;
}
.detail-extralink .detail-qty {
    border: 2px solid #162536 !important;
    color: #162536 !important;
}
.remove-cart-button {
    width: 20px;
    height: 20px;
}
.product-name {
    display: -webkit-box;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Footer */
footer {
    background: #EAF7CF;
}
.footer-section {
    max-width: 1400px;
}

/* Overview */
.text-overview {
    color: #162536 !important;
    opacity: 60%;
    line-height: 1.8;
}
.link-overview {
    color: #162536 !important;
}
.link-overview:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.dashboard-menu ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #162536 !important;
    border: 1px solid #E0E0E0;
    border-radius: 5px !important;
}
.dashboard-menu ul li a i {
    color: #162536 !important;
}
.dashboard-menu ul li a.active {
    background: #C2EB7C !important;
}
.dashboard-menu ul li a.active i {
    color: #162536 !important;
}
.profile-usertitle-name strong, .profile-usertitle-name p {
    color: #162536 !important;
}
.card {
    padding-left: 0px !important;
}
.card-header {
    padding: 30px 0px !important;
}
.card-body {
    padding: 0px !important;
}
.card-address {
    border: 1px solid #E0E0E0 !important;
}
.btn-create-user, .btn-fill-out, .add-new-user, .add-new-address {
    background: #C2EB7C !important;
    color: #162536 !important;
    font-weight: bold !important;
    border: 2px solid transparent !important;
}
.btn-create-user:hover, .btn-fill-out:hover, .add-new-user:hover, .add-new-address:hover {
    border-color: #162536 !important;
    background: #C2EB7C !important;
}
.btn-edit, .btn-view {
    color: #162536 !important;
}

/* Table */

.table-container {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #E0E0E0;
}

.table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
}

.table thead th {
    background-color: #F3F4F5AA !important;
    font-weight: 600;
    color: #333;
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #E0E0E0 !important;
}

.table tbody td {
    padding: 12px 16px;
    color: #333;
    border-bottom: 1px solid #E0E0E0 !important;
    background-color: #FFF;
}

.table tbody tr:last-child td {
    border-bottom: none !important;
}

.rounded-top-left {
    border-top-left-radius: 8px;
}
.rounded-top-right {
    border-top-right-radius: 8px;
}
.table tbody tr:hover {
    background-color: #f0f0f040 !important;
    transition: background-color 0.2s ease-in-out;
}

.btn.bg-danger {
    background-color: #e74c3c;
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
}
.btn.bg-danger:hover {
    background-color: #c0392b;
}

.input-group-text {
    min-width: 150px;
    text-align: center;
}
.input-group-text strong {
    width: 100%;
}
.btn-explore {
    background: #C2EB7C;
    color: #162536 !important;
    border: 2px solid transparent !important;
}
.btn-explore:hover {
    border-color: #162536 !important;
}
.btn-cart, .btn-checkout-small {
    background: #C2EB7C !important;
    color: #162536 !important;
    border: 2px solid transparent !important;
    padding: 10px 20px !important;
}
.btn-cart:hover, .btn-checkout-small:hover {
    border-color: #162536 !important;
    background: #C2EB7C !important;
    color: #162536 !important;
}
.text-cart {
    color: #162536 !important;
}
.btn-back-to-cart {
    background: #162536 !important;
    color: #FFF !important;
    border: 2px solid transparent !important;
    padding: 10px 20px !important;
}

@media (min-width: 768px) {
    .card {
        padding-left: 40px !important;
    }
}

/* Orders */

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.order-success {
    background: #e1f5ea;
    color: #2ecc71;
}
.order-invoice {
    background: #e5f7e9;
    color: #28a745;
}
.order-tracking {
    background: #fffae6;
    color: #ffb800;
}
.order-confirmed {
    background: #e5f7e9;
    color: #28a745;
}
.order-sent {
    background: #d9f2ff;
    color: #0077cc;
}
.order-none {
    background: #f4f4f4;
    color: #616161;
}

.order-canceled {
    background: #ffd9d9;
    color: #cc0036;
}


/* Checkout */
.checkout-payment-title {
    color: #253D4E !important;
    opacity: 75%;
}
.left {
    border: none !important;;
}
.product-row-header {
    background: #F3F4F5;
}
.text-coupon {
    color: #162536 !important;
}
.text-coupon:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.magic-radio:checked + label:before {
    border: 1px solid #253D4E !important;
}
.magic-radio + label:after {
    background: #253D4E !important;
}
.text-gray {
    color: #253D4E !important;
    opacity: 75%;
}

/* Pagination */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    opacity: 75%;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.page-item.active .page-link {
    background: #F3F4F5 !important;
    color: #162536 !important;
    border: none !important;
}
.page-item .page-link {
    color: #162536 !important;
    border: 1px solid #E0E0E0 !important;
    text-align: center;
}
.page-item.active .page-link {
    background: #162536 !important;
    color: #FFF !important;
}
.page-item .page-link {
    background: #F3F4F5 !important;
    color: #162536 !important;
}
.page-item:not(.active) .page-link:hover {
    background: #E0E0E0 !important;
}

/* Filters */
.widget__title {
    color: #8a939b !important;
}
.title-filter, .shop-filter-toggle i, .shop-filter-toggle span {
    color: #162536 !important;
}

/* Orders */

.order-success {
    background: #D8EEAA;
    color: #6B7B49;
}
.order-invoice {
    background: #f4e5f7;
    color: #a328a7;
}
.order-tracking {
    background: #fffae6;
    color: #ff9100;
}
.order-confirmed {
    background: #eee5f7;
    color: #5728a7;
}
.order-sent {
    background: #d9f2ff;
    color: #0077cc;
}
.order-none {
    background: #f4f4f4;
    color: #616161;
}

/* ===================================================
   RESPONSIVE TWEAKS - MIN-WIDTH: 0px
=================================================== */
@media (min-width: 0px) and (max-width: 480px) {

/* Tables */

.table-container {
    border: none!important;
}

.table {
    min-width: auto!important;
}

.table tbody td {
    border-bottom: none !important;
    border-left: 1px solid #E0E0E0 !important;
    border-right: 1px solid #E0E0E0 !important;
}

.table tbody tr td:first-child {
    border-top: 1px solid #E0E0E0 !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.table tbody tr td:last-child {
    border-bottom: 1px solid #E0E0E0 !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 2rem;
}
}

/* ===================================================
   RESPONSIVE TWEAKS - MIN-WIDTH: 0px
=================================================== */
@media (min-width: 0px) and (max-width: 767px) {

    /* Header */
    .hr, .divider-line {
        margin: 0!important;
    }
    
    .mobile-menu-link {
      display:block!important;  
    }

    /* Homepage */

    .container {
      max-width: 100%!important;
    }

    h1 {
        font-size: 35px!important;
    }

    h2 {
        font-size: 30px!important;
    }

    .search-bar {
        max-width: 400px;
    }

    .col-12 {
        flex: 0 0 auto;
        width: 100%;
        gap: 0!Important;
    }

    .content-cards {
        border: none!important;
        box-shadow: none!important;
    }

    .content-cards > .row {
        --bs-gutter-y: 2rem!important;
    }

    .content-card__content {
        flex: unset;
        text-align: -webkit-center;
    }

    .content-card__image {
        padding-top: 3rem;
    }

    .footer-section > div {
        gap: 3rem !important;
    }

    .footer-section > div > div {
        text-align: center;
    }

    .footer-link-widget {
        text-align: center;
    }

    .footer-link-widget > h4 {
        padding-bottom: 1rem;
    }

    .bg-light-green, .bg-light-gray {
        border-radius: var(--bs-border-radius) !important;
    }

    .btn-enroll, .btn-program {
        width: 200px !important;
        font-size: medium;
    }

    .sold-by, .badge-program, .badge-program-alternative {
        font-size: smaller;
    }

    /* Suppliers */

    .faq-image {
        min-height: 400px;
    }

    .faq-section > div {
        gap: 1rem;
    }

    .faq-section > div > div:nth-of-type(2) {
        padding-left: 0!important;
    }

    .row.flex-row-reverse {
        flex-direction: column-reverse !important;
    }

    .primary-sidebar {
        margin-bottom: 3rem;
    }

    .sidebar-widget {
        text-align: center;
    }

    .sold-by, .badge-program, .badge-program-alternative {
        font-size: medium;
    }

    /* Product Single */
    .slider-container {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    /* Dashboard */
    .dashboard-menu {
        margin-bottom: 3rem;
    }
    
    /* Tables */
    .table-container {
        overflow-x: auto;
    }

    .table {
        min-width: 976px;
    }
    
    .table tbody td {
    justify-items: center;
    }
    
    .table-header {
        display:none!importantimportant;
    }
    
    .table-row {
        justify-items: center;
    }
    
    /* Prefooter */
    .contact-info > .text-muted {
        font-size: 0.7rem!important;
    }


    /* Footer */

    .contact-information > address {
        margin-top: 24px;
    }

    .footer-link-widget {
        display:none!important;
    }
}

/* ===================================================
   RESPONSIVE TWEAKS - MIN-WIDTH: 767px
=================================================== */

@media (min-width: 768px) and (max-width: 992px) {

    /* Header */

    .container {
        max-width: 100%;
    }
    
    .mobile-menu-link {
      display:block!important;  
    }

    /* Homepage */
    .search-bar {
        max-width: 535px;
    }

    .content-card__content {
        flex: unset;
        padding: 1rem!important;
    }

    .content-card__image {
        padding: 2rem;
    }

    #btn-primary, #btn-secondary {
        padding-left: 1rem!important;
        padding-right: 1rem!important;
    }
    
    /* Tables */
    .table-container {
        overflow-x: auto;
    }

    .table {
        min-width: 976px;
    }
    
    .table tbody td {
    justify-items: center;
    }
    
    /* Footer */
    .footer-section {
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .footer-section > div {
        gap: 0 !important;
    }
}

/* ===================================================
   RESPONSIVE TWEAKS - MIN-WIDTH: 992px
=================================================== */

@media (min-width: 992px) {

    /* Header */

    .search-bar {
        max-width: 535px;
    }

    .container {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }

    .main-menu{
        max-width: 100%;
    }

    .header-action-right {
        display:block!important;
    }

    .mini-cart-icon {
        width: 25px;
    }


    /* Homepage */

    #btn-primary, #btn-secondary {
        padding-left: 1rem!important;
        padding-right: 1rem!important;
    }

    /* Footer */
    .footer-section {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}