/*
Theme Name: Divi Child Theme
Description: Divi Child Theme
Author:  Michael Krumpus
Template: Divi
Version:  1.0
*/

@import url("../Divi/style.css");
 
/* =Theme customizations
------------------------------------------------------- */

/*
Disable product count on categories page
*/
ul.products .count {
    display:none !important;
}

/*
Fix width of cross-sell
*/
.woocommerce .cart-collaterals .cross-sells {
    width: 100%;
}


.et_pb_gutters3.et_right_sidebar.woocommerce-page .cross-sells ul.products li.product {
    width: 25%;
}

/*
Formatting for distributors table
*/
table.distributors {
    border: 0;
    table-layout: fixed;
    width: 100%;
}

.entry-content tr.distributors {
    border-top: 0px;
}

.entry-content td.distributor {
    width: 15%;
    text-align: right;
    border-top: 0px;
}

.entry-content td.distributorlink {
    border-top: 0px;
}

/*
Make discount button wider to accomodate longer text "discount" vs. "coupon"
*/
.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 160px;
}

/*
Fix button animation arrow on non-store pages so it does not display a '5'
*/
.woocommerce a.button::after {
    font-family: "ETmodules";
}
