.page-title-default{
	background-color:#0a0a0a;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:rgb(88,156,122);
}

:root{
--wd-text-font:"Montserrat", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Montserrat", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Montserrat", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:700;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Gilda Display", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Lato", 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;
}
:root{
--wd-header-el-font:"Montserrat", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:700;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:13px;
}
:root{
--wd-primary-color:rgb(88,156,122);
}
:root{
--wd-alternative-color:rgb(77,77,77);
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-shop-bgcolor:#7BBBDD;
}
:root{
--btn-shop-bgcolor-hover:#67a7ca;
}
:root{
--btn-accent-bgcolor:#7BBBDD;
}
:root{
--btn-accent-bgcolor-hover:#74a32f;
}
:root{
--notices-success-bg:rgb(116,211,8);
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//prelze.com/wp-content/themes/woodmart/fonts/woodmart-font.woff?v=6.0.1") format("woff"),
	url("//prelze.com/wp-content/themes/woodmart/fonts/woodmart-font.woff2?v=6.0.1") format("woff2");
}

	:root{
			--wd-form-brd-radius: 35px;
	
	
	
	--wd-form-brd-width: 1px;

	--btn-default-color: #333;
	--btn-default-color-hover: #333;

	--btn-shop-color: #fff;
	--btn-shop-color-hover: #fff;

	--btn-accent-color: #fff;
	--btn-accent-color-hover: #fff;
	
	
	
	
	
	
			--btn-default-brd-radius: 35px;
		--btn-default-box-shadow: none;
		--btn-default-box-shadow-hover: none;
	
			--btn-shop-brd-radius: 35px;
		--btn-shop-box-shadow: none;
		--btn-shop-box-shadow-hover: none;
	
			--btn-accent-brd-radius: 35px;
		--btn-accent-box-shadow: none;
		--btn-accent-box-shadow-hover: none;
	
	
	
		}

	/* Site width */
		/* Header Boxed */
	@media (min-width: 1025px) {
		.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
			max-width: 1192px;
		}
	}

	.container {
		max-width: 1222px;
	}
	
	
	@media (min-width: 1222px) {

		[data-vc-full-width]:not([data-vc-stretch-content]) {
			padding-left: calc((100vw - 1222px) / 2);
			padding-right: calc((100vw - 1222px) / 2);
		}

		.platform-Windows [data-vc-full-width]:not([data-vc-stretch-content]) {
			padding-left: calc((100vw - 1239px) / 2);
			padding-right: calc((100vw - 1239px) / 2);
		}
	}

	
/* Quick view */
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

/* Shop popup */
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}

/* Age verify */
div.wd-popup.wd-age-verify {
	max-width: 500px;
}

/* Header Banner */
.header-banner {
	height: 40px;
}

body.header-banner-display .website-wrapper {
	margin-top:40px;
}

/* Tablet */
@media (max-width: 1024px) {
	/* header Banner */
	.header-banner {
		height: 40px;
	}
	
	body.header-banner-display .website-wrapper {
		margin-top:40px;
	}
}

.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 280px;
}
		
.main-page-wrapper{
	padding: 0px;
	margin: 0px;
}
.min-footer{
    color: #fff;
}
#menu-main-navigation > li > a {
    color: #fff;
    letter-spacing: 1px;
}
.hero-section .owl-carousel img{
    border-radius: 35px !important;
}
.topbar{
    color: #589c7a !important;
    text-align: center;
    font-size: 14px !important;
}
.add_to_cart_button{
	display: none !important;
}
.swatches-select{
	display: none !important;
}
.whb-header{
/* 	margin-bottom: 0; */
}
.site-content{
	margin-bottom: 0px;
}
.whb-main-header .whb-general-header{
	background-color: #589c7a;
}
.wpcf7-submit{
    background-color: #589c7a ;
    color: #fff;
    border-radius: 20px;
}
.rounded-collection-section img{
   border-radius: 50% !important;
    border: 3px solid #ddd;
}
.rounded-collection-section{
  width: 150px; /* Adjust the size as needed */
  height: 150px; /* Adjust the size as needed */
  border-radius: 50%; /* To make it circular like Instagram stories */
  padding: 4px; /* Space between the image and the border */
  /*background: conic-gradient(
    from 0deg,
    #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5, #feda75
  ); */ /* Instagram story gradient */
	margin: 0 auto;
}
.rounded-collection-section figure{
    width: 100%;
    height: 100%;
}
.rounded-collection-section figure img{
    object-fit: cover;
}
.rounded-collection-section img{
  width: 100%;
  height: 100%;
  border-radius: 50%; /* Make the image itself circular */
  display: block;
}
.prelze-about-us .wrapper-content-banner{
    display: none !important;
}

@media(max-width:768px){
	.flexible-story-line{
	 flex-wrap: nowrap !important;
	 overflow-x: scroll !important;
	}
}

.main-footer ul li a,
.main-footer {
    color: #fff !important;
    font-size: 16px;
    font-weight: 600 !important;
}
.entry-summary .summary-inner{
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #e0e0ec;
    padding: 20px;
    border-radius: 5px;
}

.entry-summary .summary-inner .product_title,
.entry-summary .summary-inner .price,
.woocommerce-product-details__short-description,
.wd-before-add-to-cart{
    text-align: left;
}
.woocommerce-product-details__short-description p{
	color: #333333;
}
.wd-before-add-to-cart{
    color: #589c7a !important
}
.entry-summary .summary-inner .wd-before-add-to-cart{
    padding: 10px 5px;
    border-top: 1px solid #e0e0ec;
    border-bottom: 1px solid #e0e0ec;
}
.product-design-alt table.variations tr{
		flex-direction: row;
    align-items: center;
    gap: 10px;
}
.product-design-alt table.variations label{
    margin: 0px;
    color: #589c7a;
}
.variations_form .variations .value{
/* 	width: auto !important; */
}
.variations_form .variations .value select{
    color: #333333  !important;
    font-weight: 500;
		max-width: 150px !important; 
}
.gmwqp_inquirybtn{
    text-align: left;
    margin-top: 0px !important;
}
.gmwqp_inquirybtn a{
    border: 1px;
    border-radius: 15px !important;
    padding: 10px 20px;
    margin-top: 0px !important;
}
.product-design-alt table.variations .reset_variations{
    position: static;
    display: block;
    margin-left: 10px;
}
.variations_form .reset_variations{
    display: inline !important;
}
.product-design-alt table.variations td{
    text-align: left !important;
}
.gmwqp_inner_popup_op_mores .gmwqp_popup_title{
    background-color: #589c7a;
}
.gmqqp_input{
    padding: 18px !important;
    border-radius: 10px !important;
    border-color: #ccc !important;
}
.gmwqp_inner_popup_op_mores .gmwqp_popup_title{
    background-color: #589c7a;
    color: #fff
}
.gmqqp_input{
    padding: 18px !important;
    border-radius: 10px !important;
    border-color: #ccc !important;
}
.woocommerce-Tabs-panel{
    color: #333;
}@media (min-width: 577px) and (max-width: 767px) {
	.prelze-about-us .wd-button-wrapper {
	text-align:center;
}
.prelze-video-box .vc_column-inner{
	padding: 20px 0px !important;
}
}

@media (max-width: 576px) {
	.prelze-about-us .wd-button-wrapper {
	text-align:center;
}
.prelze-video-box .vc_column-inner{
	padding: 20px 0px !important;
}
}

