/*
Theme Name: WebShop Child Theme
Theme URI: https://woocommerce.com/products/webshop/
Description: Child Theme for WebShop
Author: ThemeGrill
Author URI: http://themegrill.com
Template: webshop
Version: 1.0
*/


.ws-footer-cols li.wp-social-link {
	padding: 0;
}

.border-decore {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
.border-decore:before,
.border-decore:after {
	content: '';
	height: 10px;
	max-height: 10px;
	min-height: 10px;
	width: 100%;
	display: block;
	position: absolute;
	z-index: 1;
	background-image: url(img/line-object.png);
}

.border-decore:before, #colophon:before  {
	top: 0;
	bottom: auto;
}
.border-decore:after {
	bottom: 0;
	top: auto;
}

#colophon {
	position: relative;
	padding-top: 10px;
}
#colophon:before { 
	content: '';
	height: 10px;
	max-height: 10px;
	min-height: 10px;
	width: 100%;
	display: block;
	position: absolute;
	z-index: 1;
	background-image: url(img/line-object.png);
}

.entry-content > *:last-child {
	margin-bottom: 0 !important;
}
.bapf_button {
	width: 100%;
}
.ws-filter-sidebar .ws-close-filter-sidebar {
	padding: 1em !important;
}
.bapf_body li label {
	margin-bottom: 0;
}
.bapf_body li i {
	float: right;
    margin-top: 8px;
}

.woocommerce-loop-product__title {
	line-height: 1.3 !important; 
}

#woocommerce-catalog .modal-footer button {
	    width: 134px !important;
}

#msg-for-enquiry-sucesss {
    color: #1469b4 !important;
} 
@media ( max-width: 567px ) {
.wp-block-cover__inner-container h1, 
.wp-block-cover__inner-container p {
	padding: 0.5rem 1rem;
	background: rgba(255, 255, 255, 0.5);
	display: inline-block;
}
}

 