/* @font-face {
    font-family: GE Dinar Two-Medium;
    src: url("../../../webfonts/Ge-Dinar/GE Dinar Two Medium.otf");
}
@font-face {
    font-family: GE Dinar Two-Medium-Italic;
    src: url("../../../webfonts/Ge-Dinar/GE Dinar Two Medium Italic.otf");
} */
@font-face {
    font-family: Cairo-Bold;
    src: url("../../../webfonts/Cairo/Cairo-Bold.ttf");
}
@font-face {
    font-family: Montserrat-Medium;
    src: url("../../../webfonts/Montserrat/MontserratAlternates-Medium.otf ");
}
@font-face {
    font-family: Barlow;
    src: url('../../../webfonts/Barlow-Regular.ttf');
}
@font-face {
    font-family: GE Dinar Two-Medium;
    src: url("../../../webfonts/Aljazeera-font/Al-Jazeera-Arabic-Regular.ttf");
}
@font-face {
    font-family: GE Dinar Two-Medium-Italic;
    src: url("../../../webfonts/Aljazeera-font/Al-Jazeera-Arabic-Bold.ttf");
}


body{
    position: relative;
    direction: rtl;
    font-family: var(--main-font-family), sans-serif;
    overflow-x: hidden;
    font-variant-numeric: normal;

}
a,a:hover{
    text-decoration: none;
}
.btn:focus{
    box-shadow: none;
}
.language-modal-dialog{
    max-width: 225px !important;
    top: 25%;
}
.close{
    opacity: 1 !important;
    padding: 3px 12px !important;
}
.close-btn{
    width: 12px;
}
.language-modal-header,.language-modal-body{
    border-bottom: 0;
}
.language-modal-content{
    border: none;
    background-color: rgba(254, 248, 239, 0.97);
}
.choose-lang-txt{
    font-size: 18px;
    color: #463612;
}
.language-btn,.language-btn:hover{
    border-radius: 8px;
    font-size: 13px;
    color: white;
    background-color: var(--main-orange-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 40px;
    margin: auto;
}
:root{
    --main-font-family: GE Dinar Two-Medium, sans-serif;
    --main-orange-color: #DDA519;
    --dark-brown-color: #754921;
}
.radius-5{
    border-radius: 5px;
}
.radius-10{
    border-radius: 10px;
}
.main-banner-section{
    background-image: url('../../images/main-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 550px;
}
.text-above-banner-div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #2626266A;
}
.text-above-banner{
    font-size: 34px;
 }
.text-above-banner.white{
    color: white !important;
}
.text-above-banner.orange{
    color: var(--main-orange-color);
}
.more-button,.more-button:hover{
    font-size: 18px;
    background-color: var(--main-orange-color);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 155px;
    height: 48px;
    border-radius: 7px;
    margin: auto;
}
.category-section{
    background-image: url('../../images/category-Bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 465px;
}
.main-title{
    font-size: 28px;
    font-weight: bold;
}
.main-subtitle{
    font-size: 20px;
    color: white;
    line-height: 34px;
}
.main-title.dark-brown{
    color: var(--dark-brown-color);
}
.main-title.orange{
    color: var(--main-orange-color);
}
.category-card{
    border: none;
    border-radius: 12px;
}
.category-img-bg{
    background-color: #F3E6D3;
    border-radius: 12px 12px 0 0;
}
.category-card-title{
    font-size: 18px;
    color: white;
    text-align: center;
}
.category-card-body{
    border-radius: 0 0 12px 12px;
}
.category-card-body.cat-one{
    background-color: #793A33;
}
.category-card-body.cat-two{
    background-color: #783C15;
}
.category-card-body.cat-three{
    background-color: #463612;
}
.category-one-img{
    width: 72%;
}
.category-three-img{
    width: 56%;
}
.text-above{
    position: absolute;
    top: 45%;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
}
.best-div{
    width:70%;
    margin-right: 30px;
}
.best-title{
    font-size: 27px;
    font-weight: bold;
    color: var(--dark-brown-color);
}
.best-subtitle{
    font-size: 18px;
    color: #7B622B;
    line-height: 30px;
}
.product-card{
    border: 2px dashed rgba(112, 112, 112, 0.18);
    border-radius: 7px;
}
.prod-img{
    width: 100%;
    border-radius: 7px 7px 0 0;
}

.reviews-div{
    display: flex;
    justify-content: space-between;
}
.fill-star{
    font-size: 10px;
    color: var(--main-orange-color);
}
.un-fill-star{
    font-size: 10px;
    color: #E2E2E2;
}
.fav-gold-img{
    width: 20px;
}
.product-name{
    font-size: 14px;
    font-weight: bold;
    color: #793A33;
}
.product-use{
    color: #463612;
    min-height: 39px;
}
.product-price-cart{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-price-num{
    font-family: Arial,sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #463612;
}
.product-price-txt{
    font-size: 16px;
    color: #463612;
}
.add-to-cart,.add-to-cart:hover{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-orange-color);
    border-radius: 8px;
    font-size: 14px;
    color: white;
    width: 145px;
    height: 45px;
    border: 0;
    border-color: var(--main-orange-color);
}

.add-to-cart-dis,.add-to-cart-dis:hover{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dda5198c;
    border-radius: 8px;
    font-size: 14px;
    color: white;
    width: 145px;
    height: 45px;
    border: 0;
    border-color: #dda5198c;
}

.cart-span{
    position: relative;
    bottom: 1px;
}
.fav{
    display: none;
}
.fav.active{
    display: block;
}
.non-fav{
    display: block;
}
.non-fav.active{
    display: none;
}
.poison-section{
    background-image: url('../../images/poison.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 550px;
}
.news-card{
    border: 2px dashed rgba(112, 112, 112, 0.18);
    border-radius: 5px;
}
.news-card-body{
    background-color: rgba(226, 217, 195, 0.21);
    height: 175px;
}
.news-card-title{
    font-size:17px;
    font-weight:bold;
    line-height: 25px;
    color: var(--main-orange-color);
}
.news-card-text{
    font-size: 16px;
    line-height: 28px;
    color: #7B622B;
}
.read-more-link,.read-more-link:hover{
    font-size:17px;
    color: var(--main-orange-color);
}
.testimonial-section{
    position: relative;
    background-image: url('../../images/testimonial-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 315px;
}
.trapezoid-border{
    width: 100%;
    height: 245px;
    background:  rgba(221,165,25,0.85);
    clip-path: polygon(23% 4%, 77% 4%, 99% 50%, 77% 96%, 23% 96%, 1% 50%);
}
.trapezoid-bg{
    width: 100%;
    height: 100%;
    background:  rgb(251 244 229);
   /* clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);*/
    clip-path: polygon(23% 5%, 77% 5%, 98% 50%, 77% 95%, 23% 95%, 2% 50%);
}
.trapezoid-div{
    width: 100%;
    height: 100%;
    clip-path: polygon(25% 8%, 75% 8%, 95% 50%, 75% 92%, 25% 92%, 5% 50%);
}
.trapezoid-img{
    width: 100%;
    height: 100%;
}
.testimonial-desc{
    font-size: 18px;
    color: #3E3E3E;
    line-height: 28px;
}
.testimonial-name{
    font-size: 22px;
    font-weight: bold;
    color: var(--main-orange-color);
}
.testimonial-pos{
    font-size: 20px;
    color: #3E3E3E;
}
.position-unset{
    position: unset !important;
}
.carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: #8B6440;
    border-radius: 50% !important;
}
.subscribe-div{
    background-color: var(--main-orange-color);
    border-radius: 7px;
}
.keep-text{
    font-size: 16px;
    color: white;
}
.news-text{
    font-size: 20px;
    color: white;
}
.email-input,.email-input:focus{
    font-size: 16px;
    color: #3E3E3E;
    padding-right: 15px;
    background-color: white;
    border: none;
    border-radius: 4px;
    width: 100%;
    height: 55px;
    outline: none;
    text-align: right;
}
.email-input::placeholder{
    color: #3E3E3E;
}
.subscribe-button,.subscribe-button:focus{
    font-size: 16px;
    color: #3E3E3E;
    background-color: white;
    border: none;
    border-radius: 4px;
    width: 100%;
    height: 55px;
}
/* BreadCrumb Style */
ul.breadcrumb {
    padding: 10px 5px;
    list-style: none;
    background: none;
    justify-content: center;
}
ul.breadcrumb.flex-start {
    justify-content: start !important;
}




.ul-break li {
    display: inline;
    font-size: 15px;
}
.ul-break li + li:not(:last-child):after {
    font-size: 15px;
    padding: 0 5px 5px 5px;
    content: "/";
    position: relative;
    top: 0px;
    float: right;
}
/* .ul-break li + li:after {
    font-size: 15px;
    padding: 0 5px 5px 5px;
    content: "/";
    position: relative;
    top: 0px;
    float: right;
} */
.ul-break.white li ,.ul-break.white li:not(:last-child):after {
    color: white;
}
.ul-break li a ,.ul-break li a:hover{
    text-decoration: none;
}
.ul-break.white li a ,.ul-break.white li a:hover{
    color: white;
}
.ul-break.black li,.ul-break.black li:not(:last-child):after  {
    color: #171717;
}
.ul-break.black li a ,.ul-break.black li a:hover{
    color: #171717;
}




.ul-break2 li {
    display: inline;
    font-size: 15px;
}
/* .ul-break2 li + li:not(:last-child):after {
    font-size: 15px;
    padding: 0 5px 5px 5px;
    content: "/";
    position: relative;
    top: 0px;
    float: right;
}  */
.ul-break2 li + li:after {
    font-size: 15px;
    padding: 0 5px 5px 5px;
    content: "/";
    position: relative;
    top: 0px;
    float: right;
}
.ul-break2.white li ,.ul-break2.white li:not(:last-child):after {
    color: white;
}
.ul-break2 li a ,.ul-break2 li a:hover{
    text-decoration: none;
}
.ul-break2.white li a ,.ul-break2.white li a:hover{
    color: white;
}
.ul-break2.black li,.ul-break2.black li:not(:last-child):after  {
    color: #171717;
}
.ul-break2.black li a ,.ul-break2.black li a:hover{
    color: #171717;
}




.pagination-nav{
    display: flex;
}
.pagination-indicators {
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.pagination-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: var(--main-orange-color);
    background-clip: padding-box;
    border-top: 10px solid rgb(0 0 0 / 0%);
    border-bottom: 10px solid rgb(0 0 0 / 0%);
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%;
}
.pagination-indicators li.active{
    opacity: 1;
}
.page-link,.page-item.disabled .page-link,.page-link:focus,.page-link:hover{
    font-family: Almarai-Regular, sans-serif;
    font-size: 15px;
    border-radius: 50%;
    border: 1px solid #F9F9F9;
    background: #F9F9F9;
    padding: 7px 13px;
    box-shadow: 0 0 10px #0000002E;
    color: #0E3484;
}
.page-item.active .page-link{
    background: #2C6FDC;
    border: 1px solid #2C6FDC;
    color: white;
}
.next-prev-pagination,.next-prev-pagination.hover{
    display: flex;
    align-items: center;
    height: 100%;
    font-family: Cairo-Regular,sans-serif;
    font-size: 12px !important;
    color: #525252 !important;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}
.page-title{
    font-size: 27px;
 /*   font-weight: bold;*/
    color: var(--main-orange-color);
}
.favorite-banner-section{
    background-image: url('../../images/fav-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
}
.select-down-arrow{
    display: flex;
    background-color: white;
    width: 32px;
    justify-content: center;
    align-items: center;
    height: 23px;
    pointer-events: none;
    position: absolute;
    left: 16px;
    top: 5px;
    font-size: 20px;
    border-radius: 8px;
    color: #3E3E3E;
}
.pos-abs{
    position: absolute;
    top: 16%;
}
@media (max-width: 900px){
    .select-down-arrow{
        font-size: 16px;
    }
    ul.breadcrumb,ul.breadcrumb.flex-start{
        justify-content: center !important;
    }
    .language-modal-dialog{
        margin: auto;
    }
    .category-section{
        background: none;
        height: unset;
    }
    .category-card-body{
        height: 86px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .category-img-bg{
        height: 100px;
    }
    .category-img-bg img{
        width: 100%;
    }
    .text-above,.pos-abs{
        position: unset;
    }
    .padding-r-0{
        padding-right: 0;
    }
    .padding-l-0{
        padding-left: 0;
    }
    .margin-r-0{
        margin-right: 0;
    }
    .margin-x-0{
        margin-right: 0;
        margin-left: 0;
    }
    .product-price-cart{
        display: block;
    }
    .add-to-cart,.add-to-cart:hover{
        font-size: 13px;
        width: 100%;
        height: 35px;
    }
    .poison-section,.main-banner-section,.testimonial-section{
        height: 100%;
    }
    .main-title{
        font-size: 21px;
    }
    .main-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    .more-button.full, .more-button.full:hover{
        width: 100%;
    }
    .text-above-banner{
        font-size: 25px;
    }
    .best-div{
        width: 100%;
        margin-right: 0;
    }
    .best-title{
        font-size: 22px;
    }
    .p-7px{
        padding-left: 7px;
    }
    .trapezoid-border {
        width: 85%;
        margin: auto;
        clip-path: polygon(29% 6%, 71% 6%, 94% 50%, 71% 94%, 29% 94%, 6% 50%)
    }
    .trapezoid-bg {
        clip-path: polygon(30% 7%, 70% 7%, 93% 50%, 70% 93%, 30% 93%, 7% 50%);
    }
    .trapezoid-div {
        clip-path: polygon(30% 10%, 70% 10%, 90% 50%, 70% 90%, 30% 90%, 10% 50%);
    }
    .padding-0{
        padding: 0;
    }
    .subscribe-div{
        border-radius: 0;
    }
    .subscribe-button,.subscribe-button:focus{
        width: 100%;
        height: 55px;
    }
    .subscribe-button img{
        width: 17px;
    }
    .gray-img{
        display: flex;
        justify-content: end;
        margin-top: 2%;
    }
    .save-address-form{
        margin-right: 0 !important;
    }
    .m-icart{
        margin-left: 15%;
    }
    .product-card-body{
        background-color: rgba(226, 217, 195, 0.21);
        border-radius: 0 0 7px 7px;
        height: 230px;
    }
}
@media (min-width: 900px){
    .save-address-form{
        margin-right: 2% !important;
    }
    .product-card-body{
        background-color: rgba(226, 217, 195, 0.21);
        border-radius: 0 0 7px 7px;
        height: 200px;
    }
}
/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--main-orange-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #000000;
}

#form-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(253, 253, 253, 0.383) url('../../images/loader/waiting.gif') no-repeat center center;
    z-index: 99999999;
}

.fa-stack{
    width:0.8em;
    color: var(--main-orange-color);
    font-size: 13px;
}

.fa-star-half{
    margin-left: -40%;
}
.text-danger {
    float: right;
}

.orange-color{
    color: var(--main-orange-color);
    font-weight: bold;
}

.orange-color:hover{
    color: var(--main-orange-color);
    font-weight: bold;
}

.alert-success-thankU {
    color: #fff;
    background-color:  var(--main-orange-color);
    border-color:  var(--main-orange-color);
    float: right;
}

.card{
    max-height:500px;
    overflow: hidden;
}

.star-style{
    font-size: 8px;
    color: #3E3E3E;
}

.text-danger{
    text-align: right;
}

.form-group{
    position: relative;
}

.palceholder{
    position: absolute;
    top: 10px;
    right: 14px;
    color: #B1B1B1;
    display: none;
    font-size: 12px;
}

label{
    font-weight: normal;
    color: #3E3E3E;
}

.star-in{
    color: #C61405;
}

.form-control,.form-control:focus{
    background-color: white;
    border:  0.5px solid #A2A2A2;
    border-radius: 5px;
    padding-right: 12px;
    font-size: 12px;
    color: #3E3E3E;
    /* width: 100%;
    height: 42px; */
    outline: none;
    text-align: right;
}

.form-control::placeholder,.comment-textarea::placeholder{
    font-size: 12px;
    color: #3E3E3E;
}

.brown-color{
    color: #7B622B;
    font-weight: bold;
}
