@media (min-width: 992px) {
    .page[data-action="Cart-Show"] .cart-page .product-card-container .card.product-info {
        padding: 1rem 0px;
        border-bottom: 0.0625rem solid var(--color-grey7);
        border-top: none;
    }

    .page[data-action="Cart-Show"] .cart-page .product-card-container .card.product-info .size-quantity-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    .page[data-action="Cart-Show"] .cart-page .totals .sales-tax {
        border-top: 0.0625rem solid var(--color-grey7);
        padding-top: 1.25rem;
        padding-left: 0;
        padding-right: 0;
    }

    .page[data-action="Cart-Show"] .cart-page .totals .row-total {
        border-top: none;
        border-bottom: 0.0625rem solid var(--color-grey7);
        padding: 0 0 0.9375rem 0;
    }
    .page[data-action="Cart-Show"] .cart-page .product-carrousel-container{
        margin: 5.5rem 0 2.5rem;
    }
    .page[data-action="Cart-Show"] .carousel-simple .row-title-arrows .section-title-layout h6.title {
        font-size: 20px;
        line-height: 23.44px;
        font-weight: 700;
        font-family: 'Roboto';
    }
}
.page[data-action="Cart-Show"] .cart-page .main-row {
    width: 95%;
    max-width: 84rem;
    margin: auto;
}
.page[data-action="Cart-Show"] .cart-page .product-card-container .card.product-info {
    padding: 1rem 0px;
}


.page[data-action="Cart-Show"] .cart-page .cart-favorites-login {
    margin-top: unset;
}

.page[data-action="Cart-Show"] .promo-code-submit {
    font-family: 'roboto', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.438rem;
    padding-left: 0;
}

.page[data-action="Cart-Show"] .cart-page .product-card-container .page-title,
.page[data-action="Cart-Show"] .cart-page .cart-favorites-login .banner-title {
    font-family: 'oswald';
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.313rem;
    margin: 0rem 0px;
    padding: 1.375rem 0px;
}

.page[data-action="Cart-Show"] .cart-page .product-card-container .card.product-info:first-of-type {
    border-top: unset;
}

.page[data-action="Cart-Show"] .cart-page .product-card-container .card.product-info .line-item-name,
.page[data-action="Cart-Show"] .cart-wishlist-container .wishlistItemCards .card-product-details {
    font-family: 'roboto', sans-serif;
    font-weight: 700;
    font-size: 1.313rem;
    line-height: 1.875rem;
}

.page[data-action="Cart-Show"] .cart-wishlist-container .wishlistItemCards .card-product-details .item-category{
    font-weight: 300;
    font-size:16px;
    font-family: "Roboto";
}

.page[data-action="Cart-Show"] .cart-wishlist-container .wishlistItemCards .card-product-details .product-card-price .price{
    text-align: left;
    white-space: nowrap !important;
}

.page[data-action="Cart-Show"] .cart-page .totals .summary-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.758rem;
    padding: 1rem 0;
}

.page[data-action="Cart-Show"] .cart-wishlist-container .wishlistItemCards .strike-through .value {
    color: #C6C6C6;
}

.page[data-action="Cart-Show"] .cart-page .product-card-container .card.product-info .product-card-footer .row .price .value,
.page[data-action="Cart-Show"] .cart-wishlist-container .wishlistItemCards .value {
    color: #000;
    font-family: 'roboto';
    font-weight: 700;
    font-size: 1.313rem;
    line-height: 1.875rem;
}

@media screen and (min-width: 768px) {
    .page[data-action="Cart-Show"] .cart-page .product-card-container .card.product-info .product-card-footer .row .price .strike-through {
        text-decoration: line-through;
        text-decoration-color: #9a9a9a;
        text-decoration-thickness: 2px;
    }

    .page[data-action="Cart-Show"] .cart-page .product-card-container .card.product-info .product-card-footer .row .price .strike-through .value {
        color: #C6C6C6;
    }
    .page[data-action="Cart-Show"] .cart-wishlist-container .wishlistItemCards .card-product-details .product-card-price .price,
    .page[data-action="Cart-Show"] .cart-page .product-card-container .card.product-info .product-card-footer .row .discount {
        text-align: right !important;
    }
}

@media screen and (max-width: 768px) {

    .page[data-action="Cart-Show"] .cart-page .product-card-container .card.product-info .product-card-footer .row .price .value,
    .page[data-action="Cart-Show"] .cart-wishlist-container .wishlistItemCards .value {
        color: var(--color-grey4);
        font-weight: 300;
        font-size: 16px;
    }
}

.page[data-action="Cart-Show"] .cart-page .product-card-container .card.product-info .product-card-footer .row .price {
    white-space: nowrap !important;
    /* white-space: normal !important; */
}

.page[data-action="Cart-Show"] .cart-page .product-card-container .fa {
    font-size: 1.438rem;
    line-height: 1.638rem;
    color: #939393;
    padding: 0 0.25rem;
}

.page[data-action="Cart-Show"] .cart-page .totals .btn-link span {
    font-family: 'Roboto Condensed', sans-serif;
    margin-left: 1rem;
    margin-right: unset;
    font-size: 1.063rem;
    line-height: 1.313rem;
    font-weight: 700;
}

.page[data-action="Cart-Show"] .cart-page .btn.btn-link:after,
.btn.btn-link:before {
    content: "";
    width: 0.5625rem;
    height: 0.125rem;
    background: #000;
    display: block;
    position: absolute;
    top: 50%;
    right: 98%;
    transition: transform 0.3s ease-in-out;
}

#checkout-main .checkout-wrapper .order-product-summary-wrapper .order-product-summary .pricing,
#checkout-main .checkout-wrapper .order-product-summary-wrapper .order-product-summary .pricing span,
.font-inherit,
.page[data-action="Cart-Show"] .cart-wishlist-container .wishlistItemCards .card-product-details p,
.page[data-action="Order-Confirm"] .container.receipt .card.confirm-details .card-body .attributes-prices-wrapper .pricing {
    font-family: 'roboto', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.438rem;
}

.page[data-action="Cart-Show"] .cart-page .totals .grand-total-label-span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.313rem;
}

.page[data-action="Cart-Show"] .cart-page .totals .checkout-continue .btn-primary.checkout-btn {
    background-color: #1C4DA1;
}

.page[data-action="Cart-Show"] .cart-page .totals .checkout-continue .btn-primary.checkout-btn {
    justify-content: center;
}

.page[data-action="Cart-Show"] .cart-page .cart-favorites-login .register-viewall {
    text-decoration: none;
    font-weight: 500;
}

.page[data-action="Cart-Show"] .cart-page .totals .applied-promotion-discount,
.page[data-action="Cart-Show"] .cart-page .totals .promotion-name,
.page[data-action="Cart-Show"] .cart-page .totals p,
.page[data-action="Cart-Show"] .cart-page .totals .order-discount p {
    font-family: "Roboto", serif !important;
}

.page[data-action="Cart-Show"] .cart-page .totals .applied-promotion-discount,
.page[data-action="Cart-Show"] .cart-page .totals .applied-promotion-discount p,
.page[data-action="Cart-Show"] .cart-page .totals .order-discount p,
.page[data-action="Cart-Show"] .cart-page .totals .order-discount-total,
.page[data-action="Cart-Show"] .cart-page .totals .order-discount-total p,
.page[data-action="Cart-Show"] .cart-page .totals .shipping-discount,
.page[data-action="Cart-Show"] .cart-page .totals .shipping-discount p,
.page[data-action="Cart-Show"] .cart-page .totals .shipping-discount-total,
.page[data-action="Cart-Show"] .cart-page .totals .shipping-discount-total p {
    /* color: var(--color-green) !important; */
    color: unset !important;
}

.page[data-action="Cart-Show"] .cart-page .totals .order-discount {
    color: #1C4DA1 !important;
}

.page[data-action="Cart-Show"] .cart-page .product-card-container .cart-guest-banner .banner-title {
    color: #4597F7 !important;
    font-size: 1.25rem;
    line-height: 1.313rem;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}


.page[data-action="Cart-Show"] .button-container {
    display: flex;
    justify-content: flex-start;
}



.page[data-action="Cart-Show"] a.btn-marathon-dark,
.page[data-action="Cart-Show"] a.btn-marathon-light {
    font-family: "Roboto", serif !important;
    font-weight: 700;
    letter-spacing: 1px;
    border: 0;
    margin-top: 1rem;
    margin-right: 1rem;
    padding: 0.438rem 3.75rem;
    position: relative;
    z-index: 1;
    border-radius: unset;
    max-width: 388px;

}

@media screen and (max-width: 768px) {

    .page[data-action="Cart-Show"] a.btn-marathon-dark,
    .page[data-action="Cart-Show"] a.btn-marathon-light {
        padding: 0.438rem 1.75rem;
    }
}

.page[data-action="Cart-Show"] a.btn-marathon-dark {
    /* border: 1px solid var(--banner-color, var(--color-black)); */
    color: #ffffff !important;
    background-color: #1C4DA1 !important;
}

.page[data-action="Cart-Show"] a.btn-marathon-light {
    border: 1px solid var(--banner-color, var(--color-black));
    color: var(--banner-color, var(--color-black)) !important;
    background-color: transparent !important;
}

.page[data-action="Cart-Show"] .cart-page .product-card-container .cart-guest-banner {
    border: unset;
}

.page[data-action="Cart-Show"] .cart-page .product-card-container .cart-empty .empty-cart-message {
    font-family: "Roboto", serif !important;
    font-weight: 300;
}

.cart-guest-banner {
    padding-left: 0 !important;
}


.page[data-action="Cart-Show"] .cart-page .cart-favorites-login .banner-content{
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.463rem;
    font-family: 'Roboto';
}
.page[data-action="Cart-Show"] .cart-page .cart-favorites-login .banner-content a{
font-weight: 400;
}



.page[data-action="Cart-Show"] .cart-page .product-card-container .card.product-info .product-card-footer .row .discount {
    color:#1C4DA1;
    font-family: 'Roboto';
    line-height: 1.469rem;
    font-size: 1rem;
    font-weight:300;
    text-align: left;
 }


.cart-page .carousel-simple .slides{
    padding-inline-start: 0
}
