/*
Theme Name: Divi Child Theme
Theme URI: https://fatkatkrafts.com/
Description: Child Theme For Divi
Author: Steve
Author URI: https://slwconsulting.com/
Version: 1.0.0
Template: Divi
*/
.et-cart-info {
    position: relative;
    display: inline-block;
    width: 135px;
    height: 40px;
    margin-left: 20px;
}

.slw-cart-count {
    position: absolute;
    top: -2px;
    left: 0;
    right: auto;

    min-width: 38px;
    height: 34px;
    line-height: 34px;
    padding: 0 8px;
    border-radius: 20px;
    background: #e02b20;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    z-index: 10;
}
/* Give the WooCommerce cart room beside the menu */
#et-top-navigation > a.et-cart-info {
    margin-left: 30px !important;
}
@media (max-width: 980px) {
    #et-top-navigation > a.et-cart-info {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
}