/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* Reset Elementor Default */
a,
a:hover {
  color: unset;
}

p,
h2 {
  margin-block-end: 0;
  margin-block-start: 0;
}

.elementor-icon {
  display: block;
}

.footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer-container .container-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-grow: 0;
  flex-basis: auto;
}

.container-item .icon {
  display: block;
  width: 36px;
  height: 36px;
}

.footer-container>* {
  flex-grow: 0 !important;
}


ul {
  padding: 0;
}

ul li {
  list-style: none;
}

.max-height-200 img {
  max-height: 200px !important;
  width: auto;
}

/* Reset WooCommerce */
.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button,
section.related.products a.button.product_type_simple {
  display: none;
}

.woocommerce-loop-product__title {
  padding: 0 !important;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0 !important;
}

/* GENERAL */
/* Text */
.text--accent {
  color: #757575;
  font-family: "Red Hat Display", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 1px;
}

.text--accent:hover {
  color: #757575;
}

/* Header */
search.e-search svg {
  padding-right: 10px;
}

.sticky-logo img {
  width: 225px;
  transition: width 0.3s ease;
}

.elementor-sticky--effects .sticky-logo img {
  /* Shrink logo when user scrolls down */
  width: 175px;
}

.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-container {
  margin-top: 0px;
}

.premium-mobile-menu-outer-container {
  background-color: #000 !important;
}

.premium-mobile-menu-container ul li:nth-of-type(5) {
  display: none;
}

.premium-mobile-menu-container ul li:nth-of-type(4) {
  padding-bottom: 25px;
}

/* Apply padding to the top of the 6th list item */
.premium-mobile-menu-container ul li:nth-of-type(6) {
  border-top: 1px solid #fff;
  padding-top: 25px;
}

/* Remove default bullets and prepare for hover effect */
.premium-mobile-menu-container ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.premium-nav-menu-item .premium-menu-link {
  transition: none;
}

a.premium-sub-menu-link {
  padding-left: 25px !important;
}

/* Define the ::before pseudo-element in its default (hidden) state */
.premium-mobile-menu-container ul li:not(:first-child) a::before {
  content: "•";
  /* Bullet character */
  position: absolute;
  /* Position relative to the li */
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #fff;
  background-color: transparent !important;
  opacity: 0;
  /* Hidden by default */
  pointer-events: none;
}

/* Reveal the bullet and bold the text on hover */
.premium-mobile-menu-container ul li:not(:first-child) a:hover::before {
  opacity: 1;
  /* Show the bullet on hover */
}

.premium-mobile-menu-container ul li a:hover {
  font-weight: 500 !important;
  /* Bold the text on hover */
}

/* Menu Hover */
.custom-menu li {
  position: relative;
}

a.custom-menu-item::before {
  content: "•";
  /* Bullet character */
  width: 20px;
  height: 22px;
  font-size: 40px;
  color: #757575;
  background-color: transparent !important;
  opacity: 0;
  /* Hidden by default */
  pointer-events: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: -20px;
  /* Match the width of content */
}

.custom-menu a.custom-menu-item:hover::before {
  opacity: 1;
  /* Show the bullet on hover */
}

.custom-menu a.custom-menu-item:hover {
  font-weight: 500;
}

/* ACTIVE STYLES */
.premium-mobile-menu-container ul li a.black-bg-current-menu-item::before {
  opacity: 1 !important;
  /* Show the bullet */
}

.premium-mobile-menu-container ul li a.black-bg-current-menu-item {
  font-weight: 500 !important;
  color: #fff;
}

.custom-menu li a.white-bg-current-menu-item {
  font-weight: 500 !important;
  color: #757575;
}

.custom-menu li a.white-bg-current-menu-item::before {
  opacity: 1 !important;
  /* Show the bullet */
}

/* Buttons */
#home-slider .swiper-slide-bg {
  background-color: #ffffff !important;
}

#home-slider .swiper-slide-contents div.elementor-slide-button,
#home-slider-mobile .swiper-slide-contents div.elementor-slide-button,
#home-slider .swiper-slide-contents a.elementor-slide-button,
#home-slider-mobile .swiper-slide-contents a.elementor-slide-button {
  cursor: pointer;
  border: none;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
  text-decoration-color: #757575 !important;
  padding: 15px 15px 15px 0px !important;
}

#home-slider .swiper-slide-contents div.elementor-slide-button:hover,
#home-slider-mobile .swiper-slide-contents div.elementor-slide-button:hover,
#home-slider .swiper-slide-contents a.elementor-slide-button:hover,
#home-slider-mobile .swiper-slide-contents a.elementor-slide-button:hover {
  text-decoration: none;
}

.button--hover a,
.button--hover .e-n-accordion-item-title-text {
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
  text-decoration-color: #757575 !important;
}

.button--hover a:hover,
.button--hover .e-n-accordion-item-title-text:hover {
  text-decoration: none;
}

.button-reverse--hover a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
  text-decoration-color: #757575 !important;
}

/* Forms */
.button--underline button {
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
  text-decoration-color: #757575 !important;
}

.button--underline button:hover {
  text-decoration: none;
}

/* Accordion */
summary.e-n-accordion-item-title {
  /* Jewelry Care */
  justify-content: space-between !important;
}

.accordion--text-center h5,
.accordion--text-center p,
.accordion--text-center ul li {
  text-align: center;
}

.accordion--padding,
.accordion--padding ul li {
  padding: 5px 0 5px 0;
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
  margin-top: 3px;
}

/* Video */
div.video {
  max-height: 168px;
  width: auto !important;
}

/* Images */
.image-container {
  display: flex;
  align-items: stretch;
}

.image-container img {
  height: 100%;
  width: auto;
  object-fit: cover;
  display: block;
}

/* Swiper Slide Image */
.image-carousel .swiper-slide-image {
  max-height: 500px;
}

/* Prev Next Buttons */
.prev-next--text {
  color: #757575;
  font-family: "Red Hat Display", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 1px;
}

.prev-next-buttons {
  display: flex;
  justify-content: space-between;
}

/* WooCommerce Product Grid */
#collection-products ul.products {
  border-left: 1px solid #757575;
}

#collection-products .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #fff;
  color: #757575;
}

#collection-products nav.woocommerce-pagination ul li a:hover,
#collection-products nav.woocommerce-pagination ul li a:focus {
  background: #757575;
  color: #fff;
}

.woocommerce ul.products li.product a img:hover {
  transition: transform 0.2s;
  transform: scale(1.1);
}

.woocommerce ul.products li.product a {
  overflow: hidden;
}

#home-products .woocommerce ul.products li.product a img:hover {
  transition: none;
  transform: none;
}

.woocommerce ul.products li.product a img {
  width: 100%;
  margin: 0;
  padding: 0;
  max-height: 265px !important;
  object-fit: contain;
}

.product-sku {
  color: #757575;
  font-family: "Red Hat Display", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 1px;
}

.woocommerce-breadcrumb a:last-of-type::before {
  content: "<" !important;
  padding-right: 10px;
  font-size: 16px;
  color: #757575;
  display: inline-block !important;
  vertical-align: middle;
  width: 20px;
  height: 24px;
}

.product-attributes {
  display: block;
  padding-bottom: 10px;
}

.woocommerce-loop-product__link {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}

.woocommerce-loop-product__link>.woocommerce-loop-product__title,
.woocommerce-loop-product__link>.product-attributes {
  flex-grow: 1;
}

/* Keep price always at the bottom */
.woocommerce-loop-product__link>.price {
  margin-top: auto;
}


/* HOME PRODUCTS */
/* Centering the last two items */

#home-products .products {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}

#home-products .products>.product {
  flex: 0 0 25%;
  outline: 1px solid #757575;
  background-color: #fff;
}

#upsells-container {
  display: none;
}

#product-upsell .products {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

#product-upsell .products>.product {
  outline: 1px solid black;
  border: none !important;
  background-color: #fff;
  padding: 25px 0px 0px 0px;
}

/* If there is 1 product, it should be centered and 33% width */
#product-upsell .products:only-child {
  justify-content: center;
}

#product-upsell .products>.product:nth-child(1):only-child {
  flex: 0 0 33%;
}

/* If there are 2 products, they should both be centered */
#product-upsell .products>.product:nth-child(-n + 2) {
  flex: 0 0 33%;
}

/* If there are 3 or more products, each should have 33% width */
#product-upsell .products>.product:nth-child(-n + 3) {
  flex: 0 0 33%;
}

#product-upsell .up-sells>h2 {
  color: transparent;
  display: none;
}

/* Handle responsiveness */
@media (max-width: 768px) {
  #product-upsell .products>.product:nth-child(1):only-child {
    flex: 0 0 100%;
  }

  /* If there are 2 products, they should both be centered */
  #product-upsell .products>.product:nth-child(-n + 2) {
    flex: 0 0 50%;
  }

  /* If there are 3 or more products, each should have 50% width */
  #product-upsell .products>.product:nth-child(-n + 3) {
    flex: 0 0 50%;
  }
}

.back-button {
  color: #757575;
  font-family: "Red Hat Display", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
  text-decoration-color: #757575 !important;
  border: none;
  padding: 0.5rem 1rem 0.5rem 0;
}

button.back-button:focus,
button.back-button:hover {
  color: #757575;
  background-color: transparent;
}

.wishlist_item .product-name a {
  color: #757575;
  font-family: "Red Hat Display", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
  text-decoration-color: #757575 !important;
}

.wishlist_item .product-name a:hover {
  text-decoration: none !important;
}

/* .wishlist-enquire-form form, */
.enquiry-message p,
.wishlist-enquire-heading h2 {
  display: none;
  /* Hide them by default */
}


.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img {
  width: 36px !important;
  height: 36px !important;
  max-height: 36px;
  max-width: 36px;
  object-fit: cover;
}

.return-to-shop {
  display: none;
}

.woocommerce-info {
  border-top-color: #757575;
  border-top-width: 1px;
}

/* BLOG */
.blog-posts .elementor-post__text {
  display: flex;
}

/* .elementor-post-avatar {
	display: none;
} */
.blog-posts .elementor-post__meta-data {
  order: -1;
}

.blog-posts .elementor-post__read-more {
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
  text-decoration-color: #757575 !important;
}

.blog-posts a.elementor-post__read-more:hover {
  text-decoration: none;
}

/* Footer */
.footer-svg {
  fill: #757575;
}

@media screen and (max-width: 1024px) {
  .woocommerce ul.products li.product a img {
    margin: 25px auto;
    padding: 0 0px 0 0px;
  }

  #home-products .products>.product {
    flex: 0 0 calc(50% - 2px);
    /* Set width to 50% minus margins for 2 items per row */
  }

}

@media screen and (max-width: 767px) {
  .woocommerce ul.products li.product a img {
    margin: 25px auto;
    padding: 0 0px 0 0px;
  }

  .premium-mobile-menu-container ul li:nth-of-type(4) {
    padding-bottom: 0px;
  }

  .premium-mobile-menu-container ul li:nth-of-type(5) {
    display: block;
    padding-bottom: 25px;
  }

  /* Apply padding to the top of the 6th list item */
  .premium-mobile-menu-container ul li:nth-of-type(6) {
    border-top: 1px solid #fff;
    padding-top: 25px;
  }

  #home-products .products {
    justify-content: center;
    /* Center items in the container */
  }

  #home-products .products>.product {
    flex: 0 0 calc(50% - 2px);
    /* Set width to 50% minus margins for 2 items per row */
  }

  /* Header */
  .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-container {
    margin-top: 0px;
  }

  .premium-mobile-menu-container ul {
    padding: 15px 0 0 0;
  }

  /* Home FEATURED SLIDER */
  #home-featured-slider .elementor-slides .swiper-slide-bg {
    background-position: top;
  }

  #home-featured-slider .elementor-button {
    padding: 15px 30px 15px 0 !important;
  }

  .wishlist_item {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  td.product-remove {
    display: flex !important;
    flex: 0 0 10%;
    text-align: center;
    align-items: center;
    border: none;
  }

  td.product-thumbnail {
    flex: 0 0 10%;
    text-align: center;
    border: none;
  }

  td.product-name {
    flex: 1;
    display: flex !important;
    text-align: center !important;
    align-items: center;
    border: none;
  }

  /* Thumbnail image styling */
  .tinv-wishlist .product-thumbnail img {
    height: 50px;
    width: auto;
    max-width: 100%;
  }

  .wishlist_item .product-name a {
    text-decoration: none;
    /* Remove underline from links */
    font-size: 14px;
    display: inline-block;
  }

  tfoot {
    display: none;
  }
}

.woocommerce-product-gallery__image:nth-child(n+2) {
  width: 50% !important;
}


/* WPC Smart Wishlist */
.woosw-added [class*=" woosw-icon-"] {
  color: red;
}

[class*=" woosw-icon-"] {
  font-size: 22px;
}

.woosw-list table.woosw-items tr td.woosw-item--actions {
  display: none;
}

.woosw-list table.woosw-items tr td.woosw-item--info .woosw-item--time {
  display: none;
}

.woosw-list table.woosw-items tr td.woosw-item--info .woosw-item--name a {
  font-family: "Red Hat Display", Sans-serif;
  font-weight: 400;
  text-transform: none;
  line-height: 28px;
  letter-spacing: 5px;
}

.woosw-item--remove {
	text-align: center;
}

.woosw-items .woosw-item .woosw-item--remove span::before, .woosw-items .woosw-item .woosw-item--add span::before {
 content: "\1F5D1";
}


@media screen and (max-width: 767px) {
  .woosw-list table.woosw-items tr td.woosw-item--info .woosw-item--name a {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 3px;
  }
}


@media screen and (max-width: 400px) {

  .woocommerce ul.products li.product a img:hover {
    transform: scale(1.3);
  }

  .woocommerce ul.products li.product a img {
    height: 100px !important;
    width: auto
  }

  .woocommerce ul.products li.product .woocommerce-loop-category__title {
    padding: 0.5em 2px;
  }
}

#cmplz-cookies-overview {
  display: none !important;
}

h2:contains("7. Placed cookies") {
  display: none !important;
}