/**
Theme Name: Astra Child SkinGuru24
Author: PerrfectSite
Author URI: http://perrfect.site
Description: Astra Child Theme for SkinGuru24
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child-skinguru24
Domain Path: /languages
Template: astra
*/

/* Custom Share Block */
.share-block-section {
  position: relative;
}

.skin24-download-icon {
  cursor: pointer;
}
.site-header {
  z-index: 11 !important;
}
#skin24-shareModal {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background-color: #fefefe;
  padding: 0px;
  border: 1px solid #bbbfbf;
  width: 160px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* Close button styles */
.skin24-close {
  position: absolute;
  top: -7px;
  right: 10px;
  color: #111;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.skin24-close:hover,
.skin24-close:focus {
  color: #000;
  text-decoration: none;
}

/* Share links styling */
.skin24-share-links {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left;
}

.skin24-share-links li {
  padding: 5px 7px;
}

.skin24-share-links li:not(:last-child) {
  border-bottom: 1px #ddd solid;
}

.skin24-share-links li a {
  text-decoration: none !important;
}

.skin24-share-links li a span {
  text-decoration: none;
  color: #111111;
  font-size: 14px;
  margin-left: 5px;
}

.skin24-share-links li a span:hover {
  text-decoration: underline !important;
  color: #8B536F !important;
}

.skin24-share-links li a i {
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}


/* Product Details Block */
.product-details-block-section {
  display: block;
  padding: 120px 40px;
}

.product-details-container {
  display: flex;
  align-items: stretch;
}
.product-tab-block-section {
  position: relative;
}

/* sticky tabs on product page - START */
.product-tab-block-section {
  position: relative;
}

.di-tabs {
  position: relative;
  top: 0;
  background: #fff;
  z-index: 10;

}

/* Brand Logo in product description */
.brand-attribute-wrapper {
  width: fit-content;
  padding-bottom: 10px;
}
.brand-attribute-wrapper a img {
  object-fit: contain;
  width: 100%;
  height: 60px;
}

.shop-features {
  background: #F7BAD9;
  padding: 32px;
  border-radius: 12px;
  flex: 0 0 25%;
}

.shop-features>*:not(:last-child) {
  margin-bottom: 20px;
}

.shop-details {
  background: #FEF4F9;
  border-radius: 12px;
  flex: 0 0 75%;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  border-top-right-radius: 200px;
}

.title-detail {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 0.3em !important;
}
.title-detail .content-detail {
  font-weight: 400;
}

.shop-feature {
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.feature-img {
  margin-right: 10px;
}

.feature-text {
  align-self: center;
  margin-bottom: 0 !important;
  font-weight: 600;
  flex-grow: 1;
}

/* Product ingredients Modal Styling */
.ingredients-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.ingredients-modal img {
  max-height: 90vh;
  width: auto;
  display: block;
  margin: auto;
}

.modal-content {
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  text-align: center;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}
.product-view-ingredients-container {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .product-view-ingredients-container {
    text-align: center;
  }
}
.view-ingredients-btn {
  display: inline-block;
  border: none;
  cursor: pointer;
  text-align: center;
  border-radius: 30px;
  line-height: 130%;
}

/* Tooltip Styles START */
.info-tooltip-wrapper {
  position: relative;
  display: inline-block;
  margin-left: 8px;
}

.info-tooltip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #8B536F;
  color: white;
  cursor: pointer;
  font-size: 12px;
  transition: background-color 0.3s ease;
  outline: none;
  border: none;
}

.info-tooltip-icon:hover,
.info-tooltip-icon:focus {
  background-color: #333;
}

.info-tooltip-icon svg {
  width: 12px;
  height: 12px;
}

.info-tooltip-content {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: white;
  padding: 12px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  max-width: 300px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 6px;
}

.info-tooltip-content::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #333;
}

/* Desktop ONLY - hover and focus effects */
@media (hover: hover) and (pointer: fine) {
  .info-tooltip-wrapper:hover .info-tooltip-content,
  .info-tooltip-icon:focus .info-tooltip-content {
    opacity: 1;
    visibility: visible;
  }
}

/* Mobile ONLY - click with active class */
@media (hover: none) and (pointer: coarse) {
  .info-tooltip-wrapper.active .info-tooltip-content {
    opacity: 1;
    visibility: visible;
  }
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
  .info-tooltip-content {
    width: 65vw;
    max-width: 280px;
    padding: 15px;
    border-radius: 8px;
    font-size: 13px;
  }

  .info-tooltip-content::after {
    display: none;
  }
  .info-tooltip-wrapper {
    position: static !important;
  }

  .product-view-ingredients-container {
    position: relative;
  }
  .di-tab-content {
    overflow-x: hidden;
  }
}

/* Tooltip Styles END */


/* Product Details Block mobile */
@media (max-width: 768px) {
  .shop-details {
    padding: 80px !important;
  }
  .feature-content {
    flex-wrap: wrap;
  }
}
@media (max-width: 544px) {
  .product-details-block-section {
    padding: 0 !important;
  }

  .product-details-container {
    flex-direction: column-reverse;
  }

  .shop-details {
    padding: 20px !important;
    border-radius: 0 !important;
  }

  .shop-features {
    padding: 20px !important;
    border-radius: 0 !important;
    display: flex !important;
  }

  .feature-content {
    flex-direction: column;
  }

  .feature-text {
    text-align: center;
  }

  .product-details-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  /* Style for Mobile Toggle in Product Details */
  .product-details-wrap p:first-child::after {
    content: '+';
    margin-left: 10px;
    cursor: pointer;
    float: right;
    width: 30px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* When the first paragraph is expanded, show '-' */
  .product-details-wrap p:first-child.open::after {
    content: '-';
  }

  /* Hide paragraphs beyond the first on mobile */
  .product-details-wrap p:nth-child(n+2) {
    display: none;
  }

  p.title-detail {
    font-size: 16px !important;
    font-weight: 500 !important;
    display: flex;
    line-height: 180%;

  }

  .feature-img {
    margin-right: 0 !important;
  }
}

/* For desktops, show all paragraphs */
@media (min-width: 545px) {
  .product-details-wrap p {
    display: block !important;
  }
}


.product-details-container {
  background-color: #fef4f9;
  border-top-right-radius: 200px;
}

.product_ingredients_icons {
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}

.product_ingredients_icons .ingredients {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 16px;
  clear: both;
  flex-direction: row;
  justify-content: left;
}

.product_ingredients_icons h5 {
  width: 100%;
}

.product_ingredients_icons .ingredient {
  min-width: 90px;
  max-width: 120px;
  display: flex;
  flex-direction: column;
  border: 1px solid #CFCFCF;
  border-radius: 12px;
  padding: 15px 10px 15px 10px !important;
  font-size: 11px;
  text-align: center;
  row-gap: 16px;
  justify-content: space-between;
}

.product_ingredients_icons .ingredient:hover {
  background-color: var(--ast-global-color-2);
}

.product_ingredients_icons .ingredient img {
  width: 68px;
}

.product_ingredients_icons .ingredient span {
  font-size: 14px;
  font-weight: 600;
  color: var(--ast-global-color-6);
  line-height: 130%;
}

/* Shortcodes from old site */
#featured_brands_list {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
#featured_brands_list>li {
  padding: 10px;
  flex: 0 0 20%;
}
#featured_brands_list>li>a {
  display: block;
  border: 1px solid #CCC;
  padding: 10px;
}
#featured_brands_list>li>a>img {
  width: 100%;
  height: 60px;
  object-fit: contain;
}
#letter_groups_list_links {
  list-style: none;
  padding: 0;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  border-bottom: 1px solid #CCC;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
#letter_groups_list_links li {
  padding: 15px 15px;
}

#letter_groups_list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
#letter_groups_list>li {
  padding: 20px 0;
  display: flex;
  border-bottom: 1px solid #EEE;
}
#letter_groups_list li .inner_list_letter {
  min-width: 70px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 0;
}
#letter_groups_list li .inner_list_links {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  list-style: none;
  padding: 0 0 0 30px;
  margin: 0 -20px;
  border-left: 1px solid #EEE;
}

#letter_groups_list li .inner_list_links>li {
  flex: 0 0 20%;
  min-width: 200px;
  padding: 10px 20px;
}

.pfs_active_filters_wrapper .facetwp-selections .facetwp-selection-value:hover {
  opacity: 0.5;
}
.pfs_active_filters_wrapper .facetwp-selections .facetwp-selection-label {
  font-weight: bold;
}

.pfs_active_filters_wrapper .facetwp-selections li {
  background-color: var(--ast-global-color-2);
  font-size: 15px;
  padding: 10px 5px 10px 15px;
  border-radius: 0 25px 10px 0;
}

/* From Customize > Custom CSS */
/* Brand SVG hover effect*/

.brand-svg-hover {
  transition: all 0.5s ease-in;
}

.brand-svg-hover::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 20px;
  background-image: url('./assets/images/brands-hover.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transition: width 0.5s ease;
  overflow: hidden;
  background-position: center;
}

.brand-svg-hover:hover::after {
  width: 100%;
}

.astra-cart-drawer {
  background-color: #fff;
}

.ast-site-header-cart .ast-addon-cart-wrap i.astra-icon:after {
  top: 15%;
  left: 17px;
}

/*Menu + megamenu*/

.site-header .menu-link * {
  line-height: 1.3;
}
.pfr-megamenu>.astra-megamenu {
  left: -310% !important;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>.menu-item .sub-menu .menu-item {
  text-align: center;
}
.ast-hfb-header.ast-desktop .ast-builder-menu-1 .main-header-menu .menu-item.menu-item-heading>.menu-link {
  text-align: center;
}


/* Snippet CSS - Burger menu - START */

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.menu-overlay.show {
  opacity: 1;
  visibility: visible;
}

.menu-popup {
  width: 90%;
  /* Popup now takes 90% of the screen width */
  height: 100%;
  /* Popup height starts 70px from the top */
  position: fixed;
  top: 0;
  /* Start 70px from the top */
  left: -100%;
  /* Initially hidden, off-screen */
  background-color: white;
  /* Set background color to white */
  overflow-x: hidden;
  transition: left 0.5s ease;
  /* Slide effect */
  padding: 0px;
  color: black;
  /* Change text color to black for better contrast with white background */
  z-index: 10000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  /* Add a shadow for better visual effect */
  display: flex;
  flex-direction: column;
}
.mobile-menu-dashboard-icon {
  position: relative;
}
.mobile-menu-dashboard-icon .dashboard-plus-sign {
  position: absolute;
  right: 28px;
}
.dashboard-plus-sign.open {
  transform: translateY(-10%) rotate(45deg);
  transition: transform 0.2s;
}
@media (max-width: 1150px) {
  /* Popup content */
  .menu-popup-content {
    padding: 20px;
  }

  /* When the popup is visible */
  .menu-popup.show {
    left: 0;
    /* Slide the popup in by changing the left value */
  }

  .popup-close-button {
    position: absolute;
    top: 15px;
    left: 15px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px 5px;
    border-radius: 50%;
    z-index: 10001;
    /* Ensure it appears above other elements */
  }

  .popup-close-button:hover {
    background-color: #f8f8f8;
  }

  /* Custom styles for the popup menu */
  .custom-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .custom-menu li {
    position: relative;
    padding: 10px 15px;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
  }

  .custom-menu li a {
    color: #333;
    text-decoration: none;
    display: block;
  }

  .custom-menu .icon-arrow {
    display: none;
  }

  .custom-menu li:hover {
    color: #6D4157;
  }

  /* Style for the submenu */
  .custom-menu li ul {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }

  .custom-menu li .submenu-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 12px;
  }

  /* Arrow rotation when submenu is opened */
  .custom-menu li.open>.submenu-arrow {
    transform: translateY(-50%) rotate(-180deg);
  }

  .custom-menu li ul li {
    padding: 10px;
    background: #fff;
    font-size: 18px;
    font-weight: 400;
  }

  /* sub-menu hidden state */
  .sg-hide {
    max-height: 0 !important;
    opacity: 0;
    overflow: hidden;
  }

  /* sub-menu visible state */
  .popup-mobile-menu .menu-item-has-children.open>.sub-menu {
    max-height: 600px;
    /* large enough for any menu */
    opacity: 1;
    display: block;
  }

  /* smooth, GPU-friendly animation */
  .popup-mobile-menu .sub-menu {
    transition: max-height 0.25s ease, opacity 0.2s ease;
  }

  /* eliminate reflow from SVG rotate */
  .submenu-plus-icon {
    transition: transform 0.25s ease;
  }


  button.popup-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4px;
    border-radius: 100rem;
    width: 100%;
    gap: 10px;
    background-color: #6D4157;
  }

  .popup-text-section {
    display: flex;
    flex-direction: column;
    gap: 7px;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
    padding: 15px;
  }

  .popup-footer {
    margin-top: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    background-color: #AD678A;
    padding: 15px;
    align-items: center;
  }

  .popup-footer-text {
    color: white;
  }

  @media (max-width: 767px) {
    .popup-footer-text {
      display: none;
    }
  }
  .social-icons {
    display: flex;
    justify-content: center;
    /* Centers icons inside their container */
    align-items: center;
    /* Aligns icons vertically */
    gap: 10px;
    /* Space between icons, adjust as needed */
  }

  .menu-popup .menu-item-has-children>a {
    position: relative;
    margin-right: 50px
  }

  .menu-popup .submenu {
    display: none;
    padding-left: 20px;
    /* Indent submenu items */
  }

  .menu-popup .open>.submenu {
    display: block;
  }

  .submenu-arrow {
    margin-left: 10px;
    /* Adjust spacing between text and arrow */
    transition: transform 0.3s ease;
    /* Smooth rotation when submenu opens */
  }

  .menu-item-has-children.open .submenu-arrow {
    transform: rotate(180deg);
    /* Rotate arrow when submenu is open */
  }

  .submenu-plus-icon {
    position: absolute;
    width: 50px;
    right: -50px;
    /* Align the icon to the right */
    top: 50%;
    /* Vertically center the icon */
    transform: translateY(-50%);
    /* Adjust for perfect vertical alignment */
    transition: transform 0.3s ease;
    /* Smooth rotation */

    /* Make larger for mobile click */
    width: 26px;
    height: 26px;
    padding: 5px;

  }

  .submenu-plus-icon.rotate {
    transform: translateY(-50%) rotate(45deg);
    /* Rotate "+" into "x" when submenu is open */
  }

  .no-scroll {
    overflow: hidden;
    height: 100%;
    position: fixed;
    width: 100%;
  }
}
/* Snippet CSS - Burger menu - END */

/* Sticky add to cart bar */
.ast-sticky-add-to-cart {
  background-color: white;
}
.ast-sticky-add-to-cart-content {
  color: black !important;
}
.ast-sticky-add-to-cart-title {
  font-family: 'EB Garamond', serif !important;
}



/*Fobo Search*/

#ast-mobile-header .site-header-below-section-center.site-header-section.ast-flex.ast-grid-section-center .ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-search {
  width: 100% !important;
  display: block;
}

.dgwt-wcas-search-wrapp {
  min-width: 100% !important;
  margin-left: 0px;
  width: 100% !important;
  margin-left: 0px;
}
html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  background-color: #ffffff !important;
  /* <-- ADD THIS LINE */
  color: #444 !important;
  border: 1px solid #8B536F !important;
  box-shadow: none !important;
}

.dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
  fill: #8B536F;
}


.ast-hfb-header .site-header-section>.ast-header-search,
.ast-hfb-header .ast-header-search {
  margin-right: 0px;
  width: 100% !important;
}
.ast-inline-search.ast-search-menu-icon {
  width: 100% !important;
}


@media (max-width: 992px) {
  .dgwt-wcas-search-wrapp {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0px !important;
  }
}

.ast-icon.icon-basket svg {
  display: none;
}
span.ast-icon.icon-basket {
  width: 25px;
  display: block;
  height: 25px;
  background: url('./assets/images/add-to-cart.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

span.ast-icon.icon-basket:hover {
  background: url('./assets/images/cart-hover.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 0.6;
}

.d-account-icon:hover {
  background: url('./assets/images/Account-hover.svg') !important;
  background-position: 50% 50%;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  opacity: 0.6;
}

.d-wishlist-icon:hover {
  background: url('./assets/images/Wishlist-hover.svg') !important;
  background-position: 50% 50%;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  opacity: 0.6;
}



/*Slider Home*/

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #fff !important;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #996780 !important;
}

@media (max-width: 768px) {
  .slider-home .swiper-pagination {
    display: none !important;
  }
}

/*Butoane featured categories*/

.categories-button>div>a>span {
  transition: all 0.3s ease-in-out;
}

.categories-button:hover>div>a>span {
  transform: translatex(10px);
}



/*Product Card */

.woocommerce ul.products li.product .astra-shop-thumbnail-wrap {
  margin-bottom: 20px;
}

.woocommerce ul.products {
  column-gap: 32px;
  row-gap: 32px;
}

.woocommerce ul.products li.product {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

@media (max-width: 544px) {
  .woocommerce ul.products {
    column-gap: 12px;
    row-gap: 12px;
  }
}
/*Product catalog + sidebar*/

@media (min-width: 922px) {
  .ast-left-sidebar #primary {
    border-left: none;
    padding-left: 32px;
  }
  .ast-plain-container #secondary {
    border-right: none;
    padding: 0px;
  }
}

.ast-archive-description {
  border-bottom: none;
}

.sidebar-main {
  padding: 32px;
}

.ast-filter-wrap .ast-woo-sidebar-widget.widget {
  margin-top: 0px !important;
}


.facetwp-checkbox {
  background-image: url('./assets/images/checkbox.svg') !important;
}
.facetwp-checkbox.checked {
  background-image: url('./assets/images/checkbox-cheked.svg') !important;
}

@media (max-width:768px) {
  .facetwp-checkbox {
    font-size: 24px;
    font-family: 'Inter', sans-serif;
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 0 !important;
    padding: 7px 0;
    color: #000000;
    text-align: start;
  }
  .facetwp-radio {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 12px !important;
    color: #000000;
    text-align: start;
  }
  span.facetwp-slider-label {
    font-family: 'Inter', sans-serif;
    font-size: 21px;
    line-height: 1.3;
    color: #000000;
  }

  .filter-option-title>.facet-wrap>.facet-label {
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    font-size: 21px;
    color: #000000;
  }
}

.facetwp-radio {
  padding: 0px !important;
  padding-left: 20px !important;
}

.facetwp-radio.checked {
  background-color: transparent;
}

div#active-filters {
  margin-bottom: 40px;
}

div#active-filters>ul>li {
  padding: 1px 10px;
  background-color: #FAD0E5;
  border-radius: 100rem;
  margin-bottom: 5px;
  font-size: 15px;
}
div#active-filters p {
  padding: 1px 10px;
  background-color: #FAD0E5;
  border-radius: 100rem;
  margin-bottom: 5px;
  font-size: 15px;
}

.facetwp-color {
  width: 49px !important;
  height: 49px !important;
  box-shadow: none !important;
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 100rem;
}

.facetwp-color::before {
  content: attr(title);
  visibility: hidden;
  background-color: #F391C2;
  color: #000;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
  border-radius: 12px 12px 12px 0px;
  padding: 4px 12px;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 80%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.facetwp-color:hover::before {
  visibility: visible;
  opacity: 1;
}
.facetwp-color.checked::after {
  display: none;
}
.facetwp-color.checked {
  border: 1px solid #676767;
}


.woocommerce-category-description-after-pagination {
  margin-top: 40px;
  margin-bottom: 40px;
}
.woocommerce-category-description-after-pagination h3,
.woocommerce-category-description-after-pagination h2 {
  margin: 20px 0px;
}

nav.woocommerce-pagination {
  display: none !important;
}

/*Product Page*/
.woocommerce-js div.product div.images img {
  width: 100%;
  object-fit: contain;
  max-height: 70vh;
}

@media (max-width:768px) {
  .custom-share-icon {
    position: absolute;
    right: 0;
  }
  .single-product div.product .entry-title {
    padding-right: 30px;
  }
}

.single-product div.product .entry-title {
  margin-bottom: 5px
}

.woocommerce-js div.product p.price del {
  font-weight: 700;
}

.woocommerce-js div.product p.ast-stock-detail {
  display: flex;
}

.woocommerce-js div.product p.ast-stock-detail .ast-stock-avail {
  display: none;
}
.woocommerce-js div.product .stock {
  color: #00A878;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.woocommerce-js div.product .stock:before {
  content: url('./assets/images/Order-status-icon.svg');
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.woocommerce-js .quantity .minus {
  border: none;
  color: transparent;
  background: url('./assets/images/minus.svg');
  background-position: center center;
  background-repeat: no-repeat;
}

.woocommerce-js .quantity .minus:hover {
  background: url('./assets/images/minus-hover.svg');
  background-position: center center;
  background-repeat: no-repeat;
}

.woocommerce-js .quantity .plus {
  border: none;
  color: transparent;
  background: url('./assets/images/plus.svg');
  background-position: center center;
  background-repeat: no-repeat;
}

.woocommerce-js .quantity .plus:hover {
  background: url('./assets/images/plus-hover.svg');
  background-position: center center;
  background-repeat: no-repeat;
}

.woocommerce .quantity .qty {
  border: none;
  font-weight: 900;
  font-size: 19px;
}

.woocommerce-js div.product form.cart div.quantity {
  margin-right: 6px;
  margin-bottom: 0px;
}

.woocommerce-js div.product form.cart {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  flex-wrap: wrap;

}

@media (max-width: 768px) {
  .woocommerce-js div.product form.cart {
    justify-content: center;
  }
  .woocommerce-js div.product form.cart .button.single_add_to_cart_button {
    padding: 15px 35px !important;
    width: 80% !important;

  }
}

.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
  width: 60%;
  padding: 15px 15px;
  margin-bottom: 0px;
  background-color: #AD678A;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

@media (max-width: 1149px) {
  .woocommerce-js div.product form.cart .button.single_add_to_cart_button {
    max-width: 100%;
    flex: 1 !important;
  }
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {
  width: max-content;
  height: 100%;
  margin-top: 5px;
  margin-left: 8px
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img {
  max-width: 43px;
  max-height: 37px;
  box-shadow: none;

}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
}

@media (max-width:768px) {
  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.woocommerce .star-rating {
  color: #DC7F28;
}

section.up-sells.upsells.products {
  text-align: center;
  margin-bottom: 120px;
}
.woocommerce-js div.product .related.products {
  margin-bottom: 120px;
}
.woocommerce-js .related.products {
  text-align: center;
}

.woocommerce-js div.product form.cart .variations {
  border-bottom: none;
}

/* Checkout Page */
.woocommerce-checkout * footer,
.woocommerce-checkout * header {
  display: none;
}
@media (max-width: 1150px) {
  .woocommerce-checkout * .site-branding {
    width: 85px;
  }
}

.woocommerce-checkout * .wp-block-uagb-advanced-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}



/* Footer */
.ast-builder-footer-grid-columns {
  grid-column-gap: 20px;
}
.ast-builder-grid-row-4-equal .ast-builder-grid-row {
  grid-template-columns: 0.5fr 0.5fr 2fr 1fr;
}
.site-footer-primary-section-3 .footer-widget-area {
  display: flex;
  justify-content: space-around;
}
.site-footer-primary-section-3 nav ul li a {
  color: #121212;
}
/* .site-footer .widget-title {
	font-size: 19px;
	font-weight: 600;
	font-family: 'Inter', sans-serif;
} */
h2.widget-title,
#block-32 h2.wp-block-heading {
  font-size: 19px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
}

#block-48 h2.wp-block-heading {
  font-size: 19px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}

.widget_nav_menu li {
  line-height: 2.2em;
}
/* .footer-widget-area .widget-title {
	text-transform: uppercase;
} */

@media (max-width: 767px) {
  .footer-widget-area .widget-title,
  h2.wp-block-heading {
    font-size: 14px;
    position: relative;
  }
  .site-footer-primary-section-1 {
    order: 1;
    padding: 0 10px;
  }
  .site-footer-primary-section-4 {
    order: 2;
    padding: 0 10px;
  }
  .site-footer-primary-section-3 {
    order: 3;
    padding: 20px 10px;
  }
  .site-footer-primary-section-2 {
    order: 4;
    padding: 0 10px;
  }

  .site-footer-primary-section-3 {
    background: #F7BAD9;
  }
  .site-footer-primary-section-2 {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 20px;
  }
  .site-footer-primary-section-2 aside {
    flex-basis: 60%;
  }
  /* Social media */

  .ast-footer-social-wrap {
    margin-bottom: -30px;
  }
  [data-section="section-fb-social-icons-1"] .footer-social-inner-wrap {
    text-align: right !important;
  }
  .ast-footer-social-1-wrap .ast-builder-social-element svg {
    width: 43px;
    height: 43px;
  }

  /* Toggle */
  .menu-footer-shop-container,
  .menu-footer-help-container,
  .menu-footer-company-container {
    display: none;
  }

  .widget-title::after {
    content: "+";
    position: absolute;
    bottom: -10px;
    right: 20px;
    cursor: pointer;
    font-size: 30px
  }

  .widget-title.open::after {
    content: "-";
    padding-right: 3px;
    font-size: 30px;
  }

}

.ast-filter-wrap .facetwp-facet {
  max-height: 195px;
  overflow-y: auto;
  /* Use auto to show scrollbar only when necessary */
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: #888 #f1f1f1;
  /* Firefox */
}

/* Webkit browsers (Chrome, Safari, Edge) */
.ast-filter-wrap .facetwp-facet::-webkit-scrollbar {
  width: 5px;
}

.ast-filter-wrap .facetwp-facet::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 50%;
}

.ast-filter-wrap .facetwp-facet::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 50%;
}

.ast-filter-wrap .facetwp-facet::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.ast-filter-wrap .facet-wrap {
  position: relative;
}

.facetwp-facet-price .facetwp-slider-wrap {
  padding-top: 10px;
}

/*Brands page*/

@media (max-width:768px) {
  #featured_brands_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #featured_brands_list>li {
    padding: 0px;
  }
  #letter_groups_list>li>ul.inner_list_links {
    margin: 0;
  }
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}


/* Login signup page */

.show-password-input {
  padding: 5px;
  top: auto !important;
}
.show-password-input:after {
  margin: 0px 5px !important;
}

.di-pointer-none > a {
  cursor: default !important;
}

/* Fix Woo product gallery letterboxing on iOS */
@media (max-width: 767px) {
  .single-product .woocommerce-product-gallery,
  .single-product .woocommerce-product-gallery__wrapper,
  .single-product .flex-viewport {
    height: auto !important;
    aspect-ratio: auto !important;
  }
  .single-product .woocommerce-product-gallery__image img,
  .single-product .woocommerce-product-gallery__wrapper img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
    display: block;
  }
}
