    /*
     * Custom code goes here.
     * A template should always ship with an empty custom.css
     */

    .product_block {
        margin-bottom: 32px;
    }

 #custom-cta-home .block_content p {
        font-size: 16px;
        color: #333;
        text-align: center;
    }

    .custom-text-home .block_content {
        max-width: 600px;
        margin: 0 auto;
    }

    @media (min-width: 992px) {
 #custom-cta-home .block_content p {
            font-size: 22px;
        }
    }

    .chisiamo-content {
        display: flex;
        flex-direction: column;
    }

    .chisiamo-right {
        width: 100%;

    }

    .chisiamo-left {
        width: 100%;
        padding-bottom: 40px;
    }

    @media(min-width: 1200px) {
        .chisiamo-content {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }

        .chisiamo-right {
            width: 50%;
        }

        .chisiamo-left {
            width: 50%;
            padding-right: 48px;
        }
    }

    .product-detail .product-cover .product-flags li.product-flag {
        width: max-content !important;
        height: 32px !important;
        border-radius: 0 !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        text-transform: uppercase !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .custom-absolute-container .block_content {
        position: relative;
        background: pink;
        width: 100%;
        display: block;
        height: 70px;
    }

    #custom-cta-home {
        padding-top: 80px;
        padding-bottom: 80px;
        background: pink;
        position: relative;
    }

    @media(min-width: 758px) {
        #custom-cta-home {
            padding-top: 110px;
            padding-bottom: 110px;
            background: pink;
        }
    }
    /* Titoli Sezioni home */
    .sub-title-widget {
        font-weight: 300 !important;
    }

@media(min-width: 992px){
.ApMegamenu {
    display: flex;
    align-content: center;
    height: 76px;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.col-info.ApColumn {
    display: flex;
    align-items: center;
    height: 70px;
}
}

.absolute_img_home {
    position: absolute;
    top: -32px;
    left: 32px;
    width: 106%;
    z-index: -1;
}

.absolute_img_home2 {
    position: absolute;
    bottom: 428px;
    width: 106%;
    right: 18%;
    z-index: -1;
}

div#outfit-title .sub-title-ap-group {
    text-align: center;
    margin-bottom: 45px;
}

  #left-column > div #search_filters > .h6 {
     display: none;
 }

.footer-container {
    background-color: #dafff9!important;
}

.product-add-to-cart .product-quantity .add-to-cart{
background-color: #ffc0cb!important;
}


.product-add-to-cart .product-quantity .add-to-cart:hover{
background: #fe8196 !important;
}