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

:root {
	--wd-text-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 16px;
	--wd-title-font: "Palanquin Dark", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Palanquin Dark", 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: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Palanquin Dark", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #446084;
	--wd-alternative-color: #e27c3a;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #ff5e2b;
	--btn-accented-bgcolor-hover: #ec5727;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #3aa0e2;
	--wd-link-color-hover: #446084;
}
.wd-age-verify-wrap {
	--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-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: #5b5b5b;
	background-image: none;
	background-size: cover;
}
html .whb-header .wd-header-cats .menu-opener {
	text-transform: none;
}
.page .wd-page-content {
	background-color: #ffffff;
	background-image: none;
}
.product-labels .product-label.onsale {
	background-color: rgb(255,128,0);
	color: rgb(255,255,255);
}
.product-labels .product-label.new {
	background-color: rgb(0,160,227);
	color: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1300px;
--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: 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: 1300px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1300px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1300px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


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

/* product title (grid) */
h3.product-title, h3.product-title a {font-size:16px !important;}

/* price color */
.summary-inner>.price, .woodmart-scroll-content>.price,
.price .amount {/*color:#e27c3a !important;*/color:#ff8000 !important;}
.price del {color:#5b5b5b;}

/* categories (grid) */
.woodmart-product-cats a {color: #fff !important; 
	/*background-color: #3aa0e2 !important; */
	background-color: #5b5b5b !important; 
	font-weight:normal; font-size: 16px;padding: 2px 4px 1px; border-radius:3px;}
.woodmart-product-cats a:hover {background-color:#707070 !important;}

/* NEW product label */
span.new.product-label {font-weight: normal; text-transform:none;}
.product-label.new {
	/*background-color: #446083;*/
	background-color: #00a0e3;
	/*color: #5b5b5b;*/
}

/* ON SALE product label */
span.onsale.product-label {background-color:#ff8000;}

/* quick view brand size */
.popup-quick-view div.woodmart-product-brands img {max-width:180px;}

/* hide brand filters */
body.archive .woodmart-active-filters {display:none;}

/* hide Return to shop button on empty page */
body .woodmart-empty-page-text+.return-to-shop {display:none;}

/* adjust padding on Add to wishlist link on product page */
a.add_to_wishlist.single_add_to_wishlist i.yith-wcwl-icon {margin-right:0;}

/* hide tags on product page */
div.product_meta span.tagged_as {display:none;}


/* BIG UPDATE */
/*span.new.product-label {background-color: #00a0e3;}*/

/* product categories (product archive) */
.wd-product-cats a {color: #fff !important; 
	background-color: #5b5b5b !important; 
	font-weight:normal; /*font-size: 110%;*/
	padding: 2px 4px 0px; border-radius:3px;}
.wd-product-cats a:hover {background-color:#707070 !important;}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {align-items: start;}@media (min-width: 1025px) {
	/* brand logo size */
.product-image-summary .woodmart-product-brands img {max-width:180px;height:100px}

/* menu underline color */
body .woodmart-nav-link .nav-link-text:after {background-color:#e27c3a;}

/* NEW product label */
span.new.product-label {font-size:13px !important;}

/* search bar */
.searchform input[type=text]{
	  border-color: #ddd!important;
    box-shadow: none;
    color:#446084!important;
	background-color:#eee!important;
}




/*hide my account sidebar from wishlist page*/
.woodmart-my-account-sidebar {
flex: 1 0 25%;
max-width: 25%;
width: 25%;
border-right: 1px solid;
display: none;
}

.woocommerce-MyAccount-content {
flex: 1 0 100%;
max-width: 100%;
width: 100%;
}
}

@media (max-width: 576px) {
	/*.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {padding:0 3px;}*/

.products-bordered-grid {margin-left:-15px !important;margin-right:-15px !important}

/* product title (grid) */
h3.product-title, h3.product-title a {font-size:15px !important;}
/* categories (grid) */
.woodmart-product-cats a {font-size: 14px;padding: 2px 4px 1px; border-radius:3px;}
}

