
            @media (min-width: 1200px) {
            .container {  	
                width: 1140px;
                
            }}
         :root {  
            --hovercolor: #54ac00; 
            --bg_dark: ; 
            --font-weight: 700;  
			
        }body{
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
            color: #666666;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Open Sans", sans-serif;
            color: #253237;
            text-transform: capitalize;
			font-weight: 700;
        }.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: #ffffffcc;   
        }.page-title-wrapper{  
                background-image: url(https://agrariojotan.com/img/cms/breadcrumb-bg-agrario-jotan.png);   
            }.js-product-miniature .product_desc .product_name{
            color: #253237;
            font-size: 14px;
            text-transform: uppercase;
        }.js-product-miniature .product_desc .product_name:hover{
            color: #54ac00;
        }.product-price-and-shipping .price{
            color:#555555;
            font-size: 15px;
        }.h1.namne_details, .product_name_h1{
            color: #253237;
            font-size: 24px;
            text-transform: none;
        }.product-prices .price, .product-prices .current-price span:first-child{
            color:#555555;
            font-size: 22px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        }/***********TOP BAR GIRATORIO*********/
.topbar-ticker {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 8px 0;
}

.topbar-track {
    display: inline-flex;
    align-items: center;
    animation: ticker 25s linear infinite;
}

.topbar-track span {
    margin-right: 80px;
    font-size: 15px;
    font-weight: 600;
    color: #FFF;

}

@keyframes ticker {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}


/**********SLIDER MARCAS************/
.elementor-element-zgueqqx .brand-item a {
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.elementor-element-zgueqqx .brand-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/*Ocultar postmeta del blog y back to top*/
.post-meta, .back-top {
    display: none !important;
}

/*quitar margin top footer*/
#footer {
margin-top: 0 !important;
}

/*************MEGAMENU***************/
/* Megamenú Tienda ancho completo */
.pos-menu-horizontal .menu-item3 {
    position: static;
}

.pos-menu-horizontal .menu-item3 > .pos-sub-menu {
    width: 1200px !important;
    max-width: 100vw;
    transform: translateX(-50%);
    /*padding: 25px 30px;*/
    box-sizing: border-box;
}

/* Columnas del megamenú */
.pos-menu-horizontal .menu-item3 .pos-menu-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.pos-menu-horizontal .menu-item3 .pos-menu-col {
    width: 25%;
    padding: 12px 18px;
    box-sizing: border-box;
}

/* Títulos */
.pos-menu-horizontal .menu-item3 .column_title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    line-height: 1.3;
    white-space: normal;
}

.pos-menu-horizontal .menu-item3 .column_title:hover {
    color: #58b300;
}
@media (max-width: 991px) {
    .pos-menu-horizontal .menu-item3 > .pos-sub-menu {
        width: 100% !important;
        left: 0 !important;
        transform: none;
        padding: 15px;
    }

    .pos-menu-horizontal .menu-item3 .pos-menu-col {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .pos-menu-horizontal .menu-item3 .pos-menu-col {
        width: 100%;
    }
}

.pos-menu-horizontal .menu-item3 .pos-menu-col {
    padding: 8px !important;
}

.pos-menu-horizontal .menu-item3 .column_title {
    display: flex !important;
    align-items: center;
    gap: 12px;
    min-height: 120px;
    padding: 14px 16px;
    background: #f7faf4;
    border: 1px solid #e4efd9;
    border-radius: 14px;
    color: #24301f !important;
    font-weight: 700;
    line-height: 1.25;
    transition: .25s;
}

.pos-menu-horizontal .menu-item3 .column_title:before {
    content: "";
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pos-menu-horizontal .menu-item3 .column_title:hover {
    background: #58b300;
    color: #fff !important;
    transform: translateY(-3px);
}

.pos-menu-horizontal .menu-item3 .column_title:hover:before {
    filter: brightness(0) invert(1);
}

.pos-menu-horizontal .menu-item3 .pos-menu-row {
    margin-bottom: 0 !important;
}

.pos-menu-horizontal .menu-item3 .pos-menu-col {
    padding: 4px !important;
}

.pos-menu-horizontal .menu-item3 .column_title {
    min-height: 100px;
    padding: 12px 16px;
}

.mega-alimentacion .column_title:before { background-image: url('/img/cms/alimentacion.svg'); }
.mega-mascotas .column_title:before { background-image: url('/img/cms/mascotas.svg'); }
.mega-animales .column_title:before { background-image: url('/img/cms/animales_granja.svg'); }
.mega-apicultura .column_title:before { background-image: url('/img/cms/apicultura.svg'); }
.mega-plagas .column_title:before { background-image: url('/img/cms/control_plagas.svg'); }
.mega-huerta .column_title:before { background-image: url('/img/cms/huerta_y_jardin.svg'); }
.mega-herramientas .column_title:before { background-image: url('/img/cms/herramientas.svg'); }
.mega-barbacoas .column_title:before { background-image: url('/img/cms/barbacoas.svg'); }
.mega-enologia .column_title:before { background-image: url('/img/cms/enologia.svg'); }
.mega-limpieza .column_title:before { background-image: url('/img/cms/limpieza.svg'); }
.mega-piscinas .column_title:before { background-image: url('/img/cms/piscina.svg'); }

@media (max-width: 991px) {
    #mobile-megamenu .menu-item3 .column_title {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
    }

    #mobile-megamenu .menu-item3 .column_title:before {
        content: "" !important;
        display: inline-block !important;
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        flex-shrink: 0 !important;
    }

    #mobile-megamenu .menu-item3 .column_title[href*="/3-alimentacion"]:before {
        background-image: url("/img/cms/alimentacion.svg") !important;
    }

    #mobile-megamenu .menu-item3 .column_title[href*="/4-mascotas"]:before {
        background-image: url("/img/cms/mascotas.svg") !important;
    }

    #mobile-megamenu .menu-item3 .column_title[href*="/5-animales-de-granja"]:before {
        background-image: url("/img/cms/animales_granja.svg") !important;
    }

    #mobile-megamenu .menu-item3 .column_title[href*="/6-apicultura"]:before {
        background-image: url("/img/cms/apicultura.svg") !important;
    }

    #mobile-megamenu .menu-item3 .column_title[href*="/7-control-de-plagas"]:before {
        background-image: url("/img/cms/control_plagas.svg") !important;
    }

    #mobile-megamenu .menu-item3 .column_title[href*="/8-huerta-y-jardin"]:before {
        background-image: url("/img/cms/huerta_y_jardin.svg") !important;
    }

    #mobile-megamenu .menu-item3 .column_title[href*="/9-herramientas-y-accesorios"]:before {
        background-image: url("/img/cms/herramientas.svg") !important;
    }

    #mobile-megamenu .menu-item3 .column_title[href*="/10-barbacoa-y-chimeneas"]:before {
        background-image: url("/img/cms/barbacoas.svg") !important;
    }

    #mobile-megamenu .menu-item3 .column_title[href*="/11-enologia-y-fabricacion-de-vinos"]:before {
        background-image: url("/img/cms/enologia.svg") !important;
    }

    #mobile-megamenu .menu-item3 .column_title[href*="/12-limpieza-y-desinfectante"]:before {
        background-image: url("/img/cms/limpieza.svg") !important;
    }

    #mobile-megamenu .menu-item3 .column_title[href*="/13-piscinas"]:before {
        background-image: url("/img/cms/piscina.svg") !important;
    }
}


/***********BOTON WHATSAPP************/
@media (max-width: 767px) {
    .ets_wa_whatsapp_block {
        display: none !important;
    }
}

/*********MAPA CONTACTO***********/
.map-consent-box {
  padding: 30px;
  border: 1px solid #ddd;
  background: #f8f8f8;
  text-align: center;
  border-radius: 8px;
}

.map-consent-box button {
  background: #263238;
  color: #fff;
  border: 0;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
}