body {
    background: #e6deff;
    overflow-x: hidden;
}

/* .container {
    padding: 2em 6em;
} */

.navbar-brand img {
    max-width: 160px;
}

.cart-basket {
    font-size: .6rem;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    /* color: #761ac4;
    background-color: #fff; */
    border-radius: 50%;

    color: #fff;
    background-color: #761ac4;
}

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

.social-login-item {
    max-width: 100px;
    margin: 15px;
    color: #fff;
}

.auth-modal label, .auth-modal label a {
    font-size: 14px!important;
    margin-bottom: 5px;
    font-weight: normal;
}


.auth-modal .phone, #user-details .phone {
    z-index: 9;
}

.easy-autocomplete {
    width: 150px !important;
}

.easy-autocomplete input {
    /* border-color: #F0F0F0!important; */
    box-shadow: none!important;
}

.easy-autocomplete-container ul {
    max-height: 200px !important;
    overflow: auto !important;
}


.auth-modal input, .contact-us label {
    font-size: 14px;
}

.auth-modal input, .contact-us input {
    border-color: #F0F0F0;
}

a.forgot-password-link, a.forgot-password-phone-link {
    color: #00C3B3;
    text-decoration: none;
    font-size: 14px;
    float: right;
    padding-top: 5px;
}

.btn-purple {
    background-color: #761AC4;
    border-color: #761AC4;
}
.text-purple {
    color: #7850FF!important;
}
.btn-primary {
    /* background-color: #7850FF; */
    /* border: 1px solid #7850FF; */
    background-color: #303030;
    border: 1px solid #303030;
    color: #fff;
}

.btn-primary.disabled {
    background-color: #000;
    border-color: #7850ff1a;
}

a.signup-link, a.login-link, a.resend-otp-link {
    color: #761AC4;
    text-decoration: none;
    font-weight: 600;
}


.auth-modal .title {
    color: #761AC4;
    text-align: center;
    font-weight: bold;
    font-size: calc(1.325rem + .9vw);
}

.SignupCheckbox {
    display: flex;
    flex-flow: wrap;
    align-items: start;
    justify-content: center;
    margin-top: 5px;
}

.SignupCheckbox input {
    margin: 5px 5px 0 0;
}


.footer-container {
    margin: 0!important;
    border-radius: 0!important;
}

.footer, .copyright-panel {
    background-color: #000;
    color: #fff;
}

.hero-background {
    background-image: radial-gradient(circle at center top, #f2f2f2 23%, #FFF 53%, #e6deff 61%)
    /* radial-gradient(circle at center top, #f2f2f2 23%, #FFF 48%, #e6deff 80%); */
    /* background-image: radial-gradient(circle at center top, #f2f2f2 43%, #FFF 64%, #e6deff 78%) */
}

.hero-background img { 
    width: 100%;
}
.brand {
    width: 170px;
    min-width: 130px;
}

.brand-image {
    max-width: 130px;
}

.section.hero-section {
    padding-top: 5em;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-wrapper {
    margin-top: 30px;
}

.circle-titles {
    background-image: url(../home/images/union.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 430px;
    margin: auto;
    justify-content: start;
    align-items: center;
    top: -16%;
}

.circle-title-holder {
    background-color: transparent;
    color: #761AC4;
}

.circle-title {
    font-size: 30px;
    white-space: nowrap;
}

.circle-prompt-box {
    font-size: 20px;
}

.circles-prompt-holder {
    width: auto;
    justify-content: flex-start;
    padding-left: 10px;
    margin-top: -15px;
}

.circles-prompt-text-holder {
    width: auto;
    justify-content: center;
    align-items: center;
    margin-top: -15px;
}


.clients-holder h3 {
    font-size: 1.8em;
}

img.quincy {
    position: absolute;
    top: 6%;
    width: 80px;
}


.circle-container .center-circle {
    overflow: visible;
}
.circle-container .circle-logo {
    top: -60px;
    width: 180px;
    z-index: 2;
}

.footer-link {
    white-space: nowrap;
}

/* Whatsapp Icon */
.whatsapp {
    width: 60px;
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 99999;
    color: #fff;
}
.whatsapp:hover {
    color: #fff;
}
.whatsapp img {
    max-width: 50px!important;
}


/* Popup container - can be anything you want */
.whatsapp .popup {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #555;
    color: #fff;
    width: 230px;
    padding: 15px;
    border-radius: 10px;
}

/* The actual popup */
.whatsapp .popup .whatsapp .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

.whatsapp .popup .close {
    position: absolute;
    top: -5px;
    right: -3px;
    background: #fff;
    color: #555;
    padding: 0px 6px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
}

/* Popup arrow */
.whatsapp .popup .popuptext::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 4%;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.whatsapp .popup.show {
    display: inline-block;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

#toast-container {
    padding-top: 2em;
}

#toast-container .toast {
    opacity: .9;
    width: 400px!important;
    max-width: 100%;
    backdrop-filter: blur(5px);
}


.offer-card {
    border-radius: 10px!important;
    cursor: pointer;
}

.offer-card .box {
    height: 230px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.event-card:hover {
    transform: translateY(-0.3333333333rem);
    box-shadow: 0 0.5rem 2rem 0 rgba(33,40,50,.25)!important;
    /* color: inherit; */
}
.offer-card:hover .offer-detail-container {
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.offer-card .cut {
    display: none;
    transition: display 1s ease-out;
}

.offer-detail-container s {
    font-size: .7em;
}
#discover {
    min-height: 105vh;
}
.discover-card .offer-detail-container {
    position: absolute;
    /* top: 0; */
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, #200039 0%, rgba(31, 2, 53, 0.29) 60%);
    color: #fff;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    font-weight: 400;
}

.discover-card:hover .offer-detail-container {
    background-color: transparent;
}

@media screen and (max-width:1150px) and (min-width:990px) {
    .footer-link-holder {
        flex-direction: column;
        justify-content: start;
    }
    
    .circle-container .circle-logo {
        top: -20px;
    }
}

.nav-menu .nav-link {
    font-weight: 500;
}

.button {
    background-image: none;
    padding: 0.7em 1em;
    font-size: 16px;
    transition: background-color .3s, transform .5s cubic-bezier(.175, .885, .32, 1.275);
}

.login-btn {
    border-width: 2px;
    border-radius: 16px;
    backdrop-filter: blur(10px);
}

.login-btn:hover {
    border-color: #212121!important;
    color: #fff;
    transform: scale(1.05);
}

.text-purple {
    color: #761AC4;
}

.nav-menu-container {
    background: transparent!important;
}

.title-clean {
    /* font-size: 50px; */
    font-weight: 500;
}

.title-clean.dimmed {
    /* font-size: 43px; */
    font-weight: 500;
}

.grey-cards-wrapper, .small-cards {
    border: 2px solid #fff;
    background: linear-gradient(268.14deg, #e6deff 0%, #FFFFFF 29.63%, #e6deff 99.79%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
    /* background-image: linear-gradient(268.14deg, rgba(255, 255, 255, 0.2) 0%, #fff 29.63%, #e6deff 99.79%),linear-gradient(0deg, #FFFFFF, #FFFFFF); */
}

.grey-cards-wrapper .grey-card-image-holder {
    padding-left: 1.3em;
    padding-bottom: 2em
}

.quincy2 {
    height: 150px;
    margin-right: 8%;
}

.drops-section-holder {
    padding: 30px 0!important;
}

.small-cards {
    width: 50%;
    padding-top: 40px;
    grid-row-gap: 40px;
    overflow: hidden;
}

.small-card-text small {
    color: #000;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5em;
    display: inline-block;
}

.small-cards-content-holder {
    padding-bottom: 0;
}

.small-cards-image-holder {
    margin: auto;
    text-align: center;
}
.offer-card, .offer-card img {
    height: auto!important;
    /* max-height: 100vh; */
    border-radius: 0!important;
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;
    /* height: 350px!important;
    max-height: 100vh;
    border-radius: 10px;
    object-fit: cover; */
}

.compare-img {
    width: 30px!important;
}

/* .offer-card p {
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
} */

.offer-card .box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
  }
  
  .offer-card .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: -100%;
    transition: 0.5s;
    padding: 15px;
    cursor: pointer;
    font-size: 18px;
    color: white;
    border-radius: 5px;
  }
  
  .offer-card .box:hover .overlay {
    bottom: 0;
  }

  .offer-card .overlay .overlay-btn {
    position: absolute;
    bottom: 0;
    margin-bottom: 1em;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 1em;
}

.offer-card .overlay .overlay-btn span {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    background-color: transparent;
    padding: 0.5em 1em;
    margin-right: 1em;
}

.offer-card .overlay .overlay-btn span:hover {
    /* position: absolute; */
    /* bottom: 0; */
    /* margin-bottom: 2em; */
    background-color: #fff;
    color: #000;
}

.offer-card .offer-name {
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    display: block;
}

.offer-card .card-btns {
    position: absolute;
    top: 1em;
    left: 0;
    display: flex;
    z-index: 3;
    justify-content: space-between;
    padding: 0 1em;
    display: none;
}

ul.list-inline li {
    padding-top: 5px;
}

.blockUI.blockOverlay {
    background-color: #f8f9fa!important;
    z-index: 1045!important;
}
.blockMsg.blockPage.blockUI {
    border: none!important;
    background-color: transparent!important;
}
.blockMsg.blockPage.blockUI img {
    max-width: 150px;
}

.offer-search-title {
    font-weight: bold;
    font-size: 1.15rem;
}
.offer-search-sidebar {
    border-right: 1px solid #eee;
}

.loading-img {
    width: 120px;
    margin: auto;
    display: block;
    margin-top: 100px;
    margin-bottom: 100px;
}

.btn-primary {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.btn-outline-primary {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background-color: #000;
    /* border: 1px solid #000; */
    color: #fff;
    box-shadow: 0 0 0 0.25rem rgba(150, 29, 202, .2)!important;
}

.rating-star {
    background: #00C3B3;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 2px;
    display: flex;
}

.rating-star i {
    font-size: 10px;
    padding-left: 2px;
    padding-top: 2px;
}


.owl-nav {
    top: 45%;
    position: absolute;
    width: 94%;
    justify-content: space-between;
    display: flex;
    height: 0;
    align-items: center;
    left: 3%;
}

.owl-nav button span{
    padding: 10px 20px;
    border-radius: 50%;
    background: linear-gradient(180deg, #646464 0%, #000000 100%);
    font-size: 1.5em;
    line-height: 1;
    color: #fff;
}

.owl-nav button {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 8px;
}

.owl-nav button::after {
    height: 2rem;
    font-size: 15px;
    padding-top: 5px;
}
/* 
.owl-dots {
    display: none;
} */


/* The container */
.offer-card .checkbox {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
   .offer-card .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .offer-card .checkbox .checkmark {
    position: absolute;
    top: -5px;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: #eee;
    border-radius: 5px;
  }
  
  .owl-carousel.offers .offer-card .checkbox .checkmark {
    top: -18px;
  }
  /* On mouse-over, add a grey background color */
   .offer-card .checkbox:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
   .offer-card .checkbox input:checked ~ .checkmark {
    background-color: #761AC4;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .offer-card .checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
   .offer-card .checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .offer-card .checkbox .checkmark:after {
    left: 10px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 1px;
  }

  
.offer-card .offer-btns {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000D3 100%) 0% 0% no-repeat padding-box;
}

.offer-card .offer-btns .btns {
    position: absolute;
    bottom: 15px;
    width: 90%;
}

/* .btn-compare {
    font-size: .9em;
    padding: 2px 5px;
} */

.section.white-background-section, 
.cta-container {
    background-color: transparent;
}

.cta-title-holder {
    text-align: center;
    width: 650px;
    max-width: 100%;
}

.cta-title-holder .title-clean.dimmed {
    font-size: 19px;
    width: 75%;
    margin: 1em auto;
    opacity: 1;
}

.cta-content-holder .cta-wrapper {
    width: 650px;
    max-width: 100%;}

.cta-content-holder {
    padding: 0;
}

.cta-holder {
    padding: 30px 0;
}

.btn-planning {
    padding: 10px 20px;
    color: #fff;
    border-radius: 16px;
    background: linear-gradient(180deg, #535353 0%, #000000 100%);
}
.btn-planning:hover {
    color: #fff;
}

.clients-holder {
    background: #171717;
    border-radius: 16px;
}
.clients-holder .cta-container {
    color: #fff;
    display: flex;
    padding-top: 40px;
}
.clients-holder .cta-container .card-holder {
    width: 50%;
}
.clients-holder .card-content {
    position: relative;
    height: 70vh;
    margin-bottom: 30px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    background: radial-gradient(74.02% 42.16% at 50% 57.84%, #331A7A 0%, #522AC3 53.42%, #AE94F6 100%),
        linear-gradient(106.87deg, #8258D6 4.48%, #AF87FF 80.17%);
}
.clients-holder .card-content .content {
    position: absolute;
    top: 60px;
    width: 100%;
}

.clients-holder .card-content h5 {
    color: #FFFFFF80;
    max-width: 90%;

}

.client-quincy {
    position: absolute;
    bottom: 0;
    height: 55%;
}

.client-carousel {
    background-color: #fff;
}
.client-carousel img {
    height: 40px;
    width: auto !important;
    max-width: 80%;
    margin: 1em 0;
}

#testimonials .cta-title-holder .title-clean {
font-size: 2rem;
}

#testimonials .card {
    margin: 5px;
    border: 2px solid #fff;
    border-radius: 16px;
    box-shadow: none !important;
    background: linear-gradient(268.14deg, #e6deff 0%, #FFFFFF 29.63%, #e6deff 99.79%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
    overflow: hidden;
}

/* #testimonials .card.testimonial1 {
    max-height: 70vh;
}
#testimonials .card.testimonial2,
#testimonials .card.testimonial3 {
    max-height: 30vh;
} */
#testimonials .card img {
    border-radius: 16px;
    max-height: 172px;
}
.card.testimonial3 img {
    width: 40px;
    height: 40px;
}
#testimonials .card-text {
    max-height: 100px;
    overflow: hidden;
    font-size: 15px;
}
.testimonial3 .card-text {
    max-height: 120px!important;
    margin-bottom: 6px;
}
.grid-last .testimonial3 .card-text {
    max-height: 190px!important;
    margin-bottom: 13px;
}

#testimonial .owl-carousel .owl-item img {
    height: 100%;
    object-fit: cover;
}

/* .infinite-ai-images-grid, .infinite-ai-images-grid.ai-images-grid-footer {
    width: 450%;
} */

.infnite-image {
    height: 45vh;
}

.infinite-link {
    position: relative;
}

.infinite-title {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    max-width: 80%;
    white-space: normal;
    text-align: center;
    backdrop-filter: blur(6px);
    padding: 0.3em;
    border-radius: 16px;
    border: 1px solid #fff;
    top: 40%;
    left: 10%;
    right: 10%;
}

.circle-image-parent {
    cursor: pointer;
}

.c-title {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    max-width: 80%;
    white-space: normal;
    text-align: center;
    backdrop-filter: blur(6px);
    padding: 0.3em;
    border-radius: 16px;
    border: 1px solid #fff;
}

.nav-menu-container .md-btn {
    display: none;
}
@media (min-width: 991px) {
    .nav-menu {
        border-radius: 100px;
        border: 2px solid #fff;
        background: #EBEBEB80;
        padding: 0 1em;
        backdrop-filter: blur(10px);
    }
    
    .title-clean {
        font-size: 45px;
    }
    .title-clean.dimmed {
        font-size: 38px;
    }
    
    .grey-cards-wrapper .grey-card-image-holder .card-title-holder h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .circle-container .circle-logo {
        top: 0;
    }
    .nav-menu-container {
        padding-left: 0!important;
    }

    .nav-menu-container .buttons {
        display: none!important;
    }

    .nav-menu-container .md-btn {
        display: block!important;
    }

    .menu-button.w-nav-button {
        padding: 0!important;
    }
    
    .title-clean {
        font-size: 40px;
    }
    .title-clean.dimmed {
        font-size: 35px;
    }

    .grey-cards-wrapper .grey-card-image-holder .card-title-holder h2 {
        font-size: 34px;
    }
    .grey-card-image-holder {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) { 
    .infnite-image {
        max-height: 30vh;
    }
    .clients-holder .card-content {
        border-top-right-radius: 0;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        height: 45vh;
        margin-bottom: 0;
    }
    .circle-sticky {
        padding-top: 25%!important;
        top: 10%!important;
    }
    .circle-titles {
        height: 15%;
        top: -12%;
    }
    .social-login-item {
        margin: 10px;
    }
    .circle-container .circle-logo {
        top: 18px;
    }  
    /* .container {
        padding: 2em;
    } */
    .title-clean {
        font-size: 35px;
    }
    .title-clean.dimmed {
        font-size: 30px;
    }
    #trending-offers .singleCard {
        padding: 1rem;
    }
    .small-cards {
        width: 100%;
    }


    .clients-holder .cta-container {
        flex-direction: column-reverse;
    }

    .clients-holder .cta-container .card-holder {
        width: 100%;
    }

    .clients-holder .client-quincy {
        display: none;
    }

    .clients-holder h3 {
        font-size: 2em;
    }


    
    #testimonials .row .card-body {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    #testimonials .row .card-body .col-5.p-0,
    #testimonials .row .card-body .col-7.rowFlex.shadow {
        width: 100%;
    }

    #testimonials .row {
        display: flex;
        flex-direction: column-reverse;
    }

    #testimonials .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 16rem;
        object-fit: cover;
    }

}

@media screen and (min-width: 575px) {  
    .offer-card:not(.event-card):hover {
        position: absolute;
        width: 91%;
        z-index: 3;
    }  
    .offer-card:hover .cut {
        display: block;
    }
}

@media screen and (max-width: 479px) {
    .banner-link .head {
        flex-direction: column;
    }
    .banner-link .head h6 {
        font-size: 15px;
    }
    .banner-link .title {
        padding-top: 1em;
        font-size: 23px;
    }
    .grey-cards-wrapper .grey-card-image-holder .card-title-holder h2 {
        font-size: 24px;
    }
    .circle-sticky {
        padding-top: 30%!important;
        top: 30%!important;
    }
    .circle-titles {
        height: 15%;
        top: -20%;
        width: 90%;
    }
    img.quincy {
        position: absolute;
        top: -3%;
        width: 70px;
    }

    .grey-cards-holder {
        margin-top: 50px;
    }
    .title-clean {
        font-size: 29px;
    }
    .title-clean.dimmed {
        font-size: 23px;
    }
    .clients-holder h3 {
        font-size: 1.4em;
    }
    .clients-holder .card-content .content {
        top: 0;
    }
    
    #testimonials .cta-title-holder .title-clean {
        font-size: 1.7rem;
        margin-bottom: 20px;
    }
    #testimonials .cta-title-holder p {
        padding: 0 20px;
    }
}

.banner-link {
    position: relative;
    width: 100%;
    display: block;
    margin-top: 3em;
}


.banner-link .title-holder {
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px 10%;
    text-align: center;
}
.banner-link .title {
    width: 380px;
    max-width: 100%;
}

.banner-link .head {
    position: absolute;
    top: 0;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 8%;
    text-align: center;
}
.banner-link .head h6 {
    font-size: 18px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* padding: 0 20px; */
}
.banner-link img {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    object-fit: cover;
}


.icetab {
	display: inline-block; 
  /* display: contents; */
  width: auto;
  height: auto;
  margin: 0px;	
  font-size: 1em;
  color: #808080;
  cursor: pointer;
}

#icetab-content {
	overflow: hidden;
	position: relative;
    padding: 1em .5em;
}

.tabcontent {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #fff;
	width: 100%;
	border-top: 0px;
	border-top: 0px;
	transform: translateY(-100%);
	-moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.tabcontent.tab-active{
	border-top: 0px;
	display: contents ;
	transform: translateY(0%);
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
}

.tabcontent{
	padding: 20px;
}
.icetab{
	/* padding: 20px; */
	text-transform: uppercase;
	letter-spacing: 1px;
    text-align: center;
    display: inline;

}
.current-tab{ 
    color: #D3002D;;
    text-align: center;
    justify-content: center;
    position: relative;
    padding-bottom: 1em;
    font-weight: 600;
    border-bottom: 3px solid #D3002D;;
}

#icetab-container{
    /* border-bottom: 1px solid #f0f0f0; */
    display: inline-flex;
    padding-top: 1em;
}

.input-material {
    position: relative;
    margin: 1em 0;
    /* textarea label */
}
.input-material label {
    color: #00000099;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    pointer-events: none;
    left: 1.5em;
    /* top: 10px; */
    top: 10%;
    height: 60%;
    /* background-color: #fff; */
    display: flex;
    align-items: center;
    
    transition: 0.1s ease all;
    -moz-transition: 0.1s ease all;
    -webkit-transition: 0.1s ease all;
    /* backdrop-filter: blur(120px); */
    padding: 0 5px;
    max-width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.input-material textarea.form-control~label {
    bottom: 90%;
    bottom: calc(100% - 38px);
}

.input-material .form-control,
.input-material .form-select {
    /* border: none;
    border-bottom: 2px solid #ced4da; */
    border-radius: 5px;
    background-color: transparent;
    padding-left: 1em;
    box-shadow: none;
    height: 56px;
    /* required fields */
    /* active state */
    /* invalid state */
}

.select2-container--default .select2-selection--single {
    border-color: #7850FF!important;
}

.select2-selection .select2-selection--single[aria-expanded="true"],
.select2-container--default .select2-selection--single {
    border-top: none!important;
}

.input-material .form-control:required~label::after,
.input-material .form-select:required~label::after,
.input-material:has(> .form-control:required) label::after {
    content: "*";
    color: #dc3545;
    padding-left: 2px;
    font-size: 0.8em;
}

.input-material .form-control:focus,
.input-material .form-control[value]:not([value=""]),
.input-material .form-select:focus,
.input-material .form-select[value]:not([value=""]) {
    border-color: #7850FF;
    color: #000;
}

.input-material .form-control:focus~label,
.input-material .form-control[value]:not([value=""])~label,
.input-material .form-select:focus~label,
.input-material .form-select[value]:not([value=""])~label,
.input-material:has(.form-control:focus) label,
.input-material:has(.form-control[value]:not([value=""])) label {
    top: unset;
    bottom: 100%;
    bottom: calc(100% - 8px);
    font-size: 14px;
    color: #7850FF;
    font-weight: 500;
    height: auto;
    /* background-color: #fff!important; */
}

.input-material .form-control:focus.invalid,
.input-material .form-control.invalid,
.input-material .form-control:focus.parsley-error,
.input-material .form-control[value]:not([value=""]).parsley-error,
.input-material .form-select:focus.invalid,
.input-material .form-select.invalid,
.input-material .form-select:focus.parsley-error,
.input-material .form-select[value]:not([value=""]).parsley-error {
    border-color: #dc3545;
}

.input-material .form-control:focus.invalid~label,
.input-material .form-control.invalid~label,
.input-material .form-control:focus.parsley-error~label,
.input-material .form-control[value]:not([value=""]).parsley-error~label,
.input-material .form-select:focus.invalid~label,
.input-material .form-select.invalid~label,
.input-material .form-select:focus.parsley-error~label,
.input-material .form-select[value]:not([value=""]).parsley-error~label {
    color: #dc3545;
}

.input-material .form-select {
    background-position: right 1em center;
    padding-left: 1em;
}

.input-material .parsley-errors-list {
    color: #dc3545;
    list-style: none;
    font-size: 0.7em;
    padding-left: 5px;
    position: absolute;
    top: 107%;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.input-material > .form-control + label::after, 
.input-material > .form-select + label::after,
.input-material:has(.form-control[value]:not([value=""])) label::after {
    flex-grow: 1;
    margin-left: 5px;
    border-right: 1px solid transparent;
    border-radius: 0 5px;
}

.input-material > .form-control + label::before, 
.input-material > .form-select + label::before,
.input-material:has(.form-control[value]:not([value=""])) label::before {
    /* flex-grow: 1; */
    margin-right: 5px;
    border-left: 1px solid transparent;
    border-radius: 5px 0;
    /* border-top-left-radius: 21px; */
}

.input-material > .form-control:focus + label::before, 
.input-material > .form-control[value]:not([value=""]) + label::before, 
.input-material > .form-control:focus + label::after, 
.input-material > .form-control[value]:not([value=""]) + label::after, 
.input-material > .form-select:focus + label::before, 
.input-material > .form-select[value]:not([value=""]) + label::before, 
.input-material > .form-select:focus + label::after, 
.input-material > .form-select[value]:not([value=""]) + label::after,
.input-material:has(.form-control[value]:not([value=""])) label::before,
.input-material:has(.form-control[value]:not([value=""])) label::after  {
    content: "";
    display: block;
    box-sizing: border-box;
    margin-top: 6px;
    border-top: solid 1px;
    border-color: #7850FF;
    min-width: 10px;
    height: 8px;
    pointer-events: none;
    box-shadow: inset 0 1px transparent;
    transition: border-color 0.2s, box-shadow 0.2s;
}


.input-material .form-control:focus, 
.input-material .form-control[value]:not([value=""]), 
.input-material .form-select:focus, 
.input-material .form-select[value]:not([value=""]) {
    border-top-color: transparent;
}

.input-material label {
    width: 80%;
    left: 0;
    padding: 0;
    line-height: 15px;
    margin: 0 1em;
    background-color: transparent;
    backdrop-filter: none;
}

.input-material > .form-control:focus + label, 
.input-material > .form-control[value]:not([value=""]) + label, 
.input-material > .form-select:focus + label, 
.input-material > .form-select[value]:not([value=""]) + label,
.input-material:has(.form-control[value]:not([value=""])) label {
    width: 100%;
    min-width: 100%;
    margin: 0;
}

.text-hr {
    display: flex;
    align-items: center;
    font-family: sans-serif;
    width: 100%;
    margin: 15px auto;
    color: #444;
  }
  .text-hr__text {
    padding-right: 15px;
  }
  .text-hr__text:not(:first-child) {
    display: none;
  }
  .text-hr::after {
    flex: 1;
    background: #D6C7FF;
    content: "";
    height: 1px;
  }
  .text-hr--center::before {
    flex: 1;
    background: #D6C7FF;
    content: "";
    height: 1px;
  }
  .text-hr--center .text-hr__text {
    padding: 0 15px;
  }



  .otc {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.otc fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

.otc fieldset div {
	display: flex;
	align-items: center;
}

.otc input[type="number"] {
	width: 15%;
	line-height: 1;
	margin: .1em;
	padding: 8px 0 4px;
	font-size: 2.65em;
	text-align: center;
	appearance: textfield;
	-webkit-appearance: textfield;
	border: 2px solid #DEDEDE;
	color: #000;
	border-radius: 4px;
}

.otc input::-webkit-outer-spin-button,
.otc input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* 2 group of 3 items */
.otc input[type="number"]:nth-child(n+4) {
	order: 2;
}
.otc .otc div::before {
	content: '';
	height: 2px;
	width: 24px;
	margin: 0 .25em;
	order: 1;
	background: #761AC4;
}





.aside-header {
    box-shadow: 0 2px 4px 0 #e9e9eb;
}

.aside-footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 20px;
    box-shadow: 0 -2px 4px 0 #e9e9eb;
}
.aside {
    min-width: 350px;
    width: 15%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    border-right: 1px solid #333;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 1050;
    width: 0px;
    min-width: 0px;
    overflow: hidden;
    transition: 0.35s width ease, 0.35s min-width ease;
}

.aside.in {
    width: 20%;
    min-width: 380px;
}

.right-aside {
    right: 0px;
    left: auto;
}

.aside .aside-header {
    padding: 30px 40px;
}

.aside .aside-header .close {
    float: left;
    cursor: pointer;
    font-size: 20px;
    margin-right: 15px;
}

.aside .aside-contents {
    padding: 40px;
    padding-top: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 10px;
}

.aside-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    transition: 0.2s opacity ease;
    opacity: 0;
    display: none;
}

.aside-backdrop.in {
    display: block;
    opacity: 0.5;
}

.aside-tit {
    font-weight: 700;
    color: #282c3f;
    font-size: 20px;
    margin-bottom: 0px;
}
.or {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.or::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0px;
    bottom: 0px;
    right: 68%;
    height: 1px;
    background: #d8d8d8;
    z-index: -1;
}
.or::after {
    content: '';
    position: absolute;
    top: 9px;
    left: 68%;
    bottom: 0px;
    right: 0px;
    height: 1px;
    background: #d8d8d8;
    z-index: -1;
}



.product-card .add-to-card,
.product-card .select-btn,
#sidebar-product-form .add-to-card,
#sidebar-product-form .select-btn {
    text-decoration: none;
    color: #7850FF;
    display: block;
    padding: 5px 0;
    text-align: center;
    border: 1px solid #7850FF;
    border-radius: 5px;
    width: 90%;
    margin: auto;
}
.product-card .add-to-card:hover,
.product-card .select-btn:hover,
#sidebar-product-form .add-to-card:hover,
#sidebar-product-form .select-btn:hover {
    color: #fff;
    background-color: #7850FF;
}


.rating-star {
    background: #00C3B3;
    color: #fff;
    font-size: 12px;
    padding: 1px 3px;
    border-radius: 2px;
    display: flex;
}

.rating-star i {
    font-size: 10px;
    padding-left: 2px;
    padding-top: 3px;
}

#item-info .rating-star {
    bottom: 10px;
    position: absolute;
    left: 10px;
    background: #00c3b3;
    color: #fff;
    padding: 0 5px;
    border-radius: 2px;
}

label.required:after {
    content: "*";
    /* color: red; */
    /* color: #dc3545; */
    padding-left: 2px;
    font-size: 0.8em;
}

.accordion-button:not(.collapsed) {
    color: #825dff;
    box-shadow: none;
}

.accordion-button {
    font-size: 16px;
}


@media screen and (max-width: 575px) {
    .banner-link .head {
        flex-direction: column;
    }
    .banner-link .head h6 {
        font-size: 15px;
    }
    .banner-link .title {
        padding-top: 1em;
        font-size: 23px;
    }
}