/** Shopify CDN: Minification failed

Line 62:3 Unexpected "/"

**/
span.yellow_content {
    color: #ffbd59;
}

.custom_sliders .h2 h2{
   font-family: "Libre Caslon Text", serif;
  font-weight: 700;
  font-style: normal;
}

.custom_sliders .custom.custom-typography.custom-font-size.custom-color p {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    line-height: 34px;
}

p.cate_txt {
  color: #000;
  font-size: 38px;
  font-weight: 700;
  line-height: 47px;
  font-family: "Open Sans", sans-serif;
}

.green-text{
  color: #166146;
}

span.price {
    color: #166146;
}


.header__row--top:not(.divider--page-width){
  border-bottom: transparent !important;
}


.header[transparent][transparent=not-sticky][data-sticky-state=active] img.header-logo__image,
.header[transparent][transparent=not-sticky][data-sticky-state=active] .button.button-unstyled.search-modal__button.header-actions__action,
.header[transparent][transparent=not-sticky][data-sticky-state=active] span.account-button__icon,
.header[transparent][transparent=not-sticky][data-sticky-state=active] cart-icon.header-actions__cart-icon,
.header[transparent][transparent=not-sticky][data-sticky-state=active] span.menu-list__link-title,
.header[transparent][transparent=not-sticky][data-sticky-state=active] svg.swym-img
{
  filter: none;
}

.header[transparent] img.header-logo__image,
.header[transparent] .button.button-unstyled.search-modal__button.header-actions__action,
.header[transparent] span.account-button__icon,
.header[transparent] cart-icon.header-actions__cart-icon,
.header[transparent] span.menu-list__link-title,
.header[transparent] summary.header__icon.header__icon--menu.header__icon--summary,
.header[transparent] svg.swym-img{
    filter: brightness(0) invert(1);
} */
/* .header[transparent] span.menu-list__link-title:hover{
  filter: none;
}  */
/* .header[transparent] header-menu.header-menu[aria-expanded="true"] span.menu-list__link-title{
  filter: none;
}


a.menu-list__link[aria-expanded="true"] span.menu-list__link-title:not(:hover),
a.menu-list__link[aria-expanded="true"] span.menu-list__link-title.child:not(:hover) {
  filter: none;
}



.black-text {
    color: #000 !important; /* makes text black */
    filter: none !important; /* also remove filter if any */
}

svg.social-icons__icon {
    fill: #166146 !important;
}

@media only screen and (max-width: 768px) {
  .announcement-bar__slides {
    width: 100% !important;
  }
  .announcement-bar__text {
    font-size: 12px !important;
  }
   .header[mobile_transparent] {
    --language-button-background-color: transparent;
    --language-button-border-color: transparent;
    --header-bg-color: transparent;
    --header-logo-display: none;
    --header-logo-inverse-display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: var(--layer-overlay);
}
.header__row--top:not(.divider--page-width), .header__row--top.divider--page-width .header__columns {
        border-bottom-width: 0px !important;
    }

.custom_sliders .group-block-content {
    height: 100%;
    width: 100%;
    padding-top: 20px;
}

p.cate_txt {
  font-size: 24px;
}
}


.custom_sliders .slideshow-controls__dots button[aria-selected=true]
 {
    --color: #c95252;
}

@media only screen and (max-width: 768px){
  .group-block-content.layout-panel-flex.layout-panel-flex--row.mobile-column{
    align-items: center;
    -webkit-align-items: center;
  }

  .details-content {
    text-align: center;
    width: 100%;         
    display: block;
  }
  .logo-block.spacing-style.custom-designing {
    padding-right: 0px;
}

.spacing-style.layout-panel-flex.layout-panel-flex--column.section-content-wrapper.mobile-column {
    gap: 10px;
}

.custom-footer .section.section--page-width.color-scheme-1 {
    padding-bottom: 30px;
}

.header__columns{
    --padding-block-start: var(--header-padding);
    --padding-block-end: var(--header-padding);
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}
}

@media only screen and (max-width: 425px){
  .wishlist-button{
    align-content: center;
    width: 19px;
}
}


@media only screen and (min-width: 768px){
  .swym-wishlist .swym-img{
    width: 30px;
    padding: 1px 6px;
  }
}