#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 65px !important;
}

.woocommerce .product-remove a.remove {
    font-size: 2.5em !important;
    height: 1em;
    width: 1em;
    border-radius: 100%;
    color: black!important;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s linear;
}

.woocommerce .product-remove a.remove:hover {
    color: #fff!important;
    background: black;
}

.woocommerce-Price-amount.amount {
    color: black !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    color: black !important;
    border: 1px solid black !important;
    transition: 0.3s linear;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover{
    background-color: black !important;
    color: white !important;
}

.single-product.woocommerce-page .woocommerce-product-gallery__image img.wp-post-image{
    max-height: 65vh !important;
}

.xfrm-related-product-inner{
    outline: none;
}

.woocommerce-checkout .woocommerce .form-row.place-order button#place_order:hover{
    background-color: black !important;
    color: white !important;
}

.woocommerce-checkout .woocommerce-info {
    border-top-color: black;
}

.woocommerce-checkout .woocommerce-info::before{
    color: black;
}

.single-product.woocommerce .product.type-product{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: auto;
}

.single-product.woocommerce-page .site-content {
    width: 100%;
}

.single-product.woocommerce .single-clm.left{
    padding-top: unset;
    padding-bottom: unset;
}



.cfw-logo .logo {
    background: transparent url(https://webdemo.art-soft.it/wp-content/uploads/2019/06/LOGO-ejewels.png) no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}

#fl-mini-cart-loader {
    position: absolute;
    z-index: 9999;
    background: #ffffff;
    width: 100%;
    height: 100%;
    left: 0;
    display: none;
}

.delete-item.remove_ajax {
    position: absolute;
    right: -20px;
    top: -20px;
}

.delete-item.remove_ajax img {
    max-width: 20px;
}