.ecBtn,
.ecBtn--add2cart{

    box-sizing: border-box;
    cursor: pointer;

    opacity: 1;
    color: white;
    text-transform: uppercase;
    padding: 12px 25px;
    transition: 0.3s all;
    border-radius: 3px;
    border: none;
    padding-right: 30px;
    background-color: #424050;
    background-size: contain;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: auto;
    text-align: center;
}
.ecBtn--add2cart{
    background-color: #424050;
}
.ecBtn--add2cart:hover {
background-color: #34333c !important;
color: #ffffff !important;
}
.ecBtn--disabled{
    background-color: #989898;
}

.listBlock__title,
.listBlock__list{
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}
.ecBtn,
.ecBtn--add2cart{
    /* text-transform: none; */
}
.listBlock__title{
    font-size: 22px;
}
.listBlock__list{
    font-size: 16px;
}


.ec--step2 .ec.deco:before,
.ec--step2 .ec .deco__inner{
    display: none;
}

.ecForm__field {
    margin-bottom: 15px;
}
.ecForm__field input,
.ecForm__field select,
.ecForm__field textarea{
    height: 36px;
    border-bottom: 1px solid #bdbdbd;
}


.ecBilling{
    margin-top: 30px;
}

.ec.deco.deco--top:before{
    height: 490px;
}

.ecSection__summary_product:nth-child(even){
    background: #f8f6f1;
}
.ecSection__summary {
    background-color: #f8f6f1;
}

/* Cart */
.ecCart{
    padding: 30px 20px;
    box-shadow: 1px 1px 5px 1px rgb(128 128 128 / 10%);
}
.ecCart ul li {
    border-bottom: 1px solid #d6d6d6;
    padding: 12px 10px;
    box-sizing: border-box;
}
.cart-summary{
    background: none;
}
.cart-summaries{
    margin-top: 15px;
}
.cart-summaries > :last-child{
    border-bottom: 0;
    padding-bottom: 0;
    min-height: 0;
}

.ec--step2 .ecCart{
    /* background-color: #f8f6f1; */
}