/* -------------------------------------------------------------- WOOCOMMERCE */

/* ---------------------------------------------------- WOOCOMMERCE CAT CELSA */
/* versione Home Page Celsa - max 5 colonne VERTICALI */
.box-grid-cat-woo-celsa {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    position: relative;
    width: 100%;
    height: 400px;
    background: linear-gradient(90deg, rgba(57, 181, 74, .2) 0%, rgba(0, 113, 188, .2) 100%);
}
.box-cat-woo-celsa,
a.box-cat-woo-celsa, a.box-cat-woo-celsa:link, a.box-cat-woo-celsa:visited {
    font-family: "Sora", sans-serif; font-optical-sizing: auto;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    background-color: #ffffff;
    background-size: 30% auto;
    background-position: 25px 25px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.box-cat-woo-celsa:hover, a.box-cat-woo-celsa:active, a.box-cat-woo-celsa:focus {
    background-color: transparent;
    background-size: 30% auto;
    background-position: 25px 25px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.box-cat-woo-celsa > .box-cat-woo-celsa-content {
    display: block;
    position: absolute;
    padding: 15px;
    width: 100%;
    bottom: 0;
    /*
    top: 400px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
     */
}
a.box-cat-woo-celsa:hover > .box-cat-woo-celsa-content {
    /*
    top: auto;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
     */
}
.box-cat-woo-celsa-content > .title { font-weight: 600; padding-bottom: 15px; font-size: 110%;}
.box-cat-woo-celsa-content > .text { font-size: 100%; }
/* -------------------------------------------- WOOCOMMERCE CAT GRIGLIA CELSA */
/* versione Home Page Celsa - GRIGLIA */
.box-catgriglia-woo-celsa-grid {
    display: grid;
    position: relative;
    width: 100%;
    height: auto;
    border-top: 1px solid #999999;
}
.box-catgriglia-woo-celsa,
a.box-catgriglia-woo-celsa, a.box-catgriglia-woo-celsa:link, a.box-catgriglia-woo-celsa:visited {
    display: block;
    position: relative;
    width: 100%;
    height: 450px;
    overflow-y: hidden;
    color: #000000;
    font-family: "Sora", sans-serif; font-optical-sizing: auto;
    background-color: #ffffff;
    background-size: 0;
    background-position: center center;
    background-repeat: no-repeat;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.box-catgriglia-woo-celsa:hover, a.box-catgriglia-woo-celsa:active, a.box-catgriglia-woo-celsa:focus {
    background-color: #939393;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.box-catgriglia-woo-celsa > .box-catgriglia-woo-celsa-content {
    display: block;
    position: absolute;
    padding: 30px;
    width: 100%;
    bottom: 0;
    /*
    top: 400px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
     */
}
a.box-catgriglia-woo-celsa:hover > .box-catgriglia-woo-celsa-content {
    /*
    top: auto;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
     */
}
.box-catgriglia-woo-celsa-content > .text { font-size: 80%; }
.box-catgriglia-woo-celsa-content > .title {font-weight: bold; font-size: 120%; padding-top: 15px; }
.box-catgriglia-woo-celsa-content > .textguarda {
    display: block;
    font-size: 80%;
    height: 0;
    overflow-y: hidden;
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.box-catgriglia-woo-celsa:hover .box-catgriglia-woo-celsa-content > .textguarda,
a.box-catgriglia-woo-celsa:active .box-catgriglia-woo-celsa-content > .textguarda,
a.box-catgriglia-woo-celsa:focus .box-catgriglia-woo-celsa-content > .textguarda {
    display: block;
    height: 50px;
    overflow-y: inherit;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.box-catwoo-arrow-tr {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 65px;
    height: 65px;
    border-radius: 15px;
    border: 1px solid #999999;
    background-color: rgba(255,255,255,0);
    background-image: url(ico-arrow-topright-bk.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.box-catgriglia-woo-celsa:hover > .box-catwoo-arrow-tr,
a.box-catgriglia-woo-celsa:active > .box-catwoo-arrow-tr,
a.box-catgriglia-woo-celsa:focus > .box-catwoo-arrow-tr {
    top: 15px;
    right: 15px;
    background-color: rgba(255,255,255,.3);
    background-image: url(ico-arrow-topright-wh.png);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* ---- LISTA PRODOTTI */
.ec-lista-prodotti-wrap {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 100px;
}
.ec-lista-prodotti-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    position: relative;
    width: 100%;
}
.ec-lista-prodotti-grid-prodotto{
    display: block;
    position: relative;
    width: 100%;
}
.ec-lista-prodotti-grid-prodotto-img {
    display: block;
    position: relative;
    width: 100%;
    height: 300px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    border: 3px solid #cccccc;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.ec-lista-prodotti-grid-prodotto:hover > .ec-lista-prodotti-grid-prodotto-img {
    border: 3px solid #39b54a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ec-lista-prodotti-grid-prodotto-tit {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 15px;
    padding-left: 30px;
}
/* ************************************************************************** */
/* MEDIA QUERY
/* ************************************************************************** */
/* -- quando le dimensioni sono SUPERIORI a 600px -- */
@media (min-width: 600px) {
}
/* SCHERMO più piccolo della larghezza del sito, data da fixwidth [1400px] */
@media screen and (max-width: 1400px) {
}
/* ************************************************************************** */
/* SCHERMO più piccolo della larghezza del sito, data da fixwidth [1200px] */
@media screen and (max-width: 1200px) {
}
/* ************************************************************************** */
/* SCHERMO più piccolo della larghezza del sito, data da fixwidth [1152px] */
@media screen and (max-width: 1152px) {
}
/* ************************************************************************** */
/* SCHERMO più piccolo della larghezza del sito, data da fixwidth [960px] */
@media screen and (max-width: 960px) {
    /* versione Home Page Celsa - GRIGLIA */
    div.box-catgriglia-woo-celsa-grid { grid-template-columns: 1fr; }
    .ec-lista-prodotti-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .ec-lista-prodotti-grid-prodotto-img { height: 200px; }
}
/* ************************************************************************** */
/* IPAD mini verticale 768 x 1024 */
@media screen and (max-width: 768px) {
}
/* ************************************************************************** */
/* IPHONE 8 plus 414 x 736 */
@media screen and (max-width: 460px) {
}
/* ************************************************************************** */
/* IPHONE 8 plus 375 x 667 */
@media screen and (max-width: 375px) {
}
/* ************************************************************************** */
/* IPHONE SE 320 x 568 */
@media screen and (max-width: 320px) {
}