/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.ajax-header-cart {
    position: relative;
    font-size: 22px;
    text-decoration: none;
    color: #000;
}

.ajax-header-cart .cart-count {
   position: absolute;
    top: 26px;
    right: 13px;
    background: #e63946;
    color: #fff;
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-weight: 600;
}
