:root {
	--wd-text-font: Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #000000;
	--wd-text-font-size: 18px;
	--wd-title-font: Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 800;
	--wd-title-color: #242424;
	--wd-entities-title-font: "'Arial Black', Gadget, sans-serif", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: Arial, Helvetica, sans-serif;
	--wd-widget-title-font: Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #e8e8e8;
	--wd-alternative-color: #8224e3;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #dd3333;
	--btn-accented-bgcolor-hover: #bf170b;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #1e73be;
	--wd-link-color-hover: #8224e3;
	--wd-sticky-btn-height: 95px;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #1e73be;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
html .post.wd-post:not(.blog-design-small) .wd-entities-title {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 32px;
}
html .wd-single-post-header .title, html .wd-single-post-title .wd-post-title {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 32px;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 32px;
}
h3 {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 26px;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1170px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1170px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1170px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1170px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: #666666;
}

.wp-embed-featured-image img{width:160px !important}

.display-posts-listing .alignleft {
    float: right;
    margin: 0 0 5px 5px;
}

body .woodmart-entry-meta .meta-author {
display:none;
}

.product-image-summary .single_add_to_cart_button {
font-size: 20px;
line-height: 18px;
padding: 20px 100px;  
height: 60px;
}
.title-size-small{padding-bottom:0}
.page-title{margin-bottom:20px}

body .blog-post-loop .post-date {
    display:none;
}

a{
color:#1e73be!important;
}
a:hover{
color:#1e73be!important;
}

.woocommerce-Price-amount, .stock:before {
    color: #A8A7A5 !important;
    font-size:16px;
}

/* Grid style */
.display-posts-listing.grid {
	display: grid;
	grid-gap: 16px;
}

.display-posts-listing.grid .title {
	display: block;
}

.display-posts-listing.grid img { 
	display: block; 
	max-width: 100%; 
	height: auto; 
}

@media (min-width: 600px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 2, 1fr );
	}
}

@media (min-width: 1024px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 3, 1fr );
	}
}

body .product-label.onsale{
    background:#E22D2D;
    color:white;
}
.wc-block-featured-product__description a{color:white !important;text-decoration:underline !important}
.wc-block-featured-product__price .woocommerce-Price-amount{color:white !important;font-size:28px !important}
.wc-block-featured-product__link .wp-block-button__link{text-decoration:underline !important;color:white !important;font-size:28px !important}

.woocommerce-product-attributes-item__value{font-size:14px !important}
.woocommerce-product-attributes-item__label{font-weight:400;font-size:14px !important}

a.single_add_to_cart_button{color:white !important}

.display-posts-listing .listing-item {
overflow: hidden;
width: 100%;
}

.display-posts-listing .image {
float: left;
margin: 0 16px 16px;
}

body .product-grid-item:hover .woodmart-buttons[class*=wd-pos-r] {
opacity: 0;
}

.page-title-default{background-color:#ffffff !important;color:#999 !important}
.page-title.color-scheme-light .entry-title{color:#2d2a2a}

.wp-block-button__link {background-color: #E5524B;}

blockquote {
text-align: center;
margin: 20px;
padding: 20px;
font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
font-size: 22px;
color: #767171;
border-left: 4px dotted #767171;
border-right: 4px dotted #767171;
background-color:#fbeec1;
font-style: italic
}

blockquote::before {
content: "\201C";
display: block;
font-size: 80px;
left: -380px;
top: -50px;
position: relative;
height: 0;
}

body .basel-scroll-content .product_meta .sku_wrapper{
display:none; 
}

.main-page-wrapper{padding-top: 0px;}

.cat-design-alt .hover-mask{display:none !important;}

.categories-style-carousel, .slider-type-post, .slider-type-product {margin-bottom: 0px;}

.breadcrumbs-location-below_header .single-breadcrumbs-wrapper {margin-top: 10px;}

.wcfl-feature onsale {display:none !important;}

.boxed {
  border: 3px solid blue ;
	padding: 20px;
}

.wp-block-button__link {color:white !important};

.home_posts a {
color: whte;
}
						@media (min-width: 1025px) {
	.wpb_content_element {
    margin-bottom: 15px;
}
}

@media (max-width: 576px) {
	body .product-grid-item .woodmart-buttons[class*=wd-pos-r] {
opacity: 0;
}

.topbar-wrapp {
	display:none;
}

.wpb_content_element {
    margin-bottom: 0;
}

.main-page-wrapper {
    padding-top: 10px;
}

.vc_row.vc_column-gap-20>.vc_column_container {
    padding: 0px;
}

.page-title {
    padding: 0px;
	  margin-top: 0px;
	  margin-bottom: 0px;
}

.shop-loop-head {
    margin-top: 2px;
	  margin-bottom: 2px;
}

.yoast-breadcrumb {
    margin-bottom: 0px;
    margin-top: 10px;
}
 
}

