body {
    --yellow: #F8D323;
    --brandColor: #54Ac44;
    --hoverColor: #50d63c;
    --secondaryColor: #00adcf;
}

.theme-color {
    color: #54Ac44;
}

/* --------------------- Top dark nav css start ------------------ */
/* .country-none {
    position: absolute;
    top: -50px;
    z-index: -1;
} */
.top-dark-nav {
    background-color: #fff;
    /* height: 50px; */
    transition: scroll 0.5s ease-in;
    visibility: visible;
    opacity: 1;
    padding: 12px 0;
}

.hide-on-scroll {
    visibility: visible;
    /* opacity: 0; */
    transition: visibility 0s linear;
}

.scroll-nav {
    top: -138px !important;
    transition: all 0.2s ease-in;
}

.top-dark-left-text, .top-dark-right-text {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;

}

.top-dark-right-text {
    margin-left: 8px;
}

.top-dark-right-text:hover {

}

.updated-auth-icon {
    height: 20px;
    width: 20px;
}

@media (min-width:320px) and (max-width:460px) {
    .top-dark-nav {
        /* height: 70px; */
    }

    .top-dark-left-text {
        margin-bottom: 2px;
    }
}

/* --------------------- Top dark nav css end ------------------ */


/* ---------------------  Middle green nav css start ------------------ */

#updated-header-main {
    /* height: 90px;
    background-color: var(--brandColor); */
    z-index: 9;
}

.brand-logo {
    height: 75px;
    width: 150px;
}

.updated-searchbox-input {
    height: 50px !important;
    width: 568px !important;
    border: none;
}


.icon-white-rounded-bg {
    height: 50px;
    width: 50px;
    background-color: white;
    border-radius: 50%;
}

.nav-icon-title {
    font-size: 12px;
    font-weight: 700;
    margin-left: 12px;
    color: white;
}



@media (min-width:992px) and (max-width:1199.98px) {
    .icon-white-rounded-bg {
        height: 40px;
        width: 40px;
    }

}

@media (min-width:768px) and (max-width:991.98px) {
    .icon-white-rounded-bg {
        height: 40px;
        width: 40px;
    }
    .updated-mobile-menu {
        background-color: #fff;
    }
}

@media (min-width:320px) and (max-width:767.98px) {

    .brand-logo {
        height: 60px !important;
    }
    .icon-white-rounded-bg {
        height: 35px;
        width: 35px;
    }
    .nav-icon-title {
        display: none !important;
    }
    .updated-mobile-menu {
        background-color: #fff;
    }
}
/* ---------------------  Middle green nav css end ------------------ */



/* bottom nav css  start*/

.bottom-nav-menu {
    padding: 10px 0;
}

.bottom-nav-menu a {
    padding-right: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #3F3679;
}

.bottom-nav-menu span {
    color: #3F3679;
}


.bottom-nav-wrapper {
    margin: 0;
}
.bottom-nav-item{
    padding-right: 20px;
    font-size: 14px !important;
    font-weight: bold !important;
    font-style: normal !important;
    color: #3F3679;
}
.bottom-nav-item-phone{
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
}
@media (min-width:320px) and (max-width:460px) {

}

.country-origin {
    /* background-color: #BACF5A;
    height: 44px;
    display: flex;
    align-items: center; */
    background: url('/frontend/images/newHomepage/country-origin-bg.svg');
    background-repeat: no-repeat;
    height: 44px;
    /* background-size: cover;
    background-position: center center; */
}

.country-indicator {
    padding-left: 6px;
}

.country-origin p{
    font-size: 14px;
    color: #3F3679;
    font-weight: 700;
    padding: 0 6px;
}

.country-tag-item {
    margin-left: -20px;
}

.country-tag {
    /* margin-left: -49px; */
}

.country-tag-name {
    font-size: 14px;
    font-weight: 700;
    color: #3F3679;
    margin-top: 2px;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.country-tag-name:hover {
    color: var(--brandColor);
}

.right-triangle {
    width: 0;
    height: 0;
    border-left: 30px solid #BACF5A;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

.country-slider {
    display: block;
}

/* .country-slider .slick-next:before, .slick-prev:before {
    display: none;
} */

.nav-call-section {
    margin-left: -4px !important;
}

@media (min-width:992px) and (max-width:1199px) {
    .bottom-nav-item{
        padding-right: 10px;
    }

    .bottom-nav-item img {
        height: 12px;
        width: 12px;
    }
    .country-tag {
        margin-left: 0;
    }

    .menu-call-img {
        height: 15px;
        width: 15px;
    }
    .nav-call-section {
        margin-left: -30px !important;
    }
    .nav-call-section-wrapper {
        display: none !important;
    }
    /* .bottom-nav-item-phone{
        font-size: 15px !important;
        padding-top: 5px !important;
    } */
    .country-origin p{
        font-size: 14px;
        padding: 0 10px;
    }
    .country-indicator {
        /* margin-left: 10px; */
    }


}

.all-category-section {
    /* width: 21%; */
    background-color: #F8D323;
}

.country-tag-section {
    /* width: 79%; */
}


/* bottom nav css end */





.category-position-desktop {
    position: absolute !important;
    top: 44px !important;
    left: -15px !important;
    z-index: 500 !important;
    transition: 0.2s all;
    visibility: hidden;
    opacity: 0;
}

.all-new-category:hover .category-position-desktop {
    transition: 0.3s all;
    visibility: visible;
    opacity: 1;
    z-index: 90000000000000;
}

.menu-call-img {
    -webkit-animation: flip 1s;
    animation: flip 1s;
}

@-webkit-keyframes flip {
    from {
        transform: rotateY(90deg)
    }
    to {
        transform: rotateY(0deg)
    }
}

@keyframes flip {
    from {
        transform: rotateY(90deg)
    }
    to {
        transform: rotateY(0deg)
    }
}



/* ----------- New main category css start -----------*/

.updated-main-category {
    box-shadow: 2px 1px 3px rgb(218 218 218);
    position: relative;
    background-color: #fff;
    /* height: 150px ; */
}

.main-category-icon {
    height: 100px;
    width: 100px;
    border: 2px solid #3F3679;
    border-radius: 50%;
}

.main-category-icon img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.main-category-item p {
    color: #3F3679;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0;
}

.main-category-item:hover .main-category-icon {
    transition: 0.2s all;
    background-color: #EFF7FA;
}

.main-category-item:hover .main-category-icon img {
    transition: 0.2s all;
    /* background-color: #cae7f3; */
    animation: shake 10.82s cubic-bezier(.36, .07, .19, .97) both infinite;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {

    .76%,
    6.84% {
        transform: translate3d(-1px, 0, 0)
    }

    1.52%,
    6.08% {
        transform: translate3d(2px, 0, 0)
    }

    2.28%,
    3.8%,
    5.32% {
        transform: translate3d(-4px, 0, 0)
    }

    3.04%,
    4.56% {
        transform: translate3d(4px, 0, 0)
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .main-category-icon {
        height: 60px;
        width: 60px;
    }

    .main-category-item img {
        width: 25px;
        object-fit: contain;
    }
}

@media (min-width:500px) and (max-width:767.98px) {
    /* .main-category {
        display: none !important;
    } */

    .main-category-icon {
        height: 50px;
        width: 50px;
    }

    .main-category-item img {
        width: 25px;
        object-fit: contain;
    }
}
@media (min-width:320px) and (max-width:499px) {
    /* .main-category {
        display: none !important;
    } */

    .main-category-icon {
        height: 40px;
        width: 40px;
    }

    .main-category-item img {
        width: 25px;
        height: 25px;
        object-fit: contain;
    }
    .main-category-item p {

    font-size: 12px;

}

}


/* ----------- New main category css end -----------*/



/* ----------- Our services css start -----------*/
.services-title {
    color: #6583FE;
    font-size: 18px;
    font-weight: 600;
    margin-left: 10px;
}

.services-container {
    box-shadow: 2px 3px 5px rgb(218, 218, 218);
    position: relative;
}

.services-img {
    height: 90px;
    width: 90px;
}

@media (min-width:768px) and (max-width:991.98px) {
    .services-img {
        height: 60px;
    }
    .services-title {
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
    }
}

@media (min-width:500px) and (max-width:767.98px) {
    .services-img {
        height: 40px;
    }
    .services-title {
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        margin-left: 5px;
    }
}

@media (min-width:320px) and (max-width:499.98px) {
    .services-container {
        display: none !important;
    }
}

/* ----------- Our services css end -----------*/



.download-app-modal-content {
    background: url('/frontend/images/newHomepage/download-app-bg2.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 10px;
    padding: 4px 6px !important;
}

.download-app-modal-content .modal-body {

    /* height: 250px; */
}
.download-app-close-btn {
    background: none;
    border: none;
    padding: 0 !important;
}

.download-app-close-btn span{
    color: #fff;
    background-color: #000;
    padding: 0px 6px !important;
    border: 1px solid gray;
    border-radius: 3px;
    cursor: pointer;
    font-size: 18px;
}

.download-app-close-btn span:hover {
    background-color: rgb(36, 35, 35);
    transition: all 0.3s ease;
}

.download-app-modal-title {
    text-shadow: 1px 1px 0px #000;
    margin-top: -40px;
}



/* offer page starts*/

.your-offer{
    font-weight: 300;
    font-size: 32px;
    color: #615e58;
}
.offer-item{
    padding: 15px;
    /* height: 330px; */
    border: 1px solid #eee;
    border-radius: 5px;
    transition: all 300ms ease-in-out;
    overflow: hidden;
    /* margin: 5px; */
}

.offer-item > img{
    /* max-height: 100%; */
    width: 100%;
    height: auto;
    object-fit: fill;
    /* background-color: #54Ac44; */

}
.offer-item:hover{
    box-shadow: 0 1px 15px #a7a7a7;
}
/* offer page ends*/

/* ----------------------------- */

/* Coupon page starts*/

.your-offer{
    font-weight: 300;
    font-size: 32px;
    color: #615e58;
}
.coupon-item{
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    transition: all 300ms ease-in-out;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    cursor: pointer;
    /* position: relative; */
}

.coupon-item > img{
    width: 100%;
    height: auto;
    object-fit: fill;
    /* box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    cursor: pointer;
}
.coupon-item:hover{
    box-shadow: none;
}
/* offer page ends*/

/* --------------- */

  .pickup-option-label {
    display: flex;
    align-items: center;

    border-radius: 100px;
    margin: 10px 0;

    cursor: pointer;
    transition: .3s;
  }
  .pickup-option-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
  }

  .pickup-option-design {
    width: 15px;
    height: 15px;
    /* border-radius: 100px; */
    background: linear-gradient(to right bottom, #89e07c, #338125);
    position: relative;
  }

  .pickup-option-design::before {
    content: '';

    display: inline-block;
    width: inherit;
    height: inherit;
    border-radius: inherit;

    background: hsl(0, 0%, 82%);
    transform: scale(1.1);
    transition: .3s;
  }

  .pickup-option-input:checked+.pickup-option-design::after {
    content: '\2713';
    top: -1px;
    position: absolute;
    left: 3px;
    color: white;
    font-size: 12px;
    font-weight: 900;
  }

  .pickup-option-input:checked+.pickup-option-design::before {
    transform: scale(0);
  }

  .pickup-option-text {
    color: black;
    margin-left: 10px;
    /* letter-spacing: 3px; */
    text-transform: uppercase;
    font-size: 14px;

    transition: .3s;
  }

  .pickup-option-input:checked~.pickup-option-text {
    color: var(--brandColor);
    font-weight: 500;
  }

  /*------------------------------------------------------------ card payment radio button */
  .payment-option {
      margin-top: 0px;
  }
  .card-payment-label {
    display: flex;
    align-items: center;

    border-radius: 100px;

    cursor: pointer;
    transition: .3s;
  }

  .card-payment-input {
    position: absolute;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
  }

  .card-payment-design {
    width: 15px;
    height: 15px;
    /* border-radius: 100px; */
    background: linear-gradient(to right bottom, #89e07c, #338125);
    position: relative;
  }

  .card-payment-design::before {
    content: '';

    display: inline-block;
    width: inherit;
    height: inherit;
    border-radius: inherit;

    background: hsl(0, 0%, 82%);
    transform: scale(1.1);
    transition: .3s;
  }

  .card-payment-input:checked+.card-payment-design::after {
    content: '\2713';
    top: -1px;
    position: absolute;
    left: 3px;
    color: white;
    font-size: 12px;
    font-weight: 900;
  }

  .card-payment-input:checked+.card-payment-design::before {
    transform: scale(0);
  }

  .pickup-option-text {
    color: black;
    margin-left: 10px;
    /* letter-spacing: 3px; */
    text-transform: uppercase;
    font-size: 14px;

    transition: .3s;
  }

  .card-payment-input:checked~.pickup-option-text {
    color: var(--brandColor);
    font-weight: 500;
  }


  /* agreement checkbox css */
  .agreement-checkbox-label {
    display: flex;
    /* align-items: center; */

    border-radius: 100px;
    margin: 10px 0;

    cursor: pointer;
    transition: .3s;
  }
  .agreement-checkbox-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
  }

  .agreement-checkbox-design {
    width: 15px;
    height: 15px;
    margin-top: 3px;
    background: linear-gradient(to right bottom, #89e07c, #338125);
    position: relative;
  }

  .agreement-checkbox-design::before {
    content: '';
    display: inline-block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: hsl(0, 0%, 82%);
    transform: scale(1.1);
    transition: .3s;
  }

  .agreement-checkbox-input:checked+.agreement-checkbox-design::after {
    content: '\2713';
    top: -1px;
    position: absolute;
    left: 3px;
    color: white;
    font-size: 12px;
    font-weight: 900;
  }

  .agreement-checkbox-input:checked+.agreement-checkbox-design::before {
    transform: scale(0);
  }

  .agreement-checkbox-text {
    color: black;
    margin-left: -14px;
    font-size: 14px;
    transition: .3s;
  }

  /* fashion product variant text */
.variant-text {
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    border-radius: 4px;
    padding: 5px 0;
    color: #3F3679;
}

/* variant-tooltip css */
.variant-tooltip {
    position: relative;
    display: inline-block;
  }

  .variant-tooltip .variant-tooltip-text {
    visibility: hidden;
    background-color: #fff;
    color: #3F3679;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    border-radius: 4px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -58px;
    left: 35%;
    margin-left: -60px;
    font-size: 14px;
  }

  .variant-tooltip:hover .variant-tooltip-text {
    visibility: visible;
  }

  .variant-tooltip-text::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid var(--brandColor);
    left: 46%;
    top: 50px;
    /* bottom: 0; */
  }

  /* ---------------------- */
  .tip {
    position: relative;
  }

  a.tip span {
    display: none;
    position: absolute;
    width: 100%;
    top: -45px;
    left: 0px;
    padding: 5px;
    z-index: 100;
    background: #000;
    color: #fff;
    -moz-border-radius: 5px;
    /* this works only in camino/firefox */
    -webkit-border-radius: 5px;
    /* this is just for Safari */
  }

  a.tip span:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid black;
    left: -8px;
    top: 7px;
  }

  a:hover.tip {
    font-size: 99%;
    /* this is just for IE */
  }

  a:hover.tip span {
    display: block;
    width: 100%;
  }


  /* Updated customer dashboard css */
  .customer-details{
    /* border: 1px solid #e5e5e5; */
    background-color: #f6faf7;
    border-radius: 0 5px 5px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-left: 5px solid var(--brandColor);
  }

  .customer-avatar {
      position: relative;
  }

  .customer-avatar img {
      height: 100px;
      width: 100px;
      border-radius: 50%;
  }

  .customer-name {
    font-size: 20px;
    font-weight: normal;
  }

  .customer-name span{
    color: var(--brandColor);
    /* font-family: var(--condensedRoboto); */
    font-weight: normal;
    font-size: 24px !important;
}

.order-count {
    position: absolute;
    bottom: 0px;
    right: 10px;
    background-color: #28abcc;
    color: #fff;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1px 5px rgb(99, 99, 99);
}

.order-count p{
    font-size: 14px;
    text-align: center;
}

.customer-dashboard-category {
    width: 260px;
    padding: 22px 20px;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(56, 56, 56, 0.3) 0px 3px 7px -3px;
    /* box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px; */

}

.customer-dash-category-title {
    font-size: 22px;
    font-weight: 400;
    /* color: #313131; */
    color: #fff;
    margin-bottom: 0;
}

.purple-icon>img, .green-icon>img, .yellow-icon>img {
    height: 35px;
}

.pink-icon>img{
    height: 40px;
}

.customer-dash-count-text {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    line-height: 20px;
}

tr.single-transaction{
    background-color: #f5faf3;
    border-radius: 8px;
}
.spacer td{
    padding: 6px;
}

.customer-dashboard-table .table-basic tbody td {
    vertical-align: top !important;
}

.small-title {
    color: #3e3e3e;
}

.bold-number-font {
    font-size: 25px;
    font-weight: 600;
    color: #3e3e3e;
}

.customer-dash-card-icon {
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

    /* box-shadow: 0px 14px 18px 0px rgb(202 199 237); */
}

.purple-icon {
    background-image: linear-gradient(
        -38deg, #837dd2 0%, #5d54cc 100%);
    border: 6px solid #d9d7f5;
}

.pink-icon {
    background: #fd6074;
    border: 6px solid rgb(243 209 220);
}

.green-icon {
    background: #19b159;
    border: 6px solid #b6e6bf;
}

.yellow-icon {
    background-image: linear-gradient(
-38deg, #f5ba64 0%, #f59404 100%);
    border: 6px solid #fbebd5;
}


@media (min-width:992px) and (max-width:1199px) {
    .customer-dashboard-category {
        width: 220px;
    }

    .customer-dash-category-title {
        font-size: 18px;
    }

    .customer-dash-count-text {
        font-size: 15px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .customer-dashboard-category {
        width: 165px;
        padding: 20px 6px;
    }

    .customer-dash-category-title {
        font-size: 16px;
    }

    .customer-dash-count-text {
        font-size: 14px;
    }

    .customer-dash-card-icon {
        height: 50px;
        width: 50px;
    }

    .bold-number-font {
        font-size: 20px;
    }

    .purple-icon>img, .green-icon>img, .yellow-icon>img {
        height: 25px;
    }

    .pink-icon>img{
        height: 30px;
    }
}

@media (min-width:501px) and (max-width:767px) {
    .customer-details {
        display: block !important;
    }
    .order-count {
        bottom: 0px;
        left: 58px;
    }
    .customer-dashboard-category-wrapper {
        display: block !important;
        justify-content: start !important;
    }

    .customer-dashboard-category {
        width: 100%;
        font-size: 15px;
        padding: 8px 20px;
        text-align: start !important;
        box-shadow: rgb(0 0 0 / 31%) 2px 2px 11px -1px inset;
        margin-bottom: 6px;
    }

    .customer-dash-category-title {
        font-size: 14px;
        display: inline-block;
    }

    .customer-dash-count-text {
        font-size: 12px;
        display: inline-block;
    }

    .customer-dash-count-text a {
        display: inline-block !important;
    }

    .spacer {
        display: none !important;
    }

    .customer-dash-card-icon {
        height: 50px;
        width: 50px;
    }

    .bold-number-font {
        font-size: 20px;
    }

    .purple-icon>img, .green-icon>img, .yellow-icon>img {
        height: 25px;
    }

    .pink-icon>img{
        height: 30px;
    }
}

@media (min-width:320px) and (max-width:500px) {
    .customer-details {
        display: block !important;
    }
    .order-count {
        bottom: 0px;
        left: 58px;
    }
    .customer-dashboard-category-wrapper {
        display: block !important;
        justify-content: start !important;
    }

    .customer-dashboard-category {
        width: 100%;
        font-size: 15px;
        padding: 8px 20px;
        text-align: start !important;
        box-shadow: rgb(0 0 0 / 31%) 2px 2px 11px -1px inset;
        margin-bottom: 6px;
    }

    .customer-dash-category-title {
        font-size: 14px;
        display: inline-block;
    }

    .customer-dash-count-text {
        font-size: 12px;
        display: inline-block;
    }

    .customer-dash-count-text a {
        display: inline-block !important;
    }

    .spacer {
        display: none !important;
    }

    .customer-dash-card-icon {
        height: 50px;
        width: 50px;
    }

    .bold-number-font {
        font-size: 20px;
    }

    .purple-icon>img, .green-icon>img, .yellow-icon>img {
        height: 25px;
    }

    .pink-icon>img{
        height: 30px;
    }
}


/* loyalty tooltip css */
.loyalty-tooltip {
    position: relative;
}

.hovercard {
    position: absolute;
    opacity: 0;
    z-index: 1;
    left: 50%;
    top: -54px;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }

  .loyalty-tooltip:hover .hovercard {
    opacity: 1;
    transition: 0.5s;
    transition-delay: 0.1s;
  }


  .loyalty-tooltiptext {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: var(--brandColor);
    padding: 15px;
    border-radius: 5px;
    color: white;
    line-height: 15px;
    transition: 1s;
    width: 100%;
    text-align: center;
  }

  .loyalty-tooltiptext::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid var(--brandColor);
    left: 46%;
    top: 45px;
    /* bottom: 0; */
  }

  .convert-text-small-device {
      display: none !important;
  }

  @media (min-width:320px) and (max-width:767px) {

    .loyalty-tooltip:hover .hovercard {
        opacity: 0;
        visibility: hidden;
      }

      .convert-text-small-device {
        display: block !important;
    }


  }



/* transaction table */
.customer-transaction-table table {
    /* border: 1px solid #ccc; */
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }

  .customer-transaction-table table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
  }

  .customer-transaction-table table tr {
    /* background-color: #f5faf3; */
    /* border: 1px solid #ddd; */
    padding: .35em;
    border-radius: 8px;
  }

  .customer-transaction-table table th,
  .customer-transaction-table table td {
    padding: 10px;
    vertical-align: middle;
    /* text-align: center; */
  }

  .customer-transaction-table table th {
    font-size: 15px;
  }

  .customer-dash-action-btn {
      border: none;
      border-radius: 50%;
      background-color: var(--brandColor);
      color: white;
      padding: 0 6px;
  }

  .customer-dash-action-btn::after {
    display: inline-block;
    margin-left: 0 !important;
    vertical-align: middle !important;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.view-order-dropdown {
    padding: 0 !important;
    border: none !important;
}

.view-order-dropdown a {
    background-color:  var(--brandColor);
    color: #fff;
    border-radius: 5px;
    padding: 6px 10px;
    transition: color 0.3s ease-in;
}

.view-order-dropdown a:hover {
    background-color: var(--hoverColor);
    color: #fff;
    transition: color 0.3s ease-in;
}

.ongoing-status {
    color: #f8c703;
}

.pending-status {
    color: red;
}

.delivered-status {
    color: green;
}

.pickup-status {
    color: #4a89d6;
}


  @media screen and (max-width: 600px) {
    .customer-transaction-table table {
      border: 0;
    }

    .customer-transaction-table table caption {
      font-size: 1.3em;
    }

    .customer-transaction-table table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }

    .customer-transaction-table table tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
    }

    .customer-transaction-table table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .9em;
      text-align: right;
    }

    .customer-transaction-table table td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }

    .customer-transaction-table table td:last-child {
      border-bottom: 0;
    }
  }




.arrow{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.arrow span{
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--brandColor);
    border-right: 2px solid var(--brandColor);
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.arrow span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-4px,-4px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(10px,10px);
    }
}

.coupon-image {
    height: 140px;
    object-fit: contain;
}

.coupon-hover-text {
    width: 80%;
    position: absolute;
    top:-17px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #BACF5A;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    opacity: 0;
}

.coupon-hover-text p{
    color: #3F3679;
    margin-bottom: 0;
    padding: 6px 12px;
    font-weight: 500;
    text-align: center;
}

.coupon-item:hover + .coupon-hover-text{
    opacity: 1;
    transition: all 0.2s ease-out;
}
.coupon-hover-text::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid #BACF5A;
    left: 46%;
    top: 33px;
    bottom: 0;
  }

  @media (min-width:992px) and (max-width:1199px) {
    .coupon-image {
        height: 180px;
    }
  }

  @media (min-width:768px) and (max-width:1199px) {
    .coupon-hover-text {
        width: 100%;
    }
  }

  @media (min-width:320px) and (max-width:375px) {
    .coupon-hover-text {
        width: 100%;
    }
  }



  /* single page variant radio button css */
  .variant-option-label {
    display: flex;
    align-items: start;
    border-radius: 0px;
    cursor: pointer;
    transition: .3s;
  }
  .variant-option-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
  }

  .variant-option-design {
    width: 15px;
    height: 15px;
    margin-top: 6px;
    background: linear-gradient(to right bottom, #89e07c, #338125);
    position: relative;
  }

  .variant-option-design::before {
    content: '';

    display: inline-block;
    width: inherit;
    height: inherit;
    border-radius: inherit;

    background: hsl(0, 0%, 82%);
    transform: scale(1.1);
    transition: .3s;
  }

  .variant-option-input:checked+.variant-option-design::after {
    content: '\2713';
    top: -1px;
    position: absolute;
    left: 3px;
    color: white;
    font-size: 12px;
    font-weight: 900;
  }

  .variant-option-input:checked+.variant-option-design::before {
    transform: scale(0);
  }

  .variant-option-text {
    color: #3e3e3e;
    font-size: 15px;
    transition: .3s;
  }

  .size-box{
    height: 35px;
    width: 40px;
    color: #000;
    border: 1px solid gray;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
  }


  /* Size box css */
  .boxed label {
    display: flex;
    height: 35px;
    width: 40px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    /* padding: 10px; */
    border: solid 2px #ccc;
    transition: all 0.3s;
    margin-right: 10px;
    cursor: pointer;
  }

  .boxed input[type="radio"] {
    display: none;
  }

  .boxed input[type="radio"]:checked + label {
    border: solid 2px #000;
  }




  .colorBoxed label {
    display: flex;
    max-height: 160px;
    width: auto;
    color: rgb(43, 21, 21);
    text-align: center;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    border: solid 2px #ccc;
    transition: all 0.3s;
    margin-right: 10px;
    cursor: pointer;
  }

  .colorBoxed input[type="radio"] {
    display: none;
  }

  .colorBoxed input[type="radio"]:checked + label {
    border: solid 2px #000;
  }

  .existing-user-validation-modal {
    background-color: white;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 15%, rgba(231,252,236,1) 100%, rgba(231,252,236,1) 100%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 230px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .variant-img-opacity{
    opacity: 0.5;
  }

  .color-box-text{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    opacity: 1 !important;
    width: 100%;
  }

 .custom-overlay {
     position: absolute;
     height: 100px;
     width: 100px;
     background-color: rgba(255, 255, 255, 0.6);
     top: 0;
 }


 .visibility-icon {
    background: none;
    border: none;
    outline: none;
    position: absolute;
    top: 14px;
    right: 4px;
    color: var(--brandColor);
 }

.qurbani-link{
    font-size: 15px;
    color: rgb(23 126 122);
    padding-right: 4px;
    padding-top: 5px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.qurbani-link:hover{
    color: rgb(133, 32, 32);
}

.qurbani-header
{
    background: rgb(84,172,68);
background: linear-gradient(90deg, rgba(84,172,68,1) 0%, rgba(253,219,150,1) 35%, rgba(254,241,206,1) 80%, rgba(84,172,68,1) 100%);

}

.qurbani-header h2{
    color: #3F3679;
    margin-bottom: 2px;
}
.qurbani-header p{

    font-size: 18px;
}
.qurbani-form{
    width: 65%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
@media screen and (max-width:1199px) {
    .qurbani-form{
        width: 80%;
    }
}
@media screen and (max-width:992px) {
    .qurbani-form{
        width: 80%;
    }
}
@media screen and (max-width:767px) {
    .qurbani-form{
        width: 98%;
    }
}

.qurbani-label{
    font-size: 18px;
}
.portion-price{
    font-size: 15px;
}
.portion-input
{
    border-color: #bebebe;
}
.qurbani-input-container{
    width: 85%;
}
.cash-input
{
    accent-color: var(--brandColor);
}


/* radio option css */
.qurbani-option-label{
    color: #3F3679;
    display: inline-block;
    line-height:18px;
    font-size: 17px;
    font-weight: bold;
  }
  .qurbani-option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 5.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    /* z-index: 1000; */
  }
  .qurbani-option-input:hover {
    background: #9faab7;
  }
  .qurbani-option-input:checked {
    background: linear-gradient(to right bottom, #89e07c, #338125);
  }
  .qurbani-option-input:checked::before {
    width: 20px;
    height: 20px;
    display:flex;
    content: '\f00c';
    font-size: 14px;
    font-weight:bold;
    position: absolute;
    align-items:center;
    justify-content:center;
    font-family:'Font Awesome 5 Free';
  }
  .qurbani-option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: linear-gradient(to right bottom, #89e07c, #338125);
    content: '';
    display: block;
    position: relative;
    z-index: 100;
  }
  .qurbani-option-input.radio {
    border-radius: 0;
  }
  .qurbani-option-input.radio::after {
    border-radius: 0;
  }

  @keyframes click-wave {
    0% {
      height: 40px;
      width: 40px;
      opacity: 0.35;
      position: relative;
    }
    100% {
      height: 200px;
      width: 200px;
      margin-left: -80px;
      margin-top: -80px;
      opacity: 0;
    }
  }

.qurbani-option-bg{
    background-color: #e4fff2b8;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}



/* geekify-radio-button-css */

.light {
    --primary: #54Ac44;
    --other: hsl(0, 0%, 14%);

  }


  /* label */
  .qurbani-payment-radio-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    cursor: pointer;
    position: relative;
  }


  /* input */
 .qurbani-payment-radio-input {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }


  /* .design */
  .qurbani-radio-design {
    width: 16px;
    height: 16px;
    border: 1px solid var(--primary);
    border-radius: 100%;
    margin-right: 12px;
    position: relative;
  }

  .qurbani-radio-design::before,
  .qurbani-radio-design::after {
    content: "";
    display: block;

    width: 14px;
    height: 14px;

    border-radius: inherit;

    position: absolute;
    transform: scale(0);
    transform-origin: center center;
  }

  .qurbani-radio-design:before {
    background: var(--primary);
    opacity: 0;
    transition: .3s;
  }

  .qurbani-radio-design::after {
    background: var(--primary);
    opacity: .4;
    transition: .6s;
  }


  /* .text */
  .qurbani-payment-text {
    color: var(--other);
    font-weight: bold;
  }


  /* checked state */
  .qurbani-payment-radio-input:checked+.qurbani-radio-design::before {
    opacity: 1;
    transform: scale(.6);
  }


  /* other states */
  .qurbani-payment-radio-input:hover+.qurbani-radio-design,
  .qurbani-payment-radio-input:focus+.qurbani-radio-design {
    border: 1px solid var(--primary);
  }

  .qurbani-payment-radio-input:hover+.qurbani-radio-design:before,
  .qurbani-payment-radio-input:focus+.qurbani-radio-design:before {
    background: var(--primary);
  }

  .qurbani-payment-radio-input:hover~.qurbani-payment-text {
    color: var(--primary);
  }

  .qurbani-payment-radio-input:focus+.qurbani-radio-design::after,
  .qurbani-payment-radio-input:active+.qurbani-radio-design::after {
    opacity: .1;
    transform: scale(2.6);
  }

  .qurbani-price-table tr td{
    padding: 5px;
    font-size: 15px;
  }

.promotion-form{
    background-color: white;
    border-radius: 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.promotion-img{
    border-radius: 0 8px 8px 0;
}

.promotion-form-input{
    border: 1px solid #cdcdcd;
}
<<<<<<< HEAD
.afterpay-placement-section {
    margin-top: -10px !important;
}
=======
>>>>>>> f66f8074489b5a170ac9636a47178048c94b90cf
