/*
Theme Name: EMILIA
Theme URI: https://www.emilia.digital
Author: Emilia Digital Ltd.
Author URI: https://www.emilia.digital
Template:  storefront
Description: Tailor made theme for BigPet by Emilia Digital.
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: emilia
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700;900&family=Varela+Round&display=swap");

.wc-block-components-country-input {
  display: none !important;
}

.wc-block-components-form .wc-block-components-text-input {
  padding: 1.5em 0.5em 0.5em !important;
}

@container (min-width: 700px) {
  .wc-block-checkout__sidebar {
    top: 70px !important;
  }
}

:root {
  --main-color: #f05a26;
  --hover-color: #413e3b;
  --sub-color: #f3f3f3;
  --text-color: #413e3b;
  --font-family: "Varela Round", sans-serif;
  --border-radius: 5px;
  --border-width: 2px;
  --transition: 0.3s ease-in-out;
}

/*** LAYOUT ***/
body {
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 26px;
  color: var(--text-color);
}

body.no-overflow {
  overflow: hidden;
}

.hamburger {
  font: inherit;
  overflow: visible;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  margin-top: 8px;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 18px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 23px;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #3b3b3b;
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -7px;
}

.hamburger--squeeze .hamburger-inner:before {
  transition:
    top 0.1s ease-in 0.25s,
    opacity 0.1s ease-in;
}

.hamburger--squeeze .hamburger-inner:after {
  transition:
    bottom 0.1s ease-in 0.25s,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner:after {
  bottom: -7px;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #3b3b3b;
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition:
    top 0.1s ease-out,
    opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition:
    bottom 0.1s ease-out,
    transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

ol {
  padding-right: 16px;
  padding-bottom: 0;
  margin: 0;
}

ol li {
  line-height: 24px;
  margin-bottom: 10px;
}

::marker {
  font-weight: bold;
}

.main-navigation ul li a,
.site-title a,
ul.menu li a,
.site-branding h1 a,
button.menu-toggle,
button.menu-toggle:hover,
.handheld-navigation .dropdown-toggle {
  color: var(--text-color);
}

.added_to_cart {
  display: none !important;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
  outline: 0 !important;
}

body.no-overflow {
  overflow: hidden;
}

img.lazy {
  opacity: 0;
}
img:not(.initial) {
  transition: opacity 1s;
}
img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img:not([src]) {
  visibility: hidden;
}

h1 {
  font-size: 40px;
  font-weight: 700;
  color: var(--text-color);
}

#topMsg select.form-select {
  background-color: #fff !important;
  font-size: 12px;
  border-radius: var(--border-radius) !important;
  box-shadow: none !important;
}

select:not(.form-select),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
input[type="search"] {
  font-family: var(--font-family);
  width: 100%;
  background-color: transparent !important;
  color: var(--text-color);
  height: 46px;
  border-radius: var(--border-radius) !important;
  border: var(--border-width) solid var(--hover-color) !important;
  box-shadow: none;
  outline: 0 !important;
  text-align: right;
  max-height: 120px;
  padding: 0 14px !important;
  box-shadow: none !important;
}

select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {
  border-color: var(--main-color) !important;
}

.btn,
input[type="submit"],
button:not(.accordion-button):not(.popmake-close),
a.btn,
a.button:not(.woocommerce-Button),
a.added_to_cart {
  font-family: var(--font-family);
  width: 100%;
  background: var(--main-color) !important;
  color: #fff !important;
  transition: var(--transition) !important;
  border-radius: 24px !important;
  padding: 10px 30px 8px !important;
  box-shadow: none !important;
  text-align: center;
  font-weight: 400;
  position: relative;
  top: 0;
}

.accordion-button::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23413E3B'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  background-size: contain;
}

.accordion-button {
  box-shadow: none !important;
  background: transparent !important;
  color: var(--text-color) !important;
  font-weight: 600;
  font-family: var(--font-family);
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  background: transparent !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  background: transparent !important;
}

.accordion-item:first-of-type {
  border-color: var(--text-color);
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.btn:hover,
input[type="submit"]:hover,
button:not(.accordion-button):hover,
a.btn:hover,
a.button:hover,
a.added_to_cart:hover {
  top: -5px;
}

.btn.invert {
  background: #fff !important;
  color: var(--text-color) !important;
  border: 2px solid var(--main-color) !important;
}

.cartCount {
  position: absolute;
  text-align: center;
  width: 15px;
  height: 15px;
  background-color: var(--main-color);
  border-radius: 50%;
  font-size: 9px;
  font-weight: bold;
  line-height: 16px;
  bottom: -4px;
  right: -5px;
  color: #fff;
}

.cartModal .modal-header {
  background: transparent;
  border-bottom: 1px solid #dee2e6;

  .btn-close {
    background: transparent
      url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
      center/1em auto no-repeat !important;
  }
}

.woocommerce-form-coupon-toggle {
  display: none !important;
}

#order_review_heading {
  width: 100%;
  font-weight: bold;
}

.review-block {
  .blockUI {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
  }

  label.error {
    font-size: 12px !important;
    color: #f00;
    font-weight: 500;
    margin-top: 5px;
  }

  .form-row .button {
    width: 100%;
  }

  #order_review_heading {
    width: 100%;
  }
  float: right;

  border-top: 1px solid var(--sub-color);
  border-bottom: 1px solid var(--sub-color);

  .form-row-last,
  .form-row-first {
    margin: 0;
  }

  p:first-of-type {
    display: none !important;
  }
}

.cartModal .modal-header:before {
  display: none;
}

.cartModal .product-title {
  text-align: right;
  line-height: 20px;
}

.woocommerce-Price-currencySymbol {
  font-size: 80%;
}

.lazy[data-bg-multi] {
  background-size: cover;
  background-position: center;
}

/** loading **/
button.loading::after,
input[type="button"].loading::after,
input[type="reset"].loading::after,
input[type="submit"].loading::after,
.button.loading::after,
.wc-block-grid__products
  .wc-block-grid__product
  .wp-block-button__link.loading::after,
.added_to_cart.loading::after {
  font-family: "Line Awesome Free";
  content: "\f110";
  color: var(--text-color);
}

.product-accordion {
  float: left;
  width: 60%;
}

.single-product .stock.out-of-stock {
  position: static;
  display: inline-block;
}

/*** HEADER **/

#topMsg {
  background: var(--main-color);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

#topMsg .title {
  font-size: 14px;
  font-weight: 500;
}

#logo img {
  height: 86px;
  transition: 0.2s ease-in-out;
}

header:not(.woocommerce-products-header) {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.2s ease-in-out;
  background: #fff;
  z-index: 100;
  max-height: 119px;
}

#topMsg + header {
  top: 42px;
}

.g-title {
  font-size: 18px;
}

.top-banner.more-banner {
  padding-bottom: 28%;
}

.select-wrap img {
  width: 27px;
}

.admin-bar header {
  top: 32px;
}

.admin-bar #topMsg + header {
  top: 90px;
}

header.fixed,
#topMsg + header.fixed {
  top: 0;
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 15%);
}

.admin-bar header.fixed,
.admin-bar #topMsg + header.fixed {
  top: 32px;
}

header.fixed #logo img {
  height: 43px;
}

#menuWrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menuWrapper ul li {
  display: inline-block;
  padding: 7px 20px 9px;
  position: relative !important;
  font-size: 18px;
  font-weight: 500;
}

#menuWrapper ul li > a {
  padding: 10px;
  transition: 0.3s ease-in-out;
  position: relative;
  top: 0;
}

#menuWrapper ul li > a:hover {
  top: -4px;
}

.searchMe {
  position: fixed;
  width: 100%;
  height: calc(100% - 157px);
  top: 157px;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  transition: 0.4s ease-in-out;
  display: none;
  opacity: 0;
  visibility: hidden;
}

.admin-bar .searchMe {
  height: calc(100% - 205px);
  top: 205px;
}

.fixed .searchMe {
  height: calc(100% - 75.5px);
  top: 75.5px;
}

.searchMe.open {
  display: block;
  opacity: 1;
  visibility: visible;
}

.search-wrapper {
  position: relative;
}

.search-wrapper img {
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 26px;
  cursor: pointer;
}

.fire-search img:last-child {
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.fire-search.go img:last-child {
  opacity: 1;
  visibility: visible;
}

.fire-search.go img:first-child {
  opacity: 0;
  visibility: hidden;
}

#actions img {
  width: 28px;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}

#actions .fire-search img:first-child {
  width: 21px;
}

.search-wrapper input {
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 24px !important;
  width: 440px;
  border-bottom: 1px solid var(--text-color) !important;
}

#menuWrapper ul.sub-menu {
  position: absolute;
  top: 100%;
  min-width: 250px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
  background: #fff;
  padding: 5px 15px;
  transition: 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
#menuWrapper li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

#menuWrapper ul.sub-menu li {
  display: block;
  padding: 5px 0;
  font-size: 18px;
}

/** PAGE ***/
main#page {
  padding-top: 150px;
}

.home main#page {
  padding-top: 99px;
}

/** giftcard **/

.product-type-gift-card .woocommerce-product-gallery__wrapper {
  box-shadow: none;
}
.product-type-gift-card .woocommerce-product-gallery__image {
  padding: 0;
}

.gift-cards_form > h3 {
  display: none;
}

.gift-card-content-editor.step-content label {
  font-size: 14px;
  line-height: 20px;
}

.gift-card-content-editor.step-content input,
.gift-card-content-editor.step-content textarea {
  padding: 7px 10px;
  border-radius: 0;
  border: 1px solid;
  max-width: 100%;
  border-color: #3b3b3b;
  float: none;
  outline: 0 !important;
  transition: all 0.4s ease-in-out;
  background: #fff;
  width: 100%;
  color: #3b3b3b;
  font-size: 16px;
  font-family: var(--font-family);
}

.gift-card-content-editor.step-content textarea {
  height: 60px;
  padding-top: 8px !important;
}

.gift-card-content-editor {
  max-width: 433px;
}

.gift_card_add_to_cart_button + .added_to_cart {
  max-width: 433px;
}

.gift-cards-list button {
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 10px !important;
  color: #3b3b3b;
  border-color: rgba(59, 59, 59, 0.15);
  transition: all 0.4s ease-in-out;
  color: rgba(59, 59, 59, 0.5);
  direction: ltr;
  width: auto;
}

.gift-cards-list button.ywgc-predefined-amount-button.selected_button,
.gift-cards-list button:hover {
  color: #3b3b3b !important;
  background: transparent !important;
  border-color: #3b3b3b !important;
}

.gift_card_template_button .quantity {
  display: none !important;
}

.ywgc-main-form-preview-container {
  display: none !important;
}

/*** PRODUCT PAGE ***/

.single-product div.product p.price {
  font-weight: 500;
  margin: 1rem 0 1rem;
}

h1.product_title {
  margin-bottom: 0;
  text-align: right;
  padding: 0;
}

.reset_variations {
  display: none !important;
}

.right-sidebar .content-area {
  width: 100%;
  float: none;
  margin-bottom: 0;
  overflow-x: hidden;
}

.right-sidebar .content-area main {
  padding-bottom: 0;
  margin-bottom: 0;
}

.single-product.right-sidebar .content-area main {
  max-width: 1140px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.right-sidebar .content-area main {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 150px;
}

.single_add_to_cart_button {
  max-width: calc(100% - 82px);
}

.single-product div.product .woocommerce-product-gallery {
  width: 40%;
  margin: 0;
  padding-left: 3rem;
}

.single-product div.product .woocommerce-product-gallery img {
  width: 100%;
}

.single-product div.product .summary {
  width: 60%;
}

.single-product div.product table.variations select {
  max-width: 100% !important;
}

.single-product label {
  font-weight: bold;
  margin-bottom: 0.25rem;
  font-size: 14px;
}

.single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger {
  left: 3rem;
  top: 0;
  background: var(--main-color);
  color: #fff;
  transition: var(--transition);
  border-radius: var(--border-radius);
}

.single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger:hover {
  background: var(--hover-color);
  color: #fff;
}

.single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger::before {
  font-family: "Line Awesome Free";
}

.pswp__caption__center {
  display: none !important;
}

.pswp__top-bar .pswp__button {
  font-family: "Line Awesome Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  background: none !important;
  font-size: 26px;
}

.pswp__button.pswp__button--close::before {
  content: "\f057";
}

.pswp__button.pswp__button--fs::before {
  content: "\f0b2";
}

.pswp__button.pswp__button--zoom::before {
  content: "\f00e";
}
.pswp--zoomed-in .pswp__button.pswp__button--zoom::before {
  content: "\f010";
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  gap: 1rem;
}

.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li {
  margin: 0;
  float: none;
  width: 80px;
  height: 80px;
  border-radius: var(--border-radius);
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li
  img {
  max-width: 100%;
  border: 0;
  transition: var(--transition);
}

.single-product div.product table.variations .value {
  margin-bottom: 0;
  border: 0 !important;
}

.single-product div.product table.variations tr:not(:last-child) .value {
  margin-bottom: 1rem;
}

.related > h2:first-child,
.upsells > h2:first-child {
  font-size: 32px;
  color: var(--text-color);
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 3rem;
}

.single-product div.product {
  overflow: visible;
}

.a-right {
  width: 40px;
  height: 100%;
  position: absolute;
  right: -40px;
  cursor: pointer;
  z-index: 2;
  background: url(assets/images/arrow1.svg) no-repeat center center;
  background-size: 20px;
  top: 0;
}

.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs::before,
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs::after {
  display: none;
}

img {
  border-radius: 0;
}

.related.products li {
  list-style: none;
}

.sl-item {
  padding: 0 1rem;
}

.a-left {
  width: 40px;
  height: 100%;
  position: absolute;
  left: -40px;
  cursor: pointer;
  z-index: 2;
  background: url(assets/images/arrow.svg) no-repeat center center;
  background-size: 20px;
  top: 0;
}

li.product {
  position: relative;
}

li.product a {
  display: block;
  position: relative;
  cursor: pointer;
}

li.product .image-wrapper {
  padding-bottom: 100%;
  position: relative;
  background: #fff;
  border-radius: 10px;
}

.related.products {
  float: right;
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 0;
  position: relative;
  padding: 6rem 0;
}

.related.products:before {
  width: 200vw;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  background: #f3f3f3;
}

li.product .image-wrapper img {
  width: 90%;
  height: 90%;
  object-position: center;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

li.product .image-wrapper picture:last-child:not(:first-child) img {
  opacity: 0;
  transition: 0.3s ease-in-out;
  visibility: hidden;
}

li.product .image-wrapper:hover picture:last-child img {
  opacity: 1;
  visibility: visible;
}

li.product .product_type_gift-card {
  display: none;
}

li.product-type-gift-card .price {
  display: none !important;
}

div.added {
  font-weight: 500;
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
}

.woocommerce-loop-product__title {
  font-size: 16px !important;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
  text-align: center !important;
  margin-top: 15px !important;
}

.info-wrapper {
}

ul.products li.product .button {
  position: absolute;
  width: 110px;
  bottom: 23px;
  top: auto !important;
  right: 20px;
  padding: 4px !important;
  font-weight: normal;
  background: #20793f !important;
}

.storefront-breadcrumb {
  padding: 0 !important;
  margin-bottom: 15px;
  font-size: 12px;
}

.woocommerce-breadcrumb a:first-of-type::before {
  display: none;
}

.woocommerce-breadcrumb .breadcrumb-separator {
  transform: scaleX(-1);
}

.storefront-breadcrumb .col-full {
  padding: 0;
}

ul.products li.product {
  position: relative;
  top: 0px;
  transition: 0.3s ease-in-out;
}

ul.products li.product:hover {
  top: -8px;
}

ul.products li.product .button:hover {
  bottom: 26px;
}

#ship-to-different-address {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 16px;
  label {
    font-weight: 600;
  }
}

.form-row textarea {
  padding-top: 8px !important;
  height: 120px !important;
}

#billing_postcode_field,
#billing_phone_field,
.col2-set .form-row-first {
  width: 47.444444%;
  float: right;
  margin-left: 5.1111111111%;
  clear: none;
}

#billing_city_field,
#billing_email_field,
.col2-set .form-row-last {
  float: left;
  width: 47.4444444444%;
  clear: none;
}

.info-wrapper .price {
  font-weight: 500 !important;
  font-size: 15px !important;
  margin: 50px 0 8px !important;
  text-align: left;
  color: var(--text-color) !important;
  font-weight: bold !important;
}

.related .info-wrapper .price {
  text-align: center !important;
  margin: 17px 0 17px !important;
  display: block;
}

.related .woocommerce-loop-product__title {
  margin-top: 25px;
}

.woocommerce-loop-product__title {
  height: 60px;
}

.wc-forward::after,
.woocommerce-Button--next::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f060";
}

a.added_to_cart {
  background: var(--hover-color) !important;
  margin-top: 1rem;
}

@media (max-width: 1401px) {
  .right-sidebar .content-area main {
    max-width: 1140px;
  }
}
@media (max-width: 993px) {
  .right-sidebar .content-area main {
    max-width: 960px;
  }
}
@media (max-width: 768px) {
  .right-sidebar .content-area main {
    max-width: 720px;
  }

  .review-block {
    .form-row .button {
      width: 100%;
      margin-top: 5px;
      top: 0 !important;
    }
  }

  main#page {
    padding-top: 80px;
  }

  .woocommerce-checkout .container {
    overflow: hidden;
  }

  .single-product div.product .woocommerce-product-gallery {
    width: 100%;
    padding-left: 0;
  }

  .single-product
    div.product
    .woocommerce-product-gallery
    .woocommerce-product-gallery__trigger {
    left: 0;
  }

  h1.product_title {
    text-align: center;
    margin-bottom: 0;
  }

  .related > h2:first-child,
  .upsells > h2:first-child {
    text-align: center;
    font-size: 24px;
  }

  .single-product div.product p.price {
    text-align: center;
    margin: 1rem 0 2rem;
  }

  .related.products {
    margin-top: 0;
    padding-top: 3rem;
  }

  .single-product div.product .summary {
    width: 100%;
    margin-top: 2rem;
  }

  .single-product
    div.product
    .woocommerce-product-gallery
    .flex-control-thumbs {
    justify-content: center;
    gap: 0.75rem;
  }

  .single-product
    div.product
    .woocommerce-product-gallery
    .flex-control-thumbs
    li
    img {
    /*padding: 10px;*/
  }

  .single-product
    div.product
    .woocommerce-product-gallery
    .flex-control-thumbs
    li {
    width: 60px;
    height: 60px;
  }

  h1.product_title {
    font-size: 32px;
  }
}

/*** FOOTER ***/

footer {
  background: #413e3b;
  color: #fff;
}

footer .title,
.footer-block strong {
  font-weight: normal;
  font-size: 22px;
}

.gform_confirmation_message {
  font-size: 22px;
  font-weight: bold;
}

footer p {
  margin-bottom: 8px;
}

.footer-menu ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-menu li {
  margin-bottom: 8px;
}

.footer-menu li a {
  color: #fff !important;
}

.payments {
  height: 35px;
  position: relative;
  bottom: 3px;
}

footer .gform_wrapper {
  position: relative;
  padding-left: 165px;
}

.gfield_label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.gform_validation_errors {
  display: none !important;
}

.gform_wrapper.gravity-theme .gfield-choice-input + label {
  font-size: 12px !important;
  opacity: 0.8;
  line-height: 18px;
}

.gform_wrapper.gravity-theme .gfield_description {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 12px !important;
}

footer .gform_ajax_spinner {
  left: 11px;
  top: 15px;
  position: absolute;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
  outline: 0 !important;
  accent-color: var(--main-color) !important;
}

footer .gform_wrapper.gravity-theme .gform_footer {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  width: 158px;
}

.gform_wrapper.gravity-theme .gfield input.large {
  background: #fff !important;
  color: var(--text-color) !important;
  border: 0 !important;
}

.gform_wrapper.gravity-theme .gform_footer input {
  font-weight: normal;
  background: #20793f !important;
  box-shadow: none !important;
  outline: 0 !important;
  line-height: 26px !important;
}

#cartModal {
  .modal-body {
    max-height: calc(100% - 137px);
  }
  .woocommerce-mini-cart {
    max-height: calc(100% - 35px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 15px;
  }
}

footer input.form-control {
  border-radius: 0;
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #c0c0c0 !important;
  background: transparent !important;
  color: #fff !important;
  height: 46px;
  padding: 0 0px 0 25px !important;
  box-shadow: none;
  outline: 0 !important;
}

footer input.form-control:focus {
  border-color: #fff !important;
}

footer button,
footer button:hover,
footer button:focus {
  position: absolute;
  background: transparent !important;
  padding: 0 !important;
  width: auto !important;
  left: 0;
  bottom: 15px;
}

.last-small {
  font-size: 13px;
  color: #c0c0c0;
  line-height: 10px;
}

.last-small ul {
  list-style: nonel;
  padding: 0;
  margin: 0;
}

.last-small ul li {
  display: inline-block;
  padding: 0 10px;
}

.last-small ul li a {
  color: #c0c0c0 !important;
  text-decoration: underline !important;
}

.emilia {
  direction: ltr;
}

.emilia img {
  height: 14px;
}

.social a {
  transition: 0.3s ease-in-out;
  display: block;
  border-radius: 50%;
  text-align: center;
}

.social a img {
  display: block;
  margin: auto;
}

.social a:hover {
  transform: rotate(360deg);
}

#bottomLogo img {
  width: 225px;
}

#newsletter {
  width: 100%;
  margin: 0;
}

/*** ARCHIVE ***/

.yith-infs-loader img {
  width: 65px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.yith-infs-loader {
  margin: 0;
  width: 100%;
  display: block;
  height: 150px;
  position: relative;
}

header + .toolbar-container .yith-infs-loader {
  display: none !important;
}

.archive-top {
  padding-top: 123px;
  background: #fff;
}

ul.products li.product {
  background: #ededed;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  min-height: 448px;
}

.top-banner {
  padding-bottom: 20%;
  width: calc(75% - 22px);
  border-radius: 24px;
  overflow: hidden;
  display: inline-block;
  margin: 0 -2px;
  height: 300px;
  background-position: right top !important;
}

.title-wrapper {
  margin: 0 -2px;
  width: calc(25% + 22px);
  display: inline-block;
  vertical-align: top;
  padding-top: 25px;
}

.sub-title {
  font-size: 16px;
  font-weight: 500;
}

.big-title {
  border-bottom: 1px solid var(--sub-color);
}

.woocommerce-order-received {
  ul.order_details li {
    border-left: 0 !important;
    i {
      font-size: 22px;
    }
  }

  ul.order_details li strong {
    font-size: 16px;
  }
}

.woocommerce-remove-coupon {
  font-size: 11px;
  font-weight: bold;
}

.title-wrapper .woocommerce-sorting {
  margin-top: 80px;
}

.title-wrapper .woocommerce-sorting select {
  width: auto;
}

.title-wrapper .woocommerce-ordering {
  float: none;
  margin: 0;
}

.title-wrapper .woocommerce-result-count {
  float: none;
}

.archive ul.products {
  padding-top: 40px;
}

.content-area {
  position: relative;
}

.toolbar-container {
  overflow: hidden;
  padding: 15px 0;
}

header + .toolbar-container {
  display: none;
}

.woocommerce-result-count {
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin: 14px 0;
}

.archive.right-sidebar #secondary {
  width: 25%;
  float: right;

  padding: 35px 35px;
}

.archive.right-sidebar .widget-area::before {
  content: "סינון לפי:";
  display: block;
  width: 100%;
  font-size: 24px;
  border-bottom: 2px solid var(--text-color);
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.widget-area .widget {
  margin: 0;
  border-bottom: 1px solid var(--text-color);
}

.widget .widget-title,
.widget .widgettitle {
  position: relative;
  padding: 10px 0 10px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  border: 0;
  margin-bottom: 0;
}

.widget .widget-title:after,
.widget .widgettitle:after {
  position: absolute;
  left: 0rem;
  background: url("assets/images/arrow.svg") no-repeat center center;
  background-size: contain;
  width: 13px;
  height: 13px;
  transform: rotate(90deg);
  transition: 0.4s ease-in-out;
  top: 16px;
  content: "";
}

.widget_layered_nav ul li {
  position: relative;
  padding-right: 0;
}

.widget_layered_nav ul li::before {
  display: inline-block;
  cursor: pointer;
  background: #fff;
  border: 2px solid var(--text-color);
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 3px;
  top: 2px;
  right: 0;
  margin-right: 0;
  margin-left: 8px;
  line-height: 1.2;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
  content: "";
}

.icon-wrapper {
  width: 60px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid transparent;
  transition: 0.3s ease-in-out;
}

.current .icon-wrapper,
#gil_widget ul li:hover .icon-wrapper {
  border-color: #e1e1e1;
}

.woocommerce-no-products-found {
  margin-top: 40px;
}

#gil_widget ul li a {
  padding-right: 0 !important;
}

#gil_widget ul li {
  width: 50%;
  display: inline-block;
  margin: 0 -2px;
}

#gil_widget ul li img {
  width: 100%;
}

#gil_widget ul li::before {
  display: none !important;
}

.widget_layered_nav .chosen::before {
  background: var(--text-color);
  content: "";
}

body.archive {
}

.widget-area .widget a,
.hentry .entry-header .posted-on a,
.hentry .entry-header .post-author a,
.hentry .entry-header .post-comments a,
.hentry .entry-header .byline a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-weight: normal;
}

.widget .widget-title.non-active:after {
  transform: rotate(-90deg);
}

.widget_layered_nav ul li a {
  padding-right: 23px;
}

.widget.woocommerce li .count {
  font-size: 12px;
  font-weight: 500;
}

.woocommerce-products-header {
  display: none;
}

.archive.right-sidebar #primary {
  float: left;
  width: 75%;
  margin: 0;
  padding: 0 3rem;
  background: #fff;
}

.archive.right-sidebar #primary main {
  margin-top: 0;
}

.archive.right-sidebar footer {
  width: 100%;
  float: right;
}

/*** CART **/

table.cart {
  border-radius: var(--border-radius) !important;
  overflow: hidden;
}

table:not(.has-background) th {
  background: var(--sub-color);
  color: var(--text-color);
}

table:not(.has-background) tbody td {
  background: #fff;
}

table:not(.has-background) tbody tr:nth-child(2n) td,
fieldset,
fieldset legend {
  border-top: var(--border-width) solid var(--sub-color);
  border-bottom: var(--border-width) solid var(--sub-color);
  background: transparent !important;
}

a.remove::before {
  font-family: "Line Awesome Free";
}

table.cart td.actions .coupon {
  float: left;
  width: 100%;
}

button[name="update_cart"] {
  display: none !important;
}
hr {
  height: var(--border-width) !important;
  background: var(--sub-color) !important;
}

td.actions {
  background: transparent !important;
  border-top: var(--border-width) solid var(--sub-color) !important;
  padding-top: 1rem !important;
  border-bottom: 0 !important;
}

button[name="apply_coupon"] {
  max-width: 200px;
  background: var(--hover-color) !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.cart-collaterals h2 {
  display: none;
}

.blockUI::before {
  content: "\f110";
  font-size: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-family: "Line Awesome Free";
}

.cart-collaterals .shop_table {
  border-radius: var(--border-radius) !important;
  overflow: hidden;
}

.wc-proceed-to-checkout .button.checkout-button {
  font-size: 18px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.ywgc_enter_code p:first-child {
  display: none !important;
}

.ywgc_enter_code .form-row {
  float: right;
  text-align: right;
}

.ywgc_enter_code {
  padding: 0;
  margin: 0 0 15px;
}

.ywgc_enter_code .form-row:last-of-type {
  padding-right: 0;
}
.ywgc_enter_code .form-row {
  float: right;
  text-align: right;
}

.cart-collaterals table.shop_table th,
.cart-collaterals table.shop_table td,
.cart-collaterals table.shop_table .order-total td,
.cart-collaterals table.shop_table .cart-discount {
  background: var(--sub-color) !important;
  color: var(--text-color) !important;
}

.checkout_coupon > p:first-child {
  display: none !important;
}

.checkout_coupon .form-row-first {
  max-width: 400px;
  margin-left: 1rem;
}

.checkout_coupon .form-row-last {
  float: right;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background: var(--text-color) !important;
  color: #fff !important;
  border-radius: var(--border-radius) !important;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-noreviews::before,
p.no-comments::before {
  color: #fff !important;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  text-decoration: underline !important;
  color: #fff !important;
}

@media (max-width: 1401px) {
  .right-sidebar .content-area main {
    max-width: 1140px;
  }
}
@media (max-width: 993px) {
  .right-sidebar .content-area main {
    max-width: 960px;
  }
}
@media (max-width: 768px) {
  table.shop_table_responsive tr td[data-title]::before {
    font-weight: normal;
    font-size: 14px;
    opacity: 0.7;
  }

  table:not(.has-background) tbody tr:nth-child(2n) td,
  fieldset,
  fieldset legend {
    border: 0 !important;
  }

  table.cart .product-thumbnail img {
    margin-bottom: 1rem;
  }

  table.cart td.product-remove a.remove {
    top: 5px;
    right: 0;
  }

  table.cart td.product-name {
    line-height: 19px;
    font-size: 14px;
  }

  .product-subtotal {
    font-weight: bold;
  }

  .woocommerce-cart-form__cart-item:not(:first-child) td:first-child {
    border-top: var(--border-width) solid var(--sub-color) !important;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
  }

  table.cart td.actions .coupon {
    border-bottom: 0;
    margin-bottom: 0;
  }

  button[name="apply_coupon"] {
    max-width: 100%;
  }
}

/*** CHECKOUT **/

.woocommerce-checkout .container {
  max-width: 1000px;

  .col2-set {
    width: 100%;
    margin: 0;
  }

  .woocommerce-mini-cart-item {
    border-bottom: 1px solid var(--sub-color);
    padding-bottom: 1rem;
  }
}

.cart-wrapper {
  height: 150px;
  width: 100%;
  display: block;
  position: relative;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

#order_review {
  width: 100% !important;

  .form-row .button {
    width: 100%;
  }

  .product-title {
    font-size: 14px;
    line-height: 17px;
    padding-left: 15px;
  }
}

.shipping-box {
  background: var(--sub-color);
  border-radius: var(--border-radius) !important;
  font-weight: bold;

  #shipping_method {
    margin-top: 15px;
    font-size: 14px;
  }
}

#order_review_heading,
#order_review {
  float: none !important;
}

.product_list_widget {
  width: 100%;
}

#order_review .shop_table {
  border-radius: var(--border-radius) !important;
  overflow: hidden;
  border: var(--border-width) solid var(--sub-color);
}
.woocommerce-terms-and-conditions-checkbox-text {
  position: relative;
  top: -2px;
}

.woocommerce-terms-and-conditions-checkbox-text a {
  text-decoration: underline !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
  background: var(--sub-color) !important;
}

input[type="checkbox"],
input[type="radio"] {
  accent-color: var(--main-color);
}

.form-row label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

#billing_country_field {
  display: none;
}

.col2-set .col-1,
.col2-set .col-2 {
  width: 100%;
}

.woocommerce-checkout h3,
.woocommerce-order-details__title,
.woocommerce-column__title {
  font-weight: bold;
  color: var(--text-color);
  font-size: 26px;
}

.star-rating span:before,
.quantity .plus,
.quantity .minus,
p.stars a:hover:after,
p.stars a:after,
.star-rating span:before,
#payment
  .payment_methods
  li
  input[type="radio"]:first-child:checked
  + label:before {
  color: var(--main-color) !important;
}

#payment .payment_methods {
  background: var(--sub-color);
  border-radius: var(--border-radius) !important;
  overflow: hidden;
  border: var(--border-width) solid var(--sub-color);
}

#payment .payment_methods > .wc_payment_method > label {
  background: var(--sub-color);
  border: 0 !important;
  margin-right: 0 !important;
}

#payment .payment_methods > li .payment_box,
#payment .place-order {
  background: #fff !important;
  font-size: 14px;
}

.woocommerce-privacy-policy-text {
  line-height: 19px;
  font-size: 13px;
}

.woocommerce-privacy-policy-text a {
  text-decoration: underline;
}

.backPlease {
  margin-bottom: 15px;
  display: inline-block;
  font-size: 14px;
}

.form-area textarea {
  min-height: 80px;
}

#payment .place-order {
  padding: 0;
}

@media (max-width: 768px) {
  #order_review_heading {
    margin-top: 3rem;
  }

  .checkout_coupon .form-row-first {
    max-width: 100%;
    margin: 0 0 1rem;
  }

  .checkout_coupon .form-row-last {
    width: 100%;
  }

  .form-row .button {
    width: 100%;
  }
}

/** THANKS ***/

ul.order_details {
  margin: 1.5rem 0;
  background: var(--main-color);
  color: #fff;
  border-radius: var(--border-radius);
  text-align: center;
  border: 0 !important;
}

ul.order_details li strong {
  font-weight: normal;
}

.order_details {
  border-radius: var(--border-radius);
  border: var(--border-width) solid var(--sub-color);
  background: transparent;
}

.order_details tfoot td {
  background: var(--sub-color) !important;
}

ul.order_details li {
  display: inline-block;
  border-left: var(--border-width) solid #fff;
  border-bottom: 0;
  padding: 1em 2em !important;
}

ul.order_details li:first-child strong {
  font-weight: bold;
}

#whatsapp {
  position: fixed;
  width: 50px;
  img {
    width: 100%;
  }
  z-index: 10;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  bottom: 1.5rem;
  right: 1.5rem;
}

ul.order_details::before,
ul.order_details::after {
  display: none;
}

@media (max-width: 768px) {
  .woocommerce-table__product-name a {
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
  }

  .product-accordion {
    width: 100%;
  }

  ul.order_details li {
    display: block;
    border: 0;
    padding: 8px !important;
    border-bottom: var(--border-width) solid #fff;
  }
}

.out-of-stock {
  background: #fff;
  border: 2px solid #000;
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0px 10px;
}

/*** HOME ***/

.michal-btn {
  /*background: url('assets/images/michal-arrow.svg') no-repeat 5px center;*/
  /*background-size: 25px;*/
  /*border: 2px solid #fff;*/
  /*border-radius:80px;*/
  /*padding: 12px 15px 12px 35px;*/
  /*color: #fff;*/
  /*font-weight: 500;*/
  /*transition: 0.3s ease-in-out;*/
  /*font-size: 16px;*/
  /*height: 55px;*/
  /*display: inline-block;*/
  /* background: url(assets/images/michal-arrow.svg) no-repeat 5px center; */
  background-size: 25px;
  border: 2px solid #fff;
  border-radius: 80px;
  padding: 12px 45px 12px 45px;
  /* color: #fff; */
  color: #f05a26;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  font-size: 16px;
  height: 52px;
  display: flex;
  text-align: center;
  background: #fff;
  align-items: center;
}

.michal-btn.black {
  background: url("assets/images/michal-arrow-b.svg") no-repeat 5px center;
  background-size: 25px;
  border: 2px solid #000;
  color: #000;
}

.michal-btn:hover {
  background: url("assets/images/michal-arrow-b.svg") no-repeat 5px center #fff;
  background-size: 25px;
  color: var(--text-color);
}

.michal-btn.black:hover {
  background: url("assets/images/michal-arrow.svg") no-repeat 5px center #000;
  background-size: 25px;
  color: #fff;
}

section {
  position: relative;
}

/*section.hero:before {*/
/*        content: '';*/
/*        position: absolute;*/
/*        width: 100%;*/
/*        bottom: 0;*/
/*        height: 30%;*/
/*        left: 0;*/
/*        background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 25%, rgba(0, 0, 0, 0.70) 100%);*/
/*}*/

/*section.hero:first-of-type:before {*/
/*    height: 50%;*/
/*}*/

section.hero:first-of-type {
  height: calc(100vh - 198px);
  min-height: 500px;
  /* padding-bottom: 269px; */
  background-position: top;
}

section.hero {
  height: 60vh;
  min-height: 300px;
  padding-bottom: 40px;
  overflow: hidden;
}

section.hero .title {
  max-width: 720px;
  font-size: 70px !important;
  color: #403c39;
  line-height: 82px;
  text-align: start;
  font-weight: 500 !important;
}

section.text {
  background: #f3f3f3;
}

section .title {
  font-size: 40px !important;
  font-weight: 600 !important;
  line-height: 42px;
}

.michal-btn-extra {
  position: relative;
  font-size: 16px;
  color: #999;
  transition: 0.3s ease-in-out;
}

.michal-btn-extra:after {
  width: 50px;
  height: 50px;
  border: 1px solid var(--text-color);
  border-radius: 50%;
  background: url("assets/images/michal-arrow-b.svg") no-repeat center center;
  background-size: 20px;
  content: "";
  display: block;
}

section.text .text p {
  font-size: 18px;
  color: #999;
  line-height: 28px;
}

section.text .text p:last-child {
  margin-bottom: 0;
}

.home ul.products {
  margin-right: 0;
  margin-bottom: 0;
  clear: both;
  padding: 0 !important;
}

/*.home ul.products .slick-list {*/
/*    padding-right: 80px !important;*/
/*    padding-left: 80px !important;*/
/*    overflow: visible;*/
/*}*/

/*.home ul.products li.product {*/
/*    width: 33.333vw;*/
/*    clear: none !important;*/
/*    padding-right: 10px;*/
/*    padding-left: 10px;*/
/*    margin-bottom: 0;*/
/*    transform: scale(0.85);*/
/*    transition: transform 0.4s ease-in-out;*/
/*}*/

/*.home ul.products li.product.slick-current.slick-center {*/
/*    transform: scale(1);*/
/*}*/

.home ul.products .a-right {
  right: 50px;
  z-index: 1;
  background: none;
}

.home ul.products li,
.home ul.products li.first,
.home ul.products li.last {
  clear: unset !important;
  margin: 0 12px !important;
  min-height: 480px;
}
.home li.product .image-wrapper {
  padding-bottom: 95%;
}

.home ul.products .a-right span,
.home ul.products .a-left span {
  content: "";
  position: absolute;
  background: url(assets/images/new-right.svg) no-repeat center center #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 10%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: 25px;
  z-index: 1;
}

span.onsale {
  margin: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 8px;
  line-height: 24px;
  padding: 3px 13px 1px;
  border: 2px solid #20793f;
  z-index: 2;
  background: #fff;
}

.type-product > span.onsale {
  top: 43px;
  left: 0;
}

.home .products .slick-list {
  padding-top: 15px !important;
}

.home ul.products .a-left span {
  background: url(assets/images/new-left.svg) no-repeat center center #fff;
  background-size: 25px;
}

.home ul.products .a-left {
  left: 50px;
  z-index: 1;
  background: none;
}

.home section.products .btn {
  width: auto !important;
}

/* CATEGORY */
.home .categories .category-box .btn,
.hero .btn {
  background: #fff !important;
  color: #000 !important;
  justify-content: center;
  padding: 9px 46px 7px !important;
  width: auto;
  height: 46px;
  position: relative;
  top: 0;
  transition: 0.4s ease-in-out;
}

.home .categories .category-box:hover .btn,
.home .hero .btn:hover {
  top: -5px;
}

.category-box:hover img {
  transform: scale(1.05);
}

.home .categories .category-box h2 {
  font-size: 40px;
  font-weight: 600;
}
.home .categories .category-box .category-description {
  font-size: 30px;
}
.category-box {
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  height: 303px;

  img {
    transition: 0.8s ease-in-out;
  }
}

.img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}

.category-details {
}
/*.home .categories .category-box .img-wrapper{*/
/*    position: relative;*/
/*    padding-bottom: 80%;*/
/*}*/
/*.home .categories .category-box .img-wrapper img{*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

/* BRANDS */
#brands .brand-box {
  height: 130px;
  width: 180px;
  margin: auto;
  cursor: pointer;
}
#brands .brand-box img {
  height: auto;
}

/*** my account ***/

/** ACCOUNT **/
.woocommerce-account h1 {
  font-weight: bold;
  font-size: 22px;
  width: 250px;
  background: var(--hover-color) !important;
  margin-bottom: 0;
  padding: 20px;
  color: #fff;
}

.woocommerce-MyAccount-navigation {
  width: 250px;
  background: var(--hover-color) !important;
  padding: 0 20px 20px;
  margin-left: 45px;
  color: #fff;
  margin-bottom: 50px;
}

.woocommerce-MyAccount-content {
  width: calc(100% - 295px);
  position: relative;
  top: -40px;
}

.woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.woocommerce-orders-table th,
.woocommerce-orders-table td {
  background: #fff !important;
}

.woocommerce-MyAccount-navigation ul li a::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 24px;
  transition: all 0.4s ease-in-out;
}

fieldset legend {
  font-size: 22px;
  margin-right: 0;
}

fieldset,
fieldset legend {
  padding: 0;
  background: #fff;
}

fieldset {
  padding: 0;
  background: #fff;
}

.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--gift-cards
  a::before {
  content: "\f06b";
}

.addresses header.title a::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 21px;
}

.woocommerce-MyAccount-navigation ul > li {
  margin-bottom: 5px;
}

.woocommerce-Address-title {
  position: static !important;
}

.ywgc-view-order {
  padding: 0;
  margin-left: 3px;
  background: none !important;
  font-weight: normal;
  text-decoration: underline !important;
}

.ywgc-remove-gift-card {
  font-size: 14px;
  margin-right: 3px;
}

.woocommerce-account td,
.woocommerce-account th {
  background: #fff !important;
}

.woocommerce-account td,
.woocommerce-table--order-details tfoot th {
  border-bottom: 1px solid #eaeaea !important;
}

.woocommerce-table--order-details tfoot tr:first-child th,
.woocommerce-table--order-details tfoot tr:first-child td {
  border-top: 3px solid #eaeaea !important;
}

.woocommerce-table--order-details .woocommerce-Price-currencySymbol {
  display: inherit;
}

.woocommerce-MyAccount-content h2 {
  font-size: 22px;
}

.woocommerce-error:before {
  content: "\f071";
  color: #fff;
}

.woocommerce-orders-table td {
  border-bottom: 1px solid #eaeaea !important;
}

.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
  background: none !important;
}

.my_account_orders .button.view::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;

  text-rendering: auto;
  line-height: 1;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.wc-block-components-notice-banner {
  border: 0 !important;
  border-radius: 0 !important;
}

.wc-block-components-notice-banner.is-info {
  background: #eaeaea !important;
}

.wc-block-components-notice-banner.is-info > svg {
  background: #000 !important;
}

/*** LOGIN ****/
/** login **/
.modal-content {
  border-radius: 0px;
  overflow: hidden;
  border: 0;
}

input[type="checkbox"],
input[type="radio"] {
}

.modal-body p:last-child {
  text-align: center;
}

.modal-body p:last-child a {
  text-decoration: underline !important;
  color: inherit;
}

label[for="rememberme"] {
  position: relative;
  top: -2px;
  font-size: 16px;
}

.modal h5 {
  text-align: center;
  margin-top: 10px;
  font-size: 28px;
  margin-bottom: 0;
}

.modal-body {
  text-align: center;
}

.modal-body p {
  margin-bottom: 0;
}

.modal-body form {
  margin-top: 20px;
}

.modal-body label.error,
.you-need-me {
  color: red;
  font-size: 12px;
  padding-right: 10px;
  display: block;
  text-align: right;
}

.you-need-me {
  padding-right: 23px;
}

.modal-header {
  background-size: cover;
  background-position: center center;
  border-radius: 0;
  text-align: center;
  border: 0 !important;
  position: relative;
}

.modal-header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.modal-body .text-center label.error {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 0;
  text-align: center;
}

.modal-title {
  text-align: center;
  font-weight: bold;
}

.modal-header .btn-close {
  left: 15px;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat !important;
  opacity: 1;
}

.modal-header img {
  width: 120px;
  margin: 15px auto;
  border-radius: 0;
  position: relative;
}

.modal-header .btn-close {
  padding: 0;
  margin: 0;
  background-color: transparent !important;
  position: absolute;
  outline: 0 !important;
  width: 15px;
  box-shadow: none !important;
  display: inline-block;
  min-width: 0;
  top: 10px;
  left: -10px;
  cursor: pointer;
}

.modal-dialog {
  max-width: 500px;
}

.form-row .button {
  width: auto;
  padding-top: 11px !important;
  padding-bottom: 9px !important;
}

.home section.products .btn {
  font-size: 14px;
}

.home section.products .title {
  margin-bottom: 0;
}

/** MEDIA QUERIES **/

@media (max-width: 1601px) {
}
@media (max-width: 1401px) {
  ul.products li.product {
    min-height: 390px;
  }

  span.onsale {
    padding: 0px 6px 0px;
    border: 2px solid #20793f;
    z-index: 2;
    font-size: 10px;
  }

  .home ul.products li,
  .home ul.products li.first,
  .home ul.products li.last {
    min-height: 421px;
  }

  .admin-bar .searchMe {
    height: calc(100% - 185px);
    top: 185px;
  }

  .title-wrapper {
    width: calc(24% + 22px);
  }

  .site-main ul.products li.product {
    width: 22.9%;
    margin-left: 2.8%;

    padding: 13px;
  }

  ul.products li.product {
    padding: 13px;
  }

  .info-wrapper .price {
    margin-top: 25px !important;
    text-align: center;
  }

  ul.products li.product .button {
    position: static;
    display: block;
    margin: auto;
  }

  .top-banner {
    width: calc(76% - 22px);
  }

  section.hero:first-of-type {
    height: calc(100vh - 284px);
  }

  .home .categories .category-box h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .home .categories .category-box .category-description {
    font-size: 25px;
  }

  section.hero .title {
    max-width: 720px;
    font-size: 50px !important;
    color: #403c39;
    line-height: 62px;
    text-align: start;
    font-weight: 500;
  }

  .searchMe {
    top: 152px;
    height: calc(100% - 152px);
  }

  .fixed .searchMe {
    top: 76px;
    height: calc(100% - 76px);
  }

  .home ul.products .a-right span,
  .home ul.products .a-left span {
    width: 45px;
    height: 45px;
    background-size: 20px;
  }

  .home ul.products .a-right {
    right: 20px;
  }

  .home ul.products .a-left {
    left: 20px;
  }

  .home main#page {
    padding-top: 95px;
  }

  /*** HEADER ***/

  #logo img {
    height: 62px;
  }

  .archive-top {
    padding-top: 103px;
  }
  .archive.right-sidebar #secondary {
    padding: 35px 15px;
  }

  #menuWrapper ul li {
    font-size: 18px;
    padding: 5px 26px 5px 6px;
  }

  #actions img {
    width: 23px;
  }

  #menuIt {
  }

  /** FOOTER **/

  #bottomLogo img {
    width: 215px;
  }

  /** PRODUCT **/

  .a-left {
    left: -20px;
    background-size: 15px;
  }
  .a-right {
    right: -20px;
    background-size: 15px;
  }

  /** ARCHIVE ***/

  .archive.right-sidebar #secondary {
    width: 24%;
  }

  .archive.right-sidebar #primary {
    width: 76%;
  }

  .archive.right-sidebar #primary {
    padding-left: 1rem;
  }

  .archive.right-sidebar #primary {
    padding-right: 2.5rem;
  }
}

@media (max-width: 1201px) {
  .emilia img {
    height: 14px;
  }

  /*** PRODUCT ***/

  /** ARCHIVE ***/

  .archive.right-sidebar #secondary {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .archive.right-sidebar #primary {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 993px) {
  .review-block {
    float: none !important;
  }

  .sub-title1 {
    font-size: 14px;
  }

  #actions .fire-search img:first-child {
    width: 16px;
  }

  section.hero:first-of-type {
    height: calc(100vh - 150px);
    min-height: 330px;
    padding-bottom: 60px;
  }
  .go {
    z-index: 1;
  }

  .michal-btn-extra {
    font-size: 14px;
  }

  .home ul.products li.product {
    width: 100vw;
  }

  section.hero:before {
    height: 50%;
  }

  .home ul.products .slick-list {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .home ul.products .a-right span,
  .home ul.products .a-left span {
    width: 40px;
    height: 40px;
    background-size: 15px;
  }

  .home ul.products .a-right {
    right: 10px;
  }

  .home ul.products .a-left {
    left: 10px;
  }

  section.text .title br {
    display: none;
  }

  section.text .text p {
    font-size: 16px;
    line-height: 25px;
  }

  .michal-btn-extra:after {
    width: 40px;
    height: 40px;
    background-size: 17px;
  }

  section:not(:first-of-type) .michal-btn {
    font-size: 14px;
    background-size: 22px !important;
    padding: 6px 15px 12px 32px;
    height: 43px;
    min-width: 120px;
  }

  /*** Header ***/
  #menuWrapper {
    position: fixed;
    width: 100%;
    height: calc(100% - 90px);
    right: -100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
    background: #fff;
    top: 90px;
  }

  header.fixed #menuWrapper {
    top: 56px;
    height: calc(100% - 56px);
  }

  .admin-bar #menuWrapper {
    top: 133px;
    height: calc(100% - 133px);
  }

  .admin-bar header.fixed #menuWrapper {
    top: 87px;
    height: calc(100% - 87px);
  }

  #topMsg {
    font-size: 12px;
  }

  #topMsg + header {
    top: 34px;
  }

  .admin-bar #topMsg + header {
    top: 66px;
  }

  .home main#page {
    padding-top: 56px;
  }

  #logo img {
  }

  #logo img,
  header.fixed #logo img {
    height: 40px;
    margin: auto;
  }

  #actions img {
    width: 22px;
  }

  .hamburger.is-active + #menuWrapper {
    right: 0;
    opacity: 1;
    visibility: visible;
  }

  #menuWrapper ul li:not(:last-child) {
    border: 0 !important;
  }

  #menuWrapper ul li {
    font-size: 22px;
    font-weight: normal;
    display: block;
    margin: 0 0 20px;
    padding: 0 !important;
    position: relative !important;
  }

  #menuWrapper ul li a {
    padding: 0 !important;
    display: block;
  }

  .menu-item-has-children {
    position: relative;
  }

  header li.menu-item-has-children:after {
    content: "";
    background: url(assets/images/arrow.svg) no-repeat center center;
    background-size: contain;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    transform: rotate(-90deg);
  }

  header li.menu-item-has-children.open:after {
    transform: rotate(-270deg);
  }

  .sub-menu {
    display: none;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    box-shadow: none !important;
    transition: none !important;
    transform: none !important;
    text-align: right !important;
    padding: 0 0 0 0 !important;
    margin: 0 !important;
    font-family: "Assistant", sans-serif !important;
  }

  #menuWrapper .sub-menu li a {
    font-family: "Assistant", sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px !important;
  }

  .sub-menu li {
    margin-bottom: 0 !important;
  }

  .search-wrapper input {
    width: 330px;
  }

  #registerModal {
    .form-check-label {
      max-width: calc(100% - 25px);
      vertical-align: top;
    }
  }

  .searchMe {
    position: fixed;
    width: 100%;
    height: calc(100% - 90px);
    top: 90px;
  }

  .admin-bar .searchMe {
    top: 134px;
    height: calc(100% - 134px);
  }

  .admin-bar .fixed .searchMe {
    top: 100px;
    height: calc(100% - 100px);
  }

  .fixed .searchMe {
    height: calc(100% - 56px);
    top: 56px;
  }

  /*** FOOTER ****/

  #bottomLogo img {
    width: 215px;
  }

  footer .title,
  .footer-block strong {
    font-size: 20px;
  }

  .gform_confirmation_message {
    font-size: 18px;
  }

  .social a {
    width: 40px;
    height: 40px;
  }

  .social a img {
    transform: scale(0.9);
  }

  .last-small {
    font-size: 13px;
  }

  .last-small ul li {
    padding: 0px 5px;
  }

  .emilia img {
    height: 13px;
  }

  /** PRODUCT **/
  .right-sidebar .content-area main {
    padding-top: 72px;
    margin-top: 25px;
  }

  /*** ARCHIVE **/

  .archive.right-sidebar #primary main {
    padding-top: 0;
    padding: 0 !important;
  }

  .archive-top {
    padding-top: 67px;
  }

  .archive.right-sidebar #secondary {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 0.25rem;
    margin-bottom: 0;
  }

  .woocommerce-ordering {
    float: right;
    margin-bottom: 0;
  }

  .woocommerce-result-count {
    margin: 1px 0;
  }

  .woocommerce-ordering form {
  }

  .woocommerce-ordering select {
    font-size: 14px;
    margin-bottom: 0;
    height: 34px;
  }

  .widget-area .widget:last-child {
    border-bottom: 0;
  }

  .archive.right-sidebar #primary {
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
  }

  .archive.right-sidebar .widget-area::before {
    font-size: 18px;
    margin-bottom: 0px;
  }

  h1 {
    font-size: 32px;
    text-align: center;
  }

  section .title {
    font-size: 32px !important;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .woocommerce-breadcrumb {
    text-align: center;
  }

  .home ul.products li,
  .home ul.products li.first,
  .home ul.products li.last {
    min-height: 106vw;
  }

  footer .gform_wrapper {
    padding-left: 0;
  }

  #newsletter {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  .gform_wrapper.gravity-theme .gform_fields {
    row-gap: 10px;
  }

  footer .gform_wrapper.gravity-theme .gform_footer {
    position: static;
    width: 100%;
    margin-top: 10px !important;
  }

  .title-wrapper {
    width: 100%;
    text-align: center;
  }

  #gil_widget ul li {
    width: 100%;
  }

  .archive.right-sidebar #secondary {
    background: #ededed;
    max-width: calc(100% - 2rem);
    border-radius: 14px;
    margin: 20px auto;
    position: relative;
    left: -1rem;
  }

  .top-banner {
    width: 100%;
    height: auto;
    border-radius: 14px;
    padding-bottom: 50%;
  }

  .title-wrapper .woocommerce-sorting {
    display: none;
  }

  header + .toolbar-container {
    display: block;
  }
  header {
    top: 46px;
  }

  .site-main ul.products li.product {
    max-width: 450px;
    margin: 0 1.4% 30px;
    min-height: 0;
    width: 47.2%;
    float: right;
    padding-bottom: 2rem;
  }

  .admin-bar #topMsg + header {
    top: 80px;
  }

  .admin-bar header.fixed,
  .admin-bar #topMsg + header.fixed {
    top: 46px;
  }

  .admin-bar #menuWrapper {
    top: 134px;
    height: calc(100% - 134px);
  }

  .woocommerce-MyAccount-navigation ul > li a {
    width: 100%;
    height: 43px;
    color: transparent;
    font-size: 0px;
    display: BLOCK;
  }

  .woocommerce-MyAccount-navigation ul li a::before {
    color: #fff;
    margin-left: 10px;
    margin-top: 11px;
  }

  .woocommerce-account table td,
  .woocommerce-account table th {
    padding: 15px;
    font-size: 14px;
  }

  .woocommerce-account
    table.shop_table_responsive
    tr:not(:last-child)
    td:last-child {
    border-bottom-width: 5px !important;
  }

  .woocommerce-button.button.view {
    padding-left: 0;
  }

  .woocommerce-MyAccount-content {
    width: calc(100% - 75px);
    position: relative;
    top: 0;
    float: right;
  }

  .woocommerce-MyAccount-navigation {
    width: 45px;
    margin-left: 30px;
    padding: 0;
    float: right;
  }

  .woocommerce-account h1 {
    background: none !important;
    padding: 0 !important;
    font-size: 22px;
    margin-bottom: 15px;
    text-align: right;
  }
}
@media (max-width: 600px) {
  .admin-bar header.fixed,
  .admin-bar #topMsg + header.fixed {
    top: 0px;
  }
  .admin-bar header.fixed #menuWrapper {
    top: 56px;
    height: calc(100% - 56px);
  }

  .admin-bar .fixed .searchMe {
    top: 66px;
    height: calc(100% - 66px);
  }

  ul.products li.product {
    margin-bottom: 1.5rem;
  }

  section.hero .title {
    font-size: 40px !important;
    line-height: 52px;
  }

  #whatsapp {
    bottom: 1rem;
    right: 1rem;
  }
}

.product .onsale {
  display: none;
}
.post-3238 .onsale,
.post-3237 .onsale,
.post-3922 .onsale,
.post-3923 .onsale,
.post-3924 .onsale,
.post-3925 .onsale,
.post-3926 .onsale,
.post-3927 .onsale,
.post-3928 .onsale,
.post-3929 .onsale {
  display: block;
}
.wc-block-components-address-form label {
  background-color: white;
  padding: 0 10px;
}

.woocommerce-shipping-methods label .fs-upsell {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.35;
  direction: rtl;
  text-align: right;
  opacity: 0.95;
}

.woocommerce-shipping-methods label .fs-upsell-msg {
  display: block;
  margin-bottom: 6px;
}

.woocommerce-shipping-methods label .fs-upsell-bar {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 6px;
}

.woocommerce-shipping-methods label .fs-upsell-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  transition: width 0.25s ease;
}

.woocommerce-shipping-methods label .fs-upsell-numbers {
  display: block;
  font-size: 12px;
  opacity: 0.8;
}
.up-sells.upsells.products {
  clear: both;
}
body.woocommerce-checkout #main.fc-main {
  padding-top: 95px;
}
