/*
Theme Name:         Sage Starter Theme
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version:            8.4.2
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

.mailchimp-newsletter > img{
	width: 22px;
}
.sub-menu li a{
    font-size: 14px !important;
    line-height: 22px;
}
.sidebar-wrapper .category-section__desc p{
    height: auto;
}
.sidebar-wrapper .category-section__wrapper{
    padding: 20px;
}
.sidebar-wrapper:not(.dark) .category-section__wrapper{
    background-color: rgba(0,0,0,.2);
}
.cross-sells .product h3{
	text-align: center;
}
.messageBody{
	color: #fff;
}
.wplc_powered_by{
	display: none !important;
}
.nav-primary .nav li .sub-menu{
	width: 150%;
	text-align: left;
}
.banner-wrapper .button-wrapper a.button{
    -webkit-border-radius: 20px 20px/20px 20px !important;
    -moz-border-radius: 20px 20px/20px 20px !important;
    border-radius: 20px 20px/20px 20px !important;
}