@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700;800&display=swap');

* {
    font-family: 'Poppins', sans-serif;
}

button#cart-coupon-add {
    background: #BF0411;
    border: none;
    color: #FFFFFF;
}

del.old-product-price.muted {
    color: #E12922;
}

.table.cart-items td.quantity {
    border: none;
}

.table.cart-items i.icon.icon-remove.item-remove-ico:before {
    content: url(/arquivos/X-checkout-13.svg);
}

.table.cart-items td.quantity .item-quantity-change.item-quantity-change-increment i:before {
    content: url(/arquivos/up-checkout.svg);
    width: 8px;
}

.table.cart-items td.quantity .item-quantity-change.item-quantity-change-decrement i:before {
    content: url(/arquivos/up-checkout.svg);
    width: 8px;
    transform: rotate(180deg);
    height: 28px;
}

table.table.cart-items {
    border: solid 1px #cccccc;
    border-radius: 12px;
}

.table.cart-items thead tr {
    display: none;
}

tr.product-item {
    margin-right: 35px;
}

td.monetary {
    width: 200px;
}

a#cart-to-orderform {
    font-size: 0px;
    height: 50px;
}

a#cart-to-orderform:before {
    content: "Ir a pagar";
    font-size: 16px;
}

body {
    font-family: 'Poppins', sans-serif;
    padding-bottom: 0 !important;
}

.header {
    display: flex;
    justify-content: space-around;
    margin: auto;
    padding: 30px 0px;
    flex-wrap: wrap;
}

.header .titulo {
    font-weight: bold;
    font-size: 24px;
    color: #666;
}

.header .logo img {
    max-width: 160px;
}

.ContainerHeaderTwo,
.ContainerHeaderOne {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ContainerHeaderTwo {
    color: #333333;
}

.ContainerHeaderOne {
    color: #4D4D4D;
}

.tituloCarrito {
    font-weight: bold;
    font-size: 20px;
    padding-top: 2%;
}

.HeaderTOP {
    display: flex;
    justify-content: space-between;
    display: flex;
    align-items: center;
    max-width: 1100px;
    margin: auto;
    height: 50px;
    padding: 0px 50px 0px 20px;
}

.background-HeaderTop {
    height: 50px;
    background: #f2f2f2;
    width: 100%;
}

.HeaderTwo {
    width: 1100px;
    margin: auto;
    justify-content: end;
    display: flex;
    padding-right: 30px;
}

.ContainerHeaderTwo img {
    max-height: 25px;
}

.ContainerHeaderOne img {
    height: 40px;
}

.row1-header {
    display: flex;
    gap: 50px;
}

.footer {
    color: #4D4D4D;
    font-size: 12px;
}

.footer .content {
    max-width: 1100px;
    margin: auto;
}

.footer a {
    text-decoration: none;
    color: #4D4D4D;
}

.footer a:hover {
    color: #4D4D4D;
}

.preFooter {
    margin: auto;
    max-width: 1100px;
    display: flex;
    justify-content: flex-end;
}

.preFooter .mediosPago img {
    width: 200px;
}

.footer {
    margin: 30px 0 0;
    font-weight: 500;
}

.footer .footer1,
.footer .footer2 {
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
}

.colorFooter {
    background: #BF0411;
    color: #fff;
}

.footer2 {
    display: flex;
    align-items: center;
}

.footer span {
    padding: 0 10px;
}

.footer img {
    max-height: 20px;
}

.Mobile {
    display: none;
}

/* START Pick Color Nuevo Carrito */
.sb-b-erasecart .sb-icon,
.sb-b-erasecart .sb-label,
.sb-b-erasecart a:hover .sb-icon {
    color: #fff !important;
    background-color: #2D2DD5 !important
}

/* END Pick Color Nuevo Carrito */
/* START Pick Color Codigo Vendedor */
.sb-b-codigovendedor .sb-icon,
.sb-b-codigovendedor .sb-label,
.sb-b-codigovendedor a:hover .sb-icon {
    color: #fff !important;
    background-color: #2D2DD5 !important
}

/* END Pick Color Codigo Vendedor */
/* START Pick Color Whatsapp */
.sb-b-whatsapp .sb-icon,
.sb-b-whatsapp .sb-label,
.sb-b-whatsapp a:hover .sb-icon {
    color: #fff !important;
    background-color: #2D2DD5 !important
}

/* END Pick Color Whatsapp */
/* START Pick Color Facebook Messenger */
.sb-b-facebook-messenger .sb-icon,
.sb-b-facebook-messenger .sb-label,
.sb-b-facebook-messenger a:hover .sb-icon {
    color: #fff !important;
    background-color: #2D2DD5 !important
}

/* END Pick Color Facebook Messenger */
/* START Pick Color SMS */
.sb-b-sms .sb-icon,
.sb-b-sms .sb-label,
.sb-b-sms a:hover .sb-icon {
    color: #fff !important;
    background-color: #2D2DD5 !important
}

/* END Pick Color SMS */
/* START Pick Color Link */
.sb-b-link .sb-icon,
.sb-b-link .sb-label,
.sb-b-link a:hover .sb-icon {
    color: #fff !important;
    background-color: #2D2DD5 !important
}

/* END Pick Color Link */
/* START Pick Color GMAIL */
.sb-b-gmail .sb-icon,
.sb-b-gmail .sb-label,
.sb-b-gmail a:hover .sb-icon {
    color: #fff !important;
    background-color: #2D2DD5 !important
}

/* END Pick Color GMAIL */
/* START Pick Color Email */
.sb-b-email .sb-icon,
.sb-b-email .sb-label,
.sb-b-email a:hover .sb-icon {
    color: #fff !important;
    background-color: #2D2DD5 !important
}

@media (max-width:1000px) {
    .Mobile {
        display: block;
    }

    .Desktop {
        display: none;
    }

    .background-HeaderTop {
        background: white;
    }

    .ContainerHeaderOne.Mobile {
        background: #f2f2f2;
        display: flex;
        justify-content: center;
    }

    .HeaderTwo {
        /* padding-top: 10%; */
        padding-right: 0px;
        justify-content: center;
    }

    .header .logo img {
        max-width: 120px;
    }

    .ContainerHeaderTwo img {
        max-height: 20px;
    }

    .header {
        font-size: 12px;
    }

    .HeaderTOP,
    .background-HeaderTop {
        height: auto;
    }
}