.header-logo {
    justify-content: space-around;
}
.module-newsletter_subscribe-wrapper .home-position .module-body, .module-newsletter_subscribe-wrapper .home-position .module-head-title {
    color: #000 !important;
}
.btn-primary{
	border:none;
}
.module-newsletter_subscribe-wrapper .home-position {
    padding: 30px 30px 80px 30px;
}
.btn-primary {
	background:#eb5a66 !important;
	color: #fff !important;
	}
.product-addtocart .btn-primary{
	background:#000 !important;
}
#js-hamburger-icon, .cart-dropdown-toggle{
	background:#acc955 !important;
}
.product-desc p {
	font-size: 0.8125rem !important;
	font-family: Poppins, sans-serif !important;
}
.news-card__title {
    font-size: 22px;
}
.news-card__text span strong {
	font-weight:normal;
}
@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 1.625rem !important;
    }
}
@media (min-width: 992px) {
    .header-middle-right-wrapper {
        height: 50px !important;
    }
	.main-content{margin-top:200px;}
}
@media (min-width: 992px) {
    .header-navbar-search {
        height: 50px !important;
		margin-left: 80px;
    }
}

.category-menu>.category-list>.nav-link {
    color: #fff;
}
.header-bottom {
    background: #acc955;
}
.category-menu .nav-link:before {
    background-color: #fff !important;

}
.category-menu .children {
    border-top: none;
}
.header-top {
    background: #8bc34a38 !important;
}
@media (min-width: 992px) {
    .header-middle-right {
        justify-self: center !important;
    }
}
@media (min-width: 992px) {
    .header-middle-right {
        justify-self: center !important;
    }
}
#js-cart .header-quantity-box {
    top: -40px !important;
    right: -40px !important;
}
.dropright .dropdown-hover-menu {
    border-top: 6px solid rgb(172 201 85);
}
.bannerslider-module {
    padding: 0 !important;
}
@media (min-width: 768px) {
    .splide__slide--main .banner-item__image {
        border-radius: 0 !important;
        margin-top: -10px !important;
    }
}
@media (min-width: 992px) {
    .cart-dropdown-toggle {
        width: 50px !important;
        height: 50px !important;
		color:#fff !important;
    }
}
@media (min-width: 992px) {
    #js-cart {
        width: 50px !important;
        height: 50px !important;
    }
}
	#js-cart .header-quantity-box {
  top: -30px !important;
  right: -30px !important;
}
.categoryoffer-card__image-wrapper, .categoryoffer-card__title  {
    text-align: center !important;
}
.categoryoffer-card {
    border: none !important;
}
@media (max-width: 575.98px) {
    .mobile-simple-view .product-card__body .product-card__item:not(.product-card__price):not(.product-card__title):not(.product-card__stock), .product-card__item.product-card__shipping-time {
        display: block !important;
    }
}
@media (max-width: 575.98px) {
    .mobile-simple-view .product-card__body .product-card__item:not(.product-card__price):not(.product-card__title):not(.product-card__stock) {
        display: block !important;
    }
}
.product-desc span {
	font-size: 0.8125rem !important;
	font-family: Poppins, sans-serif !important;
}
#js-mobile-nav .mm-panel, .mm-navbar {
    background: #fff;
}
#section-header.header-sticky {
  height: 40px !important;
}

@media (max-width: 768px) {
	.home-body .main-content .module-head-title::before, .home-body .main-content .module-head-title::after{
		display:none;
	}
  .category-description p {
    max-height: 120px;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .category-description .read-more-btn {
    display: inline-block;
    margin-top: 10px;
    color: #0073aa;
    font-weight: bold;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 16px;
  }
}
.home-body .main-content .module-head {
  position: relative;
  text-align: center;
  margin: 40px 0;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.home-body .main-content .module-head-title {
  position: relative;
  display: inline-block;
  padding: 20px;
  font-size: 1.4375rem;
  color: #ee747d;
  margin-bottom:0;
    }
#newsletter_subscribe .module-head{
	border:none;
}
#newsletter_subscribe .module-head-title::before, #newsletter_subscribe .module-head-title::after{
	display:none;
}
.home-body .main-content .module-head-title::before,
.home-body .main-content .module-head-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 80px;
  height: 1px;
  background: #eb5a66;
}
.home-body .main-content .module-head-title::before {
  left: -90px;
  transform: translateY(-50%);
}
.home-body .main-content .module-head-title::after {
  right: -90px;
  transform: translateY(-50%);
}
@media (max-width: 768px){
.home-body .main-content .module-head-title::before, .home-body .main-content .module-head-title::after {
display:none !important;
}
}