@font-face {
    font-family: 'iranyekan';
    src: url('../fonts/IRANYekanRegularFaNum.eot?##') format('eot'),
    url('../fonts/IRANYekanRegularFaNum.woff') format('woff'),
    url('../fonts/IRANYekanRegularFaNum.svg') format('svg'), url('../fonts/IRANYekanRegularFaNum.ttf') format('truetype');
}


body {
    font-family: iranyekan;
    font-size: 0.8rem;
    line-height: 1.5rem !important;
}


#enamad a{
    width: 94px;
    height: 104px;
    display: block;
    margin: 10px auto;
}


.fixed-top {
    z-index: 1070;
}

.navbar-toggler{
    border:0;
}


.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:focus {
    background: none !important;
    border: none !important;
    outline: none !important;
}

#owl-carousel-slider .owl-nav {
    position: absolute;
    text-align: center;
    width: 100%;
    top: calc(50% - 16px);
    z-index: 9;
    margin: 0px !important;
    padding: 0px !important;

}


#owl-carousel-slider .owl-nav i {
    line-height: 0px;
    font-size: 25px;
}

#owl-carousel-slider .owl-next {
    margin-left: 16px !important;
    display: block !important;
    float: left;
    line-height: 0px;
}

#owl-carousel-slider .owl-prev {
    float: right;
    margin-right: 16px !important;
    display: block !important;
    line-height: 0px;
}

.nav-item img, .sidebar-li img {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
    max-width: 40px;
}

#logo {
    width: 250px;
    float: right;
    height: 100%;
}

#logo a {
    display: block;
    width: 100%;
    height: 100%;
}

#logo a img.d-none {
    margin-top: 10px;
}

#nav-mobile-menu {
    width: 100%;
    z-index: 1029 !important;
}

.clearfix {
    width: 100%;
}

.bg-y .nav-link {
    color: #fff !important;
}

.dropdown-menu {
    right: 0 !important;
}

.bg-y.navbar-light .navbar-toggler {
    border-color: rgb(255, 255, 255) !important;
}

.bg-y.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbar-nav {
    direction: rtl;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 1000000;
}


#search .close {
    position: fixed;
    top: 15px;
    left: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
    border-radius: 50%;
}

#search input[type="text"] {
    position: absolute;
    top: 50%;
    left:0;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 2rem;
    direction: rtl;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background: #b30922;
    color: #fff;
}

:focus {
    outline: 0 !important;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
}


.top-icon {
    font-size: 25px;
    color: #fff;
}

.swal-text {
    text-align: center !important;
    direction: rtl;
}

.swal-footer {
    text-align: center !important;
}

.navbar-toggler {
    padding: .25rem .25rem !important;
}

.bg-drk {
    background-color: #f9f9f9;
}


.product img {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.product-content {
    padding-top: 15px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin: 10px -0.75rem;

}


.product-details-quantity input {
    width: 30px;
    text-align: center;
    border: 0px;
}

.product-details-quantity i {
    margin: 0 15px;
    font-size: 25px;
}

.modal-body .product-img {
    width: 200px;
    height: 200px;
}

.product-description {
    line-height: 2;
}

.loader-logo {
    background-image: url("../images/logo.png");
    animation: bounce 2s infinite;
    width: 300px;
    background-size: cover;
}

.cart-content-item-quantity i {
    font-size: 20px;
    cursor: pointer;
}

.product-details-quantity {
    width: 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}

@keyframes bounce {
    0% {
        width: 20%;
    }
    50% {
        width: 30%;
    }
    100% {
        width: 20%;
    }
}


.card {
    border-radius: 0 !important;
}

.card:hover {
    box-shadow: 4px 0px 20px #c5c5c5;
    cursor: pointer;
}

.card-body {
    padding: 0 !important;
}

#plist .card-body img {
    border-bottom: 1px solid #dfdfdf;
}

.card-body div.col-md-5 {
    text-align: right;
    min-height:50px;
}

.

.card-body div {
    text-align: center;
}

.padding-10 {
    padding: 10px;
}


.card-body p {
    color: #a6a6a6;
    height: 56px;
    overflow: hidden;
    text-align: center;
    padding: 5px;
    clear: both;
    margin:0!important;
}

.card-body h6 {
    text-align: center;
    padding:10px 5px 5px 5px;
    font-weight: 900;
    height: 52px;
}

.green {
    color: #28a745;
}

.blue {
    color: #138496;
}

.red {
    color: #ff0000;
}


.product-content-quantity,.product-content-quantity-total{
    width: 100%;
    padding: 0 10px;
    margin-bottom: 5px;
    direction:rtl;
    text-align:center;
}

.product-content-quantity .old-price{
    text-decoration: line-through;
    display: block !important;
    font-weight:bold;
    color: #6a6f6c !important;
    height:30px;
}

.product-content-quantity .price,.product-content-quantity-total .price ,.price{
    color: #dc3545;
    font-weight: bold;
    line-height: 30px;
    direction:rtl;
    text-align:center;
}

.cart-item-count-wrapper > div,.cart-item-count-wrapper > a, .cart-item-count-wrapper > input ,label.service_unit{
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    position: relative;
    width: 25px;
    height: 25px;
    line-height: 29px;
    border: 0;
    margin: 3px 0px 0 0px;
    vertical-align: middle;
    transition: .3s;
    display: inline-block;
    border-radius: 50%;
    float:right;
    direction: ltr;

}


.cart-item-count-wrapper > input {
    background: #fff;
}

.product-content-quantity-total .cart-item-count-wrapper{
    width:100%!important;
    background:#ddd;
    border-radius:5px!important;
    text-align:center;
    color: #3b5803;
    direction: ltr;
    font-weight: bold;
}

.cart-item-count-plus,.cart-item-count-plus-attribute {
    background: rgba(21, 149, 35, .9);
    color: #fff!important;

}

.cart-item-count-plus a,.cart-item-count-plus-attribute a{
    color: #fff!important;
    display: block;
    width: 100%;
    height: 100%;
}

.cart-item-count-negative,.cart-item-count-negative a {
    background: #c52442;
    color: #fff!important;
}

.shopping-cart-header {
    width: 100%;
    padding: 10px;
    height: 50px;
}


#cartList {
    height: 100%;
}

.shopping-cart-header span.title {
    float: right;
    color: #2b9f38;
}

.shopping-cart-header span.title i {
    color: #2b9f38;
    margin-left: 5px;
}

.shopping-cart-header span {
    float: right;
    margin-left: 10px;
}

#search-form{
    display:none;
}

#cartList a.btn{
    display: block;
    position: absolute;
    width: 95%;
    left: 6px;
    bottom: 5px;
    padding: 10px;
    text-align: center;
    border-radius: 0;
}

a#udpCartItemCounter{
    width: auto!important;
    height: auto!important;
    overflow: visible!important;
}

#toolbar a {

    color: #fff;
    padding:8px 0;
    position: relative;
    margin-right:5px;
    direction: rtl;
    width: 30px;
    height: 43px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
}


#toolbar a.btn-header i{
    line-height: 28px;
}

#toolbar a i{
    font-size: 23px;
}

#udpCartItemCounter .order-count {
    position: absolute;
    top: -3px;
    width: 24px;
    height: 24px;
    left: -16px;
    display: block;
    font-size: 10px;
    background: #2b9f38;
    color: #fff;
    border: 1px solid #2b9f38;
    border-radius: 12PX;
    text-align: center;
    display:none;
}


#plist {
    margin-left: 258px;
}

#plist .row {
    margin: 0 !important;
}

#cart {
    position: fixed;
    left: 0;
    top: 56px;
    width: 250px;
    height: calc(100% - 56px);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .125);
    background: #fff;
    z-index: 11;
}

#empty-cart {
    height: 100%;
    font-size: 20px;
    text-align: center;
}

#empty-cart > div {
    width: 100%;
    position: absolute;
    top: 20%;
    text-align: center;
}

#cart-content {
    height: calc(100% - 100px);
    margin: 0;
}

.cart_item_name{
    text-align: right;
}

.cart-content ul {
    margin: 0;
    padding: 10px;
}

.cart-content ul li {
    list-style: none;
}

.cart-item-name-wrapper {
    width: 100%;
    min-height: 30px;
    position: relative;
    padding-right: 20px;
}

.cart-item-options-wrapper {
    height: 50px;
}

.cart-item-options-wrapper .cart-item-count-wrapper {
    float: left;
    direction: rtl;
}

.cart-item-price {
    float: right;
    color: #dc3545;
    font-weight: bold;
}

.cart-item-name-wrapper .fa-close {
    position: absolute;
    top: 7px;
    right: 0;
    cursor: pointer;
}

.checkout-content {
    margin-bottom: 2px;
}

.checkout-content p {
    margin: 0px;
}

.checkout-content .title {
    color: #a6a6a6;
}

.checkout-price {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.checkout-price .title, .checkout-price .price {
    background-color: #fff;
    z-index: 1001;
    padding: 10px;
}

.checkout-content-description {
    border-right: 1px solid #dedede;
}

section {
    padding: 4rem 20px;
}

.sub-menu-div .navbar-nav {
    padding: 0px !important;
}

.sub-nav-item {
    border-left: 1px solid #dedede;
    padding: 5px 20px;
    margin: 0px;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    cursor: pointer;
    white-space: nowrap;
}

.sub-menu-div .sub-nav-item:last-child {
    border-left: 0px !important;
    margin-left: 0px !important;
}

.show-menu {
    transition: transform 0.5s ease 0s;
}

.rotate {
    color: #ed323d;
}

.show-menu:hover {
    transform: rotate(-90deg);
}

.nav-menu {
    box-shadow: 4px 0px 20px #c5c5c5;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1040;
    height: 100%;
    width: 250px;
    background-color: #fff;
    overflow-y: auto;
}

.sidebar-li {
    align-items: center;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 120px;
    border-top: 1px solid #eeeeee;
    width: 100%;
    cursor: pointer;
}

.sidebar-li img {
    width: 40px;
    height: 40px;
}


.sidebar-li span {
    font-size: 50px;
}

.sidebar-li p {
    margin-top: 10px;
}

.product-comments {
    height: 200px;
    overflow-y: scroll;
}

.comment-details {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
}

.comment-user p {
    line-height: 10px;
}

.comment-user .time {
    font-size: 10px;
    color: #ccc;
}

.mood {
    width: 20px;
    height: 20px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 10px;
}

.sad-mood {
    background-image: url("../images/moods/sad.png");
}

.normal-mood {
    background-image: url("../images/moods/normal.png");
}

.happy-mood {
    background-image: url("../images/moods/happy.png");
}

a {
    color: #b30922;
}

a:hover {
    text-decoration: none;
}

.footer {
    width: 100%;
    background-color: #f9f9f9;
    padding: 10px;
    text-align: center;
    box-shadow: 0px 0px 2px #efecec;
}

.footer-menu {
    justify-content: center;
    align-content: center;
    align-items: center;
    direction: rtl;
    font-weight: bold;
}

/* Bounce To Right */
.hvr-bounce-to-right {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-right:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
    color: #fff;
}

.hvr-bounce-to-right:hover:after, .hvr-bounce-to-right:focus:after, .hvr-bounce-to-right:active:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transform-origin: 100% 50%;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px;
}

img {
    width: 100%;
}

.socials {
    font-size: 16px;
}

.socials span {
    margin: 0px;
    font-size: 16px;
}


body {
    padding-top: 3rem;
    color: #5a5a5a;
}

.carousel-caption {
    bottom: 0px;
    z-index: 10;
}

.carousel-item {
    height: 90vh;
    background-position: center;

}

.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

.hover:hover {
    color: #ed323d;
}

.selected {
    color: #ed323d;
}

.sub-menu {
    margin-top: 72px;
    border-bottom: 1px solid #f1f1f1;
}

.main-container {
    margin-top: 89px;
    direction: rtl;
    position:relative;
}

.hide {
    display: none;
}

.paragraph {
    padding: 10px;
    text-align: justify;
    direction: rtl;
}

.sub-menu-div {
    overflow-x: auto;
    direction: rtl;
}

.hover {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.logo-nav img {
    height: 55px;
    width: 100px;
}

.user-address {
    display: block;
}

.address-content p {
    margin: 0;
    margin-right: 20px;
    cursor: pointer;
}

.address-content input[type=radio], .payment-content input[type=radio] {
    display: block;
    float: right;
    margin-top: 7px;
    margin-left: 10px;
    margin-right: 2px;
}

.address-content {
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #fff;
}

.payment-content {
    background-size: contain;
}

.spinner {
    animation: 1.5s linear 0s normal none infinite running spinner;
    background: #ed323d none repeat scroll 0 0;
    border-radius: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;

}

.spinner-container {
    padding: 20px;
    margin: 20px;
}

.spinner::after {
    animation: 1.5s linear 0s normal none infinite running spinner_after;
    border-color: #ffb500 transparent;
    border-radius: 80px;
    border-style: solid;
    border-width: 10px;
    content: "";
    height: 80px;
    left: -15px;
    position: absolute;
    top: -15px;
    width: 80px;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    50% {
        background: #ed323d none repeat scroll 0 0;
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

    .main-container {
        margin-right: 250px;
        margin-top: 17px;
    }

    #toolbar a.btn-header{
        width: auto;
        color: #b30922;
        background: #fff;
        padding: 8px 5px;
        border-radius: 5px;
    }

    #toolbar a.btn-header span{
        display: block;
        height: 100%;
        line-height: 28px;
        float: left;
        margin-right: 2px;
        padding-right: 5px;
        font-weight: bold;
    }
}



.loading-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: hsla(0, 0%, 100%, .4);
    z-index: 500000000000000000000
}

.confirm-address{
    position: absolute;
    left: 40px;
    font-size: 18px;
    line-height: 29px;
    padding: 0 5px;
    color:#28a745;
    border:1px solid #28a745;
    border-radius:2px;
}

.unconfirm-address-confirm{
    color:#dc3545!important;
    border-color:#dc3545!important;
}

.delete-address {
    max-width: 100%;
    color: #fff;
    background: #dc3545;
    border: #dc3545;
}



#DialogWallet img{
    max-width:200px
}

#DialogWallet h4:before
{
    content: " ";
    position: absolute;
    border-left: 5px solid #aa673c;
    border-right: 5px solid #aa673c;
    border-bottom: 5px solid #ffffff;
    width: 0;
    height: 0;
    top: -5px;
    right: 48%;
    text-align: center;
    z-index: 100;
}

#DialogWallet h4{
    position:relative;
    font-size: 16px;
    background: #ffffff;
    direction: rtl;
    padding: 10px;
    color: #ab663d;
    border-radius:1px;
    min-width:300px;
    margin: 0px 0 5px 0;
}

#DialogWallet a{
    display: inline-block;
    width:49.2%;
    background: #378835;
    padding: 5px;
    color: #fff;
    font-weight: bold;
}

#DialogWallet a.info{
    background: #007bff!important;
}

#closecart {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    background: #8a8a8a;
    padding: 9px 10px;
    border-radius: 50%;
}


@media (max-width: 768px) {
    #plist {
        margin-left: 0;
    }

    .card-body .delete-address, .apply-btn {
        margin-top: 10px;
        position: absolute;
        left: 10px;
    }


    #applyWalletCharge,#applyCoupnCode {
        margin-top: 10px;
    }

    .confirm-address{
        left: 60px;
    }

    .main-container {
        margin-top: 115px;
    }


    #cartList a.btn{
        width: 100%;
        left: 0px;
        bottom: 0;
    }

    #cart {
        display: none;
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000000;
        height: 100%;
        width: 100%;
        margin: 0;
    }



    .footer {
        padding-left: 0;
    }


    .header-menu {
        height: 56px;
    }

    #logo {
        width: 56px;

    }

    #logo.d-block{
        position: relative;
        right: 20px;
    }


    .search-li {
        padding-top: 10px;
    }

    .carousel-item {
        height: 85vh;
    }

    .modal-dialog {
        max-width: 100%;
        margin: 0;
    }

    .modal-content {
        border: 0;
        border-radius: 0;
    }

    .modal-header .close {
        margin: -1rem auto -1rem 0rem;
    }

    .product img {
        height: 250px;
    }
}

@media (max-width: 576px) {

    .navbar-nav {
        margin-right: 5px;
    }

    .srch {
        width: 130px !important;
    }

    .logo-nav {
        padding: 0;
    }


}

@media (max-width: 992px) {
    .must-show {
        display: block !important;
    }

    .must-hide {
        display: none !important;
    }

    .cart-content-item {
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
    }


    .cart-item-count-wrapper > div,.cart-item-count-wrapper > a, .cart-item-count-wrapper > input,label.service_unit {
        float:none;
    }


    .reserve-card .product-content-quantity, .reserve-card .product-content-quantity-total{
        text-align:center;
    }

}

.cart-item-count-wrapper{
    display: flex;
    justify-content: center;
    align-items:center;
}

@media (min-width: 992px) {
    .menu-li {
        display: block !important;
    }


    .footer-menu, .socials,#enamad {
        padding-right: 250px;
    }

    main {
        min-height:700px;
    }

    .cart-item-count-wrapper > div, .cart-item-count-wrapper > input,.cart-item-count-wrapper > label {
        float: right;
    }
}

.service_unit{
    float: right;
}

label.service_unit{
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 2px;
    line-height: 25px;
    white-space: nowrap;
    color: #333;
}

.active {
    color: #ed323d;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #dc3545;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 100%;
    width: 100%;
    height: 5px;
}

.invoice-icon {
    margin-left: 5px;
}

.socials .fa-telegram {
    color: #2ea2d5;
}

.socials .fa-instagram {
    color: #c1249f;
}

.socials .fa-at {
    color: #dc5b6c;
}


#comment-header {
    position: relative;
    border-top: 3px solid #b30922;
    background: transparent!important;
    height: 40px;
    direction: rtl;
    margin: 10px auto;

}

#comment-header h3 {
    background: #b30922!important;
    display: inline-block;
    font-size: 12px;
    height: 38px;
    line-height: 30px;
    padding-right: 15px;
    font-weight: 100;
    position: absolute;
    right: calc(50% - 120px);
    color: #fff;
    padding: 4px 20px!important;
    width: 200px;
    text-align: center;
}

#comment-header h3:before{
    content: " ";
    position: absolute;
    border-left: 25px solid transparent;
    border-bottom: 47px solid #ffffff;
    border-top: 0px solid #b30922;
    width: 10px;
    height: 29px;
    top: 0px;
    right: 0;
}

#comment-header h3:after {
    content: " ";
    position: absolute;
    border-right: 25px solid transparent;
    border-bottom: 47px solid #ffffff;
    width: 10px;
    height: 29px;
    top: 0px;
    left: 0;
}

#owl-carousel-slider-week .owl-nav
{
    position: absolute;
    text-align: center;
    width: 100%;
    top: 13px;
    z-index: 9;
    margin: 0px !important;
    padding: 0px !important;
}

#owl-carousel-slider-week .owl-nav i {
    line-height: 0px;
    font-size: 25px;
    color:#fff;
}

#owl-carousel-slider-week .owl-next {
    margin-left: 16px !important;
    display: block !important;
    float: left;
    line-height: 0px;
    color:#fff;
}

#owl-carousel-slider-week .owl-prev {
    float: right;
    margin-right: 16px !important;
    display: block !important;
    line-height: 0px;
    color:#fff;
}

.week-day-title{
    color: #fff;
    text-align: center;
    padding: 5px 0;
    display: block;
    background: #720101;
    border: 1px solid #fff;
}

#plist .reserve-card img{
    border:0!important;
}

.reserve-card h6{
    height:auto!important;
    padding-top:25px!important;

}
.reserve-card a>img{
    width:40%!important;
    float:right;
    margin: 5px;
    border-radius: 3px;
}

.reserve-card .product-content-quantity,.reserve-card .product-content-quantity-total {
    width: 100%!important;
    padding: 0 10px!important;
    margin: 10px 0!important;
    clear: both;
}

.cart_item .date{
    font-weight:bold;
    color:#2c9f39;
    font-size:9px;
}

.card.date{
    margin: 5px;
    background: #720101;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}

.checkout-content .green{
    color:#3b5803;
    font-weight:bold;
}

.reserve-card .add_shipping_address{
    margin:1px;
    width: calc(100% - 2px);
}

.reserve-card .cancel{
    position: absolute;
    top: -6px;
    width: 25px;
    height: 25px;
    display: block;
    left: -8px;
    background: #ed323d;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #ed323d;
    line-height: 22px;
    cursor:pointer;
}

.blur{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

#report-table{
    overflow:auto;
}

#report-table table{
    direction:rtl;
    width:95%;
    margin:10px auto;
    border-collapse: collapse;
}
#report-table  table tr th,#report-table table tr td{
    text-align:center;
    border:1px solid #6c757d;
    border-collapse: collapse;
    white-space:nowrap;
    padding:0 5px;
}

#report-table table tr th{
    background: #efefef;
    font-weight:bold;

}




#report-table table tr:last-child td{
    background: #efefef;
    font-weight:bold;
}


#report-table  caption {
    text-align: center;
    caption-side: top;
    margin-bottom: 5px;

    color: #333;
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
}

#select-company{
    position: absolute;
    right: calc(50% - 50px);
    top: -10px;
    width: 60px;
    height: 60px;
    font-size: 40px;
    border-radius:5px;
}

.bold{
    font-weight:bold;
}

.payment-pic{
    display:block;
    cursor:pointer;
    width: 50px;
    height: 50px;
    border:1px solid #ccc;
    float:right;
    border-radius:5px;
    padding:5px;
    margin:5px;
}

.payment-pic.checked{
    border-color:#720101!important;
}

.payment-pic input{
    display:none;
}

#webservice-ul{
    display: inline-block;
    margin:10px auto;
    padding:0;
}



.nav-link i{
    font-size: 20px;
    float: right;
    margin-left: 5px;
    line-height: 24px;
    margin-right:1rem;
}

#iconmenu li{
    text-align:center;
    list-style:none;
}

#iconmenu li a{
    display:block;
    font-weight: bold;
}

#iconmenu li a img{
    width:50%;
}

.shipping-row .input{
    float:right;
}

.shipping-row .input input{
    float:right;
    margin-top:7px;
    margin-left:5px;
}

.shipping-row .price{
    float:left;
    color:#2b9f38;
    font-weight: bold;
}

.frmPnlProductAttribute{
    padding: 10px;
    border: 1px solid #efefef;
    border-radius: 2px;
    margin: 10px auto;
}

.changePriceService{
    float:right;
    margin-top:5px;
    margin-left:5px;
}

.frmErblProductAttribute{
    list-style: none;
    padding: 0;
    margin: 0;
    direction:rtl;
}

.img-dialog{
    width:40%;
    float:left;
    margin:10px
}

.frmPnlProductAttribute b
{
    display: block;
    width: 100%;
    background: #b30922;
    color: #fff;
    padding: 5px 20px 5px 5px;
    margin-bottom: 20px;
    text-align: center;
}


#share-icons{
    margin: 10px auto;
}


.referral-container .referral-code-wrapper {
    text-align: left;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    direction: rtl;
    margin-top: 20px;
    width: 100%;
}

.referral-container #referral-code {
    border: 1px solid #eee;
    padding: 10px 24px;
    border-radius: 0 5px 5px 0;
    line-height: 24px !important;
    display: inline-block;
    height: 42px;
    border-left: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    direction: ltr;
    width: 100%;
    text-align:center;
}

.referral-container #copy-referral {
    line-height: 20px;
    font-size: 12px;
    padding: 9px 12px;
    border-radius: 5px 0 0 5px;
    height: 42px;
    background-color: #16d9a8;
    color:#fff;
}

.referral-container #copy-referral i{
    margin-left: 5px;
}

.jssocials-shares {
    margin: .2em 0
}

.jssocials-shares * {
    box-sizing: border-box
}

.jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: .3em .6em .3em 0
}

.jssocials-share:last-child {
    margin-right: 0
}

.jssocials-share-logo {
    width: 1em;
    vertical-align: middle;
    font-size: 1.5em
}

img.jssocials-share-logo {
    width: auto;
    height: 1em
}

.jssocials-share-link {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1
}

.jssocials-share-link.jssocials-share-link-count {
    padding-top: .2em
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
    display: block;
    font-size: .6em;
    margin: 0 -.5em -.8em -.5em
}

.jssocials-share-link.jssocials-share-no-count {
    padding-top: .5em
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
    height: 1em
}

.jssocials-share-label {
    padding-left: .3em;
    vertical-align: middle
}

.jssocials-share-count-box {
    display: inline-block;
    height: 1.5em;
    padding: 0 .3em;
    line-height: 1;
    vertical-align: middle;
    cursor: default
}

.jssocials-share-count-box.jssocials-share-no-count {
    display: none
}

.jssocials-share-count {
    line-height: 1.5em;
    vertical-align: middle
}

.jssocials-share-twitter .jssocials-share-link {
    background: #00aced
}

.jssocials-share-twitter .jssocials-share-link:hover {
    background: #0087ba
}

.jssocials-share-facebook .jssocials-share-link {
    background: #3b5998
}

.jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373
}

.jssocials-share-googleplus .jssocials-share-link {
    background: #dd4b39
}

.jssocials-share-googleplus .jssocials-share-link:hover {
    background: #c23321
}

.jssocials-share-linkedin .jssocials-share-link {
    background: #007bb6
}

.jssocials-share-linkedin .jssocials-share-link:hover {
    background: #005983
}

.jssocials-share-pinterest .jssocials-share-link {
    background: #cb2027
}

.jssocials-share-pinterest .jssocials-share-link:hover {
    background: #9f191f
}

.jssocials-share-email .jssocials-share-link {
    background: #3490f3
}

.jssocials-share-email .jssocials-share-link:hover {
    background: #0e76e6
}

.jssocials-share-stumbleupon .jssocials-share-link {
    background: #eb4823
}

.jssocials-share-stumbleupon .jssocials-share-link:hover {
    background: #c93412
}

.jssocials-share-whatsapp .jssocials-share-link {
    background: #29a628
}

.jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #1f7d1e
}

.jssocials-share-telegram .jssocials-share-link {
    background: #2ca5e0
}

.jssocials-share-telegram .jssocials-share-link:hover {
    background: #1c88bd
}

.jssocials-share-line .jssocials-share-link {
    background: #25af00
}

.jssocials-share-line .jssocials-share-link:hover {
    background: #1a7c00
}

.jssocials-share-viber .jssocials-share-link {
    background: #7b519d
}

.jssocials-share-viber .jssocials-share-link:hover {
    background: #61407b
}

.jssocials-share-pocket .jssocials-share-link {
    background: #ef4056
}

.jssocials-share-pocket .jssocials-share-link:hover {
    background: #e9132e
}

.jssocials-share-messenger .jssocials-share-link {
    background: #0084ff
}

.jssocials-share-messenger .jssocials-share-link:hover {
    background: #006acc
}

.jssocials-share-vkontakte .jssocials-share-link {
    background: #45668e
}

.jssocials-share-vkontakte .jssocials-share-link:hover {
    background: #344d6c
}

.jssocials-share-rss .jssocials-share-link {
    background: #f90
}

.jssocials-share-rss .jssocials-share-link:hover {
    background: #cc7a00
}

.jssocials-share-link {
    padding: .5em .6em;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: background .2s ease-in-out, border-color .2s ease-in-out;
    transition: background .2s ease-in-out, border-color .2s ease-in-out
}

.jssocials-share-link:active, .jssocials-share-link:focus, .jssocials-share-link:hover {
    color: #fff
}

.jssocials-share-count-box {
    position: relative;
    height: 2.5em;
    padding: 0 .3em;
    margin-left: .3em;
    background: #f5f5f5;
    -webkit-transition: background .2s ease-in-out, border-color .2s ease-in-out;
    transition: background .2s ease-in-out, border-color .2s ease-in-out
}

.jssocials-share-count-box:hover {
    background: #dcdcdc
}

.jssocials-share-count-box:hover:after {
    border-color: transparent #dcdcdc transparent transparent
}

.jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: .85em;
    left: -.3em;
    width: 0;
    height: 0;
    border-width: .4em .4em .4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: background .2s ease-in-out, border-color .2s ease-in-out;
    transition: background .2s ease-in-out, border-color .2s ease-in-out
}

.jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em;
    color: #444
}


.hidden{
    display: none;
}

.strong{
    font-weight: bold;
}

.number_select{
    border-radius: 3px;
    width: 100%;
    direction: rtl;
    padding: 5px;
}

span.code{
    display: inline-block;
    padding: 5px;
    background: #16d9a8;
    color: #fff;
    font-weight: bold;
}


.ios-icon {
    background: url(../images/ios.png) no-repeat center center;
    width: 100%;
    background-size:auto 100%;
    height: 54px;
    width:100%;
    display: block;
    -webkit-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    margin: 2px auto;
}

.android-icon {
    width:100%;
    background: url(../images/android.png) no-repeat center center;
    background-size:auto 100%;
  height: 54px;
    display: block;
    -webkit-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    margin: 2px auto;
}

#app-section>div.part {
    text-align: center;
    color: #666;
    direction: rtl;
}

#app-section>div.part>h2 {
    margin-top: 30px;
    text-align: right;
    font-size: 26px;
}

#app-section>div.part>p {
    text-align: right;
    font-size: 16px;

}

#app-section {
    align-items: center;
}


h2 {
    color: #b30922;
    padding-bottom: 1rem;
    display: inline-block;
    font-weight: 900;
}

.app-dl {
    background-color: #f9f9f9;
    padding: 3rem 0;
}

.app-desc {
    border-right: 1px solid;
    padding-right: 1rem;
    border-right-color:#b30922;
}


#about-us-gallery .owl-nav {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 30px;
    top: calc(50% - 30px);
    z-index: 9;
}

.customer-club {
    background-color: #f9f9f9;
    padding: 4rem 0;
}

.customer-club-form h2 {
    border-bottom: 0 !important;
    font-size: 1.3rem;
}

.customer-club-form label {
    display: block;
    margin: 0;
}
.customer-club-form{
    background: #fff;
    border: 1px solid #ccc;
    padding: 3rem 2rem;
    border-radius: 7px;
    margin-top: 5rem;
}

.customer-club-form input {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #6c757d;
}

.customer-club-form button {
    background-color: #b30922;
    color: #fff;
    padding: 0.25rem 1.5rem;
    border: 0;
    border-radius: 5px;
}

.app-dt a{
    width:70%
}

.not-found {
    display: none;
    margin: 10px;
    background-color: #fffce1!important;
    padding: 15px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    border-radius: 2px;
    text-align: center;
    box-sizing: border-box;
}


.pagination {
    padding: 15px 0;
    margin: 25px 0;
    text-align: center;
    display: block;
}
.pagination li {
    font-size: .875rem;
    cursor: pointer;
    padding: 0 12px;
    height: 36px;
    line-height: 36px;
    min-width: 36px;
    margin-left: -1px;
}
.pagination li:first-child a, .pagination li:first-child span, .pagination li:last-child a, .pagination li:last-child span {
    font-family: serif;
}
.pagination li a{
    color:#333;

}
.pagination li.active {
    color: #b30922;
    font-width: bold;
    border-bottom: 1px solid;
}

.pagination li{
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.pagination li{
    position: relative;
}

.pagination li:not(:last-child) {
    margin-left: 5px;
}

#loaderContainer {
    background-color: rgba(255, 255, 255, 0.99);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 14000;
    height: 100%;
}

#loaderContainer .loader {
    position: relative;
    width: 10em;
    height: 10em;
    margin: 3em auto;
    top: 50%;
    margin-top: -75px;
    perspective: 1200px;
    text-align: center;
    max-width: 985px;
}

div[class^="atom"] {
    width: 10em;
    height: 10em;
    border-radius: 50%;
    border-width: 4px;
    position: absolute;
    box-sizing: border-box;
    transform-style: preserve-3d;
}

.atom-1 {
    left: 0; top: 0;
    border-bottom-style: solid;
    border-bottom-color: #b93631;
    animation: spin1 1s linear infinite;
}
.atom-2 {
    right: 0; top: 0;
    border-right-style: solid;
    border-right-color: #b93631;
    animation: spin2 1.2s linear infinite;
}
.atom-3 {
    right: 0; bottom: 0;
    border-top-style: solid;
    border-top-color: #b93631;
    animation: spin3 1.4s linear infinite;
}
@keyframes  spin1 {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}
@keyframes  spin2 {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}
@keyframes  spin3 {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}


.c-download-app {
    direction: rtl;
    position: fixed;
    width: 100%;
    padding: 0 18px;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 60px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(75, 75, 75, .85);
    z-index: 8;
}

.swal2-html-container{
    direction:rtl;
}
.c-download-app__close:before {
    content: "×";
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 1.222;
    color: #fff;
    font-weight: 700;
}

.c-download-app__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-download-app__icon img {
    width: 35px;
}

.c-download-app__title {
    color: #fff;
    font-size: 11px;
    font-size: .786rem;
    line-height: 2;
}

.c-download-app__link a {
    font-size: 12px;
    font-size: .857rem;
    line-height: 26px;
    padding: 10px 18px;
    background-color: #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #ef4746;
}