/*
STANDARD
*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.d-flex {
    display: flex;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.category-container section {
    padding: 50px 0;
    border-bottom: 1px solid #D4D4D4;
}
.col-md-6 {
    width: 50%;
}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
.justify-content-between {
    justify-content: space-between;
}
.flex-column {
    flex-direction: column;
}
.relative {
    position: relative;
}

.ctm-btn.btn-red {
    border: 1px solid var(--base_red);
}

.ctm-btn.btn-white {
    border: 1px solid #fff;
}
.ctm-btn.btn-red:hover, .ctm-btn.btn-white:hover {
    background-color: #fff;
    color: var(--base_red);
}
.mt-5 {
    margin-top: 3rem!important;
}
.col-md-3 {
    width: 25%;
}
.col-md-9 {
    width: 75%;
}
.grid-4-columns {
    grid-template-columns: repeat(4, 1fr);
}
.d-grid {
    display: grid;
    gap: 40px;
}
.category-container section {
    padding: 50px 0;
    border-bottom: 1px solid #D4D4D4;
}
.category-container {
    margin-bottom: 0;
    font-family: 'Scope One';
    font-size: 16px;
    margin: 0 0 10px;
    margin-bottom: 1.5em;  
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #333333;
}
.btn-red a {
    color: #fff!important;
    text-decoration: none!important;
}
.btn-red a:hover,
.btn-white:hover {
    color: var(--base_red)!important;
    text-decoration: none!important;
}
#nona-sezione a,
#undicesima-sezione a {
    color: #000!important;
    text-decoration: none!important;
}
.page-template-template_blocks .page-header {
    visibility: hidden;
}
#quinta-sezione .img-prima-sezione img, #decima-sezione .img-prima-sezione img {
    max-height: 555px!important;
}
.img-prima-sezione img {
    width: 100%!important;
    height: 100%!important;
    object-fit: contain!important;
    object-position: center!important;
}
.ctm-btn {
    padding: 10px 30px;
    background-color: #AD001A;
    color: #fff!important;
    transition: .4s all;
    font-size: 14px;
    text-transform: uppercase;
    width: fit-content;
    text-decoration: none!important;
}
.blog-layout-grid {
    display: flex;
}
html :where(.wp-block) {
    margin-bottom: 28px;
    margin-top: 28px;
    max-width: 1280px!important;
}
div.product-thumb-container img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}
.prodotti-cat-evidenza div.product-thumb-container img, .prodotti-evidenza div.product-thumb-container img {
    object-fit: contain!important;
}
div.product-thumb-container {
    width: 100%;
    height: 250px;
}
.prodotti-cat-evidenza .product-thumb-container > div, .prodotti-evidenza .product-thumb-container > div {
    height: 100%;
}
.link-no-decoration, .link-no-decoration * {
    text-decoration: none!important;
}
article ul li a {
    color: #666;
}
.link-no-decoration del {
    position: relative;
    width: fit-content;
}
.aioseo-author-bio-compact {
    display: none!important;
}
.link-no-decoration del::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px; /* Spessore della linea */
    background-color: var(--base_red); /* Colore uguale al testo */
    transform: translateY(-50%); /* Centra la linea verticalmente */
  }
.prodotti-cat-evidenza div.info-container h5, .prodotti-evidenza div.info-container h5 {
    font-family: 'Montserrat'!important;
    font-size: 14px;
    font-weight: 500!important;
    text-transform: uppercase;
    margin: 0;
}
.qta-pezzi {
    font-weight: 600;
    color:#333;
}
div.info-container span.woocommerce-Price-amount.amount {
    color: #000;
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 600;
}
.wp-admin .tinvwl-tooltip {
    display: none;
}
.white-hr {
    background-color: #fff;
    width: 165px;
    height: 3px;
    margin-left: 0!important;
}
.page-template-template_blocks #placeholder-feedaty {
    display:none;
}
.box-item {
    align-items: flex-start;
    border: 1px solid #D4D4D4;
    padding: 20px;
}
/*!STANDARD*/

/* PRIMA SEZIONE */
.img-prima-sezione {
    height: 100%;
}

.img-prima-sezione img {
    width: 100%;
    height: 100%!important;
    object-fit: contain;
    object-position: center;
}
.testo-prima-sezione {
    height: 100%;
    position: relative;
}
.testo-prima-sezione h1 {
    font-weight: 600;
    margin-top: 0;
}
.category-container section:first-of-type {
    padding-top: 0!important;
}
/* !PRIMA SEZIONE */

/* SECONDA SEZIONE */
.quarta-sezione-inner h2, #seconda-sezione h2, #terza-sezione h2 {
    margin-top: 0!important;
}
.categorie-prodotto-item {
    height: 100%;
    border: 1px solid #D4D4D4;
}
.categorie-prodotto-item-text h5, .categorie-prodotto-item-text h3 {
    font-weight: 600;
    font-size: 20px;
}
.categorie-prodotto-item-text {
    padding: 20px 30px;
}
.categorie-prodotto-item p {
    margin-bottom: 0;
    color: #000;
}
.seconda-seione-inner a {
    text-decoration: unset!important;
    color:#000;
}
.categorie-prodotto-item img {
    height: 310px;
    width: 100%;
    object-position: center;
    object-fit: cover;
}
/* SECONDA SEZIONE */
