html, body {
    width: 100%;
    height: 100%;
    font-family: Arial, sans-serif!important;
}

.site-search,
.menu,
.ics_category_nav_div,
.ics_nav_div,
.price,
.entry-header,
.site-footer,
.m-select
{
    display: none!important;
}

.hidden {
    display: none;
}

.m-select {
    height: fit-content!important;
    position: absolute!important;
    bottom: 0!important;
    width: auto!important;
}

/*div.m-select select.category-selector {*/
/*    position: absolute;*/
/*}*/

/*div.m-select select.category-selector {*/

.gv-dropdown-label {
    display: none;
}


/* cabecera */
.site-header {
    background-color: #584d44;
    margin-bottom: 2em!important;
    display: none;
}

.site-branding {
    background: transparent;
    filter: invert(1);
}

.loop_category_name {
    margin: 1em 1em 0.8em;
    background-color: transparent;
    color: #8EBAE5;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 3.364em;
    line-height: 1;
    width: fit-content!important;
}


.loop_category_name,
li.loop_category_name {
    border-top: unset;
    margin-top: 0px;
    margin-left: 10px;
}

.ics-carta>ul.products>li.product {
    margin-top: -10px;
}

.ics-carta>ul.products>li.product:last-child, .ics-carta>ul.products>li.loop_category_name {
    border-bottom: unset!important;
}

.ics-carta {
   width: 510px;
}

.woocommerce-loop-product__title {
    font-size: 24px!important;
    width: auto;
    max-width: 90%;
    /*border-style: dashed;*/
}

.woocommerce-loop-product__title p {
    margin: 5px
}


.woocommerce-LoopProduct-link {
    padding-left: 0px;
    white-space: normal;
}

.products {
    max-width: min-content;
}


ul.products li.product img {
    display: block;
    margin: 0 2px 0px;
}


.product {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.2em;
    margin-left: 1em!important;
    padding-left: 10px;
    border-bottom: 0px!important;
    width: 470px !important;
}

.ics-carta>ul.products>li.product {
    width: 470px !important;
}

.container-alergenos {
    display: flex!important;
    /*float: right!important;*/
    float: left;
    flex-direction: row-reverse!important;
    img {
    	width: 34px!important;
	height: auto!important;
    }
}

.container-alergenos::before {
    display: none;
}

.legend-alergenos {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 768px) {
    .col_full {
        /*max-width: unset!important;*/
    }
}


.col-full {
    width: 100%;
    max-width: unset!important;
    display: grid;
    column-count: 4;
}


.alergenos {
    margin: 5px;
    object-fit: contain;
	width: 34px!important;
	height: auto!important;

}


[class*="col-"] {
    /*float: left;*/
    /*min-height: 1px;*/
}


#ics_carta_container {
    display: none;
    flex-direction: column;
    flex-wrap: wrap;
    width: 1000px;
    height: 940px;
}

#ics_carta_container div {
    /*border-style: dashed;*/
}

/* MINI-ENTRANTES */
div[data-macro="1"] {
    margin-bottom: 50px;
}


/* ENTRANTES */
div[data-macro="2"] {
}


/* PRINCIPALES */
div[data-macro="3"] {
    margin-bottom: 50px;
}

/* POSTRES */
div[data-macro="4"] {
}

/* SLIDE */
div[data-macro="5"] {
    max-width: 85%;
    margin-top: 4em;
    grid-column: 3;
    grid-row: span 2;
    justify-self: self-end;
}

div[data-macro="5"] .columns-3 {
    /**
        hacerlo más estrecho
     */
}



.slide-fotorama {
    /*width: 95%;*/
    /*pointer-events: none!important;*/
}

.fotorama__caption__wrap {
    font-size: 25px!important;
    white-space: pre-wrap!important;
}

/*  Leyenda de alérgenos */
.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child) {
    display: block;
}


@media (min-width: 768px) {
    .content-area, .widget-area {
        margin-bottom: 10px!important;
        margin-left: -20px;
    }
}


body {
    overflow-y: hidden;
}

.fotorama__caption {
    top: 0;
    position: absolute;
}