/*
Theme Name: Escale Nature
Author: Creatives
Version: 1.0
*/


.cart-collaterals .cart_totals{
    width: 100% !important;
}

a.checkout-button.button.alt.wc-forward {
    background: #E0B3A7;
    border: 2px solid #E0B3A7;
    color: #fff;
    width: 100%;
    max-width: 437px;
    height: 48px;
    background: #FFFFFF;
    border: 2px solid #E0B3A7;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #E0B3A7;
}

a.checkout-button.button.alt.wc-forward:last-child{
    background: #E0B3A7;
    border: 2px solid #E0B3A7;
    color: #fff;
}
a.checkout-button.button.alt.wc-forward:last-child:hover{
    background-color: #474743;
    border: 2px solid #474743;
    color: #fff;
}

.stripe-card-group{
    width:100% !important;
}

.wc-stripe-elements-field{
    width: 100% !important;
}

.woocommerce-account .woocommerce-MyAccount-content{
    width: 100%;
}

.stock_stat span {
    width: 20px;
    height: 20px;
    background-color: #000;
    display: inline-block;
    border-radius: 100%;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

body.pum-open {
  font-weight: inherit !important;
  opacity: 1 !important;
}