/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.woocommerce a.remove{
    height: initial;
    width: initial;
    color: black!important;
    font-size: 1em;
    font-weight: 500;
}

.woocommerce a.remove:hover{
    background: none;
    color: black!important;
    font-size: 1.5em;
    font-weight: 700;
}

#main-content table.cart tr{
    vertical-align: middle;
}

.woocommerce-cart table.cart img{
    display: table-cell;
}

.woocommerce-cart table.cart td.product-remove,
.woocommerce-cart table.cart td.product-thumbnail{
    width: 55px;
}

.woocommerce-cart table.cart td.product-subtotal,
.woocommerce-cart table.cart th.product-subtotal
{
    text-align: right;
}

.entry-content table:not(.variations){
    border: 1px solid #ab737e;
}