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

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//izdelek.si/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//izdelek.si/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//izdelek.si/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//izdelek.si/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//izdelek.si/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//izdelek.si/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//izdelek.si/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//izdelek.si/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 15px;
	--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-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(38,175,162);
	--wd-alternative-color: rgb(254,166,0);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(38,175,162);
	--btn-accented-bgcolor-hover: rgb(254,166,0);
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(38,175,162);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(254,166,0);
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: rgb(38,175,162);
	--wd-sticky-btn-height: 95px;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://izdelek.si/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;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(0,0,0);
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
}
.product-labels .product-label.onsale {
	background-color: rgb(254,166,0);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--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: 8px;
}



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

/* Slike v AJAX Product Tabs naj bodo responsive na mobilnih napravah */
@media (max-width: 991px) {
    .wd-ajax-tab-content .wd-tab-content-inner img,
    .wd-ajax-tab-content .tab-content img,
    .product-tabs-wrapper .wd-tab-content img {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;   /* prepreči prevelike slike */
        display: block;               /* centriranje, če je potrebno */
        margin: 0 auto;               /* centriraj sliko */
    }

    /* Če so slike v float ali imajo inline width/height, jih prisilno resetiraj */
    .wd-ajax-tab-content img[style*="width"],
    .wd-ajax-tab-content img[style*="height"] {
        width: 100% !important;
        height: auto !important;
    }
}

/* Zagotovi, da je cel label flex in vse na levi */
.wc-block-components-radio-control 
  .wc-block-components-radio-control__option[for*="ppcp-credit-card-gateway"] {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;   /* vse na levi */
    flex-wrap: nowrap !important;
    gap: 8px !important;                      /* razmik med elementi v labelu */
    width: 100% !important;
}

.wc-block-components-radio-control 
  .wc-block-components-radio-control__option[for*="ppcp-credit-card-gateway"]::before {
    content: "" !important;
    display: inline-block !important;
    width: 220px !important;
    height: 22px !important;
    background: url("https://izdelek.si/wp-content/uploads/2026/02/payments.png") left center / contain no-repeat !important;
    flex-shrink: 0 !important;
    margin-right: 8px !important;
}