form select {
	display:none;
}
.custom_select {
	position:relative;
	color:white;
	font-size:10px;
	font-weight:700;
	letter-spacing:1.5px;
	text-transform:uppercase;
	cursor:pointer;
}
.carrinho .custom_select > .selected {
    padding: 11px;
}
.custom_select > .selected {
	padding:20px;
	border:1px solid #3f3f3f;
	position:relative;
	line-height:15px;
}
.custom_select > .selected::after {
	content:"";
	position:absolute;
	display:inline-block;
	right:20px;
	margin-top:5px;
	width:7px;
	height:4px;
	transition:all .4s ease-in-out;
	background-repeat:no-repeat;
}
#pais + .custom_select .options {
    max-height: 420px;
}
.blog custom_select.aberto > .selected::after {
	transform:rotate(-180deg);
}
.custom_select > .options {
	position:absolute;
	width:100%;
	max-height:150px;
	display: none;
	overflow:hidden;
	transition:all .4s ease-in-out;
	background-color:#232322;
	border:1px solid #3f3f3f;
	border-bottom:1px solid transparent;
	margin-top:-1px;
	z-index:2;
}
.custom_select.aberto > .options {
	overflow:scroll;
	display: block;
	border-bottom:1px solid #3f3f3f;
	z-index:3;
}
.custom_select > .options > div {
	padding:10px 20px;
	position:relative;
	margin-top:-1px;
	transition:all .4s ease-in-out;
	padding-left:36px;
	font-size:8px;
}
.custom_select > .options > div:hover {
	background-color:#2d2d2d;
	color:white;
}
.custom_select > .options > div.selected::after {
	 content:"";
	 position:absolute;
	 background-image:url("../img/check.svg");
	 background-repeat:no-repeat;
	 height:6px;
	 width:9px;
	 left:20px;
	 margin-top:2px;
	 transition:all .4s ease-in-out;
}
@media(min-width:768) {
    .finalize section.area_form .container {
        padding: 0;
    }
}
@media(max-width:991px) {
	.form_pesquisa_avancada {
		height:auto;
		padding:70px 20px;
		padding-bottom:20px;
		bottom:0;
		overflow:scroll;
		left:-100%;
		width:100%;
	}
	
	.form_pesquisa_avancada form {
		top:0;
		transform:none;
		width:470px;
		max-width:100%;
		margin:0 auto;
	}
	
	.form_pesquisa_avancada p.h3 {
		margin-bottom:35px;	
	}
	
	.form_pesquisa_avancada form .row {
		margin:-5px;
	}
	.form_pesquisa_avancada form .row:last-of-type {
		margin-top:15px;
	}
	
	.form_pesquisa_avancada form .row > div {
		padding:5px;
	}
	
	.form_pesquisa_avancada form .row:last-of-type button {
		padding:15px;
	}
	.form_pesquisa_avancada form .row:last-of-type > div:last-of-type button .svg {
		margin-left:15px;
		top:-1px; 
	}
}
@media(max-width:1024px) {
    .carrinho > .container > .row {
        flex-wrap: wrap;
    }
    .encomenda_resumo > div {
        width: 100%;;
    }
    .encomenda_resumo {
        flex-grow: unset;
        margin: 0 auto 40px auto;
        width: 521px;
    }
    .encomendas .listagem_produtos .desc-info .desc, 
    .carrinho .listagem_produtos .desc {
        width: 158px;
    }
    .listagem_produtos > .total {
        margin: 60px 0 70px 0;
    }
}
@media(min-width:1024px) {
    .encomendas .listagem_produtos .desc-info .desc, 
    .carrinho .listagem_produtos .desc {
        width: 228px;
    }
}