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

/* ---------------------------------------------------- WOOCOMMERCE CAT CELSA */
/* versione Home Page Celsa - max 5 colonne VERTICALI */
/* ----------------------------------------------------------------------------- versione STANDARD */
.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-top: 1px solid #e6e6e6;
    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,
.box-cat-completo-woo-celsa > .box-cat-completo-woo-celsa-content > .box-cat-completo-woo-celsa-content-txt > .title { font-weight: 600; padding-bottom: 15px; font-size: 110%; width: 100%; display: block;}
.box-cat-woo-celsa-content > .text,
.box-cat-completo-woo-celsa > .box-cat-completo-woo-celsa-content > .box-cat-completo-woo-celsa-content-txt > .text { font-size: 100%; }
.box-cat-woo-celsa-content > .text > ul,
.box-cat-completo-woo-celsa > .box-cat-completo-woo-celsa-content > .box-cat-completo-woo-celsa-content-txt > .text > ul { font-size: 80%; }
a.titlelink, a.titlelink:link, a.titlelink:visited {font-weight: 500;}
a.titlelink:hover, a.titlelink:active, a.titlelink:focus { font-weight: 500; color: #0071bc}
/* ----------------------------------------------------------------------------- versione COMPLETO */
.box-grid-cat-completo-woo-celsa {
    display: grid;
    /*grid-template-columns: repeat(5, 1fr);*/
    position: relative;
    width: 100%;
    min-height: 400px;
    background: linear-gradient(90deg, rgba(57, 181, 74, .2) 0%, rgba(0, 113, 188, .2) 100%);
}
.box-cat-completo-woo-celsa {
    font-family: "Sora", sans-serif; font-optical-sizing: auto;
    display: block;
    position: relative;
    width: 100%;
    min-height: 400px;
    background-color: #ffffff;
    background-size: 30% auto;
    background-position: 25px 25px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-left: 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;
}
.box-cat-completo-woo-celsa:hover {
    background-color: transparent;
    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;
    cursor: pointer;
}
.box-cat-completo-woo-celsa > .box-cat-completo-woo-celsa-content {
    display: block;
    position: relative;
    width: 100%;
    min-height: 400px;
}
.box-cat-completo-woo-celsa > .box-cat-completo-woo-celsa-content > .box-cat-completo-woo-celsa-content-txt {
    display: block;
    position: absolute;
    padding: 15px;
    width: 100%;
    bottom: 0;
}
.box-cat-completo-woo-celsa-prodotti {
    display: block;
    width: 100%;
    padding: 0 15px;
    height: 0;
    position: relative;
    overflow-y: hidden;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}
.box-cat-completo-woo-celsa:hover > .box-cat-completo-woo-celsa-prodotti {
    display: block;
    width: 100%;
    padding: 15px;
    height: auto;
    position: relative;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}
/* -------------------------------------------- WOOCOMMERCE CAT GRIGLIA CELSA */
/* versione Home Page Celsa - GRIGLIA */
.box-catgriglia-woo-celsa-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    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;
}
/* ************************************************************************** */
/* 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 [1200px] */
@media screen and (max-width: 1152px) {
}
/* ************************************************************************** */
/* SCHERMO più piccolo della larghezza del sito, data da fixwidth [960px] */
@media screen and (max-width: 960px) {
    div.box-grid-cat-woo-celsa {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 400px;
        height: auto;
    }
    div.box-grid-cat-completo-woo-celsa {
        grid-template-columns: repeat(2, 1fr);
        height: auto;
    }
    div.box-cat-completo-woo-celsa > .box-cat-completo-woo-celsa-content {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        min-height: 400px;
    }
}
/* ************************************************************************** */
/* 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) {
}