#promo-banner {
    padding-top: 80px;
}

#promo-banner .text-category {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    position: absolute;
    z-index: 1;
    border: 1px solid #ffffff;
    width: 80%;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    color: #ffffff;
    background-color: rgba(137, 26, 54, 0.3);
}

#featured-collecations {
    padding-top: 80px;
    padding-bottom: 80px;
}

#featured-collecations .discount-label {
    padding:6px;
    position:absolute;
    top: 35px;
    left: 20px;
    -webkit-border-radius:0 4px 0 4px;
    -moz-border-radius:0 4px 0 4px;
    border-radius:0 4px 4px 0;

}

#featured-collecations .discount-label:after {

    right: 100%;
    border: solid transparent; content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(136, 183, 213, 0);
    border-width: 18px;
    top: 50%;
    margin-top: -18px;}

#featured-collecations .discount-label:before {
    content: '';
    z-index: 2;
    position: absolute;
    top: 42%;
    right: 100%;
    width: 7px;
    height: 7px;
    opacity: .95;
    background: #ffffff;
    border-radius: 7px;
    -webkit-box-shadow: inset .5px 0 rgba(0, 0, 0, 0.6);
    box-shadow: inset .5px 0 rgba(0, 0, 0, 0.6);

}

#featured-collecations .discount-label span {
    color:#ffffff;
    font-size: 0.7rem;
    font-weight: 600;
    text-align:center;
    font-family: 'Open Sans', sans-serif;

}

#featured-collecations .red{
    background-color:#E80707;
}

#featured-collecations .red:after{
    border-right-color: #E80707;

}

/*detail product image*/
.product-detail-image .discount-label {
    padding:6px;
    position:absolute;
    top: 35px;
    left: 20px;
    -webkit-border-radius:0 4px 0 4px;
    -moz-border-radius:0 4px 0 4px;
    border-radius:0 4px 4px 0;

}

.product-detail-image .discount-label:after {

    right: 100%;
    border: solid transparent; content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(136, 183, 213, 0);
    border-width: 18px;
    top: 50%;
    margin-top: -18px;}

.product-detail-image .discount-label:before {
    content: '';
    z-index: 2;
    position: absolute;
    top: 42%;
    right: 100%;
    width: 7px;
    height: 7px;
    opacity: .95;
    background: #ffffff;
    border-radius: 7px;
    -webkit-box-shadow: inset .5px 0 rgba(0, 0, 0, 0.6);
    box-shadow: inset .5px 0 rgba(0, 0, 0, 0.6);

}

.product-detail-image .discount-label span {
    color:#ffffff;
    font-size: 0.7rem;
    font-weight: 600;
    text-align:center;
    font-family: 'Open Sans', sans-serif;

}

.product-detail-image .red{
    background-color:#E80707;
    position: absolute;
    z-index: 2;
}

.product-detail-image .red:after{
    border-right-color: #E80707;

}

/*product detail*/
#related-product .discount-label {
    padding:6px;
    position:absolute;
    top: 35px;
    left: 20px;
    -webkit-border-radius:0 4px 0 4px;
    -moz-border-radius:0 4px 0 4px;
    border-radius:0 4px 4px 0;

}

#related-product .discount-label:after {

    right: 100%;
    border: solid transparent; content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(136, 183, 213, 0);
    border-width: 18px;
    top: 50%;
    margin-top: -18px;}

#related-product .discount-label:before {
    content: '';
    z-index: 2;
    position: absolute;
    top: 42%;
    right: 100%;
    width: 7px;
    height: 7px;
    opacity: .95;
    background: #ffffff;
    border-radius: 7px;
    -webkit-box-shadow: inset .5px 0 rgba(0, 0, 0, 0.6);
    box-shadow: inset .5px 0 rgba(0, 0, 0, 0.6);

}

#related-product .discount-label span {
    color:#ffffff;
    font-size: 0.7rem;
    font-weight: 600;
    text-align:center;
    font-family: 'Open Sans', sans-serif;

}

#related-product .red{
    background-color:#E80707;
}

#related-product .red:after{
    border-right-color: #E80707;

}

/*catalog product image*/
.product-grid-list-wrapper .discount-label {
    padding:6px;
    position:absolute;
    top: 35px;
    left: 33px;
    -webkit-border-radius:0 4px 0 4px;
    -moz-border-radius:0 4px 0 4px;
    border-radius:0 4px 4px 0;

}

.product-grid-list-wrapper .discount-label:after {

    right: 100%;
    border: solid transparent; content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(136, 183, 213, 0);
    border-width: 18px;
    top: 50%;
    margin-top: -18px;}

.product-grid-list-wrapper .discount-label:before {
    content: '';
    z-index: 2;
    position: absolute;
    top: 42%;
    right: 100%;
    width: 7px;
    height: 7px;
    opacity: .95;
    background: #ffffff;
    border-radius: 7px;
    -webkit-box-shadow: inset .5px 0 rgba(0, 0, 0, 0.6);
    box-shadow: inset .5px 0 rgba(0, 0, 0, 0.6);

}

.product-grid-list-wrapper .discount-label span {
    color:#ffffff;
    font-size: 0.7rem;
    font-weight: 600;
    text-align:center;
    font-family: 'Open Sans', sans-serif;

}

.product-grid-list-wrapper .red{
    background-color:#E80707;
    position: absolute;
    z-index: 2;
}

.product-grid-list-wrapper .red:after{
    border-right-color: #E80707;

}

/*nosotros*/
.about-top-wrapper p {
    text-align: justify;
}

/*contact*/
.content-contact .btn-contact-submit{
    padding: 15px 35px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

/*footer*/

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.2); }

.wait {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    z-index: 999999; }

.successMsg{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    text-align: center;
    color: #000;
}

#gracias {
    background-color: #a11334;
    padding-top: 2%;
    padding-bottom: 2%;
}

#gracias h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    color: #ffffff;
    text-align: center;
}

#gracias p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: #ffffff;
    text-align: center;
    margin-top: 1rem;
}

#gracias .btn-enlaces-thank-you {
    background: transparent;
    border-radius: 4px;
    color: #ffffff;
    line-height: 40px;
    padding: 0 35px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    margin-top: 20px;
    text-align: center;
    cursor: pointer; }

.footer-newsletter h4 {
    font-size: 2rem;
}
