
body#checkout .gdpr_consent .custom-checkbox span {
    position:  relative !important;
}
body#checkout #footer {
    padding-left: 0;
    padding-right: 0;
}
/* Mega Escritorio */
@media only screen and (min-width: 1600px){
	
}
/* Escritorio */
@media only screen and (min-width: 1200px){
    .footer-container > .container > div.row {
        margin-bottom: 40px;
    }
	footer .block_newsletter div.gdpr_consent span {
        font-size: 0.85em;
    }
}
/* Tablet */
@media only screen and (width: 768px){
	
}
/* Mobile */
@media only screen and (max-width: 767px){
	
}
/* iPad landscape */
@media only screen and (min-width : 768px) and (max-width : 1024px) { 

}