/*
     Theme Name: Larry Theme
     Theme URI: https://example.com/my-child-theme
     Description: A child theme for Astra
     Author: Your Name
     Author URI: https://example.com/your-website
     Template: astra
     Version: 1.0.0
     License: GNU General Public License v2 or later
     License URI: http://www.gnu.org/licenses/gpl-2.0.html
     Tags: light, dark, two-columns, flexible-header, responsive-layout, accessibility-ready
     Text Domain: my-child-theme
*/

.swiper-button-next, .swiper-button-prev {
     color: #fb5fab !important;
}

.swiper-pagination-progressbar-fill {
     background: #fb5fab !important;
}

a.shipping-calculator-button {
    background-color: #FB5FAB !important;
    padding: 5px 7px !important;
    color: #fff !important;
    font-size: .9rem !important;
    border-radius: 13px !important;
}

.ast-site-header-cart .ast-addon-cart-wrap i.astra-icon:after, .ast-theme-transparent-header .ast-site-header-cart .ast-addon-cart-wrap i.astra-icon:after {
    color: #fff !important;
}

body.home .ast-site-header-cart .ast-addon-cart-wrap i.astra-icon:after, .ast-theme-transparent-header .ast-site-header-cart .ast-addon-cart-wrap i.astra-icon:after {
    color: #000 !important;
}