@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

@font-face {
    font-family: FSAlbert;
    src: url(../fonts/FS-Albert-Arabic-Web.ttf)
}

@font-face {
    font-family: FSAlbertBold;
    src: url(../fonts/FS-Albert-Arabic-Web-Bold.ttf)
}

@font-face {
    font-family: FSAlbertlight;
    src: url(../fonts/FS-Albert-Arabic-Web-Light.ttf)
}

:root{
    --theme-color-1: #4E7F51;
    --theme-color-2: #DFB35A;
    --theme-text: #828282;
    --ar-font-weight-300: "FSAlbertlight";
    --ar-font-weight-400: "FSAlbert";
    --ar-font-weight-700: "FSAlbertBold";
}
body{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    background-color: #f5f5f5;
    color: var(--theme-text);
    overflow-x: hidden !important;
}
.overflow__hidden {
    overflow: hidden !important;
}

h1, h2, h3, h4, h5, h6{
    color: #1F3152;
    font-weight: 600;
    line-height: 1.1;
}

a {
    transition: all .35s;
    color: inherit;
}
a:hover,
a:focus{
    color: var(--theme-color-2);
    text-decoration: none;
}
ul {
    list-style: none;
    padding: unset;
    margin: unset;
}

.btn{
    font-size: 14px;
    font-weight: 500;
    padding: 15px 40px;
    border: 0;
    border-radius: 6px;
    box-shadow: none !important;
    transition: all .2s ease;
}
.btn-default{
    background-color: var(--theme-color-1);
    color: #fff !important;
}
.btn-default:hover,
.btn-default:focus{
    background-color: var(--theme-color-2);
}
.btn-alternate{
    background-color: var(--theme-color-2);
    color: #fff !important;
}
.btn-lg{
    font-size: 16px;
    padding: 16px 40px;
}
.btn-sm{
    font-size: 12px;
    padding: 5px 15px;
}

label{
    color: #1F3152;
    margin-bottom: 5px;
}
.form-control{
    height: 48px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    border-radius: 6px;
}
.form-control:focus{
    border-color: var(--theme-color-2);
    box-shadow: none;
}

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px;
    }
}

.header-top{
    padding: 15px 0;
}
.search-bar{
    position: relative;
}
.search-bar .form-control{
    padding-left: 45px;
}
.search-bar .fa-magnifying-glass{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

.address-picker{
    margin-right: 30px;
}
.address-picker>label{
    margin-bottom: -2px;
    display: block;
    font-weight: 500;
}
.address-picker>.dropdown>a{
    color: var(--theme-color-1);
}

.lang-switcher>a{
    font-family: var(--ar-font-weight-400);
    font-size: 15px;
}
.lang-switcher>a>i{
    color: var(--theme-color-1);
}

.navbar{
    padding: 10px 15px;
    background-color: var(--theme-color-1);
}
.navbar-toggler{
    color: #fff;
    padding: 0;
    border: 0;
    font-size: 20px;
    margin-left: auto;
}
.navbar-nav .nav-link{
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    padding: 20px !important;
    position: relative;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .active>.nav-link,
.navbar-nav .nav-item:hover .nav-link,
.navbar-nav .active>.nav-link{
    color: var(--theme-color-2);
}

.dropdown-toggle::after{
    margin-left: 0;
}
.dropdown-menu{
    border: 1px solid rgb(0 0 0 / .05);
    border-radius: 5px;
    padding: 10px 0;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);;
}
.dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: 400;
    padding: 7px 20px;
    border-bottom: 0;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active {
    background-color: #FAFAFA;
}
.navbar .dropdown-menu{
    left: 20px;
}

.subSide_category {
    display: none;
    padding: 6px 10px;
    background-color: #fff;
}

.firstSide_menu {
    position: relative;
    width: 100%;
    background-color: #fff;
}

.firstSide_link {
    display: block;
    color: #181725;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 20px;
    flex: 1;
}
.firstSide_link:hover {
    background-color: #E4B953;
    color: #181725;
}
.secondSub_link {
    display: block;
    color: #181725;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 20px;
}
.secondSub_link:hover {
    color: #181725;
}
.firstSide_ulist {
    padding: 10px 0;
    background-color: #E4B9531A;
}
/* .goBackmenu_mob {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.goBackmenu_mob i {
    width: 40px;
    text-align: center;
} */

@media (max-width: 991.98px){
    .megaWide_menu {
        padding-top: 20px;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
        left: 0;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        min-height: 100%;
        max-height: 100%;
        overflow-y: auto;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none ; /* Firefox */
    }
    .megaWide_menu::-webkit-scrollbar {
        display: none;
    }
    .firstSide_menu {
        padding: 10px 0;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .firstSide_link {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    /* .subSide_category {
     opacity: 0;
        visibility: hidden;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    } */
    .subMenu_Opened {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
    .openSub_catMob {
        width: 40px;
        text-align: center;
        font-size: 16px;
    }
    .closeBtn_mobile {
        position: absolute;
        top: 10px;
        right: 20px;
        width: 40px;
        height: 40px;
        font-size: 24px;
        color: #adaaaa;
        background-color: transparent;
        border: none;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
}

@media (min-width: 992px){
    .desktop_none {
        display: none;
    }
    header .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -o-transition: 0.3s;
        transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
    }
    header .dropdown:hover .dropdown-menu{
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        transform: rotateX(0);
    }
    .megaWide_menu {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        position: absolute;
        top: 80%;
        left: 0;
        right: 0;
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -o-transition: 0.3s;
        transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        z-index: 9;
        height: 650px;
    }
    /* header .categories-dropdown .dropdown_toggle:hover + .megaWide_menu,
    .megaWide_menu:hover{
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        transform: rotateX(0);
    } */

    .megaMenu_show {
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        transform: rotateX(0);
    }
    .firstSide_menu {
        overflow-y: auto;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none ; /* Firefox */
    }
    .firstSide_menu::-webkit-scrollbar {
        display: none;
    }
    .firstSide_ulist {
        width: 25%;
        height: 100%;
    }
    .firstSide_uitem {
        display: flex;
        min-width: 230px;
        width: 100%;
    }
    .subSide_category {
        position: absolute;
        left: 25%;
        top: 0;
        width: 75%;
        height: 100%;
    }
    [dir='rtl']  .subSide_category {
        left: auto;
        right: 25%;
    }
    .secondSub_ulist {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
    }
    .firstSide_link:hover ~ .subSide_category,
    .subSide_category:hover {
        display: block;
    }
}
.subSidMd_title {
    font-size: 18px;
    font-weight: 600;
    color: #181725;
    padding: 10px 16px;
    margin-bottom: 0;
}

.navbar.stuck {
    position: fixed;
    top: 0;
    margin: 0;
    z-index: 997;
    width: 100%;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-name: fixedHeader;
    animation-name: fixedHeader;
}
@keyframes fixedHeader {
    0% {
        transform: translateY(-60px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes fixedHeader {
    0% {
        transform: translateY(-60px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.categories-dropdown>.dropdown_toggle{
    background-color: #fff;
    color: var(--theme-color-1);
    padding: 12px 15px;
    border-radius: 6px;
    font-weight: 500;
}
.categories-dropdown:hover>.dropdown_toggle{
    color: var(--theme-color-2);
}

.categories-dropdown .dropdown-menu{
    left: 0;
    margin-top: 10px;
    min-width: 100%;
    width: max-content;
}

.navbar-right>.nav>li{
    margin-left: 25px;
}
.navbar-right>.nav>li>a{
    font-size: 20px;
    color: #fff;
}
.navbar-right>.nav>li>a:hover{
    color: var(--theme-color-2);
}
.slide-caption h2{
    font-size: 40px;
    font-weight: 700;
    margin: 20px 0;
}
.slide-caption p{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 40px;
}
.slide-caption .btn{
    border: 2px solid var(--theme-color-2);
    color: var(--theme-color-2);
    padding: 15px 55px;
}
.slide-caption .btn:hover{
    background-color: var(--theme-color-2);
    color: #fff;
}

.section{
    padding: 40px 0;
}
.section-title{
    padding-bottom: 30px;
    background-image: url(../images/title-sep.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-bottom: 30px !important;
}

.home-categories .nav{
    margin-top: 5px;
}
.home-categories .nav .nav-link{
    color: #253D4E;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 500;
}
.home-categories .nav .nav-link:hover,
.home-categories .nav .nav-link.active{
    color: var(--theme-color-1);
}
.home-categories .nav .nav-link.active{
    font-weight: 600;
}
.category-item{
    display: block;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 6px;
}
.category-item__img{
    min-height: 132px;
    display: flex;
    align-items: center;
}
.category-item__img img{
    max-height: 100%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: perspective(1000px) translate3d(0,0,0);
    transform: perspective(1000px) translate3d(0,0,0);
}
.category-item:hover .category-item__img img{
    -webkit-transform: perspective(1000px) translate3d(0,0,21px);
    transform: perspective(1000px) translate3d(0,0,21px);
}
.category-item h3{
    font-size: 16px;
    margin: 30px 0 3px;
}
.category-item p{
    color: #ADADAD;
    font-size: 13px;
    margin-bottom: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #F2F3F4;
    color: #1F3152;
    font-size: 17px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -25px;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover{
    background-color: var(--theme-color-2);
    color: #fff;
}
.owl-carousel .owl-nav button.owl-next{
    right: -20px;
}
.owl-carousel .owl-nav button.owl-prev{
    left: -20px;
}
.owl-dots{
    text-align: center;
    margin-top: 20px;
    line-height: 1;
}
.owl-carousel button.owl-dot{
    display: inline-block;
    width: 40px;
    height: 5px;
    margin: 0 2px;
    border-radius: 0;
    background-color: rgba(80%,80%,80%,.3);
}
.owl-carousel button.owl-dot.active{
    background-color: var(--theme-color-2);
}

.vendor-item{
    margin-bottom: 30px;
}
.vendor-item h4{
    font-size: 16px;
    margin: 10px 0 0;
}

.product-item{
    background-color: #fff;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 30px;
}
.product-item__img {
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.product-item__img > a, .product-item__img img {
    max-height: 100%;
    height: 100%;
    margin: auto;
    display: block;
}
.product-item__content{
    padding: 15px 0;
}
.product-item__title{
    font-size: 18px;
    margin: 0 0 5px;
}
.product-item__price{
    margin-bottom: 15px;
}
.product-item__price .price{
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color-1);
    margin-right: 5px;
}
.product-item__price .old-price{
    color: #1F3152A6;
    text-decoration: line-through;
}
.product-item__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-item__actions .btn-cart{
    height: 40px;
    font-size: 12px;
    padding: 7px;
    margin: 0 3px;
    font-weight: 500;
    color: var(--theme-color-1);
    border: 1px solid var(--theme-color-1);
}
.product-item__actions .btn-cart:hover{
    background-color: var(--theme-color-1);
    color: #fff;
}
.product-item__actions .btn-wishlist{
    font-size: 20px;
    color: var(--theme-color-2);
    border: 1px solid var(--theme-color-2);
    padding: 0;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    margin-left: 5px;
    position: absolute;
    top: 20px;
    right: 20px;
}
.product-item__actions .btn-wishlist:hover{
    background-color: var(--theme-color-2);
    color: #fff;
}
.product-item__actions .btn-trash{
    font-size: 20px;
    color: var(--theme-color-2);
    border: 1px solid var(--theme-color-2);
    padding: 0;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    margin-left: 5px;
}
.product-item__actions .btn-trash:hover{
    background-color: var(--theme-color-2);
    color: #fff;
}

.home-app-download h2{
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 20px;
}
.home-app-download h2 span{
    display: block;
    color: var(--theme-color-1);
    font-size: 60px;
}
.home-app-download p{
    font-size: 22px;
    margin-bottom: 30px;
}

/*Modals*/
.modal-header{
    height: 200px;
    background-color: #000;
    background-image: url(../images/modal-header-bg.jpg);
    background-size: cover;
}

.footer-top{
    padding: 80px 0;
    border-top: 1px solid #BDBDBD;
}
.footer-widget__title{
    font-size: 20px;
    margin-bottom: 30px;
}
.footer-widget__links ul>li{
    margin-bottom: 10px;
}
.footer-widget__links ul>li>a{
    position: relative;
}
.list-social>li>a{
    color: var(--theme-color-1);
    font-size: 16px;
}
.list-social>li>a:hover{
    color: var(--theme-color-2);
}
.list-contacts>li{
    margin-bottom: 15px;
}

.footer-widget__newsletter .btn{
    padding-top: 12px;
    padding-bottom: 12px;
}
.footer-bottom{
    padding: 30px 0;
    color: #F2F2F2;
    background-color: var(--theme-color-1);
}
.copyrights span{
    color: var(--theme-color-2);
}

#backToTop {
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: var(--theme-color-2);
    border-radius: 50%;
    color: #fff;
    opacity: 0.8;
    display: none;
}
#backToTop:hover{
    opacity: 1;
}

/*Preloader*/
#loading{
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    margin-top: 0px;
    top: 0px;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar {
    width: 360px;
    position: fixed;
    top: 0;
    right: -360px;
    height: 100vh;
    z-index: 999;
    background: #ffffff;
    transition: all 0.3s;
    /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);*/
}
.sidebar.active {
    right: 0 !important;
    box-shadow: -5px 3px 10px rgba(0, 0, 0, 0.08);
}
.sidebar-content{
    padding: 50px 30px;
}
.sidebar-dismiss {
    font-size: 22px;
    line-height: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.4;
}
.sidebar-dismiss:hover {
    opacity: 0.8;
}
.sidebar-overlay {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: 998;
    display: none;
}

.cart-title{
    font-size: 22px;
    margin-bottom: 40px;
}
.cart-item{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.cart-item{
    margin-bottom: 15px;
    position: relative;
}
.cart-item__img>img {
    min-width: 100px;
    width: 100px;
    height: 100px;
    margin-right: 10px;
}
.cart-item h6 {
    font-size: 16px;
    margin-bottom: 15px;
}
.cart-item__price{
    font-size: 15px;
    font-weight: 600;
    color: var(--theme-color-1);
}
.cart-item__actions{
    position: absolute;
    right: 0;
    top: 3px;

}
.cart-item__actions>a{
    font-size: 14px;
    color: #7e7e7e;
    margin-left: 5px;
}

.signle-item__qty{
    display: flex;
    align-items: center;
    height: 40px;
    padding: 5px;
    border: 1px solid #000;
    width: fit-content;
}
.signle-item__qty>input,
.signle-item__qty>.decrease,
.signle-item__qty>.increase{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
}
.signle-item__qty>input{
    border: 0;
    outline: none;
    font-size: 15px;
    text-align: center;
}
.signle-item__qty input::-webkit-outer-spin-button,
.signle-item__qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.signle-item__qty>.decrease,
.signle-item__qty>.increase{
    background-color: transparent;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    transition: all .2s ease;
}
.signle-item__qty>.decrease:hover,
.signle-item__qty>.increase:hover{
    background-color: #eaeaea;
}

#cartSidebar .signle-item__qty{
    height: 26px;
    padding: 2px;
    width: 66px;
    margin: 0 10px 0 3px;
}

#cartSidebar .signle-item__qty>input,
#cartSidebar .signle-item__qty>.decrease,
#cartSidebar .signle-item__qty>.increase {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.card{
    border: 1px solid #EBEBEB;
    border-radius: 6px;
    margin-bottom: 20px;
}

.single-product .card {
    padding: 16px;
}

.account-nav .list-group-item{
    color: #303030;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 20px;
    border: 0;
    border-radius: 0;
}
.account-nav .list-group-item.active,
.account-nav .list-group-item:hover{
    background: #4E7F511A;
    color: var(--theme-color-1);
}

.single-address{
    padding: 30px 80px 30px 30px;
    color: #B9B9C5;
}
.single-address__actions{
    position: absolute;
    right: 20px;
    top: 20px;
}
.single-address__actions>a{
    margin-left: 10px;
    font-size: 15px;
}

.categories-row .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
@media (min-width: 992px){
    .categories-row{
        margin-right: -5px;
        margin-left: -5px;
    }
    .categories-row .col {
        -ms-flex: 0 0 14.285714%;
        flex: 0 0 14.285714%;
        max-width: 14.285714%;
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 10px;
    }
}
@media (min-width: 1400px){
    .categories-row{
        margin-right: -15px;
        margin-left: -15px;
    }
    .categories-row .col {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 30px;
    }
}

.filter-wrapper{
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 6px;
}
.filter-part{
    margin-bottom: 50px;
}
.filter-part:last-child{
    margin: 0;
    border: 0;
    padding: 0;
}
.filter-part>h4{
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.filter-part>h4>a::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 13px;
}
.filter-part>h4>a[aria-expanded="false"]::before{
    content: "\f107";
}
.filter-part>h4>a[aria-expanded="true"]::before{
    content: "\f106";
}

#price{
    border: 0;
    outline: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #606060;
}
.ui-slider{
    border: 0 !important;
    border-radius: 0;
    height: 5px;
    background-color: #EBEBEB;
    margin: 5px 5px 0;
}
.ui-slider .ui-slider-range{
    height: 5px;
    background-color: var(--theme-color-1);
    border-color: var(--theme-color-1);
}
.ui-slider .ui-slider-handle{
    width: 18px;
    height: 18px;
    background-color: var(--theme-color-1);
    border-color: var(--theme-color-1);
    border-radius: 50%;
    top: -6px;
}
.ui-slider .ui-slider-handle:focus{
    background-color: var(--theme-color-2);
    border-color: var(--theme-color-2) !important;
    outline: none;
}

.custom-control-label{
    cursor: pointer;
}
.custom-control-label::before,
.custom-control-label::after{
    top: 3px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    background-color: var(--theme-color-1);
}

.single-product__header h1{
    font-size: 24px;
}
.single-product__header .col-auto a{
    font-size: 18px;
    margin-left: 5px;
}

.order-summary .table tfoot{
    color: var(--theme-color-1);
}

.payment-methods .btn-group .btn{
    padding: 8px 10px;
    background-color: transparent;
    border-radius: 0 !important;
    border: 1px solid #ced4da;
    font-size: 14px;
    text-align: left;
    width: 33.3333333%;
}
.payment-methods .btn-group .btn.active{
    border-color: var(--theme-color-1);
    color: var(--theme-color-1);
    font-weight: 600;
}
.payment-methods .btn-group .btn>span{
    display: block;
    font-size: 11px;
}
.payment-methods .btn-group .btn>i{
    font-size: 30px;
}

.order-complete-msg i{
    font-size: 120px;
    line-height: 1;
}
.order-complete-msg .fa-circle-check{
    color: var(--theme-color-1);
}
.order-complete-msg h6{
    font-size: 28px;
    margin: 40px 0 15px;
}

.page-link{
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    margin-left: 5px;
    line-height: 40px;
    text-align: center;
    border: 0;
    background-color: transparent;
    color: #1F3152;
    font-weight: 500;
}
.page-item.active .page-link {
    background-color: var(--theme-color-2);
    border-color: var(--theme-color-2);
}
.page-item.disabled .page-link {
    background-color: transparent;

}

@media(max-width: 575px) {
    .cart-item__price {
        font-size: 12px;
        margin-inline-start: 10px !important;
    }
    .single-product__header h1 {
        font-size: 19px;
    }
}

.lang-switcher .dropdown-menu{
    right:0;
    left:auto;
    min-width: auto;
}


.loyality__row {
    display: flex;
    flex-wrap: wrap;
}
.loyality_card {
    padding: 26px;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.points_title {
    font-size: 16px;
    font-weight: 700;
    color: #181725;
    margin-bottom: 16px;
}
.pointsC_flex {
    display: flex;
    justify-content: space-between;
}
.pointsC_flex:not(:last-of-type) {
    align-items: center;
    margin-bottom: 16px;
}
.orderN_smCrd {
    display: flex;
}
.point_thumb {
    display: block;
    min-width: 26px;
    width: 26px;
    height: 26px;
    margin-inline-end: 8px;
}
.orderSM_date {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #181725;
    margin-bottom: 4px;
}
.orderMD_num {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #181725;
    margin-bottom: 4px;
}
.greenPoint {
    font-size: 16px;
    font-weight: 700;
    color: #527F4B;
}
.totalPoints_card {
    position: relative;
    padding-inline-start: 26px;
}
.totalPoints_card::before {
    position: absolute;
    content: '';
    top: 40px;
    left: 0;
    width: 2px;
    height: 340px;
    background-color: #E4B953;
}
.bold_pointsC {
    background-image: url(../images/gbk.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
}
.bold_pointsC h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 8px;
}
.lgNum_points {
    display: block;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
}
.totaP_dess {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: unset;
}
.mdSide_title {
    color: #181725;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}
.totalPoints_card > p {
    font-size: 14px;
    font-weight: 300;
    color: #000;
}
.expSCd_wrapper {
    margin: 24px 0;
    background-color: #E4B9531A;
    padding: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.express_colMD {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 26px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.expWrap_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.carSM_thumb {
    min-width: 26px;
    width: 26px;
    height: 26px;
    margin-inline-end: 8px;
}
.ExprSM_name {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: #E4B953;
}
.delvTime_deRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.delvSM_card {
    padding: 10px 16px;
    text-align: center;
}
.delvSM_ctilte {
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    color: #E4B953;
    margin-bottom: 2px;
}
.delvSM_cNum {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    color: #4F4F4F;
}
.scheduled_colMD {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 26px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.hasOrange_bkSC {
    background-color: #E4B953;
}
.hasOrange_bkSC .ExprSM_name{
    color: #fff;
}
.hasOrange_bkSC .delvSM_ctilte{
    color: #fff;
}
.openSide_menu {
    cursor: pointer;
}
.hasOrange_bkSC .carSM_thumb,.hasOrange_bkSC .circle_th {
    filter: brightness(10);
    -webkit-filter: brightness(10);
}

/*** new side menu ***/
.cartMenu_Sidebar {
    position: fixed;
    display: block;
    background-color: #fff;
    top: 0;
    right: 0;
    width: 380px;
    height: 100%;
    z-index: 3000;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    overflow-y: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none ; /* Firefox */
}
.cartMenu_Sidebar::-webkit-scrollbar {
    display: none;
}
.langMenu_Sidebar {
    position: fixed;
    display: block;
    background-color: #fff;
    top: 0;
    right: 0;
    width: 380px;
    height: 100%;
    z-index: 99999;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    overflow-y: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none ; /* Firefox */
}
.langMenu_Sidebar::-webkit-scrollbar {
    display: none;
}

.cartMenu_SHow {
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
}
.cartMenu_SContainer {
    position: relative;
    padding: 26px;
}
.cartMenu_title {
    font-size: 20px;
    font-weight: 500;
    color: #181725;
    margin-bottom: 10px;
}
.closeCart_menu {
    position: absolute;
    top: 22px;
    right: 26px;
    width: 35px;
    height: 35px;
    color: #939393;
    border: 1px solid #939393;
    background-color: transparent;
    font-size: 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.mob-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-color: #000 !important;
    opacity: 0;
    visibility: hidden;
    z-index: 2900;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.mob-overlay.active {
    opacity: 0.5;
    visibility: visible;
}
.exprSide_card1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
}
.exprSide_cimg {
    display: block;
    min-width: 100px;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 8px;
}
.exprSide_card1 h5 {
    font-size: 18px;
    font-weight: 600;
    color: #292D32;
    margin-bottom: 4px;
}
.exprSide_card1 p {
    font-size: 14px;
    font-weight: 400;
    color:rgba(0, 0, 0, 0.8);
    margin-bottom: 0;
}
.transfer_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background-color: #E4B953;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin: 16px 0;
}
.transfer_btn img {
    width: 24px;
    margin-inline-end: 8px;
}
.transfer_btn:hover {
    color: #000;
}
.checkbox_title {
    color: #000;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 12px;
}
textarea.coupon_input {
    width: 100%;
    height: 53px;
    resize: none;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
    padding-inline-start: 16px;
    padding-top: 11px;
    color: #A9ABBD;
    font-size: 14px;
}
.orderStats_Steps {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.orderStats_CardN1 {
    position: relative;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
}
.orderStats_CardN1:not(:last-of-type) {
    margin-inline-end: 96px;
}
.orderStats_CardN1:not(:last-of-type)::after {
    position: absolute;
    content: '';
    width: 68px;
    height: 2px;
    background-color: #000;
    top: 50%;
    right: -80px;
}
.orderStats_CardN1.isDone_stats {
    color: #4E7F51;
    font-weight: 600;
}
.orderStats_CardN1.isDone_stats:not(:last-of-type)::after {
    background-color: #4E7F51;
}
.address_name {
    font-size: 20px;
    font-weight: 500;
    color: #4E7F51;
    margin-bottom: 16px;
    text-transform: capitalize;
}
.address_name img {
    min-width: 24px;
    width: 24px;
    margin-inline-end: 14px;
}
.table.checkout_table td, .table.checkout_table th {
    border-top: none;
    padding: 8px;
    color: #828282;
}
.ceckOut__pills {
    justify-content: space-between;
    background-color: rgba(228, 185, 83, 0.1);
    margin-bottom: 24px;
    padding: 10px 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.nav-pills.ceckOut__pills .nav-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 60px;
    padding: 0;
    color: #E4B953;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    background-color: transparent;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.nav-pills.ceckOut__pills .nav-link.active,
.nav-pills.ceckOut__pills .show>.nav-link {
    color:  #fff;
    background: #E4B953;
}
.nav-pills.ceckOut__pills .nav-link.active img,
.nav-pills.ceckOut__pills .show>.nav-link img {
    filter: brightness(9);
    -webkit-filter: brightness(9);
}
.chdate_radio {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
}
.sideMD_title {
    color: #181725;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
.form_row {
    display: flex;
    flex-wrap: wrap;
}
.nice-select.date__input {
    color: #181725;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.nice-select:after {
    right: 18px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #4E7F51;
    border-right: 2px solid #4E7F51;
}
.mbottom_24 {
    margin-bottom: 24px;
}
.orders_title {
    color: #252525;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
.product_nTitle {
    color: #4E7F51;
    font-size: 18px;
    font-weight: 400px;
    position: relative;
    margin-bottom: 40px !important;
}
.product_nTitle a{
    color: #4E7F51;
}
.product_nTitle::after {
    position: absolute;
    content: url(../images/dots.png);
    bottom: -20px;
    left: 0;
}
.cHeckone__wrapper {
    display: none;
}
.cHeckone__wrapper.show {
    display: block;
}
/*** language menu ***/
.scroll__target {
    overflow: hidden auto;
}
.langMenu_paddMD {
    padding: 10px 26px;
}
.langMenu_title {
    font-size: 16px;
    font-weight: 500;
    color: #181725;
    margin-bottom: 10px;
}
.hasborder_coutnry {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    flex-direction: column;
    padding: 16px;
    display: flex;
    border-top: 1px solid rgb(234, 234, 234);
    background-color: rgb(255, 255, 255);
}
.cssCount_label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    height: 16px;
}
.cssCount_label input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-inline-end: 16px;
}
.cssCount_label img {
    width: 20px;
    height: 16px;
}
.cssCount_name {
    font-size: 14px;
    color: #181725;
    margin-inline-start: 10px;
}
.slectSD_lang {
    display: none;
    padding-inline-start: 26px;
}
.csslang_mdtitle {
    font-size: 14px;
    font-weight: 500;
    color: #4b4b57;
    margin-bottom: 10px;
}
.cssLang_flex {
    display: flex;
    background-color: rgb(244, 244, 244);
    border-radius: 5px;
    padding: 5px;
}
.cssbtn_bkWhite {
    position: relative;
    width: 162px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.cssbtn_bkGrey {
    font-weight: 400;
    background-color: rgb(244, 244, 244);
}
.innerLang_radio {
    cursor: pointer;
    opacity: 0;
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
}
.innerLang_span {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: rgb(244, 244, 244);
}
.innerLang_radio:checked+.innerLang_span {
    background-color: #fff;
}
.active_CDlang .slectSD_lang {
    display: block;
}
.fixedBT_wrapBtns {
    position: fixed;
    bottom: 0px;
    background-color: #fff;
    width: 100%;
    padding: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 5px;
}
.myFlex_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 50px;
    border: none;
    font-weight: 500;
    text-transform: capitalize;
}
.CNTcancel__btn {
    background-color: transparent;
    color: #000;
    margin-inline-end: 10px;
}
.CNTconfirm__btn {
    background-color: #DFB35A;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.CNTconfirm__btn:hover {
    background-color: #ddba73;
}
.padding_mdS {
    padding: 26px;
}

@media (max-width: 991.98px){
    .d_mob_none {
        display: none;
    }
}
@media(max-width: 575px) {
    .bold_pointsC {
        height: 150px;
    }
    .loyality_card {
        padding: 16px 6px;
    }
    .pointsFLex_wrap {
        margin-bottom: 30px;
    }
    .lgNum_points {
        font-size: 18px;
    }
    .bold_pointsC h5 {
        font-size: 14px;
    }
    .totaP_dess {
        font-size: 14px;
    }
    .ExprSM_name {
        font-size: 13px;
    }
    .express_colMD, .scheduled_colMD {
        padding: 12px;
    }
    .cartMenu_Sidebar {
        width: 100%;
    }
    .exprSide_cimg {
        min-width: 80px;
        width: 80px;
        height: 80px;
    }
    .section {
        padding: 26px 0;
    }
    .cart-item__img>img {
        min-width: 60px;
        width: 60px;
        height: 60px;
    }
}
.ms-slide .ms-slide-bgcont {
    background: #f5f5f5;
}
.ms-slide .ms-slide-bgcont img
{
    max-width: 100% !important;
    height: auto !important;
}
.ms-thumb-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 991.98px){
    .d_mob_none {
        display: none;
    }
    .single-product_gallery .ms-thumb-list {
        position: relative;
        margin-top: 10px;
        left: 0 !important;
    }
    .single-product_gallery  .master-slider{
        margin: 0 !important;
    }
}
