/* @media only screen and (max-width: 1200px) {
    .price ins,
    .price del,
    .price .prihranek {
        font-size: 16px !important;
    }      
}
@media only screen and (max-width: 425px) {
    .price ins,
    .price del,
    .price .prihranek {
        font-size: 13px !important;
    }       
    .price{
        gap: 0px !important;
    }

}
@media only screen and (max-width: 375px) {
    .price ins,
    .price del,
    .price .prihranek {
        font-size: 13px !important;
    }       
    .price{
        gap: 0px !important;
    }
    .price .prihranek {
        font-size: 10px !important;
    }

}
@media only screen and (max-width: 320px) {
    .price ins,
    .price del,
    .price .prihranek {
        font-size: 11px !important;
    }      

} 

.price {
    flex-wrap: nowrap !important;
    align-items: center !important;
    white-space: nowrap !important;
    min-width: 0 !important;
}

.price ins,
.price del,
.price .prihranek {
    display: inline-block !important;
    white-space: nowrap !important;
}

.currency {
    margin-left: 2px !important;
}
*/

/* Cena na min order pagu */
/*
.product {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.product-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.price-section {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
}

.sale-price,
.regular-price {
    white-space: nowrap !important; 
}*/





/*custom min order button for HU*/

/* @media screen and (max-width: 768px) {
    .actions-wrapper {
        flex-direction: row;
    }

    .no-padding{
        padding:0px !important;
    }

    #cart-limit-wrapper {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        z-index: 1000;
        background: white;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
        border-top: 1px solid lightgray;
    }
    
    #cart-limit-wrapper #total-sum {
        font-size: 16px;
        background-color: #f8f8f8;
        color: #333;
        padding: 10px 20px;
        text-align: center;
    }
    
    .actions-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 20px;
        background-color: white; 
    }
    
    .add-more-button {
        background-color: green;
        color: white;
        border-radius: 5px;
        padding: 10px 20px;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s ease;
        width: 60%;
    }
    
    .add-more-button:hover {
        background-color: darkgreen;
    }


    .cart-limit-cta-button {
        width: 80% !important;
        flex: 0 0 auto;
        margin: 0 auto;
    }

    .cart-limit-wrapper .cart-limit-cta-button .wrapper {
        background: green;
        color: #fff;
        padding: 10px 6px !important;
        border-radius: 10px !important;
        width: 100% !important;
        max-height: 50px;
        margin: 3px 0px;
    }


} */