.stepper-container {
    width: 381px;
    position: relative;
    transform: scale(0.9);
}

.time-count {
    color: #ff0000;
}

.stepper-line {
    position: absolute;
    width: 86%;
    height: 6px;
    top: 11px;
    left: 20px;
    z-index: -99;
    background-color: #b6b6b6;
}

.stepper-active-line {
    position: absolute;
    height: 4px;
    background-color: #B60C09;
    width: 40%;
    top: 12px;
    left: 25px;
    z-index: -4;
}

.step-circle {
    border-radius: 100%;
    background-color: #b6b6b6;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    z-index: -3;
}

.step-inner-circle {
    border-radius: 100%;
    background-color: #B60C09;
    width: 22px;
    width: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    z-index: 1;
}

.specials-page-title {
    font-weight: 600 !important;
}

/* Bottles cards */
.v2-bottles-section-container {
    max-width: 1008px;
    margin: 0 auto;
}

.bottle-card-v2 {
    border: 1px solid #676767;
    position: relative;
    border-radius: 15px;
    padding: 20px;
    max-width: 320px;
}

.bottle-card-v2-middle {
    padding: 20px 0px !important;
}

.bottle-diagonal-bg {
    background-color: #676767;
    border-radius: 12px 12px 0 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 304px;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 71%);
}

.bottle-diagonal-bg-middle {
    background-color: #1487c0;
    border-radius: 12px 12px 0 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 304px;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 71%);
}

.bottle-v2-title {
    font-size: 47px;
    line-height: 49px;
}

.truck-icon {
    height: 17px;
    object-fit: contain;
}

.bottle-1-v2 {
    height: 220px;
    object-fit: contain;
}

.v2-bottle-container-middle {
    min-height: 244px;
}

.bottle-1-v2-middle {
    width: 92%;
    object-fit: contain;
}

.v2-shipping-badge {
    position: absolute;
    top: 20px;
    right: 0;
}

.v2-shipping-badge-middle {
    position: absolute;
    top: 20px;
    right: 20px;
}

.strikethrough {
    position: relative;
}

.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid #ff0000;
    -webkit-transform: rotate(-22deg);
    -moz-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    -o-transform: rotate(-22deg);
    transform: rotate(-22deg);
}

.v2-price-number {
    font-size: 44px;
    font-weight: bold;
    color: #68b8e0;
    line-height: 1;
}

.v2-price-labels span {
    color: #68b8e0;
    line-height: 1;
    font-size: 20px;
}

.v2-price-number-middle {
    font-size: 44px;
    font-weight: bold;
    color: #1487c0;
    line-height: 1;
}

.v2-price-labels-middle span {
    color: #1487c0;
    line-height: 1;
    font-size: 20px;
}

.v2-add-cart-btn {
    text-decoration: none;
    color: white;
    width: 100%;
    height: 57px;
    background-color: #676767;
    border-radius: 30px;
}

.v2-add-cart-btn:hover {
    color: white;
}

.v2-add-cart-btn span {
    font-size: 25px;
}

.v2-bottle-middle-btn-container {
    padding: 0 20px;
}

.v2-bottle-middle-btn-container a {
    background-color: #fead00 !important;
}

.v2-logo-img {
    height: 34px;
    object-fit: contain;
    margin-right: 15px;
}

.v2-guarantee-container {
    max-width: 970px;
    margin: 0 auto;
}

.v2-guarantee-card {
    background-color: #e2f5ff;
    border-radius: 15px;
    margin: 85px 0 0 0;
    padding: 0 40px 25px;
}

.v2-guarantee-img {
    width: 151px;
    margin: 0 auto -40px auto;
    object-fit: contain;
    transform: translate(0, -60px);
}

.v2-guarantee-card h2 {
    font-size: 45px;
}

.v2-testimonials-container {
    max-width: 1034px;
    margin: 0 auto;
}

.v2-testimonial-card {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    padding: 35px 10px;
}

.v2-testimonial-photo-container {
    min-width: 101px;
}

.v2-testimonial-photo {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background-color: #e2f5ff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.v2-testimonial-photo span {
    font-size: 25px;
    color: #262626;
}

.v2-testimonials-stars {
    height: 20px;
    width: 112px;
    object-fit: contain;
}

.v2-verified-testimonial {
    color: #83cc1c;
}

.v2-certified-icon {
    width: 15px;
    object-fit: contain;
}

/* bootstrap accordions */
.v2-faq-container {
    max-width: 891px;
    margin: 0 auto;
}

.v2-faq-item-button:not(.collapsed) {
    background-color: transparent !important;
    border: 0 !important;
    padding: 18px 0px !important;
    transition: all 0.3s ease-in-out;
    outline: none !important;
}

.v2-faq-item-button:not(.collapsed) h6 {
    color: #000000 !important;
    border: 0 !important;
    outline: none !important;
}

.v2-faq-item:not(:first-of-type) {
    border: 0 !important;
}

.v2-faq-item-button::after {
    display: block !important;
    border: 0 !important;
    outline: none !important;
}

.v2-faq-item {
    border: 0 !important;
    background-color: transparent !important;
    outline: none !important;
}

.v2-faq-item-button {
    padding: 0px 0px !important;
    min-height: 63px;
    background-color: transparent !important;
    border-bottom: 1px solid #ddd !important;
    outline: none !important;
}

.v2-faq-content-text {
    text-align: start;
    line-height: 25.03px;
    padding: 20px 0 !important;
}

.accordion-item {
    background-color: transparent !important;
    outline: none !important;
}

/* Mobile bottles accordions */
.mobile-bottle-card-v2 {
    min-width: 100%;
    border-radius: 15px !important;
}

.v2-bottle-accordion-item {
    min-width: 100%;
    border-radius: 15px !important;
}

.mobile-bottle-accordion-header {
    height: 100px;
    border-radius: 15px !important;
}

.mobile-accordion-grey-button,
.mobile-accordion-blue-button {
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-radius: 15px 15px 0 0 !important;
    height: 100%;
    color: #676767 !important;
}

.accordion-bottle-poligon-grey {
    position: absolute;
    width: 130px;
    height: 100%;
    left: 0;
    background-color: #676767;
    clip-path: polygon(0 16%, 0% 100%, 100% 100%);
    border-radius: 0 0 0 15px;
}

.accordion-bottle-poligon-blue {
    position: absolute;
    width: 130px;
    height: 100%;
    left: 0;
    background-color: #B60C09;
    clip-path: polygon(0 16%, 0% 100%, 100% 100%);
    border-radius: 0 0 0 15px;
}

.mobile-accordion-grey-button:not(.collapsed) {
    background-color: #676767 !important;
    border-radius: 15px 15px 0 0 !important;
    outline: none !important;
    color: white !important;
}

.mobile-accordion-blue-button:not(.collapsed) {
    background-color: #B60C09 !important;
    border-radius: 15px 15px 0 0 !important;
    outline: none !important;
    color: white !important;
}

.mobile-accordion-grey-button:not(.collapsed)::after,
.mobile-accordion-blue-button:not(.collapsed)::after {
    color: white;
    background-image: url("../images/specials-v02/accordion-open-arrow.png") !important;
    display: none;
}

.mobile-accordion-grey-button::after,
.mobile-accordion-blue-button::after {
    background-image: url("../images/specials-v02/accordion-closed-arrow.png") !important;
    background-size: contain !important;
    display: none;
}

.mobile-accordion-image-container {
    min-width: 90px;
}

.mobile-accordion-bottle-image {
    display: flex;
    z-index: 1;
    width: 120px;
}

.mobile-accordion-bottle-1-image {
    max-height: 75px !important;
    object-fit: contain !important;
}

.mobile-accordion-bottle-header-text {
    display: flex;
    z-index: 1;
}

.mobile-bottle-v2-title {
    font-size: 24px !important;
    line-height: 25px !important;
}

.scale-on-hover {
    transition: all .2s ease;
    border-radius: 15px;
}

.scale-on-hover:hover {
    transform: scale(1.03);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3);
}

.cursor-pointer {
    cursor: pointer;
}

@media screen and (max-height: 800px) {
    .header-section {
        padding: 10px 0 !important;
    }

    .header-logo-image {
        max-width: 130px !important;
    }

    .sale-title-page {
        font-size: 28px !important;
        line-height: 1;
    }

    #demo {
        font-size: 32px !important;
        line-height: 1;
    }
}

@media screen and (max-width: 992px) {
    .bottle-card-v2 {
        max-width: 400px;
    }

    .bottle-1-v2-middle {
        width: unset;
    }

    .v2-bottle-middle-btn-container {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .specials-page-title {
        font-size: 30px !important;
        line-height: 33px;
    }

    .supplements-image {
        width: 100%;
        object-fit: contain;
    }

    .v2-timer-text {
        font-size: 24px;
        line-height: 1.3;
    }

    .v2-guarantee-section-title {
        font-size: 23px;
        line-height: 26.01px;
    }

    .v2-guarantee-section-subtitle {
        font-size: 18px;
        line-height: 24.01px;
    }

    .v2-logo-img {
        height: 30px;
    }

    .v2-guarantee-img {
        width: 129px;
        margin: 0 auto -40px auto;
        transform: translate(0, -60px);
    }

    .v2-guarantee-card {
        margin: 85px 0 0 0;
        padding: 0 10px 20px;
    }

    .v2-guarantee-card-title {
        font-size: 26px !important;
        line-height: 1;
    }

    .v2-guarantee-card-text {
        font-size: 19px !important;
        line-height: 25.96px;
    }

    .v2-testimonials-section-title {
        font-size: 25px !important;
    }

    .v2-testimonial-photo-container {
        min-width: 65px;
    }

    .v2-testimonial-photo {
        width: 58px;
        height: 58px;
    }

    .v2-testimonial-photo span {
        font-size: 20px;
    }

    .v2-testimonial-text {
        line-height: 24px;
    }

    .v2-verified-testimonial {
        font-size: 16px !important;
        line-height: 24px;
    }

    .v2-faq-container {
        padding: 0 10px;
    }

    .v2-certified-icon {
        width: 10px;
    }

    .v2-price-number-middle,
    .v2-price-number {
        font-size: 56px !important;
    }

    .v2-price-labels-middle span {
        font-size: 26px !important;
        line-height: 1;
    }

    .v2-total-price {
        font-size: 22px !important;
    }

    .v2-money-back-text {
        font-size: 17px !important;
    }

    .v2-add-cart-btn {
        height: 68px;
        border-radius: 50px;
    }

    .v2-add-cart-btn span {
        font-size: 30px !important;
    }

    .v2-save-price-text {
        font-size: 22px !important;
    }
}

@media screen and (max-width: 576px) {
    .bottle-card-v2 {
        max-width: 100%;
    }

    .bottle-1-v2-middle {
        height: 228px;
        object-fit: contain;
    }

    .v2-shipping-badge {
        right: 30px;
    }

    .v2-shipping-badge-middle {
        right: 40px;
    }

    .stepper-line {
        width: 87%;
        left: 20px;
        top: 10px;
    }

    .stepper-active-line {
        top: 11px;
    }

    .stepper-container {
        width: 94%;
    }

    .step-circle {
        width: 22px;
        height: 22px;
    }

    .step-inner-circle {
        width: 18px;
        height: 18px;
    }

    .step-label {
        font-size: 14px;
    }
}

@media screen and (max-width: 427px) {
    .stepper-line {
        width: 84%;
    }
}