.cart-item h3 {
	margin: 0;
	font-size: 18px;
	color: #3C3C3C;
	/* cursor: pointer; */
	line-height: 30px;
	padding-left: 10px;
}

.cart-item h3 span {
	display: none;
}

.cart-item h3 small {
	display: none;
}

.cart-item h3 ~ p {
	padding-left: 10px;
}

.cart-item {
	border-bottom: 1px solid #d4d4d4;
	position: relative;
}

.cart-item .PRODUCT_STAMP_CONTAINER{
	padding: 0 5px !important;
	position: absolute;
}

.cart-item .PRODUCT_STAMP_TEXT{
	display: none;
}

.cart-content table.height {
	height: 130px;
}

.cart-content .PRODUCT_STAMP_CONTAINER .PRODUCT_STAMP_CONTENT{
	justify-content: flex-start;
}

.cart-content .PRODUCT_STAMP_CONTAINER .PRODUCT_STAMP,
.cart-content .PRODUCT_STAMP_CONTAINER .PRODUCT_STAMP_FA{
	margin-right: 5px;
	width: unset;
}

.cart-content .PRODUCT_STAMP_CONTAINER .PRODUCT_STAMP img{
	height: 25px;
}

.cart-content p {
	margin: 0;
	line-height: 14px;
    font-size: 14px;
}

.cart-content .price {
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
}

.cart-content .price.old {
	color: #BBB;
	text-decoration: line-through;
	font-size: 14px;
}

.cart-content .order table.height {
	height: 100px;
}

.cart-content .orderDetail .order table.height {
	height: auto;
}

.CART_ACTION_TOP{
	width:100%;
	padding:0;
	margin:0;
	overflow: hidden;
	box-sizing: border-box;
}

.CART_ACTION_CONTENT{
	width:50%;
	float: left;
	padding:0;
	margin:0;
	overflow: hidden;
	box-sizing: border-box;
}

.FREE_FREIGHT{
	width: 100%;
	padding: 10px 0;
	box-sizing: border-box;
}

.FREE_FREIGHT_LABEL{
	width:100%;
	text-align:center;
	font-size: 14px !important;
	font-weight:bold;
	padding-bottom: 7px;
	box-sizing: border-box;
	color: #41995A;
}

.FREE_FREIGHT_TOTAL{
	width: 100%;
	height: 20px;
	background-color: #F9F9F9;
	margin:0 !important;
	padding:0 !important;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	box-shadow: 0px 3.88px 3.88px 0px #0000001A; 
}

.FREE_FREIGHT_VALUE{
	height: 16px;
	background: linear-gradient(90deg, rgba(37,233,38,1) 0%, rgba(50,121,9,1) 100%);
	margin:0 2px !important;
	padding:0 !important;
	box-sizing: border-box;
	transition: width 500ms;
	align-self: center;
	border-radius: 8px;
}

@media (max-width: 1000px) {
	.CART_ACTION_CONTENT{
		width:100%;
	}
}

.PAYMENT_TITLE {
	text-align: left;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 2px solid #d4d4d4;
    padding: 15px 0 10px 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.PAYMENT_TITLE span {
	box-sizing: border-box;
    border: 6px solid #DDDDDD;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: end;
    justify-content: flex-end;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 19px;
    vertical-align: middle;
    color: #999999;
}

.PAYMENT_TYPE_BOX{
	width: 100%;
    box-sizing: border-box;
    border: 1px solid #666666;
    border-radius: 3px;
    position: relative;
}

.PAYMENT_TYPE_CONTENT{
	background-color: #FFFFFF;
    width: calc(2px + 100%);
    left: -1px;
    border: 1px solid #666666;
    border-radius: 4px;
    position: absolute;
    top: 100%;
    text-align: left;
    overflow: hidden;
	display: block;
	transform-origin: top;
	z-index: 99999;
	transform: scaleY(0);
	opacity: 0;
	transition: transform 300ms, opacity 300ms;
}

.PAYMENT_TYPE_ITEM{
	padding: 5px 16px;
    overflow: hidden;
    text-align: left;
    font-size: 16px;
    line-height: 12px;
    cursor: pointer;
    display: flex;
	align-items: center;
	justify-content: space-between;
}

.PAYMENT_TYPE_DD_ITEM{
	padding: 5px 16px;
    overflow: hidden;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    display: flex;
	align-items: center;
	transition:background-color 150ms;
}

.PAYMENT_TYPE_DD_ITEM:HOVER{
	background-color: #EFEFEF;
}

.PAYMENT_TYPE_ITEM i, 
.PAYMENT_TYPE_DD_ITEM i{
	font-family: 'FA', sans-serif;
    font-weight: 900;
    font-size: 16px;
    padding-right: 8px;
    line-height: 30px;
    background-color: transparent !important;
	font-style: normal;
	width: 25px;
    display: inline-block;
    text-align: center;
}

.PAYMENT_TYPE_DD:after{
	font-family: 'FA', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 30px;
    content: '\f107';
    background-color: transparent !important;
    font-style: normal;
}

.PAYMENT_TYPE_ITEM input {
	margin-right:10px;
}

.PAYMENT_TYPE_CONTENT.ACTIVE{
	transform: scaleY(1);
	opacity: 1;
	max-height: 360px;
	overflow-y: auto;
}

.SIMPLE_BUTTON{
	float: right;
    padding: 14px 14px !important;
    font-size: 16px;
    max-width: 247px;
    margin-bottom: 16px;
}

.BOLETO_CONTAINER{
	box-sizing: border-box;
    margin: auto;
    display: flex;
    width: 100%;
    border: 1px solid #666666;
    padding: 25px 60px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	margin-top: 15px;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.BOLETO_ICON:before{
	font-family: 'FA', sans-serif;
    font-weight: 900;
    font-size: 130px;
    content: '\f02a';
    background-color: transparent !important;
    font-style: normal;
}
.BOLETO_TEXT{
	box-sizing: border-box;
    margin-top: -38px;
    display: block;
    background-color: white;
    padding: 2px 12px 5px 12px;
    font-size: 20px;
    font-weight: bold;
}
.BOLETO_LABEL{
	box-sizing: border-box;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
}

.checkout-success h4 {
	margin: 0;
	font-size: 24px;
}

.messagePayment{
	font-size: 16px; 
	font-family: Lato, sans-serif; 
	padding: 0 10px;
}

.PIX_LOGO_CONTAINER {
    text-align: center;
    margin: 10px 0;
}

@media (max-width: 900px) {
	.PAYMENT_CONTAINER .col-6,
	.PAYMENT_CONTAINER .col-8,
	.PAYMENT_CONTAINER .col-4{
		width:100% !important;
	}
}

@media screen and (max-width: 700px) {
	.cart-content .qtdBox [class*="col-"] {
		border: 1px solid var(--color--primary);
	}
	.cart-content .table-fixed.height {
		height: auto;
		padding-top: 5px;
	}
	.cart-content .table-fixed td {
		vertical-align: top;
	}
	.cart-content .col-4.image {
		width: 100%;
	}
	.cart-content .col-7.desc {
		width: 100%;
		padding: 0 20px;
	}
	.cart-content .qtdBox {
		padding: 10px 0;
	}
	.cart-content .qtdBox [class*="col-"] {
		float: none;
		border: 1px solid #7a7a7a;
		border-radius: 0px;
		width: 50px;
	}
	.cart-content .qtdBox [class*="col-"]:first-of-type {
		border-bottom: 0;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	.cart-content .qtdBox [class*="col-"]:last-of-type {
		border-top: 0;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
	}
	.cart-content .order table.height {
		height: auto;
	}
}

.DISCHARGE_CONTAINER{
	width: 100%;
	padding: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow-x: hidden;
}

.DISCHARGE_ITEM {
	border: 1px solid #BBBBBB;
    width: 100%;
    max-width: 49%;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 9px;
    font-size: 14px;
    padding: 10px 14px;
    cursor: pointer;
    text-align: left;
    color: #333333;
	user-select: none;
    transition: all 250ms;
}

.DISCHARGE_TITLE{
	font-size: 16px;
    line-height: 19px;
    padding: 10px;
    margin-top: 14px;
}
.DISCHARGE_TITLE span{
    display: inline-block;
}

.DISCHARGE_ITEM:HOVER{
	background-color: #F8F8F8;
}

.DISCHARGE_TITLE a,
.DISCHARGE_TITLE a:hover,
.DISCHARGE_TITLE a:visited {
	color: var(--color--gray--dark);
	text-decoration: underline;
}

.DISCHARGE_ITEM span::before{
	font-family: 'FA', sans-serif;
    font-weight: 400;
    font-size: 12px;
    content: '\f111';
    margin-right: 10px;
    color: #333333;
	transition: all 300ms;
	display: inline-block;
}

.DISCHARGE_ITEM.ACTIVE{
	border-color: var(--color--primary);
	transform: scale(1.02);
    box-shadow: 1px 5px 11px -6px #676767;
	animation: pulse 500ms ease;
}

.DISCHARGE_ITEM.ACTIVE span::before{
	content: '\f192';
	color: var(--color--primary);
	animation: bounceIn 500ms ease;
}

@media (max-width: 900px) {
	.DISCHARGE_ITEM{
		font-size:12px;
	}
}

@media (max-width: 360px) {
	.DISCHARGE_ITEM{
		font-size:11px;
	}
}