/*
Theme Name:   Aleksandra Lachowska Dietetyk Child
Template:     AleksandraLachowskaDietetyk
Description:  Motyw potomny dla WooCommerce, zintegrowany z motywem Aleksandra Lachowska Dietetyk.
Author:       Micha� Lachowski
Author URI:   https://aleksandralachowska.pl
Version:      1.0.0
*/


#primary {
    padding: 250px 0 200px 0;
} 
@media(max-width:768px) {
    #primary {
        padding: 150px 0 200px 0;
    } 
}

.wc-block-cart__submit-container {
    background: #e47c5a;
    border-bottom-left-radius: 3px!important;
    border-bottom-right-radius: 15px!important;
    border-top-left-radius: 15px;
    border-top-right-radius: 3px;
    justify-self: flex-end;
    overflow: hidden;
    padding: 0;
    transition: background-color 0.3s ease-in-out !important;
    color: white!important;
    text-transform: uppercase;
    width: 100%;

    span {
        color:White!important;
    }
}

.wc-block-cart__submit-container:hover{
    background: #bb5f40;
}
