.price_sp .price .bloque-precio-variable .precio-normal .titulo{
    color: #77767b;
}
.price_sp .price .bloque-precio-variable .precio-normal .precio del{
    font-size: 1em;
}
.price_sp .price .bloque-precio-variable .precio-normal .precio del::before{
    content: none;
}
./* price_sp .price .bloque-precio-variable .precio-normal .precio del span{
   font-size: 1em;
} */
.price_sp .price .bloque-precio-variable .precio-normal .precio bdi{
    font-size: 1em;
    font-weight: 700;
}
.price_sp .price .bloque-precio-variable .precio-normal .precio bdi span{
    /* font-size: 1em; */
}

/*  */
.uk-producto-info .price_sp{
    font-size: 1em;
}
/* .uk-producto-info .price_sp .price{
   display: none;
} */
.uk-producto-info .price_sp .bloque-precio-variable .precio-normal .titulo{
    font-size: 1em;
    color: #77767b;
}
.uk-producto-info .price_sp  .bloque-precio-variable .precio-normal .precio del{
    font-size: 1em;
}
.uk-producto-info .price_sp  .bloque-precio-variable .precio-oferta{
    font-size: 1.25em;
}

.accordion-faq .uk-accordion-title{
    background-color: #d0d0d0;
    padding: 0.5em;
    font-size: 1.125em;
}
.accordion-faq .uk-accordion-content{
    padding: 1em;
    background-color: #ededed;
    margin: 0;
}
.accordion-faq >li.uk-open .uk-accordion-title{
    background-color: #00a8a4;
    color: white;
}
.accordion-faq >li.uk-open .uk-accordion-title::before{
    background-image: url("data:image/svg+xml,%3Csvg fill='%23d8d8d8' width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='minus'%3E%3Crect height='1' width='18' y='9' x='1'%3E%3C/rect%3E%3C/svg%3E") !important;
}
.list_1_footer>li.distribuye>a{
    background-color: white;
    border-radius: 1em;
    color: #4c4c4c;
    padding: 0.5em 2em;
    background-position-x: 7px;
}

@media(max-width: 639px){
    .uk-login .uk-button.btn1{
        width: initial;
        width: inherit;
    }
}

.wpcf7 form.sent .wpcf7-response-output{
    border-color: #00a8a4;
    padding: 1em;
    border-radius: 0.5em;
    color: #00a8a4;
    font-size: 16px;
    text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
    border-color: #f9776d;
    padding: 1em;
    border-radius: 0.5em;
    color: #f9776d;
    font-size: 16px;
    text-align: center;
}
.wpcf7-not-valid-tip{
    color: #f9776d;
}

.comment-form-rating p.stars a{
    font-size: 35px !important;
}
@media(max-width: 639px){
    .comment-form-rating p.stars a{
        font-size: 35px !important;
    }
}
.woocommerce-error[role=alert]{
    border-color: #00a8a4;
}
.woocommerce-error[role=alert]::before{
    color: #00a8a4;
    content: "\f071";
    font-family: 'fontawesome';
}
#main-menu >li > a{
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Rubik Regular",sans-serif;
    font-size: 16px;
    padding: 1em 0;
    display: block;
    color: white;
}
#main-menu >li > a.uk-open{
    text-decoration: underline;
}

.dropdown-grid-desktop{
    margin-top: 0!important;
}
.dropdown-grid-desktop .row-category{

}
.dropdown-grid-desktop .row-category .title{
    font-size: 1.2em; 
    font-weight: 700; 
    border-bottom: 1px solid #e0e0e0; 
    display: block;
}
.dropdown-grid-desktop .row-category li a{
    text-decoration: none;
} 

/* MB */
.toggler-dropdown-chevron{
    display: flex !important;
    justify-content: space-between;
}
.toggler-dropdown-chevron i{
    color: white !important;
}
.toggler-dropdown-chevron.uk-open i{
    transform: rotate(180deg);
}
.dropdown-sub-mb.uk-open {
    position: relative;
    margin-top: 0;
    box-shadow: none;
    color: white;
    padding: 0;
}
.dropdown-sub-mb.uk-open.first-lvl{
    background-color: gray;
}
.dropdown-sub-mb.uk-open.second-lvl{
    background-color: white;
}
.dropdown-sub-mb.uk-open.second-lvl ul li{
    border-color: #e7e7e7 !important;
}
.dropdown-sub-mb.uk-open.second-lvl ul li a{
    color: gray;
}
.dropdown-sub-mb.uk-open ul{
    background-color: transparent;
    padding-left: 0;
}
.dropdown-sub-mb.uk-open ul li{}
.dropdown-sub-mb.uk-open ul li a{
    color: white;
    padding: 1.2em 1em;
    transition: all 200ms ease;
    display: block;
    font-size: 14px;
    transition: none !important;
    font-weight: 400 !important;
}

body.single-product .product-type-variable .price_sp .price .woocommerce-Price-amount:last-child{
    padding-left: 0px;
}

.uk-producto-info .price_sp .price, .uk-producto-info ins .price{
    display: block;
}

.post-template-default.single-post .blog-article-content ul>li, .post-template-default.single-post .blog-article-content ol>li {
    list-style-type: none;
}

.post-template-default.single-post .blog-article-content ul>li{
    position: relative
}

.post-template-default.single-post .blog-article-content ul>li::before {
    color: #00a8a4;
    font-weight: 700;
    content: "\2022";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-1.1em)
}

.post-template-default.single-post .blog-article-content ol{
    counter-reset: li
}
.post-template-default.single-post .blog-article-content ol>li {
    counter-increment: li;
    position: relative;
}
.post-template-default.single-post .blog-article-content ol>li::before {
    color: #00a8a4;
    font-weight: 700;
    content: counter(li)".";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-1.1em)
}

.blog-article-content h1.title {
    color: #00a8a4;
}