.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  background: #332211;
  color: #fff;
  position: relative;
  bottom: 0;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 250s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.marquee {
  z-index: 999;
}
.marquee {
  z-index: 5;
}

    .theme-mobile-header-style-04.theme-mobile-header-top .theme-mobile-header-nav-wrapper .theme-mobile-header-logo img {
        max-inline-size: 60%;
        max-block-size: 60%;
        width: 98%;
        height: auto;
    }

.zprow .zpcol-sm-1,.zprow .zpcol-sm-2,.zprow .zpcol-sm-3,.zprow .zpcol-sm-4,.zprow .zpcol-sm-5,.zprow .zpcol-sm-6,.zprow .zpcol-sm-7,.zprow .zpcol-sm-8,.zprow .zpcol-sm-9,.zprow .zpcol-sm-10,.zprow .zpcol-sm-11,.zprow .zpcol-sm-12,.zprow .zpcol-md-1,.zprow .zpcol-md-2,.zprow .zpcol-md-3,.zprow .zpcol-md-4,.zprow .zpcol-md-5,.zprow .zpcol-md-6,.zprow .zpcol-md-7,.zprow .zpcol-md-8,.zprow .zpcol-md-9,.zprow .zpcol-md-10,.zprow .zpcol-md-11,.zprow .zpcol-md-12 {
    position: relative;
    min-block-size: 1px;
    padding-inline-start:0px;padding-inline-end:0px;flex: 0 0 auto;
    word-break: break-word;
    word-wrap: break-word
}

.zpsection {
    padding-block-start:0px;padding-block-end:0px;padding-inline-start:0;padding-inline-end:0}

.theme-product-list-style-01 .theme-product-image-area img{
  object-fit:contain;
}

@media (max-width: 767px){
    .zs-category [data-element-type="column"]{
        width: 50%;
    }
}

.theme-product-details-style-01 .theme-product-detail-container .theme-product-detail-varients-container .theme-prod-non-returnable{
  display:none;
}

@media screen and (min-width: 992px) {
.theme-product-details-style-01 .theme-product-detail-container .theme-product-detail-image-container .theme-product-detail-image .theme-product-detail-image-inner img{
  object-fit:contain;
  max-width:80%;
  margin-inline-start:180px !important;
  width:45% !important;
  height:45% !important;
}
}

[data-zs-product-img-container] img{
    object-fit:contain !important;
}

.theme-custom-text {
    margin-top: 0 !important;
    order: 2;
}

.theme-product-list-style-17 .theme-product-box-content .theme-product-image-area picture img,.theme-product-list-style-16 .theme-product-box-content .theme-product-image-area picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1;
    animation: 0.5s ease-out 0s 1 normal forwards running fadeIn;
    border: 0.06rem solid rgba(0,0,0,0.05)
}

.theme-product-price {
  flex-wrap:wrap;
  .theme-custom-text {
    font-size: 12px;
    margin-block-end: 10px;
    .theme-product-price {
      font-size: 16px;
    }
  }
}

.theme-product-list-style-17 .theme-product-box-content .theme-product-image-area {
  height: auto;
}

.theme-product-list-style-17 .theme-product-box-content .theme-product-image-area::after,.theme-product-list-style-16 .theme-product-box-content .theme-product-image-area::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(22,90,56.1) 0%, rgba(255,255,255,0) 50%);
    pointer-events: none
}

.theme-navigation-and-icons .theme-menu-area .theme-menu ul li a{
  color:#332211 !important;
  font-weight:500;
}

.theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li a{
  color:#165A38 !important;
}