/* 1. lilbro custom colors, fonts
2. header
3. footer
4. custom blocks 
5. pages
6. woocommerce customization 
7. category list page style 
8. product page style
9. wishlist page style
10. cart page style
11. profile page style
12. mobile adjustments */

/* lilbro custom colors, fonts */
img {
  content-visibility: auto;
}

.entry-header .entry-title {
  font-size: 4.5rem;
  text-align: center;
  font-weight: 900;
  margin-bottom: 100px;
}

h1, h2, h4, h5 .entry-content h1, .entry-content h2, .entry-content h5, .entry-content h4 {
  font-weight: 900;
  color: #000;
}

h1, .entry-content h1 {
  font-size: 4em;
}

h2, .entry-content h2 {
  font-size: 40.871px;
}

h4, .entry-content h4 {
  font-size: 23px;
}

h6, .entry-content h6 {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

a {
  color: #000;
}

p a {
  color: #EC7A5C;
}

p {
  color: #808080;
}

hr.is-style-wide {
  border-top:1px solid #ebebeb;
  width: 70%;
  margin: auto;
  border-bottom: none;
}

a:hover, a:active, a:focus {
  color: #000;
  opacity: 0.7;
  outline: none;
}

button, a.button, .button, .woocommerce-button.button,
.search .search-submit {
  background-color: #EC7A5C;
  color: #fff;
}

.search .search-submit:hover,
.search .search-submit:active {
  background-color: #EC7A5C;
  opacity: 0.7;
}

input[type="radio"],
input[type="checkbox"] {
  appearance: none;
  background-color: rgba(84,84,84,0.05);
  margin: 0;
  font: inherit;
  color: rgba(84,84,84,0.05);
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid rgba(84,84,84,0.8);
  transform: translateY(-0.075em);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

input[type="radio"],
input[type="radio"]::before {
  border-radius: 50%;
}

input[type="radio"]::before,
input[type="checkbox"]::before {
  content: "";
  width: 9px;
  height: 9px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #EC7A5C;
}

input[type="checkbox"]::before {
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  box-shadow: inset 1em 1em white;
}

input[type="radio"]:checked {
  border-color: #EC7A5C;
  background-color: rgba(84,84,84,0.05);
}

input[type="checkbox"]:checked, 
input[type="checkbox"]:hover:checked, 
input[type="checkbox"]:focus:checked {
  border-color: #EC7A5C;
  background-color: #EC7A5C;
}

input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.form-control + .form-control {
  margin-top: 1em;
}
/* .form-control {
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
} */

.woocommerce-message {
  border-top-color: #EC7A5C !important;
}

.woocommerce-message::before {
  color: #EC7A5C !important;
}

/* header */
.site-header {
  z-index: 70;
}

.site-header.sticky {
  box-shadow: -2px 2px 81px -27px rgb(0 0 0 / 29%);
  position: sticky;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site-header .main-header-bar {
  border: none;
}

.site-header .menu-item {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}

.site-header .site-logo-img img {
  max-height: 50px;
  width: auto;
}

.ast-site-title-wrap {
  display: none;
}

.ast-mobile-header-wrap .ast-button-wrap .ast-mobile-menu-trigger-minimal {
  color: #000;
}

.ast-mobile-header-wrap .ast-button-wrap .ast-mobile-menu-trigger-minimal .ast-mobile-svg {
  fill: #000;
}

.ast-mobile-header-wrap .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus {
  outline: none;
}

.ast-header-break-point .ast-mobile-header-content .submenu-with-border .ico-menu-item {
  display: none;
}

.ast-header-break-point .site-header-section-left .main-header-menu {
  justify-content: space-evenly;
  background-color: white;
  border: none !important;
}

.ast-header-break-point .site-header-section-left .main-header-menu .menu-link {
  border: none !important;
}

.ast-header-break-point .site-header-section-left .main-header-menu .menu-item {
  display: inline-block;
  width: max-content;
}

.ast-header-break-point .site-header-section-left .main-header-menu .wpml-ls-menu-item,
.ast-desktop #primary-site-navigation .wpml-ls-menu-item {
  display: none;
}

.ast-header-break-point .site-header-section-left #secondary_menu-site-navigation .main-header-menu {
  flex-wrap: nowrap;
}

.ast-header-search .search-form .search-field:focus,
.search .search-form .search-field:focus {
  outline: none;
  border-color: #545454;
}

.ast-header-search .search-form .search-field::placeholder {
  color: transparent;
}

/* footer */
.ast-footer-copyright {
  color: #868686;
}

/* custom blocks */
.accordion-container {
  border-radius: 5px;
}

.accordion {
  border-color: #f0f0f0;
  background-color: #f8f8f8;
  color: #666;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  padding-left: 46px;
  position: relative;
}

.accordion::before {
  content: attr(data-content);
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 21px;
}

.accordion-panel {
  padding: 28px 0;
  margin-left: -20px;
  border-color: #f0f0f0;
  background-color: #f8f8f8;
  display: none;
  overflow: hidden;
}

.accordion[data-content="+"]:hover {
  opacity: 0.7;
  background-color: #f0f0f0;
}

.accordion[data-content="-"] {
  border: 1px solid #f0f0f0;
  border-top: none;
  position: relative;
}

.accordion[data-content="-"]::after {
  content: '';
  position: absolute;
  top: 53px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
}

.accordion-container .accordion .title {
  font-weight: 700;
  font-size: 21px;
  line-height: 21px;
  cursor: pointer;
  user-select: none;
  color: #666;
}

.accordion-panel a {
  color: #EC7A5C;
}

.accordion-panel.open {
  display: block;
  cursor: auto;
}

.hero-section {
  position: relative;
  left: 0;
  min-width: 100vw;
  height: 100vh;
  margin-left: calc((-100vw + var(--wp--custom--ast-content-width-size)) / 2 ) !important;
}

.hero-section .background {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 25%;
}

.hero-section .textbox {
  width: 50%;
}

.hero-section .textbox .title {
  font-size: 3em;
  font-weight: 900;
  line-height: 1.13;
  margin-bottom: 35px;
}

.hero-section .textbox:last-child {
  font-size: 1rem;
  line-height: 1.5;
}

.homepage-component {
  padding-top: 50px;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.outer-container {
  background-color: #F0ECE7;
  border-radius: 16px;
  padding: 9px 12px 50px 12px;
  text-align: center;
  height: 100%;
}

.inner-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.img-container {
  background-color: #FFFFFF;
  opacity: 0.8;
  border-radius: 8px;
  margin: 5px;
  box-shadow: #F0ECE7 0px 0px 0px 2px, #FFFFFF 0px 0px 0px 5px;
  margin-bottom: 40px;
  position: relative;
  min-height: 200px;
}

.img-container .product-img {
  position: absolute;
  max-height: 140%;
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0);
  content-visibility: auto;
}

.img-container .multipurpose-img {
  position: absolute;
  max-height: 90%;
  top: 15px;
  left: 50%;
  transform: translate(-50%, 0);
  content-visibility: auto;
}

.icon-container span:first-of-type img {
  width: auto;
  height: 50px;
}

.icon-container span:last-of-type {
  background-color: #EC7A5C;
  padding: 3px 5px 0 5px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.01em;
  border-radius: 5px;
  position: relative;
}

.icon-container span:last-of-type::before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%; /* To the left of the tooltip */
  border-width: 2px;
  border-style: solid;
  border-color: transparent #EC7A5C transparent transparent;
}

.text-container .product-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 32px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #D1B67E;
}

.text-container .multipurpose-title {
  font-size: 41px;
  line-height: 45px;
  letter-spacing: -0.03em;
}

.text-container p {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
}

.text-container h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: #D1B67E;
}

.wishlist_items_true,
.cart_items_true {
  color: #EC7A5C;
}

.homepage-component .text-container .button {
  /* border-radius: 28px; */
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.025em;
  text-decoration: none;
  background: linear-gradient(180deg, #F67757 0%, #EF6F4F 100%);
  box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.2);
  border-radius: 48px;
}

.category-menu {
  overflow: hidden;
  position: relative;
  padding-right: 10px;
}

.category-menu ul {
  overflow-x: auto;
  overflow-y: hidden;
  list-style: none;
  margin-top: 8px;
  margin-left: 0;
  padding-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.category-menu ul::-webkit-scrollbar {
      display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.category-menu ul {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.category-menu ul li:last-of-type {
  margin-right: 40px;
}

.category-menu .scroll-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  padding: 0;
  background: linear-gradient(-90deg, #FFFFFF 0%, #FFFFFF 54.63%, rgba(255, 255, 255, 0) 100%);
}

.category-menu .scroll-btn::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 20%;
  right: 0;
  transform: rotate(45deg);
  width: 18px;
  height: 1px;
  background-color: #EC7A5C;
}

.category-menu .scroll-btn::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 0;
  transform: rotate(-45deg);
  width: 18px;
  height: 1px;
  background-color: #EC7A5C;
}

.category-menu ul li {
  background: #F0ECE7;
  border-radius: 5px;
  min-width: fit-content;
}

.category-menu ul li .click-icon {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #EC7A5C;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  box-shadow: #F0ECE7 0px 0px 0px 1px, rgba(236, 122, 92, 0.4) 0px 0px 0px 2px, #F0ECE7 0px 0px 0px 3px, rgba(236, 122, 92, 0.1) 0px 0px 0px 4px;
}

.category-menu ul li .click-icon::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #EC7A5C;
  background-color: transparent;
  border-radius: 50%;
}

.category-menu ul li .menu-link {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 8px;
  line-height: 8px;
  letter-spacing: 0.125em;
  color: #6C6C6C;
  padding: 12px 9px 11px 9px;
}

.shop-menu ul {
  list-style: none;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-left: 0;
}

.shop-menu ul .category-link {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0;
  border-bottom: 1px solid rgba(84,84,84,0.15);
}

.shop-menu ul .category-link:hover {
  color: #EC7A5C;
  opacity: 1;
  border-bottom: none;
}

.homepage-hero-section {
  min-width: 100vw;
  height: 85vh;
  position: absolute;
  left: 0;
}

.homepage-hero-section .outer-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}

.homepage-hero-section .outer-wrap .textbox,
.homepage-hero-section .outer-wrap .animationbox {
  width: 50%;
}

.homepage-hero-section .outer-wrap .animationbox {
  background-color: #F3F3F3;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.homepage-hero-section .outer-wrap .animationbox .images-loop {
  position: relative;
  min-height: 400px;
}

.homepage-hero-section .outer-wrap .animationbox .product-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-35%, 0);
  visibility: hidden;
  height: 100%;
  scale: 1.5;
}

.homepage-hero-section .outer-wrap .animationbox .product-image.active {
  visibility: visible;
}

.homepage-hero-section .outer-wrap .animationbox .navigation-images {
  display: flex;
  max-width: 200px;
  margin: 0 auto;
}

.homepage-hero-section .outer-wrap .animationbox .navigation-images .navigation {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.homepage-hero-section .outer-wrap .animationbox .navigation-images .navigation.active {
  scale: 1.5;
  margin: 0 15px;
}

.homepage-hero-section .outer-wrap .animationbox .navigation-images .navigation img {
  border-radius: 50%;
  width: 80px;
  height: auto;
}

.homepage-hero-section .outer-wrap .textbox {
  background-color: white;
  padding: 0 89px;
}

.homepage-hero-section .outer-wrap .textbox .title {
  font-weight: 600;
  font-size: 80px;
  line-height: 100%;
  color: #F67757;
}

.homepage-hero-section .outer-wrap .textbox p {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #000000;
}

.homepage-hero-section .outer-wrap .textbox .button {
  text-decoration: none;
  background: linear-gradient(180deg, #F67757 0%, #EF6F4F 100%);
  box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.2);
  border-radius: 48px;
}

.homepage-hero-section + div {
  padding-top: 95vh !important;
}

/* pages */

.search .ast-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: white;
}

.search .ast-row article {
  width: 30%;
  border-bottom: none;
  padding: 0;
}

.search .ast-row article.page::before,
.search .ast-row article.awl_filter_gallery::before {
  content: '';
  background: url('/wp-content/themes/lilbro/favicon.png');
  width: 100px;
  height: 100px;
  display: block;
  background-size: contain;
  margin: auto;
}

.search .ast-row article h2 {
  font-size: 2rem;
}

.search .ast-row article .entry-content {
  display: none;
}

.page-gy-i-k-2 hr {
  margin-top: 50px;
}

.page-gy-i-k-2 .entry-header .entry-title {
  text-transform: uppercase;
}

.page-contact .nf-form-title,
.page-kapcsolat .nf-form-title {
  display: none;
}

.page-atelier iframe,
.page-muhely iframe {
  width: 100%;
  padding: 30px 0;
}

.page-atelier .nf-form-title h3,
.page-muhely .nf-form-title h3 {
  font-weight: 900;
  font-size: 2rem;
}

.yes-js.js_active .ast-plain-container.ast-single-post #primary.no-top-space {
  margin-top: 0;
}

.woocommerce-shop .yith-wcwl-add-to-wishlist,
.yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
  box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
  padding: 5px 10px;
  line-height: 0;
  scale: 0.8;
  opacity: 0;
}

.woocommerce-shop .yith-wcwl-wishlistaddedbrowse a,
.woocommerce-shop .yith-wcwl-wishlistexistsbrowse a {
  color: #EC7A5C;
}

/* woocommerce customization */
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link {
  text-decoration: none;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price {
  margin: 0;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price,
.products .product .price {
  color: #545454;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price ins,
.products .product .price ins {
  visibility: visible;
  color: #EC7A5C;
}

.products .product .astra-shop-summary-wrap .price .price ins,
.wc-block-grid__product .price .price ins{
  display: block;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price del {
  opacity: 0.5;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart {
  margin: 0;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart a,
.products .type-product .astra-shop-summary-wrap .add_to_cart_button {
  color: #EC7A5C;
  background: none;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
}
.woocommerce-shop .yith-wcwl-add-to-wishlist, .yith-wcwl-add-to-wishlist {
    position: absolute;
    top: 45%;
    left: 0%;
    opacity: 1;
}

@media screen and (min-width: 768px){
  .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart a,
  .products .type-product .astra-shop-summary-wrap .add_to_cart_button {
    visibility: hidden;
  }
  .wc-block-grid__products .wc-block-grid__product:hover .wc-block-grid__product-add-to-cart a,
  .products .type-product:hover .astra-shop-summary-wrap .add_to_cart_button {
    visibility: visible;
  }

  .woocommerce-shop .yith-wcwl-add-to-wishlist, .yith-wcwl-add-to-wishlist {
    position: absolute;
    top: 60%;
    left: 50%;
    opacity: 0;
  }
  .woocommerce-shop .products .product:hover .yith-wcwl-add-to-wishlist {
    opacity: 1;
  }
}

.woocommerce-shop .products .type-product .astra-shop-summary-wrap .ast-woo-product-category {
  display: none;
}

.products .product h2 {
  font-weight: 400;
}

/* category list page style */
.woocommerce-page .site-content .widget-area {
  position: fixed;
  width: 100vw !important;
  height: 100vh;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
  margin: 0 !important;
}

.woocommerce-page .site-content .widget-area .sidebar-main {
  background-color: white;
  width: fit-content;
  max-height: 100%;
  overflow-y: auto;
  max-width: 320px;
}

.woocommerce-page .site-content .widget-area .sidebar-main .ast-filter-wrap {
  padding: 50px 0;
  border-right: 1px solid;
  border-color: rgba(84,84,84,0.1);
}

.woocommerce-page .site-content .widget-area .sidebar-main .ast-filter-wrap .widget {
  border-bottom: 1px solid rgba(84,84,84,0.1);
  padding: 35px;
  margin: 0;
}

.woocommerce-page .site-content .widget-area .sidebar-main .ast-filter-wrap .widget_product_tag_cloud .tagcloud a {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  border-radius: 13px !important;
  border-color: rgba(84,84,84,0.8);
  padding: 4px 13px 5px;
  line-height: 1.2;
}

.woocommerce-page .site-content .widget-area .sidebar-main .ast-filter-wrap .widget_product_tag_cloud .tagcloud a:hover {
  color: white;
  background-color: #EC7A5C;
  border-color: #EC7A5C;
  opacity: 1;
}

.wp-block-woocommerce-product-categories ul .wc-block-product-categories-list-item {
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 20px;
}

.woocommerce-page .site-content .widget-area .sidebar-main .widget-title {
  font-size: 13px !important;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

.woocommerce-page .site-content .widget-area .sidebar-main .widget_price_filter .ui-slider-handle,
.woocommerce-page .site-content .widget-area .sidebar-main .widget_price_filter .ui-widget-header {
  background-color: #EC7A5C;
}

.woocommerce-page .site-content .widget-area .sidebar-main .widget_price_filter .price_slider_amount {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.woocommerce-page .site-content .widget-area .sidebar-main .widget_price_filter .price_label {
  color: #545454;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}

.woocommerce-page .site-content .widget-area .sidebar-main .widget_price_filter .button {
  background-color: transparent;
  color: #EC7A5C;
}

.woocommerce-page .site-content .widget-area .sidebar-main .widget_price_filter .button:hover {
  color: #000;
}

.woocommerce-page .site-content .content-area {
  width: 100% !important;
  border-left: none !important;
  padding-left: 0 !important;
}

.woocommerce-page  .woocommerce-result-count,
.woocommerce-page .woocommerce-ordering .orderby {
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  padding-left: 22px;
}

.woocommerce-page  .woocommerce-result-count:hover {
  color: #EC7A5C;
}

.woocommerce-page  .woocommerce-result-count::before {
  content: url('/wp-content/themes/lilbro/images/ico_hamburger.svg');
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 13px;
  height: 13px;
  scale: 0.7;
}

.woocommerce-page .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb a {
  display: inline-block;
  color: rgba(84,84,84,0.55);
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 43px;
  padding-left: 15px;
}

.woocommerce-page .woocommerce-breadcrumb a:hover {
  color: #EC7A5C;
  opacity: 1;
}


.woocommerce-page .woocommerce-pagination .page-numbers li {
  border: none;
}

.search .ast-pagination {
  text-align: left;
  padding-left: 0;
  width: auto;
}

.search .ast-pagination .nav-links .prev,
.search .ast-pagination .nav-links .next {
  visibility: hidden;
}

.search .ast-pagination .nav-links .prev span,
.search .ast-pagination .nav-links .next span {
  visibility: visible;
}

.woocommerce-page .woocommerce-pagination .page-numbers li .page-numbers,
.search .ast-pagination .nav-links .page-numbers {
  background-color: transparent;
  font-weight: 700;
  color: #EC7A5C;
}

.woocommerce-page .woocommerce-pagination .page-numbers li .page-numbers.current,
.search .ast-pagination .nav-links .page-numbers.current,
.search .ast-pagination .nav-links .dots {
  color: #545454;
}

.woocommerce-page .woocommerce-pagination .page-numbers li .page-numbers:hover,
.search .ast-pagination .nav-links .page-numbers:hover {
  color: #545454;
  opacity: 1;
}

.woocommerce-page .astra-shop-thumbnail-wrap:hover .ast-on-card-button {
  display: none;
}

.woocommerce .star-rating span,
.wc-block-grid__product-rating .star-rating span {
  color: #EC7A5C;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating {
  margin: 0;
}

.woocommerce-page .page-title {
  font-size: 4.5rem;
  text-align: center;
  font-weight: 900;
  margin-bottom: 28px;
}

.woocommerce-page .term-description {
  width: 50%;
  margin: auto;
  text-align: center;
}

.home .wp-block-columns {
  padding: 0;
}

/* product page style */
.single-product .woocommerce-message {
  margin-bottom: 2em;
  line-height: 41px;
}

.single-product .woocommerce-message .button {
  background-color: #EC7A5C !important;
}

.single-product .summary .woocommerce-breadcrumb {
  text-transform: uppercase;
  color: #545454;
  margin-bottom: 55px;
  /* font-size: 10px; */
  font-weight: 700;
}

.single-product .summary .woocommerce-breadcrumb a:hover {
  color: #EC7A5C;
  opacity: 1;
}

.single-product .site-content .product .summary .single-product-category {
  display: none;
}

.woocommerce.single-product .product .product_title {
  font-weight: 900;
  font-size: 40.871px;
}

.woocommerce.single-product .product .price {
  color: #EC7A5C;
}
.single-product .product .woocommerce-product-details__short-description p {
  color: #545454;
}

.woocommerce.single-product .product .variations_form .quantity .input-text {
  border: none;
  border-bottom: 2px solid rgba(84, 84, 84, 0.15);
  font-weight: 700;
}

.woocommerce.single-product .product .variations_form .single_add_to_cart_button.button {
  width: 100%;
  background-color: #EC7A5C;
  font-weight: 700;
  text-transform: uppercase;
  padding: 18px 1rem 15px;
  font-size: 10px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.woocommerce.single-product .product .variations_form .single_add_to_cart_button:hover {
  background-color: #EC7A5C;
  opacity: 0.7;
}

.woocommerce.single-product .product .variations_form .single_add_to_cart_button.disabled .price-on-button {
  display: none;
}

.woocommerce.single-product .product .variations_form .single_add_to_cart_button .price-on-button {
  margin-bottom: 10px;
  color: white;
  font-weight: 400;
  font-size: 21px;
  display: block;
}

.woocommerce.single-product .product .product_meta {
  display: flex;
  flex-direction: column;
}

.woocommerce.single-product .product .product_meta:first-child {
  display: block;
}

.woocommerce.single-product .product .product_meta span,
.woocommerce.single-product .product .product_meta span a {
  text-transform: uppercase;
  color: rgba(84,84,84,0.55);
  font-weight: 700;
  font-size: 10px;
}

.woocommerce.single-product .product .product_meta span a:hover {
  color: #EC7A5C;
  opacity: 1;
}

.woocommerce.single-product  .yith-wcwl-add-button a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}

.woocommerce.single-product .site-main .woocommerce-tabs .wc-tabs li.active:before,
.woocommerce .site-main .ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li:hover::before {
  background: #EC7A5C;
}

.woocommerce.single-product .site-main .woocommerce-tabs .wc-tabs li a {
  color: rgba(0,0,0,0.35);
  text-transform: uppercase;
  font-weight: 700;
  /* font-size: 13px; */
}

.woocommerce.single-product .site-main .woocommerce-tabs .wc-tabs li.active a {
  color: #000;
}

.woocommerce.single-product .up-sells > h2,
.woocommerce.single-product .related > h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 45px;
}

.woocommerce.single-product #review_form_wrapper #review_form {
  border: none;
  padding: 0;
}

.woocommerce.single-product #review_form_wrapper #review_form #lang-comments-link {
  text-decoration: none;
}

.comment-respond .comment-reply-title {
  font-size: 28px;
  font-weight: 700;
  color: #000;
}

.comment-form .comment-notes {
  color: #545454;
}

.woocommerce.single-product #review_form .comment-form .comment-form-rating {
  flex-direction: column;
}

.woocommerce.single-product #review_form .comment-form label {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #545454;
}

.woocommerce.single-product #review_form .comment-form .comment-form-rating .stars a {
  color: #EC7A5C;
}

.woocommerce div.product #reviews .comment-form-author,
.woocommerce div.product #reviews .comment-form-email {
  width: 100%;
}

.woocommerce #reviews #review_form input {
  display: block;
}

.woocommerce.single-product #review_form .comment-form label:last-child {
  color: #000;
}

.woocommerce.single-product #review_form .comment-form .form-submit #submit {
  background-color: #EC7A5C;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.2em;
}

.woocommerce.single-product .variations_form .woocommerce-variation-price .price {
  color: white;
  font-weight: 400;
  font-size: 21px;
}

.woocommerce.single-product .product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
}

.woocommerce.single-product .product .woocommerce-product-gallery .flex-control-thumbs li {
  margin: 0;
  float: none;
}

.woocommerce.single-product .product .variations .attribute-swatch {
  display: none;
}

.woocommerce.single-product .product .variations .attribute-swatch.open {
  position: fixed;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #FFFFFF;
  bottom: 5%;
  width: 40%;
  z-index: 85;
  padding: 15px 0;
  border-top: 3px solid #DBDBDB;
  box-shadow: 0px -4px 24px rgba(0, 0, 0, 0.25);
  border-radius: 13px;
  pointer-events: all;
  max-height: 90%;
  overflow-y: scroll;
  max-width: 560px;
  padding-bottom: 150px;
}

/* scrollbar customization */
.attribute-swatch.open::-webkit-scrollbar {
  background-color: #fff;
  width: 15px;
  border-radius: 13px;
}

/* scrollbar itself */
.attribute-swatch.open::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 4px solid #fff;
}

/* set button(top and bottom of the scrollbar) */
.attribute-swatch.open::-webkit-scrollbar-button {
  display:none;
}

.woocommerce div.product form.cart .variations .attribute-swatch.open .swatchinput {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zoom-icon {
  position: absolute;
  top: 7px;
  right: 7px;
  user-select: none;
}

#image-modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: auto;
}

#image-modal img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  transform: translate(-50%, -50%);
}

.woocommerce div.product form.cart .variations .attribute-swatch.open .swatchinput label {
  border: 1px solid rgba(0, 0, 0, 0.22) !important;
  outline: none !important;
  margin: 15px 0;
}

.woocommerce div.product form.cart .variations .attribute-swatch.open .swatchinput label.wcva_image_label {
  width: 120px !important;
  height: 80px !important;
  background-size: cover;
  position: relative;
}

.woocommerce div.product form.cart .variations .attribute-swatch.open .swatchinput label.selectedswatch {
  outline: 3px solid #EC7A5C !important;
  opacity: 1;
}

.woocommerce div.product form.cart .variations .attribute-swatch.open .swatchinput label.selectedswatch + span {
  color: #EC7A5C;
}

.woocommerce div.product form.cart .variations .attribute-swatch.open .swatchinput span {
  width: 100% !important;
  text-align: center;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  color: #000000;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0.6;
  z-index: 80;
  background-color: black;
}

.modal-button-container {
  display: inherit;
  position: fixed;
  bottom: 40px;
  max-width: 560px;
  width: 50%;
}

.close, .select {
  margin: 15px 10%;
  border-radius: 3px;
  font-weight: 700;
}

.close:hover, .select:hover {
  opacity: 0.6;
  border-color: #EC7A5C;
}

.close:hover,
.close:focus {
  background-color: #EBEBEB;
  color: #EC7A5C;
}

.select:hover,
.select:focus {
  background-color: #EC7A5C;
}

.close {
  color: #EC7A5C;
  background: #EBEBEB;
  border: 1px solid #EC7A5C;
}

.wcva_attribute_sep, .wcva_selected_attribute  {
  display: none;
}

.woocommerce.single-product .product .variations_form .variations {
  border-bottom: none;
}

.woocommerce.single-product .product .variations_form .reset_variations {
  color: #EC7A5C;
  opacity: 1;
  line-height: 1.4;
  font-weight: 700;
}

.reset_variations:hover {
  color: #000;
  opacity: 1;
}

body.overlayOn {
  pointer-events: none;
  overflow: hidden;
}

.variations_form .wcva-single-select, 
.variations_form .wcva-standard-select, 
.woocommerce.single-product .variations_form .wapf-input {
  color: #EC7A5C;
  font-size: 13px;
  font-weight: 700;
  padding: 8px;
  line-height: 45px;
  border: 1px solid #E3B4AB;
}

.woocommerce.single-product .variations_form .wapf-input:focus-visible {
  outline-color: #EC7A5C;
}

.variations_form .swatchtitlelabel {
  font-weight: 400;
}

.variations .value {
  position: relative;
}

#selectedMaterial {
  width: 45px;
  position: absolute;
  top: 8px;
  left: 10px;
}

.selectedValue {
  padding-left: 65px !important;
}

/* wishlist page style */
.woocommerce-wishlist .wishlist-title-container {
  display: none;
}

.woocommerce-wishlist #main {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-message {
  margin-bottom: 200px;
}


.woocommerce-wishlist.empty-woocommerce-wishlist #main .entry-header {
  padding-bottom: 200px;
}

.woocommerce-wishlist #yith-wcwl-form {
  padding: 0 200px;
}

.woocommerce-wishlist.empty-woocommerce-wishlist #yith-wcwl-form {
  padding: 0;
}

#yith-wcwl-form .wishlist_table {
  border: none;
}

.woocommerce-wishlist #yith-wcwl-form .wishlist_table .product-name a,
.woocommerce-wishlist #yith-wcwl-form .wishlist_table .product-price {
  font-size: 13px;
}

.woocommerce-wishlist #yith-wcwl-form .wishlist_table .wishlist-items-wrapper .product-price {
  color: rgba(84,84,84,0.8);
  font-weight: 700 !important;
  text-align: center;
}

.woocommerce-wishlist #yith-wcwl-form .wishlist_table .wishlist-items-wrapper .product-price .price {
  margin-bottom: 0;
}

.woocommerce-wishlist #yith-wcwl-form .wishlist_table .wishlist-items-wrapper .product-stock-status span {
  color: #000;
  border: 2px solid;
  font-size: 10px;
  padding: 3px 5px 1px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1px;
}

.woocommerce-wishlist #yith-wcwl-form .wishlist_table .wishlist-items-wrapper .add_to_cart_button {
  font-size: 13px;
  font-weight: 600;
  color: white;
  background-color: #EC7A5C;
  line-height: 19px;
  text-align: center;
  padding: 18px 1rem 15px;
}

#yith-wcwl-form .wishlist_table thead {
  display: none;
}

#yith-wcwl-form  .wishlist-empty {
  border-top: none;
  position: relative;
}

#yith-wcwl-form .wishlist-empty::before {
  content: url('/wp-content/themes/lilbro/images/ico_heart.svg');
  text-align: center;
  display: inline-block;
  position: absolute;
  top: -70px;
  left: 50%;
  scale: 6;
  transform: translate(-3px, 0);
}

.woocommerce-cart .entry-content .woocommerce .cart-empty {
  border: none;
  background: none;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  padding: 0;
}

/* 10. cart page style */

.woocommerce-cart .entry-content .woocommerce .cart-empty::before {
  display: none;
}

.woocommerce-cart .entry-content .woocommerce .return-to-shop .button {
  color: #EC7A5C;
  background-color: transparent;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #EC7A5C;
  text-transform: uppercase;
}

.woocommerce-cart .entry-content .woocommerce {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  position: relative;
}

.woocommerce-cart.empty-woocommerce-cart .entry-content .woocommerce {
  padding-top: 100px;
}

.woocommerce-cart.empty-woocommerce-cart .entry-content .woocommerce::before {
  content: url('/wp-content/themes/lilbro/images/ico_cart.svg');
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 50%;
  scale: 6;
  transform: translate(-3px, 0);
}

.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form {
  width: 65%;
}

.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table {
  border: none;
}

.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form thead {
  display: none;
}

.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .product-name a {
  font-size: 16px;
  font-weight: 700;
}

.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .product-name .variation {
  font-size: 13px;
  line-height: 24px;
  color: #545454;
}

.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .product-name .variation dt {
  font-weight: 400;
  text-transform: uppercase;
}

.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .product-name .variation dd p {
  font-weight: 700;
}

.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .product-price .amount,
.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .product-subtotal span {
  font-size: 16px;
  font-weight: 700;
  color: rgba(84,84,84,0.8);
}

.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .product-subtotal span {
  color: #000;
}

.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .quantity input {
  border: none;
  border-bottom: 2px solid rgba(84,84,84,0.15);
  padding: 8px 0 8px 8px;
  font-weight: 700;
  color: #000;
}

.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .actions {
  padding-top: 40px;
}

.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .actions .coupon {
  border-bottom: 1px solid rgba(84,84,84,0.05);
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 calc( 5% + 15px) 40px calc( 5% + 15px);
}

.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .actions .coupon input {
  color: #545454;
  border: none;
  font-weight: 900;
  font-size: 14px;
  border-bottom: 1px solid black;
}

.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .actions .coupon .button {
  color: #000;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 !important;
}

.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .actions .coupon .button:hover {
  color: #EC7A5C;
}

.woocommerce-cart .entry-content .woocommerce .cart-collaterals,
.woocommerce-checkout .woocommerce-checkout-review-order {
  width: 35%;
  display: flex;
  flex-direction: column;
  background-color: rgba(84,84,84,0.05);
}

.woocommerce-checkout .woocommerce-checkout-review-order {
  border: 0 !important;
  padding: 0 !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order .shop_table,
.woocommerce-checkout .woocommerce-checkout-payment {
  padding: 2em;
}

.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper,
.woocommerce-terms-and-conditions-checkbox-text {
  font-size: 12px;
  line-height: 1.4285em;
  font-weight: normal;
  text-transform: initial;
  color: #545454;
}

.woocommerce-cart .entry-content .woocommerce .cart-collaterals::before,
.woocommerce-cart .entry-content .woocommerce .cart-collaterals::after,
.woocommerce-checkout .woocommerce-checkout-review-order::before,
.woocommerce-checkout .woocommerce-checkout-review-order::after {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  position: relative;
  background-color: transparent;
  background-size: 20px 20px;
  background-position: 0 10px, 40px 40px;
  background-image: radial-gradient(closest-side, transparent 9px, rgba(84,84,84,0.05) 100%);
}

.woocommerce-cart .entry-content .woocommerce .cart-collaterals::before,
.woocommerce-checkout .woocommerce-checkout-review-order::before {
  top: -10px;
}

.woocommerce-cart .entry-content .woocommerce .cart-collaterals::after,
.woocommerce-checkout .woocommerce-checkout-review-order::after {
  transform: rotate(180deg);
  bottom: -10px;
}

.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cross-sells,
.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  margin-bottom: 0;
  border: none;
  padding: 40px;
}

.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cross-sells {
  padding-bottom: 0;
}

.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals {
  padding-top: 0;
}

.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cross-sells h2,
.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals h2 {
  background-color: inherit;
  padding: 0;
  margin-bottom: 15px;
  font-weight: 900;
  color: #000;
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
}

.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cross-sells h2 {
  border-bottom: none;
}

.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals h2 {
  padding-bottom: 15px;
  margin: 0;
}

.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shop_table,
.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shop_table th,
.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shop_table td span {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  border: none;
  color: #000;
}

.woocommerce-shipping-destination,
.woocommerce-shipping-destination strong {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  margin: 15px 0;
  text-transform: initial;
}

.shipping-calculator-button {
  font-size: 13px;
  color: #EC7A5C;
}

.shipping-calculator-button:hover {
  color: #EC7A5C;
  opacity: 0.7;
}

.empty-woocommerce-cart .woocommerce {
  flex-direction: column;
}

.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shop_table .order-total th {
  border-top: 1px solid #E5E5E5;
}

.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shop_table .shipping th,
.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shop_table .shipping td {
  border: none;
}

.woocommerce-cart .entry-content .woocommerce .shop_table_responsive td {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-cart .entry-content .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}

.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .checkout-button,
.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .button {
  width: 100%;
  background-color: #EC7A5C !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 18px 1rem 15px;
  font-size: 13px;
  align-items: center;
}

.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .checkout-button:hover,
.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .button:hover {
  opacity: 0.7;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  border: none;
  text-align: center;
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  color: #000;
  font-weight: 700;
  font-size: 16px;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
  text-transform: uppercase;
  color: #EC7A5C;
  margin-left: 8px;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info::before,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
  display: none;
}

.woocommerce-checkout .checkout.woocommerce-checkout {
  margin-top: 45px;
}

.woocommerce-checkout .checkout.woocommerce-checkout #customer_details h3 {
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 23px;
  padding: 0;
}

.woocommerce-checkout .entry-title {
  margin-bottom: 28px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
  flex-direction: column;
  align-items: flex-start !important;
}

.woocommerce-page.woocommerce-checkout #payment .payment_box.payment_method_cod {
  background-color: transparent;
  line-height: 1.538em;
  padding: 0 12px;
  margin: 0;
  font-size: 12px;
}

.woocommerce-page.woocommerce-checkout #payment .payment_box.payment_method_cod::before {
  display: none;
}

.woocommerce-checkout .checkout.woocommerce-checkout input,
.woocommerce-checkout .checkout.woocommerce-checkout select,
.woocommerce-checkout .checkout.woocommerce-checkout textarea {
  font-weight: 700;
}

.woocommerce-checkout .checkout.woocommerce-checkout input[type="text"]::placeholder,
.woocommerce-checkout .checkout.woocommerce-checkout textarea::placeholder {
  opacity: 0.8;
  font-weight: 400;
}

.woocommerce-checkout .woocommerce form .form-row {
  padding: 5px 0;
}

.woocommerce-checkout .woocommerce form .form-row .input-checkbox {
  display: inline-flex;
  margin: 0;
}

#order_review_heading {
  display: none;
}

/* 11. profile page style */
.woocommerce-account .entry-title,
.woocommerce-account .u-column1 h2,
.woocommerce-account .u-column2 h2 {
  display: none;
}

.woocommerce-account.logged-in .entry-title {
  display: block;
}

.woocommerce-account h1 {
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}

.woocommerce-account .woocommerce-form-register {
  display: none;
}

.woocommerce-account .registerTitle {
  opacity: 0.55;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2 {
  margin: auto;
  float: none !important;
}

.woocommerce-account .woocommerce-form {
  border: none !important;
}

.woocommerce-account .woocommerce-form label,
.woocommerce-checkout .checkout.woocommerce-checkout label,
.woocommerce-account .woocommerce-form .lost_password {
  text-transform: uppercase;
  font-size: 13px;
  color: #545454;
  font-weight: 700;
}

.woocommerce-account .woocommerce-form .lost_password {
  color: #EC7A5C;
}

.woocommerce-account .woocommerce-form .lost_password a:hover {
  opacity: 0.7;
  color: #EC7A5C;
}

.woocommerce-account .woocommerce-form .woocommerce-button.button {
  background-color: #EC7A5C;
  color: #fff;
  text-transform: uppercase;
}

.woocommerce-account .woocommerce-form .woocommerce-button.button:hover {
  opacity: 0.7;
}

.woocommerce-form-login .form-row:last-of-type {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  padding-top: 20px;
  padding-bottom: 10px;
}

.woocommerce-account .woocommerce-form .lost_password {
  position: absolute;
  bottom: 10px;
  right: 0;
  margin-bottom: 0;
}

.woocommerce-form-login__rememberme {
  padding-top: 10px;
}

.woocommerce-account.logged-in h1 {
  cursor: inherit;
}

.woocommerce-account.logged-in .ast-container {
  padding: 0 60px;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  clear: both;
  display: block;
  float: none;
  margin: 0 auto 4rem;
  max-width: 800px;
  width: 100%;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content a:hover {
  color: #EC7A5C;
  opacity: 0.7;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-info {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  color: #EC7A5C;
  gap: 15px;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-info .button {
  color: #EC7A5C;
  border-bottom: 1px solid #EC7A5C;
  background-color: transparent;
  text-transform: uppercase;
  padding: 15px 0;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-info::before {
  display: none;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
  width: 100%;
  float: none;
  margin-bottom: 60px;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
  display: flex;
  justify-content: center;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
  border: none;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin: 0 12px 5px;
  padding: 5px 0px;
  border-bottom: 1px solid rgba(84,84,84,0.15);
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:hover {
  color: #EC7A5C;
  border-bottom: none;
  background-color: unset;
  opacity: 1;
}

.woocommerce-account.logged-in .woocommerce-Addresses {
  display: flex;
}

.woocommerce-account.logged-in .woocommerce-Address .title,
.woocommerce-account.logged-in .woocommerce-Address address {
  border: none;
  background-color: transparent;
}

.woocommerce-account.logged-in .woocommerce-Address .title a {
  color: #EC7A5C;
  padding: 0;
}

.woocommerce-account.logged-in .woocommerce-Address .title h3 {
  color: #000;
  font-size: 23px;
  font-weight: 900;
  padding: 0;
}

.woocommerce-account.logged-in .woocommerce-EditAccountForm .form-row-first,
.woocommerce-account.logged-in .woocommerce-EditAccountForm .form-row-last {
  float: none;
  width: 100%;
}

.woocommerce-account.logged-in .woocommerce-EditAccountForm legend {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 30px 0 13px;
  margin: 0;
  border: none;
  color: #545454;
}

.woocommerce-EditAccountForm label {
  text-transform: uppercase;
  color: #545454;
}

.woocommerce-EditAccountForm input {
  color: #444;
  height: 2.5rem;
  font-size: 14px;
  font-weight: 700;
}

.woocommerce-EditAccountForm em {
  font-style: normal;
  font-size: 13px;
  color: #545454;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button,
.woocommerce-account.logged-in.woocommerce-payment-methods .woocommerce-MyAccount-content .button {
  color: white;
  background-color: #EC7A5C;
  text-transform: uppercase;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button:hover,
.woocommerce-account.logged-in.woocommerce-payment-methods .woocommerce-MyAccount-content .button:hover {
  opacity: 0.7;
}

.woocommerce-account.logged-in.woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-info {
  padding: 0;
  color: #545454;
}
.woocommerce-info {
    border-top-color: #EC7A5C;
    line-height: 3em;
}
.woocommerce-message::before, .woocommerce-info::before {
    color: #EC7A5C;
}
.woocommerce-info .button.flexible-shipping-free-shipping-button{
    background: #EC7A5C;
}
.woocommerce-info .button.flexible-shipping-free-shipping-button:hover{
    background: #f09f8b;
}
.flexible-shipping-notice-container {
    width: 100%;
}

@media only screen and (max-width: 1032px) {
  .modal-button-container {
    grid-column-end: 3;
  }

  .woocommerce.single-product .product .variations .attribute-swatch.open {
    grid-template-columns: 1fr 1fr;
  }
}

/* 12. mobile adjustments */
@media only screen and (max-width: 921px) {
  .woocommerce.single-product .product .variations .attribute-swatch.open {
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 13px 13px 0 0;
  }

  .woocommerce.single-product .product .variations_form {
    background: #F8F8F8;
    border: 1px solid #E0E0E0;
    border-radius: 7px;
    padding: 15px 10px;
  }

  .woocommerce.single-product .product .variations_form::before {
    content: attr(data-title);
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #5E5E5E;
    padding-bottom: 15px;
  }

  .woocommerce.single-product .product .summary {
    display: flex;
    flex-direction: column;
  }

  .woocommerce-breadcrumb {
    order: 1;
  }

  .product_title {
    order: 2;
  }

  .woocommerce-product-rating {
    order: 3;
  }

  .price {
    order: 4;
  }

  .woocommerce-product-details__short-description {
    order: 5;
  }

  .woocommerce-product-gallery {
    order: 6;
  }

  .variations_form {
    order: 7;
  }

  .product_meta {
    order: 8;
  }

  .yith-wcwl-add-to-wishlist {
    order: 9;
  }

  .woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form,
  .woocommerce-cart .entry-content .woocommerce .cart-collaterals {
    width: 100%;
  }

  .woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
    border: none;
  }

  .homepage-hero-section {
    height: max-content;
  }

  .homepage-hero-section .outer-wrap {
    flex-direction: column;
    height: unset;
  }

  .homepage-hero-section .outer-wrap .textbox,
  .homepage-hero-section .outer-wrap .animationbox {
    width: 100%;
  }

  .homepage-hero-section .outer-wrap .textbox {
    padding: 50px;
    background-color: #F3F3F3;
    text-align: center;
  }

  .homepage-hero-section .outer-wrap .textbox .title {
    font-size: 40px;
  }

  .homepage-hero-section .outer-wrap .textbox p {
    font-size: 16px;
  }

  .homepage-hero-section .outer-wrap .textbox .button {
    font-size: 14px;
  }

  .homepage-hero-section .outer-wrap .animationbox .navigation-images {
    margin: 40px auto;
  }

  .homepage-hero-section .outer-wrap .animationbox .images-loop {
    min-height: 200px;
  }

  .woocommerce-wishlist #yith-wcwl-form {
    padding: 0;
  }

  .woocommerce-wishlist.empty-woocommerce-wishlist #main .entry-header {
    padding-bottom: 0;
  }

  .shop-menu ul {
    flex-wrap: wrap;
  }

  .hero-section {
    margin-left: -20px !important;
  }

  .hero-section .background {
    padding: 0 20px;
  }

  .hero-section .background .textbox {
    width: 100%;
  }

  .category-menu ul {
    justify-content: unset;
  }

  .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
  .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    justify-content: center;
  }

  .woocommerce-checkout .woocommerce-checkout-review-order {
    width: 100%;
  }

  .woocommerce-page.woocommerce-checkout form #order_review td {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
  }

  .modal-button-container {
    display: inherit;
    grid-column-start: 1;
    grid-column-end: 4;
    position: fixed;
    bottom: 0;
    width: 100%;
  }

  /* homepage */
  .home .wp-block-handpicked-products .wc-block-grid__products {
    display: flex;
  }

  .home .wp-block-handpicked-products .wc-block-grid__products .wc-block-grid__product {
    flex: 0 0 50%;
    margin-right: 0;
    margin-left: 0;
  }

  .home .wp-block-columns .wp-block-column {
    flex-basis: 45% !important;
    margin-bottom: 0;
  }

  .home .wp-block-columns {
    column-gap: 15px;
  }
  
  .home .homepage-component .text-container .icon-container,
  .home .homepage-component .text-container p {
    display: none;
  }

  .home .homepage-component .multipurpose-title {
    font-size: 30px;
  }

  .home .wp-block-columns.three-col-desktop .wp-block-column:not(:last-of-type) .img-container {
    min-height: 100px;
  }

  .search .ast-row article {
    width: 50%;
  }

  .accordion::before {
    top: 17px;
  }

  .smallHeight .homepage-hero-section + div {
    padding-top: 130vh !important;
  }

  .mediumHeight .homepage-hero-section + div {
    padding-top: 115vh !important;
  }

  .bigHeight .homepage-hero-section + div {
    padding-top: 70vh !important;
  }

  .homepage-hero-section + div {
    padding-top: 105vh !important;
  }

  .woocommerce-page .term-description {
    width: 100%;
  }

  .archive .woocommerce-products-header__title {
    font-size: 2.5em;
  }

  /* mobile search bar */
  .ast-search-menu-icon.ast-dropdown-active {
    position: absolute;
    left: 30px;
  }

  .ast-logo-title-inline .ast-site-identity {
    display: block;
  }
  .woocommerce-info {
        line-height: 1.5em;
        text-align: left;
  }
}
@media only screen and (max-width: 544px) {
    .site-logo-img {
        display: flex;
        width: 50px;
        /*padding-top: 3px;*/
    }
}
.fs-free-shipping-notice-progress-bar-wrapper .fs-free-shipping-notice-progress-bar {
    border: 1px solid #ec7a5c;
    border-radius: 10px;
    height: 10px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    width: 100%;
}

.fs-free-shipping-notice-progress-bar-wrapper .fs-free-shipping-notice-progress-bar>span {
    background-color: #ec7a5c;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.main-navigation #ast-hf-menu-1 .menu-item-object-wpml_ls_menu_item {
    display: none;
}

@media only screen and (max-width: 921px) {
	.main-navigation #ast-hf-menu-1 .menu-item-object-wpml_ls_menu_item {
    	display: block;
	}
}