
h3.correlato_heading:before {
    content: "";
    background: var(--theme-color-default);
    display: inline-block;
    vertical-align: top;
    height: 15px;
    width: 15px;
    margin-right: 15px;
    border-radius: 100%;
}

h3.correlato_heading {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -1px;
    color: #000;
    position: relative;
    margin-bottom: 1em !important;
}

#correlato_products {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.box_correlato {
    position: relative;
    width: 100%;
}

.box_correlato_0.box_correlato {
    padding-bottom: 0;
}

#correlato_products .lazyOwl {
    display: block;
    float: left;
    display: none;
}

.correlato_description .title-item {
    font-weight: 800;
}
.correlato_description .category-item {
    padding-left: 0.5em;
    margin-left: 0.5em;
    border-left: 1px solid #999;
    font-style: italic;
}

.product_correlato {
    padding: 7px 8px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.checkbox_product_correlato {
    float: left;
    padding: 0;
    width: 30px;
}

#correlato_products .correlato_box_heading {
    font-size: 18px;
    padding: 8px 16px;
}
.correlato_block {
    position: absolute;
    bottom: 0px;
    width: 100px;
    left: 48%;
    margin: 6px auto;
    text-align: center;
    cursor: pointer;
}

.even_correlato {

}

#correlato_products .price {
    font-weight: bold;
    color: #50AF47;

    padding-left: 0.5em;
    margin-left: 0.5em;
    border-left: 1px solid #999;
}

.segnopiu {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 12px;
    background-color: #fff;
    border-radius: 50%;
    font-weight: bold;
    color: #50AF47;
    line-height: 24px;
    font-size: 2em;
}

.headcompl {
    margin-top: 2em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.headcompl .row-item {
    width: 100%;
}
.headcompl .row-price {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
    font-size: 1.5em;
    margin: .6em 0;
}
.headcompl .row-price .title-total-price{
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
}
.headcompl .row-price .price-total {
    margin-left: 1em;
    font-weight: bold;
    color: #50AF47;
}

#bgbottom {
    display: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    height: 23px;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.complects_block {
    padding: 15px;
    min-height: 190px;
}

.complects_block ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
}
.complects_block li {
    margin-right: 14px;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}
.complects_block li .wrap-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #fff;
}
.complects_block li .wrap-item .title-item {
    color: #5C5C5C;
    font-weight: 800;
    margin-top: 1em;
    text-align: left;
    line-height: 1;
    font-size: 1.1em;
}
.complects_block li .wrap-item img {
    max-width: 100%;
}
.complects_block li .wrap-item {
    max-width: 300px;
    padding: 2em 3em;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
}







.hidden {
    display: none;
}

.del_complect_item {
    display: none;
    width: 16px;
    height: 16px;
    position: absolute;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAG1BMVEUAAAD8/Pzn5+fx8fHe3t7b29vq6ur///+jo6MfS106AAAAB3RSTlMA/szzeTzei3L7UQAAAFJJREFUCNdjYGBwMhRWYQCCIPHy8kJVBgbW9HIgKAtgYCoHAwUGx/L28vKKchEGdSAJZBcxmAMpILOYQRwoAZQshDPgUnDFcO1wA+FWwC2FOwMAacksO8GcBlwAAAAASUVORK5CYII=) no-repeat;
    z-index: 100;
    left: 8px;
    top: 4px;
    cursor: pointer;
}

.complects_block li:hover .wrap-item {
    box-shadow: 1px 5px 15px -5px rgba(0,0,0,0.1);
}

.complects_block li:hover .del_complect_item {
    display: inline-block;
}
section.page-product-boxcombo:before {
    content: '';
    position: absolute;
    width: 200vw;
    height: 100%;
    background-color: #F5F5F5;
    left: -40vw;
    top: 0;
    z-index: 0;
}
section.page-product-boxcombo:after {
    content: '';
    position: absolute;
    right: -20%;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/element-correlati.svg);
    background-position: right top;
    background-size: contain;
    z-index: 0;
}
section.page-product-boxcombo {
    background-color: #F5F5F5;
    padding: 5% 0;
    position: relative;
}

section.page-product-boxcombo #complects_block {
    position: relative;
    z-index: 1;
}
section.page-product-boxcombo .card {
    border: none;
    background-color: transparent;
}

section.page-product-boxcombo h3 {
    display: block !important;
    padding: 0;
    margin: 0;
    line-height: 48px;
}
#cartAdditionalsSubmit {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: #6AAC55;
    height: 2.75rem;
    line-height: inherit;
    padding: 1px 20px;
    position: relative;
    color: #FFF;
    border: none;

}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}
.attributes_small {
    display: block;
    color: grey;
}

.multirelatedproductsis16 .headcompl {
    background: #F9F8F4;
    color: #6e6e6e;
}

.multirelatedproductsis16 #correlato_products .correlato_box_heading {
    background: #cbccbe;
    color: #515150;
}

.multirelatedproductsis16 .absoluteblock {
    z-index: 99;

}
@media only screen and (max-width: 500px) {
    .complects_block li {
        float: none;
    }
}


.product_correlato .product-combination .attribute { cursor: pointer !important; }
.product_correlato .product-combination:hover, .product_correlato .product-combination .selected_item {
    background: #50AF47 !important;
    color: #fff !important;
}
.product_correlato .container-combination .product-combination:hover .attribute,
.product_correlato .product-combination:hover {

    color: #fff !important;
}
.product_correlato .container-combination  {
    margin-right: 3px;
    display: inline-block;
    padding-left: 0.5em;
    margin-left: 1em;
    border-left: 1px solid #999;
}
.product_correlato .container-combination .attributi_prodotto {
    display: flex;
}
.product_correlato .container-combination .product-combination {margin-right: 4px;}
.product_correlato .container-combination .product-combination .attribute {padding: 0px 7px;}



@media only screen and (max-width: 500px) {
    .product_correlato {
        padding: 7px 8px;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
    }
}