/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.cart-totals-section--custom {
    display: flex;
    margin-top: 20px;
    width: 100%;
}

.cart-totals-section--custom > div {
    width: 100%;
    margin-left: auto;
}

.cart-totals-section--custom  .wc-proceed-to-checkout {
    display: flex;
}

.cart-totals-section--custom  .wc-proceed-to-checkout .checkout-button {
    margin-left: auto;
}

@keyframes moveLeftToRight {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-120%);
    }
}

.promotion-info {
    display: block;
    border-top: 1px solid #eaeaea;
    position: fixed;
    bottom: 0;
    z-index: 349;
    background: rgba(5, 95, 0, 0.9);
    color: #ffff;
    font-size: 36px;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    min-height: 120px;

    @media (max-width: 1024px) {
        bottom: 49px;
    }
}

.promotion-info span {
    position: fixed;
    animation: moveLeftToRight 10s linear infinite;
    overflow: hidden;
    white-space: nowrap;
}

.promotion-info:hover {
    background: rgba(5, 95, 0, 0.9);
    color: #ffff;
}

.promotion-info:hover span {
    animation-play-state: paused;
}

.wpgs-thumb {
    display: block;
}
.single-product del .amount {
    display: block;
}

.single-product .price {
    display: flex;
    gap: 0.2rem;
    align-items: center;
    justify-content: flex-end;
}

.product-labels > .onsale {
    display: none!important;
}
.onsale {
    padding: 10px 20px;
    color: #fff;
    background: rgba(5, 95, 0, 1);
    box-sizing: content-box;
    position: absolute;
    z-index: 10000;
}


