/*
    Theme Name: Blogar Child
    Theme URI: http://axilthemes.com/themes/blogar
    Template: blogar
    Description: Blogar is a premium and trendy News, Magazine and Blog WordPress Theme with super flexible and fully responsive design.
    Author: Axilthemes
    Author URI: http://axilthemes.com
    Version: 1.0.0
    License: GNU General Public License v2 or later
    License URI: LICENSE
    Text Domain: blogar
    Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post
    This theme, like WordPress, is licensed under the GPL.
*/

button {
	border-radius: 10px !important;
}

body:not(.home) > .main-content .main-wrapper {
	margin-top:50px;
}

body > .main-content .main-wrapper ul li,
body > .main-content .main-wrapper ol li {
	font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    font-weight: var(--p-regular);
    color: var(--color-body);
    margin: 0 0 15px;
}

body > .main-content .main-wrapper p {
	margin-bottom: 25px !important;
}

body > .main-content .main-wrapper .elementor p a,
body > .main-content .main-wrapper .elementor li a {
	color: #0152AB !important;
	font-weight: bold !important;
	text-decoration: underline !important;
}

body > .main-content .main-wrapper a.elementor-button.elementor-size-sm {
	background-color: #FF463A !important;
	font-weight: bold !important;
	color: #ffffff !important;
	border-radius: 25px;
	font-size: 1em;
}

body > .main-content .main-wrapper h2 {
    color: #ffffff;
    background-color: #1A1A1A;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
}

body > .main-content .main-wrapper h3 {
	font-size: 1.35em;
}

body > .main-content .e-con-inner > .elementor-widget {
	padding-left: 10px;
	padding-right: 10px;
}

body > .main-content > .axil-breadcrumb-area.breadcrumb-style-1.bg-color-grey {
	background-image: url(https://www.mesh-up.nl/wp-content/themes/blogar-child/banner-bg-blue-pattern-transparent.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	margin-bottom:50px;
	padding-top: 60px;
}

body > .main-content > .axil-breadcrumb-area.breadcrumb-style-1.bg-color-grey h1.axil-page-title,
body > .main-content > .axil-breadcrumb-area.breadcrumb-style-1.bg-color-grey h1.page-title {
    /*
     * background-color: #FF2638;
     * color: #ffffff;
	*/
	background-color: #ffffff;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0px 3px 7px -1px rgba(0, 0, 0, .5);
	margin: 0;
}

ul.header-top-date {
	display: none !important;
}

body > .main-content > .axil-breadcrumb-area.breadcrumb-style-1.bg-color-grey ul.axil-breadcrumb {
	position: absolute;
    bottom: -50px;
}

body > .main-content > .axil-breadcrumb-area.breadcrumb-style-1.bg-color-grey ul.axil-breadcrumb li,
body > .main-content > .axil-breadcrumb-area.breadcrumb-style-1.bg-color-grey ul.axil-breadcrumb li a,
body > .main-content > .axil-breadcrumb-area.breadcrumb-style-1.bg-color-grey ul.axil-breadcrumb li span {
	color: #ffffff;
}

body > .axil-footer-area.axil-default-footer.bg-color-black {
	margin-top: 50px;
}


.mainmenu-nav ul.mainmenu > li > a {
	color: #2e2e2e;
	font-weight:bold;
}

/*
.mainmenu-nav ul.mainmenu > li > a {
	color: #ffffff;
	font-weight:bold;
}

.axil-header .logo a:before {
	content: "";
	display:block;
	background-color: #1A1A1A;
	border-radius: 20px;
	position:absolute;
    width: 100%;
	height: 100%;
}

.axil-header .logo a img {
	position: relative;	
}
*/

.mainmenu-nav ul.mainmenu > li.current-menu-item > a {
	color: #3858F6 !important;
}

ul#menu-header-top-menu {
	padding-top: 10px;
	padding-bottom: 10px;
}

.elementor-element.tip, 
.elementor-element.tip p {
	display:block;
	background-color: #f0f2f5;
	padding: 15px;
	padding-bottom: 0px;
	border-radius: 10px;
}


.elementor-element.tip ul {
	margin-left:25px;
}

.elementor-element.tip ul li {
	margin-bottom: 0px;
}


span.tag {
	display: inline-block;
	background-color: #3858F6;
	color: #ffffff;
	padding: 0px 7px;
	border-radius: 10px;
}

body.woocommerce .onsale {
	background-color: #1A1A1A !important;
	font-weight:bold;
	font-size:11px;
}

/*
body > .main-content > .axil-breadcrumb-area.breadcrumb-style-1.bg-color-grey::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, white, transparent);
    pointer-events: none;
}
*/

.axil-section-gap {
	padding: 25px 0px !important;
}


body.woocommerce.single-product .woocommerce-Tabs-panel h2 {
	display: none;
}

body.woocommerce.single-product .woocommerce-Tabs-panel .woocommerce-product-attributes tr,
body.woocommerce.single-product .woocommerce-Tabs-panel .woocommerce-product-attributes tr td,
body.woocommerce.single-product .woocommerce-Tabs-panel .woocommerce-product-attributes tr th,
body.woocommerce.single-product .woocommerce-Tabs-panel .woocommerce-product-attributes tr p {
	margin:0 !important;
	text-align:left !important;
	padding:0 !important;
	/*font-size: 14px !important;*/
	background-color: transparent !important;
}

body.woocommerce.single-product .woocommerce-Tabs-panel .woocommerce-product-attributes tr th {
	width: 200px;
}

body.woocommerce.single-product .woocommerce-Tabs-panel .woocommerce-product-attributes tr th,
body.woocommerce.single-product .woocommerce-Tabs-panel .woocommerce-product-attributes tr td {
	padding-left: 5px !important;
}

body.woocommerce.single-product .woocommerce-product-gallery__wrapper img {
	border-radius:10px;
	box-shadow: 0px 3px 7px -3px rgba(0, 0, 0, .2) !important;
}

body.woocommerce.single-product .stock {
	position: relative;
	display: block;
	padding-left: 25px;
	color: #008a63 !important;
}

body.woocommerce.single-product .stock.in-stock:before {
	content: "\f058";
	display: block;
	left:0px;
	top:0;
	font-family: "Font Awesome 5 Pro";
	color: #008a63 !important;
	position: absolute;
}

body.woocommerce.single-product .product-meta {
	font-size: 14px;
}

body.woocommerce.archive .shop-product-info h3 {
	font-size: 18px !important;
    line-height: 22px !important;
}

body.woocommerce.archive .woocommerce-ordering select,
body.woocommerce.archive .blogar-shop-sidebar > div,
body.woocommerce.archive .shop-thumbnail {
	border-radius: 10px !important;
	box-shadow: 0px 3px 7px -3px rgba(0, 0, 0, .2);
}

body.woocommerce.archive .product .shop-product-info h3 a {
	color: var(--color-heading);
}

body.woocommerce.archive .wc-block-product-filters__overlay-content > div {
	margin-bottom: 35px;
}

body.woocommerce.archive .wc-block-product-filters__overlay-content .wc-block-product-filter-checkbox-list__input-wrapper {
	top: -9px;
	left:-15px;
}

body.woocommerce.archive .wc-block-product-filters__overlay-content .wc-block-product-filter-checkbox-list__label {
	padding-left:15px;
}

body.woocommerce.archive .wc-block-product-filters__overlay-content .wc-block-product-filter-removable-chips__item {
	border-radius: 10px;
	font-size: 11px;
}





















body.woocommerce.single-product ul.tabs.wc-tabs li a {
	border-radius: 10px !important;
	color: #1A1A1A;
}

body.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a {
	line-height: 38px;
	height: 40px;
	font-size: 16px;
	border-radius: 10px;
}

body.woocommerce.single-product .quantity .qty,
body.woocommerce.single-product div.product .woocommerce-tabs {
	border-radius: 10px;
}

body.woocommerce.single-product div.product .product_title.entry-title {
    font-size: 28px;
	line-height: 44px;
}

body.woocommerce.single-product table.variations,
body.woocommerce.single-product table.variations th,
body.woocommerce.single-product table.variations td {
	border: none !important;
	text-align:left !important;
}

body.woocommerce.single-product table.variations .value select {
	border-radius: 10px;
	padding-left:25px !important;
}

body.woocommerce.single-product .woocommerce-Price-amount.amount {
	font-weight:bold;
}

body.woocommerce.single-product .single_variation_wrap .woocommerce-Price-amount.amount {
	font-size: 30px;
}

body.woocommerce.single-product .woocommerce-variation.single_variation {
	display: flex;
    align-items: center;
    gap: 25px;
}

body.woocommerce.single-product .woocommerce-variation-add-to-cart button.single_add_to_cart_button.wc-variation-selection-needed  {
	background-color: var(--color-primary);
	border: 2px solid var(--color-primary);
}

body.woocommerce.single-product div.product .woocommerce-tabs {
	background-color: #FBFBFD !important;
	box-shadow: 0px 3px 7px -3px rgba(0, 0, 0, .2);
}

body.woocommerce.single-product img.emoji {
	margin-right:5px !important;
}





body.woocommerce .woof-slide-out-div.woof_slideout_default h4,
body.woocommerce .blogar-shop-sidebar .widget.widget-woof h4 {
	margin-top: 30px !important;
}

body.woocommerce .blogar-shop-sidebar .widget.widget-woof .widget-title {
	text-align:left;
	font-size: var(--h4);
    line-height: 1.25;
}

body.woocommerce .woof-slide-out-div.woof_slideout_default .woof_container_inner_productcategorien,
body.woocommerce .blogar-shop-sidebar .widget.widget-woof .woof_container_inner.woof_container_inner_productcategorien {
	margin-top:50px !important;
}

body.woocommerce .woof-slide-out-div.woof_slideout_default .woof_text_search_container,
body.woocommerce .blogar-shop-sidebar .widget.widget-woof .woof_text_search_container {
	margin-bottom: 0px !important;
}

body.woocommerce .woof-slide-out-div.woof_slideout_default .woof_husky_txt-cross,
body.woocommerce .woof-slide-out-div.woof_slideout_default .woof_text_search_go,
body.woocommerce .blogar-shop-sidebar .widget.widget-woof .woof_husky_txt-cross,
body.woocommerce .blogar-shop-sidebar .widget.widget-woof .woof_text_search_go {
	display: none !important;
}

body.woocommerce .woof-slide-out-div.woof_slideout_default .woof_husky_txt-loader,
body.woocommerce .blogar-shop-sidebar .widget.widget-woof .woof_husky_txt-loader {
	width: 16px !important;
	height: 16px !important;
	top: -27px !important;
	right: auto !important;
	left: 10px !important;
}

body.woocommerce .woof-slide-out-div.woof_slideout_default .woof_husky_txt-container,
body.woocommerce .blogar-shop-sidebar .widget.widget-woof .woof_husky_txt-container {
    max-height: 300px;
    overflow: auto;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 20px -10px;
    display: block;
    top: -10px;
}

body.woocommerce .woof-slide-out-div.woof_slideout_default .woof_husky_txt-option-breadcrumb,
body.woocommerce .woof-slide-out-div.woof_slideout_default .woof_husky_txt-option-breadcrumb a,
body.woocommerce .blogar-shop-sidebar .widget.widget-woof .woof_husky_txt-container .woof_husky_txt-option-breadcrumb,
body.woocommerce .blogar-shop-sidebar .widget.widget-woof .woof_husky_txt-container .woof_husky_txt-option-breadcrumb a {
	color: #999999;
	margin-top: 4px;
}

body.woocommerce .woof-slide-out-div.woof_slideout_default .woof_husky_txt-input,
body.woocommerce .blogar-shop-sidebar .widget.widget-woof .woof_husky_txt-input {
	width:100%;
	background-color: #ffffff;
}

body.woocommerce .blogar-shop-sidebar .widget.widget-woof .woof_childs_list_opener span {
	background: none !important;
	position:relative;
}

body.woocommerce .blogar-shop-sidebar .widget.widget-woof .woof_childs_list_opener span:after {
	display: block;
	left: 0px;
    top: 5px;
	font-family: "Font Awesome 5 Pro";
	color: var(--color-primary) !important;
	position: absolute;
}

body.woocommerce .blogar-shop-sidebar .widget.widget-woof .woof_childs_list_opener span.woof_is_closed:after {
	content: "\f138";
}

body.woocommerce .blogar-shop-sidebar .widget.widget-woof .woof_childs_list_opener span.woof_is_opened:after {
	content: "\f13a";
}


body.woocommerce .woof-slide-out-div.woof_slideout_default .woof_list_checkbox li,
body.woocommerce .blogar-shop-sidebar .widget.widget-woof .woof_list_checkbox li {
	margin-bottom: 0;
}

body.woocommerce .woof-slide-out-div.woof_slideout_default .woof_list_checkbox li div,
body.woocommerce .blogar-shop-sidebar .widget.widget-woof .woof_list_checkbox li div {
	top: -5px !important;
	border-radius: 5px;
	background: #E1E1E3;
	position:relative;
}

body.woocommerce .woof-slide-out-div.woof_slideout_default .woof_list_checkbox li div.checked:after,
body.woocommerce .blogar-shop-sidebar .widget.widget-woof .woof_list_checkbox li div.checked:after {
	content: "\f00c";
	display: block;
	left:2px;
	top:-2px;
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	color: #3858F6 !important;
	position: absolute;
}

body.woocommerce .woof-slide-out-div.woof_slideout_default .woof_list_checkbox .woof_checkbox_label,
body.woocommerce .blogar-shop-sidebar .widget.widget-woof .woof_list_checkbox .woof_checkbox_label  {
	font-size: .875em;
	font-weight: normal !important;
}

body.woocommerce .woof-slide-out-div.woof_slideout_default .woof_submit_search_form_container,
body.woocommerce .blogar-shop-sidebar .widget.widget-woof .woof_submit_search_form_container {
	margin-top: 40px;
}



.pswp__bg {
	opacity: 0.75 !important;
}




.axil-header.header-style-4 .logo {
	padding: 5px 0px !important;
}




.axil-header .logo a {
	position: relative;
}

.axil-header.header-style-4 .header-top,
.axil-header.header-style-4 .header-top .header-top-bar {
	margin-bottom: 0 !important;
	padding:0 !important;
}

.axil-header .logo a img {
	position: absolute;
    top: -65px;
	left:-30px;
	max-height: 135px !important;
	max-width: none !important;
}

.header-bottom > .container > .row {
	height:100px;
}

.axil-header.header-style-4 .header-bottom .logo {
	margin-right:200px;
}

.popup-mobilemenu-area .inner .mobile-menu-top .logo a img {
	max-height: 150px !important;
}


body.header-sticky-now {
	padding-top: 150px;
}



@media screen and (max-width: 991px){
	body > .main-content > .axil-breadcrumb-area.breadcrumb-style-1.bg-color-grey ul.axil-breadcrumb {
 		max-width:300px;
	}

	body > .main-content > .axil-breadcrumb-area.breadcrumb-style-1.bg-color-grey ul.axil-breadcrumb li {
    	margin:0 !important;
	}

	body > .main-content > .axil-breadcrumb-area.breadcrumb-style-1.bg-color-grey h1.axil-page-title,
	body > .main-content > .axil-breadcrumb-area.breadcrumb-style-1.bg-color-grey h1.page-title {
		top:-20px;
    	position:relative;
	}

	.axil-header .logo a img {
		position: absolute;
   		top: -55px;
		left:-5px;
		max-height: 100px !important;
		max-width: none !important;
	}

	.header-bottom > .container > .row {
		height:75px;
	}

	body.header-sticky-now {
		padding-top: 125px;
	}

	body.woocommerce .blogar-shop-sidebar {
    	display: none;
	}

	body.woocommerce .woof-slide-out-div.woof_slideout_default {
    	top: auto !important;
    	bottom: 50px !important;
    	background-color: #1A1A1A !important;
    	opacity: 1 !important;
    	padding: 20px;
    	border:0;
    	border-radius: 0px 0px 0px 10px;
	}

	body.woocommerce .woof-slide-out-div.woof_slideout_default.ui-slideouttab-open {
    	box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 1);
    	transition: box-shadow 1s, transform .5s !important;
	}

	body.woocommerce .woof-slide-out-div.woof_slideout_default .woof-slide-content {
    	width: 80vw;
	}

	body.woocommerce .woof-slide-out-div.woof_slideout_default .woof-handle {
    	top: 0px !important;
    	right: 0px !important;
    	width: 75px !important;
    	text-align: center !important;
    	padding: 0 !important;
    	border-radius: 5px 5px 0px 0px !important;
    	background-color: #1A1A1A !important;
	}

	body.woocommerce .woof-slide-out-div.woof_slideout_default .woof_list_checkbox > li,
	body.woocommerce .woof-slide-out-div.woof_slideout_default h4 {
 		color: #ffffff;   
	}
    
	body.woocommerce .woof-slide-out-div.woof_slideout_default .woof_husky_txt-input {
    	border-radius: 20px;
    	padding-left: 30px;
	}
    
}

@media screen and (min-width: 992px){
	body.woocommerce .woof-slide-out-div.woof_slideout_default {
    	display: none !important;
	}
}