
:root {
    --bs-primary:#F79C3D;
    --bs-primary-rgb: 247, 156, 61;
    --bs-link-color: #53290E;
    --bs-link-hover-color: #F79C3D;
    --bs-body-color: #53290e;
    --bs-dark: #53290e;
    --bs-dark-rgb: 83, 41, 14;

}
.btn-primary {
    --bs-btn-color: #53290e;
    --bs-btn-bg: #F79C3D;
    --bs-btn-border-color: #F79C3D;
    --bs-btn-hover-color: #53290e;
    --bs-btn-hover-bg: #c57722;
    --bs-btn-hover-border-color: #c57722;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #53290e;
    --bs-btn-active-bg: #c57722;
    --bs-btn-active-border-color: #c57722;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #53290e;
    --bs-btn-disabled-bg: #F79C3D;
    --bs-btn-disabled-border-color: #F79C3D;
}
.btn-secondary {
    --bs-btn-color: #53290e;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #53290e;
    --bs-btn-border-width: 2px;
    --bs-btn-border-style: solid;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #673011;
    --bs-btn-hover-border-color: #673011;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #673011;
    --bs-btn-active-border-color: #673011;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #53290e;
    --bs-btn-disabled-border-color: #53290e;
    font-weight: 500;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}
.loading::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 5px;
    border: 2px solid #333;
    border-top-color: transparent;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

a {
    text-decoration: none;
}


.favourite-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 5px;
    border-radius: 100px;
    background-color: #F5F5F5b3;
    color: var(--bs-link-color);
}

.badge-brand-name {
    background-color: var(--bs-link-color);
    border-radius: 5px;
    margin-bottom: 5px;
}

.title-product {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

#order_list{
    background: #fff;
}



/* Custom CSS for the category list */
.category-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 20px;
}

.category-item {
    cursor: pointer;
    padding: 5px 10px;
    transition: background-color 0.3s ease;
    display: inline-block;
}

.category-item:hover {
    background-color: #f0f0f0;
}

.category-item .category-name {
    font-size: 16px;
}

.category-item.has-children .category-name::after {

    font-family: "Font Awesome 5 Free",serif;
    font-style: normal;;
    margin-left: 5px;
    font-weight: 900;
}

.child-list {
    display: none;
    padding-left: 20px;
}
.product-image{
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.container-2 {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    min-width: 480px;
}

.breadcrumb-2 {
    display: flex;
    border-radius: 6px;
    overflow: hidden;
    margin: auto;
    text-align: center;
    top: 50%;
    width: 100%;
    height: 37px;
    z-index: 1;
    background-color: #ddd;
    font-size: 14px;
}

.breadcrumb-2 a {
    position: relative;
    display: flex;
    flex-grow: 1;
    text-decoration: none;
    margin: auto;
    height: 100%;
    padding-left: 0px;
    padding-right: 74px;
    color: #666;
}

.breadcrumb-2 a:first-child {
    padding-left: calc(38px /2.5);
}

.breadcrumb-2 a:last-child {
    padding-right: calc(38px / 2.5);
}

.breadcrumb-2 a:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 37px;
    height: 37px;
    top: 0;
    right: -18.1481481481px;
    background-color: #ddd;
    border-top-right-radius: 5px;
    transform: scale(0.707) rotate(45deg);
    box-shadow: 1px -1px rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.breadcrumb-2 a:last-child:after {
    content: none;
}

.breadcrumb__inner {
    display: flex;
    flex-direction: column;
    margin: auto;
    z-index: 2;
}
.breadcrumb__title{
    font-size: 18px;
    font-weight: 500!important;
}

.breadcrumb__title {
    font-weight: bold;
}

.breadcrumb-2 a.active,
.breadcrumb-2 a:hover {
    background: #f79c3d;
    color: white;
}

.breadcrumb-2 a.active:after,
.breadcrumb-2 a:hover:after {
    background: #f79c3d;
    color: white;
}
.off-filter #categories-list,.off-filter #brands-list{
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}
@media (max-width: 992px) {
    .off-filter{
        width: 400px!important;
    }
}

@media all and (max-width: 1000px) {
    .breadcrumb-2 {
        font-size: 12px;
    }
}
@media all and (max-width: 710px) {
    .breadcrumb__desc {
        display: none;
    }

    .breadcrumb-2 {
        height: 38px;
    }

    .breadcrumb-2 a {
        padding-left: calc(38px / 1.5);
    }

    .breadcrumb-2 a:after {
        content: "";
        width: 38px;
        height: 38px;
        right: -19px;
        transform: scale(0.707) rotate(45deg);
    }
}
.border-down{
    border-bottom: 1px var(--bs-border-color) dashed;
}




/*  Carousal  */

#carouselExampleCaptions .carousel-inner {
    height: 450px;
}
#carouselExampleCaptions .carousel-inner .gallery-images {
    height: 450px;
    object-fit: contain;
    object-position: center;
}
#carouselExampleCaptions .carousel-item img {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

#carouselExampleCaptions .carousel-indicators > li {
    height: initial;
    opacity: 0.7;
    text-indent: initial;
    width: initial;
}
#carouselExampleCaptions .carousel-indicators > li.active img {
    border: 1px solid #eaeef1;
    opacity: 1;
    padding: 0.5rem;
}
#carouselExampleCaptions .product-gallery-images {
    max-width: 70%;
}


.heading-pop-up{
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--bs-link-color);
}
.prices-admin-main{
    font-size: 23px;
    font-weight: 500;
    color: var(--bs-link-color);
}
.favourite-icon-pop-up{
    position: absolute;
    top: 12px;
    left: 15px;
    z-index: 100;
    padding: 7px;
    border-radius: 100px;
    background-color: #dcdcdc94;
    color: var(--bs-link-color);
    font-size: 20px;
}
.brand-name{
    font-size: 18px;
}
.small, small {
    font-size: 80%;
}
.close-pop-up-button {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 100;
    padding: 7px;
    border-radius: 100px;
    color: var(--bs-link-color);
    font-size: 20px;
}
.fa-chevron-right::before{
    color: var(--bs-link-color);
}
.fa-chevron-left::before{
    color: var(--bs-link-color);
}
input[type=radio]:checked:before {
    background: var(--bs-primary);
}
.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(247, 156, 61, 0.15);
}
.canvasH{
    height: 100vh !important;
}
.main-header{
    padding-bottom: 1rem;
    text-transform: uppercase;
    border-bottom: 1px solid var(--bs-border-color);
    font-weight: 500;
    color: var(--bs-link-color);
}
.main-header,.main-sub-header{
    padding-bottom: .75rem;
    text-transform: uppercase;
}

.main_header {
    font-size: 26px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;

    color: var(--bs-link-color);
}
.main_header:after {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    content: "";
    height: 1px;
    left: 47%;
    position: absolute;
    top: 40px;
    width: 6%;
}

.card-box{
    border: 2px solid #f9f9f9;
    background-color: #fdfdfd;
    min-height: 120px;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
    border-left: .25rem solid  var(--bs-primary);
    padding: 1rem;
    border-radius: 0.375rem;
    height: 75%;
}
.circle-box{
    background: var(--bs-primary);
    padding: 6px;
    border-radius: 100px;
}
.circle-box-1{
    background: var(--bs-primary);
    padding: 6px;
    border-radius: 100px;
    margin: auto;
    width: fit-content;
}
.heading-log-in{
    font-size: 28px;
}
.login-container .form-control{
    border-bottom: 1px solid var(--bs-link-color) !important;
    border: 0;
    border-radius: 0px;
}

.login-container label {
    color: #414141;
    font-size: 0.9rem;
    font-weight: 300;
    margin-bottom: 5px;
}
.login-container .form-terms {
    color: #414141;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 5px;
}
#password:focus{
    border-bottom: 1px solid var(--bs-primary) !important;
    box-shadow: none!important ;
    transition: border-color 0.3s ease;
}
#email:focus{
    border-bottom: 1px solid var(--bs-primary) !important;
    box-shadow: none!important ;
}
.login-container{
    padding: 25px!important;
    border-radius: 40px!important;
}
body {
    background-image: url("/images/background-photo.webp");
    font-family: "Exo 2", sans-serif;
}
.home-icons{
    width: 30px;
}
.prices-admin{
    font-size: 26px;
    font-weight: 500;
    color: var(--bs-link-color);

}
.title-user-date{
    font-size: 16px;
    font-weight: 500;
    color: var(--bs-link-color);
}
.custom-select {
    padding-right: 30px;
    background-image: url('path/to/arrow.png');
    background-position: right 8px center;
    background-repeat: no-repeat;
}
.dropdown-company .dropdown-menu{
    margin-top: 5px;
    right: 0;
    border: 2px solid var(--bs-link-color);
    background: #fcfcfc;
    border-radius: 20px;
    padding: 15px 0;
}
.dropdown-company .dropdown-menu .dropdown-item{
    font-weight: 500 !important;
    font-size: 1.1rem !important;
    color: var(--bs-link-color);
}
.dropdown-company .dropdown-menu .dropdown-item:hover{
    color: var(--bs-primary);
    background-color: #f8f9fa;
}
.table{
    --bs-table-striped-bg: #fcfcfc;
}
.table th{
    font-weight: 500!important;
}
.main_content{
    background-color: white!important;
}
.pdf-icon{
    font-size: 21px;
}

.offcanvas-body {
    background-image: url('/images/background-photo.webp');
    height: auto;
    background-attachment: fixed;
    background-position: left;
    background-repeat: repeat;
    background-size: auto;
}
.badge-text{
    font-weight: 500!important;
}
.icon-x-close{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    background: var(--bs-primary);
    padding: 5px 7px;
    border-radius: 5px;
}
.menu-icon {
    font-size: 19px;
    font-weight: 500;
    color: var(--bs-link-color);
}
.button-menu-show i {
    font-size: 1.5rem;
    color: var(--bs-link-color);
}
.header-text{
    font-weight: 400!important;
}
.nav-custom-link{
    padding-bottom: 0.35rem;
    padding-top: 0.35rem;
}
.box-paragraph-text{
    text-align: left!important;
}
.highlight-row{
    background-color: #f4f4f4;
    color: var(--bs-link-color);
}
.highlight-row th:first-child {
    border-top-left-radius: 5px;
}

.highlight-row th:last-child {
    border-top-right-radius: 5px;
}
@media (max-width: 992px) {
    .home-icons {
        width: 30px!important;
    }
    .client-box {
        min-height: 180px;
    }
    .logo-mobile{
        width: 90px;
    }
    .favourite-icon{
        top: 10px;
    }
    .table-borders{
        border: none!important;
    }
    .card-box{
        height: auto;
    }
}
.siteLoader {
    display: none;
}
.main_site_container {
    display: block!important;
}
.filter-btn{
    min-width: 180px;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 500;
    @media(max-width: 992px){
        width: 100%;
    }
}
.dropdown-company button{
    @media(max-width: 992px) {
        height: 35px;
    }
}
.field-design{
    @media(max-width: 992px) {
        padding: 3px 9px;
        background: var(--bs-link-color);
        border-radius: 100px;
        font-size: .9rem;
        font-weight: 500;
        text-align: center;
        color: white;
    }
}
.border-color-white {
    @media (max-width: 992px) {
        border-color: white!important;
    }
}
.label-design-total{
    font-weight: 500;
    font-size: 1rem;
    @media (max-width: 992px) {
        font-size: 1.1rem;
    }
}
.label-design{
    @media (max-width: 992px) {
        font-size: .95rem;
    }
}
.border-mobile-down{
    @media (max-width: 992px) {
        border-top:1px dashed #dee2e6!important;
        border-bottom: 0px!important;
    }
}
.dropdown .dropdown-menu a:focus{

    background: transparent!important;
    color: var(--bs-dropdown-link-color)!important;
}
.fc{
    display: block;
    font-size: 14px;
    font-weight: 500;
    color:var(--bs-link-color);
    border: 2px solid var(--bs-link-color);
    border-radius: 5px;
    margin-left: 5px;
    padding: 3px 5px;
    background: #f8f8f8;
}

#filterCanvas #categories-list {
    background-color: white!important;
}
#filterCanvas #brands-list{
    background-color: white!important;
}
.min-order{
    font-size: 18px;
    font-weight: 400;
    color: var(--bs-link-color);
}
.btn-filter{
    color: white!Important;
    background: var(--bs-link-color);
    min-width: 180px;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 500;
}
.btn-filter:hover{
    color: white!Important;
    background:#673011!important;
}
.btn-secondary-second{
    color: white;
    background: var(--bs-link-color);
}
.btn-secondary-second:hover{
    color: white;
    background: #481c00!important;
}
.btn-secondary-second:active{
    color: white!Important;
}
.minimal-order-box{
    background: rgb(247 156 59 / 15%);
    border-radius: 5px;
}
.carousel-control-next-icon {
    background-image: url('/images/right-arrow.svg');
}
.carousel-control-prev-icon {
    background-image: url('/images/left-arrow.svg');
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 24px;
    height: 24px;
}
.carousel-indicators li {
    border-top: none;
    border-bottom: none;
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #404040;
}
.title-cart{
    color: var(--bs-primary);
    font-size: 18px;
    font-weight: 500;
}
.hide-filter-icon{
    width: 25px;
}

.minimal-price-order{
    font-size: 20px!important;
    font-weight: 500!important;
}
.border-bt {
    border-bottom: 1px solid #dee2e6;
}
.border-rg {
    border-right: 1px solid #dee2e6;
}
.card-border{
    border-bottom: 1px solid #dee2e6;
}
.border-menu{
    border-bottom: 2px dashed var(--bs-primary);
    width: 92%;
    margin: auto;
}
.border-menu-mobile{
    border-bottom: 2px dashed var(--bs-primary);
}
.buttons-form-footer {
    background: #FEF0E2!important;
    border-top: 2px solid #f79c3d;
    bottom: 0 ! Important;
    padding: 15px 10px 14px;
    position: absolute;
    z-index: 10001;
    width: 100%;
    left: 0;
    right: 0;
    border-radius: 0px !important;
}
.btn-padding{
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600;
}
.flag-icon {
    width: 26px;
}
.main_header-1 {
    font-size: 26px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--bs-link-color);
}
.main_header-1:after {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    content: "";
    height: 1px;
    left: 47%;
    position: absolute;
    top: 40px;
    width: 6%;
}
.card-grid-products .card-img-top{
    transition: all 0.5s;
    max-height: 180px;
    object-fit: contain;
    padding-top: 20px;
}
.card-text-grid-products{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-grid-products{
    box-shadow: none;
}
.card-grid-products .card-title{
        font-size: 1rem;

}
.btn-show-button{
    background: var(--bs-primary);
    width: 32px;
    border-radius: 50px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
    margin-right: 6px;
    color: white;
}
.show-button{
    color: var(--body-text);
    background-color: transparent;
    border-color: transparent;
    padding-left: 2px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    transition: none;
    margin-top: 5px;
    font-size: var(--font-size-sm);
    font-weight: 500;
}
.show-button:hover{
    background:var(--bs-primary);
    color: white;
    border: none;
}
@media (max-width: 992px) {
    .card-grid-products .card-img-top{
        transition: all 0.5s;
        max-height: 150px;
    }
    .border-rg {
        border-right: none;
    }
    .border-bt {
        border-bottom: none;
    }
    .border-media{
        border-bottom: 1px solid #dee2e6;
    }
    .card-border{
        border-bottom: none;
    }
    .btn-search{
        background: #f2f2f2;
        color: #53290e;
        font-weight: 500;
        border: 1px solid #ced4da;
    }
    #carouselExampleCaptions .carousel-inner {
        height: 370px;
    }
    #carouselExampleCaptions .carousel-inner .gallery-images {
        height: 370px;
    }
    .breadcrumb-2 {
        width: 358px;
    }
    .container-2 {
        min-width: 350px;
    }
    .breadcrumb__title {
        font-size: 15px;
    }
    .breadcrumb-2 a {
        padding-right: 63px;
    }
    .min-order {
        font-size: 16px;
    }
    .minimal-price-order {
        font-size: 18px !important;
        font-weight: 500 !important;
    }
    .button-margin{
        margin-bottom: 100px;
    }
    .order-table{
        overflow-x: auto!important;
    }
    .main_header-1:after {
        background: var(--bs-primary);
        border: 1px solid var(--bs-primary);
        content: "";
        height: 1px;
        left: 47%;
        position: absolute;
        top: 72px;
        width: 6%;
    }
}

