/* input(1586,74): run-time error CSS1035: Expected colon, found 'IE9' */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
/*@font-face {
    font-family: "Effra";
    src: url("/font/ArbFONTS-Effra_Rg.ttf?v=S3LUdYBRdeIeV23R2wgTrtlBcPE") format("woff");
    font-style: normal;
}*/
@font-face {
    font-family: "Changa";
    src: url("/font/Changa-Regular.ttf?v=FVvQJGAhHZ47JqKauo6v4EVUTRw") format("woff");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Changa";
    src: url("/font/Changa-Medium.ttf?v=FVvQJGAhHZ47JqKauo6v4EVUTRw") format("woff");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Changa";
    src: url("/font/Changa-Bold.ttf?v=FVvQJGAhHZ47JqKauo6v4EVUTRw") format("woff");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Effra";
    src: url("/font/ArbFONTS-Effra_Rg.ttf?v=S3LUdYBRdeIeV23R2wgTrtlBcPE") format("woff");
    font-style: normal;
}

@font-face {
    font-family: "EffraMd";
    src: url("/font/ArbFONTS-Effra_Md.ttf?v=S3LUdYBRdeIeV23R2wgTrtlBcPE") format("woff");
    font-style: normal;
}

.fw-bold {
    /*font-family: var(--family-font-md), sans-serif !important;*/
    font-weight: 500 !important;
}

.ff-e {
    font-family: var(--bs-font-sans-serif);
}
/*a{
    color:inherit !important;
}*/
ul {
    list-style: none;
}

body {
    font-family: var(--family-font), sans-serif !important;
    font-size: var(--Samawy-font-size);
    font-weight: 400;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    color: var(--Samawy-color-4) !important;
}

.d-ltr {
    direction: ltr !important;
}

:lang(ar).d-ltr {
    text-align: right;
}

:root {
    --Samawy-color-1: #0B80FF; /* Main Dartk Blue */
    --Samawy-color-2: #CEE6FF; /* light background */
    --Samawy-color-3: #EAF4FE; /* lighter background */
    /*--Samawy-color-3: #7E7E7E;*/
    --Samawy-color-4: #253D4E; /* text dark */
    --Samawy-font-size: 15px;
    /*--library-main-color: #80589f;*/
    --library-text-new-color: #24204D;
    --library-second-color: #8158A6;
    --library-text-color: #545454;
    --header-height: 93px;
    --header-m-height: 65px;
    --family-font: 'Rubik';
    --family-font-md: 'Rubik';
}

a {
    text-decoration: none;
}

.txt-main-color {
    color: var(--Samawy-color-1) !important;
}

.text-samawy {
    color: var(--Samawy-color-1) !important;
}

.text-samawy-dark, .text-samawy-dark a {
    color: var(--Samawy-color-4) !important;
}

.t-print {
    color: var(--library-text-new-color) !important;
}

.t-print-light {
    color: #615E7E !important;
}

dl, dt, dd, ol, ul, li {
    margin: 0;
    padding: 0;
}

button, input[type="submit"], input[type="reset"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.ProcessDiv {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100513333;
    cursor: progress;
    height: 0
}

.ProcessDiv.ProcessDivH {
    height: 100%
}

.SearchText {
    border-radius: 13px;
    border: 2px solid #BADBFF;
    background: #FFF;
}

.SearchText::placeholder {
    color: #838383;
    opacity: 1; /* Firefox */
}

:lang(en).CultureDiv {
    /*margin-top:-5px;*/
}

#print-page-title {
    background-image: url('/image/page-title-bg.png?v=5yhN5mTiQy-ne8pUbSqJBSXc9w8');
    background-repeat: no-repeat;
    background-position: right top;
    padding-bottom: 80px;
}

:lang(ar)#print-page-title {
    background-position: left top;
}

#print-page-title h4 {
    font-size: 20px;
    font-weight: 400;
    color: #ef4095;
    line-height: 17px;
    margin: 0;
    margin-top: 50px;
}

#print-page-title h1 {
    font-size: 40px;
    font-weight: 700;
    color: #25303a;
    line-height: 32px;
    position: relative;
    padding-bottom: 30px;
    margin-top: 70px;
}

#print-page-title h1:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 5px;
    border-radius: 30px;
    background: var(--Samawy-color-1);
}

:lang(ar)#print-page-title h1:after {
    right: 0;
    left: auto;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
/*a {
    color: var(--Samawy-color-1) !important;
}
*/
.btn-primary {
    color: #fff !important;
    background-color: #1b6ec2 !important;
    border-color: #1861ac !important;
}

.btn-block {
    display: block;
    width: 100%;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: var(--Samawy-font-size);
}

@media (min-width: 768px) {
    html {
        font-size: var(--Samawy-font-size);
    }
}

.border-top {
    border-top: 1px solid #ECECEC !important;
}

.border-bottom {
    border-bottom: 1px solid #ECECEC !important;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
    background: #e4e4e4;
    color: #212529;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

i.alertIcon {
    display: block;
    float: none;
    text-align: center;
    font-size: 40px;
    color: #FD7E14;
}

.footer {
    margin-top: auto;
    background: #fff;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /*line-height: 60px;*/ /* Vertically center the text there */
}

/*New samawy*/
/*.top_header{
    height:48px
}*/
/*.top_header, .mid_header {*/
/*overflow: hidden;*/
/*display: block;*/
/*border-bottom: 1px #dedede solid;*/
/*background-color: #fff;
    position: relative;
}*/
/*.top_header .header-social {
    display: inline-block;
    float: right;
}
:lang(en).top_header .header-social {
    float: left;
}
:lang(ar).top_header .header-social {
    float: right;
}
:lang(ar).top_header .align-left {
    text-align: right;
}
:lang(ar).top_header .header-social ul li {
    display: inline-block;*/
/*border-left: 1px solid #dedede;*/
/*border-right: 0;
}

.top_header .header-social ul li {
    display: inline-block;*/
/*border-right: 1px solid #dedede;*/
/*}
.top_header .header-social ul {
    margin:0;
}
.top_header .header-social li a {
    display: block;
    color: #4f5b65;
    padding: 10px 17px;
    font-size: 18px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}*/

/*.CultureDiv{
    float:left;
    margin-top:15px;
}
:lang(en).CultureDiv{float:right;}*/

.topLogo {
    display: inline-block;
    margin-top: 10px;
}

:lang(en).topLogo {
    left: 20px;
    right: unset;
}

.topLogo img {
    height: 50px;
}
/*    .mid_header{
    height:74px;
}*/
#SamawyHeader {
    z-index: 1045;
}

#SamawyHeader .top-header {
    min-height: 64.8px;
}

#SamawySecondHeader .offcanvas.offcanvas-start {
    width: 100%;
}

#SamawySecondHeader {
    margin-top: var(--header-height);
}

header .AccountDiv > li {
    display: inline-block;
}

header .AccountDiv {
    display: inline-block;
    float: left;
    direction: ltr;
}

:lang(en) header .AccountDiv {
    float: right;
    direction: rtl;
    /*left:unset;
right:20px;*/
}

/*padding: 23px 0 24px;*/
/*header .AccountDiv .LoginLink,
header .AccountDiv .RegisterLink {padding: 23px 0 24px;}*/
/*header .AccountDiv .LoginLink a,
    header .AccountDiv .RegisterLink a{
        font-weight: bold
    }*/
/*header .AccountDiv .LoginLink{margin-left:15px;}
:lang(en) .AccountDiv .LoginLink{margin-right:15px;}*/
header .AccountDiv form {
    display: inline-block
}

header .AccountDiv form.logoutForm {
    display: block
}

header .AccountDiv .CartCount a {
    margin-right: 1px;
    color: unset;
}

header .AccountDiv > li.UserDropDown button.dropdown-toggle {
    /*padding: 23px 0 24px;*/
}

header img.SamawyLogo {
    height: 62px;
}

.miniCart img {
    width: 20px;
}

.CartCount, .miniCart {
    position: relative
}

:lang(en).CartCount span, :lang(en).miniCart span {
    line-height: 16px;
    right: -7px !important;
}

.CartCount span, .miniCart span {
    position: absolute;
    background: var(--Samawy-color-1);
    color: #ffffff;
    min-width: 18px;
    width: auto;
    height: 18px;
    border-radius: 18px;
    line-height: 20px;
    font-size: 11px;
    right: -27px;
    top: -9px;
    padding: 0px 4px;
    text-align: center;
}

.CartCount a, miniCart {
    cursor: pointer
}
/*@media (min-width: 992px) {
    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
}*/
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: #f5f5f5;
    border-bottom: 1px #dedede solid;
}

.breadcrumbUL {
    list-style: none;
}

.breadcrumbUL li {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
}

.breadcrumbUL li a {
    color: unset !important;
}

.breadcrumbUL li:not(:last-child):after {
    content: "/";
    align-items: center;
    margin: 0 8px;
    color: #c0ccda;
}

/*Book Page Start*/
.bookOD {
    margin-top: 30px;
    overflow: hidden;
}

.bookOD .bookI {
    width: 100%;
    border: 1px #dedede solid;
}

.breadcrumbUL {
    list-style: none
}

.breadcrumbUL li {
    display: inline-block
}

.breadcrumbUL li:not(:last-child):after {
    content: "/";
    align-items: center;
    margin: 0 8px;
    color: #c0ccda;
}

.bookDetail {
    position: relative
}

.bookDetail h1.bookName {
    font-size: 28px;
    font-weight: 700;
}

.bookDetail h2.bookAuthor {
    font-size: 18px;
    margin-top: 7px;
    display: inline-block;
    margin-right: 5px;
}

:lang(en).bookDetail h2.bookAuthor {
    margin-right: 0;
    margin-left: 5px;
}

.bookDetail .bookPrice {
    color: var(--Samawy-color-1);
    font-size: 20px;
    display: block;
}
/*:lang(ar).bookDetail .bookPrice{left: 0;}
            :lang(en).bookDetail .bookPrice{right: 0;}*/
.bookDetail .addtocart {
    margin-top: 15px;
    color: var(--Samawy-color-1);
    font-weight: 900;
    font-size: 20px;
}

.addtocart .cartQuantity-btn {
    display: inline-block;
    font-size: 27px;
    line-height: 1em;
    cursor: pointer;
    position: absolute;
    width: 49px;
    height: 100%;
    text-align: center;
    top: 0;
    color: #d8d8d8;
}

.addtocart .cartQuantity-btn:hover {
    color: var(--library-text-color);
}

:lang(en).addtocart .plus-btn {
    right: 0;
}

:lang(ar).addtocart .minus-btn {
    left: 0;
}

.addtocart .cartQuantity {
    position: relative;
    width: 200px;
    display: inline-block;
}

:lang(en).addtocart .cartQuantity {
    margin-right: 5px
}

:lang(ar).addtocart .cartQuantity {
    margin-left: 5px
}

.addtocart .cartQuantity i {
    line-height: 50px;
}

.addtocart .cartQuantity input {
    background: #f7f8fa;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    border: none;
    outline: none;
    font-weight: 700;
}

.addtocart a i, .addtocart a span {
    line-height: 30px;
    font-size: 20px;
}

.addtocart .addToCartButton {
    width: calc(100% - 211px);
    height: 50px;
    display: inline-block
}

/*.addtocart .addToCartButton {
    background: var(--Samawy-color-1);
    color: #fff;
}*/

/* .addtocart .addToCartButton:hover {
        color: #fff;
        background: var(--library-second-color);
    }*/
/*:lang(ar).bookDetail .addtocart{left: 0;}
            :lang(en).bookDetail .addtocart{right: 0;}*/
.bookDetail .bookPrice .bookPC {
    font-size: 14px
}

.bookDetail .bookDescD p {
    line-height: 20px;
}

.bookDetail .bookDescD span {
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin-bottom: 10px
}

.bookDetails {
    list-style: none
}

.bookDetails li {
    display: inline-block;
    font-size: var(--Samawy-font-size);
    line-height: 22px;
}

.bookDetails li.clearLi {
    display: block;
}

.bookDetails li.bold {
    font-weight: 700
}

:lang(ar).bookDetails li.bold {
    margin-left: 5px
}

:lang(en).bookDetails li.bold {
    margin-right: 5px
}

@media (max-width: 444px) {
    .addtocart .cartQuantity {
        display: block;
        width: 100%;
    }

    .addtocart .addToCartButton {
        display: block;
        margin-top: 10px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    #SamawySecondHeader {
        margin-top: var(--header-m-height);
    }

    header img.SamawyLogo {
        height: 42px
    }

    .bookOD .bookI {
        max-width: 250px;
        float: none;
        /* text-align: center; */
        margin: auto;
        display: block;
    }

    .breadcrumb {
        display: none
    }
}

/*Book Page End*/
.ratings {
    margin-right: 10px
}

.ratings i {
    color: #cecece;
    font-size: 20px
}

.rating-color {
    color: #fbc634 !important
}

.review-count {
    font-weight: 400;
    margin-bottom: 2px;
    font-size: 24px !important
}

.small-ratings i {
    color: #cecece
}

.review-stat {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 2px
}

.shortBookDesc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 20px 0;
}

.hr-0 {
    margin: 0;
}

.hr-s {
    margin: 25px 0;
}

.hr-m {
    margin: 35px 0;
}

.hr-b {
    margin: 45px 0;
}

.bookImage {
    aspect-ratio: 75/113 !important;
}

.BookSectionTitle {
    font-weight: bold;
    color: var(--Samawy-color-1);
    /*border-bottom: 2px var(--Samawy-color-1) solid;*/
    padding-bottom: 10px;
    display: inline-block;
    font-size: 24px;
}

.btn-samawy.hover:hover {
    background: var(--Samawy-color-1);
    opacity: 0.8;
}

.btn-samawy:hover {
    background: var(--Samawy-color-1);
    color: #fff !important;
    opacity: 0.8;
}

.btn-samawy:focus, .btn-samawy:active, .btn-samawy.active {
    color: #FFFFFF;
    background-color: var(--Samawy-color-1) !important;
}

.btn-samawy {
    background: var(--Samawy-color-1);
    color: #fff !important;
}

.prSpinBtn {
    position: relative
}

.prSpinBtn.prSPloader i {
    display: none
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.prSpinBtn.prSPloader span:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #fff;
    border-bottom-color: #fff;
    animation: spinner .8s ease infinite;
}

.iti {
    width: 100%;
    position: relative;
    display: inline-block;
}

.iti__tel-input {
    padding-left: 94px !important;
}

.iti__selected-dial-code {
    direction: ltr;
    margin: 0 6px
}
.iti__search-input{
    padding-top:10px; padding-bottom: 10px;
}
/*.iti__no-results, .iti__dropdown-content .iti__no-results{
    text-align: center !important;
}*/
:lang(ar).iti__tel-input{
    text-align: right !important;
}
.iti input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 0.4 !important; /* Firefox */
}
.select2-selection--single {
    height: 40px !important;
    line-height: 1.42857 !important;
    padding: 6px 24px 6px 12px !important;
}

:lang(ar).select2-selection--single {
    padding: 6px 12px 6px 24px !important;
}

.has-error .select2-container--focus .select2-selection, .has-error .select2-container--open .select2-selection, .has-error .select2-selection {
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #f2989f;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #f2989f;*/
    border-color: #d71b29 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 70%;
}

.form-control.is-invalid {
    background-image: none;
}

.lbBox {
    background: #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,.1);
    margin-bottom: 30px;
}

.lbBox .body {
    padding: 15px;
}

.lbBox .title {
    padding: 15px 15px 0;
    font-weight: bold
}

/*--------------------------------------------*/
/*Footer Section*/
/*--------------------------------------------*/
footer {
    margin-top: auto;
}

footer p {
    font-size: 14px;
}

footer .copyright {
    direction: ltr;
    font-size: 13px;
}

#footer {
    margin-top: auto;
    padding: 40px 0 0 0;
    /*    position: relative;*/
    z-index: 0;
    background-color: #fff;
    border-top: 1px #dedede solid;
}

#footer .printLogo {
    height: auto;
    width: 110px
}

#footer h4 {
    font-size: 22px;
    font-weight: 400;
    color: var(--Samawy-color-1)
}

#footer .logo-section {
    text-align: center;
}

#footer .logo-section img {
    max-height: 90px;
    height: 100%;
    margin-bottom: 10px;
}

#footer .logo-section p {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 24px;
}

:lang(ar)#footer .logo-section p {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 24px;
    text-align: center;
}

#footer .maroofStamp {
    display: block;
    text-align: center
}

/*#footer .maroofStamp img {
        width: 50%
    }*/

#footer .maroofStamp span {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
}

#footer .socials ul {
    margin: 0;
    padding: 0;
}

#footer .socials ul li {
    display: inline-block;
    margin: 0 1px;
}

#footer .socials ul li a {
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100%;
    display: block;
    background: var(--Samawy-color-1);
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

#footer .socials ul li a:hover {
    background: var(--Samawy-color-2);
}

#footer .socials ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    color: var(--library-text-color);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#footer .socials ul li a:hover::before {
    opacity: 0;
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
    background-color: transparent;
}

#footer .socials ul li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    opacity: 0;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(255,255,255,1);
    box-shadow: 0px 20px 50px rgba(0,0,0,0.15);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    border-radius: 100%;
}

#footer .socials ul li a:hover::after {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

#footer .socials ul li a i {
    line-height: 45px;
    z-index: 2;
}

#footer .socials ul li.breakLink {
    display: none;
    margin: 0 !important;
    width: 0 !important
}

@media (max-width:991px) and (min-width:768px) {
    #footer .socials ul li.breakLink {
        display: block !important;
        margin-top: 6px !important;
    }

    .SearchFromMobile.bg-samawy-light {
        background: #fff !important;
    }
}

@media screen and (max-width: 767px) {
    .login-menu li .menu-link, .userDorpDown a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #footer p, #footer .socials, #footer h4 {
        text-align: center !important;
    }

    #footer .menu-footer ul li {
        width: 50% !important;
        display: inline-block !important;
        /*margin-top: 10px;*/
    }

    #footer .menu-footer ul {
        margin-bottom: 15px !important;
        text-align: center;
        flex-flow: wrap;
        flex-direction: row !important;
    }
}

#footer p {
    color: #000;
    margin: 20px 0;
    font-size: var(--Samawy-font-size);
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.6px;
    white-space: normal !important;
}

#footer .contact-info span {
    font-size: 18px;
    font-weight: 500;
}

#footer .contact-info span a {
    color: #fff;
}

#footer .contact-info span a:hover {
    color: #eddb11;
}

#footer .navbar {
    margin-bottom: 0;
}

#footer .navbar-nav {
    display: block;
    margin: 0;
}

#footer .collapse {
    display: block;
    box-shadow: none;
}

.navbar-collapse {
    padding: 0;
}

#footer .menu-footer ul li {
    /*line-height: 34px;*/
    float: none;
}

#footer .menu-footer ul li a {
    color: var(--library-text-color);
    color: #000;
    font-size: var(--Samawy-font-size);
    letter-spacing: 0.8;
    font-weight: 300;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#footer .menu-footer ul li a:hover { /*opacity: 0.5;*/
    color: var(--Samawy-color-1)
}

#footer .copyright {
    direction: ltr;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    color: #000;
    letter-spacing: 0.4px;
    /*margin-top: 20px;*/
    border-bottom: 1px solid rgba(255,255,255,0.3);
    border-top: 1px solid rgba(255,255,255,0.3);
}

#footer .menu-footer dl, #footer .menu-footer dt, #footer .menu-footer dd, #footer .menu-footer ol, #footer .menu-footer ul, #footer .menu-footer li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
}

#footer a {
    color: #000
}

:lang(ar).phoneStyle {
    direction: ltr;
    unicode-bidi: embed;
}

:lang(ar).ltrEmbed {
    direction: ltr;
    unicode-bidi: embed;
}
/* {
    background: #4b0082;
    background: -moz-linear-gradient(left,#4b0082 0%,#ef4095 100%);
    background: -webkit-linear-gradient(left,#4b0082 0%,#ef4095 100%);
    background: linear-gradient(to right,#4b0082 0%,#ef4095 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b0082',endColorstr='#ef4095',GradientType=1);
    transition: all .5s ease;
}*/
.MenuWide {
    padding: 5px 0;
}

:lang(en).MenuWide {
    background: #4b0082;
    background: -moz-linear-gradient(left, #4b0082 0%, #ef4095 100%);
    background: -webkit-linear-gradient(left, #4b0082 0%,#ef4095 100%);
    background: linear-gradient(to right, #4b0082 0%,#ef4095 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b0082', endColorstr='#ef4095',GradientType=1 );
}

:lang(ar).MenuWide {
    background: #ef4095;
    background: -moz-linear-gradient(-45deg, #ef4095 1%, #4b0082 100%);
    background: -webkit-linear-gradient(-45deg, #ef4095 1%,#4b0082 100%);
    background: linear-gradient(135deg, #ef4095 1%,#4b0082 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef4095', endColorstr='#4b0082',GradientType=1 );
}

.bg-samawy-light {
    background: var(--Samawy-color-2) !important;
}

.bg-samawy-lighter {
    background: var(--Samawy-color-3) !important;
}

.bg-samawy {
    background: var(--Samawy-color-1) !important;
}

:lang(en).bg-g-print {
    background: #4b0082;
    background: -moz-linear-gradient(left, #4b0082 0%, #ef4095 100%);
    background: -webkit-linear-gradient(left, #4b0082 0%,#ef4095 100%);
    background: linear-gradient(to right, #4b0082 0%,#ef4095 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b0082', endColorstr='#ef4095',GradientType=1 );
}

:lang(ar).bg-g-print {
    background: #ef4095;
    background: -moz-linear-gradient(-45deg, #ef4095 1%, #4b0082 100%);
    background: -webkit-linear-gradient(-45deg, #ef4095 1%,#4b0082 100%);
    background: linear-gradient(135deg, #ef4095 1%,#4b0082 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef4095', endColorstr='#4b0082',GradientType=1 );
}

.MenuWide > div > ul {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.MenuWide > div > ul > li {
    font-size: var(--Samawy-font-size);
    /*font-weight:600;*/
}

.MenuWide > div > ul > li > a {
    padding-right: 15px;
    padding-left: 15px;
    color: #fff !important;
    display: block;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
}

:lang(ar).MenuWide > div > ul > li:first-child > a {
    padding-right: 0;
}

:lang(en).MenuWide > div > ul > li:first-child > a {
    padding-left: 0;
}

form span.error {
    width: 100%;
    font-size: 0.857rem;
}

form .error:not(input) {
    color: #ea5455;
}

form input.error,
form input.error:focus {
    border-color: #ea5455 !important;
}

form textarea.error {
    border-color: #ea5455 !important;
}

form .select2.error + .select2-container--classic .select2-selection--single,
form .select2.error + .select2-container--default .select2-selection--single,
form .select2.error + .select2-container--classic .select2-selection--multiple,
form .select2.error + .select2-container--default .select2-selection--multiple {
    border-color: #ea5455 !important;
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size='1'],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size='1'] {
    background-position: right 1rem center, center right 2.5rem;
}

@media all and (max-width:576px) {
    .bookImage img {
        position: unset !important;
        margin-bottom: 20px !important;
        max-width: 75% !important;
    }

    .bookImage {
        aspect-ratio: unset !important;
    }
}

@media all and (max-width:767px) {
    #footer {
        padding: 40px 0 0 0;
    }

    #footer .logo-section {
        text-align: center;
    }

    #footer .logo-section p {
        text-align: center;
    }

    #footer .navbar {
        min-height: auto;
        margin: 0;
        border: 0;
    }

    #footer .menu-footer ul li {
        display: block;
        width: 100%;
    }

    #footer .menu-footer ul li a {
        display: block;
    }

    #footer .socials {
        margin-bottom: 30px;
    }

    #footer .socials ul {
        margin: 0;
        padding: 0;
    }

    #footer .socials ul li {
        margin: 0 2px;
    }

    #footer .socials ul li a {
        width: 40px;
        height: 40px;
    }

    #footer .socials ul li a i {
        line-height: 40px;
    }

    #footer p {
        font-size: 14px;
        line-height: 22px;
    }

    #footer .copyright {
        padding: 20px 0;
        line-height: 20px;
        margin-top: 0px;
    }
}

.bookCard.with-price {
    padding-bottom: 40px !important;
}

.bookCard {
    /*background: rgba(255, 255, 255, 1);*/
    /*border-width: 1px;
    border-style: solid;
    border-color: rgba(226, 226, 226, 1);
    border-radius: 7px;*/
    overflow: hidden;
}

.bookCard:hover {
    /*box-shadow: 0 10px 30px rgb(0 0 0 / 10%) !important;
        border-width: 1px;
    border-style: solid;
    border-color: rgba(226, 226, 226, 1);
    border-radius: 7px;
    }*/
    /*.bookCard:hover .imageD {
        padding: 0 !important
    }*/
}

.bookCard .addToCartButton {
    height: 33px;
}

:lang(en).bookCard .addToCartButton {
    padding-top: 2px;
}

.page-item.active .page-link {
    background-color: var(--Samawy-color-1) !important;
    border-color: var(--Samawy-color-1) !important;
    color: #fff !important;
}

.page-link {
    color: var(--Samawy-color-1) !important;
}



.nav-toggler {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.nav-toggler .line {
    width: 25px;
    height: 3px;
    background-color: var(--Samawy-color-1);
    margin: 4px 0;
    transition: all 0.3s ease;
}

.nav-toggler.active .line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggler.active .line:nth-child(2) {
    opacity: 0;
}

.nav-toggler.active .line:nth-child(3) {
    transform: rotate(-45deg) translate(10px, -10px);
}

.hideOnMiniNav {
    transition: opacity 1s ease, visibility 1s ease;
}

body.miniNavShow .hideOnMiniNav {
    display: none;
}

header .SamawyLogo {
    transition: opacity 1s ease, visibility 1s ease;
}

.swiper-arrows {
    display: flex;
    gap: 16px; /* Adjust the gap between the buttons if needed */
}

.swiper-arrows-prev,
.swiper-arrows-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #dcdcdc; /* Adjust border color */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adjust shadow if needed */
    cursor: pointer;
    text-align: center;
}

.swiper-arrows-prev i,
.swiper-arrows-next i {
    font-size: 18px !important;
    color: var(--Samawy-color-1);
    line-height: 43px;
}

.swiper-arrows-prev:hover,
.swiper-arrows-next:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2); /* Adjust hover shadow */
}

.menuSwiper {
    margin: 0 40px !important;
    width: unset !important;
}

.menuSwiper-button-next, .menuSwiper-button-prev {
    margin-top: 15px;
}

.menuSwiper .swiper-slide {
    width: auto !important;
    background: unset !important;
}

.menuSwiper .swiper-wrapper {
    /*overflow:hidden !important;*/
}

.menuSwiper .swiper-slide .moreIcon {
    width: 12px;
    height: 12px;
    display: inline-block;
}

.menuSwiper-button-prev.swiper-button-disabled, .menuSwiper-button-next.swiper-button-disabled {
    display: none !important;
}

.MenuOwl {
    padding: 0 40px;
}

.MenuOwl .owl-nav {
    z-index: -1;
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.CardInner .CardImg img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: auto;
}

/*.MenuOwl .owl-item:not(:last-child) {
        margin-right: 30px !important;*/ /* Space between items */
/*}*/
/*.MenuOwl .owl-prev, .MenuOwl .owl-next {
    background: #fff;
    color: #000;
    padding: 5px 10px;
    font-size: 18px;
    border: 1px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
}

    .MenuOwl .owl-prev:hover, .MenuOwl .owl-next:hover {
        background: #f1f1f1;
    }

.MenuOwl .owl-prev {
    position: absolute;
    left: -20px;
}

.MenuOwl .owl-next {
    position: absolute;
    right: -20px;
}*/
@font-face {
  font-family: 'Samawy-SAR';
  src:  url('/font/Samawy-SAR.eot?v=etMqeIDC1VRopYsM4UA2UWk0ZRU&c8ujgj');
  src:  url('/font/Samawy-SAR.eot?v=etMqeIDC1VRopYsM4UA2UWk0ZRU&c8ujgj#iefix') format('embedded-opentype'),
    url('/font/Samawy-SAR.ttf?v=72Su3icAE_BmWYtX5_KK7UXsWbk&c8ujgj') format('truetype'),
    url('/font/Samawy-SAR.woff?v=p_ly6_uzmqwkD8EWTrskcmwm1_I&c8ujgj') format('woff'),
    url('/font/Samawy-SAR.svg?v=72Su3icAE_BmWYtX5_KK7UXsWbk&c8ujgj#Samawy-SAR') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


@font-face {
    font-family: 'Samawy-SAR';
    src: url('/font/Samawy-SAR.eot?v=etMqeIDC1VRopYsM4UA2UWk0ZRU');  For IE9 Compat Modes 
    src: url('/font/Samawy-SAR.eot?v=etMqeIDC1VRopYsM4UA2UWk0ZRU&#iefix') format('embedded-opentype'), 
        url('/font/Samawy-SAR.woff2') format('woff2'), 
        url('/font/Samawy-SAR.woff?v=p_ly6_uzmqwkD8EWTrskcmwm1_I') format('woff'),
        url('/font/Samawy-SAR.ttf?v=72Su3icAE_BmWYtX5_KK7UXsWbk') format('truetype');
    font-weight: normal;
    font-style: normal;
}



[class^="samawy-sar"], [class*=" samawy-sar"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Samawy-SAR' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.samawy-sarSamawy-SAR:before {
  content: "\31";
}

