:root{
    --ecomprei-challenge: #43D7E5;
}

.bg-ecomprei {
    background-color: var(--bs-blue);
}

.bg-ecomprei-green {
    background-color: var(--ecomprei-green)
}

.bg-ecomprei-purple {
    background-color: var(--ecomprei-purple);
}

.bg-ecomprei-red{
    background-color: var(--ecomprei-red);
}

.bg-ecomprei-orange {
    background-color: var(--ecomprei-orange);
}

.bg-ecomprei-yellow {
    background-color: var(--ecomprei-yellow);
}

.bg-custom-title {
    background-color: #0089CF;
    color: rgb(255, 255, 255);
    padding: 10px;
    padding-left: 16px;
    margin: -16px;
    font-size: large;
    border-bottom: solid;
    border-color: #B3E575;
}

.input-custom-primary {
    background-color: #0089CF;
    color: rgb(255, 255, 255);
    border: solid;
    border-color: #B3E575;
}

.btn-custom-primary {
    background-color: #0089CF;
    color: rgb(255, 255, 255);
    border: solid;
    border-color: #B3E575;
    padding: 10px 15px;
}

.btn-custom-primary > button {
    color: #97ca65;
    background-color: #97ca65;
}

.new-accordion-button-collapse::after {
    color: #0089CF;
    background-color: #B3E575;
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 3px;
    margin-right: 10px;
    top: 30px !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%230089CF' stroke-width='1' fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.cart-brand-tag-collapse {
    background-color: #97CA64;
    justify-content: space-between;
    height: 25px;
    width: fit-content;
    margin-bottom: 0.5rem;
}

.cart-product-invalid{
    background-color: #FFF9E4 !important;
    opacity: 80%;
}

.cart-product-invalid-tab{
    background-color: #efebd5 !important;
}

.border-ecomprei {
    border-color: var(--bs-blue) !important;
}

.border-ecomprei-green {
    border-color: var(--ecomprei-green) !important;
}

.border-ecomprei-purple {
    border-color: var(--ecomprei-purple) !important;
}

.border-ecomprei-red{
    border-color: var(--ecomprei-red) !important;
}

.border-ecomprei-orange {
    border-color: var(--ecomprei-orange) !important;
}

.border-ecomprei-yellow {
    border-color: var(--ecomprei-yellow) !important;
}


.text-ecomprei {
    color: var(--bs-blue)
}

.text-ecomprei-green {
    color: var(--ecomprei-green)
}

.circle-with-text {
    display: flex;
    align-items: center;
}

.circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    background-color: var(--ecomprei-green);
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-container {
    margin-left: 10px;
}

.main-text {
    font-size: 16px;
    margin: 0;
}

.secondary-text {
    font-size: 12px;
    margin: 0;
}

.text-ecomprei-purple {
    color: var(--ecomprei-purple);
}

.text-ecomprei-red{
    color: var(--ecomprei-red);
}

.text-ecomprei-orange {
    color: var(--ecomprei-orange);
}

.text-ecomprei-yellow {
    color: var(--ecomprei-yellow);
}

.bg-outline-ecomprei {
    background-color: transparent !important;
    color: var(--bs-blue);
    border: 1px solid var(--bs-blue);
}

.cursor-pointer {
    cursor: pointer !important;
}

.img-product {
    object-fit: cover;
    width: 125px;
    object-position: center;
}

.industry-cart-image{
    margin-top: -26px;
    width: 70px;
    height: 70px;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
    border-radius: 5px;
}

.fs--2 {
    font-size: 0.6944444444rem !important;
}

.fs--1 {
    font-size: 0.8333333333rem !important;
}

.input-group .btn-minus {
    /*background: #e74c3c;*/
}

.input-group .btn-plus {
    /*background: #2ecc71;*/
}

.accordion-distributor::after {
    position: absolute;
    right: 8px !important;
    top: 8px !important;
}

.accordion-distributor-cart-detail::after {
    position: absolute;
    right: 13px !important;
    top: 35px !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0px;
}

.steps-light .step-item.active .step-count, .steps-light .step-item.active .step-progress {
    color: #fff;
    background-color: var(--ecomprei-green);
}

.steps-light .step-count, .steps-light .step-progress {
    color: #485268;
    background-color: #fff;
}

.product-badge.product-unavailable {
    background-color: #fea569;
    color: #fff;
}

.product-badge.product-unavailable::after {
    border-color: rgba(66, 214, 151, 0);
    border-bottom-color: #bd7f54;
}

.bg-ecomprei-accent {
    background-color: var(--ecomprei-green) !important;
}

.cart-body {
    background-color: #f3f3f3b3 !important;
}

.btn-ecomprei-accent {
    background-color: var(--ecomprei-green);
    color: #fff;
}

.btn-ecomprei-accent:hover {
    background-color: var(--ecomprei-green);
    border-color: #97ca65;
    color: #fff !important;
}

.btn-alphabet {
    background-color: transparent;
    border-color: var(--ecomprei-blue-light);
    color: #fff !important;
    width: 30px;
    height: 35px;
    margin: 2px;
}

.btn-alphabet:hover {
    background-color: var(--ecomprei-blue-light);
}

.btn-ecomprei-red {
    background-color: var(--ecomprei-red);
    color: #fff;
}

.btn-ecomprei-red:hover {
    background-color: #de1544;
    border-color: #de1544;
    color: #fff !important;
}

.btn-ecomprei-orange {
    background-color: var(--ecomprei-orange);
    color: #fff;
}

.btn-ecomprei-orange:hover {
    background-color: #e5702c;
    border-color: #e5702c;
    color: #fff !important;
}

.btn-ecomprei-white {
    background-color: #fff;
    color: #333;
}

.btn-ecomprei-white:hover {
    background-color: #f3f3f3;
    border-color: #333;
    color: #333 !important;
}

.btn-ecomprei-purple {
    background-color: var(--ecomprei-purple);
    color: #fff;
}

.btn-ecomprei-purple:hover {
    background-color: #6f4294;
    border-color: #6f4294;
    color: #fff !important;
}

.btn-ecomprei-outline-purple {
    border-color: var(--ecomprei-purple);
    color: var(--ecomprei-purple);
}

.btn-ecomprei-outline-purple:hover {
    background-color: #6f4294;
    border-color: #6f4294;
    color: #fff !important;
}

.avatar {
    position: relative;
    display: inline-block;
}

.avatar-md {
    height: 2.4rem;
    width: 2.4rem;
}

.avatar-xl {
    height: 3rem;
    width: 3rem;
}

.avatar img {
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar img, .avatar .avatar-name {
    width: 100%;
    height: 100%;
}

.avatar img {
    display: block;
}

.avatar-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.text-underline:hover {
    text-decoration: underline !important;
}

.disabledtag {
    pointer-events: none;
    opacity: 0.4;
}

.disabledtag2 {
    pointer-events: none;
    opacity: 0.7;
}

.nav-link.dropdown-toggle:after{
    display: inline-block !important;
    margin-left: 0.23375rem !important;
    vertical-align: 0.23375rem !important;
    content: "" !important;
    border-top: 0.275rem solid !important;
    border-right: 0.275rem solid transparent !important;
    border-bottom: 0 !important;
    border-left: 0.275rem solid transparent !important;
}


.navbar .megamenu{ padding: 1rem; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0; max-width: 1280px; }

}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }

  .cart-collapse-tag-manager.user-no-authenticated {
    display: none;
  }
}

ul {
    list-style-type: none;
   }
.icon-payment-footer {
    height: 2.1rem;
    width: 2.3rem;
    background-size: 2.1rem !important;
}

.icon-american-express-card {
    background: url(../img/ecomprei/icons/american.png) no-repeat center 0;
}

.icon-elo-card {
    background: url(../img/ecomprei/icons/elo.png) no-repeat center 0;
}

.icon-master-card {
    background: url(../img/ecomprei/icons/master.png) no-repeat center 0;
}

.icon-visa-card {
    background: url(../img/ecomprei/icons/visa.png) no-repeat center 0;
}

.icon-billet-2 {
    background: url(../img/ecomprei/icons/billet.png) no-repeat center 0;
}

.icon-dinners-card {
    background: url(../img/ecomprei/icons/diners.png) no-repeat center 0;
}

@media(min-width:428px){
    .disponible-limit{
        padding-right: 1.5rem;
    }
    .btn-social-ecomprei{
        margin-left: 0.5rem !important;
    }
}

@media(max-width:399px){
    .disponible-limit{
        margin-right: -5px;
    }
}

.image-zoom-pane img{
    object-fit: contain !important;
}

.flatpickr-prev-month{
    padding-top: 24px !important;
}

.flatpickr-next-month{
    padding-top: 24px !important;
}

.unavailable-distributor {
    background-color: #FF6B6B;
    text-align: center;
    color: #fff;
    margin-top: 5px;
    margin-left: 3%;
    width: 94%;
}

.unavailable-distributor .card-body{
    padding: 3px 0;
}

.unavailable-distributor.cart-detail {
    margin-left: 0;
    width: 70%;
    margin-top: 24px;
}

.bg-ecomprei-color {
    background-color: var(--ecomprei-green)
}

.product-name-card {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.product-list .product-name-card {
    -webkit-line-clamp: 2;
}

.ecomprei-warning p {
    font-size: 14px;
    color:#7E889A!important
}

.ecomprei-warning h4 {
    font-weight:600;
    color:#5B6475;
    font-size:30px;
}

.ecomprei-warning button {
    min-width: 200px;
}

.ecomprei-warning img{
    width: 10rem;
}

.alert-warning {
    color: #ffffff !important;
    background-color: #fea569 !important;
    border-color: #fea569 !important;
}

.btn-go-to-list, .btn-confirm-correction {
    color: #0089CF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-weight: 600;
    line-height: 16px;
    background-color: #B3E575;
}

.btn-unapply-discount, .btn-back-to-items {
    border: 1px solid #B3E575;
    color: #B3E575;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-weight: 400;
    line-height: 16px;
    background-color: transparent;
}

.btn-go-to-list:hover, .btn-confirm-correction:hover {
    color: #0089CF;
}

.btn-unapply-discount:hover, .btn-back-to-items:hover {
    color: #B3E575;
}

@keyframes shake {
    0% { transform: translateX(0); }
    10% { transform: translateX(-5px); }
    20% { transform: translateX(5px); }
    30% { transform: translateX(-5px); }
    40% { transform: translateX(5px); }
    50% { transform: translateX(-5px); }
    60% { transform: translateX(5px); }
    70% { transform: translateX(-5px); }
    80% { transform: translateX(5px); }
    90% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

.empty-term {
    animation: shake 0.5s ease;
    border: 1px solid var(--bs-danger) !important;
}

.empty-term .search-products::placeholder {
    color: var(--bs-danger);
    opacity: 0.9;
}

.empty-term .fa-search {
    color: var(--bs-danger) !important;
    opacity: 0.9;
}

@media(max-width:499px){
    .text-mobile-center{
        text-align: center;
    }
}

.research-tips li{
    list-style: disc;
}

.search-products {
    border: none;
    background: none;
    max-width: 420px;
    border-radius: 0px;
}

.div-search-desktop {
    max-width: 420px;
    border: 1px solid var(--bs-gray-500);
    border-radius: 3px;
}

.user-registered-number-label {
    font-size: 11px;
    font-weight: 300;
    text-wrap: nowrap;
}

.toolbar-flex-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}

@media (min-width: 1600px) {
    .toolbar-flex-content {
        justify-content: end;
    }
}

@media (max-width: 1280px) {
    .toolbar-flex-content {
        width: auto;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .toolbar-flex-content {
        width: 33%;
    }
}

@media (min-width: 1280px) {
    .ecomprei-title {
        margin-top: 2rem;
    }
}

.ecomprei-title, .ecomprei-title > * {
    font-weight: 600;
}

@media (max-width: 767px) {
    .ecomprei-title, .ecomprei-title > * {
        font-size: 16px;
    }
}

.card-benefits {
    min-height: 298px;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 0px 1px 4px 0px #0000001A;
}

.card-benefits h4 {
    font-size: 18px;
}

.card-benefits img {
    width: 75px;
    max-height: 110px;
    object-fit: contain;
}

.card-benefits .desc-card p {
    line-height: 10.55px;
    font-size: 12px;
    font-weight: 400;
    height: 50px;
}

.card-benefits .badge-info {
    display: flex;
    margin-top: 1rem;
}

.card-benefits .badge-info .badge {
    border-radius: 33px;
    padding: 7px 10px;
    display: flex;
}

.card-benefits .badge-info .badge > * {
    font-weight: 500;
    font-size: 8px;
}

@media (max-width: 767px) {
    .card-benefits {
        min-height: 235px;
    }
    .card-benefits h4 {
        font-size: 12px;
    }
    .card-benefits img {
        max-width: 50px;
    }
    .card-benefits .desc-card p {
        font-size: 8px;
        height: 30px;
    }
    .card-benefits .row > * {
        padding: 0 7px;
    }
    .card-benefits .desc-card div:first-child {
        margin-top: 5px !important;
    }

    .card-benefits .badge-info {
        margin-top: 0 !important;
    }
    .tns-carousel-benefits {
        padding: 0 !important;
    }
}

.card-suggested-content {
    background-color: #F7F7F7;
}

.card-suggested-content .suggested-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-suggested-content .suggested-desc {
    flex-direction: column;
    align-items: start;
}

.card-suggested-content .suggested-discount {
    order: 1;
    width: 100%;
    margin-top: 20px;
}

.card-suggested-content .card-suggested-name {
    min-height: 65px !important;
}

.card-suggested-list .card-suggested-company {
    box-shadow: 0px 4px 4px 0px #00000040;
}
.card-suggested-list .card-suggested-company img {
    border-radius: 0.4375rem;
}

@media (max-width: 767px) {
    .tns-carousel-suggested-list {
        padding: 0 !important;
    }
    .card-suggested-content .card-suggested-name {
        min-height: auto !important;
        margin-top: 15px !important;
    }
    .card-suggested-name span {
        min-height: 1.65rem !important;
    }
    .card-suggested-list .card-suggested-banner {
        height: 137px !important;
    }

    .card-suggested-list .card-suggested-content {
        height: 107px !important;
        padding: 0 20px;
    }

    .card-suggested-list .card-suggested-banner {
        border-radius: 10px 10px 0 0;
    }
    .card-suggested-list .card-suggested-content {
        border-radius: 0 0 10px 10px;
    }

    .card-suggested-list .card-suggested-company {
        max-width: 104px;
    }

    .card-suggested-content .suggested-desc {
        flex-direction: row;
        align-items: center;
    }

    .card-suggested-content .suggested-discount {
        order: initial;
        width: auto;
        margin-top: 0;
    }
    #suggested-list-section .product-skeleton-1 {
        width: 90% !important;
    }
    #suggested-list-section .product-skeleton-2,
    #suggested-list-section .product-skeleton-3,
    #suggested-list-section .product-skeleton-4,
    #suggested-list-section .product-skeleton-5 {
        display: none;
    }
}

.tns-carousel .tns-nav button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.tns-carousel [data-nav].tns-nav-active {
    width: 12px;
    background-color: var(--ecomprei-green);
}



@media (max-width: 991px) {
    .carousel-industries .tns-carousel {
        padding: 0;
    }
    .carousel-industries img {
        width: 60px;
    }

    .home-banner {
        height: 242px !important;
    }

    .handheld-toolbar+.btn-scroll-top {
        bottom: 5.5rem;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .carousel-industries img {
        width: 50px;
    }
}

@media (max-width: 500px) {
    .carousel-industries img {
        width: 40px;
    }

    .home-banner {
        height: 350px !important;
    }

    #shop-sidebar {
        max-width: 100% !important;
    }
}

@media (max-width: 450px) {
    .carousel-industries img {
        width: 30px;
    }
}

.mobile-toolbar {
    height: 77px;
    border-top: 1px solid #e3e9ef;
}

.mobile-toolbar .handheld-toolbar-item {
    border: none;
    vertical-align: middle;
    cursor: pointer;
}

.mobile-toolbar .icon-area {
    display: flex;
    justify-content: center;
    align-items: center;
}

.toolbar-mobile {
    border-top: none;
}

.handheld-toolbar-item .cart-count {
    position: absolute;
    width: 15px;
    height: 15px;
    font-size: 8px !important;
    margin-left: 27px !important;
    margin-top: -11px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.handheld-toolbar-item.active {
    border-top: 4px solid #0089cf;
}

.handheld-toolbar-item.active svg {
    fill: #0089cf;
}


@media (max-width: 768px) {
    #btn-login-navbar {
        background: transparent !important;
        color: var(--ecomprei-green);
        border: none !important;
        font-size: 1.5rem;
        display: flex;
    }

    #btn-login-navbar:hover {
        color: initial !important;
        color: var(--ecomprei-green) !important;
    }

    #btn-login-navbar span {
        display: none;
    }
}

.breadcrumb-item a {
    vertical-align: text-bottom;
}

.breadcrumb-item a i {
    vertical-align: bottom;
}

.product-allow-eclube{
    font-weight: 600!important;
    color: var(--ecomprei-challenge)!important;
}
