/**
* Theme Name: Greenly Child
* Description: This is a child theme of Greenly, generated by Merlin WP.
* Author: <a href="https://creativesplanet.com/">Creative's Planet</a>
* Template: greenly
* Version: 1.0
*/
.cspt-navbar ul.sub-menu {
    border-radius: 5px !important;
    overflow: hidden;
}
.client-logo .swiper-slide-image {
    width: 150px;
}
.no-space-btm .cspt-heading-subheading {
    margin-bottom: 0;
}
.site-header .cspt-bg-color-transparent .site-title {
    background: #fff;
    padding: 0 20px;
}
.cspt-right-box, .only-store {
    display: none !important;
}
.cspt-navbar .sub-menu {
    overflow: inherit !important;
}
.cspt-navbar ul ul:before {
	height: 0 !important;
	width: 0 !important;
}
.woocommerce .cspt-right-box, .woocommerce .only-store {
    display: block !important;
}
.cspt-footer-style-2.site-footer .widget-title {
    font-size: 16px;
}
.cspt-footer-style-2.site-footer p, .cspt-footer-style-2.site-footer a {
    font-size: 14px;
}
.only-store .widget {
    display: inline-block;
}
.only-store select {
    padding-left: 0;
    padding-right: 5px;
    border: none;
    background: none;
    color: #fff;
}
.only-store option {
    background: #1e5c03;
}