﻿.sendway_icon i{
    font-size:50px !important;
}

.basket_sendway_selector{
    margin-top:0.5rem
}
.modal-open .modal {
    z-index: 9999 !important;
}

.modal-backdrop {
    z-index: 99 !important;
}


/*--------------------------------------myModal01-------------------------------------------*/
.animate01 {
    overflow: hidden !important;
}

    .animate01 .animate-bottom01 {
        direction: rtl;
        position: relative;
        animation: animatebottom01 0.4s;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        height: 100%;
    }

.modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}

    .modal-body img {
        width: 100%;
    }

.animate-body {
    height: 350px;
}

.animate-body02 {
    height: 350px;
}

@keyframes animatebottom01 {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

@media only screen and (max-width: 768px) {
    .animate01 {
        padding: 0 !important;
    }

        .animate01 .modal-dialog {
            position: fixed;
            height: 50%;
            top: 50%;
            left: 0;
            bottom: 0;
            margin: 0;
            overflow-x: hidden;
            overflow-y: hidden;
            width: 100%;
            padding-bottom: 4%;
            background-color: white;
        }

    .animate-header {
        width: 100%;
        background-color: white;
        margin-top: 0;
        z-index: 99;
        overflow: hidden;
        border-radius: 0;
        position: fixed;
    }
}

/*--------------------------------------myModal02-------------------------------------------*/
.animate02 {
    overflow: hidden !important;
}

.animate-bottom {
    direction: rtl;
    position: relative;
    animation: animatebottom 0.4s;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

@media only screen and (max-width: 768px) {
    .animate02 {
        padding: 0 !important;
        height: 100vh !important;
        background-color: white;
    }

        .animate02 .modal-dialog {
            position: relative;
            top: 0;
            left: 0;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            margin: 0;
        }

    .animate01 .modal-dialog-centered {
        min-height: initial !important;
        padding-bottom: 0 !important;
    }

    .animate-bottom {
        height: 100% !important;
    }

    .animate-body {
        overflow-y: auto;
        overflow-x: hidden;
        /*max-height: 400px !important;
        height: auto;*/
    }

    .animate-body02 {
        height: 100vh;
    }
}


/*-----------------------------------Carousel-------------------------------------*/
.carousel-control-prev {
    opacity: .8 !important;
    width: 50px;
    height: 50px;
    margin-top: 38%;
}

.carousel-control-next {
    opacity: .8 !important;
    width: 50px;
    height: 50px;
    margin-top: 38%;
}

.bi-chevron-right {
    color: black !important;
    border-radius: 50px !important;
    padding: 5px 12px !important;
    align-content: center;
}

.bi-chevron-left {
    color: black !important;
    border-radius: 50px !important;
    padding: 5px 12px !important;
    align-content: center;
    left: 0;
}

    .bi-chevron-right::before,
    .bi-chevron-left::before {
        line-height: 2 !important;
    }



fieldset.scheduler-border {
    border: 2px dashed #00BFD6 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 10px 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    color: #00BFD6;
}




.btn-colored {
    border: none;
    background-color: #ff5c39;
    color: white;
    border-radius: 7px !important;
    font-weight: bold;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

.btn-outline-colored {
    color: #ff5c39;
    background-color: unset;
    border: 2px solid #ff5c39;
    padding: 10px;
    font-size: 1.125rem;
    line-height: 1.8rem;
    border-radius: 8px;
    cursor: pointer;
}

.text-colored {
    color: #ff5c39;
}

.bs-button-primary--fill {
    border: 0;
    color: #fff;
    background-color: #ff5c39;
}

.bs-button--lg, .bs-button--xl {
    padding: 0 var(--size-16);
    font-size: 1rem;
    line-height: 1.6rem;
    border-radius: var(--size-8);
    font-weight: 700;
}

.bs-button--lg {
    height: var(--size-48);
}

.bs-button--full-width {
    width: 100%;
}

.bs-button {
    display: flex;
    font-weight: 700;
    position: relative;
    align-items: center;
    outline: 0 !important;
    justify-content: center;
    transition: all .3s ease;
    white-space: nowrap;
}


.bs-button-primary--fill {
    border: 0;
    color: var(--white);
    background-color: #ff5c39;
    border-radius: 7px !important;
    font-weight: bold;
}

    .bs-button-primary--fill:hover {
        border: 0;
        color: var(--white) !important;
        background-color: #f34f2c;
    }

/*--------------------------------blue btn--------------------------------------*/

.bs-button-blue--fill {
    border: 0;
    color: #fff;
    background-color: #00c1e4;
}

.bs-button--lg, .bs-button--xl {
    padding: 0 var(--size-16);
    font-size: 1rem;
    line-height: 1.6rem;
    border-radius: var(--size-8);
    font-weight: 700;
}

.bs-button--lg {
    height: var(--size-48);
}

.bs-button--full-width {
    width: 100%;
}

.bs-button {
    display: flex;
    font-weight: 700;
    position: relative;
    align-items: center;
    outline: 0 !important;
    justify-content: center;
    transition: all .3s ease;
    white-space: nowrap;
}


.bs-button-blue--fill {
    border: 0;
    color: #fff;
    background-color: #00c1e4;
    border-radius: 7px !important;
    font-weight: bold;
}

    .bs-button-blue--fill:hover {
        border: 0;
        color: #fff !important;
        background-color: #059ab5;
    }

.section_font {
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
    .modal-dialog-centered {
        align-items: initial;
        height: 100vh;
    }

    .section_font {
        font-size: 13px !important;
    }

    .modal_message .modal-dialog-centered {
        align-items: center !important;
        height: 150px !important;
        min-height: 150px !important;
        bottom: 0;
        left: 0;
        margin: auto;
        max-height: 500px;
        max-width: 600px;
        position: fixed;
        right: 0;
        top: 0;
        padding: 5px;
    }
}

.pointer {
    cursor: pointer !important;
}


/*-----------------------------------------Header Start------------------------------------------------*/

.brand {
    font-family: inherit;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #f00;
}

.header {
    width: 100%;
    height: auto;
    z-index: 100;
    margin: 0 auto;
    box-shadow: var(--shadow-medium);
    background-color: #fff;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 1rem;
    row-gap: 2rem;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 75%;
        height: 100%;
        z-index: 10;
        opacity: 0;
        overflow-y: auto;
        visibility: hidden;
        box-shadow: var(--shadow-medium);
        background-color: #fff;
        transition: all 0.5s ease;
    }

        .navbar.active {
            right: 0rem;
            opacity: 1;
            visibility: visible;
        }
}

.menu-item {
    position: relative;
    display: inline-block;
    margin-left: 1.5rem;
}

.menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.25rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    text-transform: capitalize;
    color: var(--color-black-500);
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) {
    .hidden-lg {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .menu {
        width: 100%;
        height: auto;
        padding: 1rem 0;
    }

    .menu-item {
        display: block;
        margin: 0 auto;
    }

    .menu-link {
        justify-content: space-between;
        padding: 0.5rem 1.25rem;
    }
}

.submenu {
    position: absolute;
    top: 2.35rem;
    left: -2rem;
    min-width: 13rem;
    height: auto;
    padding: 0 1rem 1rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    border-radius: 0 0 0.25rem 0.25rem;
    border-top: 2px solid var(--color-pink-400);
    box-shadow: var(--shadow-medium);
    background-color: var(--color-white-100);
    transition: all 0.3s ease-in-out;
}

.submenu-item {
    display: block;
    margin-top: 0.75rem;
}

.submenu-link {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    color: var(--color-black-500);
    transition: all 0.35s ease;
}

    .submenu-link:hover {
        outline: none;
        color: var(--color-pink-500);
    }

@media only screen and (max-width: 992px) {
    .submenu {
        position: relative;
        top: -0.5rem;
        left: 2.5rem;
        width: 100%;
        max-height: 0;
        padding: 0px;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        transform: translateY(0px);
        box-shadow: none;
        background: transparent;
    }
}

.burger {
    position: relative;
    display: none;
    cursor: pointer;
    user-select: none;
    width: 1.75rem;
    height: 1rem;
    opacity: 0;
    visibility: hidden;
    background: inherit;
}

.burger-line {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 1;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0.80);
}

    .burger-line:nth-child(1) {
        top: 0px;
    }

    .burger-line:nth-child(2) {
        top: 0.5rem;
    }

    .burger-line:nth-child(3) {
        top: 1rem;
    }

@media only screen and (max-width: 992px) {
    .burger {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 992px) {
    .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

/*-----------------------------------------Header End------------------------------------------------*/
/*-----------------------------------------Top Products Box ----------------------------------------*/
.price-off {
    color: #c3c3ce !important;
    text-decoration: line-through;
    flex: 0 0 100%;
}

.off-count {
    margin-bottom: 3px;
}

.top-product-flickity-box .flickity-prev-next-button {
    top: 60%;
}

.top-product-flickity-box .filter-grid-item {
    height: auto;
    margin: 1%;
    width: 250px;
    text-align: center;
}

    .top-product-flickity-box .filter-grid-item .iprice {
        min-height: 45px;
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        justify-content: center;
    }

    .top-product-flickity-box .filter-grid-item .item-title {
        font-size: 13px;
        text-align: center;
    }

.off-badge {
    position: relative;
    right: -30%;
    z-index: 1;
}
/*-----------------------------------------End Top Products Box ------------------------------------*/

/*----------------------------------------- Form Validations Style ---------------------------------------*/
.bi-asterisk {
    font-size: 9px;
}

@media only screen and (max-width: 768px) {
    .address_bottom_btn {
        padding-bottom: 70px;
    }
}

.form-control.is-invalid, .was-validated .form-control:invalid:placeholder{
    color:red;
}
.form-control.is-valid, .was-validated .form-control:valid,
.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none !important;
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: inherit !important;
}




/*------------- inputs Validation --------------*/
.form-group label{
    position:relative;
}

.was-validated .invalid-feedback{
    position:absolute;
    top:0px;
    left:15px !important;
    text-align:left;
}


/*----------------           -------------------*/
.div-open-menu .badge {
    position: relative;
    top: 2px;
    padding: 2%;
    padding-top: 2%;
    width: 20px;
    height: 20px;
    left: -8px;
    align-content: center;
    padding-top: 5px;
    background-color: #ff5c39;
}
.inline-group{
    height: 37px !important;
    border: 1px solid #b2b2b2;
}
    .inline-group .btn-plus, .inline-group .btn-minus {
        font-size: 24px !important;
        line-height: 1.8 !important;
    }
.inline-group .quantity {
    height: 34px !important;
}






/*-------------- Sub category filter box widget ----------------*/

.category-sub-view{
    font-size:13px;
    color: #5a5c7a;
    padding:0.5rem !important;
}

.category-sub-view .category-name{
    padding:10px 5px 7px ;
    font-weight:800;
    background-color:#edebeb;
    border-radius:4px;
    margin-bottom:4px;
    display:flex;
    align-items:center;
}

.category-sub-view .category-name:before{
    content:'\F598';
    font-family:'Bootstrap-icons';
    margin-left:4px;
    font-size:18px;
}

.category-sub-view .sub-category{
    margin-right:7px;
    padding:7px 15px 7px 0 !important;
    text-decoration:dotted;
}

.category-sub-view .sub-category:hover{
    background-color:#edebeb;
}

.category-sub-view .sub-category a{
    color: #5a5c7a !important;
    font-size:12px !important;
    font-weight:500;
    display:flex;
    align-items:center;

}
.category-sub-view .sub-category a::before{
    content:'\F12A';
    font-family:'Bootstrap-icons';
    margin-left:4px;
    font-size:12px;

}

.border-2x{
    border:2px solid #333333;
    border-radius:0.25rem;
}

.pelak-text-bold{
    color:#fff;
    font-size:0.8rem;
    font-weight:800;
    line-height:0.5;
}
.pelak-text-light{
    color:#fff;
    line-height:0.5;
    font-size:0.5rem;
    font-weight:600;

}
.pelak-iran{
    height:100%;
    padding-left:10px !important;
    border-left:1px solid #333333;
}
.pelak-numbers input,.pelak-iran input{
    padding:1.3rem 0;
    text-align:center
}
.pelak-numbers .select-wraper{
    padding:2rem!important 0;
    padding:0.1rem 0;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:0.25rem;
}
.pelak-numbers select{
    border:none !important;
}
.pelak-iran .iran-label{
    position:absolute;
    top:5px;
    color:#ccc;
    right:40%;
    font-size:14px;
    transition:all 0.3s ease-in;
}
.pelak-iran input:focus + label,.pelak-iran input:valid + label{
    right:15%;
    font-size:10px;
}

@media only screen and (max-width:600px){
    .pelak-iran .iran-label{
        font-size:10px;
    }
    .pelak-iran input:focus + label,.pelak-iran input:valid + label{
        right:15%;
        font-size:8px;
    }
}

#modal-basketProblem{
    z-index:1000000000 !important;
}

.remove-addr-btn{
    position: absolute;
    top: 20px;
    left: 35px;
    z-index: 10;
    padding: 0.5rem 0.7rem 0.25rem;
    border-radius: 100%;
    border: 1px solid #dee2e6 !important;
    box-shadow:0 0.2rem .5rem rgba(0,0,0,.05)!important;


}

.basket_sendway_selector input[type="radio"]:checked + label {
    border: 2px solid #000 !important;
}

/* footer */
footer {
  --after-background: #00f69a;
}
footer * {
  color: #fff !important;
}
footer.darohal-footer {
  min-height: 350px;
  width: 100% !important;
  background-color: #333;
  position: relative;
  color: #fff;
  padding: 20px 0px !important;
  margin-bottom:0 !important;
}
footer.darohal-footer::after {
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  right: 0;
  background-color: var(--after-background);
  transition: background-color 1000ms linear;
  content: "\f2323";
  font-size: 1px;
}
footer.darohal-footer section {
  display: flex;
  justify-content: flex-start;
}
footer.darohal-footer section .description {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 30px;
  border-left: 2px dashed #fff;
}
footer.darohal-footer section .description .footer-logo {
  width: 40%;
  flex: 1;
}
footer.darohal-footer section .description-text {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  font-size: 0.7rem !important;
  text-align: justify;
}
footer.darohal-footer section .description-text p {
  color: #fff;
  font-weight: 300;
  line-height: 2;
}
footer.darohal-footer section .footer-menu {
  padding: 10px;
  font-size: 0.8rem;
  text-align: right;
  cursor: default;
}
footer.darohal-footer section .footer-menu .lists {
  font-size: 12px;
  padding-right: 3px;
  text-align: right;
  line-height: 2;
}
footer.darohal-footer section .footer-menu .lists .list-item {
  text-decoration: none;
}
footer.darohal-footer section .footer-menu .lists .list-item a {
  cursor: pointer;
  color: #c2c2c2 !important;
  text-decoration: none;
  transition: color 0.3s ease;
}
footer.darohal-footer section .footer-menu .lists .list-item a:hover {
  color: #00f69a !important;
}
footer.darohal-footer section .footer-menu .lists .list-item::marker {
  content: "";
  display: none;
}
footer.darohal-footer section .section-enamad {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding: 5px 10px 5px;
  border-radius: 8px;
  align-items: center;
  max-height: 160px;
  overflow: hidden;
}
footer.darohal-footer section .section-enamad .enamad-logo {
  width: 25%;
  padding: 2px;
}
footer.darohal-footer section .section-enamad .enamad-logo img {
  outline: 1px solid rgba(238, 238, 238, 0.631372549);
  border-radius: 8px;
  width: 150px;
  height: 150px;
  margin: auto;
}
footer.darohal-footer section .footer-post-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2%;
  flex-wrap: wrap;
}
footer.darohal-footer section .footer-post-list .post-item {
  width: 48%;
  flex: 48%;
  position: relative;
}
footer.darohal-footer section .footer-post-list .post-item .footer-post {
  width: 48%;
  position: relative;
  text-align: center !important;
  line-height: 1 !important;
}
footer.darohal-footer section .footer-post-list .post-item .footer-post span {
  width: 100%;
  font-size: 10px;
  color: red;
}
footer.darohal-footer section .contact-list {
  display: flex;
  justify-content: flex-start;
  gap: 2px;
  width: 100%;
}
footer.darohal-footer section .contact-list i {
  padding: 2px 8px;
  font-size: 25px;
  cursor: pointer;
}
footer.darohal-footer section .contact-list i:hover {
  color: #c2c2c2 !important;
}/*# sourceMappingURL=footer.css.map */

 *{
     scrollbar-width: thin;
     scrollbar-color: gray silver;
 }
::-webkit-scrollbar {
    width: 8px !important;
    height: 8px !important;
}
::-webkit-scrollbar-track{
    border-width:2px !important;
}


.product-color-circle{
    width:15px;
    height:15px;
    border-radius:100%;
    margin:0 2px;
    border:1px solid #5a5c7a;
}
/* basket payment-method style */

.bascket_payment_methods{

    width:100%;
    height: 160px;
    border:1px solid #ccc;
    border-radius:8px;
    text-align:center;
    margin-top:5px;
    padding-top:10px;
    padding-bottom:5px;
}

.bascket_payment_methods span{
    text-align:center;
    color:#333333;
}

.method-description{
    color:#666666 !important;
    font-size:12px;
    font-weight:300;

}
.products-swiper {
  position: relative;
}
.products-swiper .swiper-button-next, .products-swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  z-index: 12;
  position: absolute;
  border-radius: 100%;
  top: 45%;
}
.theme-light .products-swiper .swiper-button-next, .theme-light .products-swiper .swiper-button-prev {
  background-color: #fff;
  border: 1px solid;
}
.products-swiper .swiper-button-next::after, .products-swiper .swiper-button-prev::after {
  font-size: 14px !important;
  font-weight: 550;
}

.products-swiper-pagination {
  margin-top: 2rem;
  position: relative;
  z-index: 2;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  overflow: hidden;
}
.theme-light .products-swiper-pagination {
  background-color: #fff;
}
.products-swiper-pagination .swiper-pagination-bullet {
  width: 80px;
  height: 100%;
  border-radius: 8px;
  display: inline-block;
  margin: 0.5rem;
}
.theme-light .products-swiper-pagination .swiper-pagination-bullet {
  border: 1px solid;
  background-color: #fff;
}
.products-swiper-pagination .swiper-pagination-bullet img {
  border-radius: 8px;
}
.products-swiper-pagination {
  margin-top: 1rem;
  position: relative !important;
  z-index: 2;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  overflow: hidden;
}
.products-swiper {
  position: relative !important;
}
.theme-light .products-swiper .swiper-button-next, .theme-light .products-swiper .swiper-button-prev{
    border-color:#000 !important;
    top: 93%;
    color:#000;
}