#cart-box{
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9999;
}

.cart-box-content{
    padding: 10px 20px;
    border-radius: 10px;
    background: #00D082;
    margin: 10px;
    cursor: pointer;
}

@media only screen and (min-width: 600px){
    .cart-box-content{
        max-width: 400px;
        margin: 10px auto;
    }

    .cart-view-table{
        max-width: 500px;
        margin: 10px auto;
    }
}

.cart-view{
    height: 100vh;
    background: rgba(0,0,0,0.3);
    position: relative;
}
.cart-view table{
    width: 100%;
}

#cart-table-body button{
    width: 25px;
    height: 25px;
    border-radius: 4px;
    background: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

#cart-table-body #qty-plus{
    background: #00D082;
    color: #fff;
}

.cart-view-table td{
    padding: 8px;
}

.cart-view-content{
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #fff;
    border-radius: 20px 20px 0px 0px;
    padding: 10px;
    z-index: 99;
}

.cart-view-table{
    max-height: 400px;
    overflow-y: scroll;
}

.backdrop{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    cursor: pointer;
}



/* ================================================================================================== */
.form-control, .form-control:focus, .form-control:hover,
.form-control:active, .form-control:visited{
  outline: none;
  box-shadow: none;
  border: 1px solid #CBD5E1;
}

.radius-6{
    border-radius: 6px;
}
.radius-10{
    border-radius: 10px;
}
.radius-12{
    border-radius: 12px;
}
.radius-30{
    border-radius: 30px;
}

.radius-17{
    border-radius: 17px;
}

.radius-18{
    border-radius: 17px;
}

.radius-19{
    border-radius: 19px;
}

.radius-24{
    border-radius: 24px;
}

.radius-48{
    border-radius: 48px;
}

.bg-banner{
    background: rgba(244, 254, 246, 0.85);
}
.fw-500{
    font-weight: 500;
}

.banner-mobile{
    max-width: 250px;
    top: -50px;
    left: 20px;
}

.py-5rem{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.shadow-card{
    box-shadow: 0px 2px 7px rgba(48, 54, 58, 0.09);
}

.bg-step{
    background-image: linear-gradient(rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.06));
}


.how-bg {
    /* height: 70vh; */
    padding: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 55px;
    flex-direction: column;
    background: url(/wine.png?v=1);
    border-radius: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.how-boxes {
    display: flex;
    flex-direction: column;
    gap: 55px;
}

.indiv-how {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 46px 44px;
    width: 223px;
    height: 140px;
    background: rgba(226, 226, 226, 0.17);
    backdrop-filter: blur(8px);
    border-radius: 18px;
}

.step-mark {
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    text-align: center;
}

.indiv-how p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #ffffff;
}
.work-heading {
    font-weight: 700;
    font-size: 26px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
}


@media only screen and (min-width: 992px) {
    .how-boxes {
        flex-direction: row;
    }

    .position-lg-absolute{
        position: absolute;
    }
}
























.promo-banner-section {
    background: url("'assets/images/illustrations.png'");
}

.promo-banner-overlay {
    background: rgba(222, 244, 227, 0.5);
}

.countdown-item {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    padding: 20px;
    border-radius: 18px;
    width: 90px;
    text-align: center;
}

/* .countdown-item p:first-child{
                  font-weight: 300;
              }

              .countdown-item p:last-child{
                  font-size: 40px;
              } */

.time-separator {
    font-size: 40px;
    color: #fff;
}

.stepper-box-main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.stepper-box-container {
    background: rgba(9, 175, 46, 0.21);
    width: 85px;
    height: 85px;
    padding: 10px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stepper-box-container-dashed {
    width: 85px;
    height: 85px;
    padding: 10px;
    border-radius: 20px;
    border: 2px dashed rgba(9, 175, 46, 0.64);
}

.stepper-box {
    background: rgb(9, 175, 46);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.stepper-box-main h1 {
    height: 30px;
}

.cdot {
    background: #cbd5e1;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.category-menu {
    width: 600px;
    position: absolute;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 4px #ddd;
    border-radius: 10px;
    z-index: 9;
}

.category-menu-backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.odot {
    background-color: #FF5F00;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
}

.truncate {
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.input-small {
    font-size: 0.875em !important;
}

@media (min-width: 1200px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1200px;
    }
}

.text-black {
    color: #0F172A;
}

.fs-12-px {
    font-size: 12px;
}

.fs-27-px {
    font-size: 27px;
}

.fs-49-px {
    font-size: 49px;
}

.mx-2-5-px {
    margin: 0px 2.5px;
}

.mx-10-px {
    margin: 0px 10px;
}

.mx-20-px {
    margin: 0px 20px;
}

.max-w-180 {
    max-width: 180px;
}

.max-w-150 {
    max-width: 150px;
}

.max-w-250 {
    max-width: 250px;
}

.max-w-135 {
    max-width: 135px;
}

.h-38-px {
    height: 38px;
}

.fw-800 {
    font-weight: 800;
}

.offer-percent-btn {
    height: 45px;
    width: 175px;
    line-height: 25px;
    margin-left: 5px;
}

.lh-70 {
    line-height: 70px;
}

.lh-25 {
    line-height: 25px;
}

.fw-600 {
    font-weight: 600;
}

.fs-34-px {
    font-size: 34px;
}

.fs-14-px {
    font-size: 14px;
}

.fs-15-px {
    font-size: 15px;
}

.lh-35 {
    line-height: 35px;
}

.fs-24-px {
    font-size: 24px;
}

.fs-26-px {
    font-size: 26px;
}

.fs-72-px {
    font-size: 72px;
}

.fw-300 {
    font-weight: 300;
}

.max-w-115 {
    max-width: 115px;
}

.max-h-140 {
    max-height: 140px;
}

.max-w-225 {
    max-width: 225px;
}


.max-h-36 {
    max-height: 36px;
}

.w-220-px {
    width: 220px;
}

.my-65-px {
    margin: 65px 0;
}

.mx-12-px {
    margin: 0px 12px;
}

.fs-13-px {
    font-size: 13px;
}

.fs-16-px {
    font-size: 16px;
}

.fs-18-px {
    font-size: 18px;
}


.py-10-px {
    padding: 10px 0;
}

.radius-30 {
    border-radius: 30px;
}

.max-h-175 {
    max-height: 175px;
}

.w-80-px{
    width: 80px;
}

.h-175-px {
    height: 175px !important;
}

.dashed-line {
    border-bottom: 3px dashed rgba(9, 175, 46, 0.55);
    width: 126px;
}

.top-100-percent {
    top: 100%;
}

.text-black-4 {
    color: #4C546E;
}

.text-black-3 {
    color: #373D4F;
}

.w-150-px {
    width: 150px;
}

.h-150-px {
    height: 150px;
}

.p-12-px {
    padding: 12px;
}

.mb-30-px {
    margin-bottom: 30px;
}

.bg-footer {
    background: #20232C;
}

.min-w-90 {
    min-width: 90px;
}

.bg-f3 {
    background: #F3F4F6;
}

.ps-10-px {
    padding-left: 10px;
}

.fs-10-px {
    font-size: 10px;
}

.max-h-230 {
    max-height: 230px;
}



.h-46-px{
    height: 46px;
}


.z-index-9{
    z-index: 9;
}



.fs-49-px{
    font-size: 49px;
}

.black-opactity-72{
    background: rgba(0,0,0,0.72);
}

.white-opacity-15{
    background: rgba(255,255,255,0.15);
}

.radius-20{
    border-radius: 20px;
}

.fs-30-px{
    font-size: 30px;
}

.fs-36-px{
    font-size: 36px;
}

.bg-6d-op07{
    background: rgba(109, 82, 15, 0.07);
}

.radius-14{
    border-radius: 14px;
}

.color-5f{
    color: #5F5841;
}

.max-w-300{
    max-width: 300px;
}
.fs-20-px{
    font-size: 20px;
}

.w-40-px{
    width: 40px;
}

.w-350-px{
    width: 350px;
}

.w-300-px{
    width: 300px;
}

.mb-70-px{
    margin-bottom: 70px;
}

.bg-f5{
    background: #F5F8FA;
}

@media only screen and (min-width: 767px){
    .fs-md-49-px{
        font-size: 49px;
    }

    .fs-md-20-px{
        font-size: 20px;
    }

    .w-md-auto{
        width: auto !important;
    }

    .w-md-250-px{
        width: 250px;
    }

    .mx-md-75-px {
        margin: 0px 75px;
    }

    .max-w-md-350-px{
        max-width: 350px !important;
    }
}



.main-signIn {
    background-image: url('/assets/images/signin.png');
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    position: relative;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    padding: 32px 0;
    justify-content: center;
}

.main-offers{
    background-image: url('/assets/images/offers-bg.jpg');
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    position: relative;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    padding: 32px 0;
    justify-content: center;
}

.qr-container{
    background: url("../images/qrcode-frame.png");
    width: 250px;
    height: 250px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
}




.green {
    color: #09af2e !important;
    font-weight: bold;
  }
