body {
    padding: 0
}

header {
    background-color: #f5f5f5;
    padding: 10px 0;
    text-align: center;
    border-bottom: 5px solid #74a200
}

header > a {
    display: block
}

header > a > img {
    max-width: 237px;
    height: auto
}

.footer-container {
    border-top: 10px solid #74a200;
}
.footer-container .row-payments {
    padding: 30px 15px;
}
.footer-container .row-payments div h3 {
    font-size: 18px;
    margin-bottom: 15px;
    height: 14px;
    color: #74a200;
    font-family: "Arial";
    font-weight: 700;
    text-align: left;
}
.footer-container .row-payments div ul {
    padding: 0;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
  	margin: 0
}
.footer-container .row-payments div ul li {
    list-style: none;

    padding-right: 5px
}
.footer-container .row-final {
    border-top: 10px solid #e6e6e6;
    padding: 30px 0;
}
.footer-container .row-final .container {
    display: flex;
    align-items: center;
}
.footer-container .row-final .footer-text {
    float: left;
    margin-top: 10px;
    color: #3c3c3c;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px
}
.footer-container .row-final .container .footer-imgs a {
    padding-right: 20px
}

h1 {
  color: #535353;
  font-family: "Arial";
  font-size: 25px;
  font-weight: 400;
}

.cart {
  padding: 0
}

.cart > table > thead {
  background: #f5f5f5
}

.row-final > .container {
    display: flex
}

.row-final > .container .footer-text {
    width: 70%
}

.quantity-price span {
	color: red
}

.table {
	border: 1px solid #f4f4f4
}

.table tfoot {
	background: #f4f4f4
}

.coupon-data {
    border: 2px solid #0072bf;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}

.coupon-data > a {
	color: #0072bf;
  	text-decoration: none
}

.cart-links.cart-links-bottom {
    width: 100%;
    display: flex !important;
    justify-content: flex-end;
}

#cart-choose-more-products {
    border: 1px solid #595959;
    height: 47px;
    display: block;
    width: 260px;
    color: #535353;
    font-family: "Arial";
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 5px;
    text-align: center;
    line-height: 47px;
}

.btn-place-order-wrapper > a {
    background-color: #e96800;
    text-shadow: none;
    background-image: none;
    border: none;
    text-transform: uppercase;
    height: 47px;
    padding: 0;
    line-height: 47px;
    width: 190px;
}

@media (max-width: 768px) {
    .cart-links.cart-links-bottom {
        justify-content: center;
        align-items: center
    }

    .full-cart .cart-links-bottom .btn-success {
        margin-top: 0
    }

    .btn-place-order-wrapper > a {
        width: 150px !important
    }

    .link-choose-more-products-wrapper {
        margin-right: 10px
    }
  	.footer-container .row-final .container {
 		flex-flow: column;
    	padding: 0 15px !important
  	}
  	.footer-container .row-final .footer-text,
  	.footer-container .row-final .footer-imgs {
    	width: 100%;
  	}
  	.footer-container .row-final .footer-text {
  		margin-bottom: 25px
  	}
  	.body-cart {
  		padding: 0
  	}
  	.coupon-data {
  		margin: 0 15px
  	}
  	#shipping-preview-container {
  		margin: 0 auto
  	}
  	body .container h1 {
  		text-align: center
  	}
    .container-main {
    	margin: 0 15px !important
  	}
  
  #vtexIdContainer {
    	position: fixed!important;
	}
  
    .vtexIdUI {
    	top: 25%!important;
    }
}


.forms.coupon-column.summary-coupon-wrap.text-center {
    display: none;
}

div.prazo-de-entrega > span:nth-child(2), div.prazo-de-entrega > span:nth-child(1) {display: none;}

div.prazo-de-entrega > span:nth-child(3):before, div.prazo-de-entrega > span:nth-child(2):before {content: "Prazo de manipulação de 3 dias úteis + ";}

div.prazo-de-entrega > span:nth-child(3):after, div.prazo-de-entrega > span:nth-child(2):after {content: " para entrega";}

div#delivery-packages-options .shp-option-text-package.undefined span:after {
    content: "Após o processo de manipulação entre, dois ou três dias úteis.";
}

div#delivery-packages-options .shp-option-text-package.undefined span {
    display: flex;
    flex-direction: column;
}

