body.single-product .single_add_to_cart_button.added::after{ 
    display:none !important; 
}
.yith-wacp-head.yith-wacp-close.yith-wacp-close-icon {
    top:16px !important;
    right:15px !important;
}

#yith-wacp-popup .yith-wacp-message{
    padding:20px 10px !important;
    margin-bottom:30px !important;
}
#yith-wacp-popup .yith-wacp-message h5{
    font-size:15px !important;
}
#yith-wacp-popup .yith-wacp-content .yith-wacp-message.default-icon:before{
    width:18px;
    height:18px;
}
.yith-wacp-added-product{
    margin-bottom:30px !important;
    display:flex !important;
}

.yith-wacp-added-product .product-title{
    margin-top:10px !important;
}
.yith-wacp-added-product .product-title a{
    font-size:15px !important;
    font-weight:500 !important;
    color: #06c !important;
}
.yith-wacp-added-product .product-title a:hover{
    color: #fcb800 !important;
}
.yith-wacp-added-product .product-price{
    font-size:16px !important;
    font-weight:500 !important;
}
.yith-wacp-added-product .product-variation{
    margin-top:8px !important;
    font-size:15px !important;
    font-weight:500 !important;
}
.yith-wacp-popup-actions{
    display:flex !important;
    align-items: center;
    justify-content: space-around;
}
.yith-wacp-popup-actions .button{
    min-width:180px !important;
    max-width:250px !important;
    height:50px !important;
    line-height: 50px !important;
    font-size:17px !important;
    fontt-weight: 600 !important;
    text-transform:capitalize !important
}
.yith-wacp-related{
    padding-bottom:20px !important;
}
.yith-wacp-related h4{ 
    margin-top:50px !important;
    margin-bottom:50px !important;
    font-size:20px !important;
    line-height:24px !important;
    font-weight:600 !important;
}
.yith-wacp-related h4{
    background-color: #f4f4f4;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0;
    margin: 0 0 50px;
}

.yith-wacp-related-products li.yith-wacp-related-product{
    padding:0px 10px 40px 10px !important;
}

.yith-wacp-related-products h2.woocommerce-loop-product__title{
    font-size:14px !important;
    font-weight:500 !important;
    color: #06c !important;
    height:auto !important;
    min-height:50px !important;
    padding-bottom:0px !important;
    transition: .5s;
}
.yith-wacp-related-products h2.woocommerce-loop-product__title:hover{
    color: #fcb800 !important;
}
.yith-wacp-related-products ins .woocommerce-Price-amount{
    font-size:16px !important;
    line-height:16px !important;
    font-weight:500 !important;
}
.yith-wacp-related-products del .woocommerce-Price-amount bdi{
    font-size:14px !important;
    line-height:14px !important;
    font-weight:400 !important;
}


@media only screen and (max-width: 800px) {
    .yith-wacp-added-product .product-title{
        margin-top:5px !important;
    }
    #yith-wacp-popup .yith-wacp-content{
        padding:15px 15px !important;
    }
    #yith-wacp-popup .yith-wacp-wrapper{
        width: calc(100% - 26px) !important;
        left:13px !important;
        right:13px !important;
    }
    
    .yith-wacp-related{
        padding-top:20px !important;
    }
    /*
    #yith-wacp-popup .yith-wacp-content .yith-wacp-popup-actions{
        grid-template-columns: repeat(1, 100%) !important;
        grid-gap: 0%;
    }*/
    .yith-wacp-popup-actions{
        display:flex !important;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
    }  
    #yith-wacp-popup .yith-wacp-content .yith-wacp-popup-actions .button{
        max-width:100% !important;
        min-width:100% !important;
        margin: auto !important;
        margin-bottom:20px !important;
    }
    .yith-wacp-popup-actions .button{
        font-size:17px !important;
    }
    .yith-wacp-related h4{ 
        margin-top:10px !important;
        margin-bottom:40px !important;
        font-size:20px !important;
        line-height:24px !important;
        font-weight:600 !important;
    }
    .yith-wacp-related{
        padding-bottom:0px !important;
    }
    #yith-wacp-popup .yith-wacp-content .yith-wacp-related .yith-wacp-related-products.layout-columns-3 {
        grid-template-columns: repeat(2, 48%);
    }
    #yith-wacp-popup .yith-wacp-content .product-thumb img {
        max-width: 120px;
    }
    #yith-wacp-popup .yith-wacp-message h5 {
        font-size: 15px !important;
    }
}