
@font-face {
    font-family: 'DINNextLTArabic-Light';
    src: url('../fonts/DINNextLTArabic-Light.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/DINNextLTArabic-Light.woff') format('woff'),
    url('../fonts/DINNextLTArabic-Light.ttf')  format('truetype'),
    url('../fonts/DINNextLTArabic-Light.svg#DINNextLTArabic-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
.whats_icon_fixed {
    position: fixed;
    color: #fff;
    background: #21A514;
    padding: 0;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 7;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 6px 7px;
    border: 1px solid #21A514;
    border-left: 0;
}
.whats_icon_fixed i{
    font-size: 40px;
}
.whats_icon_fixed:hover {
    color: #21A514;
    background: #fff;
    border-color: #21A514;
}
body{
    direction: rtl;
    font-family: 'DINNextLTArabic-Light';
}
.text-underline {
    position: relative;
}
.text-underline:after {
    position: absolute;
    content: "";
    bottom: -8px;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #2e838c;
}
.rounded-25{
    border-radius: 25px;
}
.overflow-hidden{
    overflow: hidden;
}
.border-w-2{
    border-width: 2px !important;
}
.box-shadow{
    box-shadow: 0 0 20px #f5f5f5;
    -webkit-box-shadow: 0 0 20px #f5f5f5;
       -moz-box-shadow: 0 0 20px #f5f5f5;
         -o-box-shadow: 0 0 20px #f5f5f5;
}
.box-shadow-light {
    box-shadow: 0 0 20px #f5f5f5;
    -webkit-box-shadow: 0 0 20px #f5f5f5;
       -moz-box-shadow: 0 0 20px #f5f5f5;
         -o-box-shadow: 0 0 20px #f5f5f5;
}
button:focus{
    outline: 0;
}
.z-index{
    z-index: 999;
}
.bg-fixed{
    background-attachment: fixed;
}
.bg-transparent-hover:hover {
    background-color: transparent;
}
.bg-light-blue {
    background-color: #f4fafb;
}
.white-color , .white-color-hover:hover {
    color: #fff;
}
.white-bg{
    background-color: #fff;
}
.bg-dark{
    background-color: #35373d;
}
.text-green ,
.text-green-hover:hover{
    color: #53a318;
}
.bg-green ,
.bg-green-hover:hover{
    background-color: #53a318;
}
.text-blue ,
.text-blue-hover:Hover {
    color: #2e838c;
}
.bg-blue ,
.bg-blue-hover:hover{
    background-color: #2e838c ;
}
.text-orange ,
.text-orange-hover:Hover{
    color: #fab300;
}
.bg-orange ,
.bg-orange-hover:hover{
    background-color: #fab300;
}
.text-gray {
    color: #717171;
}
.bg-light-gray {
    background-color: #b5b7bd;
}
.text-dark-red ,
.text-dark-red-hover:hover{
    color: #983539;
}
.bg-dark-red ,
.bg-dark-red-hover:hover {
    background-color: #983539;
}
.text-red{
    color: #d90000;
}
.text-black {
    color: #000;
}
.line-height-25{
    line-height: 25px;
}
.line-height-30 {
    line-height: 30px;
}
.underline-hover-0:hover {
    text-decoration: none;
}
.transition {
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
       -moz-transition: all ease-in-out .3s;
         -o-transition: all ease-in-out .3s;
}
.font-12{
    font-size: 12px;
}
.font-14 {
    font-size: 14px;
}
.font-15 {
    font-size: 15px;
}
.font-16{
    font-size: 16px;
}
.font-18{
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-22{
    font-size: 22px;
}
.font-23{
    font-size: 23px;
}
.font-25 {
    font-size: 25px;
}
.font-28 {
    font-size: 28px;
}
.font-30 {
    font-size: 30px;
}
.form-control{
    border-color: #F0F0F0;
    box-shadow: 0 0 20px #f5f5f5;
    -webkit-box-shadow: 0 0 20px #f5f5f5;
       -moz-box-shadow: 0 0 20px #f5f5f5;
         -o-box-shadow: 0 0 20px #f5f5f5;
    padding: 10px;
    border-radius: 6px;
    color: #9B9B9B;
    font-size: 16px;
    line-height: 25px;
}
.form-control:focus { 
    box-shadow: none;
    border-color: #ccc;
}
/********************Custom Styles*********************/
.navScroll {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9;
}
.main-nav-list .nav-link {
    color: #fff;
    font-weight: bold;
    padding: 15px 30px !important;
    display: block;
    height: 100%;
}
.main-nav-list .nav-item.active .nav-link ,
.main-nav-list .nav-item.active .nav-link,
.main-nav-list .nav-item:hover .nav-link {
    background-color: #2e838c;
    color: #fff !important;
}
.section-head {
    color: #983539;
    font-weight: bold;
    background-color: #fff;
    padding: 12px 20px 12px;
    box-shadow: 0 0 8px #eee;
    border-radius: 6px;
}
.image-container {
    position: relative;
}
.special-offer {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #53a318;
    color: #fff;
    padding: 0px 15px 7px;
    line-height: 24px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 6px;
    font-size: 13px;
}
.owl-prev {
    position: absolute;
    bottom: 45%;
    right: 1px;
    background-color: rgba(0,0,0,.4) !important;
    width: 31px;
    height: 53px;
    border-radius: 6px 0 0 7px !important;
    margin: 0 !important;
}
.owl-next {
    position: absolute;
    bottom: 45%;
    left: 1px;
    background-color: rgba(0,0,0,.4) !important;
    width: 31px;
    height: 53px;
    border-radius: 0 6px 7px 0 !important;
    margin: 0 !important;
}
.offer-img{
    width: 100%;
    height: 193px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent; 
}
.footer-nav-list li {
    width: 33.3%;
    margin: 6px 0;
}
.footer-nav-list li a:hover{
    text-decoration: none;
    color: #53a318;
}
.footer-nav-list li a {
    color: #000;
    font-weight: bold;
    position: relative;
    padding-right: 15px;
}
.footer-nav-list li a i {
    position: absolute;
    top: 7px;
    right: 0;
}
.payment-method img {
    width: 64px;
    height: 40px;
}
.payment-method li{
    width: 25%;
}
.info-nav a {
    font-size: 14px;
    border: 1px solid #000 !important;
    padding: 4px 15px 10px;
    color: #000;
    font-weight: bold;
    background-color: #eaebee;
    margin-left: 8px;
    display: block;
}
.info-nav a:hover{
    background-color: #983539;
    color: #fff;
}
.social-list li{
    margin: 0 6px;
}
.social-list li a {
    color: #312d2d;
}
.social-list li a:hover {
    color: #983539;
}
.slide-caption {
    position: absolute;
    bottom:35%;
    right: 15%;
    font-weight: bold;
}
.slide-caption h1 {
    background-color: #92c686;
    color: #fff;
    padding: 1px 30px 12px;
    display: inline-block;
    font-size: 31px;
}
.slide-caption h5 {
    background-color: #96a6ab;
    color: #fff;
    padding: 10px 25px 15px;
    font-size: 20px;
    width: 68%;
    margin-right: 9%;
    line-height: 25px;
    margin-top: 1%;
}
.owl-theme .owl-dots {
    margin-top: 10px;
    position: absolute;
    width: 100%;
    bottom: 15px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #53a318;
}
.topbar-list li a{
    position: relative;
}
.topbar-list li a::after {
    content: "";
    position: absolute;
    height: 15px;
    width: 1px;
    background-color: #2e838c;
    left: -7px;
    top: 5px;
}
.topbar-list li:last-child a::after {
    display: none;
}
.search-submit {
    background-color: #81c3cc;
    color: #fff;
}
.form-control {
    height: auto !important;
}
.topbar-list {
    position: absolute;
    left: 0;
}
.navbar-brand img {
    width: 40px;
}
.qasima-pagination .page-item.active .page-link { 
    background-color: #53a318;
    border-color: #53a318;
}
.qasima-pagination .page-link { 
    color: #53a318; 
    border: 1px solid #53a318;
}
.qasima-pagination .page-link:hover { 
    background-color: #53a318;
    color: #fff;
}
.main-banner {
    position: relative;
}
.inside-banner h1{
    background-color: #c3d9e8;
}
.inside-banner .slide-caption { 
    bottom: 11%;
    right: 9%; 
}
.inside-banner{ 
    height: 210px;
}
.inside-banner img{
    height: 100%;
}
.roatte-100 {
    -webkit-transform: rotate(100deg);
       -moz-transform: rotate(100deg);
         -o-transform: rotate(100deg);
            transform: rotate(100deg);
}
.required {
    position: relative;
}
.required::after {
    content: "*";
    position: absolute;
    left: -15px;
    top: 2px;
    font-size: 22px;
    color: red;
}
.register-facebook {
    background-color: #415dae;
    padding-right: 45px !important;
    position: relative;
}
.register-facebook i{
    position: absolute;
    font-size: 25px;
    right: 22px;
}
.register-google {
    position: relative;
    background-color: #EC4F1E;
    padding-right: 45px !important;
}
.register-google i{
    position: absolute;
    right: 22px;
    font-size: 25px;
}
.single-offser-slider .item img{
    width: 100%; 
}
.single-offser-slider .owl-prev {
    right: 2%;
}
.single-offser-slider .owl-next {
    left: 2%;
}
.nav-tabs .nav-item {
    margin: 0 0 0 10px;
}
.nav-tabs .nav-link {
    border-radius: 4px;
    color: #0c6f7d;
    font-weight: bold;
}
.nav-tabs .nav-link.active {
    color: #0c6f7d;
    font-weight: bold;
    background-color: #f4fafb;
    border: 1px solid #d0d5d6;
}
.counter-title {
    position: absolute;
    bottom: -5%;
}
.dir-ltr {
    direction: ltr;
}
.counter-details{
    text-align: center;
    font-weight: bold;
    margin-top: 8px;
    font-size: 20px;
    direction: ltr;
}
.cart-table th.text-underline:after { 
    bottom: 15px;
    right: 50%;
    width: 32%; 
    -webkit-transform: translate(50%);
       -moz-transform: translate(50%);
         -o-transform: translate(50%);
            transform: translate(50%);
}
.cart-table th {
    border-bottom: 0;
    padding-bottom: 25px;
    vertical-align: middle;
}
.cart-table td { 
    vertical-align: middle; 
}
.cart-img {
    width: 122px;
    float: right;
}
.cart-table .form-control-plaintext {
    text-align: center;
}
.cart-table input[type="text"] {
    width: 52px;
    text-align: center;
    border: 0;
}
.member-btns a {
    padding: 8px 15px;
}
.time-finished {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
}
.main-nav-list .dropdown-toggle::after {
    display: none;
}
.main-nav-list .dropdown-menu{
    border: 0;
    border-radius: 0;
    top: 57px;
    padding: 0;
    box-shadow: 0 0 7px #ccc;
}
.main-nav-list .dropdown-menu a:hover{
    background-color: #2e838c;
    color: #fff;
    padding-right: 40px;
}
.main-nav-list .dropdown-menu a:hover i:before{
    content: "\f100";
}
.main-nav-list .dropdown-menu a {
    position: relative;
    color: #2f426b;
    padding: 8px 20px;
}
.member-btns li:hover .badge{
    background-color: #fff;
    color: #0c6f7d;
}
.navbar-brand ,
.navbar-toggler {
    z-index: 9999;
}
#side-menu {
    width: 300px;
    right: -300px;
    overflow-y: auto;
    z-index: 99999;
}
.main-banner .owl-carousel .owl-nav{
    display: none;
}
body{
    background-color: #f4fafb;
}
.top-header {
    background-color: #fff;
}
.owl-next i ,
.owl-prev i {
    color: #fff; 
} 
.single-offser-slider .owl-nav {
    display: none;
}
.content {
    background-color: #fff;
    padding: 25px;
    border-radius: 4px;
    box-shadow: 0 0 4px #f0f0f0;
}
.view_more {
    color: #983539;
    border-color: #983539 !important;
    font-weight: bold; 
    font-size: 14px;
    float: left;
    margin-bottom: 14px; 
}
.view_more:hover {
    background-color: #983539;
    color: #fff;
}
.buy-now {
    border: 1px solid;
}
.buy-now:hover{
    background-color: transparent;
    color: #53a318;
}
.content-title {
    position: relative;
}
.content-title::after {
    content: "";
    position: absolute;
    background-color: #f0ebeb;
    width: 100%;
    height: 1px;
    bottom: -18px;
    right: 0;
}
.content-title::before {
    content: "";
    position: absolute;
    background-color: #2e838c;
    right: 0;
    bottom: -18px;
    width: 7%;
    height: 3px;
    z-index: 999;
}
.font-40 {
    font-size: 40px;
}
.yellow-stars {
    color: orange;
}
.copon_print {
    position: relative;
    text-align: center;
    background-image: url(../images/coupon.jpg);
    width: 445px;
    margin: 0 auto;
    height: 800px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.copon_price {
    position: absolute;
    color: #fff;
    font-size: 28px;
    top: 22%;
    right: 50%;
    transform: translate(50%);
}
.copon_print_text {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.copon_img {
    width: 70px;
    margin-left: 15px;
    margin-top: 8px;
}
.inner-product.required::after {
    content: "*";
    position: absolute;
    right: -10px;
    top: 6px;
    font-size: 18px;
    color: red;
    left: auto;
}
.copon_print_btn{
    background-color: #256064;
    border: 0;
    color: #fff;
    margin-top: 15px;
    padding: 6px 30px;
    font-size: 17px;
    border-radius: 4px;
    cursor: pointer;
}
.copon_print_btn:hover{
    background-color:#2e838c;
}
@media print {
    .copon_print {
        position: relative;
        text-align: center;
        content: url(../images/coupon.jpg) !important; 
        width: 445px;
        margin: 0 auto;
        height: 800px;
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
-webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
    color-adjust: exact !important;  

    }
    .copon_price {
        position: absolute;
        color: #fff;
        font-size: 28px;
        top: 22%;
        right: 50%;
        transform: translate(50%);
    }
    .copon_print_text {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}