[data-zs-product-non-returnable]{
display:none !important;
}
@media (min-width: 992px) {
  .theme-menu-selected .theme-menu-name:before {
    color: #b68505 !important;
  }
  .theme-menu [data-zs-menu-container] li a {
    overflow: hidden !important;
  }
  .theme-menu {
  li {
    position: relative;

    .theme-menu-name {
      position: relative;
      display: inline-block;
      color: transparent;

      &::before,
      &::after {
        content: attr(data-theme-menu-name);
        position: absolute;
        left: 0;
        width: 100%;
        transition: top 0.35s ease;
        white-space: nowrap;
      }

      &::before {
        top: 0;
        color: #000;
      }

      &::after {
        top: 200%;
        color: #b68505;
        text-decoration: underline;
        text-underline-offset: 5px;
        text-decoration-color: #b68505;
      }
    }

    /* Hover state */
    &:hover > a {
      .theme-menu-name {
        &::before {
          top: -200%;
        }
        &::after {
          top: 0;
        }
      }
    }

    /* Active state: li with data-megamenu + theme-menu-selected */
    &[data-megamenu].theme-menu-selected > a {
      .theme-menu-name {
        &::before {
          top: -200%;
        }
        &::after {
          top: 0;
        }
      }
    }
  }
}

  .theme-sub-menu li {
    .theme-menu-name::before {
      content: "" !important;
    }
    .theme-menu-name {
      color: #000 !important;
    }
  }
  [data-zs-menu-container] li:hover .theme-submenu-down-arrow {
    translate: none;
    rotate: 180deg;
  }
  .theme-submenu-down-arrow {
    transition: all 0.5s ease-in-out;
  }
  .theme-navigation-and-icons
    .theme-menu-area
    .theme-menu
    ul
    li
    ul
    li:first-of-type {
    border-block: none;
  }
  .theme-sub-menu li a {
    padding-inline: 0 !important;
    padding-block: 5px !important;
    margin-inline: 18px;
    border-radius: 0;
  }
  .zpmm-element-menu-content  {
    position: relative;
  }
  .theme-sub-menu li a .theme-menu-content .theme-menu-name:hover:after,.zpmm-text .zpmm-element-textcontent:hover:after {
    transform-origin: left;
    transform: scaleX(1);
  }

  .theme-sub-menu li a .theme-menu-content .theme-menu-name:after,.zpmm-text .zpmm-element-textcontent:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background-color: #18272f;
    bottom: 0;
    left: 0;
    top: 20px;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
  }
  .zpheader-style-09 .theme-header .zpcontainer .theme-branding-info {
    padding-inline-end: 18px;
  }
  .theme-navigation-and-icons
    .theme-search-and-mini-cart-group
    [data-zs-search-container] {
    height: 36px;
    width: 320px;
    margin-inline-end: 30px;
  }
}
[data-zs-add-to-cart],

[data-zs-view-details],

[data-zs-quick-view]

{

    background: #602F20 !important;

}

[data-zs-product-id] .theme-product-box-content{

    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);

}

[data-zs-product-primary-details] [data-zs-pricings] [data-zs-selling-price]{

    font-size: 3rem !important;

}

@media (max-width: 768px) {

  [data-zs-mobile-header-logo] img {

    width: 100px !important;

    object-fit: contain;

  }

}
.theme-view-details-quick-view [data-zs-quick-view] svg path {
  fill: white !important;
}

