.SUGGESTEDLIST_POPUP_FIXED{
	padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 9999;
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.6);
}

.SUGGESTEDLIST_POPUP_FRAME{
	width: 100%;
    max-width: 1200px;
    height: 100%;
    max-height: 740px;
    background: white;
    z-index: 9999;
    text-align: center;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
}

.SUGGESTEDLIST_POPUP_TITLE{
	box-sizing:border-box;
	padding: 10px 40px 0 40px;
}

.SUGGESTEDLIST_POPUP_CONTENT{
	box-sizing:border-box;
	flex: 1;
    overflow-x: hidden;
	overflow-y: auto;
	padding: 0 10px;
}

.SUGGESTEDLIST_POPUP_CONTROLS{
	box-sizing:border-box;
}

.EFETUAR_PAGAMENTO {
	border-radius: 2px;
    font-size: 12px;
    text-align: left;
    display: flex;
    padding: 6px 11px;
}

.EFETUAR_PAGAMENTO div{
	margin-left:14px;
}

.EFETUAR_PAGAMENTO i::after{
	font-family: 'FA', sans-serif;
    font-weight: 900;
    font-size: 22px;
    line-height: 30px;
    padding-left: 5px;
    content: '\f155';
    background-color: transparent !important;
    font-style: normal;
}

.EFETUAR_PAGAMENTO > i{
	transition:all 500ms;
	transform:rotate(0deg);
}

.EFETUAR_PAGAMENTO:HOVER > i{
	transform: scale(1.3);
}

@media (max-width: 900px) {

	.SUGGESTEDLIST_POPUP_FIXED{
		padding: 5px;
	}
	
	.SUGGESTEDLIST_POPUP_FRAME{
		max-width:unset;
		max-height:unset;
	}

	.SUGGESTEDLIST_POPUP_TITLE h1{
		font-size: 22px;
	}

	.SUGGESTEDLIST_POPUP_TITLE h3{
		font-size: 14px;
	}

	.SUGGESTEDLIST_POPUP_TITLE p{
		display:none;
	}

}

.cart-content [class*="product-kit"] {
	width: 100%;
	height: 130px;
	max-height: 130px;
	padding: 0;
	padding: 20px;
    box-sizing: border-box;
}

@media screen and (max-width: 700px) {
	.cart-content [class*="product-kit"] {
		background-position: left;
		height: 200px;
		max-height: 200px;
	}
}
