.crosselling_cart{
    padding-top: 0px!important;
}
.crosselling_cart .product-miniature {
    justify-content: start;
    gap: 20px;
    flex-wrap: wrap;
}

.product-description-garanzia3_details_bottom {
    text-transform: inherit;
    margin-top: 0.7rem;
    margin-left: 15px;
    margin-right: 15px;
    font-size: .875rem;
    font-weight: 400;
    color: #7a7a7a;
    text-align: center;
    text-decoration: none;
}

.product-miniature .product-description-garanzia3 a {
    font-size: .875rem;
    font-weight: 400;
    color: #7a7a7a;
    text-align: center;
    text-decoration: none;
}
.g3_product_suggested{
    display:flex!important;
    gap: 10px!important;
    margin-left: 10px!important;
    flex-wrap:wrap;
}
.g3-crossselling.products {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.g3-crossselling .js-product.product {
    flex-grow: 1 !important;
    flex-basis: 100%;
    max-width: 345px;
}

.g3-crossselling .product-line-description span {
    margin-top: 10px;
    line-height: inherit;
    text-align: left;
    white-space: inherit;
    display: block;
}

.g3_under_cart .container-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}
.g3_under_cart .container-checkbox label{
    margin: 0;
}
.g3_under_cart .container-checkbox label span {
    margin: 0;
}

.g3_under_cart .short-desc p {
    margin: 0;
}

.g3_under_cart .link_product,
.g3_under_cart .link_product:hover {
    color: #999;
    text-decoration: underline;
}

.g3_product-title{
    font-weight: bold;
    text-align:left!important;
}

.g3_product-title_under_add_to_cart {

}
.g3_short_desc_under_add_to_cart {

}

.g3_product_title_details_bottom{

}

.g3_dialog_title{

}
.product-description-garanzia3_dialog_cart {
    text-transform: inherit;
    margin-top: 0.7rem;
    margin-left: 15px;
    margin-right: 15px;
    font-size: .875rem;
    font-weight: 400;
    color: #7a7a7a;
    text-align: center;
    text-decoration: none;
}
.customAdd{
    margin-top: 5px;
}
.g3_description_cross
{

}

.g3_title_cross
{

}
.container_g3_footer_product_detail{
    clear: both;
    margin-left: 15px;
}
.pop-up-wrapper-g3{
    position: fixed;
    z-index:20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.08);
}
.pop-up-dialog-g3{
    position: absolute;
    z-index:20;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 50%;
    height: 15%;
    background-color: #fff;
    padding-bottom: 0px !important;
}
.container-pop-up{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}
.products article .wishlist-button-add {
    z-index:0!important;
}
.wrapper-button-pop-up{
    align-self: end;
    display: flex;
    gap: 7px;
    align-items: center;
}
.g3_cross_name_prod{
    margin-bottom: 10px;
}
.g3_suggestion_product{
    font-style: italic;
}
.wrapper-header-under-add-to-cart{
    display:flex;
    align-items:center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.container-cart-item{
    display: flex;
    justify-content: start;
    align-items: center;
    gap:5px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.cart_item_dialog_cart{
    display:flex;
    align-items:center;
    flex-basis: 265px;
}
.product-description.g3_desc {
    max-width: 90%;
    margin: 0 auto;
}
.modal.fade.quickview .g3_under_cart {
    display: none;
}
@media screen and (max-width: 991px){
    .products.g3-crossselling{
        flex-direction: column;
    }
    .pop-up-dialog-g3 {
        left: 5%;
        right: 5%;
        transform: translate(0%, 0%);
        max-width: 100%;
        height: auto;
        background-color: #fff;
        padding-bottom: 0px !important;
    }
    .container-pop-up {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
        height: 100%;
        width: 90%;
        margin: 0 auto;
    }
    .wrapper-button-pop-up{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .wrapper-button-pop-up button {
        width: 100%;
    }
    .g3-crossselling .js-product.product {
        max-width: 100%;
    }
}