@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.zeynepbalat.com/theme/fonts/woodmart-font-1-400.woff2?v=7.2.1") format("woff2");
}

.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-image: none;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}

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

.footer-container{
	background-color:rgb(10,10,10);
	background-image: none;
}

:root{
--wd-text-font:"Jost", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:rgb(78,77,77);
--wd-text-font-size:16px;
}
:root{
--wd-title-font:"Playfair Display", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:rgb(78,77,77);
}
:root{
--wd-entities-title-font:"Jost", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:500;
--wd-entities-title-color:rgb(78,77,77);
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"notera", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Jost", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:rgb(78,77,77);
--wd-widget-title-font-size:22px;
}
:root{
--wd-header-el-font:"Jost", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:700;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:20px;
}
:root{
--wd-primary-color:rgb(221,198,98);
}
:root{
--wd-alternative-color:rgb(78,77,77);
}
:root{
--wd-link-color:rgb(221,198,98);
--wd-link-color-hover:rgb(191,156,63);
}
.page .main-page-wrapper{
	background-color:rgb(10,10,10);
	background-image: none;
}

.woodmart-archive-blog .main-page-wrapper{
	background-color:rgb(10,10,10);
	background-image: none;
}

.single-post .main-page-wrapper{
	background-color:rgb(10,10,10);
	background-image: none;
}

:root{
--btn-default-bgcolor:rgb(221,198,98);
}
:root{
--btn-default-bgcolor-hover:rgb(191,156,63);
}
:root{
--btn-accented-bgcolor:rgb(221,198,98);
}
:root{
--btn-accented-bgcolor-hover:rgb(191,156,63);
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:rgb(221,51,51);
}
:root{
--notices-warning-color:#fff;
}
	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #333;
		
					--btn-default-color-hover: #333;
		
					--btn-accented-color: #fff;
		
					--btn-accented-color-hover: #fff;
		
					
			
			
							--btn-default-brd-radius: 5px;
				--btn-default-box-shadow: none;
				--btn-default-box-shadow-hover: none;
					
					
			
			
							--btn-accented-brd-radius: 5px;
				--btn-accented-box-shadow: none;
				--btn-accented-box-shadow-hover: none;
					
							
					--wd-brd-radius: 0px;
			}

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

		.container {
			max-width: 1222px;
		}

		:root{
			--wd-container-w: 1222px;
		}
	
			@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);
			}
		}
	
			div.wd-popup.popup-quick-view {
			max-width: 920px;
		}
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
@font-face {
	font-family: "notera";
	src: url("//www.zeynepbalat.com/uploads/Notera_PersonalUseOnly.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

/*banner radius*/
.banner-radius{
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.banner-radius>.vc_column-inner{
	border-radius: clamp(2rem,7.5vw,1rem) clamp(0rem,7.5vw,0rem) clamp(2rem,7.5vw,1rem) clamp(2rem,7.5vw,1rem);
	background: #fff;
	box-shadow: 0 0 2.5rem rgba(29,29,27,.1);
	padding: 0 0 clamp(1rem,40vw,2rem);
	transition: box-shadow .6s ease-out;
	overflow: hidden;
}
.banner-radius>.vc_column-inner img{
	transition: all .6s ease-out;
}

.banner-radius:focus>.vc_column-inner, 
.banner-radius:hover>.vc_column-inner {
	box-shadow: 0 0 2.5rem rgba(29,29,27,.1),0 0 2.5rem rgba(29,29,27,.2);
	border: 1px solid #d0b24f !important;
}
/*banner radius*/

/* promo radius*/
promo-radius{
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.promo-radius>.vc_column-inner{
	border-radius: clamp(2rem,7.5vw,1rem) clamp(0rem,7.5vw,0rem) clamp(2rem,7.5vw,1rem) clamp(2rem,7.5vw,1rem);
	background: #fff;
	box-shadow: 0 0 2.5rem rgba(29,29,27,.1);
	padding: 0 0 clamp(0rem,40vw,0rem);
	transition: box-shadow .6s ease-out;
	overflow: hidden;
}
.promo-radius>.vc_column-inner img{
	transition: all .6s ease-out;
}
.promo-radius:focus>.vc_column-inner, 
.promo-radius:hover>.vc_column-inner {
	box-shadow: 0 0 2.5rem rgba(29,29,27,.1),0 0 2.5rem rgba(29,29,27,.2);
	border: 1px solid #d0b24f !important;
}
/* promo radius*/


.whb-top-bar .wd-header-text{
	font-size: 14px !important;
}

.wd-tools-element:is(.wd-design-6,.wd-design-7,.wd-design-8) .wd-custom-icon{
	max-width: 30px!important;
}

/*text anima*/
.textanima p {
	display: inline;
	background-repeat: no-repeat;
	transition: all 2500ms ease-in-out;
	background-position: left;
	background-size: 0% 100%;
	background-image: linear-gradient(28deg, #d0b24f, #dabb53);
}
.textanima:hover p {
  background-position: right;
  background-size: 100% 100%;
	color: black;
}
/*text anima*/


/*mouse scroll text*/
.animated-text small {
	position: relative;
	font-size: 32px !important;
}
.textAnim {
	width: 0;
	height: 100%;
	left: 0px;
	overflow: hidden;
	position: absolute;
}

.animated-text small.color-0{
	color: #ecddaa;
}
.animated-text small.color-0 .textAnim{
	color: #d0b24f;
}

.animated-text small.color-1{
	color: #747474;
}
.animated-text small.color-1 .textAnim{
	color: #d0b24f;
}

.animated-text small.color-2{
	color: #747474;
}
.animated-text small.color-2 .textAnim{
	color: #d0b24f;
}
/*mouse scroll text*/

/* custom scrollbar */
::-webkit-scrollbar {
-webkit-appearance: none;
}
::-webkit-scrollbar {
width: 10px;
}
  
::-webkit-scrollbar-track {
background: #1d1d1b;
border:1px solid #eee;
}
  
::-webkit-scrollbar-thumb {
background: #ffd650;
border:1px solid #eee;
height:100px;
border-radius:5px;
}
  
::-webkit-scrollbar-thumb:hover {
background: #d0b24f;
}
/* custom scrollbar*/

.wd-entry-meta .meta-author{
	display: none !important;
}

.wd-single-footer .tags-list a{
	color: #c6c6c6 !important;
}

.wd-entities-title{
	color: #c6c6c6 !important;
}

.title{
	color: #c6c6c6 !important;
}

.wd-side-hidden{
	background-color: #030303;
}


/*buton cicrle*/
:is(.btn,.button,button,[type="submit"],[type="button"]){
	border-radius: 50%;
	height: 85px;
	width: 85px;
}
/*buton cicrle*/

.input[type="submit"]{
	border-radius: 50%;
	height: 85px;
	width: 85px;
}

.cookies-buttons .cookies-accept-btn{
	border-radius: 50% !important;
}

.scrollToTop{
	background-color: rgba(221, 198, 97, 1);
}

.wd-popup{
	background-color: #0a0a0a !important;
	padding: 0px !important;
	margin: calc(var(--wd-admin-bar-h) + 0px) auto 25px auto !important;
}

.full-menu-text{
	font-size: 22px !important;
	font-weight: 500 !important;
}

.full-menu-custom-bg{
	border-color: rgba(255, 255, 255, 0) !important;
	border-radius: 0% !important;
	background-color: transparent !important;
}

#section-cstm-title .title-subtitle{
	font-size: 47px;
	line-height: 40px;
	color: #7d7d7d;
}

fieldset{
	display: none !important;
}