hr {
	border: 1px solid #cecece;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
	background-color: #dd5f9c;
	color: white !important;
	font-weight: initial !important;
	padding: 5px;
	width: 95%;
}
.woocommerce-notices-wrapper {
	display: none;
}
.disabled {
	opacity: 0.5;
}
.cross-sells{
	display: none!important;
}
.cart_totals{
	width: 100%!important;
}
tbody > tr > td {
	text-align: end;
}
h2{
	color: #dc5e9b !important;
	font-family: vagRounded;
}

/* Resumo do Pedido */
#cart-itens > div > div {
	display: flex;
}
#cart-itens > div > div > div > img{
	width: 80px;
	height: 80px;
	margin: 0px;
	object-fit: cover;
	padding: 10px;
	border-radius: 10px;
}
#cart-itens > div > div > div > label{
	display: block;
}
#cart-itens > div > div > div {
	width: 100%;
	text-align: center;
	margin: auto;
}
.product-remove {
	width: 15%!important;
}
.product-remove > a {
	text-align: center;
	margin: auto;
}
.product_name > p {
	text-align: center;
	margin: auto;
}

/* Aproveite Também */
.checkout_dados_um > div{
	display: inline-block;
	vertical-align: top;
}
.checkout_data {
	width: 71%;
}
.aproveite_tambem{
	text-align: center;
}
.aproveite_tambem > div > div{
	margin: 10px;
	padding: 15px;
	background-color: #ebe9eb;
	border-radius: 5px;
	width: 230px;
	display: inline-block;
}
.aproveite_tambem > div > div img{
	width: 230px;
	height: 150px;
	object-fit: cover;
}
.aproveite_tambem > div > div > p {
	margin: 0px;
	font-size: 12pt;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
}
.price_aproveite_tambem {
	text-align: end;
	color: #dd5f9c;
	padding: 5px;
}
.price_aproveite_tambem > label > s {
	font-size: 9pt;
}
.space_aproveite_tambem {
	padding: 20px;
}
.cursos, .wc-checkout-link {
	font-family: vagRounded;
}
.woocommerce a.button::after {
	content: none!important;
	background: #dd5f9c;
	margin: auto;
	text-align: center;
	padding: 3px;
	border-radius: 5px;
	color: white;
	cursor: pointer;

}
.btn_aproveite_tambem {
	background: #dd5f9c;
	margin: auto;
	text-align: center;
	padding: 3px;
	border-radius: 5px;
	color: white;
	cursor: pointer;
}
.product_name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* checkout */
.wc-checkout {
	background-color: #dd5f9c;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	margin: auto;
}
.wc-checkout-link {
	color: white;
	text-decoration: none;
}

/* media */
@media(max-width:600px) {
	.product_value, .product_quantity {
		display: none;
	}
}