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

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 16px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--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: 16px;
	--wd-brd-radius: 35px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(224,60,160);
	--wd-alternative-color: rgb(224,60,160);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(224,60,160);
	--btn-accented-bgcolor-hover: rgba(214,12,132,0.7);
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(244,244,244);
	--notices-success-color: rgb(36,36,36);
	--notices-warning-bg: rgb(221,51,51);
	--notices-warning-color: #fff;
	--wd-link-color: rgb(224,60,160);
	--wd-link-color-hover: rgba(214,12,132,0.7);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://kuklashop.md/wp-content/uploads/2021/07/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 281px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(224,60,160);
	background-image: none;
}
.wd-nav-arrows.wd-pos-together:not(:where(.wd-custom-style)) {
	--wd-arrow-gap: 20px;
	--wd-arrow-size: 52px;
	--wd-arrow-icon-size: 18px;
	--wd-arrow-color: rgb(255,255,255);
	--wd-arrow-color-hover: rgb(224,60,160);
	--wd-arrow-color-dis: rgba(255,255,255,0.7);
	--wd-arrow-bg: rgb(224,60,160);
	--wd-arrow-bg-hover: rgb(255,255,255);
	--wd-arrow-bg-dis: rgba(214,12,132,0.7);
	--wd-arrow-radius: 50px;
	--wd-arrow-brd-color: rgb(224,60,160);
	--wd-arrow-brd-color-hover: rgb(224,60,160);
	--wd-arrow-brd-color-dis: rgba(214,12,132,0.7);
	--wd-arrow-brd: 1px solid;
}
.product-labels .product-label.onsale {
	background-color: rgb(214,12,132);
	color: rgb(255,255,255);
}
.product-labels .product-label.new {
	background-color: rgb(214,12,132);
}
.product-labels .product-label.featured {
	background-color: rgb(214,12,132);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(214,12,132);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

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


.wd-page-title {
background-color: rgb(224,60,160);
}

/*Fix chekout 2 column raws*/
p.form-row-wide {
	clear: none
}

/*Remove flex from wpml secondary nav in header*/
.wd-header-nav.wd-header-secondary-nav {
	flex:unset
}

/*Round instagram block*/
.wd-insta-cont-inner {
	border-radius: 35px !important
}

/*Hide button "Detalii" on brand page*/
.brand-hide-button .wd-button-wrapper {
	display: none
}

/*Style category grid on Shop / Category Pages*/
.custom-category .cat-design-zoom-out .wd-cat-content {
	align-items: flex-end;
	padding: 0;
}

.custom-category .cat-design-zoom-out .wd-cat-header {
	width: 100%;
}

.custom-category .cat-design-zoom-out .wd-entities-title {
	width: 100%;
	background-color: rgba(214,12,132,0.7);
	color: var(--btn-accented-color);
	font-size: 19px;
	font-weight: var(--wd-title-font-weight);
	padding: 30px;
	text-align: left;
	border-radius: 20px;
}

/* Hover efect on infor box */
.icon-hover .color-scheme-hover-light:hover .info-svg-wrapper img {
	filter: brightness(0) saturate(100%) invert(24%) sepia(46%) saturate(1046%) hue-rotate(138deg) brightness(98%) contrast(101%);
}

/* Hide author meta info for Blogs */
.meta-author, .wd-post-meta, .wd-meta-author {
	display: none !important
}

/* Fix search icon position in header top-bar */
.whb-header .wd-header-search .wd-tools-icon:after {
	margin-inline-start: -14px;
}


/* Shop page filter widget distance between columns */
.filter-widget .widget-title{
	margin-top:20PX
}

/* Overlay mask on the banner */
.kukla-banner .wrapper-content-banner {
  height: 100%;
}


.wd-brands.brands-widget .title {
    font-size: 48px;
    font-weight: 900;
}

.wd-brand-item.brand-item {
    font-size: 24px;
    font-weight: 900;
    transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}


.wd-brand-item.brand-item a {
    --wd-link-color: #db33a0 ;         
    --wd-link-color-hover: #db33a0 ;  
    --wd-link-decor: none;
    --wd-link-decor-hover: none;
    color: #db33a0 ;
}

.wd-hover-alt .wd-brand-item a,
.wd-hover-alt .wd-brand-item:hover a {
    opacity: 1 ;
    filter: none ;
}

.wd-brands.wd-style-bordered.wd-layout-list .wd-brand-item:hover {
    border-color: #db33a0 ;             
    transform: translateY(-4px);                  
    box-shadow: 0 10px 20px rgba(219, 51, 160, 0.2); 
}@media (max-width: 576px) {
	/* Style subcategory banners */
.custom-category .cat-design-zoom-out .wd-entities-title {
	font-size: 16px;
	padding: 15px;
	border-radius: 10px;
}

/* Show sticky social links */
.wd-sticky-social {
	display: flex !important;
}

.wd-sticky-social {
	top: 75%
}


.wd-brands.brands-widget .title{
	font-size: 36px ;
	font-weight:900
}

.wd-brand-item.brand-item{
	font-size: 22px;
	font-weight:900
}
}

