.theme-header-topbar{
display:none;
}

.zpimage-carousel-slide.zpcarousel-controller-overlap .zpcarousel-controller-container{
display:none;
}

.theme-product-details-style-11 [data-zs-product-details-primary-section] [data-zs-product-primary-details] .theme-product-detail-container .theme-product-varients-area .theme-product-varients-row [data-zs-product-variant-container] .theme-variant-select-container .theme-product-variant{
font-size: 12px;
}

.zpcomments-reviews-ratings{
display:none;
}

.theme-product-details-style-11 [data-zs-product-details-primary-section] [data-zs-product-primary-details] .theme-product-detail-container [data-zs-pricing-container] .theme-product-detail-price-area .theme-product-price{
font-size: 24px;
  color:#603211;
}

.theme-category-image-description-conatainer{
    height: 30vh !important;
}

.theme-category-image-description-conatainer .theme-category-name-description .theme-category-name{
background-color: wheat;
}

.theme-category-image-description-conatainer .theme-category-name-description-no-imgage{
text-align: center !important;
  position: relative;
    top: 28px;
  margin-right: 80px;
}

@media screen and (max-width: 767px) {
  .theme-category-image-description-conatainer .theme-category-name-description-no-imgage {
    padding: 0 !important;
    position: relative !important;
    top: 0 !important;
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 767px) {
.theme-category-image-description-conatainer {
    height: 0vh !important;
  }
}


.theme-product-stock-availability-details{
display:none;
}

.theme-blog-category-column .theme-blog-category-container {
display:none;
}

.theme-navigation-and-icons .theme-menu-area .theme-menu ul{
gap:10px;
}
.zpheader-style-10 .theme-navigation-and-icons .theme-menu-area .theme-menu.theme-toggle-neo-animate{
background-color:white;
}

.theme-product-list-style-11 .theme-product-box-content .theme-product-details-area .theme-product-name-price .theme-product-name a{
color:#603211;
}

.theme-product-list-style-11 .theme-product-box-content .theme-product-details-area .theme-product-name-price .theme-product-price-coupon [data-zs-pricing-container] .theme-product-detail-price-area [data-zs-selling-price]{
color:#603211;
}

.zpbutton.zpbutton-type-primary, button.zpbutton-type-primary, input.zpbutton-type-primary[type=submit], input.zpbutton-type-primary[type=button]{
background: #603211;
}

.box.hover {
  transition: transform 0.3s ease;
  transform: scale(1);
}

.box.hover:hover {
  transform: scale(1.05);
}

.theme-blog-container-column.theme-single-post .theme-blog-container{
    position: relative;
    top: 120px;
}

.zpsection.theme-single-blog-comment-container{
    position: relative;
    top: 50px;
}

@media (max-width: 720px){
  .theme-product-list-style-11 .theme-product-box-content .theme-product-details-area .theme-product-name-price{
    min-width: 0; /* lets the name shrink inside flex rows */
  }

  .theme-product-list-style-11 .theme-product-box-content .theme-product-details-area .theme-product-name-price .theme-product-name,
  .theme-product-list-style-11 .theme-product-box-content .theme-product-details-area .theme-product-name-price .theme-product-name a{
    display: inline-block;
    max-width: 15ch;              /* ≈ 15 letters */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: bottom;
  }
}