/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 /****Footer personalizado****/
@media (max-width: 768px){
#footer .block-toggle > .block-title span::after {
    float: inline-end;
}
#footer-container-main, #checkout-footer {
    padding: unset !important;
}

#footer .block-title, #checkout-footer .block-title {
    margin-top: 0.8em;
    padding-top: 0.6em;
}
.col.col-md.block.block-toggle.block-iqitlinksmanager.block-iqitlinksmanager-1.block-links.js-block-toggle {
    border-bottom: 1px solid;
}
.col.col-md.block.block-toggle.block-iqitlinksmanager.block-iqitlinksmanager-3.block-links.js-block-toggle {
    border-bottom: 1px solid;
}
.col.col-md.block.block-toggle.block-iqitcontactpage.js-block-toggle {
    border-bottom: 1px solid;
}
.block.block-footer.block-toggle.block-social-links.js-block-toggle {
    padding-right: 15px;
    padding-left: 15px;
    border-bottom: 1px solid;
}
.block.block-footer.block-toggle.block-newsletter.js-block-toggle {
    padding-left: 15px;
    padding-right: 15px;
}
#footer-container-main .col-12.col-md-auto {
    padding: unset;
}
#footer .block-toggle._toggled {
    padding-bottom: 1rem !important;
}
#footer .block {
    padding-bottom: unset !important;
}
}
#footer .block-content {
	font-size: 0.8rem;
}
#footer .block-title {
	font-size: 1rem;
}
/**************/
@media (max-width: 576px){
.col.col-12.col-sm-auto.col-add-qty {
	max-width: 25% !important;
}
.col.col-12.col-sm-auto.col-add-btn {
	max-width: 55% !important;
}
.col.col-sm-auto.col-add-wishlist {
	max-width: 20% !important;
}
}
