
         :root {  
            --maincolor: #005577;  
            --bodycolor: #525050;  
        }html{
            font-size: 16px;
        }body{
            font-family: "Open Sans", sans-serif;
            font-size: 16px;
            color: #525050;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Open Sans", sans-serif;
            color: #121111;
            text-transform: capitalize;
			font-weight: 600;
        }.pos_title h2{
            font-size: 24px;
        }.pos-title{
            font-family: "Open Sans", sans-serif;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #FAFAFA;   
        }.js-product-miniature .product_desc .product_name{
            color: #121111;
            text-transform: none;
            font-weight: 500;
        }@media(min-width: 768px){
                .js-product-miniature .product_desc .product_name{
                font-size: 17px;
                }
            }.js-product-miniature .product_desc .product_name:hover{
            color: #00ACEA;
        }.product-price-and-shipping .price{
            color:#555555;
            font-size: 16px;
        }.h1.namne_details, .product_name_h1{
            color: #121111;
            font-size: 24px;
            text-transform: none;
        }.product-prices .price, .product-prices .current-price span:first-child{
            color:#121111;
            font-size: 22px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        }@media (min-width: 1024px) {
  .pos-sub-menu.menu-dropdown.menu_slideup {
    position: absolute;
    width: 1400px;
  }
}

.elementor-widget-pos_links .pos-links-widget .links-widget-content li a:after {
display: none !important;
}

select.form-control:not([size]):not([multiple]) {
    padding: .625rem 2rem .625rem 1rem !important;
}

/* Ordenar el sidebar en mobile en la ficha de producto */
@media (max-width: 991px) {
    #product.layout-left-column .row-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        /* -webkit-box-direction: reverse; */
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}


@media (min-width: 1200px) {
 .promociones-home .col-xl-2 {
        float: left;
        width: 16%;
    }
}

/* accesibilidad */

.product-price-and-shipping .regular-price {
    color: #404040;
 }

.back-top a {
    color: #fff;
    background: #005577;
    }
