/* Custom css goes here */

@media (min-width: 1200px) {
    #index #wrapper .container{
        padding-left: 0;
        padding-right: 0;
        width: 1370px;
    }
    .h4b-wrap,  .hib-wrapper, .featured-products  {
        margin: 50px 100px;
    }

  }

.carousel .carousel-inner {
	height: auto;
}
a:hover{
    color: #51a52e;
}


/*Homepage product slider*/
/* ===== Home product sliders (Popular / Best sellers / New products) ===== */

/* Make the section a positioning context for arrows/dots */
section.featured-products.js-home-swiper-ready{
  position: relative;
}

/* The Swiper container */
section.featured-products.js-home-swiper-ready .products.swiper{
  padding-bottom: 42px; /* space for dots */
}

/* Ensure slides are full height and not squeezed */
section.featured-products.js-home-swiper-ready .swiper-slide{
  height: auto;
}

/* --- Pagination (dots) --- */
section.featured-products.js-home-swiper-ready .swiper-pagination{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  width: 100%;
  text-align: center;
  z-index: 5;
}

/* --- Arrows --- */
section.featured-products.js-home-swiper-ready .swiper-button-prev,
section.featured-products.js-home-swiper-ready .swiper-button-next{
  position: absolute;
  top: calc(50% + 10px); /* centered on products area, not on title */
  transform: translateY(-50%);
  z-index: 10;

  width: 40px;
  height: 40px;
  margin-top: 0;

  /* optional: keep them visible on any background */
  background: rgba(255,255,255,.92);
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0,0,0,.12);
}

/* Place them slightly outside the product area */
section.featured-products.js-home-swiper-ready .swiper-button-prev{ left: -14px; }
section.featured-products.js-home-swiper-ready .swiper-button-next{ right: -14px; }

/* Arrow icon sizing (Swiper default uses :after) */
section.featured-products.js-home-swiper-ready .swiper-button-prev:after,
section.featured-products.js-home-swiper-ready .swiper-button-next:after{
  font-size: 16px;
  font-weight: 700;
}

/* Hide arrows on small screens (optional, swipe is enough) */
@media (max-width: 575px){
  section.featured-products.js-home-swiper-ready .swiper-button-prev,
  section.featured-products.js-home-swiper-ready .swiper-button-next{
    display: none;
  }
  section.featured-products.js-home-swiper-ready .products.swiper{
    padding-bottom: 36px;
  }
}

/* Prevent "All products" link from colliding with dots */
section.featured-products.js-home-swiper-ready .all-product-link{
  position: relative;
  z-index: 6;
  margin-top: 8px;
}
.block-social ul li {

	background-color: #24b9d7;
}

.block-category .block-category-inner .category-cover img {
	width: 100%;
	height: auto;
}

.add-to-cart {
	background-color: #51a52e;
}
.add-to-cart:hover {
	background-color: #ffffff;
	color: #51a52e;
}
.wishlist-button-add i {
	color: #51a52e;
}
.current-price-value {
	color: #51a52e;
}
#blockEmailSubscription_displayFooterBefore .btn-primary {
	background-color: #51a52e;
}
.ns-hrs__nav--next {
	right: -30px;
}
.ns-hrs__nav--prev {
	left: -30px;
}
.ns-hrs {
    margin-top: 50px;
    padding: 50px 100px;
     }
  .ns-hrs__head {
	padding-top: 10px;
}