/* remove amazon pay */
.password-info {
    display: none !important;
}

/* ajuste na configuracao da etiqueta */
.cdz-product-labels {
    width: 100%;
}

/* customizacao - etiquetas */
.zz_labelLancamento {
    background: #fe4c1c !important;
    color: #fff !important;
    border-radius: 20px !important;
    transform: rotate(270deg);
    width: 55%;
    float: right;
}
.zz_labelFrete {
    background: #fbfb14 !important; 
    color: #000 !important; 
    border-radius: 20px !important; 
    width: 85%;
}
.zz_labelBordado {
    background-color: #b61e1e !important;
    color: #fff !important;
    border-radius: 20px !important;
    transform: rotate(270deg);
    width: 55%;
    float: right;
}
.zz_labelSunBlack {
    background-color: #000 !important;
    color: yellow !important;
    border-radius: 20px !important;
    transform: rotate(270deg);
    width: 55%;
    float: right;
}
.cms-index-index .zz_labelLancamento,
.catalog-category-view .zz_labelLancamento,
.catalogsearch-result-index .zz_labelLancamento,
.cms-index-index .zz_labelBordado,
.catalog-category-view .zz_labelBordado,
.catalogsearch-result-index .zz_labelBordado,
.cms-index-index .zz_labelSunBlack,
.catalog-category-view .zz_labelFunBlack,
.catalogsearch-result-index .zz_labelSunBlack {
    margin-top: 75px;
    margin-right: -50px;
}
.cms-index-index .zz_labelFrete,
.catalog-category-view .zz_labelFrete,
.catalogsearch-result-index .zz_labelFrete {
    width: 60%;
}

.catalog-product-view .zz_labelLancamento,
.catalog-product-view .zz_labelBordado {        
    margin-top: 1px;
    margin-right: 10em;
    width: 65%;
    display: flex;
    justify-content: center;
    float: left;
    align-content: center;
    transform: rotate(0deg);
}

.catalog-product-view .zz_labelSunBlack {
    margin-left: 35rem;
    max-width: 40%;
    display: flex;
    justify-content: center;
    float: left;
    align-content: center;
    transform: rotate(270deg);
    margin-top: 5em;
}
.catalogsearch-result-index .zz_labelPromotion,
.catalog-product-view .zz_labelPromotion {
    width: 35%;
}


@media (max-width: 768px){
    /* etiqueta blackfun */
    .catalog-product-view .zz_labelSunBlack {
        margin-left: 28rem;
        max-width: 30%;
    }
}