:root {
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #262626;
	--wd-text-font-size: 14px;
	--wd-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #262626;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--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(39,186,69);
	--wd-alternative-color: #00a020;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #27ba45;
	--btn-accented-bgcolor-hover: #00a020;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--wd-sticky-btn-height: 95px;
}
.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: #ffffff;
	background-image: none;
}
.woocommerce-cart .wd-checkout-steps li {
	font-weight: 300;
	font-size: 15px;
	text-transform: none;
	color: rgb(51, 51, 51);
}
.woocommerce-cart .wd-checkout-steps li:hover {
	color: rgb(22,22,22);
}
.woocommerce-checkout .wd-checkout-steps li {
	font-weight: 300;
	font-size: 15px;
	text-transform: none;
	color: rgb(51,51,51);
}
.woocommerce-checkout .wd-checkout-steps li:hover {
	color: rgb(22,22,22);
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: #ffffff;
	background-image: none;
}
.wd .product-label.onsale {
	background-color: rgb(241,58,255);
}
.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: 1202px;
--wd-form-brd-radius: 0px;
--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: 1202px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1202px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1202px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: rgb(229,229,229);
}

.woodmart-tltp .woodmart-tooltip-label {
   text-transform: none!important;
}
.woodmart-entry-meta,
.woodmart-post-date {
	display: none!important;
}
body .woodmart-hover-base:not(.product-in-carousel) .woodmart-buttons > div a {
	font-size: 0 !important;
}

body .catalog-mode-on .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-buttons>div a:before {
	margin-right: 0;
}

body .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-buttons .wrap-wishlist-button,
body .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-buttons .wrap-quickview-button {
	text-align: center;
}

body .woocommerce-cart-notice {
    background-color: #459647;
}

body.woocommerce-checkout .woocommerce>.woocommerce-info .amount {
    color:#26ba45;
}

body.woocommerce-checkout .woocommerce>.woocommerce-info .button {
    color:#26ba45;
    border-color:#26ba45;
}

.page-title .entry-title {
        font-size: 20px!important;
        color:#555555;
}
div.page-title {
    padding-top: 12px;
    padding-bottom: 12px;
}
.woodmart-social-icons {
    text-align: left!important;
}

.woodmart-tltp .woodmart-tooltip-label, .tooltip {
  position: absolute;
  z-index: 1070;
  visibility: hidden;
  text-transform: none;
  letter-spacing: .3px;
  font-weight: 400;
  font-size: 12px;
  pointer-events: none;
  opacity: 0; }

.grecaptcha-badge{display:none;}

.wd-sticky-btn .woocommerce-price-suffix {
    display: inline;
}

p#preorder_date_field {
    display: none !important;
}

.single-product span.sku_wrapper {
    display: none !important;
}

.woocommerce-info.yith_woocommerce_points_and_rewards {
    top: 0 !important;
    bottom: auto !important;
}

.website-wrapper .whb-row {
        z-index: unset;
}

.woocommerce div.product .product_meta > span.sku_wrapper {
   display: none;
}
.woocommerce div.product .product_meta > span.posted_in {
   display: none;
}

.wd-sticky-btn-cart .woobt-wrap {
    display: none;
}

.wd-sticky-btn-cart .yith-par-message-product a {
    display: block;
}

.wpt-bulk-select-label {
	display: inline;
}

body .wd-entry-meta .meta-author {
display:none;
}

.product-highlight {
  font-size: 11px;
  color: red;
  font-weight: bold;
  text-transform: uppercase;
}

.ecomail-subscribtion-info {
    display: none !important;
}

/* SantaPress - fix vertical alignment of custom button */
.spc-window-content a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 48px !important;
    padding: 0 !important;
    margin: 0 auto !important;
    width: 260px !important;
    line-height: 1 !important;
    background-color: #2e7d32 !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

/* Nastaviť adventný kalendár na 6 stĺpcov */
/* GRID 6 stĺpcov */
.santapress-container.w-24-doors {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 18px !important;
}

/* každé okienko ako pravidelný štvorec */
.santapress-container.w-24-doors .santapress-door {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important; /* štvorcový tvar */
}

/* obrázky nech sú natiahnuté na celý štvorec */
.santapress-container.w-24-doors .santapress-door-inner img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important; /* zachová tvoj obrázok bez orezania */
}

/* DESKTOP – 6 stĺpcov */
.santapress-container.w-24-doors {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 18px !important;
}
.santapress-container.w-24-doors .santapress-door {
    aspect-ratio: 1 / 1 !important;
}
.santapress-container.w-24-doors .santapress-door-inner img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

/* MOBIL – max-width 600px → 4 stĺpce */
@media (max-width: 600px) {
  .santapress-container.w-24-doors {
      grid-template-columns: repeat(4, 1fr) !important;
      gap: 12px !important;
  }
}

/* ZABIJE prázdny Woodmart divider pod bodmi */
.single-product .wd-after-add-to-cart .wd-divider {
    display: none !important;
}

/* poistka – ak má wrapper spacing */
.single-product .wd-after-add-to-cart {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* samotné body – jemný spacing */
.single-product .yith-par-message-product {
    margin-top: 8px !important;
    margin-bottom: 4px !important;
}

/* =====================================================
   TLAČIDLO „OPÝTAŤ SA NA PRODUKT“
===================================================== */

.product-question-button-wrap {
    display: block;
    margin-top: 12px;
    margin-bottom: 8px;
    text-align: left;
}

.product-question-button-wrap .open-product-question {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: 190px;
    padding: 11px 20px !important;

    background-color: #ffffff !important;
    color: #333333 !important;

    border: 1px solid #d5d5d5 !important;
    border-radius: 0;

    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;

    cursor: pointer;
    box-sizing: border-box;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

.product-question-button-wrap .open-product-question:hover,
.product-question-button-wrap .open-product-question:focus {
    background-color: #22b943 !important;
    color: #ffffff !important;
    border-color: #22b943 !important;
    text-decoration: none !important;
    outline: none;
}


/* =====================================================
   KOMPAKTNEJŠÍ POPUP
===================================================== */

.product-question-form p {
    margin-top: 0;
    margin-bottom: 14px;
}

.product-question-form label {
    display: block;
    margin-bottom: 6px;
}

.product-question-form input[type="text"],
.product-question-form input[type="email"],
.product-question-form input[type="tel"],
.product-question-form textarea {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    box-sizing: border-box;
}

.product-question-form textarea {
    min-height: 110px;
    height: 110px;
    resize: vertical;
}

.product-question-form .wpcf7-not-valid-tip {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.3;
}

.product-question-form .wpcf7-acceptance {
    display: block;
    margin-top: 4px;
}

.product-question-form input[type="submit"] {
    margin-top: 4px;
}


/* Nadpis a úvodný text popupu */

.wd-popup h3 {
    margin-top: 0;
    margin-bottom: 8px;
}

.wd-popup h3 + p {
    margin-top: 0;
    margin-bottom: 18px;
}


/* =====================================================
   MOBIL
===================================================== */

@media (max-width: 767px) {

    .product-question-button-wrap .open-product-question {
        min-width: 0;
        padding: 10px 16px !important;
        font-size: 12px;
    }

    .product-question-form p {
        margin-bottom: 11px;
    }

    .product-question-form textarea {
        min-height: 90px;
        height: 90px;
    }
}

/* Menšie medzery medzi poľami vo formulári */

.product-question-form p {
    margin-top: 0 !important;
    margin-bottom: 3px !important;
}

.product-question-form label {
    display: block;
    margin-bottom: 4px !important;
}

.product-question-form input[type="text"],
.product-question-form input[type="email"],
.product-question-form input[type="tel"],
.product-question-form textarea {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.product-question-form .wpcf7-form-control-wrap {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Odstránenie veľkých medzier vo formulári CF7 */

.product-question-form br {
    display: none !important;
}

.product-question-form p {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
}

.product-question-form label {
    display: block !important;
    margin: 0 0 4px 0 !important;
    padding: 0 !important;
    line-height: 1.3 !important;
}

.product-question-form .wpcf7-form-control-wrap {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.product-question-form input[type="text"],
.product-question-form input[type="email"],
.product-question-form input[type="tel"],
.product-question-form textarea {
    display: block;
    margin: 0 !important;
}

.product-question-form textarea {
    height: 100px !important;
    min-height: 100px !important;
}

/* Rozostupy okolo tlačidla */

.product-question-button-wrap {
    margin-top: 18px !important;
    margin-bottom: 16px !important;
}

/* Desktop */

.product-question-button-wrap .open-product-question {
    width: auto !important;
}

/* Mobil */

@media (max-width: 767px) {

    .product-question-button-wrap {
        margin-top: 14px !important;
        margin-bottom: 14px !important;
    }

    .product-question-button-wrap .open-product-question {
        display: flex !important;
        width: 100% !important;
        min-width: 100% !important;
        box-sizing: border-box;
    }
}@media (min-width: 1025px) {
	.scrollToTop.button-show {
    bottom: 100px;
    right: 16px !important;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.scrollToTop.button-show {
    bottom: 100px;
    right: 15px !important;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.scrollToTop.button-show {
    bottom: 90px;
    right: 15px !important;
}
}

@media (max-width: 576px) {
	.scrollToTop.button-show {
    bottom: 67px;
    right: 9px !important;
}
}

