/*
 Theme Name:    Electro Child
 Theme URI:     https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624
 Description:   This is the child theme of Electro
 Author:        MadrasThemes
 Author URI:    https://madrasthemes.com/
 Template:      electro
 Version:       2.4.2
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 Tags:          light, dark, two-columns, right-sidebar, responsive-layout
 Text Domain:   electro-child
*/
.row.row-border.no-margin-bottom.custom-icons ol {
    list-style: none;
    padding-left: 13px;
padding-top:10px;
padding-bottom:10px;
}
.row.row-border.no-margin-bottom.custom-icons ol li .fa {
    color: #dc281f;
    padding-right: 7px;
    font-size: 17px;
}
	.custom_cart .cart-collaterals .cart_totals {
    margin-top: 0px !important;
}
@media only screen and (min-width:768px){
   .woocommerce-cart header.entry-header {
    margin-bottom: -28px !IMPORTANT;
    margin-top: -55px !IMPORTANT;
}
.woocommerce-cart .woocommerce-notices-wrapper {
    margin-top: -32px !IMPORTANT;
    margin-bottom: -22px !IMPORTANT;
}

}
@media only screen and (max-width:768px){
	.woocommerce-cart .woocommerce-message {
    margin-top: -35px !IMPORTANT;
    margin-bottom: -10px !IMPORTANT;
}
.woocommerce-cart td.product-remove a {
    font-weight: 900 !IMPORTANT;
    color: #000 !important;
    font-size: 38px !important;
}
.woocommerce-cart td.product-name {
    margin-top: -29px !important;
}
.woocommerce-cart header.entry-header {
    display: none !IMPORTANT;
}
.woocommerce-cart .custom_div {
    margin-top: -42px;
}
	table.shop_table.cart .coupon {
    margin-bottom: 0.429em !important;
}
}