.cms-index-index .product-item-info {
    position: relative;
}

.product-label-info .product-label {
    box-shadow: none!important;
}

/* ====== Página do produto ===== */
.product-social-links {
    display: none;
}

.box-frenet-quote .field {
    width: 80%!important;
}
/* ==========  Fim  ============ */
/* ====== Produto listagem/página ===== */
.product-item .price-box .price-label {
    display: none;
}

.product-info-main .product-info-price .price-label {
    display: none !important;
}

.product-item-info {
    position: relative;
}

@media (min-width: 640px) {
    .products-grid .product-item-info:hover .product-item-inner, .products-grid .product-item-info.active .product-item-inner {
        width: 240px;
        margin-left: -10px;
    }
}

/* ==========  Fim  ============ */

/* ====== Desconto Label ===== */
.product.details.product-item-details,
.amrelated-grid-wrapper .product-item-details {
    position: relative;
}

body:not(.catalog-product-view) #percentage-price {
    position: absolute;
    z-index: 10;
    top: -60px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

body.cms-index-index #percentage-price {
    top: -30px;
}

#percentage-price {
    padding: 1px 6px 1px 7px;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .catalog-category-view #percentage-price,
    .catalogsearch-result-index #percentage-price {
        top: -54px !important;
    }
}

@media only screen and (min-width: 768px) {
    .catalog-product-view .product-info-main #percentage-price {
        margin-right: 6px;
    }
}

/* relacionados */

.related #percentage-price {
    position: absolute;
    top: -30px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

/* busca */
#searchsuite-autocomplete #percentage-price {
    display: none;
}

/* ========= Fim ======== */
/* ========= Página no carrinho ======== */
.checkout-cart-index div[name="shippingAddress.country_id"], .checkout-cart-index div[name="shippingAddress.region_id"] {
    display: none !important;
}
/* ========== Fim ========= */

.dashboard-advanced-reports {
    display: none;
}

/* ==============   menu ========== */
.magicmenu .nav-desktop .level0:hover a span, .magicmenu .nav-desktop .level0:active a span {
    border-bottom: 2px solid #fff;
}