﻿
/* link perfil instagram */
.pd-footer-row a span {
    color: #550461;
}

/* cor textos rodapé */
.pd-footer-list .pd-footer-list-item .pd-footer-list-text {
	color: #550461;
}

/* Correção height fotos instagram footer */
@media (min-width: 768px) {
	.instaBox > a {
	    height: 134px;
	}
}
@media (max-width: 767px) {
	.instaBox a {
		height: 104px;
	}
}

/* Correção wight qtd. modal composições */
.pd-c-ModalProdutoCombo-option .pd-formQtd {
    width: 90px;
}

/* Efeito esmaeçendo composições no modal */
.footer-modal:before { 
	display: none;
}

/* Ocultar campo cep no carrinho */
.form-box.form-box-cep {
    display: none;
}