/*
 Theme Name:   YOOtheme Toseca
 Template:     yootheme
 Author:       John Doe
 Description:  YOOtheme Child Theme
 Version:      1.0.0
 Text Domain:  yootheme-toseca
*/

.cart_navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 80px;
    padding: 0 15px;
    font-size: 16px;
    font-family: Barlow Semi Condensed;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: inherit;
}

.cart_navbar .cart_navbar_num {
    position: absolute;
    border-radius: 10px;
    background-color: #ccc;
    font-size: 12px;
    min-width: 15px;
    min-height: 15px;
    text-align: center;
    line-height: 15px;
    top: 16px;
}