@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.buddhalife.nl/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.1.0") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", 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: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", 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: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: #83b735;
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgba(237,237,0,0.68);
	background-image: none;
}
:is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg, :is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg :is(.wd-product,.wd-cat) {
	--wd-prod-bg:rgb(255,255,255);
	--wd-bordered-bg:rgb(255,255,255);
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.product-labels .product-label.onsale {
	background-color: rgb(221,51,51);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(221,51,51);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--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: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-header-cart.wd-design-2 .wd-cart-number, .wd-header-cart.wd-design-5 .wd-cart-number {
	background-color: #637448!important;
}

.social-icons li i {
    font-size: 40px;
}

.woocommerce-ordering {
display: none;
}

.ywgc-shortcode-product-image img {
	width:100px;
	height:100px;
}

.ywgc-shortcode-product-image-name-container {
	display: table!important;
}

.ywgc-shortcode-product-image {
	width:300px!important;
}

.woocommerce-form-coupon-toggle {
display: none;
}


.vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top:22px!important;
}

.hwp-gtin {
color: var(--color-gray-800);
    font-weight: 600;
}

div.quantity input[type=”button”], div.quantity input[type=”number”] {
height: 50px;
}

input.minus {
border-right: none !important;
}

input.plus {
border-left: none !important;
}

.wd-product.wd-hover-standard .wd-add-btn {
    display: flex!important;
    flex-wrap: nowrap!important;
    justify-content: var(--text-align)!important;
    gap: var(--wd-prod-gap)!important;
}

div.quantity {
    display: inline-flex!important;
    vertical-align: top!important;
    white-space: nowrap!important;
    font-size: 0!important;
    width: 45%!important;
}



@media (min-width: 1025px)
:is(.btn,.button,button,[type="submit"],[type="button"]) {
    padding: 0px 0px !important;
}@media (min-width: 1025px) {
	

.wd-sub-menu .menu-item .woodmart-nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.wd-sub-menu .menu-item .woodmart-nav-link img {
    display: block;
    margin: 0 auto 5px auto;
    max-width: 100%;
    height: auto;
}

.product-labels {
max-width: 100%!important;
}
	
.wd-dropdown-menu:is(.wd-design-sized,.wd-design-full-width) .wd-sub-menu>li {
    width: 235px !important;
	    text-align: center;
}

.wd-sub-menu li>a {
    display: grid!important;
}

.wd-nav-img, .mega-menu-list img {
    max-height: 120px !important;
}



.dgwt-wcas-pd-addtc-form .add_to_cart_inline, .dgwt-wcas-pd-addtc-form .quantity input.qty {
width: 36%!important;
}

.dgwt-wcas-pd-addtc .add_to_cart_button, .dgwt-wcas-pd-addtc .add_to_cart_inline {
margin-left: -19px!important;
}

div.quantity {
    width: auto!important;
}
}

@media (max-width: 576px) {
	@media (max-width: 768px) {
  
  .shop_table.shop_table_responsive.ywbc-search-by-products thead {
  	display: none;
  }
  
  .shop_table.shop_table_responsive.ywbc-search-by-products tbody tr {
  	display: flex;
	flex-flow: row wrap;
    border-bottom: 2px solid gray;
  }
  
  .shop_table.shop_table_responsive.ywbc-search-by-products tbody tr td:nth-child(1) {
  	 width: 100px !important;
  }
  
}

.ywbc-stock-manage-container {
    display: flex;
    margin-top: 5px;
    align-items: center;
    justify-content: center;
}

.woocommerce-ordering.wd-ordering-mb-icon {
display: none!important;
}

.main-page-wrapper {
    padding-top: 5px!important;
}

div.quantity {
    width: auto!important;
}

#billing_postcode_field.form-row-first, #shipping_postcode_field.form-row-first, #billing_postcode_field.form-row-last, #shipping_postcode_field.form-row-last {
	display:inline-block;
}


#billing_house_number_suffix_field {
	padding-right: 14px;align-content
}
	
}

