:root {
    --product-primary: #0066FF;

    --product-bg:  #d0e7e6;
    --product-bg-alt: #f6f5f4;
    --product-border: #deddda;
    --product-text-muted: #77767b;
    --product-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    --carousel-img-height: 400px;
}

.carousel-thumbs-wrapper {
    margin-top: 12px;
    padding: 0 30px;
}
.carousel-thumbs-container {
    overflow: hidden;
    width: 100%;
}
.carousel-thumbs {

    transition: transform 0.2s ease;
}
.carousel-thumbs button {
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 5px;
    padding: 0;
    line-height: 0;
    flex-shrink: 0;
    cursor: pointer;
}
.carousel-thumbs button.active {
    border-color: #06f;
}
.carousel-thumbs button:focus {
    outline: none;
    box-shadow: none;
}
.carousel-thumbs img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
}
.carousel-thumbs-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    padding: 0;
    line-height: 1;
    color: #06f;
}
.carousel-thumbs-nav:hover {
    opacity: 0.8;
}

.carousel-thumbs-prev {
    left: 0;
}
.carousel-thumbs-next {
    right: 0;
}
.carousel-thumbs-nav:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.carousel-inner {
    max-height: var(--carousel-img-height);
    display: flex;
    align-items: center;
}

.carousel-item.active {
    display: flex;
}

.carousel-item {
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: var(--carousel-img-height);
    text-align: center
}

.carousel-item a {
    display: flex;
    justify-content: center;
    width: 100%;
    max-height: var(--carousel-img-height);
}

.carousel-item img {
    height: var(--carousel-img-height);
    width: auto;
    object-fit: contain;
    padding: 1rem;
}

.nav-pills .nav-item:not(:last-child) .nav-link {
    margin-right: 10px;
}

.nav-pills .nav-link {
    padding-bottom: 10px;
}

.container {
    max-width: max(1600px, 80%);
}


.product-card{
    max-width: 500px;
}

.card  {
    background-color: var(--product-bg);
    border-radius: 24px;

}

.card-body {
    padding: 1.3rem 1.5rem;
}

.card-body .s {
    font-weight: 600;
    margin-right: 0;
}

.price {
    display: flex;
    align-items: center;
    color: black !important;
    font-weight: 500;
    line-height: 1.2;
    font-size: 2.25rem;
}

.price-2 {
    font-size: 1.25rem;
    font-weight: 500;
    color: black !important;
}

.price-old {
    text-decoration: line-through;
    color: rgba(80,80,80,.8) !important;
    margin-bottom: 5px;
}

.price-old::after {
    content: none;
}

.price-discount {
    font-weight: 400
}


.price-detail {
    margin-left: 0.3rem;
    font-size: 1rem;
}

/**/


/**/
.btn-order, .btn-light.blue {
    border-radius: 12px;
}

.banks-acquirer {

}

.product-delivery {
    cursor: pointer;
    color: #06f;
}

.product-delivery:hover {
    text-decoration: underline dashed;
    text-underline-offset: 2px;
}

.product-delivery i {
    margin-right: 0.4rem;
    color: var(--product-primary);

}

.btn-light.blue {
    background-color: var(--product-bg);
}

.btn-light.blue:hover {
    background-color: var(--product-primary);
    color: white;
}

a.btn-light.btn-xl {
    padding: 17px 40px;
}



/**/


/**/

@media (max-width: 991.98px) {

    :root {
        --carousel-img-height: 300px;
    }
    .container {
        max-width: 100%;
    }

}
