div.mgu {
    width: 100%;
    color: #3c3c3c;
}

div.product.details.product-item-details div.product-item-inner {
    height: 182px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

div.product-reviews-summary {
    margin: 0 auto !important;
}

div.mgu.priceBox {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: initial;
    margin-top: auto !important;
}

div.mgu.priceBox div.oldPrice span span.price {
    text-decoration: line-through;
}

div.mgu.newPrice {
    font-size: 14px;
    border-bottom: 1px solid #909090;
}

div.mgu.newPrice span.price {
    font-size: 21px;
    color: #d18e9d;
    font-weight: 600;
}

span.mgu-price span.price {
    text-decoration: line-through;
}

div.mgu.installment {
    width: 100%;
    font-size: 12px;
    margin-top: 3%;
}

span.mgu.numberInstallments {
    font-size: 14px;
    color: #696969;
    font-weight: 600;
}

span.mgu.value {
    font-size: 14px;
    color: #696969;
    font-weight: 600;
}

div.mgu.slider-installment,
span.mgu.slider-text {
    display: none;
}

@media only screen and (max-width: 470px){
    div.product.details.product-item-details div.product-item-inner {
        height: 269px !important;
    }
}

@media only screen and (min-width:471px) and (max-width: 767px){
    div.product.details.product-item-details div.product-item-inner {
        height: 212px !important;
    }
}

@media only screen and (max-width: 634px) {
    div.mgu.newPrice span.price {
        font-size: 15px;
    }

    div.mgu.newPrice {
        font-size: 13px;
    }

    div.mgu.installment {
        font-size: 12px;
    }

    span.mgu.numberInstallments {
        font-size: 12px;
    }

    span.mgu.value {
        font-size: 12px;
    }
}
