.footer-total {
    width: 100%;
    display: flex;
    justify-content:center;
    padding: 0px 20px;
}

.footer-total div{
    width: 50%;
    display: flex;
}

.footer-total strong {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 29px;
    color: #373A3C;
}

.footer-total label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    color: #373A3C;
    margin-left:10px;
}

.align-to-right {
    justify-content: flex-end;
}

.footer-method {
    padding: 40px 0px 10px 0px;
    display: flex;
}

.footer-method div{
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0px 20px;
}

.footer-method select {
    -webkit-appearance: listbox;
}

.footer-method select, .footer-method input {
    height: 40px;
    line-height:40px;
    border: solid #868687;
    border-width:0px 0px 1.35px 0px;
    margin-bottom:30px;
    color:#272728;
    padding:5px 0px;
    margin-left:0px;
}

.footer-method label{
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    color: #868687;
    margin-left:3px
}

.footer-method select option{
    color:#272728;
}

#select-occur-addresses{
    margin-bottom: 0px;
    background: none;
}

#input-occur-addres{
    background: none;
}

#input-occur-addres::placeholder{
    font-size: inherit;
}

.carusel-sugeridos .slick-slide {
    max-width: 200px !important;
}

.no-padding {
    padding: 0px;
}

#select-order-type{
    background: none;
}

#shipping-addresses{
    background: none;
}

#shipping-methods{
    background: none;
}

.shipping -method-field{
    padding: 0px 0px;
}

#summary-order-cart-table{
    max-width: 100%;
    color: #373A3C;
}

#summary-order-cart-table tbody tr td{
    color: #373A3C;
}

#step1{
    margin-top: 35px;
}

#step3{
    padding-top: 50px;
}