/* Bug modal escondido no topo */
#checkoutMainContainer #vtexIdContainer {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#cartValueAlert {
  	text-align: center;
    padding: 14px;
    font-size: 1.1em;
  	border-radius: 3px;        
    border: 1px solid #fb7f7f;
  	background-color: #ffb0b0;
    margin: 5px;    
}

#cartValueAlert .value {
  	font-weight: bold;
}

.brand-name {
    display: none !important;
}

body.body-cart,
body.body-order-form {
    padding-bottom: 0px !important;
    background-color: #efefef;
}

.header {
    padding: 1rem 10px;
    margin-bottom: 1rem;
}

.header a {
    display: block;
    text-align: center;
}

.header .logo {
    max-width: 713px;
    width: 80%;
}

.safe-env {
    position: relative;
    padding: .5rem 1rem;
    font-size: .8rem;
    color: white;
    background-color: #18b75f;
    text-align: center;
    border-radius: 5px;
    margin-top: 1rem;
    line-height: 1rem;
    border: 1px solid;
    border-color: #14984f;
}

/* CONTENT */

.container.container-main {
    width: auto !important;
    padding: 0 10px !important;
}

.srp-pickup-info {
    text-align: center;
}

#cart-title,
.cart-more-options .srp-main-title,
#orderform-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    color: #4d4d4d !important;
}

.cart-template .cart,
.cart-totalizers,
.mini-cart .summary-template-holder {
    border-color: #e3e4e6;
    border-width: .125rem;
    border-radius: .25rem;
    background-color: white;
  	border-style: solid;
}

.cart-active .srp-container {
    max-width: none !important;
}

.srp-pickup-info label,
.srp-delivery-info label,
#shipping-preview-container .srp-toggle__wrapper {
    background-color: white;
}

#cart-to-orderform,
#cart-choose-more-products,
#btn-client-pre-email,
#payment-data-submit,
.btn-go-to-payment,
#cart-choose-products,
#go-to-shipping {
    display: block;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 15px !important;
    text-align: center;
    border: 1px solid;
    border-color: #159e52;
    border-radius: 6px;
    background-color: #18b75f;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    background-image: none;
}

#cart-choose-more-products {
    color: #159e52;
    background-color: transparent;
    font-size: 1rem;
}


.product-name .seller {
    display: none !important;
    visibility: hidden;
    opacity: 0;
}

.totalizers-list td.info:empty::after {
    content: 'Subtotal';
    display: block;
}

.client-pre-email {
    background-color: #efefef;
}

p.link-cart {
    float: unset !important;
    margin-bottom: 1rem;
}

#orderform-to-cart:before,
#orderform-minicart-to-cart:before {
    content: '←';
}

.client-pre-email-h {
    margin-bottom: 1rem;
}

/* CART-ITEMS */

.mini-cart .item:only-child {
    border-top: none;
}

@media (max-width: 490px) {

    .full-cart .cart table tbody tr td.product-image,
    .full-cart .cart table tbody tr td.bundle-item-image {
        left: unset;
        position: relative;
    }

    .full-cart .cart table tbody tr:first-child {
        margin-top: unset !important;
    }

    .full-cart .cart table tbody tr td.product-name {
        padding-left: unset !important;
        display: inline-block;
        margin-left: unset;
        max-width: 60%;
    }

    .product-image,
    .product-image img {
        width: 75px;
    }

    .product-image img {
        max-width: 75px;
    }

    .full-cart .cart table tbody tr td.product-price {
        float: none;
        margin-right: unset;
        padding-left: 78px;
        width: 35%;
        text-align: left;
    }

    .full-cart .cart table tbody tr td.quantity {
        margin-left: unset;
    }

    .full-cart .cart table tbody tr td.item-remove {
        top: 10px;
        right: 5px;
    }

    .product-name .clone-item,
    [class|="clone-item"] {
        display: none !important;
    }

    .item-attachments-name-gravacao {
        background-color: #dcdbcf;
    }

    .full-cart .cart table tbody tr.item-attachments-content .item-attachments-item-fields {
        margin-left: unset;
        width: unset;
        padding-left: 75px;
    }

    .item-attachments-header strong {
        background-color: unset;
        padding-left: 78px;
        margin-top: .5rem;
    }

    .item-component .top-arrow,
    .item-attachments-head .top-arrow {
        border-bottom-color: #dcdbcf;
    }

    #btn-client-pre-email {
        width: 100%;
    }

    .client-pre-email .emailInfo {
        width: auto;
        padding: 15px;
        border-color: #ccc;
    }

    fieldset.pre-email {
        background-color: white;
        margin-bottom: 1rem;
        padding: 15px;
        width: auto;
        border-radius: 5px;
        border: 1px solid #ccc;
    }

    .client-pre-email-h label small {
        display: none;
    }

    .input-small+span.error {
        width: auto;
        margin-bottom: 1rem;
    }

    .step,
    .cart,
    .totalizers,
    .empty-cart-content {
        border-color: #e3e4e6;
        border-width: .125rem;
        border-radius: .25rem;
        background-color: white;
        border-style: solid;
    }

    .step,
    .empty-cart-content {
        padding: 15px;
    }

    .empty-cart-content {
        text-align: center;
    }

    p.payment-description {
        line-height: 140%;
    }

    .box-payment-option .sight {
        margin-top: 1rem;
    }

    #go-to-cart-button {
        text-align: center;
    }

    #go-to-cart-button {
        margin-top: 1rem;
    }

    .cart-more-options .srp-description {
        max-width: unset;
        padding-left: 15px;
        padding-right: 15px;
    }

    .cart-more-options .srp-data {
        margin-top: unset;
        text-align: center;
    }

    #shipping-calculate-link {
        margin-bottom: 1rem;
    }

    .shipping-summary-info {
        font-size: 1rem;
    }
  
  	fieldset.box-client-info-pf p.input:not(:last-child) {
    	margin-bottom: 1rem;
	}
  
  	.totalizers.summary-totalizers.cart-totalizers.pull-right {
  		margin-bottom: unset;
    	padding-top: 5px;
    	padding-bottom: 5px;
  	}
  	.summary-template-holder {
    	width: auto;
  	}
}


/*FOOTER*/

footer.footer {
    padding: 0 !important;
    background-color: #252525;
    color: rgba(255, 255, 255, 0.8);

    list-style: none;

    line-height: 1.5;
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

footer.footer strong {
    color: rgba(255, 255, 255, 0.95);
}

footer.footer hr {
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
    display: block;
    height: 2px;
    margin: 1.5rem 0;
}

footer.footer .newsletter {
    padding: 2rem;
    padding-bottom: 0;
    color: whitesmoke;
    text-align: center;
}

footer.footer .newsletter>div.field {
    margin-bottom: 1.5rem;
}

footer.footer .newsletter .title,
footer.footer .newsletter .subtitle {
    color: whitesmoke;
}

footer.footer .newsletter .subtitle strong {
    color: white;
}

footer.footer .newsletter input {
    text-align: center;
}

footer.footer .links {
    padding: 2rem 2rem 0 2rem;
    text-align: center;
}

footer.footer .links>div h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.95);
}

footer.footer .links>div ul li {
    margin-bottom: 1rem;
    list-style: none;
}

footer.footer .links>div ul li:first-child {
    margin-top: 1rem;
}

footer.footer .links>div:not(:last-child) {
    margin-bottom: 1rem;
}

footer.footer .links .suporte>div {
    margin-top: 15px;
}

footer.footer .links .suporte>div h4 {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
}

footer.footer .links .suporte .telefone,
footer.footer .links .suporte .email {
    letter-spacing: 0.06rem;
    font-size: 1.2rem;
    color: #46bddf;
}

footer.footer .links .pagamento>ul li {
    display: inline-block;
    margin: 0.8rem 0.8rem 0 0;
}

footer.footer .links .pagamento>ul h4 {
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: white;
}

footer.footer .links .pagamento>ul h4 .pagseguro {
    color: #82bb49;
    letter-spacing: 1px;
    text-transform: none;
}

footer.footer .copyright {
    padding: 0 2rem 2rem 2rem;
    font-size: 0.8rem;
}

footer.footer .copyright p {
    text-align: center;
    margin-bottom: 0.375rem;
}


@media (max-width: 979px) {

    .full-cart .summary-totalizers .monetary,
    .full-cart .summary-totalizers .monetary.form-postal-code {
        width: 120px !important;
    }

}