
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #9999996b;
}

::-webkit-scrollbar-thumb {
    border-radius: 0.2rem;
    background-color: #C0C2C5;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F9F9F9;
}

body,
a,
h1,
h2,
h3,
h4,
h5,
h6,
tspan,
span,
p,
input,
label,
.tooltip,
th,
td,
li,
#toast-container,
.header-row-cell,
.pwt-btn-today,
.datepicker-navigator {
    font-family: Yekan,Tahoma,Verdana,"DejaVu Sans",sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style: outside none none;
}

img {
    object-fit: contain;
}

body, [type=email], [type=number], [type=tel], [type=url] {
    direction: rtl;
}

body {
    position: relative;
    text-align: justify;
    font-size: 0.85rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    overflow-x: hidden;
}

    body.active-overlay:before {
        position: fixed;
        z-index: 99;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        background: rgba(41, 41, 41, .3);
    }

a, button {
    line-height: inherit;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    border: none;
}

.cart-btn {
    font-weight: 600;
    line-height: 50px;
    padding: 0 35px;
    -webkit-transition: .3s;
    transition: .3s;
    vertical-align: middle;
    color: #fff !important;
    background-color: #e33;
    border: 2px solid #e33;
    border-radius: 0.4rem;
}

    .cart-btn i {
        font-size: 20px;
        line-height: 50px;
        margin-right: 5px;
        vertical-align: middle;
    }

    .cart-btn:hover {
        background-color: #fff;
        color: var(--ThirdColor) !important;
    }

.price {
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.2;
}

    .price.discounted {
        text-decoration: line-through;
        font-size: 0.95rem !important;
        color: #707070 !important;
    }

a {
    text-decoration: none;
}

    a:hover {
        color: var(--ThirdColor) !important;
    }


.titleSection {
    text-align: center;
}

.title {
    text-transform: none;
    letter-spacing: 0;
    color: #000000;
    line-height: 1.3;
    font-family: MjCasablanca !important;
}

h2.title {
    font-size: 38px;
}

h3.title {
    font-size: 34px;
}

h4.title {
    font-size: 30px;
}

h5.title {
    font-size: 26px;
}

a.title {
    font-size: 22px;
}

.tagline {
    font-weight: 500;
    font-size: 15px;
    color: #8D9199;
    width: auto;
    display: inline-block;
    margin-bottom: 1rem;
    float: none;
}

/* header */

header {
    margin-bottom: 60px;
}

    header nav.is-sticky {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        padding: 0 !important;
        -webkit-transition: .3s;
        transition: .3s;
        -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
        animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    }

#mobile-menu-trigger i {
    font-size: 1.5rem;
}

.navbar-expand .navbar-nav .nav-item {
    padding: 0 1rem;
}

.navbar-expand .navbar-nav.User {
    direction: ltr;
}

    .navbar-expand .navbar-nav.User i {
        font-size: 1.2rem;
        line-height: 28px;
        color: #424750;
    }

header nav .navbar-nav.flex-grow-1 .nav-item {
    padding: 0 0.5rem;
}

.navbar-expand .navbar-nav.Search {
    padding-right: 1rem;
}

    .navbar-expand .navbar-nav.Search form {
        position: relative;
        display: inline-grid;
        width: 100%;
    }

    .navbar-expand .navbar-nav.Search input {
        width: 100%;
        background-color: #F0F0F1;
        border-radius: 0.4rem;
        border: unset !important;
        font-size: 0.8rem;
        font-weight: 700;
        color: #424750;
        padding: 12px;
        direction: rtl;
    }

.navbar-expand .navbar-nav button {
    background-color: transparent;
    border: none;
}

.navbar-expand .navbar-nav.Search i.fa-magnifying-glass {
    position: absolute;
    left: 3%;
    top: 0.8rem;
    font-size: 1rem;
    color: #A1A3A8;
}

.navbar-brand img {
    height: 60px;
}

header.IsHide nav {
    top: -90px;
}

header nav .navbar-nav img {
    margin-left: 0.5rem;
    height: 3rem;
}

.navbar-nav.User .badge-danger {
    position: absolute;
    bottom: 10px;
    font-size: 0.8rem;
    border-radius: 100% !important;
    padding: .4em .4em .25em .4em;
}

/*  MegaMenu  */

#MegaMenu {
}

#MegaMenu > ul > .menu-item.menu-dropdown > .menu-link::after {
    font-family: "Font Awesome 6 Pro" !important;
    content: "\f078";
    font-size: 0.5rem;
    font-weight: 900;
    margin-right: 5px;
}

#MegaMenu > ul > .menu-item.menu-dropdown:hover > .menu-link::after {
    content: "\f077";
}

.menu-dropdown:hover > .submenu {
    opacity: 1;
    visibility: visible;
}

.sub-nav .menu-inner > li a:hover {
    color: var(--ThirdColor);
}

.overlay {
    position: fixed;
    right: 0;
    height: 100%;
    width: 100%;
    margin-top: 2.1rem;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    background: #000000d1;
}

.menu-dropdown:hover > .overlay {
    display: block;
    opacity: 1;
    visibility: visible;
}

.menu-item {
    display: inline-block;
    line-height: 1.5;
    margin: 0 auto;
    padding-inline: 1rem;
}

.menu-link {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    border: none;
    outline: none;
    color: var(--color-black-500);
    text-transform: capitalize;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.submenu {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 1.75rem;
    padding: 1rem 2rem;
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    border-radius: 0.25rem;
    border-top: 3px solid var(--color-pink-400);
    -webkit-box-shadow: var(--shadow-medium);
    box-shadow: var(--shadow-medium);
    background: white;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.submenu-item {
    display: block;
    line-height: 1;
    margin: 0 auto;
}

    .submenu-image img {
        display: block;
        object-fit: fill;
    }

.megamenu {
    width: inherit;
    right: 5%;
    padding: 0;
    top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    box-shadow: 20px 4px 20px 4px rgb(78 78 78 / 20%);
    -moz-box-shadow: 20px 4px 20px 4px rgba(78, 78, 78, 0.2);
    -webkit-box-shadow: 20px 4px 20px 4px rgb(78 78 78 / 20%);
}

.navbar {
    padding: 0.5rem 0 calc(0.5rem - 4px) 0;
}

.header-area .navbar > ul > li.menu-item > .hover {
    background-color: #FA255E;
    height: 4px;
    display: block;
    position: relative;
    bottom: -4px;
    opacity: 0;
    visibility: hidden;
}

.header-area .navbar > ul > .menu-item:hover > .hover {
    opacity: 1 !important;
    visibility: visible !important;
}

.sub-nav {
    border-left: 1px solid #f0f0f1;
    width: 200px;
    padding: 1rem 0;
}

    .sub-nav.active {
        -webkit-transform: translate(0%);
        transform: translate(0%);
    }

    .sub-nav .menu-inner {
        margin: -0.9rem 0;
        padding: 0;
    }

        .sub-nav .menu-inner li a i {
            font-size: 18px;
            margin-left: 10px;
        }

        .sub-nav .menu-inner li > a > i {
            position: relative;
            top: 2px;
        }

        .sub-nav .menu-inner > li {
            width: 100%;
            padding: 0;
        }

            .sub-nav .menu-inner > li a {
                width: 100%;
                padding: 9px;
                color: rgb(66, 71, 80);
                font-size: 0.8rem;
                font-weight: 700;
                line-height: 2.17;
                border-top: 1px solid transparent;
                border-bottom: 1px solid transparent;
            }

/* .submenu {
                opacity: 1;
                visibility: visible;
            }*/

/* offcanvas mobile menu */

.header-mobile-navigation .mobile-navigation .header-cart-icon a span {
    left: 50%;
}

.offcanvas-widget-area {
    margin-top: auto;
    margin-bottom: 35px;
}

.off-canvas-contact-widget {
    margin-bottom: 20px;
}

    .off-canvas-contact-widget .header-contact-info {
        -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    }

    .off-canvas-contact-widget .header-contact-info__list li {
        display: inline-block;
        margin-right: 25px;
    }

        .off-canvas-contact-widget .header-contact-info__list li i {
            font-size: 14px;
            margin-right: 5px;
        }

        .off-canvas-contact-widget .header-contact-info__list li a {
            font-weight: 400;
            line-height: 22px;
            color: #666;
        }

            .off-canvas-contact-widget .header-contact-info__list li a:hover {
                color: #e33;
            }

        .off-canvas-contact-widget .header-contact-info__list li:last-child {
            margin-right: 0;
        }

.offcanvas-mobile-menu {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 100%;
    height: 100vh;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

    .offcanvas-mobile-menu.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .offcanvas-mobile-menu.inactive {
        -webkit-transform: translateX(calc(100% + 60px));
        -ms-transform: translateX(calc(100% + 60px));
        transform: translateX(calc(100% + 60px));
    }

    .offcanvas-mobile-menu .title,
    .offcanvas-mobile-menu .title a {
        color: #0c0c0c;
        font-weight: 700;
        line-height: 2.15;
        font-size: 14px;
    }

.offcanvas-navigation .title:first-child {
    padding: 16px 0;
}

.offcanvas-mobile-menu.active .offcanvas-menu-close {
    display: block;
}

.offcanvas-menu-close {
    display: none;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: calc(100vh + 500px);
    height: 100vh;
    background: #343538d1;
}

    .offcanvas-menu-close:hover,
    .offcanvas-menu-close:focus {
        color: #fff;
    }

    .offcanvas-menu-close i {
        -webkit-transition: .3s;
        transition: .3s;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .offcanvas-menu-close:hover i {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

.offcanvas-wrapper {
    overflow: auto;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 0 87px 0 rgba(0, 0, 0, .09);
}

.offcanvas-mobile-search-area {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f1;
}

    .offcanvas-mobile-search-area input {
        font-size: 16px;
        display: block;
        width: 100%;
        padding: 9px 25px;
        color: #222;
        border: none;
        background: #e6e6e6;
    }

    .offcanvas-mobile-search-area button {
        position: absolute;
        top: 50%;
        right: 20px;
        padding: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #aaa;
        border: none;
        background: none;
    }

        .offcanvas-mobile-search-area button i {
            font-size: 26px;
            line-height: 40px;
        }

.offcanvas-inner-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.offcanvas-navigation {
    margin-bottom: 30px;
}

    .offcanvas-navigation > ul > li > a {
        font-size: 0.9rem;
        font-weight: 700;
        height: 50px;
        color: #424750;
    }

    .offcanvas-navigation ul.sub-menu {
        margin: 0 1rem 2rem 0;
    }

        .offcanvas-navigation ul.sub-menu > li > a {
            font-size: 13px;
            font-weight: 400;
            padding: 10px 0;
            color: #111;
        }

            .offcanvas-navigation ul.sub-menu > li > a:hover {
                color: #e33;
            }

    .offcanvas-navigation ul li.menu-item-has-children {
        position: relative;
        display: block;
    }

    .offcanvas-navigation ul .menu-item-has-children.active > a,
    .offcanvas-navigation ul .menu-item-has-children.active i {
        color: var(--ThirdColor) !important;
    }

    .offcanvas-navigation ul .menu-item-has-children i {
        font-size: 1.3rem;
    }

    .offcanvas-navigation ul li.menu-item-has-children .menu-expand {
        position: absolute;
        top: -5px;
        right: 90%;
        left: auto;
        cursor: pointer;
        text-align: center;
    }

        .offcanvas-navigation ul li.menu-item-has-children .menu-expand i {
            -webkit-transition: all 250ms ease-out;
            transition: all 250ms ease-out;
            font-style: unset;
        }

            .offcanvas-navigation ul li.menu-item-has-children .menu-expand i:before {
                font-family: "Font Awesome 6 Pro" !important;
                content: "\f078";
                font-size: 0.5rem;
                font-weight: 900;
                margin-right: 5px;
            }

    .offcanvas-navigation ul li.menu-item-has-children.active > .menu-expand i:before {
        content: "\f077";
    }

.off-canvas-widget-social a {
    font-size: 14px;
    margin: 0 10px;
}

    .off-canvas-widget-social a:first-child {
        margin-left: 0;
    }

    .off-canvas-widget-social a:hover {
        color: #e33;
    }

/* offcanvas settings */

.offcanvas-settings .offcanvas-navigation > ul > li > a {
    font-size: 12px;
    font-weight: 400;
    padding: 5px 0;
}

.offcanvas-settings .offcanvas-navigation > ul > li.menu-item-has-children .menu-expand {
    top: -15px;
    height: 30px;
    margin-top: 0;
}

.offcanvas-settings .offcanvas-navigation ul.sub-menu > li > a {
    padding: 5px 0;
}

#MobileNavigation {
    position: fixed;
    z-index: 100;
    bottom: 0;
    height: 50px;
    align-items: center;
    text-align: center;
}

    #MobileNavigation i {
        color: #FFF;
        font-size: 1rem;
    }

/* settings menu */

.header-settings-icon {
    position: relative;
}

.settings-menu-wrapper {
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    display: none;
    width: 256px;
    margin-top: 15px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 14%), 0 4px 8px rgb(0 0 0 / 30%);
}

    .settings-menu-wrapper.active {
        display: block;
    }

    .settings-menu-wrapper .single-settings-block {
        margin-bottom: 15px;
        direction: rtl;
    }

        .settings-menu-wrapper .single-settings-block:last-child {
            margin-bottom: 0;
        }

        .settings-menu-wrapper .single-settings-block .title {
            font-size: 15px;
            margin: 0;
            align-self: center;
            font-family: Yekan,sans-serif !important;
        }

    .settings-menu-wrapper li:first-child i {
        font-size: 2rem;
        color: #868686;
    }


    .settings-menu-wrapper i {
        color: #424750;
        margin-left: 10px;
        font-size: 1.3rem;
        vertical-align: middle;
    }



    .settings-menu-wrapper .single-settings-block ul li {
        border-bottom: 1px solid #f0f0f1;
        padding: 5px 15px;
    }

        .settings-menu-wrapper .single-settings-block ul li:first-child {
            display: inline-flex;
            width: 100%;
            margin-top: 20px;
        }

        .settings-menu-wrapper .single-settings-block ul li:last-child {
            margin-bottom: 22px;
            border-bottom: unset !important;
        }


        .settings-menu-wrapper .single-settings-block ul li button,
        .settings-menu-wrapper .single-settings-block ul li a,
        .offcanvas-mobile-menu li button,
        .offcanvas-mobile-menu li a {
            color: #424750;
            background: none;
            border: none;
            font-size: 0.9rem;
            font-weight: 700;
            line-height: 2.5;
            display: table-cell;
            vertical-align: middle;
        }

        .settings-menu-wrapper .single-settings-block ul li.item:hover {
            background-color: #F0F0F1;
        }

@media (max-width: 767px) /* Tablet/Mobile */ {

    #settings-menu-wrapper {
        top: unset;
        bottom: calc(100% + 25px);
        right: 20px;
    }
    .settings-menu-wrapper i {
        color: #424750 !important;
    }
 
}

/**
 *
 * slick CSS
 *
 */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.hero-slider-wrapper .slick-active { /*-- Hero Content --*/
}

    .hero-slider-wrapper .slick-active .hero-slider-content {
        overflow: hidden;
    }

        .hero-slider-wrapper .slick-active .hero-slider-content > *:nth-child(1) {
            -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
            -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
            -webkit-animation-delay: .5s;
            animation-delay: .5s;
        }

        .hero-slider-wrapper .slick-active .hero-slider-content > *:nth-child(2) {
            -webkit-animation-name: rollIn;
            animation-name: rollIn;
            -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
        }

        .hero-slider-wrapper .slick-active .hero-slider-content > *:nth-child(3) {
            -webkit-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
            -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
            -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
        }

        .hero-slider-wrapper .slick-active .hero-slider-content > *:nth-child(4) {
            -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
            -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
            -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
        }

.hero-slider-wrapper .slick-dots {
    position: absolute;
    bottom: 20px;
    right: -10px;
    margin: 0;
    padding: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .hero-slider-wrapper .slick-dots li {
        line-height: 1;
        display: inline-block;
    }

    .hero-slider-wrapper .slick-dots li {
        margin-left: 10px;
    }

        .hero-slider-wrapper .slick-dots li button {
            font-size: 0;
            width: 10px;
            height: 10px;
            border-radius: 1rem;
            padding: 0;
            -webkit-transition: .5s;
            transition: .5s;
            border: unset;
            background: none;
            background-color: #FFF;
        }

            .hero-slider-wrapper .slick-dots li button:hover,
            .hero-slider-wrapper .slick-dots li.slick-active button {
                background-color: var(--ThirdColor);
                border: 1px solid black;
                width: 15px;
                height: 15px;
            }



.hero-slider-wrapper .slick-arrow {
    line-height: 54px;
    position: absolute;
    z-index: 9;
    top: 50%;
    visibility: hidden;
    width: 60px;
    height: 60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    opacity: 0;
    color: #9e9e9e;
    border: 3px solid #e1e1e1;
    border-radius: 50%;
    background: #f7f7f9;
}

    .hero-slider-wrapper .slick-arrow:hover {
        color: #fff;
        border: 3px solid #292929;
        background: #292929;
    }

    .hero-slider-wrapper .slick-arrow.slick-prev {
        left: 60px;
    }

    .hero-slider-wrapper .slick-arrow.slick-next {
        right: 60px;
    }

.hero-slider-wrapper:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
}

.hero-slider-wrapper--alt-style .slick-arrow.slick-prev {
    left: 20px;
}

.hero-slider-wrapper--alt-style .slick-arrow.slick-next {
    right: 20px;
}

.hero-slider-item-wrapper {
    /*   display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 800px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;*/
    background-repeat: no-repeat;
    background-size: cover;
    height: 34.5rem;
}

.hero-slider-item-wrapper--fullwidth {
    height: 100vh;
}

.hero-slider-item-wrapper--fullwidth--fixed-height {
    height: 750px;
}

.hero-slider-content {
    position: relative;
    top: 250px;
    /*right: 200px;*/
    padding-top: 2px;
}

.Tile-Hero-Slider {
    /*background-color: #F1E4E0;*/
    height: 16.5rem;
}

.BorderRadious {
    border-radius: 0.7rem;
}

.hero-slider-item-wrapper--fullwidth--fixed-height .hero-slider-content p.slider-title--big-light {
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
    color: #292929;
}

.hero-slider-item-wrapper--fullwidth--fixed-height .hero-slider-content p.slider-title--small {
    margin-top: 20px;
}

.hero-slider-item-wrapper--fullwidth .hero-slider-content p.slider-title--big-light {
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
    color: #292929;
}

.hero-slider-item-wrapper--fullwidth .hero-slider-content p.slider-title--small {
    margin-top: 20px;
}

.hero-slider-item-wrapper--minimal-height {
    height: 560px;
}

    .hero-slider-item-wrapper--minimal-height .hero-slider-content {
        padding-right: 85px;
    }

        .hero-slider-item-wrapper--minimal-height .hero-slider-content p.slider-title--big-light {
            font-size: 48px;
            font-weight: 500;
            line-height: 48px;
            color: #292929;
        }

        .hero-slider-item-wrapper--minimal-height .hero-slider-content p.slider-title--small {
            margin-top: 20px;
        }

.hero-slider-content > * {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.hero-slider-content p.slider-title--small {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    width: 550px;
    max-width: 100%;
    margin-bottom: 60px;
    color: #292929;
}

.hero-slider-content p.slider-title--big-bold {
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 20px;
    color: #292929;
}

.hero-slider-content p.slider-title--big-light {
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 0;
    color: #292929;
    color: #FFFF;
}

.hero-slider-button {
    position: relative;
    bottom: 8rem;
    right: 3rem;
    font-weight: 600;
    line-height: 20px;
    padding: 20px 35px;
    color: #FFFF;
    border: 2px solid #FFFF;
}

    .hero-slider-button i {
        font-size: 14px;
        margin-right: 5px;
    }

    .hero-slider-button:hover {
        color: #fff;
        /*background-color: #292929;*/
    }

.hero-slider-area .SliderTop div {
    height: 50%;
}

    .hero-slider-area .SliderTop div:nth-child(1) {
        padding-bottom: 0.25rem;
    }

    .hero-slider-area .SliderTop div:nth-child(2) {
        padding-top: 0.25rem;
    }

.hero-slider-area div,
.hero-slider-area img {
    height: inherit;
    object-fit: fill;
}

.hero-slider-area img, .hero-slider-area .Tile-Hero-Slider a {
    width: inherit;
}

.hero-slider-area .Tile-Hero-Slider a {
    height: 100%;
}

.hero-slider-button i {
    margin-left: 5px;
    margin-right: 0;
}

.hero-slider-content p.slider-title--small {
    width: auto;
    text-align: right;
}



.SliderTop .Tile-Hero-Slider {
    width: inherit;
}

.hero-slider-area .single-slider-item {
    height: 100%;
    position: relative;
}

    .hero-slider-area .single-slider-item .description {
        position: absolute;
        top: 15%;
        left: 5%;
        height: auto;
    }

        .hero-slider-area .single-slider-item .description p,
        .hero-slider-area .single-slider-item .description span {
            font-family: MjCasablanca !important;
            color: #FFFF !important;
        }

        .hero-slider-area .single-slider-item .description p {
            font-size: 50px;
        }

        .hero-slider-area .single-slider-item .description span {
            font-size: 26px;
        }

.hero-slider-area {
    height: 400px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .hero-slider-item-wrapper--fullwidth--fixed-height .hero-slider-content p.slider-title--big-light {
        font-size: 35px;
        line-height: 35px;
    }

    .hero-slider-item-wrapper--fullwidth--fixed-height {
        height: 500px;
        background-position-x: 50%;
    }

    .hero-slider-item-wrapper--fullwidth .hero-slider-content p.slider-title--big-light {
        font-size: 35px;
        line-height: 35px;
    }

    .hero-slider-item-wrapper {
        /*height: 500px;*/
        background-position-x: 50%;
    }

    .hero-slider-item-wrapper--minimal-height .hero-slider-content {
        padding-right: 30px;
    }

        .hero-slider-item-wrapper--minimal-height .hero-slider-content p.slider-title--big-light {
            font-size: 35px;
            line-height: 35px;
        }

    .hero-slider-content p.slider-title--small {
        margin-bottom: 40px;
    }

    .hero-slider-content p.slider-title--big-bold {
        font-size: 50px;
        line-height: 50px;
    }

    .hero-slider-content p.slider-title--big-light {
        font-size: 35px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .hero-slider-item-wrapper--fullwidth {
        background-position-x: 50%;
    }

    .hero-slider-item-wrapper--fullwidth--fixed-height .hero-slider-content p.slider-title--big-light {
        font-size: 30px;
        line-height: 30px;
    }

    .hero-slider-item-wrapper--fullwidth--fixed-height {
        height: 450px !important;
        background-position-x: 50%;
    }

    .hero-slider-item-wrapper--fullwidth .hero-slider-content p.slider-title--big-light {
        font-size: 30px;
        line-height: 30px;
    }

    .hero-slider-item-wrapper {
        /*height: 550px;*/
        background-position-x: 50%;
    }

    .hero-slider-item-wrapper--minimal-height {
        height: 500px;
    }

        .hero-slider-item-wrapper--minimal-height .hero-slider-content p.slider-title--big-light {
            font-size: 30px;
            line-height: 30px;
        }

    .hero-slider-content p.slider-title--big-bold {
        font-size: 60px;
        line-height: 60px;
    }

    .hero-slider-content p.slider-title--big-light {
        font-size: 30px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {

    .hero-slider-content {
        top: 150px;
        /*right: 350px;*/
    }

    .hero-slider-wrapper .slick-arrow.slick-prev {
        left: 20px;
    }

    .hero-slider-wrapper .slick-arrow.slick-next {
        right: 20px;
    }


    .hero-slider-item-wrapper--fullwidth--fixed-height .hero-slider-content p.slider-title--big-light {
        font-size: 30px;
        line-height: 30px;
    }

    .hero-slider-item-wrapper--fullwidth--fixed-height {
        height: 550px !important;
        background-position-x: 50% !important;
    }

    .hero-slider-item-wrapper--fullwidth .hero-slider-content p.slider-title--big-light {
        font-size: 30px;
        line-height: 30px;
    }

    .hero-slider-item-wrapper {
        /*height: 550px;*/
        background-position-x: 50%;
    }

    .hero-slider-item-wrapper--minimal-height {
        height: 500px;
    }

        .hero-slider-item-wrapper--minimal-height .hero-slider-content p.slider-title--big-light {
            font-size: 30px;
            line-height: 30px;
        }

    .hero-slider-content p.slider-title--big-bold {
        font-size: 60px;
        line-height: 60px;
    }

    .hero-slider-content p.slider-title--big-light {
        font-size: 28px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 991px) {


    .hero-slider-area .single-slider-item .description p {
        font-size: 38px;
    }

    .hero-slider-area .single-slider-item .description span {
        font-size: 22px;
    }

    .hero-slider-area .Tile-Hero-Slider img {
        height: 240px !important;
    }
}

@media only screen and (max-width: 768px) /* Tablet*/
{
    .hero-slider-area .single-slider-item .description {
        top: 4%;
    }

        .hero-slider-area .single-slider-item .description p {
            font-size: 24px;
        }

        .hero-slider-area .single-slider-item .description span {
            font-size: 16px;
        }

    .hero-slider-wrapper .slick-dots {
        bottom: 8px;
    }

    .hero-slider-area .single-slider-item .description p {
        font-size: 32px;
    }

    .hero-slider-area .single-slider-item .description span {
        font-size: 22px;
    }
}

@media only screen and (max-width: 575px) /* Mobile */
{

    .hero-slider-area {
        height: 320px;
    }

        .hero-slider-area .single-slider-item .description p {
            font-size: 22px;
        }

        .hero-slider-area .single-slider-item .description span {
            font-size: 15px;
        }
}

@media only screen and (max-width: 479px) /* Other */
{
    .hero-slider-wrapper .slick-dots {
        bottom: 5px;
    }

    .hero-slider-area {
        height: 300px;
    }

        .hero-slider-area .col-lg-1.col-1 {
            flex: 0 !important;
            max-width: 0px !important;
            width: 0px !important
        }


    .hero-slider-item-wrapper--fullwidth--fixed-height .hero-slider-content p.slider-title--big-light {
        font-size: 20px;
        line-height: 20px;
    }

    .hero-slider-item-wrapper--fullwidth--fixed-height {
        height: 350px;
        background-position-x: 30%;
    }

    .hero-slider-content {
        top: 22.5rem !important;
    }

    .hero-slider-item-wrapper--fullwidth .hero-slider-content p.slider-title--big-light {
        font-size: 20px;
        line-height: 20px;
    }

    .hero-slider-button {
        right: 1rem;
        bottom: 4.5rem;
        padding: 15px;
    }

    .hero-slider-item-wrapper {
        background-position: 0% 10% !important;
        background-size: contain !important;
    }

    
    .hero-slider-item-wrapper--minimal-height .hero-slider-content {
        padding-right: 15px;
    }

    .hero-slider-item-wrapper--minimal-height .hero-slider-content p.slider-title--big-light {
        font-size: 20px;
        line-height: 20px;
    }

    .hero-slider-content p.slider-title--small {
        font-size: 12px;
        line-height: 20px;
    }

    .hero-slider-content p.slider-title--big-bold {
        font-size: 30px;
        line-height: 30px;
    }

    .hero-slider-content p.slider-title--big-light {
        font-size: 20px;
        line-height: 20px;
    }
}

@media (min-width: 1600px) {
    .hero-slider-area {
        height: 500px;
    }
}

/* Offer */

#Offer {
    position: relative;
    margin-top: 60vh;
    margin-bottom: 3rem;
    height: 280px;
    border: 4px solid var(--PrimaryColor);
    border-radius: 0.8rem;
}


    #Offer .tab-content {
        overflow-y: auto;
        padding: 0 calc(var(--bs-gutter-x) * .5);
    }

    #Offer .tab-content > .active{
        display: flex;
    }
        
        #Offer .Content > ul,
        #Offer .tab-content .tab-pane {
            height: 272px;
        }

        #Offer .tab-content,
        #Offer .tab-content .tab-pane img {
            height: calc(272px - (var(--bs-gutter-x) * .5));
        }


            #Offer .OfferImg {
                position: absolute;
                z-index: 1;
                top: -55vh;
                left: 0;
                height: 55vh;
                width: unset;
            }

    #Offer .Content > ul {
        background-color: var(--PrimaryColor);
        padding: 5px 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

        #Offer .Content > ul li {
            position: relative;
            background-color: transparent;
            color: #000000;
            margin: 0;
            padding: 10px 15px 10px 5px;
            overflow-x: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 1.57;
            border-radius: unset;
        }

            #Offer .Content > ul li .Border {
                border: unset !important;
                background-color: var(--SecondColor);
                position: absolute;
                top: 8px;
                right: 0;
                height: 30px;
                width: 4px;
                border-radius: 2px 0 0 2px;
                display: none;
            }


            #Offer .Content > ul li.active,
            #Offer .Content > ul li:hover {
                color: #FFF;
            }

                #Offer .Content > ul li.active .Border {
                    display: block;
                }

    #Offer .PriceOffer > * {
        padding: 0.5rem;
        border-radius: 0.6rem;
        font-family: MjCasablanca !important;
        font-size: 1.2rem;
        font-weight: 900;
        text-align: center;
    }

    #Offer .PriceOffer span {
        font-size: 0.8rem;
    }

    #Offer .PriceOffer > div:first-child {
        margin-left: 10px;
        background-color: var(--PrimaryColor);
    }

        #Offer .PriceOffer > div:last-child {
            margin-left: 10px;
            background-color: var(--ThirdColor);
        }

/*   Category   */

section .list {
    margin: 30px;
}

    section .list .item {
        position: relative;
        min-height: 300px;
        padding-right: calc(var(--bs-gutter-x) * 1);
        padding-left: calc(var(--bs-gutter-x) * 1);
    }

    section .viewAll {
        margin: 1.5rem 0 0 0;
        padding-right: calc(var(--bs-gutter-x) * 1);
        font-weight: 800;
        flex: 0 0 auto;
        width: 100%;
    }

    section .list .item .lozad {
        width: 100%;
        min-height: 300px;
        border-radius: 5px;
        background-size: cover;
        background-position: center center;
        position: relative;
        background-color: #f9f9f9;
    }

        section .list .item .lozad:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: transparent;
            background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(60%,transparent),color-stop(66%,rgba(0,0,0,0.1)),color-stop(93%,rgba(0,0,0,0.5)),to(rgba(0,0,0,0.49)));
            background-image: -webkit-linear-gradient(transparent 0%,transparent 60%,rgba(0,0,0,0.1) 66%,rgba(0,0,0,0.5) 93%,rgba(0,0,0,0.49) 100%);
            background-image: linear-gradient(transparent 0%,transparent 60%,rgba(0,0,0,0.1) 66%,rgba(0,0,0,0.5) 93%,rgba(0,0,0,0.49) 100%);
            border-radius: 5px;
        }

        section .list .item .lozad p {
            position: absolute;
            right: 20px;
            bottom: 0;
            width: 100%;
            box-sizing: border-box;
            color: #fff;
            z-index: 2;
            font-family: MjCasablanca !important;
            font-size: 1.5rem;
        }


/*  Slider   */

.single-row-slider-tab-area {
    padding: 1rem 0 !important;
    position: relative;
}

.single-grid-product {
    -webkit-transition: .6s;
    transition: .6s;
}

.single-grid-product__label span {
    line-height: 40px;
    position: absolute;
    z-index: 9;
    top: 20px;
    left: 20px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
}

    .single-grid-product__label span.new {
        background-color: #e33;
    }

    .single-grid-product__label span.sale {
        right: 20px;
        left: auto;
        background-color: #FA255E;
        font-size: 0.8rem;
        font-weight: 700;
        word-spacing: -1.2px;
    }

.single-grid-product__image {
    position: relative;
    margin-bottom: 20px;
}

    .single-grid-product__image > a {
        display: block;
        width: 100%;
    }

        .single-grid-product__image > a img:nth-child(1) {
            visibility: visible;
            opacity: 1;
        }

        .single-grid-product__image > a img:nth-child(2) {
            position: absolute;
            top: 0;
            left: 0;
            visibility: hidden;
            opacity: 0;
        }

.single-grid-product a:hover,
.single-grid-product a.active {
    color: #e33;
}

.single-grid-product a:last-child {
    margin-right: 0;
    border-right: 0;
}

.single-grid-product a:last-child {
    margin-right: 0;
}

.single-grid-product button i,
.single-grid-product a i,
.Widget-Product i,
.CommentActions i {
    font-size: 25px;
    color: #424750;
}

.single-grid-product__category-rating .category a {
    font-weight: 400;
    line-height: 12px;
    color: #929292;
}

    .single-grid-product__category-rating .category a:hover {
        color: #292929;
    }

.single-grid-product__category-rating .rating {
    font-size: 0.75rem;
    font-weight: 800;
}

    .single-grid-product__category-rating .rating span {
        align-items: center;
        display: inline-flex;
        height: 100%;
    }

    .single-grid-product__category-rating .rating i {
        font-size: 16px;
        color: #f5c60d;
        float: left;
        margin-right: 5px;
    }

.single-grid-product__content {
    height: auto;
    padding: 0 10px;
    color: #424750 !important;
    text-align: justify;
    direction: ltr;
}

.single-grid-product__price {
    margin-bottom: 0.5rem !important;
}

.single-grid-product__title {
    font-size: 0.75rem;
    line-height: 1.8;
    text-align: center;
    font-weight: 800;
    direction: rtl;
}

    .single-grid-product__title a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }

.single-grid-product__title,
.single-grid-product__category-rating .rating {
    margin-bottom: 0.9rem !important;
}


.toman {
    margin-right: 0.25rem;
    float: left;
    font-size: 13px;
}

.single-grid-product p {
    width: 100%;
}

.single-grid-product__title a:hover {
    color: #e33;
}



.single-grid-product--widget-mode {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-grid-product--widget-mode__image {
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
}

.single-grid-product--widget-mode__content {
    padding-left: 20px;
    -webkit-flex-basis: calc(100% - 100px);
    -ms-flex-preferred-size: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
}

.single-grid-product--list-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.single-grid-product--list-view__image {
    margin-bottom: 0;
    -webkit-flex-basis: 270px;
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px;
}

.single-grid-product--list-view__content {
    margin-left: 30px;
    -webkit-flex-basis: calc(100% - 270px);
    -ms-flex-preferred-size: calc(100% - 270px);
    flex-basis: calc(100% - 270px);
}

    .single-grid-product--list-view__content .category {
        margin-bottom: 15px;
    }

        .single-grid-product--list-view__content .category a:hover {
            color: #292929;
        }

    .single-grid-product--list-view__content .rating {
        margin-bottom: 20px;
    }

        .single-grid-product--list-view__content .rating i {
            font-size: 15px;
        }

            .single-grid-product--list-view__content .rating i.active {
                color: #f5c60d;
            }

.single-grid-product--list-view__title {
    margin-bottom: 20px;
}

.single-grid-product--list-view__price {
    margin-bottom: 40px;
}

.single-grid-product--list-view__product-short-desc {
    line-height: 24px;
    padding-top: 40px;
    color: #707070;
    border-top: 1px solid #e0e0e0;
}

.single-grid-product:hover .single-grid-product__image > a img:nth-child(2) {
    visibility: visible;
    opacity: 1;
}

.single-grid-product:hover .hover-icons {
    bottom: 20px;
    visibility: visible;
    opacity: 1;
}

.single-grid-product .product-countdown {
    width: 350px;
    max-width: 100%;
}

    .single-grid-product .product-countdown .single-countdown {
        width: 25%;
    }

.single-row-slider-wrapper .slick-arrow,
.double-row-slider-wrapper .slick-arrow {
    line-height: 46px;
    position: absolute;
    z-index: 9;
    top: 40%;
    visibility: hidden;
    width: 50px;
    height: 50px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    opacity: 0;
    color: #9e9e9e;
    border: 2px solid #e1e1e1;
    border-radius: 100%;
    background: #f7f7f9;
}

    .single-row-slider-wrapper .slick-arrow.slick-prev,
    .double-row-slider-wrapper .slick-arrow.slick-prev {
        left: -20px;
    }

    .single-row-slider-wrapper .slick-arrow.slick-next,
    .double-row-slider-wrapper .slick-arrow.slick-next {
        right: -20px;
    }

.single-row-slider-wrapper:hover .slick-arrow,
.double-row-slider-wrapper:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
}

    .single-row-slider-wrapper:hover .slick-arrow.slick-prev,
    .double-row-slider-wrapper:hover .slick-arrow.slick-prev {
        left: -25px;
    }

    .single-row-slider-wrapper:hover .slick-arrow.slick-next,
    .double-row-slider-wrapper:hover .slick-arrow.slick-next {
        right: -25px;
    }

.single-grid-product:hover .shortcut,
.single-grid-product:active .shortcut {
    visibility: visible;
    opacity: 1;
}

.single-row-slider-wrapper .slick-slide {
    display: none;
    height: auto;
    min-height: 1px;
    margin: 0 5px;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius) !important;
}

.single-grid-product__image img {
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 0.7em 0.7em 0 0;
    height: 12rem;
    width: 100%;
    margin-top: 10px;
    object-fit: contain;
}

@media only screen and (max-width: 768px) /* Tablet*/
{
  
}

@media only screen and (max-width: 575px) /* Mobile */
{
    
}

footer .About{
    text-align: center;
}

footer .About p {
    font-size: 1rem;
    font-weight: 800;
    color: var(--ThirdColor);
}

    footer .About a{

        line-height: 40px;

    }

    /*footer*/
    .features img {
        height: 40px;
    }

    .features p {
        margin-top: 15px;
    }

    .features i, .features p {
        text-align: center;
        font-size: 0.75rem;
        color: #424750;
        font-weight: 700;
    }

    footer {
        position: relative;
    }

        footer .logo h1,
        footer .logo p {
            color: #FA255E;
            font-size: 2.2rem;
            font-weight: 800;
            margin: 0;
        }

        footer h1 {
            font-size: 0.95rem;
            font-weight: 700;
        }

            footer h1 small {
                font-size: 90%;
            }

        footer span {
            color: #424750;
            line-height: 2;
        }

        footer .namads .namad {
            border-radius: 0.6rem;
            padding: 0.7rem;
        }

            footer .namads .namad a,
            footer .namads .namad img {
                width: inherit;
                height: 160px;
            }

        footer .copyright-social li {
            display: inline-block;
            margin-right: 5%;
        }

            footer .copyright-social li a {
                font-size: 2rem;
                display: block;
                -webkit-transition: .3s;
                transition: .3s;
                color: #929292;
            }

        footer .copyright-text {
            width: 100%;
            text-align: center;
            font-weight: 700;
            font-size: 12px;
            line-height: 30px;
            color: #424750;
            background-color: #F0F0F1;
        }

            footer .copyright-text a {
                -webkit-transition: .3s;
                transition: .3s;
            }

@media only screen and (max-width: 767px)
{
    footer {
        margin-bottom: 50px;
    }
}

            /*General*/

.slick-initialized .slick-slide {
    display: block
}