@font-face {
    font-family: 'Arslan-Wessam-B';
    src: url('../fonts/Arslan-Wessam-B.ttf');
}
@font-face {
    font-family: 'DINNEXTLTARABIC-LIGHT';
    src: url('../fonts/DINNextLTArabic-UltraLight.ttf');
}
@font-face {
    font-family: 'DINNextLTArabic-Regular';
    src: url('../fonts/DINNextLTArabic-Regular.ttf');
}
@font-face {
    font-family: 'DINNextLTArabic-Medium';
    src: url('../fonts/DINNextLTArabic-Medium.ttf');
}
@font-face {
    font-family: 'DINNextLTArabic-Bold';
    src: url('../fonts/DINNextLTArabic-Bold.ttf');
}

:root{
    --light-font: 'DINNEXTLTARABIC-LIGHT';
    --regular-font: 'DINNextLTArabic-Regular';
    --medium-font: 'DINNextLTArabic-Medium';
    --bold-font: 'DINNextLTArabic-Bold';
    --primary: #009440;
}

html {
    scroll-behavior: smooth;
}
body{
    direction: rtl;
    text-align: right;
    padding: 0px;
    margin: 0px;
    font-family: var(--regular-font);
    color: #222222;
    font-size: 16px;
}
button:focus, .btn:focus{
    outline: none;
    box-shadow: none;
}
.form-control:focus{
    outline: none;
    box-shadow: none;
    color: inherit;
    border-color: #e3e3e3;
}
h1, h2, h3, h4, h5, h6{
    margin: 0px;
}
p{
    margin: 0px;
    text-align: justify;
}
a{
    color: #222222;
}
a:hover{
    text-decoration: none;
    color: inherit;
}
.logo{
    width: 267px;
    height: 93px;
}
.small-screen{
    display: none;
}
section{
    margin-bottom: 70px;
}
.top-section{
    margin-top: 70px;
}
.btn:hover{
    color: #fff;
}
/* ======== global classes ======== */
.section-title{
    position: relative;
}
.section-title span{
    position: absolute;
    top: -45px;
    right: 0px;
    width: 100%;
    font-family: 'Arslan-Wessam-B';
    font-size: 62px;
    color: #1d1e1c;
    -webkit-text-stroke: 1px #009440;
    -webkit-text-fill-color: white;
    opacity: 0.2;
    z-index: 0;
    user-select: none;
}
.section-title h2{
    color: #1d1e1c;
    font-size: 32px;
    font-family: var(--regular-font);
}
.section-title .divider{
    display: inline-block;
    width: 80px;
    height: 3px;
    margin: 25px 0px;
    background-color: #ededed;
}
.front_dashboard .section-title h2{
    font-size: 28px;
}
.rate_star {
    color: #d6d6d6;
    font-size: 16px;
    font-weight: bold;
}
.rate_star .check {
    color: #f3e00c;
}
.scroll{
    scrollbar-color: #C1C1C1 #fff;
    scrollbar-width: thin;
}
.scroll::-webkit-scrollbar {
    width: 5px;
}
.scroll::-webkit-scrollbar-thumb {
    background-color: #C1C1C1;
}
.btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 45px;
    color: #fff;
    background-color: #11a648;
    font-size: 16px;
}
.info{
    background-color: #00b9ee;
}
.danger{
    background-color: #fe2c15;
}
.cancel{
    background-color: #bc1722;
}
.h-50px{
    height: 50px;
}
.text-error{
    color: #bc1722 !important;
}
.border-error{
    border: 1px solid #bc1722 !important;
}
.hide{
    display: none;
}
/* ======== forms classes ======== */
.form-control{
    color: #222222;
    padding: 0px 10px;
    font-size: 16px;
    line-height: 0;
    border: 1px solid #e3e3e3;
    font-family: var(--regular-font);
}
textarea.form-control{
    line-height: 16px;
    height: auto !important;
}
.form-control::placeholder{
    color: #e3e3e3;
    font-size: 16px;
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before{
    border-color: #e3e3e3;
}
.custom-control-input:focus~.custom-control-label::before{
    box-shadow: none;
}
.custom-control-label::before, .custom-control-label::after{
    top: 9px;
    right: 0;
    width: 10px;
    height: 10px;
}
.custom-checkbox .custom-control-label::before{
    border-radius: 0px;
    border: 1px solid #e3e3e3;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    border-color: #00b9ee;
    background-color: #00b9ee;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    background-image: none;
}
.select2-container--default .select2-selection--single{
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border: 1px solid #e3e3e3;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 50px;
    left: 1px;
}
.custom-switch .custom-control-label::before,
.custom-switch .custom-control-label::after{
    top: calc(100% - 1rem);
    right: unset;
    left: -2.25rem;
    width: 1.75rem;
    height: 1rem;
}
.custom-switch .custom-control-label::after {
    top: calc(calc(100% - 1rem) + 2.3px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
}
.custom-switch .custom-control-input:checked~.custom-control-label::before{
    background-color: #00b9ee  !important;
    border-color: #00b9ee  !important;
}
/* ======== hover classes ======== */
.hvr-shadow{
    transition: all 0.3s;
}
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.hvr-float{
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.hvr-float:hover{
    transform: translateY(-2px);
}
/* ======== header start ======== */
header{
    margin-bottom: 25px;
}
.navbar{
    padding: 5px 0px;
    border-top: 5px solid #bc1722;
}
.navbar-light .navbar-toggler{
    color: #00b9ee;
    border: none;
    padding: 0px;
    font-size: 24px;
}
.navbar-light .navbar-nav .nav-link{
    color: #222222;
    font-size: 16px;
    margin-left: 35px;
}
.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link:hover{
    color: var(--primary);
}
.nav-links a{
    position: relative;
    display: inline-block;
    color: #00b9ee !important;
    font-size: 20px;
    margin-left: 35px;
}
.nav-links a:last-of-type{
    margin-left: 0px;
}
.nav-links a span{
    display: block;
    position: absolute;
    top: -2px;
    right: -9px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    background-color: #bc1722;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
}
.nav-search{
    padding-right: 130px;
}
.nav-search .form-control{
    border-radius: 0px;
    border-color: #f1f1f1;
    width: 410px;
    height: 42px;
    line-height: 42px;
    padding: 0px 10px;
}
.nav-search .btn{
    background-color: #11a648;
    color: #fff;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 0px;
}
/* dropdown */
.dropdown {
    position: relative;
    display: inline-block;
    margin-left: 35px;
}
.dropbtn{
    cursor: pointer;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 180px;
    box-shadow: 0px 0px 10px 5px rgba(223,223,223,0.25);
    z-index: 1;
}
.dropdown-content a {
    color: #222222 !important;
    padding: 15px 20px;
    text-decoration: none;
    display: block;
    margin: 0px;
    font-size: 16px;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
/* ======== footer ======== */
.down-footer{
    background-color: #1d1e1c;
}
.down-footer-inside{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 18px;
    height: 69px;
}
.down-footer .payments img{
    display: inline-block;
    height: 30px;
    padding-right: 10px;
}
.top-footer{
    background-color: #e5f4ec;
    padding: 50px 0px;
}
.top-footer .title{
    color: #009440;
    font-size: 18px;
    font-family: var(--medium-font);
    margin-top: 20px;
}
.top-footer .divider{
    height: 3px;
    width: 18px;
    background-color: #bc1722;
    margin: 20px 0px;
}
.top-footer ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.top-footer ul li a{
    display: inline-block;
    color: #252525;
    font-size: 14px;
    margin-bottom: 5px;
}
.top-footer ul li a:hover{
    color: #bc1722;
}
.top-footer .logo{
    height: 49px;
    width: 169px;
    margin-top: 20px;
}
.top-footer .social a{
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: #009440;
    margin-left: 15px;
    margin-bottom: 5px;
}
.top-footer .social a:hover{
    background-color: #bc1722;
    color: #fff;
}
.top-footer form{
    margin: 40px 0px;
    width: 277px;
}
.top-footer form .form-control{
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0px 10px 0px 50px;
}
.top-footer form .btn{
    position: absolute;
    top: 5px;
    left: 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #009440;
    color: #fff;
    text-align: center;
    padding: 0px;
    border-radius: 5px;
}
/* ======== home slider or hero section ======== */
.hero{
    position: relative;
    background-image: url(../images/slider/bg.png);
    height: 587px;
}
.hero .row{
    height: 587px;
    align-items: center;
    position: relative;
}
.hero h2{
    font-size: 36px;
    font-family: var(--medium-font);
}
.hero p{
    margin: 50px 0px;
}
.hero .owl-theme .owl-nav{
    position: absolute;
    bottom: 60px;
}
.hero .owl-theme .owl-nav [class*=owl-]{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #b5b6b5 !important;
    color: #b5b6b5 !important;
}
.hero .owl-theme .owl-nav [class*=owl-]:hover{
    background-color: #009440;
    color: #fff !important;
    border-color: #009440 !important;
}
.categories-list{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 270px;
    height: 587px;
    background-color: #fff;
}
.categories-list .head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    background-color: #bc1722;
    height: 55px;
    padding: 0px 30px;
}
.categories-list .body{
    height: calc(100% - 55px);
    overflow-x: visible;
    overflow-y: auto;
}
.categories-list .category a{
    display: block;
    height: 50px;
    padding: 0px 30px;
    line-height: 50px;
}
.categories-list .category .subcategory-list{
    display: none;
    position: absolute;
    top: 7px;
    right: 100%;
    z-index: 9;
    max-height: 573px;
    min-width: 100%;
    padding-right: 25px;
}
.categories-list .category .subcategory{
    background-color: #fff;
    box-shadow: 0px 0px 10px 5px rgba(223,223,223,0.25);
    height: 573px;
    overflow-y: auto;
}
.categories-list .category .subcategory a{
    height: 44px;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 270px;
}
.categories-list .category:hover .subcategory-list{
    display: block;
}
.categories-list .category:hover > a{
    background-color: #d9f5fc;
}
.categories-list .category .subcategory a:hover{
    color: #00b9ee;
}
.categories-list .category .mobile-subcategory-list{
    display: none;
    min-width: 100%;
    padding-right: 25px;
}
.categories-list .category .mobile-subcategory-list a{
    position: relative;
}
.categories-list .category .mobile-subcategory-list a::before{
    content: '-';
    position: absolute;
    top: 0px;
    right: 5px;
}
.subcategory-open{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 50px;
    padding: 0px 8px;
    font-size: 24px;
}
/* ======== product card ======== */
.product{
    position: relative;
    text-align: center;
    padding: 20px;
    border: 2px solid #f1f1f1;
    margin-top: 30px;
}
.product .position-left{
    position: absolute;
    top: 20px;
    left: 20px;
}
.product .img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 160px;
    margin-bottom: 15px;
}
.product .img img{
    max-width: 100%;
    max-height: 160px;
    width: unset;
}
.product .name{
    font-family: var(--regular-font);
    color: #333333;
    font-size: 20px;
    padding-bottom: 15px;
}
.product .money{
    margin-bottom: 15px;
}
.product .money .price{
    display: inline-block;
    color: #bc1722;
    font-size: 24px;
    font-family: var(--bold-font);
}
.product .money .currency{
    display: inline-block;
    color: #b4b4b4;
    font-size: 12px;
    font-family: var(--light-font);
    padding-right: 15px;
}
.product .money .old-price{
    display: inline-block;
    padding-right: 15px;
    color: #d6d6d6;
    font-size: 18px;
    text-decoration: line-through;
}
.product .rate_star{
    padding-bottom: 15px;
}
.product p{
    color: #777777;
    font-size: 14px;
}
.product .quantity{
    padding-bottom: 15px;
}
.product .btn{
    display: inline-flex;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.product .btn.big{
    width: 50px;
    height: 50px;
    font-size: 20px;
}
.product .btn.like{
    background-color: #fff;
    color: #b2b2b2;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
    transition: all 0.3s;
}
.product .btn.like:hover,.product .btn.like.active{
    background-color: #bc1722;
    color: #fff;
    box-shadow: none;
}

/* ======== Quantity Counter ======== */
.quantity{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quantity .form-control{
    width: calc(100% - 70px);
    padding: 0px;
    border: 0px;
    text-align: center;
}
.quantity-btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0px;
    background-color: #f7f7f7;
    border: 1px solid #e3e3e3;
    color: #333333;
    font-size: 22px;
    font-family: var(--light-font);
}
.quantity.other .quantity-btn{
    width: 28px;
    height: 28px;
    background-color: #fff;
    color: #787878;
    font-size: 10px;
}
/* ======== home category section ======== */
.category .owl-theme .owl-nav{
    position: absolute;
    top: -30px;
    left: calc(50% - 40px);
}
.category .owl-theme .owl-nav [class*=owl-]{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none !important;
    color: #4f4f4f !important;
    background-color: #f7f7f7;
}
.category .owl-theme .owl-nav [class*=owl-]:hover{
    background-color: #00b9ee;
    color: #fff !important;
}
/* ======== home stores section - home partners section ======== */
.opposite{
    background-color: #f9f9f9;
    padding: 50px 0px 30px;
    text-align: center;
}
.opposite .owl-theme .owl-nav [class*=owl-]{
    position: absolute;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e3e3e3 !important;
    color: #4f4f4f !important;
    background-color: #fff;
}
.opposite .owl-theme .owl-nav [class*=owl-]:hover{
    background-color: #00b9ee;
    color: #fff !important;
}
.opposite .owl-theme .owl-nav button.owl-next{
    left: -20px;
}
.opposite .owl-theme .owl-nav button.owl-prev{
    right: -20px;
}
.partner{}
.partner img{
    width: 70px !important;
    height: 70px;
    margin: 0 auto;
}
/* ======== store card ======== */
.store .img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 7px 10px 0px rgba(0,185,238,0.25);
    margin: 0 auto 15px;
    padding: 10px;
}
.store .img img{
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.store h3{
    color: #333333;
    font-size: 20px;
    margin-bottom: 15px;
}
.store.store-box{
    border: 2px solid #f1f1f1;
    transition: all 0.2s;
    text-align: center;
    padding: 30px 20px;
    margin-top: 30px;
}
.store.store-box .img{
    box-shadow: none;
}
.store.store-box:hover{
    border-color: #fff;
    box-shadow: 0px 7px 10px 0px rgba(0,185,238,0.25);
}
/* ======== message or comment button ======== */
.message{
    position: fixed;
    bottom: 60px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #009440;
}
/* ======== pagination  ======== */
.pagination .page-item .page-link{
    border: none;
    padding: 0px;
    margin: 0px 15px;
    color: #d3d3d3;
    background-color: #fff;
}
.pagination .page-item.active .page-link,.pagination .page-item .page-link:hover{
    color: #31c6f1;
    background-color: #fff;
    font-family: var(--medium-font);
}
/* ======== filter box - ad banner  ======== */
.filter{
    background-color: #f7f7f9;
    margin-top: 30px;
}
.filter .head{
    padding: 20px;
    background-color: #31c6f1;
    color: #fff;
    font-size: 14px;
}
.filter .head span{
    padding-right: 15px;
    font-size: 18px;
    font-weight: bold;
}
.filter .body{
    padding: 20px;
}
.filter label{
    color: #1d1e1c;
    font-size: 14px;
}
.filter .form-control{
    height: 40px;
    border-radius: 6px;
}
.filter .btn{
    margin-top: 70px;
    height: 40px;
    border-radius: 6px;
}
.ad-banner img{
    width: 100%;
    height: 672px;
    margin: 20px 0px;
}
/* ======== store-info-banner  ======== */
.store-info-banner{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #f1f1f1;
    padding: 20px 40px;
}
.store-info-banner img{
    max-width: 100px;
}
.store-info-banner h3{
    color: #333333;
    font-size: 20px;
    padding-right: 40px;
}
.store-info-banner .rate_star{
    padding-right: 40px;
}
/* ======== contact us page - about us page - policies page ======== */
.contact-form{
    background-color: #f9f9f9;
    padding: 60px 0px;
    margin-top: 10px;
}
.contact-form label{
    font-size: 18px;
    margin: 0px;
}
.contact-form .form-control{
    height: 50px;
    border-radius: 0px;
}
.about{
    background-image: linear-gradient(#fff 0%, #fff 38%, #f9f9f9 38%, #f9f9f9 100%);
}
.policy h3{
    font-family: var(--medium-font);
    font-size: 18px;
    margin-bottom: 10px;
}
.policy p{
    margin-bottom: 15px;
}
/* ======== statistic about us and dashboard pages ======== */
.statistic{
    padding: 25px 0px;
    background-image: url(../images/statistic.png);
    background-repeat: no-repeat;
    background-position: center;
}
.statistic h4{
    color: #11a648;
    font-family: var(--medium-font);
    font-size: 42px;
    padding-bottom: 20px;
}
.statistic span{
    display: inline-block;
    font-size: 22px;
}
/* ======== single product page ======== */
.breadcrumb{
    background-color: #fff;
}
.breadcrumb .breadcrumb-item{
    color: #31c6f1;
    font-size: 20px;
}
.breadcrumb .breadcrumb-item a{
    color: #a4a4a4;
}
.breadcrumb .breadcrumb-item a:hover{
    text-decoration: underline;
}
.breadcrumb-item+.breadcrumb-item::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    padding: 0px 20px;
    font-size: 16px;
    color: #a4a4a4;
    display: flex;
    align-items: flex-end;
}
.single-product .ad-banner img{
    height: 420px;
}
.single-product .images{
    border: 1px solid #e3e3e3;
    padding: 30px 20px;
}
.single-product .small .img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 5px;
    border: 1px solid #e3e3e3;
    margin: 30px 10px 0px;
}
.single-product .small .img img{
    max-width: 100%;
    max-height: 100%;
}
.single-product .product .position-left{
    top: 0px;
    left: 0px;
}
.single-product .product .name{
    font-size: 28px;
}
.single-product .product .money .price{
    font-size: 30px;
}
.single-product .product .money .currency{
    font-size: 15px;
}
.single-product .product .money .old-price{
    font-size: 22px;
}
.single-product .actions{
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
}
.single-product .actions .quantity{
    width: 138px;
    margin-left: 20px;
}
.single-product .actions .quantity .quantity-btn{
    width: 50px;
    height: 50px;
}
.single-product .actions .quantity .form-control{
    width: calc(100% - 100px);
    font-weight: var(--medium-font);
    font-size: 22px;
}
.single-product .delivery h5{
    color: #1d1e1c;
    font-size: 14px;
    margin-bottom: 5px;
}
.single-product .delivery .form-control{
    height: 40px;
    border-radius: 6px;
}
.single-product .delivery .status{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
    font-size: 14px;
    height: 40px;
    border-radius: 6px;
}
.single-product .delivery .status.done{
    background-color: #11a648;
}
.single-product .delivery .status.cancel{
    background-color: #bc1722;
}
.single-product .specifications{
    border: 1px solid #f7f7f7;
    margin-top: 30px;
}
.single-product .specifications .head{
    background-color: #f7f7f7;
    padding: 15px 20px;
}
.single-product .specifications .body{
    padding: 25px 20px;
}
.single-product .specifications h3{
    color: #1d1e1c;
    font-size: 16px;
}
.single-product .specifications span.label{
    color: #4c4c4c;
}
.specifications span.answer{
    color: #31c6f1;
}
.single-product .comments{
    margin-top: 50px;
}
.single-product .comments h3{
    font-family: var(--medium-font);
    color: #3d3d3d;
    font-size: 18px;
    margin-bottom: 40px;
}
.comments .comment{
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.comment img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.comment span.name{
    display: block;
    color: #1b8dc9;
    margin-bottom: 5px;
}
.comments .rate_star{
    font-size: 14px;
    margin-bottom: 5px;
}
.comments p{
    color: #777777;
    font-size: 14px;
    text-align: justify;
    margin-top: 10px;
}
.comments .form-control{
    height: 33px;
    border-radius: 16.5px;
    padding: 0px 20px;
    margin-top: 10px;
    line-height: 1.6;
}
.comments .btn{
    width: 100px;
    margin-top: 10px;
}
.rate_star_input{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin: 10px 0px 5px;
}
.rate_star_input > input{
    display: none
}
.rate_star_input > label{
    color: #d6d6d6;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    margin: 0px 1px;
}
.rate_star_input > label:hover,
.rate_star_input > label:hover~label{
    color: #f3e00c !important;
}
.rate_star_input > input:checked~label {
    color: #f3e00c;
}
.rate_star_input:hover > input:checked~label{
    color: #d6d6d6;
}
/* ======== accout form ======== */
.account-form-bg{
    background-image: url(../images/account-form-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
.account-form-content{
    background-color: #f7f7f7;
}
.account-form-content .nav-link{
    color: #cccccc;
    font-size: 18px;
    font-family: var(--medium-font);
    border-bottom: 3px solid #e9e9e9;
    padding: 10px 0px;
}
.account-form-content .nav-link.active{
    background-color: transparent;
    color: #1d1e1c;
    border-color: #00b9ee;
}
.account-form{
    padding: 50px 70px;
}
.account-form .form-control{
    height: 50px;
    border-radius: 0px;
}
.account-form .form-control::placeholder{
    color: #c2c2c2;
}
.account-form a{
    color: #00b9ee;
}
.account-form .actions a{
    display: inline-block;
    color: #1d1e1c;
    font-weight: var(--medium-font);
    margin-top: 25px;
    text-decoration: underline;
}
.login-type{
    padding: 35px 0px 65px;
    font-family: var(--medium-font);
}
.login-type h2{
    font-size: 24px;
    margin-bottom: 50px;
}
.login-type a{
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 3px solid #009440;
    background-color: #fff;
    text-align: center;
    margin: 0px 40px;
    box-shadow: 0px 15px 15px 0px rgba(1,1,1,0.15);
    font-size: 18px;
    margin-bottom: 20px;
}
.login-type a:hover{
    background-color: #009440;
}
.login-type a i{
    display: block;
    font-size: 40px;
}
/* ======== cart ======== */
.cart-table{
    font-size: 18px;
    color: #333333;
    border: 1px solid #e3e3e3;
    border-top: none;
    margin-bottom: 40px;
}
.cart-table th{
    background-color: #00b9ee;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 16px;
    padding: 15px 10px;
}
.cart-table td{
    vertical-align: middle;
}
.cart-table img{
    max-height: 40px;
}
.cart-table .total{
    color: #00b9ee;
    font-size: 20px;
    font-family: var(--medium-font);
}
.cart-table .form-control.quantity{
    width: 128px;
    border-radius: 18.5px;
    background-color: #f7f7f7;
    padding: 0px 18px;
}
.cart-table .form-control.quantity::-webkit-inner-spin-button,
.cart-table .form-control.quantity::-webkit-outer-spin-button {
    opacity: 1;
}
.btn.trash{
    background-color: transparent;
    color: #bc1722;
    padding: 0px;
    width: auto;
    height: auto;
    font-size: 18px;
}
.coupon-form{
    margin-bottom: 40px;
}
.coupon-form .form-control{
    width: 270px;
}
.coupon-form .btn{
    width: 100px;
}
.cart-btn{
    width: 270px;
    height: 50px;
    margin-bottom: 40px;
}
.total-box{
    margin-bottom: 40px;
}
.total-box .body{
    background-color: #f7f7f7;
    padding: 40px 25px 20px;
}
.total-box .label{
    color: #8a8a8a;
    font-size: 16px;
}
.total-box .answer{
    color: #1d1e1c;
    font-size: 24px;
    font-family: var(--medium-font);
}
.total-box .total{
    padding: 5px 25px;
    background-color: #11a648;
}
/* ======== dashboard menu ======== */
.front_dashboard .menu{
    box-shadow: 0px 0px 15px 7px rgba(29,30,28,0.05);
    width: 100%;
    padding: 10px 0px;
}
.front_dashboard .user{
    padding: 0px 10px 15px;
    border-bottom: 1px solid #e3e3e3;
}
.front_dashboard .user .img{
    display: inline-block;
    width: 93px;
    height: 93px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    padding: 5px;
}
.front_dashboard .user img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.front_dashboard .user h2{
    color: #1d1e1c;
    font-size: 18px;
    font-family: var(--medium-font);
    padding-top: 20px;
}
.front_dashboard .user span{
    display: block;
    color: #989898;
    font-size: 12px;
    padding-top: 10px;
}
.front_dashboard .pages a .link{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.front_dashboard .pages a{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}
.front_dashboard .pages a:before{
    content: '';
    position: absolute;
    top: calc(50% - 9px);
    right: -5px;
    width: 2px;
    height: 18px;
    background-color: #009440;
    opacity: 0;
    transition: all 0.3s;
}
.front_dashboard .pages a:hover, .front_dashboard .pages a.active{
    color: #009440;
}
.front_dashboard .pages a:hover:before, .front_dashboard .pages a.active:before{
    opacity: 1;
    right: 0px;
}
.front_dashboard .pages a span{
    display: block;
    color: #00b9ee;
    font-size: 14px;
}
/* ======== dashboard notification ======== */
.notification{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 18px;
    margin-bottom: 18px;
}
.notification img{
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-left: 20px;
}
.notification .body{
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 65px);
}
.notification .name{
    color: #1d1e1c;
    font-size: 18px;
    font-family: var(--medium-font);
}
.notification p{
    display: inline-block;
    color: #1d1e1c;
    font-size: 18px;
}
.notification span{
    font-size: 12px;
    color: #bdbdbd;
}
/* ======== dashboard forms and btn ======== */
.profile label {
    font-size: 14px;
    margin-bottom: 5px;
}
.profile .form-control{
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
}
.front_dashboard .search-form .form-group{
    margin-left: 24px;
}
.front_dashboard .search-form .form-control{
    display: inline-block;
    border: 1px solid #f7f7f7;
    background-color: #f7f7f7;
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    width: 170px;
}
.front_dashboard .search-form .form-control::placeholder{
    color: #c2c2c2;
}
.front_dashboard .search-form .btn{
    width: 70px;
    height: 50px;
    border-radius: 0px;
    background-color: #00b9ee;
    color: #fff;
    font-family: var(--medium-font);
}
.front_dashboard .btn.main-btn{
    width: 270px;
    height: 50px;
    font-family: var(--medium-font);
    margin-top: 15px;
}
.front_dashboard .search-form .add-btn{
    width: 120px;
    background-color: #11a648;
}
.img-upload{
    display: inline-block;
    position: relative;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #f7f7f7;
    border: 1px solid #e3e3e3;
    padding: 1px;
}
.img-upload img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.img-upload .text-error{
    position: absolute;
    top: 50px;
    left: -195px;
    width: 170px;
}
.img-upload .uploader{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    opacity: 0;
    cursor: pointer;
}
.upload-span{
    display: inline-block;
    color: #1d1e1c;
    font-size: 18px;
}
.upload-file-progress {
    margin-top: 5px;
    height: 10px;
    border-radius: 0px;
}
.upload-file-progress .progress-bar {
    background-color: #00b9ee;
    font-size: 10px;
}
.add-from-form, .remove-from-form{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border: none;
    color: #fff;
}
.add-from-form{
    background-color: #11a648;
}
.remove-from-form{
    background-color: #fe2c15;
}
/* ======== dashboard table ======== */
.order-table{
    border-collapse: separate;
    border-spacing: 0 12px;
    padding: 0px 10px;
}
.order-table th{
    color: #c2c2c2;
    font-size: 14px;
}
.order-table td{
    color: #1d1e1c;
    font-family: var(--medium-font);
    white-space: nowrap;
    padding: 15px 10px;
    vertical-align: middle;
}
.order-table td.focus{
    color: #00b9ee;
}
.order-table tbody tr{
    box-shadow: 0px 0px 10px 5px rgba(223,223,223,0.25);
}
.order-table .rate_star{
    font-size: 12px;
}
.icon-btn{
    background-color: transparent;
    border: none;
}
.icon-btn.danger{
    color: #fe2c15;
}
.icon-btn.success{
    color: #11a648;
}
.icon-btn.info{
    color: #00b9ee;
}
.order-table .plus-order{
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: #11a648;
    text-align: center;
    color: #fff;
}
.status{
    padding: 0px 5px;
    color: #fff;
    border-radius: 4px;
    width: 90px;
    text-align: center;
    height: 29px;
}
.status.primary{
    background-color: #b240ed;
}
.status.success{
    background-color: #11A648;
}
.status.info{
    background-color: #00b9ee;
}
.status.warning{
    background-color: #f4d714;
}
.status.danger{
    background-color: #fe2c15;
}
/* ======== dashboard order inside ======== */
.order-store .head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f7f7f7;
    padding: 18px 24px;
}
.order-store{
    box-shadow: 0px 0px 8px 4px rgba(170,170,170,0.25);
}
.order-store .head img{
    width: 42px;
    height: 42px;
    border-radius: 50%;
}
.order-store .head h2{
    color: #1d1e1c;
    font-size: 16px;
    font-family: var(--medium-font);
    margin-right: 20px;
}
.order-store .body{
    padding: 18px 24px;
}
.order-store .foot{
    justify-content: space-between;
    align-items: center;
    background-color: #11a648;
    color: #fff;
    font-size: 14px;
    padding: 18px 24px;
}
.order-store .foot span{
    display: inline-block;
    vertical-align: middle;
}
.order-store .foot .answer{
    font-family: var(--medium-font);
    font-size: 18px;
    padding-right: 20px;
}
.order-progress{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.order-progress .phase .number{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #eeeeee;
    color: #fff;
    line-height: 35px;
}
.order-progress .phase .text{
    display: inline-block;
    color: #1d1e1c;
    font-size: 12px;
    margin-top: 5px;
}
.order-progress .phase.active .number{
    background-color: #11a648;
}
.order-progress .progress{
    position: absolute;
    top: 17.5px;
    right: 4px;
    height: 5px;
    width: 99%;
    z-index: -1;
}
.order-progress .progress-bar{
    background-color: #00b9ee;
}
/* ======== dashboard subscribe package ======== */
.store-subscribe{
    background-color: #f7f7f7;
    margin-bottom: 20px;
}
.store-subscribe .sub-h{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4941e;
    color: #fff;
    height: 87px;
    padding: 20px;
}
.store-subscribe .sub-h span{
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
.store-subscribe .sub-h h3{
    font-size: 16.93px;
}
.store-subscribe .sub-body{
    padding: 40px 20px;
}
.store-subscribe .sub-body ul{
    padding-inline-start: 25px;
}
.store-subscribe .sub-body ul li{
    color: #444444;
    font-size: 16px;
    padding-bottom: 20px;
}
.store-subscribe .sub-body a{
    width: 170px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #11a648;
    margin: 0 auto;
}
/* ======== model ======== */
.modal .modal-dialog.custom-width{
    max-width: 700px;
}
.confirmModal .modal-dialog{
    max-width: 375px;
    margin: 100px auto;
}
.modal .title{
    font-family: var(--medium-font);
    color: #1d1e1c;
    font-size: 18px;
}
.modal .rate_star{
    font-size: 12px;
}
.modal .comments {
    max-height: 420px;
    overflow-y: auto;
    padding-left: 10px;
}
.modal p{
    color: #222222;
    font-size: 18px;
    padding-bottom: 20px;
    text-align: center;
}

.hide{
    display: none;
}
/******************/
.faq-section .tap-nav{
    background-color: #f7f7f7;
    padding: 20px;
    margin-top: 15px;
}
.faq-section .tap-nav .tap-nav-head{
    cursor: pointer;
}
.faq-section .tap-nav .tap-nav-head.active{
    color: #C83824;
}
.faq-section .tap-nav .tap-nav-head h4 {
    display: block;
    color: #1890ca;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.faq-section .tap-nav .tap-nav-desc{
    display: none;
    padding-top: 10px;
}
.faq-section .tap-nav .tap-nav-desc p{
    color: #303030;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
}