:root {
  --main-content-width: 1400px;
  --main-content-max-width: calc(100% - 40px);
  --roza: rgba(206, 6, 122, 0.8);
  --gutenberg-content-width: 900px;
  --content-max-width: calc(100% - 30px);
}
:root {
  --body-font-size: clamp(12px, 1.4vw, 14px);
  --family-title: "Abril Fatface", sans-serif;
  --family-body: "Poppins", sans-serif;
  --family-second: "Montserrat", sans-serif;
  --heading-bottom-margin: 0.5em;
  --body-color: #333;
  --white-color: rgba(255, 255, 255, 0.9);
  --title-black: #111;
}
html {
  font-size: var(--body-font-size);
}
body {
  font-family: var(--family-body);
  font-size: 1rem;
  letter-spacing: 0.01em;
  font-weight: 300;
  line-height: 1.43em;
  color: var(--body-color);
}
body strong {
  font-weight: 500;
}
a {
  color: var(--accent-color);
}
.elementor-widget-heading .elementor-heading-title.elementor-size-small, .heading-size-s {
  content: "heading-size-s";
  font-family: var(--family-body);
  font-size: clamp(8px, 0.8vw, 12px);
  letter-spacing: 0.01em;
  line-height: 1.2em;
  text-transform: none;
  color: var(--accent-color);
}
.elementor-widget-heading .elementor-heading-title.elementor-size-medium, .heading-size-m, h4:not([class*="heading-size-"]), .product-loop .price {
  content: "heading-size-m";
  font-family: var(--family-body);
  font-size: clamp(13px, 1.2vw, 18px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.75em;
  text-transform: none;
  color: var(--accent-color);
  margin: 0;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-default, .heading-size-default {
  content: "heading-size-default";
  font-family: var(--family-body);
  font-size: clamp(10px, 0.9vw, 14px);
  letter-spacing: 0.01em;
  line-height: 1.7em;
  text-transform: none;
  color: var(--accent-color);
}
.elementor-widget-heading .elementor-heading-title.elementor-size-large, .heading-size-l, h3:not([class*="heading-size-"]) {
  content: "heading-size-l";
  font-family: var(--family-body);
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 200;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--accent-color);
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xl, .heading-size-xl, h2:not([class*="heading-size-"]) {
  content: "heading-size-xl";
  font-family: var(--family-title);
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.2em;
  text-transform: none;
  color: var(--accent-color);
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xxl, .heading-size-xxl, h1:not([class*="heading-size-"]) {
  content: "heading-size-xxl";
  font-family: var(--family-title);
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.2em;
  text-transform: none;
  color: var(--title-black);
}
*:last-child {
  margin-bottom: 0px;
}
:only-child {
  margin-bottom: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
.reset-case {
  text-transform: none !important;
}
.container, body.wc-page .site-main, .site-main, body > [data-elementor-type] {
  width: var(--main-content-width);
  margin: 0 auto;
  max-width: var(--main-content-max-width);
}
/* body:not('.elementor-page') .page-content{
	
} */
.hidden {
  display: none;
}
section {
  margin-top: 5vw;
}
.ozek-container {
  width: 1170px;
  max-width: var(--main-content-max-width);
}
.full-width {
  width: 100vw;
  margin: 0;
}
.products-grid ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-gap: 20px;
}
.products-grid ul.products:before {
  display: none;
}
.elementor-section {
  overflow-x: hidden;
}
body.single:not(.elementor-page) .entry-header, body.page:not(.elementor-page) .entry-header {
  width: var(--gutenberg-content-width);
  max-width: var(--content-max-width);
  margin-left: auto;
  margin-right: auto;
}
body.single:not(.elementor-page) .page-content > *, body.page:not(.elementor-page) .page-content > * {
  width: var(--gutenberg-content-width);
  max-width: var(--main-content-max-width);
  margin-left: auto;
  margin-right: auto;
}
body.single:not(.elementor-page) .page-content .wp-block-image figure, body.page:not(.elementor-page) .page-content .wp-block-image figure {
  float: none;
  margin: 0;
}
body.single:not(.elementor-page) .page-content .wp-block-image .alignleft, body.page:not(.elementor-page) .page-content .wp-block-image .alignleft {
  margin-right: auto;
}
body.single:not(.elementor-page) .page-content .wp-block-image .alignright, body.page:not(.elementor-page) .page-content .wp-block-image .alignright {
  margin-left: auto;
}
body.single:not(.elementor-page) .page-content .wp-block-image .aligncenter, body.page:not(.elementor-page) .page-content .wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
body.single:not(.elementor-page) .page-content .wp-block-gallery, body.page:not(.elementor-page) .page-content .wp-block-gallery {
  max-width: 100%;
}
body.single:not(.elementor-page) .page-content .alignwide, body.page:not(.elementor-page) .page-content .alignwide {
  width: var(--gutenberg-wide-width);
  max-width: 100%;
}
body.single:not(.elementor-page) .page-content .alignfull, body.page:not(.elementor-page) .page-content .alignfull {
  width: 100%;
  max-width: 100%;
}
body.single:not(.elementor-page) .page-content h1, body.single:not(.elementor-page) .page-content h2, body.single:not(.elementor-page) .page-content h3, body.single:not(.elementor-page) .page-content h4, body.single:not(.elementor-page) .page-content h5, body.single:not(.elementor-page) .page-content h6, body.page:not(.elementor-page) .page-content h1, body.page:not(.elementor-page) .page-content h2, body.page:not(.elementor-page) .page-content h3, body.page:not(.elementor-page) .page-content h4, body.page:not(.elementor-page) .page-content h5, body.page:not(.elementor-page) .page-content h6 {
  margin-top: 1em;
}
body.archive .page-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-gap: 40px;
}
body.archive h1.entry-title {
  margin-top: 4vw;
  margin-bottom: 3vw;
}
body.archive article.post {
  display: flex;
  flex-direction: column;
}
body.archive article.post h2 {
  order: 1;
}
body.archive article.post p {
  order: 2;
}
.header-bar {
  background-color: #000;
  color: #fff;
  padding: 8px 12px;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 99999;
}
.header-bar a {
  text-decoration: none;
  color: #ffeb3b;
}
.header-bar a:hover {
  color: #ffeb3b;
  text-decoration: underline;
}
.header-bar p:not(:last-child) {
  margin-bottom: 6px;
}
/* .header-bar.placeholder{
		position: static;
		opacity: 0;
	} */
.site-header {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  position: sticky;
  left: 0px;
  top: 0px;
  z-index: 999;
  background-color: #fff;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  /*
    * top menu
    */
  /*
    * bottom menu
    */
  /*
    * logo
    */
  /*
    * right part
    */
  /*
    * desktop navigation wrapper
    */
  /*
    * desktop navigation ul
    */
  /*
    * Mobile navigations toggler
    */
  /*
    * Mobile navigations
    */
}
body.scrolled-down .site-header {
  transform: translateY(-100%);
}
.site-header .main-wrapper {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .site-header .main-wrapper {
    justify-content: space-between;
  }
}
.site-header .ilo-cart-icon a {
  position: relative;
  top: 0;
  left: 0;
}
.site-header .ilo-cart-icon a img {
  top: 0;
  left: 0;
  position: relative;
  height: 35px;
}
.site-header .ilo-cart-icon a span {
  top: 0;
  right: -5px;
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #993a81;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.site-header .top {
  display: flex;
  justify-content: space-between;
  margin: 15px auto 15px;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .site-header .top {
    order: 1;
  }
}
.site-header .top #header-form {
  display: flex;
  border-bottom: solid 3px #111111;
}
@media screen and (max-width: 800px) {
  .site-header .top #header-form {
    margin: 20px 0px;
  }
}
.site-header .top #header-form input[type="search"] {
  width: 100%;
  border: solid 0px #666666;
  border-radius: 0px;
  padding: 0.5rem 0rem;
}
.site-header .top #header-form #searchsubmit {
  height: 100%;
  padding: 0.5rem 0rem;
}
.site-header .top .ilo-search {
  flex-grow: 1;
}
@media screen and (min-width: 800px) {
  .site-header .top .ilo-search {
    max-width: 500px;
  }
}
.site-header .bottom {
  background-color: #111111;
  padding: 8px 0px;
  height: 36px;
}
.site-header .bottom .ilo-cart-icon {
  margin-left: auto;
}
.site-header .bottom .ilo-cart-icon img {
  filter: invert(1);
  height: 26px;
}
.site-header .bottom .ilo-cart-icon span {
  width: 16px;
  height: 16px;
  font-weight: light;
}
.site-header .site-branding {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.site-header .custom-logo-link {
  line-height: 0px;
  display: block;
}
.site-header .custom-logo {
  height: 100px;
  width: auto;
  transition: width 0.5s;
}
@media (max-width: 800px) {
  .site-header .custom-logo {
    height: 70px;
    width: 70px;
  }
}
.site-header .right {
  margin-left: auto;
}
.site-header .site-navigation.desktop {
  width: 100%;
}
.site-header .site-navigation.desktop ul.menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding-left: 0px;
}
.site-header .site-navigation.desktop ul.menu li {
  color: rgba(255, 255, 255, 0.9);
  font-size: inherit;
  font-weight: 300;
}
.site-header .site-navigation.desktop ul.menu li a {
  font-weight: 500;
}
.site-header .site-navigation.desktop ul.menu li a:not([href]) {
  cursor: copy;
}
.site-header .site-navigation.desktop ul.menu li a:hover {
  color: #ff7797;
}
.site-header .site-navigation.desktop ul.menu li:hover > .sub-menu {
  display: inherit;
  opacity: 1;
}
.site-header .site-navigation.desktop ul.menu > li:nth-last-of-type(-n+2) > ul.sub-menu {
  left: auto;
  right: 0px;
}
.site-header .site-navigation.desktop ul.menu ul.sub-menu {
  background-color: #111;
  transition: opacity 0.5s;
  display: none;
  opacity: 0;
  top: 100%;
  left: 0;
  padding: 14px 18px 14px;
  box-shadow: 0px 10px 10px #ccc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.site-header .site-navigation.desktop ul.menu ul.sub-menu:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.site-header .site-navigation.desktop ul.menu ul.sub-menu li {
  background-color: #111;
  display: block;
  padding: 1em 0px;
  border-bottom: solid 1px #ccc;
}
.site-header .site-navigation.desktop ul.menu ul.sub-menu li a {
  font-size: clamp(12px, 2vw, 14px);
}
.site-header .site-navigation.desktop ul.menu ul.sub-menu li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}
.site-header .site-navigation.desktop ul.menu ul.sub-menu .sub-menu {
  left: 100%;
  top: 0px;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .site-header .toggle-wrapper {
    display: flex;
    margin-left: 20px;
  }
}
.site-header .nav-toggler {
  width: 30px;
  height: 24px;
  border-top: solid 4px;
  border-bottom: solid 4px;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
  margin-left: 20px;
}
@media screen and (max-width: 800px) {
  .site-header .nav-toggler {
    margin-left: auto;
    color: rgba(255, 255, 255, 0.9);
  }
}
.site-header .nav-toggler:before, .site-header .nav-toggler:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  top: calc(50% - 2px);
  background: #fff;
  transition: all 0.5s;
}
.site-header .nav-toggler.close {
  border-color: transparent;
}
.site-header .nav-toggler.close:before {
  transform: rotate(45deg);
  background-color: #000;
}
.site-header .nav-toggler.close:after {
  transform: rotate(-45deg);
  background-color: #000;
}
.site-header .site-navigation.mobile {
  opacity: 0;
  pointer-events: none;
  padding: 23px 30px;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
  color: #585858;
  background-color: #fff;
  transform: translateX(20px) scale(0.94);
  transition: all 0.5s;
  position: fixed;
  top: 65px;
  right: 10px;
  width: 400px;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  overflow: auto;
}
.site-header .site-navigation.mobile.visible {
  transform: translateX(0px) scale(1);
  opacity: 1;
  pointer-events: all;
}
.site-header .site-navigation.mobile ul.menu {
  list-style: none;
  padding: 0px;
}
.site-header .site-navigation.mobile ul.menu li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.site-header .site-navigation.mobile ul.menu li:not(:last-child):last-child {
  border-bottom: 0px;
}
.site-header .site-navigation.mobile ul.sub-menu {
  list-style: none;
  text-transform: none;
  margin-top: 1em;
}
.site-header .site-navigation.mobile ul.sub-menu li {
  border-bottom: none;
}
.site-header .nav-toggler {
  display: none;
}
@media (min-width: 800px) {
  .site-header .bottom .ilo-cart-icon {
    display: none;
  }
}
@media (max-width: 800px) {
  .site-header .site-navigation.desktop {
    display: none;
  }
  .site-header .nav-toggler {
    display: block;
  }
  .site-header .top .ilo-cart-icon {
    display: none;
  }
  .site-header .bottom {
    height: auto;
  }
}
.site-footer-new {
  margin-top: clamp(60px, 6vw, 90px);
  color: rgba(255, 255, 255, 0.9);
  background-image: linear-gradient(rgba(206, 6, 122, 0.8), rgba(206, 6, 122, 0.8)), url("/wp-content/themes/my-theme/custom/img/toceni-parfumi-noga-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  position: relative;
  /* 
	.ml-form-embedContainer#mlb2-3396127{
		.ml-form-align-center {
			text-align: left;

			.ml-form-embedWrapper{
				background: transparent;
				width: 100% !important;
				max-width: 100% !important;
				.ml-form-embedBody {
					padding: 0;
					.ml-form-embedContent {
						width: 100% !important;
					}
					.ml-block-form {
						width: 100% !important;
						.ml-form-horizontalRow {
							background-color: #fff;
							border-radius: 0px;
							height: 45px !important;
							display: flex;
							align-items: center;
							padding: 0 3px;

							.horizontal-fields {
								padding: 0 !important;
								margin: 0 !important;
							}
						}
						button {
							background-color:rgba(206, 6, 122, 0.8) !important;
							border-color: #fff;
    					border-style: solid;
							border-width: 0px;
							border-radius: 0px;

							&:hover {
									background-color:rgba(95, 16, 62, 0.726) !important;
							}
						}
						input {
							border-color: #fff;
    					border-style: solid;
							border-width: 0px;
							border-radius: 0px;
						}

					}
				}
			}
		}
	} */
}
.site-footer-new a {
  color: #fff;
}
.site-footer-new .logo {
  width: 60px;
  position: absolute;
  left: 50px;
  top: -30px;
}
.site-footer-new .top {
  padding-top: clamp(60px, 6vw, 90px);
  position: relative;
}
@media (min-width: 768px) {
  .site-footer-new .subscribe-and-social {
    display: flex;
    flex-flow: row;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .site-footer-new .subscribe-and-social .newsletter {
    flex: 0.6;
  }
}
.site-footer-new .subscribe-and-social .social-icons {
  margin-left: auto;
  text-align: center;
}
.site-footer-new .subscribe-and-social .social-icons img {
  height: 40px;
  width: auto;
}
.site-footer-new .subscribe-and-social .social-icons #fb-icon {
  padding-right: 15px;
}
.site-footer-new .subscribe-and-social .social-icons #ig-icon {
  padding-left: 15px;
}
.site-footer-new .separator {
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #fff;
}
.site-footer-new .bottom {
  text-align: center;
  padding-bottom: clamp(30px, 3vw, 45px);
}
@media (min-width: 768px) {
  .site-footer-new .bottom {
    text-align: left;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
  }
}
.site-footer-new .bottom .widget {
  margin-bottom: 30px;
}
.site-footer-new .copyright {
  text-align: right;
  font-size: 0.8em;
  padding-bottom: 20px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .site-footer-new .copyright {
    display: flex;
  }
}
.site-footer-new .form-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.site-footer-new .form-wrapper input {
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
}
.site-footer-new .form-wrapper button {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  width: auto;
  padding: 0 20px;
  background-color: rgba(206, 6, 122, 0.8);
  border: 0;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
.entry-header {
  width: 800px;
  max-width: 100%;
  margin: 0;
  margin-bottom: 40px;
}
.entry-header .entry-title {
  text-transform: uppercase;
  padding-top: 90px;
  padding-bottom: 60px;
}
.entry-header hr.solid {
  border-top: 3px solid #111111;
}
.elementor-widget-button .elementor-button, button, .button, button.disabled, button[disabled], .woocommerce button.button.alt.disabled, body.woocommerce-page button.button, body.woocommerce-page button.button.alt, body.woocommerce-page button.button.alt.disabled, body.woocommerce-page button.button:disabled, .adv-gift-section .wgb-add-gift-btn {
  color: #333;
  background-color: #ffffff;
  border: 2px solid #333;
  border-radius: 0px;
  padding: 0.8em 3em;
  margin-right: 10px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.elementor-widget-button .elementor-button:hover, button:hover, .button:hover, button.disabled:hover, button[disabled]:hover, .woocommerce button.button.alt.disabled:hover, body.woocommerce-page button.button:hover, body.woocommerce-page button.button.alt:hover, body.woocommerce-page button.button.alt.disabled:hover, body.woocommerce-page button.button:disabled:hover, .adv-gift-section .wgb-add-gift-btn:hover {
  color: #fff;
  background-color: #c0c0c0;
}
@media (max-width: 768px) {
  .elementor-widget-button .elementor-button, button, .button, button.disabled, button[disabled], .woocommerce button.button.alt.disabled, body.woocommerce-page button.button, body.woocommerce-page button.button.alt, body.woocommerce-page button.button.alt.disabled, body.woocommerce-page button.button:disabled, .adv-gift-section .wgb-add-gift-btn {
    padding: 0.6em 1.6em;
  }
}
.button-small {
  padding: 1px 0.8em 1px 0.6em;
}
.elementor-widget-button.elementor-button-info .elementor-button, .button-info {
  background-color: #188ece;
  padding: 0.7em;
}
.elementor-widget-button a.elementor-button {
  font-family: inherit;
}
.elementor-widget-button .elementor-size-xs {
  font-size: 0.8rem;
}
.elementor-widget-button .elementor-size-sm {
  font-size: 0.9rem;
}
.elementor-widget-button .elementor-size-md {
  font-size: 1rem;
}
.elementor-widget-button .elementor-size-lg {
  font-size: inherit;
}
.elementor-widget-button .elementor-size-xl {
  font-size: 1.4rem;
}
/*
* Example
*/
.woocommerce-product-gallery {
  position: relative;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:not(:hover) {
  filter: grayscale(1);
  opacity: 0.2;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  position: relative;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.flex-control-nav {
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  list-style: none;
  width: 100%;
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  counter-reset: line-number;
}
.flex-control-nav li {
  cursor: pointer;
}
.flex-control-nav li img {
  aspect-ratio: 1;
  object-fit: cover;
}
.woocommerce.archive .products {
  padding-top: 50px;
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 50px;
}
@media (max-width: 768px) {
  .woocommerce.archive .products {
    grid-template-columns: 1fr;
  }
}
.woocommerce.archive .products .sidebar {
  max-width: 100%;
}
.woocommerce.archive .products .sidebar .breadcrumbs-archive {
  padding-bottom: 30px;
}
.woocommerce.archive .products .productbar {
  flex-grow: 1;
}
.woocommerce.archive .products .productbar h3 {
  padding-bottom: 2vw;
}
.products-list, ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-column-gap: 14px;
  grid-row-gap: clamp(35px, 3vw, 50px);
}
.products-list:before, .products-list:after, ul.products:before, ul.products:after {
  display: none !important;
}
@media (max-width: 768px) {
  .products-list, ul.products {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
}
.products-list .woocommerce-info, ul.products .woocommerce-info {
  grid-column: 1 / -1;
}
.product-loop {
  text-align: left;
}
.product-loop .thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 130%;
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #f3f3f3;
}
.product-loop .thumb img {
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.product-loop .thumb .circle-tag {
  top: 20px;
  right: 0px;
  max-width: 150px;
  position: absolute;
  color: #fff;
  padding: 2px 7px;
  background-color: #993a81;
  font-size: 0.8rem;
}
.product-loop .thumb .wp-post-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
  filter: brightness(1.05);
}
.product-loop .post-title {
  line-height: 1.4em;
  height: 1.4em;
  overflow: hidden;
  color: #000;
  font-weight: 500;
  margin: 0;
}
.product-loop .free-shipping-tag {
  color: #888888;
  font-size: 10px;
}
@media (max-width: 768px) {
  .product-loop .free-shipping-tag {
    display: none;
  }
}
.product-loop .price {
  margin-top: 0px;
}
.product-loop hr {
  margin-top: 0px;
  margin-bottom: 0.5em;
  border: 2px solid #646464;
  border: 2px solid rgba(100, 100, 100, 0.2);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  border-top: none;
  border-right: none;
  border-left: none;
}
.product-loop:hover .overlay {
  opacity: 1;
}
.product-loop .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: var(--roza);
  color: #fff;
  padding: 20px 30px;
  transition: opacity 0.4s;
}
.product-loop .overlay b {
  font-size: 0.8em;
  display: inline-block;
}
.product-loop .overlay b:not(:first-child) {
  margin-top: 0.8em;
}
.my-favorite .product-loop {
  background-color: unset;
}
.wpfFilterVerScroll {
  padding-bottom: 10px !important;
}
.related-products .block-subtitle {
  margin-bottom: 40px;
}
body.woocommerce-cart input.qty {
  padding: 0;
}
body.woocommerce-page {
  --woo-main-color: var(--vijola);
}
body.woocommerce-page .input-text {
  border-radius: 0px !important;
}
body.woocommerce-page .woocommerce-info, body.woocommerce-page .woocommerce-message {
  border-top-color: var(--woo-main-color);
}
body.woocommerce-page .woocommerce-info:before, body.woocommerce-page .woocommerce-message:before {
  color: var(--woo-main-color);
}
body.woocommerce-page a.remove {
  color: var(--woo-main-color) !important;
  width: 21px;
  height: 21px;
  line-height: 21px;
}
body.woocommerce-page a.remove:hover {
  background-color: var(--woo-main-color) !important;
}
body.woocommerce-page .button.checkout-button {
  background-color: var(--roza);
}
body.woocommerce-page .coupon {
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-page .coupon #coupon_code {
  flex: 1;
  margin-right: 0px;
  margin-bottom: 10px;
}
body.woocommerce-page .coupon .button {
  margin-right: 0px;
  margin-bottom: 10px;
  flex: 1;
}
body.woocommerce-page #coupon_code {
  min-width: 220px;
}
body.woocommerce-page .woocommerce-form-coupon-toggle {
  margin-bottom: 20px;
}
.single-product {
  --cart-label-width: 100px;
  --cart-label-height: 44px;
  /* @media (min-width: $singleProductTabletBreakpoint){
		.site-main{
			display: grid;
			grid-gap: 46px;
			grid-template-columns: minmax(330px, 800px) minmax(320px, 500px) clamp(160px, 16vw, 245px);
		}
	} */
}
.single-product .show-none {
  display: none;
}
.single-product .show-mobile {
  display: none;
}
.single-product .show-tablet {
  display: none;
}
.single-product .show-desktop {
  display: none;
}
@media (max-width: 700px) {
  .single-product .show-mobile {
    display: block;
  }
}
@media (min-width: 700px) and (max-width: 1000px) {
  .single-product .show-tablet {
    display: block;
  }
}
@media (min-width: 700px) {
  .single-product .show-desktop {
    display: block;
  }
}
.single-product .site-main {
  margin-top: clamp(40px, 6vw, 80px);
  padding-bottom: clamp(40px, 6vw, 80px);
}
.single-product .product-gallery img {
  width: 100%;
}
.single-product .woocommerce-product-gallery {
  /* .wp-post-image{
			width: auto;
			height: auto;
			max-width: 100%;
			max-height: 40vh;
		} */
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image--placeholder {
  text-align: center;
}
.single-product .product-price {
  font-size: 26px;
  font-weight: 500;
  line-height: 2em;
  margin-top: 30px;
}
.single-product .price-block {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.single-product .price-block .price {
  font-size: 26px;
  font-weight: 500;
  line-height: 2em;
}
@media (max-width: 768px) {
  .single-product .price-block .price {
    font-size: 22px;
  }
}
.single-product .price-block .price, .single-product .price-block .cart {
  margin-bottom: 10px;
}
.single-product .price-block .woocommerce-variation-availability {
  line-height: 1em;
  margin-top: -10px;
}
.single-product form.cart .single_variation_wrap {
  display: flex;
  line-height: var(--cart-label-height);
}
.single-product form.cart .single_variation_wrap .single_variation {
  width: 100px;
  margin-right: 20px;
  display: block !important;
}
.single-product form.cart .woocommerce-variation-add-to-cart {
  display: flex;
}
.single-product form.cart .woocommerce-variation-add-to-cart .quantity {
  margin-right: 10px;
}
.single-product form.cart .woocommerce-variation-add-to-cart .qty {
  font-size: 16px;
  width: 60px;
  height: 100%;
  border-radius: 0px;
  background-color: transparent;
}
.single-product form.cart button.single_add_to_cart_button {
  margin-right: 0px !important;
}
.single-product form.cart:not(.variations_form) {
  display: flex;
}
.single-product form.cart:not(.variations_form) .quantity {
  margin-right: 10px;
}
.single-product form.cart:not(.variations_form) .qty {
  height: 100%;
}
.single-product form.cart.variations_form .label {
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  vertical-align: middle;
  width: 120px;
}
.single-product table.variations td {
  background: transparent;
  border: none;
  padding: 0px;
  vertical-align: middle;
}
.single-product table.variations td.label {
  width: 120px;
  margin-right: 20px;
}
.single-product table.variations td.value select {
  max-width: 240px;
  height: var(--cart-label-height);
  display: inline-block;
  border-radius: 0px;
}
.single-product table.variations td.value .reset_variations {
  margin-left: 10px;
}
.single-product .description {
  margin-top: 70px;
}
.single-product .description + .description {
  margin-top: 1rem;
}
.single-product .ingredients {
  margin-top: 50px;
}
.single-product .disclaimer {
  margin-top: 50px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  font-size: 0.9em;
}
.single-product .related-products {
  margin-top: 0px;
  padding-top: clamp(40px, 6vw, 80px);
}
.single-product .related-products .product-loop {
  background-color: transparent;
}
@media (min-width: 700px) {
  .single-product .site-main {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}
/* .category-51 {
  .thumb { background-color: rgb(219, 142, 123); }
}

// sveze
.category-53 {
  .thumb { background-color: rgb(159, 227, 248); }
}

// zacimbe
.category-52 {
  .thumb { background-color: rgba(123, 219, 147, 0.1); }
}

// zenske kategorije

// chypre
.category-49 {
  .thumb { background-color: rgb(219, 205, 123); }
}

// citrusne
.category-Citr46sne {
  .thumb { background-color: rgb(219, 192, 141); }
}

// cvetne
.category-45 {
  .thumb { background-color: rgb(184, 123, 179); }
}

// orient
.category-48 {
  .thumb { background-color: rgb(86, 112, 199); }
}

// sadne
.category-47 {
  .thumb { background-color: rgb(123, 205, 219); }
} */
body.wc-page .site-main .entry-title {
  width: 100%;
}
.woocommerce-cart {
  /* table.shop_table{
		--border-color: rgba(0,0,0,.1);
		border-color: var(--border-color);

		.product-thumbnail{
			img{
				width: 160px;
			}
		}

		.product-quantity{
			input{
				height: 32px;
				border: 1px solid;
			}	
		}
	} */
  /* @media (max-width: $mobileBreakpoint){


		tr.cart_item{
			display: grid !important;
			grid-template-columns: 120px auto 100px;
			align-items: center;
			border-bottom: 1px solid var(--border-color);

			&:nth-child(2n){
				// background: #ccc;
			}



			td{
				border: none;
				background: none !important;
			}



			.product-remove{
				order: 4;
			}
			.product-thumbnail{
				order: 1;
				display: block;

				img{
					width: 100%;
				}

				&:before{
					display: none;
				}
			}
			.product-name{
				order: 2;
				text-align: right;
				&:before{
					display: none;
				}
			}

			.product-price{
				order: 3;
				&:before{
					display: none;
				}
			}
			.product-quantity{
				order: 4;
			}
			.product-subtotal{
				order: 5;
				&:before{
					display: none;
				}
			}
		}
	} */
}
.woocommerce-cart .cross-sells ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  grid-gap: 20px;
}
.woocommerce-cart .cross-sells ul.products:before, .woocommerce-cart .cross-sells ul.products:after {
  display: none;
}
/* .wc-checkout{
	--border-color: #ccc;
	form.checkout{
		input{
			height: auto;
			line-height: 28px;
			border: 1px solid;
			padding: 0;
			text-indent: 10px;
			border-color: var(--border-color);
		}
		textarea{
			border-color: var(--border-color);
		}

		// country select
		.select2-selection
		{
			border-radius: 0;
			border-color: var(--border-color);
		}
	}
} */
.adv-gift-section .wgb-item-content {
  padding: 8px;
}
.adv-gift-section .wgb-item-title {
  font-family: var(--family-body);
  font-size: 12px !important;
  line-height: 1.5em !important;
}
.adv-gift-section .owl-nav .owl-next {
  right: 5px;
  left: auto;
}
.adv-gift-section .owl-nav .owl-prev {
  left: 5px;
  right: auto;
}
.adv-gift-section .owl-nav .owl-prev, .adv-gift-section .owl-nav .owl-next {
  transform: rotate(180deg);
  bottom: 160px;
}
b {
  font-weight: 600;
}
/* .related-products{
	.swiper-wrapper{
		display: grid;
		grid-template-columns: repeat(auto-fill,minmax(260px,1fr));
	}
} */
.swiper-container {
  padding-bottom: 40px;
  --swiper-pagination-color: var(--roza);
  --swiper-navigation-color: var(--roza);
  overflow: hidden;
  position: relative;
}
.swiper-container .swiper-pagination-bullets {
  bottom: 0;
}
body.search .page-header {
  margin-top: 3rem;
}
body.search form.search-form {
  margin-bottom: 4rem;
}
body.search .loop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}
