@font-face {
    font-family: ShabnamBold;
    src: url('../fonts/persianFonts/Shabnam-Bold-FD.woff2');
    font-weight: 900;
}

@font-face {
    font-family: DanaFaNumber;
    src: url('../fonts/persianFonts/DanaFaNum-Medium.woff2');
    font-weight: 300;
}

@font-face {
    font-family: Hilda;
    src: url('../fonts/persianFonts/Hilda.ttf');
}


body {
    font-family: DanaFaNumber, ShabnamBold;
    direction: rtl !important;
    text-align: right !important;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    font-family: ShabnamBold;
}

/* <-!-----------| Header |-----------!-> */
.ftco-navbar-light .navbar-brand {
    font-family: Hilda !important;
    font-size: 2.5rem !important;
    margin-right: 0;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link,
.navbar-brand small {
    letter-spacing: 0 !important;
}

.nav-item-user {
    font-size: 13px;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    padding-left: 0;
    padding-right: 0;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    position: relative;
    opacity: 1 !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        justify-content: end;
    }
}

/* <-!-----------| Home Page |-----------!-> */

/* <-!----| Slider |----!-> */
.owl-carousel.home-slider .slider-item .slider-text .subheading {
    font-family: Hilda, cursive;
}

.subheading {
    font-family: Hilda, cursive !important;
}

/* <-!----| Info |----!-> */

@media (min-width: 1200px) {
    .ftco-intro .wrap .info {
        width: calc(100% - 35%);
        padding: 2% 12% 2% 5%;
    }
}

.heading-section .subheading {
    font-family: Hilda;
}

@media (min-width: 768px) {
    .ftco-about .one-half {
        padding: 8% 5% 8% 13%;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .ftco-about .one-half .overlap {
        margin-left: 0;
        margin-right: -150px !important;
        padding: 40px;
        background: rgba(0, 0, 0, 0.5);
    }
}

/*custom CSS*/
.cursor-pointer {
    cursor: pointer !important;
}

.password-toggle {
    border-radius: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-right: 0;
}

.border-l-0 {
    border-left: 0 !important;
}

.header-dropdown {
    border-radius: 3px;
    background-color: #6B463A;
    font-size: 13px;
    text-align: center;
}

.header-dropdown a:hover {
    background-color: #764839;
    color: navajowhite;
}

.cart-count {
    top: 45%;
    left: 50%;
    color: #C49B63 !important;
}

.pr-30px {
    padding-right: 30px !important;
}

.city-select {
    background-color: transparent;
    color: whitesmoke;
    outline: none;
}

.city-select option {
    background-color: #0b0b0b;
    color: whitesmoke;
}


/* Sweet Alert 2 */
body.swal2-shown > [aria-hidden="true"] {
    transition: 0.1s filter;
    filter: blur(10px);
}

.swal2-popup {
    background: #906041 !important;
    color: #fff !important;
}

.btn-outline-coffee {
    color: #c49b63 !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #c49b63 !important;
    transition: .3s ease-in;
}

.btn-outline-coffee:hover {
    background-color: #c49b63 !important;
    transform: translate(2%);
    color: #fff !important;
}

.filter-box {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.theme-green .back-bar .selected-bar {
    background-color: #c49b63 !important;
}

.filter-search input {
    font-size: 13px !important;
    border: 1px solid transparent;
    background: #eaeaea;
    height: 100%;
    padding: 0 8px;
    width: 100%;
    border-radius: 0 5px 5px 0;
    outline: none;
}

.filter-search .btn {
    height: 100%;
    flex-shrink: 0;
    font-size: 17px;
    line-height: 32px;
    width: 36px;
    padding: 0;
    border-radius: 5px 0 0 5px;
}

.filter-category select {
    font-size: 13px !important;
    border: 1px solid transparent;
    background: #eaeaea;
    height: 100%;
    padding: 0 8px;
    width: 100%;
    border-radius: 0 5px 5px 0;
    outline: none;
}

.backToTopBtn {
    background-color: #c49b63;
    color: white;
    padding: 10px 10px;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    position: fixed;
    bottom: 50px;
    right: 20px;
    opacity: 0;
    z-index: 999999999;
    transition: .3s ease-in;
    outline: none
}

.backToTopBtn:hover {
    border: 1px solid #c49b63;
    background: transparent;
    color: #c49b63;
}

.backToTopBtn i {
    transition: .3s ease-in;
}

.backToTopBtn:hover i {
    transform: translateY(-5px);
    color: white;
}

.bg-transparent {
    background: transparent !important;

}

.w-95 {
    width: 95% !important;
}

.customer-sidebar::after {
    content: '\21DC';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto 0;
    color: #bfbfbf;
    font-size: 30px;
    height: 20px;
    line-height: 18px;
    transition: 200ms;
    opacity: 0;
    visibility: hidden;

}

.customer-sidebar:hover {
    border-radius: 10px 0 10px 0;
    background-color: #0b0b0b;
}

.customer-sidebar:hover i {
    color: #AE8C5E !important;
}

.customer-sidebar:hover:after {
    opacity: 1;
    visibility: visible;
    left: 5px;
}

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track-piece {
    background: transparent !important;
    opacity: 0 !important;
}

body::-webkit-scrollbar-thumb {
    background-color: #AE8C5E;
    border-radius: 15px;
}

.table-scrollbar::-webkit-scrollbar {
    height: 2px;
}

.table-scrollbar::-webkit-scrollbar-thumb {
    background-color: transparent !important;
    border-radius: 10px;
}


.customer-sidebar.active {
    background-color: #0b0b0b;
}

.img-50px {
    width: 50px;
    height: 50px;
    margin: 10px 0;
}

.object-cover {
    object-fit: cover;
}
.h-px-100 {
    height: 100px !important;
}
.text-wrap {
    white-space: normal !important;
}
