/*
 Theme Name:   Divi Child
 Template:     Divi
 Version:      1.0.0
*/

@media only screen and (max-width: 980px) {
    .mobile-cart {
        display: block;
        position: absolute;
        right: 60px;
        top: 10px;
    }
    .cart-link {
        text-decoration: none;
        color: #000;
    }
    .cart-icon {
        font-size: 24px;
    }
    .cart-count {
        position: absolute;
        top: -5px;
        right: -10px;
        background: red;
        color: white;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        text-align: center;
        font-size: 12px;
        line-height: 16px;
    }
}