@font-face {

    font-family: 'Oswald';

    src: url('./fonts/Oswald/Oswald-VariableFont_wght.woff2') format('woff2');

    font-weight: 100 900;

    font-style: normal;

    font-display: swap;

}

@font-face {

    font-family: 'Roboto_Condensed';

    src: url('./fonts/Roboto_Condensed/RobotoCondensed-VariableFont_wght.woff2') format('woff2');

    font-weight: 100 900;

    font-style: normal;

    font-display: swap;

}

*, *::before, *::after {

    box-sizing: border-box;

    margin: 0;

    padding: 0;

}

:root {

    --font-base: 'Oswald', sans-serif;

    --font-second: 'Roboto_Condensed', sans-serif;

    --accent-color: #ff5722;

    --background-color: #ffffff;

    --background-alt: #f8f9fa;

    --heading-color: #111111;

    --border-color: #dddddd;

    --border-radius: 8px;

    --box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);

    --transition-speed: 0.3s;

    --z-header: 1000;

    --z-overlay: 2000;

    --z-modal: 3000;

    --mainColor: #a14603;

    --subColor: #d38905;

    --bodyColor: #ffffff;

    --textColor: #a14603;

    --hoverColor: #f3ce8a;

    --price: #c30000;

}

html {

    scroll-behavior: smooth;

}

body {

    font-family: var(--font-base, 'Roboto_Condensed-Regular'), sans-serif;

    font-weight: 400;

    color: var(--textColor, #333);

    background-color: var(--background-color, #fff);

    line-height: 1.6;

    position: relative; 

    font-size: 16px;

}

img, video { max-width: 100%; height: auto; display: block; }

a { color: var(--mainColor); text-decoration: none; transition: color 0.2s ease; }

ul li{ list-style: none; }

a:hover { color: var(--hoverColor); text-decoration: none; }

h1, h2, h3, h4, h5, h6 { font-family: var(--font-second); font-weight: 700; color: var(--heading-color); line-height: 1.3; }

.container,.container-fluid{

    max-width: 100%;

}
.button-product{
    text-align: center;
    background-color: var(--subColor);
}
.button-product:hover{
    background-color: var(--mainColor);
}
.button-product:hover a{
    color: #ffffff;
}
.button-product a{
    display: inline-block;
    width: 100%;
}
@media (min-width: 1500px) {

    .container,.container-fluid {

        padding-right:72px;

        padding-left: 72px

    }

}

.swiper-container{

    overflow: hidden;

}

.line-clamp-2-new {

    -webkit-line-clamp: 2;

    overflow: hidden;

    display: -webkit-box;

    -webkit-box-orient: vertical

}

.breadcrumb-item::before {

    content: none !important; 

}

.breadcrumb-item + .breadcrumb-item::before {

    content: "\f105"; 

    font-family: "Font Awesome 6 Free"; 

    font-weight: 900; 

    content: "\f105" !important;

    padding-right: 0.75rem;

    padding-left: 0.75rem;

    color: #6c757d;

    vertical-align: middle; 

}

body.show-offcanvas {

    overflow: hidden;

}

.header.is-unsticking .top-bar,

.header.is-unsticking .mobile-search-container {

    opacity: 0;

    max-height: 0;

    padding-top: 0;

    padding-bottom: 0;

    border-width: 0;

    pointer-events: none;

}

.header.is-unsticking .main-header {

    padding-top: 10px;

    padding-bottom: 10px;

}

.header.header-scrolled {

    background-color: #fff;

    box-shadow: 0 5px 15px rgba(0,0,0,0.08);

}

.header-scrolled .top-bar {

    visibility: hidden;

    opacity: 0;

    max-height: 0;

    padding-top: 0;

    padding-bottom: 0;

    border-width: 0;

}

.header-scrolled .mobile-search-container {

    visibility: hidden;

    opacity: 0;

    max-height: 0;

    padding: 0;

    border-width: 0;

}

.header-scrolled .main-header {

    padding-top: 10px;

    padding-bottom: 10px;

}

.header {

    position: sticky; 

    top: 0;

    width: 100%;

    z-index: 999;

    transition: all 0.4s ease; 

    box-shadow: var(--box-shadow);

    background-color: var(--background-color);

}

.top-bar {

    background-color: #feb82c;

    padding: 8px 0;

    font-size: 1rem;

    transition: all 0.4s ease;

    max-height: 50px;

    overflow: hidden;

    font-weight: 700;

    color: #a14603;

    font-family: var(--font-second);

}

.top-bar a {

    color: var(--textColor);

    margin-left: 15px;

}

.top-bar a:hover {

    color: var(--hoverColor);

}

.main-header {

    padding: 10px 0;

    transition: padding 0.4s ease;

    background-color: var(--mainColor);

    color: #ffffff;

}

.main-header-inner {

    display: flex;

    justify-content: space-between;

    align-items: center;

    width: 100%;

}

.header-col-left, .header-col-right {

    display: flex;

    align-items: center;

    gap: 20px;

    flex: 0 0 auto;

}

.header-col-left{

    margin-right: 20px;

}

.header-col-center {

    flex-grow: 1; 

    display: flex;

    justify-content: center; 

}

.header-col-right {

    margin-left: 20px;

    display: flex;

    justify-content: flex-end; 

}

.logo img {

    max-height: 45px;

    display: block;

}

.search-box {

    position: relative;

}

.search-box input {

    height: 40px;

    line-height: 40px;

    margin: 0px;

    border: 0px;

    min-height: initial;

    border-radius: 0px;

    font-size: 1.1rem;

}

.search-box button {

    width: 51px;

    height: 40px;

    line-height: 40px;

    position: absolute;

    top: 0;

    right: 0;

    background: transparent;

    padding: 0px;

    display: flex;

    justify-content: center;

    align-items: center;

    background: #dbdbdb;

    -webkit-clip-path: polygon(8px 0%, 100% 0%, 100% 100%, 0% 100%);

    clip-path: polygon(8px 0%, 100% 0%, 100% 100%, 0% 100%);

    border: none;

    color: var(--textColor);

    font-size: 1rem;

}

.header-actions {

    display: flex;

    align-items: center;

    margin-left: 15px;

}

.user-actions a {

    color: #ffffff;

    font-weight: 400;

    font-family: var(--font-base);

}

.cart-action {

    margin-left: 15px;

}

.cart-icon {

    position: relative;

    font-size: 24px;

    color: #ffffff;

}

.cart-icon:hover {

    color: var(--hoverColor);

}

.cart-count {

    position: absolute; top: -5px; right: -10px; background-color: var(--accent-color);

    color: white; width: 20px; height: 20px; border-radius: 50%;

    display: flex; align-items: center; justify-content: center;

    font-size: 11px; font-family: var(--font-second);

}

.mobile-menu-toggle a {

    font-size: 24px;

    color: #ffffff;

}

.mobile-search-container {

    padding: 0 0 15px 0;

    background-color: var(--mainColor);

    transition: all 0.4s ease;

    max-height: 100px;

    overflow: hidden;

}

.main-nav-container {

    background-color: var(--mainColor);

}

.main-menu-desktop {

    margin: 0; padding: 0; display: flex;

}

.main-menu-desktop li a {

    display: block; padding: 12px 20px; color: white;

    text-transform: uppercase; font-family: var(--font-second); font-size: 14px;

}

.main-menu-desktop li a:hover {

    background-color: var(--hoverColor); text-decoration: none;

}

@media (min-width: 992px) {

    .main-header {

        padding: 4px 0;

    }

    .main-header-inner {

        grid-template-columns: 25% 50% 25%;

        align-items: center;

    }

    .header-col-left {

        justify-content: flex-start;

    }

    .header-col-center {

        display: flex;

        justify-content: center;

    }

    .search-box {

        width: 100%;

    }

    .header-col-right {

        justify-content: flex-end;

    }

}

.offcanvas-menu-wrapper {

    position: fixed; top: 0; left: -300px; width: 300px; height: 100%;

    background-color: var(--background-color); z-index: var(--z-modal);

    transition: left var(--transition-speed) ease;

    box-shadow: 5px 0 15px rgba(0,0,0,0.2);

    display: flex; flex-direction: column;

    z-index: 1050;

}

body.show-offcanvas .offcanvas-menu-wrapper {

    left: 0;

}

.offcanvas-overlay {

    position: fixed; top: 0; left: 0; width: 100%; height: 100%;

    background-color: rgba(0, 0, 0, 0.6); z-index: var(--z-overlay);

    opacity: 0; visibility: hidden;

    transition: opacity var(--transition-speed) ease, visibility var(--transition-speed) ease;

    z-index: 1040;

}

body.show-offcanvas .offcanvas-overlay {

    opacity: 1; visibility: visible;

}

.offcanvas-header {

    display: flex; justify-content: space-between; align-items: center;

    padding: 15px 20px; border-bottom: 1px solid var(--border-color);

    background: var(--mainColor); color: white;

}

.offcanvas-header .offcanvas-title {

    margin: 0; font-size: 16px; text-transform: uppercase; font-family: var(--font-second);

}

.offcanvas-header .offcanvas-close {

    font-size: 24px; color: white; opacity: 0.8;

}

.offcanvas-header .offcanvas-close:hover {

    opacity: 1;

}

.offcanvas-menu-content {

    flex-grow: 1; overflow-y: auto;

}

.offcanvas-menu-content ul {

    list-style: none; padding: 0; margin: 0; flex-direction: column;

}

.offcanvas-menu-content ul li a {

    display: block; padding: 12px 20px; color: var(--textColor);

    border-bottom: 1px solid var(--border-color);

    font-family: var(--font-second);

}

.offcanvas-menu-content ul li a:hover {

    background-color: var(--background-alt); color: var(--hoverColor); text-decoration: none;

}

.cart-offcanvas-wrapper {

    position: fixed;

    top: 0;

    right: -320px; 

    width: 320px; 

    height: 100%;

    background-color: #fff;

    z-index: var(--z-modal, 3000); 

    box-shadow: -5px 0 15px rgba(0,0,0,0.1);

    display: flex;

    flex-direction: column;

    transition: right 0.4s ease;

    z-index: 1050; 

}

body.show-cart-offcanvas .cart-offcanvas-wrapper {

    right: 0;

}

body.show-offcanvas .offcanvas-overlay,

body.show-cart-offcanvas .offcanvas-overlay {

    opacity: 1;

    visibility: visible;

}

.cart-offcanvas-wrapper .offcanvas-body {

    flex-grow: 1;

    overflow-y: auto;

    padding: 20px;

}

.cart-item {

    display: flex;

    gap: 15px;

    align-items: flex-start;

    margin-bottom: 20px;

}

.cart-item_image img {

    width: 70px;

    height: 70px;

    border: 1px solid #eee;

}

.cart-item_info {

    flex-grow: 1;

}

.cart-item_info .item-name {

    display: block;

    color: #333;

    font-weight: 600;

    font-size: 15px;

    margin-bottom: 8px;

    line-height: 1.4;

}

.cart-item_info .item-meta {

    display: flex;

    justify-content: space-between;

    align-items: center;

    font-size: 14px;

}

.item-price {

    color: #dc3545; 

    font-weight: bold;

}

.item-remove {

    color: #6c757d;

    font-size: 16px;

}

.item-remove:hover {

    color: #dc3545;

}

.cart-offcanvas-wrapper .offcanvas-footer {

    padding: 20px;

    border-top: 1px solid #eee;

    background-color: #f8f9fa;

}

.cart-summary {

    display: flex;

    justify-content: space-between;

    font-size: 18px;

    font-weight: bold;

    margin-bottom: 15px;

}

.main-menu-desktop .submenu-toggle {

    display: none;

}

.main-menu-desktop .menu-item-has-children{

    position: relative;

}

.main-menu-desktop .menu-item-has-children > a {

    padding-right: 35px;

}

.main-menu-desktop .menu-item-has-children > a::after {

    content: '\f107';

    font-family: FontAwesome;

    position: absolute;

    right: 15px;

    top: 50%;

    transform: translateY(-50%);

}

.sub-menu {

    position: absolute;

    top: 100%;

    left: 0;

    background-color: var(--background-color);

    list-style: none;

    padding: 10px 0;

    margin: 0;

    border-top: 3px solid var(--hoverColor);

    box-shadow: var(--box-shadow);

    z-index: var(--z-header);

    opacity: 0;

    visibility: hidden;

    transform: translateY(10px);

    transition: all var(--transition-speed) ease;

}

.sub-menu .sub-menu {

    top: -3px; 

    left: 100%;

}

.menu-item-has-children:hover > .sub-menu {

    opacity: 1;

    visibility: visible;

    transform: translateY(0);

}

.sub-menu li a {

    display: block;

    padding: 8px 20px;

    color: var(--textColor);

    text-transform: none; 

    font-family: var(--font-base);

    font-size: 15px;

    font-weight: 400;

    white-space: nowrap; 

}

.sub-menu li a:hover {

    background-color: var(--background-alt);

    color: var(--hoverColor);

}

.sub-menu .menu-item-has-children > a::after {

    content: '\f105'; 

    right: 15px;

}

.offcanvas-menu-content .sub-menu {

    position: static;

    width: 100%;

    box-shadow: none;

    border: none;

    padding: 0 0 0 15px; 

    transform: none;

    opacity: 1;

    visibility: visible;

    background-color: transparent;

    display: none; 

}

.offcanvas-menu-content .menu-item-has-children > a {

    width: calc(100% - 45px); 

}

.offcanvas-menu-content .menu-item-has-children > a::after { display: none; }

.offcanvas-menu-content .sub-menu a {

    font-size: 14px;

}

.offcanvas-menu-content .submenu-toggle {

    display: inline-block;

    position: absolute;

    right: 0;

    top: 0;

    width: 45px;

    height: 45px; 

    line-height: 45px;

    text-align: center;

    cursor: pointer;

    color: var(--textColor);

    z-index: 2;

    font-size: 16px;

}

.offcanvas-menu-content .menu-item-has-children.open > .submenu-toggle > i {

    transform: rotate(180deg);

    transition: transform var(--transition-speed) ease;

}

.mobile-bottom-nav {

    position: fixed;

    bottom: 0;

    left: 0;

    width: 100%;

    background-color: #fff;

    border-top: 1px solid #e9ecef;

    box-shadow: 0 -2px 10px rgba(0,0,0,0.08);

    z-index: 999; 

    padding: 6px 0;

}

.mobile-bottom-nav .nav-item {

    flex: 1; 

    color: #555;

    text-decoration: none;

    transition: color 0.2s ease;

}

.mobile-bottom-nav .nav-item:hover,

.mobile-bottom-nav .nav-item.active { 

    color: #007bff; 

}

.mobile-bottom-nav .nav-item i {

    font-size: 20px;

    margin-bottom: 4px;

}

.mobile-bottom-nav .nav-item .nav-label {

    font-size: 11px;

    font-weight: 500;

}

.user-dropdown .dropdown-toggle {

    color: var(--mainColor); 

    text-decoration: none;

    display: flex;

    align-items: center;

    gap: 8px; 

}

.user-dropdown .dropdown-toggle::after {

    display: none;

}

.user-dropdown .dropdown-toggle i {

    font-size: 1.5rem; 

}

.user-dropdown .dropdown-menu {

    margin-top: 10px !important; 

    box-shadow: 0 4px 15px rgba(0,0,0,0.1);

    border: none;

}

.user-dropdown .dropdown-item {

    display: flex;

    align-items: center;

    gap: 10px; 

}

.user-dropdown .dropdown-item i {

    width: 16px; 

    text-align: center;

}

.page-pills {

    position: fixed;

    bottom: 100px;

    left: 20px;

    z-index: 998;

    display: flex;

    flex-direction: column;

    gap: 10px;

}

.contact-pill {

    display: block;

    transition: transform 0.2s ease-in-out;

}

.contact-pill:hover {

    transform: scale(1.15) rotate(5deg);

}

.contact-pill img {

    width: 45px;

    height: 45px;

    border-radius: 50%;

    box-shadow: 0 4px 12px rgba(0,0,0,0.15);

}

.gotop {

    position: fixed;

    bottom: 40px;

    right: 20px;

    width: 45px;

    height: 45px;

    background-color: var(--hoverColor, #1565c0);

    color: #fff;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    z-index: 998;

    opacity: 0;

    visibility: hidden;

    transform: translateY(20px);

    transition: all 0.3s ease;

    box-shadow: 0 4px 12px rgba(0,0,0,0.2);

}

.gotop.show {

    opacity: 1;

    visibility: visible;

    transform: translateY(0);

}

.gotop:hover {

    background-color: var(--accent-color, #ff5722);

    color: #fff;

    transform: scale(1.1);

}

.mobile-bottom-nav {

    position: fixed;

    bottom: 0;

    left: 0;

    width: 100%;

    background-color: #fff;

    border-top: 1px solid var(--border-color, #ddd);

    box-shadow: 0 -2px 10px rgba(0,0,0,0.08);

    z-index: 999;

    display: flex;

    justify-content: space-around;

    padding: 6px 0;

}

.mobile-nav-item {

    flex: 1;

    text-align: center;

    color: #555;

    text-decoration: none;

    transition: color 0.2s ease;

}

.mobile-nav-item:hover,

.mobile-nav-item.active {

    color: var(--hoverColor, #1565c0);

}

.mobile-nav-item i {

    font-size: 20px;

    margin-bottom: 4px;

    display: block;

}

.mobile-nav-label {

    font-size: 11px;

    font-weight: 500;

}

.btn.btn-primary,input.btn-primary[type="submit"] {

    background: var(--subColor);

    padding: 8px 20px 6px 16px;

    color: #fff;

    text-decoration: none;

    font-size: 1.6rem;

    font-weight: 600;

    position: relative;

    overflow: hidden;

    -webkit-clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);

    clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%)

}

.btn.btn-primary:before,input.btn-primary[type="submit"]:before {

    content: "";

    width: 100%;

    height: 100%;

    background: var(--mainColor);

    position: absolute;

    top: 0;

    left: 0;

    transform: translateX(0px);

    transition-duration: .3s;

    -webkit-clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);

    clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%)

}

section.section{}

section.section .section-title{

    margin-bottom: 15px;

}

section.section .section-title h2{

    display: inline-block;

    font-weight: 700;

    font-size: 3rem;

    text-transform: uppercase;

    margin-bottom: 0px;

    font-family: 'Oswald', sans-serif;

    position: relative;

    padding-bottom: 8px;

}

section.section .section-title h2:before {

    content: "";

    display: block;

    width: 80px;

    height: 4px;

    background: var(--subColor);

    position: absolute;

    bottom: 0px;

    left: 0px;

    -webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - 4px) 100%, 0% 100%);

    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 4px) 100%, 0% 100%)

}

.item_product_main {

    display: block;

    height: 100%;

    position: relative;

}

.item_product_main .product-action {

    background: #fff;

    height: 100%;

    border: 1px solid #f0f0f0;

    margin-bottom: 0;

    display: flex;

    flex-direction: column;

}

.item_product_main .product-action .product-thumbnail {

    width: 100%;

    aspect-ratio: 1 / 1;

    position: relative;

    overflow: hidden;

    background: #f1f1f1;

    margin-bottom: 14px;

}

.item_product_main .product-action .product-thumbnail .image_thumb img {

    width: auto;

    max-height: 100%;

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    margin: auto;

    object-fit: contain;

    transition: transform 0.3s ease;

}

.item_product_main .product-action .product-thumbnail .action-button {

    position: absolute;

    top: 10px;

    right: 10px;

    z-index: 1;

    display: flex;

    flex-direction: column;

    gap: 6px;

}

.item_product_main .product-action .product-thumbnail .action-button .btn-circle {

    width: 36px;

    height: 36px;

    display: flex;

    justify-content: center;

    align-items: center;

    border: 1px solid #ddd;

    background: #fff;

    opacity: 0;

    transform: translateX(10px); 

    transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);

    text-decoration: none;

}

.item_product_main .product-action .flash-sale {

    padding: 2px 7px 1px 4px;

    background-color: #ff3a0b;

    font-size: .9rem;

    font-weight: 600;

    display: inline-block;

    position: absolute;

    top: 4px;

    left: 4px;

    color: #fff;

    font-weight: bold;

    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);

    z-index: 1;

}

.item_product_main .product-action .flash-sale::after {

    content: '';

    background: #ff3a0b;

    width: 10px;

    height: 100%;

    position: absolute;

    transform: skew(-15deg);

    right: -5px;

    top: 0;

}

.item_product_main .product-info {

    padding: 0 15px;

    flex-grow: 1; 

}

.item_product_main .product-name {

    font-size: 1.6rem;

    margin-bottom: 8px;

    width: 100%;

    min-height: 4.2rem; 

}

.item_product_main .product-name a {

    color: #333;

    font-family: var(--font-base);

    font-weight: 400;

    color: var(--mainColor);

}

.item_product_main .product-name a:hover {

    color: var(--hoverColor, #f3ce8a);

}

.item_product_main .product-bottom {

    padding: 15px;

    padding-top: 0px;

}

.item_product_main .product-price-cart {

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    margin-bottom: 12px;

}

.item_product_main .price-box {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 2px 8px;

}

.item_product_main .price-box .price {

    color: var(--price, #c30000);

    font-weight: 800;

    font-size: 1.4rem;

}

.item_product_main .price-box .compare-price {

    color: #7b7b7b;

    font-size: 1.2rem;

    text-decoration: line-through;

}

.item_product_main .button-product button {

    width: 100%;

    color: #333;

    height: 40px;

    display: flex;

    justify-content: center;

    align-items: center;

    transition: all 0.3s ease;

    border: 1px solid var(--subColor, #d38905);

    background: var(--subColor, #d38905);

    font-weight: 600;

    font-size: 1.2rem;

}

.item_product_main .button-product button:hover {

    color: #fff;

    background: var(--mainColor, #a14603);

}

.item_product_main .button-product button svg {

    width: 20px;

    height: 20px;

    margin-right: 6px;

}

@media (min-width: 1200px) {

    .item_product_main .product-action:hover {

        box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;

        border-color: transparent;

    }

    .item_product_main .product-action:hover .product-thumbnail .image_thumb img {

        transform: scale(1.05);

    }

    .item_product_main .product-action:hover .action-button .btn-circle {

        opacity: 1;

        transform: translateX(0); 

    }

}

.frame-fix{

    display: flex;

    gap: 8px;

    align-items: center;

    position: relative;

}

.frame-fix a{

    color: #ffffff;

}

.frame-fix svg{

    color: #ffffff;

    width: 30px;

    height: 30px;

}

.frame-fix .text-box{

    color: #ffffff;

    display: flex;

    flex-direction: column;

}

.frame-fix .text-box .acc-text-small{

    font-size: 1rem;

}

.frame-fix .text-box .acc-text{}

.header-actions .frame-fix.active ul {

    display: block;

}

.frame-fix ul{

    position: absolute;

    border: 1px solid #efefef;

    background: #fff;

    width: auto;

    min-width: 125px;

    z-index: 15;

    list-style: none;

    margin: 0px;

    padding: 10px;

    border-radius: 0px;

    box-shadow: rgba(0,0,0,0.18) 0px 6px 12px 0px;

    top: calc(100% + 15px);

    right: -15px;

    text-align: left;

    display: none;

    width: 210px;

    background-color: #fff;

    box-shadow: 2px 4px 9px rgba(0,0,0,0.329);

    gap: 4px

}

.frame-fix ul li.li-account{}

.frame-fix ul li a {

    display: flex;          

    align-items: center;

    gap: 10px;              

    padding: 8px 12px;      

    border-radius: 4px;     

    color: #333;            

    font-size: 1.4rem;

    white-space: nowrap;    

    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;

}

.frame-fix ul li a:hover {

    background-color: #f5f5f5; 

    color: #000;               

}

.frame-fix ul::before {

    content: ''; 

    position: absolute;

    bottom: 100%; 

    right: 20px; 

    border: 8px solid transparent;

    border-bottom-color: #fff; 

}

.footer {

    color: var(--textColor, #a14603);

    border-top: 4px solid var(--subColor, #d38905);

}

.main-footer {

    background-color: #f8f9fa;

    padding: 50px 0;

}

.footer__info .logo-footer {

    margin-bottom: 20px;

}

.footer__info .logo-footer img {

    max-width: 250px;

}

.footer__info .info-address {

    line-height: 1.8;

    margin-bottom: 20px;

}

.footer__info .info-address a {

    color: var(--textColor, #a14603);

    text-decoration: none;

}

.footer__info .info-address a:hover {

    color: var(--hoverColor, #f3ce8a);

}

.social-list {

    display: flex;

    gap: 10px;

    margin-bottom: 20px;

}

.social-list a {

    display: block;

    width: 35px;

    height: 35px;

    transition: transform 0.2s ease;

}

.social-list a:hover {

    transform: translateY(-3px);

}

.bct-logo img {

    max-width: 160px;

}

.footer__menu .menu-title,

.footer__payment .menu-title {

    font-family: var(--font-base, 'Oswald', sans-serif);

    font-size: 1.8rem;

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 20px;

}

.footer__menu .menu-list {

    list-style: none;

    padding: 0;

    margin: 0;

}

.footer__menu .menu-list li {

    margin-bottom: 12px;

}

.footer__menu .menu-list a {

    color: var(--textColor, #a14603);

    text-decoration: none;

    transition: color 0.2s ease;

}

.footer__menu .menu-list a:hover {

    color: var(--hoverColor, #f3ce8a);

    padding-left: 5px; 

}

.payment-list {

    display: flex;

    flex-wrap: wrap;

    gap: 10px;

}

.payment-list .payment-item {

    width: 60px;

    height: auto;

    aspect-ratio: 126 / 80;

    border-radius: 4px;

    overflow: hidden;

    box-shadow: 0 1px 3px rgba(0,0,0,0.1);

}

.payment-list .payment-item img {

    width: 100%;

    height: 100%;

    object-fit: contain;

}

.copyright {

    background-color: var(--mainColor, #a14603);

    color: #ffffff;

    padding: 15px 0;

    text-align: center;

    font-size: 1.4rem;

}

.copyright a {

    color: var(--subColor, #d38905);

    font-weight: bold;

    text-decoration: none;

}

.copyright a:hover {

    text-decoration: underline;

}

@media (max-width: 991px) {

    .footer__info, .footer__menu, .footer__payment {

        margin-bottom: 30px;

    }

}

@media (max-width: 767px) {

    .main-footer {

        padding: 30px 0 10px;

    }

    .footer__menu .menu-title {

        margin-bottom: 15px;

        cursor: pointer;

        position: relative;

    }

    .footer__menu .menu-title::after {

        content: '+';

        position: absolute;

        right: 10px;

        font-size: 2rem;

        font-weight: 300;

    }

    .footer__menu .menu-title.active::after {

        content: '-';

    }

    .footer__menu .menu-list {

        display: none; 

        padding-left: 10px;

        margin-top: 10px;

    }

}

.bg-main{

    background: var(--mainColor);

    color: #ffffff;

}