﻿:root {
    --theme-buttons-bg-color:#000;
    --theme-text-colors:#ced4da;
}
/*  themes colors start  */
.btn-colored {
    background-color: var(--theme-buttons-bg-color) !important;
    color: var(--theme-text-colors) !important;
}

.badge-danger {
    background-color: var(--theme-buttons-bg-color) !important;
    color: var(--theme-text-colors) !important;
}

.progress-indicator > li.completed .bubble, .progress-indicator > li.completed .bubble:after, .progress-indicator > li.completed .bubble:before {
    background-color: var(--theme-buttons-bg-color) !important;
    border-color: var(--theme-text-colors) !important;
}

.progress-indicator > li.active .bubble, .progress-indicator > li.active .bubble:after, .progress-indicator > li.active .bubble:before {
    background-color: var(--theme-buttons-bg-color) !important;
    border-color: var(--theme-text-colors) !important;
}

.basket_sendway_selector input[type="radio"]:checked + label {
    border-color: var(--theme-buttons-bg-color) !important;
}

.bs-button-primary--fill {
    background-color: var(--theme-buttons-bg-color) !important;
    border-color: var(--theme-text-colors) !important;
}

.sendway_icon i {
    font-size: 50px !important;
}

.basket_sendway_selector {
    margin-top: 0.5rem;
}
/*  themes color End*/
.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;
    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 {
    display: inline-block;
    margin-left: 1.5rem;
}

.menu-link {
    display: flex;
    justify-content: flex-start;
    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;
    line-height:2;
}



@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: 230px;
    text-align: center;
}

    .top-product-flickity-box .filter-grid-item .iprice {
        min-height: 28px;
        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 (min-width: 768px) and (max-width: 1000px){
    .theme-light .box01,
    .theme-light .box02,
    .theme-light .box03,
    .theme-light .box04,
    .theme-light .box05,
    .theme-light .box06 {
        -webkit-box-shadow:none !important;
        -moz-box-shadow:none !important;
        box-shadow: none !important;
    }
    #basketButton{
        width:100%;
        border-radius:8px;
    }
    .addtobasket.hidden-lg{
        display:none;
    }
    #btnAccept,#btnGoToFinal,#btnGoToAddress{
        display:none;
    }
}

.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 .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;

}
#modal-basketProblem{
    z-index:1000000000 !important;
}
/* remove shadow and border of anythings */
.border{
    border:none !important;
}

.sidebox{
    border:none !important;
    border-bottom:1px solid #ccc !important;
    border-radius:0 !important;
    box-shadow:none !important;
}

.filter-grid{
    box-shadow:none !important;
}
.filter-grid-item{
    box-shadow:none !important
}
.category-sub-view .category-name{
    background-color:#fff !important
}
.top-product-flickity-box .container .row .shadow-sm{
    box-shadow:none !important;
}
.row.mt-3.border-top.border-bottom{
    border:none !important;
}
.row.mt-3.border-top.border-bottom .border-left{
    border:none !important;
}
.sideShare{
    border:none !important;
    box-shadow:none !important;
}
.filled-squre-label{
    border:1px solid #dee2e6 !important;
}

.header-btn{
    position:relative !important;
}
.header-btn .basket-badge{
    position:absolute;
    top:-4px;
    right:-5px;
    font-size:8px;
    width:15px !important;
    height:15px !important;
    padding-top:4px !important;
}
.header-btn.bascket-icon{
    margin-top:3px;
}
.header-btn.login-btn{
    padding: 1px 10px;
    border-radius:4px;
    border:1px solid #ccc !important;
}

.profile-btn{
    margin-left:-20px;
    border-radius: 0!important;
    padding-left:0.5rem !important;
    position:relative;
}

.profile-btn  i {
    margin-top: -10px !important;
}
/*.profile-btn-border{
    position:absolute;
    left : 0px;
    height:25px;
    top:25%;
    width:2px;
    background-color:#ccc;
}*/
.profile-btn i.bi{
    font-size:28px !important;
    margin-left:0.5rem;
}
.menu-left-items a#loginBtn{
    padding:1% 3% !important;
}


.form-submit-fixed-btn{
    position:fixed !important;
    bottom:0;
    height:50px;
    width:100%;
    padding-top:12px;
    right:0;
    display:flex;
    justify-content:flex-end;
    align-items:center;
    box-shadow:0 -0.125rem 0.25rem rgba(0,0,0,.05) !important;
}
.form-submit-fixed-btn div.col-6{
    display:flex;
    justify-content:flex-end;
}
#btnInsertAddress{
    font-size:12px;
}
.address_form{
    padding-bottom:50px !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;
}

@media only screen and (max-width: 600px){
    .top-product-flickity-box .filter-grid-item{
        width:150px;
    }
    .filter-grid-item .item-title,
    .filter-grid-item .small {
        white-space: normal !important;
        height: 37px !important;
        overflow: hidden !important;
        text-overflow: unset !important;
        text-align: justify !important;
        line-height: normal !important;
        margin-top: 7%;
        font-weight: 500 !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;

}

/* scrolbar design */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 1px solid transparent;
  background-clip: content-box;
}

* {
  scrollbar-width: thin;
}
*::-webkit-scrollbar {
  width: 8;
  height: 8;
}
*::-webkit-scrollbar-track {
  background-clip: content-box;
  border: 2 px solid transparent;
}
.theme-light *::-webkit-scrollbar-thumb {
  background-color: #5a5c7a;
}
.theme-dark *::-webkit-scrollbar-thumb {
  background-color: #9e9fb1;
}
.theme-light-nero *::-webkit-scrollbar-thumb {
  background-color: #5a5c7a;
}
.theme-light *::-webkit-scrollbar-thumb:hover {
  background-color: #51536e;
}
.theme-dark *::-webkit-scrollbar-thumb:hover {
  background-color: #8e8f9f;
}
.theme-light-nero *::-webkit-scrollbar-thumb:hover {
  background-color: #51536e;
}
.theme-light *::-webkit-scrollbar-corner, .theme-light *::-webkit-scrollbar-track {
  background-color: #e6e7e7;
}
.theme-dark *::-webkit-scrollbar-corner, .theme-dark *::-webkit-scrollbar-track {
  background-color: #333;
}
.theme-light-nero *::-webkit-scrollbar-corner, .theme-light-nero *::-webkit-scrollbar-track {
  background-color: #e6e7e7;
}
.theme-light * {
  scrollbar-color: #5a5c7a #e6e7e7;
}
.theme-dark * {
  scrollbar-color: #9e9fb1 #333;
}
.theme-light-nero * {
  scrollbar-color: #5a5c7a #e6e7e7;
}

.scrollbar-2 {
  scrollbar-width: thin;
  scrollbar-color: #008aff #bbb;
}
.scrollbar-2::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.scrollbar-2::-webkit-scrollbar-track {
  background-color: #bbb;
}
.scrollbar-2::-webkit-scrollbar-thumb {
  background-color: #008aff;
}
.scrollbar-2::-webkit-scrollbar-track, .scrollbar-2::-webkit-scrollbar-thumb {
  border-radius: 12px;
}

.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;
}