/*@font-face {*/
/*    font-family: 'Fairuz';*/
/*    src: url(../fonts/JF-Flat-regular.eot),*/
/*    url('../fonts/JF-Flat-regulard41d.eot?#iefix') format('embedded-opentype'),*/
/*    url('../fonts/JF-Flat-regular.svg#JF-Flat-regular') format('svg'),*/
/*    url(../fonts/JF-Flat-regular.ttf) format('truetype'), url(../fonts/JF-Flat-regular.woff) format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200&display=swap');

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.ttf')
}

:root {
    --primaryColor: #FE4A55;
    --primaryAlpha: 105, 157, 86;
    --secondaryColor: #F8F8F8;
    --secondaryAlpha: 249, 249, 249;
    --whiteColor: #fff;
    --blackColor: #333333;
    --iconColor: #325a2b;
    --ColorGre: #325a2b;
    --linckHoverColor: #caa74b;
}

* {
    margin: 0;
}

body {
    direction: rtl;
    text-align: right;
    /*font-family: 'Fairuz';*/
    position: relative;
    overflow-x: hidden;
    font-family: 'Cairo', sans-serif;
}


.form-control:focus {
    box-shadow: none;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

a,
a:hover {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.title h2 {
    color: #333333
}

.title + p {
    color: #929292;
    margin-bottom: 30px;
}

button,
button:hover {
    transition: all 0.5s ease-in-out;
}

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

.site-btn {
    display: block;
    width: max-content;
    width: -moz-max-content;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 14px;
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    font-weight: bold;
}
/*.loveit{*/
/*    position: absolute;*/
/*    top: 16px;*/
/*    left: 16px;*/
/*}*/
/*.hiddencheck{*/
/*    position: absolute;*/
/*    top: 16px;*/
/*    left: 16px;*/
/*    opacity: 0;*/
/*    z-index: 99;*/
/*    width: 19px;*/
/*    height: 19px;*/
/*}*/
.love{
    color: red !important;
}
.light-btn {
    background-color: var(--secondaryColor);
    color: var(--blackColor)
}

.em-p {
    margin-top: 50px;
}

.site-btn:hover {
    background-color: var(--secondaryColor);
    color: var(--blackColor);
}

.light-btn:hover {
    background-color: var(--blackColor);
    color: var(--whiteColor);
}

.site-wbtn {
    background-color: var(--whiteColor);
    color: var(--primaryColor);
}

.site-wbtn:hover {
    background-color: var(--secondaryColor);
    color: var(--whiteColor);
    transition: all 0.5s ease-in-out;
}

/*header*/
header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    width: 100%;
    background: #fff;
    height: auto;
}

.wrap {
    padding-top: 111px;
}

.custom-group {
    width: 100%;
    overflow: hidden;
}
header .top-header {
    background-color: #f2f2f2;
    padding: 12px 0;
}

header .top-header .language button::after {
    position: absolute;
    left: -11px;
    color: #fff;
    top: 18px;
}

header .top-header .language button img {
    width: 21px;
    margin-top: 2px;
    float: right;
    margin-inline-end: 9px;
}

header .top-header .language .dropdown-menu {
    width: 100%;
    min-width: 100%;
    margin-top: 3px !important;
}

header .top-header .language .dropdown-menu li {

}

header .top-header .language .dropdown-menu li a {
    position: relative;
    color: #333;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6px;
}

header .top-header .language .dropdown-menu li a img {
    margin-top: 3px;
    width: 21px;
    float: right;
    margin-inline-end: 9px;
}

.social-media {
    float: right;
}

.social-media ul {

}

.social-media ul li {
    display: block;
    float: right;
}

.social-media ul li {
    margin-left: 24px;
}

.social-media ul li a {
    font-size: 20px;
    color: var(--iconColor) !important;
}

/* end topHeader */

/*start center-header*/
.center-header {
    position: relative;
    padding: 13px 0 13px 0;
}

.center-header .logo {
    width: 158px;
    margin-top: -6px;
}

.center-header .logo img {
    width: 75%;
    /*padding-top: 10px;*/
}

.center-header .input-group {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    margin: auto;
    margin-top: 15px;
}

.center-header .input-group .form-outline {
    width: 100%;
    position: relative;
}

.center-header .input-group .form-outline .form-control {
    height: 45px;
    border: 1px solid #d5ddd4;
    border-radius: 7px;
    color: #a2a2a2;
    overflow: hidden;
    padding: 0 69px;
    font-size: 13px;
}

.center-header .input-group .form-outline button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    padding: 0 20px;
    border-radius: 7px 0 0 7px;
    background-color: var(--ColorGre);
}

.center-header .user-admin {
}

.center-header .user-admin .img {
    width: 37px;
    margin: auto;
    position: relative;
}

.center-header .user-admin .img img {
    width: 100%;
}

.center-header .user-admin .details {
    margin: auto;
    display: table;
    width: 120px;
    padding-right: 11px;
}

.center-header .user-admin .details blockquote {
    margin: 0;
    color: #0b0b0b;
}

.center-header .user-admin .details blockquote h5 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #818181;
}

.center-header .user-admin .details blockquote small {
}

.center-header .user-admin .details blockquote small cite {
    font-size: 16px;
    padding-top: 4px;
    display: block;
    color: #325a2b;
    font-weight:600 ;
}

.center-header .shopping-bag {
    position: relative;
    top: 0;
}

.center-header .shopping-bag .img {
    width: 55px;
    margin: auto;
    position: relative;
}

.center-header .shopping-bag .img img {
    width: 100%;
}

.center-header .shopping-bag .img span {
    position: absolute;
    background-color: #f50100;
    width: 19px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    left: -5px;
    top: 26px;
}

.center-header .shopping-bag .details {
    padding-inline-start: 21px;
    margin: auto;
    display: table;
    color: #0b0b0b;
}

.center-header .shopping-bag .details blockquote {
    margin: 0;
}

.center-header .shopping-bag .details blockquote span {
    font-size: 16px;
    color: #333;
}

.center-header .shopping-bag .details blockquote small {
}

.center-header .shopping-bag .details blockquote small cite {
    font-size: 16px;
    color: #333;
}

.search-box {
    position: relative;
    right: 0;
    height: auto;
    padding: 10px;
    display: none;
    width: 90%;
}

.search-box:hover .search-txt {
    width: 200px;
    padding: 0 6px;
}

.search-box:hover .search-btn {
    background: #fff;
}


.search-btn {
    color: #325a2b !important;
    float: right;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
}

.search-txt {
    border: none;
    outline: none;
    background: none;
    float: none;
    padding: 0;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    width: 0;
    transition: width 400ms;

}


/*end center-header*/

/*botton-header*/

.botton-header {
    position: relative;
    background-color: var(--ColorGre);
    height: 64px;
}

.botton-header .open_nave {
    width: 26px;
    position: relative;
    display: none;
    float: left;
    margin-top: 19px;
}

.botton-header .open_nave span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 5px 0;
}

.botton-header ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    position: relative;
}

.botton-header ul .nav-item {
}

/*.botton-header ul .nav-item + .nav-item {*/
/*    margin-inline-start: 68px;*/
/*}*/

.botton-header ul .nav-item .nav-link {
    color: var(--whiteColor);
    font-size: 20px;
    padding: 0;
}

.botton-header ul .nav-item .nav-link:hover{
    color: var(--linckHoverColor);
}

.botton-header ul .close-nav {
    position: absolute;
    left: 16px;
    width: 30px;
    top: 16px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 15px;
    border-radius: 50px;
    background-color: #325a2b;
    box-shadow: 0 0 7px -1px #777;
    display: none;
}

.botton-header ul .media_sochel {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 18px;
    margin-bottom: 41px;
    display: none;
}

.botton-header ul .media_sochel li {
    display: block;
    margin: 0 6px;
    float: right;
}

.botton-header ul .media_sochel li a {
    color: #fff;
    font-size: 18px;
}

.open_fex {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #8ca59269;
    z-index: 1;
    -webkit-animation: open_fex 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both, ease-in-out;
    animation: open_fex 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both, ease-in-out;
}

@-webkit-keyframes open_fex {
    0% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}

@keyframes open_fex {
    0% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}

.w {
    width: 100%;
    -webkit-animation: w 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both, ease-in-out;
    animation: w 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both, ease-in-out;
}

@-webkit-keyframes w {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes w {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}


/*botton-header*/

/*madia*/

@media (max-width: 991px) {
    .botton-header ul .nav-item + .nav-item {
        margin-inline-start: 35px;
    }

    .botton-header ul .nav-item .nav-link {
        color: var(--whiteColor);
        font-size: 17px;
        padding: 0;
    }

    .center-header .user-admin .details,
    .center-header .shopping-bag .details blockquote {
        display: none;
    }

    .center-header .user-admin,
    .center-header .shopping-bag {
        margin: 0 16px 0 0;
    }

    .center-header .user-admin .img,
    .center-header .shopping-bag .img {
        width: 30px;
    }

    .center-header .shopping-bag .img span {
        top: 22px;
    }
}

@media (max-width: 767px) {
    .botton-header .open_nave {
        display: block;
    }

    .botton-header ul .close-nav {
        display: block;
    }

    .botton-header ul {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
       overflow-x: hidden;
        overflow-y: auto;
        height: 100%;
        padding-top: 70px;
        background-color: #325a2b;
        display: block;
        width: 184px;
        z-index: 2;
        text-align: right;
        -webkit-animation: slide-left 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: slide-left 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

    .botton-header ul .nav-item + .nav-item {
        margin-inline-start: 0px;
    }

    .botton-header ul .nav-item {
        border-bottom: 1px solid #777;
        padding: 12px 13px;
    }

    .botton-header ul .nav-item .nav-link {
        font-size: 15px;
    }

    .center-header .input-group .form-outline .form-control {
        /*display: none;*/
    }

    /*.center-header .input-group .form-outline button {*/
    /*    position: relative;*/
    /*    width: 31px;*/
    /*    text-align: center;*/
    /*    padding: 0;*/
    /*    border-radius: 50px;*/
    /*    font-size: 13px;*/
    /*    height: 31px;*/
    /*    float: left;*/
    /*}*/

    .botton-header ul .media_sochel {
        display: block;
    }
}

@media (max-width: 480px) {
    .social-media ul li {
        margin-left: 13px;
    }

    .social-media ul li a {
        font-size: 19px;
    }
}

.togel {
    -webkit-animation: togel 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both !important;
    animation: togel 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both !important;
}

@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(300px);
        transform: translateX(300px);
    }
}

@keyframes slide-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(300px);
        transform: translateX(300px);
    }
}

/**/
@-webkit-keyframes togel {
    0% {
        -webkit-transform: translateX(300px);
        transform: translateX(300px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes togel {
    0% {
        -webkit-transform: translateX(300px);
        transform: translateX(300px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* ======================slid-heaer============================= */
.slid-heaer {
    position: relative;
    background-color: #ededed;
}

.slid-heaer .owl-carousel {
}

/*.slid-heaer .owl-carousel .item{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

.slid-heaer .owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    padding: 0 63px;
}

.slid-heaer .owl-carousel .item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 145px;
    padding-top: 50px;
    padding-bottom: 25px;
}

.slid-heaer .owl-carousel .item .slid-addrs {
    text-align: right;
}

.slid-heaer .owl-carousel .item .slid-addrs h2 {
    font-size: 40px;
    color: #333;
    line-height: 44px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 17px;
}

.slid-heaer .owl-carousel .item .slid-addrs p {
    font-size: 17px;
    color: #333;
    font-weight: 600;
    line-height: 37px;
}

.slid-heaer .owl-carousel .item .slid-addrs .more {
    margin-top: 20px;
    height: 46px;
    background-color: #325a2b;
    text-align: center;
    display: flex;
    width: 273px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;

}

.slid-heaer .owl-carousel .owl-prev,
.slid-heaer .owl-carousel .owl-next {
    width: 37px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    color: #fff;
    background: var(--ColorGre);
}

/* ======================slid-heaer============================= */
.title {
    text-align: right;
    font-size: 29px;
    font-weight: 900;
    color: #333;
    /*padding-bottom: 33px;*/
}

.link_more {
    color: #325A2B;
    font-weight: 500;
    font-size: 28px;
    text-decoration: underline;
}

.owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: -37px;
    right: -37px;
    top: 50%;
    /*padding: 0 63px;*/
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    width: 37px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    color: #fff;
    background: var(--ColorGre);
}

.my-book {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.my-book .container {
    width: calc(100% - 25px);
}

.card {
    min-height: 426px;
    padding: 17px;
    border: 1px solid #707070;
    border-radius: 0;
    position: relative;
    box-shadow: 0 0 9px 3px #f2f2f2;
}

.card .card-img {
    position: relative;
    height: 207px;
}

.card .card-img img {
    width: 100%;
    border-radius: 5px;
    height: 100%;
}

/*.card .card-img i {*/
/*    position: absolute;*/
/*    top: 16px;*/
/*    left: 16px;*/
/*    color: #fff;*/
/*    font-size: 19px;*/
/*    cursor: pointer;*/
/*}*/
.fh{
    position: absolute;
    top: 16px;
    left: 16px;
    color: #fff;
    font-size: 19px;
    cursor: pointer;
}
.love{
    color: red !important;
}

.trash {
    width: 23px;
    height: 23px;
    background-color: #ffffffab;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    left: 10px !important;
    top: 10px !important;
    color: #f00 !important;
}

.card .owl-stage-outer {
    padding: 13px 0 13px 0px;
}

/*#325A2B*/
.card .card-body {
    padding: 0;
    padding-top: 20px;
}

.card .card-body h5 {
    color: #325A2B;
    margin: 0;
    font-size: 14px;
    padding-bottom: 13px;
    line-height: 22px;
    font-weight: 600;
    overflow: auto;
    height: 40px;
}

.card .card-body p {
    margin: 0;
    font-size: 14px;
    color: #F8991F;
}

.card .card-body .price {
    font-size: 18px;
    font-weight: 900;
    color: #000000;
    /*padding-bottom: 16px;*/
}
.date{
    display: block;
    font-size: 15px;
    margin: 5px 0;
}
.reading{
    background-color: #3c5d2a;
    color: #fff;
    width: 100%;
    padding: 4px;
    margin: 7px 0;
}

.card .card-body .price span {
    font-weight: 900;
    padding-inline-end: 8px;
}

.card .card-body .cartBtn {
    width: 100%;
    color: #F8991F;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    background-color: #325A2B;
    border-radius: 5px;
    margin-top: 16px;
    cursor: pointer;
}

.card .card-body a:hover{
    color: #F8991F;
}

/*========footer========*/
footer {
    position: relative;
    padding-top: 72px;
    padding-bottom: 45px;
}

footer .background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

footer .footer .footer-widget {
}

footer .footer .footer-widget img {
    width: 90px;
}

footer .footer .footer-widget p {
    font-size: 16px;
    line-height: 26px;
    color: #F8991F;
    padding-top: 29px;
}

footer .footer .footer-widget .footer-title {
    position: relative;
    font-size: 16px;
    color: #F8991F;
}

footer .footer .footer-widget .footer-title:after {
    position: absolute;
    content: "";
    right: -18px;
    height: 27px;
    width: 2px;
    background-color: #F8991F;
}

footer .footer .footer-widget ul {
    padding-top: 27px;
}

footer .footer .footer-widget ul li {
    padding-bottom: 24px;
}

footer .footer .footer-widget ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

footer .footer .footer-widget ul li a:hover {
    color: #F8991F;
}

.bottom-footer {
    position: relative;
}

.bottom-footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-footer ul li {
    width: 39px;
    height: 39px;
    background-color: #f8991f;
    border-radius: 50px;
    line-height: 39px;
    text-align: center;
    margin: 0 9px;
}

.bottom-footer ul li a {
}

.bottom-footer ul li a i {
    font-size: 17px;
    color: #325A2B;
}

.payment_services {
    padding-top: 17px;
    padding-bottom: 17px;
}

.payment_services .payment li {
    margin: 0 24px;
}

.payment_services .payment li a img {
    width: 52px;
}

.payment_services ul li {
    font-size: 15px;
}

.payment_services ul li a {
    color: #f8991f;
}

/*========footer========*/
.banner {
    position: relative;
    height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .txt {
    position: relative;
    color: #fff;
    text-align: center;
}

.banner .txt .nump {
    display: block;
    padding-top: 12px;
}

.banner .txt a {
    color: #fff;
    font-size: 25px;
    transition: all 0.5s ease-in-out;
}

.banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.5);
    object-fit: cover;
}

.banner .link-botton {
    position: relative;
    margin: 73px 0 0 0;
    position: relative;
    width: 100%;
    margin: 0;
    padding-top: 20px;
}

.section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 50px;
}

.more_section {
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
}

.more_section .list_mune {
    border: 1px solid #D6D6D6;
    padding: 10px;
    border-radius: 3px;
}

.more_section .list_mune .txt {
    padding-bottom: 15px;
}

.more_section .list_mune .txt h6 {
    font-size: 17px;
    color: #325A2B;
}

.more_section .list_mune .txt span {
    position: relative;
    width: 50px;
    height: 3px;
    background-color: #325A2B;
    display: block;
}

.more_section .list_mune .txt span:after {
    position: absolute;
    content: "";
    width: 137px;
    height: 3px;
    z-index: -1;
    background: #EFEFEF;

}

.more_section .list_mune .list {
    padding-top: 5px;
}

.more_section .list_mune .list li {
}

.more_section .list_mune .list li button {
    background: none;
    border: none;
    font-size: 15px;
    padding: 3px 0;
    margin-bottom: 8px;
}

.more_section .list_mune .list li button.selected {
    color: #325A2B;
    font-weight: 600;
    font-size: 16px;
}

.main {
    color: #f8991f;
}

.favorite_section {
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
}

.equests_section {
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
}

.contact_us {
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
}

.contact_us .title {
    color: #325A2B;
}

.contact_us .description {
    padding-top: 14px;
}

.description p {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 30px;
    margin-bottom: 18px;
    padding-inline-start: 62px;
}

.description p:before {
    position: absolute;
    content: "";
    background-image: url(../img/open-book.png);
    background-repeat: no-repeat;
    background-size: auto;
    height: 30px;
    width: 35px;
    right: 0px;
    top: 5px;
}

.call_us {
    position: relative;
    padding-top: 53px;
    padding-bottom: 45px;
}

.call_us form {
    width: 68%;
}

.call_us form .form-group {
    margin-bottom: 34px;
}

.call_us form .form-group label {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    padding-bottom: 11px;
}

.call_us form .form-group .form-control {
    background-color: #F0F0F0;
    font-size: 16px;
    color: #333;
    border: 1px solid #BEBEBE;
    border-radius: 10px;
    padding: 21px 26px;
}

.form-control:focus {
    border: 1px solid #BEBEBE;
}

.call_us form button {
    color: #fff;
    background-color: #325A2B;
    margin: 0 auto 0 0;
    padding: 9px 37px;
}

/**/
.profile_page {
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
}

.profile_page .nav-pills {
    box-shadow: 0 0 3px 0px #777;
    border-radius: 9px;
    background-color: #fff;
    padding-bottom: 20px;
    overflow: hidden;
}

.rad {
    color: #D80000 !important;
}

.profile_page .nav-pills .nav-link {
    border-radius: 0;
    padding: 0.9rem 1rem;
    color: #898691;
}

.profile_page .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #F4F5F4;
    color: #325A2B;
}

.profile_page .tab-content {
    background-color: #fff;
    box-shadow: 0 1px 3px 0px #777;
    border-radius: 9px;
}

form {
    width: 100%;
    padding: 20px;
}

form .form-group {
    margin-bottom: 34px;
}

.form-group label {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    padding-bottom: 11px;
}

form .form-group .form-control {
    background-color: #F0F0F0;
    font-size: 16px;
    color: #333;
    border: 1px solid #BEBEBE;
    border-radius: 6px;
    padding: 21px 26px;
}

.form-control:focus {
    border: 1px solid #BEBEBE;
}

form button {
    color: #fff;
    background-color: #325A2B;
    margin: 0 auto 0 0;
    padding: 9px 37px;
}

.btu {
    color: #fff;
    background-color: #325A2B;
    margin: 0 auto 0 0;
    padding: 9px 37px;
    border-radius: 6px;
}

.btu:hover {
    color: #fff;
}

.my-products {
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
}

.my-products .price_card {

}

.my-products .price_card .price_txt {
    border: 2px solid #325A2B;
    border-radius: 5px;
    padding: 9px;
}

.my-products .price_card .price_txt li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    font-size: 17px;
    color: #333;
    padding-bottom: 12px;
    font-weight: 600;
}

.calc {
    border-top: 1px solid #999;
    padding-top: 12px !important;
}

.my-products .price_card .price_txt li span {
    width: 35%;
    font-size: 15px;
    font-weight: 600;
    color: #1c7430;
}

.my-products .price_card .btu {
    width: 100%;
    padding: 5px 0;
    margin-top: 15px;
    color: #fff;
}

.catogry {
    border: 1px solid #B0B0B0;
    border-radius: 5px;
    padding: 22px 15px 22px 15px;

}

.catogry .catogry_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card_titel {
    display: flex;
    position: relative;
}

.card_titel .img {
    width: 243px;
    height: 145px;
}

.card_titel .img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.card_titel .titel {
    padding-inline-start: 21px;
    position: relative;
}

.card_titel .titel .tx {
    padding-top: 5px;
}

.card_titel .titel .tx h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #1c7430;
}

.card_titel .titel .tx p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
}

.card_titel .titel .remov {
    display: flex;
    margin-top: 13px;
}

.card_titel .titel .remov button {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #999;
    margin-left: 10px;
}

.card_titel .titel .remov button + button {
    margin-right: 50px;
}

.card_titel .titel .remov button i {
    color: #333;
    padding-inline-end: 7px;
    font-size: 18px;
}

.prs {
    font-size: 21px;
    font-weight: 900;
    color: #1c7430;
    position: relative;
    top: -60px;
    right: -79px;
}

.number-spinner {
    width: 120px;
}

.number-spinner label {
    padding: 0;
    font-size: 15px;
    color: #898691;
    padding-bottom: 10px;
}

.number-spinner .form-control {
    font-size: 16px;
    font-weight: 900;
    color: #000;
    border: none;
    height: 32px;
}

.input-group-btn {
    width: 35px;
    background-color: #325a2b;
}

.input-group-btn button {
    width: 100%;
    padding: 0;
    height: 100%;
}

.input-group-btn button i {
    font-size: 15px;
    color: #F8991F;
}

.price_card form {
    padding: 19px 7px 0 0;
}

.price_card form .form-group {
    margin-bottom: 12px;
}

.price_card form .form-group label {
}

.price_card form .form-group .form-control {
    border-radius: 0;
    background-color: #fff;
    font-size: 10px;
}

.quantity {
    position: relative;
    top: -35px;
}

.quantity > div {
    font-size: 15px;
    font-weight: 600;
    color: #325a2b;
    width: 80px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.Color_D {
    color: #898691;
    font-weight: 500;
}

.selectpicker {
    background-color: #F0F0F0;
    font-size: 16px;
    color: #333;
    border: 1px solid #BEBEBE;
    border-radius: 6px;
    padding: 6px 26px;
    width: 100%;
}

.modal-header {
    justify-content: center;
    border: none;
}

.modal-header img {
    width: 95px;
    max-width: 100%;
}

.modal-body {
    text-align: center;
    border: none;
}

.modal-body p {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.modal-footer {
    border: none;
}

.modal-footer a {
    margin: auto;
    width: 261px;
    padding: 7px 0;
}

/*=======name_book====*/
.name_book {
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
}

.name_book .img_book {
    padding: 20px;
    border: 1px solid #707070;
    height: 100%;
}

.name_book .img_book img {
    width: 100%;
    height: 100%;
}

.name_book .book_details {
    padding: 20px;
    border: 1px solid #707070;
    height: 100%;
}

.name_book .book_details .author {
}

.name_book .book_details .author h5 {
    font-size: 21px;
    color: #333;
    margin: 0;
    margin-bottom: 13px;
}

.name_book .book_details .author p {
    font-size: 15px;
    line-height: 32px;
    color: #333;
}

.name_book .book_details .author span {
    display: block;
    font-size: 15px;
    margin-bottom: 12px;
}

.name_book .book_details .author span:nth-of-type(1) {
    color: #F8991F;
    font-size: 17px;
}

.name_book .book_details .author span:nth-of-type(2) {
    color: #1c7430;
}

.name_book .book_details .add_card {
}

.name_book .book_details .add_card .prs_book {
    font-size: 30px;
    font-weight: 900;
    color: #333;
    position: relative;
    margin-bottom: 10px;
    display: block;
}

.name_book .book_details .add_card .prs_book >span{
    margin-inline-start: 4px;
}

.name_book .book_details .add_card .add {
    display: flex;
    justify-content: space-between;
    margin-top: 23px;
    align-items: baseline;
}

.name_book .book_details .add_card .add .heart {
    cursor: pointer;
    background-color: #E3E2E5;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.name_book .book_details .media_sochel {
    margin-top: 24px !important;
}

.name_book .book_details .media_sochel li {
    margin: 0 10px;
}

.name_book .book_details .media_sochel li span {
    display: block;
    font-size: 15px;
    color: #333;
    margin-top: -5px;
}

.name_book .book_details .media_sochel li:nth-of-type(1) {
    margin-inline-end: 92px;

}

.name_book .book_details .media_sochel li a {
}

.name_book .book_details .media_sochel li a i {
    color: #325A2B;
    font-size: 18px;
}

.card_box{
    position: fixed;
    left: 0;
    height: 100%;
    padding: 26px 10px;
    width: 263px;
    /*overflow-y: scroll;*/
    background-color: #fff;
    box-shadow: -4px 0px 10px 4px #999;
    top: 0;
    bottom: 0;
    /*padding-top: 21px;*/
    z-index: 9999;
    -webkit-animation: card 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: card 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    overflow: auto;
}

/**/
@-webkit-keyframes card {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
    }
}

@keyframes card {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
    }
}

.open{
    -webkit-animation: open 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: open 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/**/
@-webkit-keyframes open {
    0% {
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes open {
    0% {
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.fex_card{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 100%;
    z-index: 5;
    background-color: #ffffff85;

}
.fax{
    width: 100%;
    -webkit-animation: fex 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both, ease-in-out;
    animation: fex 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both, ease-in-out;
}

@-webkit-keyframes fex{
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes fex {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
.card_box .price_card {
    padding: 0 15px;
    border-bottom: 1px solid #999;
    padding-bottom: 21px;
}

.card_box .price_card .price_txt {
    border-radius: 5px;
    padding: 9px;
}

.card_box .price_card .price_txt li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: #333;
    border-top: none;
    padding: 19px 0;
}

.card_box .price_card .price_txt li:nth-of-type(1){
    border-bottom: 1px solid #9999;
}

.card_box  .calc {
    border-top: 1px solid #999;
    padding-top: 12px !important;
}

.card_box .price_card .price_txt li span {
    width: 25%;
    font-size: 15px;
    font-weight: 600;
    color: #1c7430;
}

.card_box .price_card .btu {
    width: 100%;
    padding: 5px 0;
    margin-top: 15px;
    color: #fff;
}
.purchases{
    /*overflow-y: scroll;*/
    padding-inline-start: 23px;
    padding-top: 38px;
    position: relative;
    height: 566px;
    padding-bottom: 21px;
}
.purchases .btu{
    position: absolute;
    bottom: 42px;
    left: 15px;
    right: 15px;
    font-size: 13px;
}
.purchases ul{
    height: 100%;
    /*overflow: hidden;*/
    /*overflow-y: hidden;*/
}

.purchases ul li{
    margin-bottom: 21px;
    overflow-x: hidden;
    height: 100%;
    overflow-y: scroll;
}
.purchases ul li .img_pur{
    width: 83px;
    height: 102px;
    max-width: 100%;
    border-radius: 5px;
}
.purchases ul li .img_pur img{
    width: 100%;
    height: 100%;
}
.purchases ul li .text{
    padding-inline-start: 20px;
}
.purchases ul li .text h5{
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #325A2B;
    margin-bottom: 7px;
}
.purchases ul li .text span{
    display: block;
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}
.purchases ul li .text span:nth-of-type(1){
    color: #325A2B;
}

/*==========================================*/
.page-database{
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
}
.page-database .page{
    box-shadow: 0 0px 5px -1px #999;
    padding: 14px;
    border-radius: 8px;
}

.page-database .page img{
    width: 100%;
    border-radius: 10px;
}

.page-database .tabol-titel{}
.page-database .tabol-titel .tr{}
.page-database .tabol-titel .tr .th{
    font-size: 17px;
    font-weight: 600;
    color: #333;
    margin: 0;
    padding-bottom: 13px;
    padding-top: 9px;
    width: 23%;
}
.page-database .tabol-titel .tr .td{
    font-size: 13px;
    font-weight: 600;
    color: #325a2b;
    margin-top: -2px;
}


.page-database .page h2{
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
    padding-bottom: 13px;
    padding-top: 9px;
}
.page-database .page span{
    display: block;
    font-size: 14px;
    color: #325a2b;
    font-weight: 500;
    padding-bottom: 12px;
}
.page-database .page p{
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #555;
    margin: 0;
    line-height: 24px;
    margin-bottom: 18px;
    padding-inline-start: 42px;
}
.page-database .page p:after{
    position: absolute;
    content: "";
    background-image: url(../img/open-book.png);
    -moz-background-image: url(../img/open-book.png);
    -o-background-image: url(../img/open-book.png);
    -webkit-background-image: url(../img/open-book.png);
    background-repeat: no-repeat;
    background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    height: 22px;
    width: 22px;
    right: 0px;
    top: 5px;
}

/*==========================================*/

.btn_search{
    position: relative;
    top: 19px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50px;
    display: none;
}

.btn_search i{
    font-size: 15px;
    color: #325a2b;
    margin: -1px -7px 0 0;
    display: block;
    position: relative;
    left: 0px;
}

.fex_search{
    position: fixed !important;
    display: flex !important;
    align-items: center !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    top: 0 !important;
    margin: auto !important;
    z-index: 99999 !important;
}

.fex_search input, .fex_search button{
    border-radius: 0 !important;
}


/*=========================================*/
@media (max-width: 1199px) {
    .card_titel .img {
        width: 133px;
    }
}

@media (max-width: 991px) {
    .slid-heaer .owl-carousel .item .slid-addrs h2 {
        font-size: 30px;
    }

    .slid-heaer .owl-carousel .item .slid-addrs p {
        font-size: 15px;
    }

    .slid-heaer .owl-carousel .item .slid-addrs .more {
        height: 40px;
        width: 211px;
    }

    .more_section .list_mune .list {
        display: none;
    }
    .name_book .book_details .media_sochel{
        justify-content: space-between;
    }
    .name_book .book_details .media_sochel li:nth-of-type(1){
        margin-inline-end: 0;
    }
}

@media (max-width: 767px) {
    .slid-heaer .owl-carousel .owl-item img {
        display: none;
    }

    .slid-heaer .owl-carousel .item {
        padding: 35px 110px;
    }

    .catogry .catogry_box {
        display: block;
    }

    .catogry .catogry_box .prs {
        top: 0;
        padding: 21px 0;
        right: 0;
    }

    .quantity {
        position: relative;
        top: 0;
        padding-top: 15px;
    }

    .payment_services .payment li {
        margin: 0 6px;
    }

    .payment_services .payment li a img {
        width: 40px;
    }

    .payment_services .container > div {
        display: block !important;
        text-align: center;
    }

    .payment_services .container > div > ul {
        display: flex;
        justify-content: center;
        margin-bottom: 14px !important;
    }

    .center-header .input-group .form-outline {
        display: none;
    }

    .search-box {
        display: block;
    }
    .btn_search{
        display: block;
    }
}

@media (max-width: 575px) {
    .owl-carousel .owl-nav {
        display: none;
    }

    .slid-heaer .owl-carousel .owl-nav {
        display: none;
    }

    .slid-heaer .owl-carousel .item .slid-addrs h2 {
        font-size: 32px;
    }

    .slid-heaer .owl-carousel .item .slid-addrs .more {
        height: 37px;
        width: 182px;
        font-size: 13px;
    }

    .slid-heaer .owl-carousel .item {
        padding: 50px 8px;
    }
}

@media (max-width: 480px) {
    .card_titel {
        display: block;
    }

    .card_titel .img {
        width: 100%;
        height: 204px;
    }

    .card_titel .titel {
        padding-inline-start: 7px;
        padding-top: 12px;
    }

    .card_titel .titel .remov button + button {
        margin-right: 11px;
    }
    .language{
        margin-top: 10px;
    }
    header .top-header {
        padding: 12px 0;
    }
}

.over-nav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
}

.preloader-contant {
    width: auto;
    margin: auto;
    height: 100px;
    position: relative;
    top: 50%;
    margin-top: -42px;
    animation: rotat 4s infinite linear;
}

#preloader_6 {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999;
    animation: preloader_6 5s infinite linear;
    margin: auto;
    top: 0;
}

#preloader_6 img {
    position: absolute;
    left: 0;
    object-fit: contain;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    max-height: 100px;
    max-width: 100px;
    -webkit-animation: slide-bck-center 1.45s cubic-bezier(0.470, 0.000, 0.745, 0.715) infinite both;
    animation: slide-bck-center 1.45s cubic-bezier(0.470, 0.000, 0.745, 0.715) infinite both;
}

@-webkit-keyframes slide-bck-center {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    100% {
        -webkit-transform: translateZ(-400px);
        transform: translateZ(-400px);
    }
}

@keyframes slide-bck-center {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    100% {
        -webkit-transform: translateZ(-400px);
        transform: translateZ(-400px);
    }
}


.slid-heaer .owl-dots {
    text-align: center;
    padding-top: 15px;
    display: flex;
    justify-content: center;
    position: relative;
    top: -22px;
}

.slid-heaer .owl-dots .owl-dot {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 3px;
    /*border: 1px solid #325A2B;*/
    padding: 2px;

}

.slid-heaer .owl-dots .owl-dot span {
    display: inline-block;
    background: #0b0b0b;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.slid-heaer .owl-dots .owl-dot.active {
    padding: 2px;
    border: 1px solid #325A2B;
    width: 17px;
    height: 17px;
    margin-top: -1px;
}

.slid-heaer .owl-dots .owl-dot.active span {
    background-color: #325A2B;

}

.slid-heaer .owl-dots button.owl-dot:focus {
    outline: none;
}

.slid-heaer .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

/*.slid-heaer span {*/
/*    font-size: 70px;*/
/*    position: relative;*/
/*    top: -5px;*/
/*}*/
.slid-heaer .owl-nav button:focus {
    outline: none;
}

/*sing*/

.login-div {
    background-image: url("../img/sing_background.png");
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-sizee: cover;
    -webkit-background-sizee: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 99px 0 150px 0;
}

.login-div .login-section {
    background-color: #fffdfc75;
    border-radius: 5px;
    margin: auto;
    padding: 21px 0;
}

.login-div .login-section .img img {
    width: 120px;
}

.login-div .login-section .img h5 {
    color: #1c7430;
    font-size: 16px;
    font-weight: 900;
    margin-top: 22px;
}

.login-div .login-section form .form-group {
    position: relative;
}

.login-div .login-section form .form-group .form-control {
    font-size: 12px;
    padding: 20px 14px;
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid #e9e9e9;
}

.login-div .login-section form .form-group i {
    position: absolute;
    left: 20px;
    bottom: 12px;
    color: #9f9f9f;
    font-size: 14px;
    cursor: pointer;
}

.login-div .login-section form a.one {
    display: block;
    text-align: left;
    color: #325A2B;
    font-size: 15px;
    margin-bottom: 15px;
}

.login-div .login-section form .btu {
    width: 100%;
    border-radius: 25px;
    padding: 7px 0;
    margin-bottom: 12px;
}

.login-div .login-section form .si_up {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 35px;
    font-size: 15px;
    color: #333;
    font-weight: 600;
}

.login-div .login-section form .si_up span:nth-of-type(2) {
    color: #325a2b;
}

.login-div .login-section form .checkbox {
}

.login-div .login-section form .checkbox label {
    width: 100%;
    display: block;
    margin-bottom: 35px;
    font-size: 17px;
    color: #fff;
}

.login-div .login-section form .checkbox label input {
    margin-inline-end: 12px;
}

.login-div .login-section form .checkbox label a {
    color: #325a2b;
}



/**/
::-webkit-scrollbar,
body::-webkit-scrollbar,
.scroll::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
.scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
.scroll::-webkit-scrollbar-thumb {
    background-color: #1c7430;
    outline: 1px solid #999;
}


.multiselect-native-select .btn-group{
    width: 100%;
}
.multiselect-native-select .btn-group button{
    text-align: right !important;
    border-radius: 0;
}
.multiselect-container {
    margin: 0;
    padding: 9px 4px;
    width: 100%;
    margin-top: 2px;
    border: 1px solid #bebebe !important;
    border-radius: 0;
}
.multiselect-container input.form-check-input {
    margin: 7px 0 0 0;
}
.multiselect-container .form-check-label{
    padding: 0 !important;
    padding-block: 6px !important;
    padding-inline-start: 24px !important;

}
.sing{}
.sing li{}
.sing li a{
    background-color: #325a2b;
    border-radius: 7px;
    font-size: 12px !important;
    width: 143px;
    text-align: center;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sing li a span{
    color: #fff;
    display: block;
}

@media (max-width: 767px) {
    .social-media ul li{
        margin-left: 15px;
    }
    .social-media ul{
        display: none;
    }
}
.form_Code{
    padding: 0 20px !important;
}



/*@media (max-width: 575px){*/
/*    .sing_header{*/
/*        min-width: 100%;*/
/*        width: 100%;*/
/*        margin-bottom: 16px;*/
/*    }*/
/*    header .top-header {*/
/*        padding-top: 22px;*/
/*    }*/
/*}*/

@media (max-width: 480px){
    .social-media {
        float: none;
        width: 100%;
    }
    .sing_header{
        padding: 0;
    }
    .social-media ul{
        width: 100%;
        justify-content: space-between;
    }
    .social-media ul li {
        margin-right: -6px !important;
    }
}

.btu_all{
    display: block;
    margin: 0 9px;
    padding: 9px 19px !important;
}

.hart_card{
    position: absolute;
    top: 16px;
    left: 16px;
    color: #fff;
    font-size: 19px;
    cursor: pointer;
    width: auto;
    padding: 0;
}

.one .btnDelete{
    margin-inline-start: 36px
}
.botton-header ul .nav-item.actNav .nav-link{
    color: #c7a549 ;
}

footer .footer .footer-widget ul li .icon_footer{
    width: 39px;
    height: 39px;
    background-color: #f8991f;
    border-radius: 50px;
    line-height: 39px;
    text-align: center;
    margin: 0 9px;
    color: #325a2b;
}
