/* General */
@font-face {
    font-family: IRANSans;
    src: url('../../fonts/IRANSans/IRANSansWeb_Light.woff'),
        url('../../fonts/IRANSans/IRANSansWeb_Light.woff') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: IRANSans2;
    src: url(../../fonts/IRANSansWeb.ttf);
}


* {
    direction: rtl;
    text-align: right;
    font-family: IRANSans;
    font-size: 14px;
}

body {
    background-color: var(--color-theme-light);
}

.bg-black {
    background-color: #000;
}

.bg-color-theme {
    background-color: var(--color-theme-dark);
    color: white;
    font-size: 0.85em;
    font-weight: normal;
}

.dark-color {
    color: var(--color-theme-dark);
}

.content-header {
    /* border-bottom: 1px solid #efefef; */
    border-bottom: 3px solid var(--color-theme-light);
}

.content-wrapper {
    box-shadow: 0rem 0rem 0.2rem 0.1rem var(--color-theme-light);
}

main .container {
    min-height: 41vh;
    ;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-small {
    font-size: 1.5rem;
}

.content-header-title span {
    /* border-bottom: 2px solid brown; */
    padding: 0.3rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.content-header-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 6px;
}

.back-to-top {
    align-content: center;
}

.far {
    font-size: large;
}

/* pagination */
.page-item .page-link {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 5px;
    text-align: center;
    padding: 0px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50% !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--color-theme-dark);
    border-color: var(--color-theme-dark);
}

/* Categories */
.sidebar-nav-sub-item-title a {
    font-size: 12px;
}

/* header */
/* header {
    padding-left: 30px;
    padding-right: 30px;
    background-color: black;
} */
.header-brand {
    width: 70px;
}

/* @media only screen and (max-width: 768px) {

    .axil-product>.thumbnail>a img {
        width: 40%;
    }
} */


@media only screen and (max-width: 991px) {
    .header-brand {
        width: 35%;
    }

    .single-product-thumbnail-wrap.zoom-gallery .popup-zoom {
        float: none !important;
    }
}

.axil-mainmenu.axil-sticky {
    border-bottom: 2px solid var(--color-theme-light);

}

.nav-link {
    color: white;
}

.nav-link:hover {
    color: brown;
}

.active .nav-link {
    color: brown;
}

/* banner */
.banner-container {
    /* background-color: black; */
}

.banner {
    width: 100%;
}

.banner .col-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.banner img {
    max-height: 250px;
}


/* Product page */
@media only screen and (min-width: 991px) {
    .single-product-content {
        /* box-shadow: 0px 0px 15px 0px  var(--color-theme-light); */
        padding: 10px;
        width: auto;
    }
}

.product-quick-view {
    margin-right: 30px;
    margin-top: -50px;
    position: fixed;
}

.axil-product.related {
    /* box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.9);
    
    /* border: solid 1px brown; */
    /* min-height: 562px;  */
    padding: 10px !important;
    /* border: solid 1px var(--color-theme-light); */
    /* height: 500px; */
    /* background-color: var(--color-theme-light); */
    /* border-radius: 6px; */
    border: solid 2px #EFE7BC;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.9);
    margin-top: 10px;
}

.axil-product.related:hover {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.9);
}

.product-action button {
    padding: 10px 35px;
    margin-right: 15px;
}

/* #product-list .axil-product .thumbnail {
    height: 245px;
} */

.product_attr {
    color: dimgray;

}

/* profile page */
.field-value {
    font-weight: bold;
}

.font-size-small {
    font-size: small;
    font-weight: bold;
}

/* swl alert */

.swal2-styled.swal2-confirm {
    text-align: center;
    width: auto;
}

.swal2-popup {
    font-size: 1.5rem;
}

.swal2-html-container {
    text-align: center;
}

/* profile-order-details */
#company-logo {
    display: none;

}

@media print {


    #company-logo {
        display: block !important;
    }

    .printable {
        /* width: 90%; */
    }


    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    body {
        text-align: center;
    }

    .printable {
        display: inline-block;
        margin: auto;
    }
}

.single-product-thumbnail-wrap.zoom-gallery .popup-zoom {
    float: right;
    ;
}

/* .breadcrumb-item+.breadcrumb-item::before {

    content: var(--bs-breadcrumb-divider, ">>");
} */
#timer {
    font-size: 14px;
    color: white;
}

/* @media only screen and (max-width: 991px) {
    #sidebar {
        display: none;
    }
} */
.toggle-filter-btn {
    display: none;
}

/* Responsive for mobile */
@media (max-width: 768px) {
    .sidebar {
        display: none;
        transform: translateX(-100%);
    }

    .sidebar.active {
        display: block;
        transform: translateX(0);
    }

    .toggle-filter-btn {
        display: inline-block;
        float: left;
    }

    #toggle-filter-btn1 {
        margin: 5px;
        background-color: var(--color-theme-dark);
        height: 25px;
        width: 25px;
        border-radius: 40px;
        color: white;
        font-size: 12px;
        text-align: center;
        margin: 5px;
        align-content: center;
    }

    .axil-product.related {
        border-top: solid 1px #EFE7BC;
    }

    .axil-product .product-content .inner {
        text-align: right;
    }

    .axil-product .product-content .title {
        text-align: right;
    }

    .axil-product .product-content .color-variant {
        justify-content: right;
    }

    .axil-product .product-content .product-price-variant {
        text-align: left;
    }

    #product-list .axil-product .thumbnail {
        width: 40%;
    }

    .axil-product .cart-action {
        justify-content: left;
    }
}

.discount-description {
    border: solid 1px lightgray;
    border-radius: 6px;
    padding: 7px;
}

.axil-single-product-area .product-badget {
    width: 85px !important;
    left: unset !important;
}

.badge:hover,
.badge {
    color: #EFE7BC;
}

.filter-color {
    border: 2px solid transparent;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: var(--transition);
    margin-left: 5px;
}

.product-small-thumb-3 .slick-prev,
.product-small-thumb-3 .slick-next {
    position: absolute;
    right: 40%;
    transform: rotate(90deg);
    z-index: 1;
}

.product-small-thumb-3 .slick-prev {
    top: -20px;

    /* Adjust as needed to position above the slider */
}

.product-small-thumb-3 .slick-next {
    bottom: -20px;
    top: auto;
    /* Adjust as needed to position below the slider */
}

.fa-globe {
    font-size: 18px;
}