@font-face {
    font-family:'iranyekan';
    src:url('font/iranyekan/IRANYekanRegularFaNum.eot?##') format('eot'),
    url('font/iranyekan/IRANYekanRegularFaNum.woff') format('woff'),
    url('font/iranyekan/IRANYekanRegularFaNum.svg') format('svg'), url('font/iranyekan/IRANYekanRegularFaNum.ttf') format('truetype');
}

.navbar-brand {
    margin-left: 0rem!important;
    padding:0;
}

body{
    font-family: iranyekan, serif !important;
    font-size:1rem;
    background: #f9f9f9;
}
.dir-r{direction: rtl !important;}
.dir-l{direction: ltr !important;}
a:hover{text-decoration: none}
.bg-green{
    background-color: #93C139;
}
.body-gape{
    height: 200px;
    margin-top: -80px;
    margin-bottom: -120px;
}
::placeholder {
    color: #ced4da!important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ced4da!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ced4da!important;
}
.content{
    background-color: #f9f9f9;
    margin-top: 3rem;
}
.header-logo{
    max-height: 30px;
    margin-top: 5px;
}
.header-title{
    display: none;
    color: white;
    text-align: center;
    font-size: 1.5rem;
    margin-top: -30px;
}
.rounded-header{
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
}
.rounded-content{
    border-top-right-radius: 2rem;
    border-top-left-radius: 2rem;
}
.rounded-category, .rounded-product, .rounded-total,
.rounded-calender, .modal-rounded, .calendar-tab a,
.calendar-item, .rounded{
    border-radius: 1rem!important;
}
.summary{ color: #fb3449;font-weight: bold;}
.icon-size{font-size: 16px !important;color: #9d9d9d}
.bg-header-icon{
    background-color: #ececec;
    color: #9d9d9d;
}
.bg-header-icon:hover{color: #9d9d9d;}
.bg-orange{
    background-color: #fd7e00!important;
}
.bg-orange.fixed{
   position:fixed;
   bottom:80px;
    z-index: 100000000000000;
}
.bg-red{
    background-color: #F80908!important;
}
.shadow{
    -moz-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.18) !important;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.18) !important;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.18) !important;
    background: #fff;
}
.options>div{margin-top: -17px;}
.options p{
    color: white;
    text-align: center;
    font-size: 1.5rem;
    margin-top: 15px;
}
.search-input{
    overflow: hidden;
    color: #000;
    line-height: 60px;
    transition: all .5s ease-in-out;
    height: 0;
    direction: rtl;
}
.search-input i{font-size: 25px; color: #fff;}
.search-input input{
    border-radius: 0 0.8rem 0.8rem 0;
    border-left:none;
    height: 50px;
    font-size: 0.8rem;

}
.search-input input:focus{
    box-shadow: none;
    border-color:#ced4da;
}
.search-input.active{height: 60px}
.search-input .input-group-text{
    background-color: #93C139;
    border-radius: 0.8rem 0 0 0.8rem;
    border-right:none;
}
.circle-icon{
    width: 30px;
    height: 30px;
}
.bg-header-icon i,.shadow i,.shadow a{
    display: flex;
    justify-content: center;
    line-height: 30px;
}

.circle-icon-cart{
    width: 70px;
    height: 70px;
    margin-top: -35px!important;
    font-size: 40px;
    cursor:pointer;
}
.circle-icon-cart i{
    line-height: 70px;
}
.cart-number{
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 14px;
    position: absolute;
    display: flex;
    font-weight: bold;
}
.category-slider .item{
    width: 90px;
    height: 90px;
    overflow:hidden;
    background: #fff;
}
.category-slider .active, .calendar-tab .active,.calendar-item{
    border-color: #709820 !important;
}


.category-slider img{
    width: 50px !important;
    height: 50px !important;
    margin: auto;
}
.category-slider .item p{
    line-height: 28px;
    font-size: 0.8rem;
}

.category-slider .owl-carousel .owl-stage-outer{
    height: 115px;
    color: #6c757d;
}
.category-slider .owl-stage:first-child{
    margin-right: 5px;
}
.category-slider .categories.disabled{
    filter: opacity(0.5);
}


.img-container{
    min-width: 100px;
    max-width: 100px;
}

.currency{
    margin-right: 5px;
    font-size: 80%;
}
.product-img{
    max-width: 100%;
    border-radius: 5px;
}
.product-text{
    font-weight: 500;
    direction: rtl;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align:center;
}
.icons{
    align-self: center;
    width: 50px;
}
.icons .minus,.icons .select-box{
    display: none;
}
.icons .sub-icon{
    border: 1px solid #A2A2A2;
    border-radius: 2rem;
    color: #A2A2A2;
    width: 40px;
    height: 40px;
}
.icons i{
    font-size: 20px;
    line-height: 40px;
}
.cart-added{ position: relative}

.search-items .cart-added .icons, .front-items .cart-added .icons{
    margin-top: 3px;
}
.cart-added .icons>div{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.cart-added .icons .select-box{
    display: block;
    position: absolute;
    width:50px!important;
    margin-left: 10px;
    margin-right: 0px;
}
.select-box .rounded{
    border: 1px solid #A2A2A2;
    color: #A2A2A2;
    height: 25px;
    margin-top: 4px;
}
.select-box i{
    font-size: 0.5rem !important;
    position: absolute;
    margin-left: 4px;
    margin-top: -2px;
    left: 5px;
}
.select-box .select-text{
    position: absolute;
    margin-left: 12px;
    margin-top: 4px;
    font-size: 0.8rem;
    right: 7px;
}
.cart-added .icons i{
    font-size: unset;
    line-height: 30px;
}
.cart-added .minus{
    display: block;
    margin-top: 33px;
}
.cart-added .plus{
    background-color: #43B05C;
    color: white;
}
.cart-added .counter-box{
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: -8px;
    direction: rtl;
}
.cart-added .counter>div{
    display: INLINE-BLOCK;
    vertical-align: middle;
    font-size: 0.8REM;
    height: 100%;
}
.rounded-product .counter{
    display: none;
}
.cart-added .counter{
    display: inline-block;
    background-color: #dbdbdb;
    height: 24px;
}
.cart-added .counter>span{
    display: inherit;
    background-color: #20778D;
    color: white;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-right: -1px;
    font-size: 0.8rem;
    padding: 2px;
}

.has-attr{
    height: 140px;
}

.product-attr{
    height: 45px;
    border-radius: 0 0 1rem 1rem;
    margin-top: 0.2rem;
}
@media screen and (max-width: 360px) {
    .product-attr .packet{
        font-size: 0.7rem;
    }
}

.sidenav .navbar-brand{margin-left: 0.2rem}
.sidenav {
    height: 100%;
    /*margin-right: -250px;*/
    width: 0;
    position: absolute;
    z-index: 4;
    right: 0;
    top: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
}
.nav-show .sidenav{
    /*margin-right: 0;*/
    width: 250px;
}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.9);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}
.overlay.active{width: 100%;opacity: 0.7}
.side-header{
    padding: 0.5rem .5rem .5rem 0;
}
.side-header p{
    min-width: 150px;
}
.circle-icon-side{
    width: 30px;
    height: 30px;
}
.circle-icon-side i{line-height: 30px}
.side-link i{font-size: 20px;width: 20px}
.side-link p{margin-top: .25rem}
.side-link>a{
    margin: auto 2rem auto 2rem;
    display: flex;
    flex-direction: row-reverse;
    color:#6c757d;
    height: 40px;
    align-items: center;
    min-width: 150px;
}
/*user*/
.text-header{font-size: 1.3rem;font-weight: 500}
.user-form input{
    height: 50px;
    line-height: 50px;
}

.user-form textarea {
    border-radius: 0.8rem;
    border-color: #6c757d;
}

.confirm-input{display: flex;flex-direction: row-reverse}
.confirm-input input, .confirm-input i{color: #6c757d !important;}
.confirm-code{
    border: none;
    text-align: center;
    border-radius: 0.8rem;
}
.confirm-code input{
    text-align: center;
    width: 43px;
}
.input-icon{
    position: absolute;
    align-self: center;
    margin-left: -20px;
}
.form-control:focus{
    box-shadow: none;
}
/*input dashes*/
.c-fixed-input-component__underlines {
    position: absolute;
    margin-top: -5px;
    display: flex;
    align-self: flex-end;
}
.c-fixed-input-component__line {
    height: 3px;
    width: 43px;
    background-color: #c8c8c8;
    border-radius: 3px;
    display: flex;
}
/*end input dashes*/
.btn-blue{
    color: #fff;
    background-color: #3988CE;
    border-color: #3988CE;
}
.btn-map-icon{vertical-align: middle;display: inline-block;padding-top: 0.2rem}
.rounded-total{height: 60px;}
.total-price{
    color: #01610A;
    font-size: 2rem;
    font-weight: bold;
    display: inline-block;
}
.rounded-total ,.rounded-total div{line-height: 60px;}
.rounded-calender{overflow: hidden;height: 50px}
.calendar-text{
    width: 80%;
    text-align: center;
    background-color: #71ADE9;
}
.calendar-icon{
    width: 20%;
    background-color: #3E8FDF;
    font-size: 1.7rem;
}
.calendar-icon i, .calendar-text{
    line-height: 50px;
    color: white;
}
.calendar-tab a{
    background-color: #f1f1f1;
    color: #6c757d;
    margin-right: 5px;
    text-align: center;
}
.calendar-tab a:first-child{
    margin-right: unset;
}
.calendar-tab a.active, .calendar-item{
    background-color: white;
    color: black;
}
.tab-pane.counter-list{
    overflow: scroll;
    height: 400px;
}
.tab-pane:not(.active){display: none}
.calendar-item, .calendar-tab a{
    height: 50px;
    line-height: 50px;
}
.calendar-item.active{
    background-color: #709820;
    color: white;
}
.calendar-item .pretty{
    width: 17px;
}
.pretty.p-switch .state:before{
    background-color: #607D8B;
    border-color: #607D8B !important;
}
.pretty.p-switch.p-fill input:checked ~ .state:before {
    background-color: #00BCD4 !important;
    border-color: #00BCD4 !important;
}
.pretty.p-switch .state label:after{
    background-color: white !important;
}
.submit-calendar{
    width: 50px;
    height: 50px;
    color: white;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.invoice{
    font-weight: 200;
    font-size: 0.7rem;
    border-color: #c1c1c1!important;
}
.invoice i, .day-step i{
    display: inline-block;
    vertical-align: middle;
    color: #20778D;
    font-size: 0.7rem;
    line-height: 1.5rem;
}
.invoice-status{
    background: #B8B8B8;
    padding: 0 .5rem 0 .5rem;
    color: #6c757d;
}
.invoice .show-detail i{
    display: flex;
    color: #c1c1c1;
    font-size: 2rem;
    margin-top: 1px;
    margin-right: -1px;
}
.invoice .show-detail {
    left: calc(50% - 15px);
    margin-top: -15px;
    position: absolute;
    background-color: white;
    border-radius: 11rem;
    height: 26px;
}
.rotate{
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.rotate.down{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.bg-gray{
    background-color: #f1f1f1;
}
.invoice-items button{
    font-size: 12px;
}
.invoice-items i{
    line-height: 17px;
    font-size: 12px;
}
.pagination .disabled span {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination .active span {
    z-index: 1;
    color: #fff;
    background-color: #93C139;
    border-color: #93C139;
}
.pagination a:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.pagination a,.pagination span{
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-right: -1px;
    line-height: 1.25;
    color: #93C139;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
@media screen and (max-width: 340px) {
    .product-text .price {
        display: block;
        direction: rtl;
    }
}
.cursor-pointer{
    cursor: pointer;
}
.swal2-modal{
    direction: rtl;
}
.user-logged{
    font-size: 15px !important;
    background-color: #93c139;
    color: white;
    border-radius: 50rem;
    line-height: 15px !important;
    width: 15px !important;
    margin-top: -24px;
    margin-left: 24px;
    left: unset !important;
}
.address-form input, .address-form textarea{
    font-size: 1rem;
}
.edit-date{
    margin-top: -30px;
    color: unset;
}
/*sweet alert style*/
.swal2-icon.swal2-question::before{
    margin-top: 10px;
}
.swal2-styled.swal2-confirm{
    background-color: #fd7e00!important;
}
.swal2-styled:focus{
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(241, 124, 3, 0.35) !important;
}
/*loader*/
#ajax-loader {
    background-color: rgba(255, 255, 255, 0.45); /* adjust the 0.95 for transparency */
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 13000;
    height: 100%;
    display: none;
}
#loaderContainer {
    background-color: rgba(255, 255, 255, 0.99); /* adjust the 0.95 for transparency */
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 14000;
    height: 100%;
    display: none;
}
.loader {
    position: relative;
    width: 10em;
    height: 10em;
    margin: 3em auto;
    top: 50%;
    margin-top: -75px;
    perspective: 1200px;
}
div[class^="atom"] {
    width: 10em;
    height: 10em;
    border-radius: 50%;
    border-width: 4px;
    /*border-style: solid;*/
    position: absolute;
    box-sizing: border-box;
    transform-style: preserve-3d;
}
.atom-1 {
    left: 0; top: 0;
    border-bottom-style: solid;
    border-bottom-color: #93c139;
    animation: spin1 1s linear infinite;
}
.atom-2 {
    right: 0; top: 0;
    border-right-style: solid;
    border-right-color: #93c139;
    animation: spin2 1.2s linear infinite;
}
.atom-3 {
    right: 0; bottom: 0;
    border-top-style: solid;
    border-top-color: #93c139;
    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);
    }
}

footer{
    font-size: 13px;
    text-align:center;
}


.c-checkout-steps {
    direction: rtl;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 30px auto 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    font-size: 10px;
    font-size: .714rem;
    line-height: 1.2;
    color: #9f9f9f;
    letter-spacing: -.3px;
}
.c-checkout-steps__item {
    position: relative;
    padding-top: 30px;
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
}

.c-checkout-steps__line {
    border-bottom: 2px dashed #d0d0d0;
    height: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-top: 13px;
}

.c-checkout-steps__item--delivery:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f4dc";
    font-size: 20px;
    position: absolute;
    top: 3px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    margin-left: 5px;
}

.c-checkout-steps__item--payment:before {
    content: "\f53c";
    font-family: "Font Awesome 5 Pro";
    font-size: 17px;
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.c-checkout-steps__item.is-active, .c-checkout-steps__item.is-completed {
    color: #00bfd6;
}
.c-checkout-summary
{
    border-radius: 1rem!important;
}
.c-checkout-steps__item--summary:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f291";
    font-size: 23px;
    position: absolute;
    top: 2px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    margin-left: -2px;
}
.c-checkout-summary__item:first-child {
    margin-top: 0;
}

.c-checkout-summary__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 15px;
    direction: rtl;
}

.c-checkout-summary__data {
    padding: 15px 0;
}

.inline-price {
    display: inline-block;
}

.c-checkout-summary__header {
    background-color: #fff;
    -moz-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.18) !important;
    -webkit-box-shadow: 0 2px 7px 0 rgb(0 0 0 / 18%) !important;
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 18%);
    position: relative;
    -webkit-border-radius: 9px 9px;
    border-radius: 9px 9px;
    color: #2a2a2a;
}

.c-checkout-summary__item--del .c-checkout-summary__value {
    color: #9b9b9b;
}


.c-checkout-summary__desc {
    padding: 10px 0;
    color: #9b9b9b;
    border-top: 1px solid #e3e3e3;
    margin: 0 15px;
    direction: rtl;
    text-align: justify;
    font-size: 0.8rem;
}
.small-font{
    font-size: 85%;
}

.hidden{
    display:none;
}

.product-text p{
    font-size: 0.8rem;
}

.c-checkout-summary__item--discount {
    color: #00bfd5;
    background-color: rgba(0, 191, 214, .07);
}

.c-checkout {
    padding: 1px 15px;
    margin-bottom: 15px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
}

.cart-dsp {
    padding: 0 10px;
}

textarea.c-ui-input__input {
    resize: vertical;
}

textarea {
    overflow: auto;
}

input, label, select, textarea {
    direction: rtl;
}

.c-ui-input__input, .c-ui-select {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    padding: 9px 10px 8px;
    width: 100%;
}

.c-checkout {
    padding: 1px 15px;
    margin-bottom: 15px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
}

.c-checkout-steps__item.is-completed + .c-checkout-steps__line {
    border-bottom: 2px solid #00bfd6;
}

o-round-cart {
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
    padding: 15px;

}

.o-cart-header {
    direction: rtl;
    letter-spacing: -.1px;
    color: #2a2a2a;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    text-align: right;
    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;
    width: 100%;
}

.c-remodal-address__address {
    margin-top: 10px;
}

.c-profile-edit__label {
    width: 100%;
    padding: 5px 0;
    margin: 10px 0;
    vertical-align: middle;
    display: block;
    position: relative;
}

.c-profile-edit__label span {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
    letter-spacing: -.3px;
    color: #858585;
}

.c-profile-edit__label input, .c-profile-edit__label select {
    border: 1px solid #c8c8c8;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    color: #2a2a2a;
    outline: none !important;
    width: 100%;
    margin-top: 5px;
    padding: 8px 14px;
    background-color: #fff;
}
.c-ui-textarea__textarea {
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    padding: 10px;
    color: #424242;
    width: 100%;
    resize: vertical;
    vertical-align: top;
    min-height: 80px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
}

.c-profile-edit__label span.is-required:after {
    content: "*";
    margin-right: 10px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 21px;
    vertical-align: middle;
    color: #c70000;
}

.o-collapse {
    margin: 15px 0;
}


.o-page-navigation, .o-round-cart__outer-headline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    direction: rtl;
}
.o-round-cart__outer-headline {

    color: #2a2a2a;
    width: 100%;
    padding: 20px 15px 15px;
}

.c-ui-radio input[type=radio],.c-ui-radio input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}
[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.c-ui-radio--label-around{
    float:right;
}
.c-ui-radio--label-around input[type=radio]:checked + .c-ui-radio__check:before,
.c-ui-radio--label-around input[type=checkbox]:checked + .c-ui-checkbox__check:before{
    opacity: 1;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.c-ui-radio input[type=radio]:checked + .c-ui-radio__check:before,.c-ui-radio input[type=checkbox]:checked + .c-ui-checkbox__check:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    background: #00bfd5;
    -webkit-border-radius: inherit;
    border-radius: inherit;
}
.c-ui-radio input[type=checkbox]:checked + .c-ui-checkbox__check:before {
    left: 9px;
    top: 9px;
}
.c-ui-radio--label-around input[type=radio] + .c-ui-radio__check:before,.c-ui-radio--label-around input[type=checkbox] + .c-ui-checkbox__check:before {
    content: "";
    position: absolute;
    background: #00bfd6;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.c-ui-radio--label-around .c-ui-radio__check {
    width: 20px;
    height: 20px;
    right: 0;
    left: unset;
    margin-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-checkout-additional-options__action-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 9px 12px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.c-checkout-additional-options__shipping-cost {
    white-space: nowrap;
    font-weight: 700;
    color: #424242;
}

}
.c-ui-radio--label-around {
    width: unset;
    height: unset;
    cursor: pointer;
}

.c-checkout-additional-options__checkbox-container {
    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;
    border-left: 1px solid #e1e1e1;
    padding-left: 16px;
    margin-left: 16px;
}

.c-checkout-additional-options__action-description {
    font-size: 11px;
    font-size: .786rem;
    letter-spacing: -.2px;
    color: #a3a3a3;
    line-height: 2;
}

.c-checkout-additional-options__shipping-cost {
    white-space: nowrap;
    font-weight: 700;
    color: #424242;
}

.o-round-cart {
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
    padding: 15px;
}


.c-checkout-additional-options__shipping-title {
    white-space: nowrap;
}

.c-checkout-additional-options__shipping-container {
    margin-right: 16px;
    font-size: 11px;
    font-size: .786rem;
    letter-spacing: -.2px;
    color: #a3a3a3;
    line-height: 2;
}

.c-checkout-additional-options__checkbox-container {
    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;
    border-left: 1px solid #e1e1e1;
    padding-left: 16px;
    margin-left: 16px;
}

.rounded-content{
    direction: rtl;
}

.c-ui-radio--label-around .c-ui-radio__check,.c-ui-radio--label-around .c-ui-checkbox__check {
    width: 20px;
    height: 20px;
    right: 0;
    left: unset;
    margin-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-ui-radio--label-around input[type=radio]:checked + .c-ui-radio__check:before,
    .c-ui-checkbox--label-around input[type=checkbox]:checked + .c-ui-checkbox__check:before {
    opacity: 1;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.c-ui-radio__check {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;

    left: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #424242;
}

.c-ui-checkbox__check {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #424242;
}

.c-checkout-additional-options__action-description {
    font-size: 11px;
    font-size: .786rem;
    letter-spacing: -.2px;
    color: #a3a3a3;
    line-height: 2;
}

.c-ui-radio--label-around, .c-ui-radio--label-around .c-ui-radio__check,.c-ui-radio--label-around, .c-ui-radio--label-around .c-ui-radio__check
,.c-ui-radio--label-around, .c-ui-radio--label-around .c-ui-checkbox__check,.c-ui-radio--label-around, .c-ui-radio--label-around .c-ui-checkbox__check{
    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;
    position: relative;
}

.c-checkout-additional-options__checkbox-image {
    margin-right: 12px;
    cursor: pointer;
    line-height: 0;
    width: 49px;
    height: 40px;
    background-image: url(../fonts/0ff27e60.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: contain;
    background-size: contain;
}

.c-profile-address__add-address {
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
    padding: 5px 30px 5px 10px;
    letter-spacing: -.5px;
    color: #2a2a2a;
    border: 1px solid #d6d6d6;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}

.c-profile-address__headline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.c-profile-address__add-address:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f067";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-checkout-contact__receiver {
    font-size: 16px;
    color: #2a2a2a;
    border-bottom: 1px solid #e5e5ea;
    padding: 15px 0 10px;
    margin-bottom: 12px;
}

.c-checkout-contact__details {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    color: #424242;
}

.c-checkout-contact__action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.c-btn-link {
    color: #00bfd6;
    padding-left: 16px;
    border: none;
    background: none;
    position: relative;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
}

.c-btn-link:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f060";
    font-size: 11px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}



.c-ui-radio-wrapper, .c-ui-radio-wrapper .c-filter__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.c-ui-radio-wrapper {
    width: 100%;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-ui-radio-wrapper .c-filter__label {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: right;
    font-size:14px;
}

.c-profile-address__item-actions {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 15px;
    width: 100%;
}

.c-profile-address__item-action {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    color: #6d6d6d;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: -.3px;
    text-align: right;
    padding: 5px 20px;
    background-color: #fff;
    margin-right: 10px;
}

.c-profile-address__item-action--remove {
    background-color: #e91e63;
    color: #fff;
    border-color: #e91e63;
}

button:focus,textarea,input{
    outline: 0px!important;
}

.c-profile-address__item-body {
    margin-top: 10px;
    font-size: 14px;
    font-size: 0.9rem;
    /* line-height: 25px; */
    letter-spacing: -.5px;
    color: #2a2a2a;
    text-align: right;
    direction: rtl;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-spaces;
    white-space: normal;
    margin: 10px 0;
}
}

.c-profile-address__item-contacts {
    margin-top: 20px;
}

.c-profile-address__item-contact:before {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    color: #bebebe;
}

.c-profile-address__item-contact--message:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0e0";
}

.c-profile-address__item-contact {
    margin:0;
    position: relative;
    padding-right: 28px;
    font-size: 14px;
    font-size: 0.9rem;
}



.c-checkout-total {
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
    padding: 0 15px;
    margin-bottom: 15px;
}

.c-checkout-total__list {
    list-style: none;
    padding: 0;
}

.c-checkout-total__item:first-child {
    border-top: none;
}
.c-checkout-total__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    color: #2a2a2a;
    border-top: 1px solid #f2f2f2;
    padding: 10px 0;
}

.c-checkout-total__item span small {
    font-size: 12px;
}
.c-checkout-total__item span {
    letter-spacing: .8px;
    color: #9b9b9b;
}

.c-checkout-notify {
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
    padding: 15px;
    margin-bottom: 15px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.c-checkout-total__topay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
    color: #2a2a2a;
    letter-spacing: -.5px;
    border-top: 1px solid #e3e3e3;
    font-weight: 700;
    padding: 10px 0;
}

.c-checkout-total__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #2a2a2a;
    border-top: 1px solid #f2f2f2;
    padding: 10px 0;
    align-items: center;
}

.c-checkout-total__topay span {
    font-size: 24px;
    color: #4dd365;
}

.c-checkout-total__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.c-checkout-additional-options__action-description {
    font-size: 11px;
    font-size: .786rem;
    letter-spacing: -.2px;
    color: #a3a3a3;
    line-height: 2;
}

.c-checkout-additional-options__action-description {
    font-size: 11px;
    font-size: .786rem;
    letter-spacing: -.2px;
    color: #a3a3a3;
    line-height: 2;
}

.c-checkout-additional-options__action-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 9px 12px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
}



.c-checkout-paymethod {
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
    padding: 0 15px;
    color: #2a2a2a;
    margin-bottom: 15px;
}

.c-checkout-paymethod__providers .c-ui-radio--container .c-checkout-paymethod__image, .c-checkout-paymethod__providers .c-ui-radio--container img, .c-checkout-paymethod__providers label .c-checkout-paymethod__image, .c-checkout-paymethod__providers label img {
    max-width: 80%;
    max-height: 80%;
}


.c-checkout-paymethod__providers .c-ui-radio--container .c-ui-radio-trigger:checked + .c-checkout-paymethod__payment-container, .c-checkout-paymethod__providers .c-ui-radio--container input[type=radio]:checked + span, .c-checkout-paymethod__providers label .c-ui-radio-trigger:checked + .c-checkout-paymethod__payment-container, .c-checkout-paymethod__providers label input[type=radio]:checked + span {
    -webkit-box-shadow: 0 0 0 3px #00bfd5;
    box-shadow: 0 0 0 3px #00bfd5;
}
.c-checkout-paymethod__providers .c-ui-radio--container .c-checkout-paymethod__payment-container, .c-checkout-paymethod__providers .c-ui-radio--container span, .c-checkout-paymethod__providers label .c-checkout-paymethod__payment-container, .c-checkout-paymethod__providers label span {
    width: auto;
    min-width: 58px;
    height: 58px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 12px;
    vertical-align: top;
    -webkit-box-shadow: 0 0 0 1px #d5d5d5;
    box-shadow: 0 0 0 1px #d5d5d5;
    -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-checkout-paymethod {
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
    padding: 0 15px;
    color: #2a2a2a;
    margin-bottom: 15px;
}

.c-checkout-paymethod__options {
    padding: 15px 0 17px;
    list-style: none;
    color: #424242;
}

.c-checkout-paymethod__options > li:first-child {
    margin-top: 0;
}
.c-checkout-paymethod__options > li {
    position: relative;
    margin-top: 30px;
}

.c-checkout-paymethod__info-wrapper {
    padding-right: 12px;
}

.paymethod-providers__title {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    white-space: nowrap;
}

.c-checkout-paymethod__providers .c-ui-radio--container input[type=radio], .c-checkout-paymethod__providers label input[type=radio] {
    visibility: hidden;
    position: absolute;
}

.c-checkout-paymethod__header {
    border-bottom: 1px solid #e5e5ea;
    letter-spacing: -.5px;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    padding: 18px 0;
}

.c-checkout-paymethod__label {
    display: block;
    padding-right: 30px;
    cursor: pointer;
    font-weight: bold;
}

.c-checkout-paymethod__options li p{
    font-size:0.8rem;
}


.c-checkout-paymethod__providers {
    margin-right: -12px;
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#card-number {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
}

#card-number input {
    width: 50px;
    height: 50px;
    border: 2px solid #858585;
    border-radius: 5px;
    text-align: center;
    font-size: 35px;
    line-height: 35px;
    margin: 5px;
}

.c-form-notify__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.c-content-box__dropdown-toggle.is-active + .c-content-box__dropdown-content {
    display: block;
}
.c-checkout-notify .c-content-box__dropdown-content {
    margin-top: 20px;
}

.c-form-notify__field {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 1px;
    -ms-flex: 1 1 1px;
    flex: 1 1 1px;
    width: 1px;
}
.c-ui-input {
    position: relative;
}

.c-ui-input--big .c-ui-input__input, .c-ui-input--big .c-ui-select {
    padding-top: 13px;
    padding-bottom: 13px;
}
.c-ui-input__input, .c-ui-select {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    font-size: 13px;
    font-size: 0.8rem;
    line-height: 1.571;
    padding: 9px 10px 8px;
    width: 100%;
}

.c-form-notify .c-ui-validator {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    margin-top: 12px;
    margin-bottom: -10px;
}
.has-success .c-ui-validator {
    display: block;
    color: #55a054;
}
.hidden {
    display: none !important;
}

.c-ui-validator--error {
    color: #ef4746 !important;
}

.c-form-notify__submit {
    -webkit-flex-basis: 95px;
    -ms-flex-preferred-size: 95px;
    flex-basis: 95px;
    width: auto;
    margin-right: 10px;
}

.c-btn-default.is-disabled {
    background-color: #d5d5d5;
    color: #424242;
}

.c-btn-default {
    font-size: 16px;
    line-height: 1.222;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    letter-spacing: -.6px;
    color: #fff;
    background-color: #00bfd6;
    padding: 14px;
    width: 100%;
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.c-checkout-notify .c-form-notify:not(:last-child) {
    margin-bottom: 30px;
}

.disabled, .is-disabled {
    opacity: .5;
    cursor: default !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-checkout-notify__header {
    color: #2a2a2a;
    letter-spacing: -.5px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;

    position: relative;
}

.c-content-box__dropdown-toggle:after {
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.c-content-box__dropdown-toggle:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
}

.c-content-box__dropdown-toggle.is-active:after{
    font-family: "Font Awesome 5 Pro";
    content: "\f106";
}

.c-content-box__dropdown-content {
    display: none;
    padding-top: 0;
}
.rtl{
    direction:rtl;
}