: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: 14px;
	--wd-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Satisfy", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 24px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(123,187,221);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(123,187,221);
	--btn-accented-bgcolor-hover: rgb(103,167,202);
	--wd-form-brd-width: 1px;
	--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-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://micopurea.com/wp-content/uploads/2021/08/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: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--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: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


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

/* Бутон "Вход за специалисти" */
#menu-item-987496867 > a.woodmart-nav-link {
    background-color: #4a2a86 !important;
    color: #ffffff !important;
    padding: 15px 34px !important;
    border-radius: 999px !important;
    min-width: 245px;
    height: 48px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
}

/* Самият текст вътре */
#menu-item-987496867 > a.woodmart-nav-link .nav-link-text {
    color: #ffffff !important;
}

/* Hover */
#menu-item-987496867 > a.woodmart-nav-link:hover {
    background-color: #3b236c !important;
    color: #ffffff !important;
}

#menu-item-987496867 > a.woodmart-nav-link:hover .nav-link-text {
    color: #ffffff !important;
}
/* Hover движение за всички елементи в header менюто */
.whb-header .woodmart-nav-link {
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease !important;
    transform: translateY(0) scale(1);
    transform-origin: center;
}

/* Леко движение + zoom при hover */
.whb-header .woodmart-nav-link:hover {
    transform: translateY(-2px) scale(1.04);
}

/* За да не се реже ефектът */
.whb-header .wd-nav,
.whb-header .menu-item {
    overflow: visible !important;
}
/* Премахва горното пространство на логото */
.whb-header .site-logo .wd-logo img {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* Header background с лек бежов градиент */
.whb-header .whb-general-header,
.whb-header .whb-row.whb-general-header {
    background: linear-gradient(
        to bottom,
        #eecf99 0%,
        #f4ddb0 55%,
        #f8e6c3 100%
    ) !important;
}
/* Отстояние между логото и долния край на header-а */
.whb-header .site-logo a.wd-logo.wd-main-logo img {
    padding-bottom: 8px !important;
    box-sizing: border-box !important;
}
/* Desktop - показва цялата hero снимка без crop */
@media (min-width: 300px) {
    #slide-27008,
    #slide-27008 .wd-slide-bg,
    #slide-27008 .wd-slide-bg.wd-fill {
        background-size: contain !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-color: #f8e7c1 !important;
    }
}
@media (min-width: 300px) {
    div#slide-27008.wd-slide {
        background-size: contain !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-color: #f8e7c1 !important;
    }

    div#slide-27008.wd-slide .wd-slide-bg {
        background-size: contain !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-color: #f8e7c1 !important;
    }
}
@media (min-width: 300px) {
    #slider-109,
    #slider-109 .wd-carousel,
    #slider-109 .wd-carousel-wrap,
    #slider-109 .swiper-wrapper,
    #slider-109 .wd-slide,
    #slide-27008 {
        height: auto !important;
    }

    #slide-27008 {
        aspect-ratio: 2000 / 1020;
        min-height: 0 !important;
    }

    #slide-27008 .wd-slide-bg {
        background-size: contain !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }
}
@media (max-width: 300px) {

    #slider-109,
    #slider-109 .wd-carousel,
    #slider-109 .wd-carousel-wrap,
    #slider-109 .swiper-wrapper,
    #slider-109 .wd-slide,
    #slide-27008 {
        height: 520px !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #slide-27008 .wd-slide-bg {
        background-size: cover !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #slider-109 .wd-nav-pagin-wrap,
    #slider-109 .wd-slider-pagin,
    #slider-109 .swiper-pagination {
        display: none !important;
    }
}
/* Mobile: скрива празните разделители/секции около slider-а */
@media (max-width: 767px) {
    .elementor-shape,
    .elementor-shape-top,
    .elementor-shape-bottom,
    .wd-shape,
    .wd-section-stretch {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .elementor-section:empty,
    .elementor-widget:empty,
    .wpb_wrapper:empty {
        display: none !important;
    }
}
/* Mobile: премахва бялото пространство между header-а и hero slider-а */
@media (max-width: 767px) {
    .whb-header,
    .whb-main-header,
    .whb-mobile-header {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .main-page-wrapper,
    .site-content,
    .content-area,
    .wd-content-layout,
    .wd-page-content {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    #slider-109 {
        margin-top: -50px !important;
    }
}
/* Fix за zoom 150% / 200% и tablet-like ширини */
@media (max-width: 1024px) {

    /* маха празното пространство между mobile header и slider */
    .main-page-wrapper,
    .site-content,
    .content-area,
    .wd-content-layout,
    .wd-page-content,
    .entry-content,
    .elementor,
    .elementor-section,
    .elementor-container,
    .wpb-content-wrapper {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    /* slider container reset */
    #slider-109,
    #slider-109 .wd-carousel,
    #slider-109 .wd-carousel-wrap,
    #slider-109 .swiper-wrapper,
    #slider-109 .wd-slide,
    #slide-27008 {
        margin-top: 0 !important;
        padding-top: 0 !important;
        min-height: 0 !important;
    }

    /* скрива празни slider/pagination/shape елементи */
    #slider-109 .wd-nav-pagin-wrap,
    #slider-109 .wd-slider-pagin,
    #slider-109 .swiper-pagination,
    #slider-109 .elementor-shape,
    #slider-109 .elementor-shape-top,
    #slider-109 .elementor-shape-bottom {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}
/* При zoom 200% / mobile layout - дърпа hero секцията нагоре */
@media (max-width: 1024px) {
    #slider-109 {
        margin-top: -65px !important;
    }
}
@media (max-width: 1024px) {
    #slider-109 {
        margin-top: -80px !important;
    }

    #slider-109 .wd-nav-pagin-wrap,
    #slider-109 .wd-slider-pagin,
    #slider-109 .swiper-pagination {
        display: none !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

.wf-contact-form {
  max-width: 760px;
  width: 100%;
}

.wf-contact-form .form-row {
  margin-bottom: 18px;
}

.wf-contact-form .two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.wf-contact-form input[type="text"],
.wf-contact-form input[type="email"],
.wf-contact-form input[type="tel"],
.wf-contact-form textarea {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 12px;
  background: #ffffff;
  color: #0f3447;
  font-size: 13px;
  font-weight: 400;
  padding: 13px 18px;
  box-sizing: border-box;
  outline: none;
  font-family: inherit;
}

.wf-contact-form textarea {
  min-height: 210px;
  resize: vertical;
}

.wf-contact-form input::placeholder,
.wf-contact-form textarea::placeholder {
  color: #0f3447;
  opacity: 1;
  font-size: 13px;
  text-transform: uppercase;
}

.wf-contact-form input:focus,
.wf-contact-form textarea:focus {
  border-color: #0f3447;
}

.wf-contact-form .submit-row {
  display: flex;
  justify-content: flex-end;
  margin-top: -6px;
}

.wf-contact-form input[type="submit"] {
  background: #0f3447;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 20px 48px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  font-family: inherit;
  transition: 0.25s ease;
}
}

.wf-contact-form input[type="submit"]:hover {
  background: #092635;
}

.wf-contact-form .wpcf7-spinner {
  display: none;
}

/* Заглавие на страницата */
.entry-title,
.page-title,
h1 {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
  color: #0f3447;
}

/* Mobile */
@media (max-width: 767px) {
  .entry-title,
  .page-title,
  h1 {
    font-size: 36px;
  }

  .wf-contact-form .two-cols {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .wf-contact-form .submit-row {
    justify-content: center;
  }

  .wf-contact-form input[type="submit"] {
    width: 100%;
    padding: 18px 32px;
    font-size: 16px;
  }
}

.wf-contact-form input.wpcf7-submit,
.wf-contact-form input[type="submit"],
.wpcf7 form .wf-contact-form input[type="submit"] {
  border-radius: 12px !important;
  background-color: #0f3447 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 20px 48px !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.wf-contact-form input.wpcf7-submit:hover,
.wf-contact-form input[type="submit"]:hover {
  background-color: #092635 !important;
}

/* Само за конкретната WPForms форма */
#wpforms-987497976 {
  max-width: 520px !important;
  width: 100% !important;
}

/* Разстояние между полетата */
#wpforms-987497976 .wpforms-field {
  padding: 0 !important;
  margin-bottom: 16px !important;
}

/* Скриваме labels, защото текстът ще е placeholder вътре в полето */
#wpforms-987497976 .wpforms-field-label {
  display: none !important;
}

/* Полета */
#wpforms-987497976 input[type="text"],
#wpforms-987497976 input[type="email"],
#wpforms-987497976 input[type="tel"],
#wpforms-987497976 input[type="number"],
#wpforms-987497976 textarea,
#wpforms-987497976 select {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  background: #eeeeee !important;
  border: 1px solid #d8d8d8 !important;
  border-radius: 9px !important;
  color: #1d1d1d !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  padding: 15px 18px !important;
  box-sizing: border-box !important;
  outline: none !important;
  font-family: inherit !important;
  box-shadow: none !important;
}

/* Placeholder текст */
#wpforms-987497976 input::placeholder,
#wpforms-987497976 textarea::placeholder {
  color: #1d1d1d !important;
  opacity: 1 !important;
}

/* Поле съобщение */
#wpforms-987497976 textarea {
  min-height: 170px !important;
  resize: vertical !important;
}

/* Focus */
#wpforms-987497976 input:focus,
#wpforms-987497976 textarea:focus,
#wpforms-987497976 select:focus {
  border-color: #c9b27c !important;
  box-shadow: none !important;
}

/* Submit контейнер */
#wpforms-987497976 .wpforms-submit-container {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  margin-top: 10px !important;
}

/* Бутон */
#wpforms-987497976 button[type="submit"],
#wpforms-987497976 .wpforms-submit {
  background: #ffffff !important;
  color: #1d1d1d !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 14px 34px !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  font-family: inherit !important;
  cursor: pointer !important;
  box-shadow: none !important;
  text-transform: none !important;
  min-width: 180px !important;
}

/* Hover */
#wpforms-987497976 button[type="submit"]:hover,
#wpforms-987497976 .wpforms-submit:hover {
  background: #f2f2f2 !important;
  color: #1d1d1d !important;
}

/* Mobile */
@media (max-width: 767px) {
  #wpforms-987497976 {
    max-width: 100% !important;
  }

  #wpforms-987497976 input[type="text"],
  #wpforms-987497976 input[type="email"],
  #wpforms-987497976 input[type="tel"],
  #wpforms-987497976 input[type="number"],
  #wpforms-987497976 textarea,
  #wpforms-987497976 select {
    font-size: 16px !important;
    padding: 13px 15px !important;
  }

  #wpforms-987497976 .wpforms-submit-container {
    justify-content: flex-start !important;
  }

  #wpforms-987497976 button[type="submit"],
  #wpforms-987497976 .wpforms-submit {
    width: 100% !important;
    font-size: 20px !important;
  }
}
/* Скрива текста на втория таб и показва български */
.woocommerce-tabs ul.tabs li:nth-child(2) a {
    font-size: 0 !important;
}

.woocommerce-tabs ul.tabs li:nth-child(2) a::after {
    content: "Доставка";
    font-size: 16px !important;
    font-weight: 700;
    text-transform: uppercase;
}
/* Превод: Your Cart */
.xoo-wsch-text {
    font-size: 0 !important;
}

.xoo-wsch-text::after {
    content: "Вашата количка";
    font-size: 26px !important;
    font-weight: 600;
    color: #000;
}

/* Превод: Your cart is empty */
.xoo-wsc-empty-cart span {
    font-size: 0 !important;
}

.xoo-wsc-empty-cart span::after {
    content: "Вашата количка е празна";
    font-size: 16px !important;
    color: #555;
}


/* Price -> Цена */
.xoo-wsc-card-price::before {
    content: "Цена: ";
    font-weight: 700;
    color: #000;
}

/* Qty -> Количество */
.xoo-wsc-sml-qty {
    font-size: 0 !important;
}

.xoo-wsc-sml-qty::before {
    content: "Количество: ";
    font-size: 16px !important;
    color: #000;
}

/* Запазва цифрата след Qty */
.xoo-wsc-sml-qty + .xoo-wsc-card-ptotal,
.xoo-wsc-card-ptotal {
    font-size: 16px !important;
    color: #000;
}


/* Subtotal -> Общо */
.xoo-wsc-ft-amt-label {
    font-size: 0 !important;
}

.xoo-wsc-ft-amt-label::after {
    content: "Общо:";
    font-size: 20px !important;
    font-weight: 700;
    color: #000;
}


/* Checkout -> Към поръчка */
.xoo-wsc-ft-btn-checkout {
    font-size: 0 !important;
}

.xoo-wsc-ft-btn-checkout::before {
    content: "Към поръчка";
    font-size: 20px !important;
    font-weight: 700;
    color: #fff;
}

/* Запазва цената в checkout бутона */
.xoo-wsc-ft-btn-checkout .amount {
    font-size: 20px !important;
    color: #fff;
}

/* Тире между текста и цената */
.xoo-wsc-ft-btn-checkout .amount::before {
    content: " - ";
}
/* Долният ред: добавя "Цена" пред сумата */
.xoo-wsc-ft-amt-subtotal .xoo-wsc-ft-amt-label::after {
    content: "Цена:";
    font-size: 20px !important;
    font-weight: 700;
    color: #000;
}

/* Ако излиза само ":" без текст, този код го оправя */
.xoo-wsc-ft-amt-subtotal .xoo-wsc-ft-amt-label {
    font-size: 0 !important;
}


/* Премахване на hover ефекти в side cart */
.xoo-wsc-modal a,
.xoo-wsc-modal button,
.xoo-wsc-modal .button,
.xoo-wsc-modal .xoo-wsc-ft-buttons-cont a,
.xoo-wsc-modal .xoo-wsc-product,
.xoo-wsc-modal .xoo-wsc-card-cont,
.xoo-wsc-modal .xoo-wsc-smr-link,
.xoo-wsc-modal .xoo-wsc-remove {
    transition: none !important;
    transform: none !important;
}

/* Премахване на hover промени */
.xoo-wsc-modal a:hover,
.xoo-wsc-modal button:hover,
.xoo-wsc-modal .button:hover,
.xoo-wsc-modal .xoo-wsc-ft-buttons-cont a:hover,
.xoo-wsc-modal .xoo-wsc-product:hover,
.xoo-wsc-modal .xoo-wsc-card-cont:hover,
.xoo-wsc-modal .xoo-wsc-smr-link:hover,
.xoo-wsc-modal .xoo-wsc-remove:hover {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
    box-shadow: none !important;
}
/* Премахва английското "Price" в цената на продукта */
.xoo-wsc-card-price {
    font-size: 0 !important;
}

/* Връща видими само сумите вътре */
.xoo-wsc-card-price .amount,
.xoo-wsc-card-price del,
.xoo-wsc-card-price ins,
.xoo-wsc-card-price bdi {
    font-size: 16px !important;
}

/* Ако има стара добавка Price от ::before - маха я */
.xoo-wsc-card-price::before,
.xoo-wsc-card-price::after {
    content: none !important;
}


/* "View" -> "Преглед" */
.xoo-wsc-smr-link {
    font-size: 0 !important;
}

.xoo-wsc-smr-link::after {
    content: "Преглед";
    font-size: 16px !important;
    color: inherit;
}

/* Запазва иконката до View */
.xoo-wsc-smr-link::before,
.xoo-wsc-smr-link i,
.xoo-wsc-smr-link svg {
    font-size: 16px !important;
}