/*
 Theme Name:   SWS Theme
 Theme URI:    https://swiftwebservices.com/
 Description:  SWS Theme
 Author:       SWS
 Author URI:   https://swiftwebservices.com/
 Template:     bumedi
 Version:      1.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, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  sws-theme
*/

.site-header-nav{
    overflow-x: clip;	
}

.site-footer.footer-type2 .site-wave.style-01, .site-footer.footer-type1 .site-wave.style-02 {
    color: transparent !important;
}

.site-announcement.has-pattern {
	background-image: none !important;
}

.price {
	flex-direction: row;
}

.klbtheme-terms {
	flex-wrap: wrap;
}

ul.woocommerce-widget-layered-nav-list .type-color span.color-box, .klbtheme-type-color .klbtheme-term {
	border: 1px solid black;
}

.single-product-tabs-wrapper, .shop-products-wrapper {
    overflow: clip;
}

.product-sku-form {
	height: max-content !important;
    position: sticky !important;
    top: 1.25rem;
}
.newsletter-form p {
	margin-bottom: 0;
}
.newsletter-form br {
	display:none;
}
.newsletter-form .wpcf7-spinner {
	position: absolute;
    right: 0;
    top: 0;
}
.newsletter-submit {
	color: rgb(var(--theme-color-white)) !important;
    background-color: rgb(var(--theme-color-secondary)) !important;
	position: absolute;
    right: 0;
    top: 0;
}

.site-footer-inner {
	justify-content: space-between;
}

.footer-widget-container .site-social-content {
	display: none !important;
}
.footer-widget-container .site-social.widget-style ul {
	flex-direction: row !important; 
	flex-wrap: nowrap !important;
	align-items: center !important;
}
.footer-widget-container .site-social.widget-style ul a {
	border-radius: 100% !important;
	padding: 0.25rem 0.35rem !important;
}
