.showcase {
    display: inline-flex;
    justify-content: space-between;
    font-family: Exo, 'Exo 2', sans-serif;
}

.showcase.product-featured {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.showcase .product-item {
    margin-top: 80px;
}

.showcase .showcase-title {
    order: -2;
    position: absolute;
    margin-top: 1.5rem;
}

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

.showcase .showcase-title.title-only {
    width: 97%;
    max-width: 1280px;
    text-align: center;
}

.showcase .showcase-title.text-outline > * {
    font-size: 28px;
    margin-left: 8px;
    order: 0;
}

.showcase .showcase-title.text-outline::after {
    content: '';
    display: flex;
    width: 134px;
    margin-left: 8px;
    margin-top: -10px;
    border: 2px solid var(--ecomprei-green);
}

.showcase .showcase-subtitle {
    order: -1;
    left: 27%;
}

.anchor-lazy-impression {
    position: absolute;
    margin-top: -305px;
}

@media(min-width: 1280px) {
    .showcase .showcase-subtitle {
        left: calc(((var(--screen-size-x) - 1280px) / 4.4) + 27%);
    }
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
    .showcase .showcase-title h2 {
        font-size: 22px !important;
    }
    .showcase .showcase-subtitle {
        left: 35%;
    }
    .showcase .col-md-9.no-vert {
        width: 66.6667%;
    }

    .label-product-reference {
        width: 220px !important;
    }

    .label-product-reference span {
        line-height: 24px !important;
    }

    .label-product-reference span:first-child {
        font-size: 18px !important;
    }

    .label-product-reference span:last-child {
        font-size: 32px !important;
    }

    .showcase .tns-carousel.product-featured {
        padding: 0;
    }

    .shopping-cart .content-info-card .card-body {
        max-width: 100% !important;
    }
}

.showcase .menu-tabs {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: -50px;
    margin-top: 5rem;
    z-index: 20;
}

.showcase .menu-tabs .card-header-tabs {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    align-items: end;
    padding-bottom: 3px;
}

.showcase .menu-tabs .card-header-tabs::-webkit-scrollbar {
    height: 3px;
}

.showcase .menu-tabs .card-header-tabs::-webkit-scrollbar-track {
    background: transparent;
}

.showcase .menu-tabs .card-header-tabs::-webkit-scrollbar-thumb {
    background-color: var(--bs-blue);
    border-radius: 10px;
}

.showcase .menu-tabs .nav-item .nav-link {
    border-radius: 3px 3px 0 0;
    min-width: 174px;
    text-align: center;
    font-size: 14px;
}

.showcase .menu-tabs .nav-item .nav-link.active {
    background-color: var(--bs-blue);
}

.showcase .menu-tabs .nav-item .nav-link.active {
    color: #fff;
}

.showcase .menu-tabs .nav-tabs .nav-link.active::before {
    background-color: var(--ecomprei-green);
    height: 3px;
    width: 100%;
    left: 0;
}

/* PRODUCT CARD NEW */
.showcase .product-card {
    max-height: 500px;
    width: 240px;
}

.showcase .product-card.product-featured {
    width: auto;
    background: transparent;
}

.showcase .product-card.product-featured .content-info-card {
    display: flex;
    align-items: center;
}

.showcase .product-card.product-featured .content-info-card .card-body {
    padding: 0;
    margin-left: 10px;
}

.showcase .product-card.product-featured .content-info-card .card-body .add-button-seller{
    max-width: 220px;
}

.showcase .product-card.product-featured .content-info-card .card-img-top {
    width: 220px;
}

.showcase .product-card .img-product {
    width: 240px;
}

.showcase .product-card.product-reference .img-product,
.showcase .no-vert .product-card .img-product {
    height: 240px;
}

.showcase .product-card.product-featured .img-product {
    height: 220px;
    border-radius: 5px;
    border: 1px solid var(--bs-gray-300);
    padding: 5px;
}

.showcase.product-featured .tns-carousel .tns-controls button {
    margin-top: 7px;
}

.showcase .product-card .d-tag {
    position: absolute;
}

.info-tag:not(.page-product) + .d-tag {
    margin-top: 26px;
    opacity: 0.9;
}

.showcase .product-card .info-tag {
    position: absolute;
    width: 100%;
    opacity: 0.9;
    background: var(--ecomprei-green);
    color: #fff;
    text-align: center;
    font-family: 'Exo 2';
    font-size: 14px;
    height: 26px;
}

.showcase .product-card .info-tag.page-product {
    background: #666666;
    color: #fff;
    top: 214px;
    font-weight: 700;
}

.showcase .product-card .btn-change-showcase {
    position: absolute;
    width: 100px;
    height: 42px;
    color: white;
    font-size: 12px;
    font-weight: 600;
    background-color: var(--ecomprei-green);
    top: 180px;
    opacity: 0.95;
    border-radius: 0 3px 3px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.showcase .product-card .product-name-card {
    font-weight: 600;
    color: #000;
    text-align: left;
    height: 50px;
}

.showcase .product-card .product-sku {
    font-size: 10px;
    font-weight: 400;
}

.showcase .product-card .packaging_quantity {
    font-size: 8px;
    cursor: inherit;
    padding: 1px 3px;
    border: 1px solid #C8CCD3;
    width: 48px;
    border-radius: 3px;
}

.showcase .product-card .price-details {
    display: flex;
    flex-direction: column;
    line-height: normal;
    height: 53px;
    justify-content: flex-end;
    margin-top: 20px;
    text-align: start;
}

.showcase .product-card .price-details .strikeout-price {
    display: flex;
    font-size: 12px;
    font-weight: 500;
    color: #5B6475
}

.showcase .product-card .price-details .strikeout-price-drop {
    color: #BC64CA;
    font-weight: 600;
}

.showcase .product-card .price-details .product-price {
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-blue);
}

.showcase .product-card .price-details .product-unit-price,
.showcase .product-card .price-details .product-allow-eclube {
    font-size: 10px;
    font-weight: 300;
}

.showcase .product-card .sold-by {
    font-size: 12px;
    font-weight: 600;
    color: #5B6475;
    margin-top: 7px;
    text-align: start;
    text-wrap: nowrap;
}
.showcase .product-card .add-button-seller {
    bottom: 0px;
    width: 100%;
    text-align: -webkit-center;
    margin-top: 12px;
    padding: 0;
}
.showcase .product-card .add-button-seller .btn-add-item,
.showcase .product-card .add-button-seller .div-quantity-item {
    border-radius: 3px !important;
}

/*NOTE - VERTICAL CAROUSEL */
.showcase .tns-carousel-vertical .product-card.product-reference .content-info-card {
    display: flex;
}

.showcase .tns-carousel-vertical .product-card .product-name-card {
    font-size: 12px;
    height: 45px;
}

.showcase .tns-carousel-vertical .product-card .product-price {
    font-size: 14px;
    font-weight: 600;
    color: var(--bs-blue);
}

.showcase .tns-carousel-vertical .product-card .pack-quantity {
    font-size: 12px;
    font-weight: 600;
    color: #7E889A;
    opacity: 0.62;
    font-family: Exo;
}

.showcase .countdown-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #000;
    width: 100%;
    color: #fff;
    border: solid #fff;
    border-width: 4rem 1rem 2rem 1rem;
}

.showcase .countdown-container .title {
    font-size: 20px;
    font-weight: 700;
}

.showcase .countdown-container .countdown .countdown-hours,
.showcase .countdown-container .countdown .countdown-minutes,
.showcase .countdown-container .countdown .countdown-seconds {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    width: 80px;
}

.showcase .countdown-container .countdown .countdown-value {
    font-size: 48px;
}

.showcase .countdown-container .countdown .countdown-label {
    font-size: 16px;
    margin-top: -12px;
}

.showcase .countdown-container .countdown .countdown-label.mobile {
    display: none;
}

.change-showcase-history {
    cursor: pointer;
}

.btn-change-showcase-tab {
    cursor: pointer;
}

@media(max-width: 1280px) {

    .showcase .countdown-container .title {
        font-size: 20px;
    }

    .showcase .countdown-container .countdown .countdown-value {
        font-size: 35px;
    }

    .showcase .countdown-container .countdown .countdown-label {
        font-size: 15px;
        margin-top: -8px;
    }

    .showcase .countdown-container .countdown .countdown-label.mobile {
        display: block;
    }

    .showcase .countdown-container .countdown .countdown-label:not(.mobile) {
        display: none;
    }

    .showcase .countdown-container .countdown .countdown-hours,
    .showcase .countdown-container .countdown .countdown-minutes,
    .showcase .countdown-container .countdown .countdown-seconds {
        width: 65px;
        margin: 0;
    }

}

@media(min-width:767px) {

    .showcase .tns-carousel-vertical .product-card .content-info-card {
        display: flex;
    }

    .showcase .tns-carousel-vertical .product-card .content-info-card .card-content {
        width: 50%;
    }

    .showcase .tns-carousel-vertical .product-item.tns-item {
        margin: 10px 0;
    }

    .showcase .tns-carousel-vertical .tns-outer {
        position: absolute;
        bottom: 17%;
    }

    .showcase .tns-carousel-vertical.few-items .tns-outer {
        bottom: 37%;
    }

    .showcase .tns-carousel-vertical.tns-carousel.tns-controls-outside {
        padding: 0;
    }

    .showcase .tns-carousel-vertical.tns-carousel .tns-controls button {
        border: none;
        font-size: 3rem;
        color: #D9D9D9;
        transform: rotate(90deg);
    }

    .showcase .tns-carousel-vertical.tns-carousel .tns-controls button[data-controls="prev"] {
        top: -1.75rem;
        left: 50%;
    }

    .showcase .tns-carousel-vertical.tns-carousel .tns-controls button[data-controls="next"] {
        bottom: -3rem;
        top: auto;
        right: calc(50% - 2.75rem);
    }

    .showcase .tns-carousel-vertical .card-img-top {
        width: 50%;
    }

    .showcase .tns-carousel-vertical .product-card {
        height: 108px;
    }

    .showcase .tns-carousel-vertical .product-card .img-product {
        width: 100px;
    }

    .showcase .product-card .placeholder .img-product {
        height: 240px;
    }

}

.showcase .label-product-reference {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 220px;
    position: relative;
    background: var(--bs-blue);
    margin-top: 30px;
}

.showcase .label-product-reference:before {
    content: "";
    position: absolute;
    right: -51px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 51px solid var(--bs-blue);
    border-top: 110px solid transparent;
    border-bottom: 110px solid transparent;
}

.showcase .label-product-reference span {
    font-weight: 600;
    line-height: 32px;
    color: #fff;
}

.showcase .label-product-reference span:first-child {
    font-size: 24px;
}

.showcase .label-product-reference span:last-child {
    font-size: 48px;
}

.showcase .tns-carousel.product-featured .tns-nav {
    text-align: end;
    margin-top: -20px;
}

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

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

.shopping-cart .container {
    padding: 0;
}

.shopping-cart .showcase-title {
    text-align: start !important;
    padding-left: 1.375rem;
}

.shopping-cart .tns-carousel [data-controls] {
    margin-top: 6px;
}

.shopping-cart .product-card {
    width: 100%;
    background: transparent;
}

.shopping-cart .content-info-card {
    display: flex;
    flex-direction: row;
}

.shopping-cart .container {
    padding: 0;
}

.shopping-cart .btn-wishlist,
.shopping-cart .product-sku,
.shopping-cart .product-unit-price,
.shopping-cart .product-allow-eclube,
.shopping-cart .packaging_quantity {
    display: none;
}

.shopping-cart .content-info-card .card-body {
    padding: 0;
    background: transparent;
    width: 100%;
}

.shopping-cart .content-info-card .card-body > * {
    color: #000 !important;
}

.shopping-cart .content-info-card .product-price {
    font-weight: 700 !important;
}

.shopping-cart .content-info-card .card-body .price-details,
.shopping-cart .content-info-card .card-body .sold-by {
    margin-top: 0;
    font-weight: 400;
}

.shopping-cart .content-info-card .card-body .price-details {
    height: 44px;
}

.shopping-cart .no-vert .product-card .img-product {
    width: 130px;
    height: 126px;
}

.shopping-cart .no-vert .product-card .card-img-top {
    align-items: center;
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    width: 162px;
    min-width: 162px;
    height: 162px;
}

.shopping-cart .product-card .lower-price {
    background-color: #BC64CA !important;
    color: #fff;
    font-size: 10px;
    margin-left: 5px;
}

.shopping-cart .product-card .discount {
    padding-top: 6px;
    padding-bottom: 6px;
    width: 28px;
    line-height: 10px;
    text-align: center;
    font-size: 10px;
    border-radius: 0 0 3px 3px;
    background-color: #97ca58;
    color: #fff;
    z-index: 12;
    margin-left: 5px;
    height: 32px;
}

/* @media(max-width:900px) {
    .shopping-cart .content-info-card .card-body {
        max-width: 200px !important;
    }
} */

@media(max-width:767px) {
    .showcase {
        display: flex;
        flex-direction: column;
    }

    .showcase .showcase-title {
        position: relative;
        text-align: center;
    }
    .showcase .showcase-subtitle {
        order: 1;
        left: 0;
    }

    .showcase .showcase-title > * {
        font-size: 16px;
    }

    .showcase .showcase-title.text-outline::after {
        display: none;
    }

    .showcase .showcase-title.text-outline > * {
        font-size: 16px;
        margin: 0;
        text-align: center;
    }

    .showcase .tns-carousel {
        order: 2;
        padding: 0;
    }

    .showcase .tns-carousel .tns-nav {
        margin-top: -35px;
        margin-bottom: 10px;
        position: relative;
    }

    .showcase .tns-carousel-vertical .tns-nav {
        margin-top: 0px;
    }

    .showcase .product-item {
        margin-top: 30px;
    }

    /* PRODUCT CARD RESPONSIVE*/
    .showcase .product-card {
        width: 100%;
        padding-bottom: 0;
    }
    .showcase .product-card.product-reference .info-tag,
    .showcase .product-card.product-reference .card-body,
    .showcase .product-card.product-reference .card-img-top {
        width: 50%;
        padding: 0;
    }

    .showcase .product-card.product-featured .btn-wishlist,
    .showcase .product-card.product-reference .btn-wishlist {
        right: calc(50% + 10px);
        margin: 0 !important;
        top: 0;
    }

    .showcase .product-card.product-reference .info-tag {
        bottom: 0;
        font-size: 12px;
    }

    .showcase .product-card .info-tag.page-product {
        font-size: 12px;
        top: 142px;
        height: 21px;
    }

    .showcase .product-card.product-reference .d-tag {
        margin-top: 0;
    }

    .showcase .product-card.product-reference .img-product ,
    .showcase .no-vert .product-card .img-product {
        height: 163px;
    }

    .showcase .product-card .img-product {
        width: 163px;
        height: 163px;
    }

    .showcase .product-card .btn-change-showcase {
        top: 142px;
        font-size: 10px;
        height: 33px;
    }

    .info-tag ~ .btn-change-showcase {
        top: 110px !important;
    }

    .showcase .product-card .product-name-card {
        font-size: 12px;
        height: 45px;
    }

    .showcase .product-card .price-details {
        margin-top: 0px;
        height: 47px;
    }

    .showcase .product-card .price-details .strikeout-price {
        font-size: 10px;
    }

    .showcase .product-card .price-details .product-price {
        font-size: 16px;
    }

    .showcase .product-card .price-details .product-unit-price,
    .showcase .product-card .price-details .product-allow-eclube,
    .showcase .product-card .sold-by {
        font-size: 8px;
    }

    .showcase .product-card .div-quantity-item,
    .showcase .product-card .btn-add-item {
        height: 43px;
        font-size: 10px;
    }

    .showcase .product-card .sold-by {
        margin-top: 0;
    }

    .showcase .product-card.product-reference .content-info-card {
        display: flex;
    }

    .showcase .product-card.product-reference .img-product {
        margin: 0;
    }

    .showcase .menu-tabs {
        margin: 0px !important;
        margin-top: 2rem;
    }

    .showcase .menu-tabs .nav-item .nav-link {
        font-size: 12px;
        min-width: 100px;
    }

    .showcase .countdown-container {
        order: 2;
        border: none;
        margin-top: 20px;
        flex-direction: row;
        justify-content: space-between;
        min-height: 66px;
        padding: 0 1rem;
    }

    .showcase .countdown-container .title {
        font-size: 12px;
    }

    .showcase .countdown-container .countdown .countdown-value {
        font-size: 20px;
    }

    .showcase .countdown-container .countdown .countdown-label {
        font-size: 12px;
        margin-top: -8px;
    }

    .showcase .countdown-container .countdown .countdown-hours,
    .showcase .countdown-container .countdown .countdown-minutes,
    .showcase .countdown-container .countdown .countdown-seconds {
        width: 40px;
        margin: 0;
    }

    .showcase.product-featured {
        margin-bottom: 0px;
    }

    .showcase .tns-carousel.product-featured {
        background: #fff;
        border-radius: 20px;
    }

    .showcase .tns-carousel.product-featured .tns-nav {
        text-align: center;
    }

    .showcase .label-product-reference {
        margin: 0;
        margin-bottom: -30px;
        width: 100%;
        height: 150px;
        justify-content: start;
    }

    .showcase .product-card.product-featured .content-info-card {
        align-items: initial;
    }

    .showcase .product-card.product-featured .content-info-card .card-img-top {
        width: 50%;
    }

    .showcase .label-product-reference span:first-child {
        font-size: 20px;
        margin-top: 25px;
    }
    .showcase .label-product-reference span:last-child {
        font-size: 36px;
    }

    .showcase .label-product-reference:before {
        display: none;
    }

    .showcase .product-card.product-featured .content-info-card .card-img-top,
    .showcase .product-card.product-featured .content-info-card .card-body {
        width: 50%;
        height: auto;
        margin: 0;
    }

    .showcase .product-card.product-featured .card-img-top img {
        height: auto;
    }

    .showcase .product-card.product-featured .img-product {
        padding: 0;
        border: none;
    }

    .shopping-cart .no-vert .product-card .card-img-top {
        width: 156px;
        min-width: 156px;
        height: 156px;
    }

    .showcase .btn-change-showcase-history {
        display: none !important;
    }

    .showcase .product-card.short-item-card {
        border: 1px solid var(--bs-gray-300);
        padding: 10px;
    }

}
