@font-face {
    src: url('../font/Brown-Bold.ttf');
    font-family: 'Brown';
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}
@font-face {
    src: url('../font/Brown-BoldItalic.ttf');
    font-family: 'Brown';
    font-display: swap;
    font-weight: 700;
    font-style: italic;
}
@font-face {
    src: url('../font/Brown-Light.ttf');
    font-family: 'Brown';
    font-display: swap;
    font-weight: 300;
    font-style: normal;
}
@font-face {
    src: url('../font/Brown-LightItalic.ttf');
    font-family: 'Brown';
    font-display: swap;
    font-weight: 300;
    font-style: italic;
}
@font-face {
    src: url('../font/Brown-Regular.ttf');
    font-family: 'Brown';
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    src: url('../font/Brown-RegularItalic.ttf');
    font-family: 'Brown';
    font-display: swap;
    font-weight: 400;
    font-style: italic;
}
@font-face {
    src: url('../font/Brown-Thin.ttf');
    font-family: 'Brown';
    font-display: swap;
    font-weight: 200;
    font-style: normal;
}
@font-face {
    src: url('../font/Brown-ThinItalic.ttf');
    font-family: 'Brown';
    font-display: swap;
    font-weight: 200;
    font-style: italic;
}

.btn, .form-control {
    border-radius: 8px;
}

a, .btn, .form-control, button {
    transition: 0.2s all;
    box-shadow: none;
    text-shadow: none;
    outline: none !important;
}

a {
    color: #F47D53;
    text-decoration: none;
}
a:hover {
    color: #666666;
}

.btn.btn-default {
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
}
.btn.btn-default:hover {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}

.btn.btn-primary {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}
.btn.btn-primary:hover {
    background: #6F7075;
    border: 1px solid #6F7075;
    color: #ffffff;
}

.btn.btn-success {
    background: #F47D53;
    border: 1px solid #F47D53;
    color: #ffffff;
}
.btn.btn-success:hover {
    background: #bf5f5b;
    border: 1px solid #bf5f5b;
    color: #ffffff;
}



body {
    font-family: 'Brown', 'Arial', 'Tahoma', sans-serif;

}

header {
    position: relative;
    display: block;
}
.header-top {
    position: relative;
    display: block;
    padding: 2px 0px;

    margin-bottom: 3px;

    background: #F47D53;
    color: #ffffff;

    font-weight: 300;
}
.header-info {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 14px;
    color :#ffffff;
}
.header-info a {
    color: #ffffff;
}
.header-info a:hover {
    color: #7BACD1;
}

.header-social {
    position: relative;
    display: inline-block;
    vertical-align: 0px;
}
.header-social a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-right: 8px;
    color:#ffffff;
}
.header-social a img {
    height: 17px;
    vertical-align: -2px;
}


.header-link {
    position: relative;
    display: block;
    float: right;

    font-size: 18px;
}
.header-link a + a {
    margin-left: 15px;
}
.header-link a {
    color: #000000;
    padding-top: 0px;
    padding-bottom: 3px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.header-link a i {
    color: #ffffff;
}
.header-link a:hover {
    color: #7BACD1;
}
.header-link a:hover i {
    color: #7BACD1;
}

.header-cart {
    position: relative;
    display: block;
    float: right;

    margin-left: 15px;
}
.header-cart .btn.cart-toggle {
    font-size: 14px;
}
.header-cart .btn.cart-toggle i {
    color: #ffffff;
    font-size: 18px;
}
.header-cart .btn.cart-toggle #cart-count {
    position: absolute;
    top: 1px;
    left: 2px;
    color: #000000;
    border-radius: 100%;
    background: #dddddd;
    padding: 0px 0px;
    font-size: 12px;
    text-align: center;
    width: 18px;
}

.header-cart .cart-dropdown {
    position: absolute;
    top: 100%;
    right: 0px;
    width: 500px;
    background: #ffffff;
    color: #000000;
    padding: 15px 15px;

    border-radius: 6px;

    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);

    z-index: 5;
}


header .header-main {
    position: relative;
    display: block;
}

header .header-main > .container {
    position: relative;
}

.header-menu {
    /* position: relative; */
    position: static;  
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;

    border-bottom: 1px solid #73777A;
}
.header-menu-link {
    position: relative;
    flex: 0 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #000000;
    /* margin-right: 20px; */

    padding-bottom: 10px;
    font-weight: 300;
    border-bottom: 5px solid transparent;
    margin-bottom: -3px;
    text-align: center;

    white-space: nowrap;
}
.header-menu-link:hover {
    color: #7BACD1;
    border-color: #F47C57;
}
.header-menu-link i {
    font-size: 18px;
    vertical-align: -2px;
    line-height: 10px;
    color: #F47C57;
}

@keyframes headerMenuDropdownIn {
    0% {
        pointer-events: none;
        transform: translateY( -30px );
        opacity: 0;
    }
    1% {
        pointer-events: all;
        transform: translateY( -30px );
        opacity: 0;
    }
    100% {
        pointer-events: all;
        transform: translateY( 0px );
        opacity: 1;
    }
}
@keyframes headerMenuDropdownOut {
    0% {
        pointer-events: all;
        transform: translateY( 0px );
        opacity: 1;
    }
    1% {
        pointer-events: none;
        transform: translateY( 0px );
        opacity: 1;
    }
    100% {
        pointer-events: none;
        transform: translateY( 60px );
        opacity: 0;
    }
}

.header-menu-dropdown {
    position: absolute;
    /* top: 100%; */
    left: 0px;
    right: 0px;

    margin-top: -10px;

    background: rgb(243, 243, 243);

    padding: 15px 15px;

    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);

    z-index: 5;
    
    animation-name: headerMenuDropdownOut;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-direction: normal;
    animation-duration: 0.5s;
}

.header-menu-animation-fix {
    position: static;
    opacity: 0;
}
body.loaded .header-menu-animation-fix {
    opacity: 1;
}

.header-menu-hover {
    position: static;
}
.header-menu-hover:hover .header-menu-dropdown {
    animation-name: headerMenuDropdownIn;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-direction: normal;
    animation-duration: 0.5s;
}
.header-menu-dropdown .text-columns {
    position: relative;
    display: block;
    columns: 5;
    column-rule: 1px solid #cccccc;
    min-height: 150px;
}
.header-menu-dropdown a.big {
    position: relative;
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    padding: 4px 0px;
}
.header-menu-dropdown a.small {
    position: relative;
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: #000000;
    padding: 4px 0px;
}
.header-menu-dropdown a:hover {
    color: #F47D53;
}

.header-menu-dropdown a i {
    font-size: 17px;
    vertical-align: -1px;
    margin-right: 2px
}
.header-menu-dropdown a span.bdg {
    position: relative;
    display: inline-block;
    background: #F47D53;
    color: #ffffff;
    font-size: 11px;
    line-height: 11px;
    padding: 2px 5px;
    font-weight: 300;
    border-radius: 4px;
}



.header-menu-col {
    position: relative;
    break-inside: avoid;
}

.header-search {
    position: relative;
    display: block;
}
.header-search .input-group .form-control {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-color: #CED4DA;
    border-right: none;
}
.header-search .input-group .btn {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-color: #CED4DA;
    border-left: none;
}

header .header-search .input-group .btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.breadcrumb {
    border: none;
    margin-bottom: 0px;
}

.added-to-cart {
    position: fixed;
    top: 30px;
    right: 30px;

    max-width: 90%;

    width: 300px;
    padding: 15px;

    z-index: 10000;
    background: #ffffff;

    -webkit-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);

        font-size: 14px;
}
.added-to-cart .atc-close {
    position: absolute;
    top: -15px;
    left: -15px;
    border: none;
    -webkit-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);
    z-index: 10001;
}
.added-to-cart .atc-close:hover {
    background: #333333;
    color: #ffffff;
}

.added-to-cart.has-image img {
    position: absolute;
    lefT: 15px;
    top: 15px;
    border: 1px solid #dddddd;
}
.added-to-cart span {
    display: block;
}
.added-to-cart.has-image span {
    padding-left: 70px;
}


.added-to-cart.is-cart {
    width: 500px;
    max-width: 90%;
    font-size: 20px;
}
.added-to-cart.is-cart a {
    font-weight: 700;
}
.added-to-cart.is-cart .btn {
    position: relative;
    display: inline-block;
    width: 49%;

    vertical-align: middle;
}

.header-cart .btn.btn-xs {
    font-size: 11px;
    padding: 1px 5px;
}

.pagination .page-item.active .page-link {
    background-color: #F47D53;
    border-color: #F47D53;
}
.pagination .page-link {
    color: #F47D53;
}


.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
}
.dummy {
    position: relative;
    display: block;
    opacity: 0;
}



.new-atc-wrap {
    position: fixed;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    overflow-y: auto;

    background: rgba( 0, 0, 0, 0.7 );
    z-index: 200000;
}
.new-atc {
    position: relative;
    margin: 0 auto;
    margin-top: 20px;

    display: block;
    width: 100%;
    max-width: 768px;

    background: #ffffff;
    border-radius :12px;
    padding: 10px 15px;

    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.22);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.22);

    transition: 0.9s all;

    z-index: 2;
}

.new-atc img.new-atc-image {
    border-radius: 12px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.22);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.22);
}

.new-atc .module-product-blocks {
    padding: 0px 0px;

    margin-top: 10px;
}
.new-atc .product-box {
    margin-bottom: 0px;;
}

.new-atc-name {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 300;
}
.new-atc-name b {
    color: #F47D53;
    font-weight: 900;
}

.new-atc-quantity,
.new-atc-total {
    position: relative;
    display: block;
    color: #666666;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    margin-top: 5px;
}

.new-atc .btn.btn-success {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
}
.new-atc .btn.btn-default {
    font-size: 16px;
    font-weight: 300;

    border-color: #cccccc;
}
.new-atc .owl-carousel.owl-theme .owl-stage {
    transition-timing-function: linear !important;
}
.new-atc-close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;

    z-index: 1;
}

body.language-3 .header-menu-link {
    font-size: 18px;
}

.header-icon-title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #222222;
}

.header-cart-empty {
    position: relative;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}
.header-cart-products {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 15px;
}
.header-cart-product {
    position: relative;
    display: flex;
    flex: 0 0 auto;
    background: #ffffff;
    border-radius: 6px;
    padding: 5px 5px;
    align-items: center;
    flex-wrap: nowrap;
    gap: 4px;
}
.header-cart-product-image {
    position: relative;
    display: block;
    flex: 0 0 auto;
}
.header-cart-product-image img {
    height: 40px;
    border-radius: 6px;
}
.header-cart-caption {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    gap: 0px;
    flex-direction: column;
}
.header-cart-caption-top {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    gap: 4px;
    flex-wrap: nowrap;
    justify-content: center;
}
.header-cart-product-title {
    position: relative;
    display: block;
    flex: 1 1 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500;
}
.header-cart-product-remove {
    position: relative;
    display: block;
    flex: 0 0 auto;
    background: none;
    bordeR: none;
    color: #ff0000;
    font-size: 12px;
    line-height: 12px;
}
.header-cart-product-quantity {
    position: relative;
    display: inline-block;
    background: var(--third-color);
    color: var(--secondary-color);
    padding: 0px 5px;
    border-radius: 2px;
    font-size: 12px;
    vertical-align: 2px;
    line-height: 17px;
}

.header-cart-caption-bottom {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    gap: 4px;
}
.header-cart-caption-bottom-left {
    position: relative;
    display: block;
    flex: 1 1 50%;
    text-align: left;
    font-weight: 300;

}
.header-cart-caption-bottom-right {
    position: relative;
    display: block;
    flex: 1 1 50%;
    text-align: right;
    font-weight: 600;
}
.header-cart-products + .header-cart-totals {
    margin-top: 15px;
}
.header-cart-totals {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.header-cart-total {
    position: relative;
    display: flex;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    gap: 4px;
    justify-content: center;
}
.header-cart-total-label {
    position: relative;
    display: block;
    flex: 1 1 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
}
.header-cart-total-value {
    position: relative;
    display: block;
    flex: 0 0 auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: var(--primary-color)
}
.header-cart-totals + .header-cart-buttons {
    margin-top: 15px;
}
.header-cart-buttons {
    position: relative;
    display: flex;
    gap: 4px;
    flex-wrap: nowrap;
}
.header-cart-button-left {
    position: relative;
    display: block;
    flex: 0 0 auto;
}
.header-cart-button-right {
    position: relative;
    display: block;
    flex: 1 1 auto;
}

.header-cart-btn-cart {
    padding: 4px 16px;
}
.header-cart-btn-cart svg {
    height: 28px;
}
.header-cart-btn-cart svg path {
    stroke: #ffffff;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

