@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

/* font exo for header banner */
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@1,600;1,700;1,800;1,900&display=swap');

body {
    --yellow: #F8D323;
    --condensedRoboto: 'Roboto Condensed', sans-serif;
    --fontRoboto: 'Roboto', sans-serif;
    --brandColor: #ff6217;
    --headerColor: #363e51;
    --hoverColor: #363e51;
    --secondaryColor: #00adcf;
}

h1, h2, h3, h4, h5, h6, td, label, textarea{
    font-family: var(--condensedRoboto) !important;
  }

  p{
    font-family: var(--fontRoboto) !important;
    font-size: 15px;
  }

.theme-color {
    color: #ff6217;
}

.brand-color{
    color: #ff6217 !important;
}

.bg-secondary-theme {
    background-color: var(--headerColor);
}

.header-color {
    color: var(--headerColor);
}

.subheading {
    color: var(--headerColor) !important;
}

.sub-menu-text {
    color: #3f3679;
    font-weight: 600;
    text-transform: uppercase;
    font-size:14px
}
/* --------------------- Top dark nav css start ------------------ */
/* .country-none {
    position: absolute;
    top: -50px;
    z-index: -1;
} */
.top-dark-nav {

    /* height: 50px; */
    transition: scroll 0.5s ease-in;
    visibility: visible;
    opacity: 1;
    padding: 8px 0;
}

.hide-on-scroll {
    visibility: visible;
    /* opacity: 0; */
    transition: visibility 0s linear;
}

.scroll-nav {
    top: -47px !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: 36px;
}

.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: 32px !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 {
    color: #3F3679;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    padding: 0 20px;
}

.country-tag-name:hover{
    color: #ff6217;
}

.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: #ebe7e7;
}




.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: 80px;
    width: 80px;
    border: 1px solid #ff6217;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.main-category-icon:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.main-category-icon img {
    height: 50px;
    width: 50px;
}



.main-category-item p {
    color: #363e51;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0;
}

.main-category-item:hover .main-category-icon {
    background-color: #fff;
}


@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 {
    font-size: 20px;
    font-weight: 600;
}

.services-container {
    /* box-shadow: 2px 3px 5px rgb(218, 218, 218); */
    position: relative;
}

.services-img {
    /* height: 90px; */
}

@media (min-width:768px) and (max-width:991.98px) {
    .services-img {
        height: 60px;
    }
    .services-title {
        font-size: 18px;
        font-weight: 500;
    }
}

@media (min-width:500px) and (max-width:767.98px) {
    .services-img {
        height: 40px;
    }
    .services-title {
        font-size: 18px;
        font-weight: 500;
        line-height: 16px;
    }
}

@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: var(--brandColor);
    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;
  }

  .afterpay-payment-icons{
    width: 70px;
  }

  .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: var(--brandColor);
    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, #ff6217, #ff6217);
    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: #ff743817;
    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: 350px;
    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(max-width:1599px) {
    .customer-dashboard-category {
        width: 300px;
    }
}
@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, #f79e75, #ff6217);
    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;
      padding: 10px;
  }

  .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);
 }

 /* .privacy-header {
     border-radius: 6px 6px 0 0;
     box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
 }

 .body-container {
     background-color: white;
     border-radius: 0 0 6px 6px;
     box-shadow: rgba(0, 0, 0, 0.16) 0px 0 4px;
 } */


 .state-submit-btn {
     background-color: var(--brandColor);
     border: 1px solid var(--brandColor);
 }

 .state-submit-btn:focus{
     background-color: var(--brandColor);
 }

 .category-slider .slick-arrow{
     /* display:  none !important; */
 }
.category-bg-one {
    background: linear-gradient(90deg, #05FBCF -3.54%, #C3F5EC 87.25%);
    height: 150px;
}
.category-bg-two {
    background: linear-gradient(90deg, #F26322 -3.54%, #EABE6A 87.25%);
    height: 150px;
}
.category-bg-three {
    background: linear-gradient(90deg, #80FF00 -3.54%, #CCE1C0 87.25%);
    height: 150px;
}

.category-bg-four {
    background: linear-gradient(90deg, #29AAE1 -3.54%, #C6E0EB 87.25%);
    height: 150px;
}

.category-card-title {
    color: rgb(32, 32, 32);
    font-weight: 600;
    margin-top: 5px;
}
.category-slider-img-wrapper {
    height: 90px;
    display: flex;
    align-items: center;
}

.slider-arrow {
    background-color: #EFEFEF;
    color: var(--brandColor);
    border-radius: 0;
    font-size: 25px;
    padding: 5px 8px !important;
    transition: all 0.3s ease;
}

.img-top{
    display: none;
}
.slider-arrow:hover {
    background-color: var(--brandColor);
    content: 'f047';
    color: white;
    transition: all 0.3s ease;
}
.slider-arrow:hover .img-top{
display: block;

    transition: all 0.3s ease;
}
.slider-arrow:hover .img-bottom{
display: none;

    transition: all 0.3s ease;
}

/* to disable Microsoft edge browser reveal password icon */
input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.custom-carousel-indicators{
    bottom: 16px !important;
}

.custom-carousel-indicators li{
    height: 2px !important;
    width: 70px !important;
    border: none !important;
    border-radius: 0 !important;
}

@media (max-width:991px){
    .custom-carousel-indicators{
        bottom: 0 !important;
    }
    .custom-carousel-indicators li{
        width: 50px !important;
    }
}
