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

:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(1,36,56);
	--wd-text-font-size: 14px;
	--wd-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: rgb(1,36,56);
	--wd-entities-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(1,36,56);
	--wd-entities-title-color-hover: rgb(36, 131, 197);
	--wd-alternative-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(1,36,56);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(1,36,56);
	--wd-alternative-color: rgb(36,131,197);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(36,131,197);
	--btn-accented-bgcolor-hover: rgb(0,114,196);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(1,36,56);
	--wd-link-color-hover: rgb(36,131,197);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://elmonop.sk/wp-content/uploads/2021/10/tools-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: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(244,249,252);
	background-image: none;
}
.page :is(.wd-page-content, .whb-header) {
	background-color: rgb(244,249,252);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
: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: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(36,131,197);
}

/* Zmena farby rozbalovacieho menu hlavných kategórií */
.wd-header-cats.wd-style-1 .menu-opener:hover {
  background-color: #2483C5;
	color: #E5E5E5;
}

/* Zmena pozadia vstupných polí na bielu farbu v rôznych sekciách */
.woocommerce-billing-fields__field-wrapper input.input-text,
.woocommerce-shipping-fields input.input-text,
.woocommerce-additional-fields textarea {
    background-color: #FFFFFF;
}

/* Zmena hover farby hlavného menu */
.wd-nav[class*="wd-style-"] > li:is(.current-menu-item, .wd-active, .active) > a {
  color: #2483C5;
}
.wd-nav[class*="wd-style-"] > li:hover > a {
  color: #2483C5;
}

/* Zmena veľkosti ikony v hlavnom produktovom menu - hlavné kategórie */
.wd-nav-img, .mega-menu-list img {
  max-height: 40px;
}

.wd-nav[class*="wd-style-underline"] .nav-link-text::after {
  background-color: #E5E5E5;
}



.wrapp-category {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background-color: white;
    border: 1px solid #E5E5E5;
	  border-radius: 6px !important;
    padding: 5px;
		height: 80px;
		overflow: hidden;	  
		transition: width 200ms ease-in-out, height 200ms ease-in-out, box-shadow 200ms ease-in-out, border 200ms ease-in-out;
}

.wrapp-category:hover .wd-entities-title {
    color: #2483C5;
}

.wrapp-category:hover {
  width: 100%;
  height: 80px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #2483C5;
}

.category-image-wrapp {
    margin-right: 5px;
		overflow: visible !important;
}

.category-image {
    display: block;
}

.wd-entities-title {
    margin: 0;
}

.wd-img-width .cat-design-alt .category-image-wrapp {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.category-grid-item {
  text-align: left !important;
}


input[type="email"] {
	background-color: #FFFFFF;
}

.category-grid-item:hover .category-image {
  transform: none !important;
}

h1.entry-title {
  padding-bottom: 25px;
}

input[type="text"], input[type="tel"], textarea {
  background-color: #FFFFFF;
}
.footer-container {
  border-top: 1px solid #DEE5E9;
}

.wd-nav[class*="wd-style-"] > .header-stores:hover > a {
  color: #ffffff !important;
}

.shop_table_responsive tbody tr.shipping{
display:none;
}

.wd-shipping-progress-bar.wd-style-bordered .wd-free-progress-bar {
  background-color: white;
}

.wd-progress-bar .progress-bar {
  background-color: #66991D !important;
}

.breadcrumb-last {
  color: #012438;
}
.woocommerce-breadcrumb a {
  color: #99A7AF !important;
}

.bc-product-list .breadcrumb-last {
  color: #ffffff;
}
.bc-product-list .woocommerce-breadcrumb a {
  color: #95C2E2 !important;
}
.custom-category .category-image-wrapp {
    width: 60px !important;
    height: 60px !important;
    text-align: center;
    max-width: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
	    min-width: 60px !important;
}
.custom-category .wd-entities-title{
    font-size: 15px !important;
    text-transform: none !important;
}
.custom-category  .category-grid-item img{
		max-width: 90%;
    text-align: center;
}
/* Aby každý item bol "krabica" pre absolútne pozicovanie */
.wd-col.category-grid-item,
.wrapp-category {
  position: relative;
  overflow: hidden;
}

/* "fill" link sa roztiahne LEN cez rodiča, nie cez iné */
.category-link.wd-fill {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;       /* dôležité, aby bolo menšie z-index */
  background: none; /* aby nebolo prekryté */
}

#cmplz-document {
  max-width: 100%;
}

.stock.atorder-supplier.wd-style-with-bg span, 
.stock.available-on-backorder.wd-style-with-bg span {
    color: #F79E1B !important; /* Zmena farby textu */
}
.stock.wd-style-with-bg:is(.atorder-supplier, .available-on-backorder) span {
  background-color: #FDECD1 !important;
}
.stock.instock.wd-style-with-bg span {
    color: #85B951 !important; /* Zmena farby textu */
}
.stock.wd-style-with-bg:is(.instock) span {
  background-color: #F1F7EB !important;
}

@media (min-width: 1025px) {
	.searchform.wd-style-4 input[type="text"] {
  background-color: #F4F9FC;
}
.searchform.wd-style-4 input[type="text"]:hover {
  border: 1px solid #2483C5;
}
form.woocommerce-checkout {
  flex-wrap: inherit !important;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.wd-side-hidden {
	width: 100%;
}
.wd-nav-mobile.wd-html-block-on .wd-mob-nav-html-block {
	max-width: 100% !important;
}
#menu-item-15533 a.woodmart-nav-link:hover,
#menu-item-15539 a.woodmart-nav-link:hover {
    color: #FFFFFF;
}

}

@media (min-width: 577px) and (max-width: 767px) {
	.wd-side-hidden {
	width: 100%;
}
.wd-nav-mobile.wd-html-block-on .wd-mob-nav-html-block {
	max-width: 100% !important;
}
#menu-item-15533 a.woodmart-nav-link:hover,
#menu-item-15539 a.woodmart-nav-link:hover {
    color: #FFFFFF;
}

}

@media (max-width: 576px) {
	.wd-side-hidden {
	width: 100%;
}
.wd-nav-mobile.wd-html-block-on .wd-mob-nav-html-block {
	max-width: 100% !important;
}
#menu-item-15533 a.woodmart-nav-link:hover,
#menu-item-15539 a.woodmart-nav-link:hover {
    color: #FFFFFF;
}

}

