/*RIBBON*/
div.mgu-ribbon {
    position: relative;
    background-color: #e40000;
    width: 23%;
    text-align: center;
    color: white;
    padding: 7px 5px 6px 2px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10pt;
    left: 75%;
    top: 60px;
    z-index: 10;
}

span.text:before {
    content: "";
    position: absolute;
    display: block;
    border: 15px solid #e40000;
    border-left-color: transparent;
    right: 80%;
    top: 0px;
    z-index: -1;
}

@media only screen and (max-width: 768px) {
    span.text:before {
        right: 82%;
    }

    span.text:before {
        right: 82%;
        border: 15.4px solid #e40000;
        border-left-color: transparent;
    }
}

@media only screen and (max-width: 479px) {
    div.mgu-ribbon {
        width: 31%;
        left: 70%;
    }
}
/*RIBBON*/

/*QUICKSHOP*/
.product-list-style-09 .qs-button {
    width: 9% !important;
    height: 27px !important;
    left: 2% !important;
    top: 8% !important;
    z-index: 10 !important;
}

.product-list-style-09 .qs-button::before {
    position: absolute !important;
    left: 25% !important;
    top: 21% !important;
}

a.action.towishlist {
    position: relative;
    top: 30px;
    left: 1px;
    z-index: 10;
}
/*QUICKSHOP*/

span.product-image-wrapper {
    border: 2px solid #cac9c9;
}

.product-item-info a.qs-button {
    position: absolute !important;
    width: 29px !important;
    height: 28px !important;
    top: 2% !important;
    left: 3% !important;
}

.product-item-info a.action.towishlist {
    position: absolute;
    top: 33px;
    left: 2px;
}

div.rating-result:before,
div.rating-result span:before {
    font-size: 20px !important;
    height: 19px !important;
}

div.rating-result span:before {
    color: #f9cc8e !important;
}