/* 
 Theme Name:   Carbon Clean
 Theme URI:    
 Description:  Carbon Clean Theme
 Author:       delve
 Author URI:   http://dev.pro-ozone.uk
 Template:     neve
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
.header .has-center .row--wrapper{
	grid-template-columns: 1fr 1fr auto; 
}
.nv-big-title, .woocommerce-result-count {display: none;}
.header-main-inner .icon-bar {background-color: #fff !important;}
.navbar-toggle {border: none !important;}
h2.blog-entry-title {line-height: 32px !important;}
.single_add_to_cart_button, .custom-button {
    background: #2580c3 !important;
	border-radius: 24px !important;
	padding: 11px 28px !important;
}
.builder-item--primary-menu .nav-menu-primary > .nav-ul li:not(.woocommerce-mini-cart-item) > a {
	font-weight: 900 !important; 
	text-transform: uppercase !important;
}
.woocommerce *:not(.woocommerce-mini-cart__buttons) > a.button, .woocommerce *:not(.woocommerce-mini-cart__buttons) > .button:not(.nv-sidebar-toggle):not(.nv-close-cart-sidebar):not([name="apply_coupon"]):not(.more-details):not(.checkout-button) {
	border-radius: 24px !important;
	padding: 11px 28px !important;
}
.woocommerce a.remove {
	padding-left: 1px !important;
	padding-bottom: 2px !important;}

.description_tab, .reviews_tab {
	display: none !important;
}
footer {background: #004c83 !important;}
.site-footer {padding: 70px 0 70px 0;}
ul.socials {
	display: flex;
	margin: 0;
	padding: 0;
}
ul.socials li {
	width: 32px; margin-right: 5px;
}
ul.socials li .fab {
	font-size: 30px;
}
img.cc-logos {
	width: 170px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border-radius: 6px;
    box-shadow: -1px 8px 10px #3333332e;
	padding: 10px;
}
.nv-product-image {
	text-align: center;
}
:focus {outline: none !important;}
ul.wc-tabs {display: flex;}
li.compare_tab {order: 3 !important;}
select.wpsc_ccBox {
	background: #fff !important;
}
.shop-custom-section {
	background: url('https://pro-ozone.uk/wp-content/uploads/2021/02/ozone-banner-1.jpg') no-repeat scroll center center / cover;
	position: relative;
}
.elementor-background-overlay {
	background-color: #000000;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.shop-custom-section h1 {color: #fff; padding-top: 50px; padding-bottom: 50px; }
.shop-custom-section .elementor-widget-container {position: relative;}
.elementor-shape-bottom svg, .elementor-shape-top svg { z-index: -1; }
@media screen and (max-width: 650px) {
	body.single-product .container-fluid {
		padding: 0 15px !important;
	}
}