/* remove amazon pay */
.password-info {
    display: none !important;
}

/* custom HEADER - depoiments */
.page-header ul.features-links>li.zz_star .cdz-top-link>span.label:before {
    color: #202020;
    transition: .6s;
    display: inline-block;
    font: normal normal normal 30px/1 'CodazonFont';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E975";
    speak: none;
}

/* parcelamento */
.zz_parcel {
    font-size: 1.2em;
}

/* catalog - view - custom */
.product-list-style-49 .product-item .installments .price-box {
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    /* product - view - custom */
    .product-view-style-03 .product-info-main .installments .price-box {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .qtip-content .image{
        width:120px !important;
        height:120px !important;
    }
    .qtip.qtip-default {
        margin-left:-40px;
    }
	.qtip-tip{
        left:40px !important;
    }
}

