body {
	overflow-x: hidden;
}
.home-container, .container, .layout-container { max-width: 1380px !important; }
.home-container { margin: 0 auto; padding: 0 15px; }
@media (min-width: 1400px) {
    .container, .layout-container { max-width: 1380px !important; }
}
.section-pad { padding: 80px 0; }
.h-section-title { font-size: 22px; font-weight: 700; margin-bottom: 0; }
.h-section-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
/* Card hover */
.product-card { border-radius:14px !important; box-shadow:0 2px 10px rgba(0,0,0,0.04) !important; transition:all 0.25s ease !important }
.product-card:hover { box-shadow:0 10px 30px rgba(0,0,0,0.1) !important; transform:translateY(-3px) !important }
.h-view-link { color: #1B5E20; font-weight: 600; font-size: 14px; white-space: nowrap; }
.h-view-link:hover { color: #2E7D32; text-decoration: none; }
.h-cat-tab .nav-link { border-radius: 30px; padding: 8px 24px; font-weight: 600; background: #f2f2f2; color: #555; margin: 0 4px; transition: 0.2s; }
.h-cat-tab .nav-link.active { background: #1B5E20; color: #fff; }
.h-cat-tab .nav-link:hover:not(.active) { background: #e0e0e0; }
.h-icon-box { text-align: center; background: #fff; border: 1px solid #eee; border-radius: 10px; padding: 24px 16px; transition: 0.2s; height: 100%; }
.h-icon-box:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.08); transform: translateY(-2px); }
.h-icon-box i { font-size: 36px; color: #1B5E20; margin-bottom: 10px; }
.h-icon-box h4 { font-size: 14px; font-weight: 600; margin: 0; }
.h-testimonial-card { background: #fff; border: 1px solid #eee; border-radius: 10px; padding: 20px; height: 100%; }
.h-testimonial-card .stars { color: #f5a623; font-size: 16px; margin-bottom: 8px; }
.h-testimonial-card p { font-size: 14px; color: #666; margin-bottom: 12px; }
.h-avatar { width: 44px; height: 44px; border-radius: 50%; background: #e8f5e9; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 16px; color: #1B5E20; }
.h-newsletter { background: linear-gradient(135deg, #e8f5e9, #c8e6c9); border-radius: 16px; padding: 48px 24px; text-align: center; }
.h-newsletter h3 { font-weight: 700; margin-bottom: 8px; }
.h-newsletter p { color: #555; margin-bottom: 20px; }
@media (max-width: 768px) {
    .h-section-title { font-size: 18px; }
    .section-pad { padding: 20px 0; }
}
.cat-circle {
    width: 100px; height: 100px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #fdf8ee 0%, #fdf8ee 40%, #f4efe4 70%, #fdf8ee 100%);
    border: 2px solid rgba(27,94,32,0.12);
    box-shadow: 0 4px 15px rgba(27,94,32,0.08), inset 0 2px 8px rgba(255,255,255,0.7);
    transition: all 0.3s ease;
}
.cat-circle:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 25px rgba(27,94,32,0.18), inset 0 2px 8px rgba(255,255,255,0.7);
}
.cat-circle-link { text-decoration: none !important; }
.cat-circle-link:hover { text-decoration: none !important; }
.product-carousel-wrap { position: relative; }
.cat-carousel-track { display: flex; gap: 16px; overflow-x: auto; scroll-behavior: smooth; padding: 8px 0; -ms-overflow-style: none; scrollbar-width: none; }
.cat-carousel-track::-webkit-scrollbar { display: none; }
.cat-carousel-item { min-width: 240px; max-width: 280px; flex-shrink: 0; }
.cat-carousel-prev, .cat-carousel-next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 40px; height: 40px; border-radius: 50%; background: #fff; border: 1px solid #ddd; cursor: pointer; font-size: 20px; color: #333; box-shadow: 0 2px 8px rgba(0,0,0,0.1); display: flex; align-items: center; justify-content: center; }
.cat-carousel-prev:hover, .cat-carousel-next:hover { background: #1B5E20; color: #fff; border-color: #1B5E20; }
.cat-carousel-prev { left: -15px; }
.cat-carousel-next { right: -15px; }
.proof-box:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.12); transform: translateY(-4px); }
.pushti-testimonial-section { padding: 60px 20px; background-color: #f9f6f1; overflow: hidden; }
.pushti-testimonial-container { max-width: 1380px; margin: 0 auto; }
.pushti-testimonial-header { text-align: center; margin-bottom: 30px; }
.pushti-testimonial-header h2 { font-size: 32px; font-weight: 700; color: #6B4423; display: inline-block; padding-bottom: 12px; position: relative; }
.pushti-testimonial-header h2::after { content: ''; display: block; width: 60px; height: 3px; background-color: #6B4423; margin: 10px auto 0; border-radius: 2px; }
.pushti-testimonial-track-wrapper { overflow: hidden; position: relative; }
.pushti-testimonial-track { display: flex; gap: 24px; width: max-content; animation: pushtiScroll 40s linear infinite; }
.pushti-testimonial-track:hover { animation-play-state: paused; }
@keyframes pushtiScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.pushti-testimonial-card { width: 340px; flex-shrink: 0; background-color: #E8A87C; border-radius: 16px; padding: 28px 24px; display: flex; flex-direction: column; gap: 14px; box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.pushti-stars { color: #f5a623; font-size: 20px; letter-spacing: 2px; }
.pushti-review-title { font-size: 15px; font-weight: 700; color: #3d2000; }
.pushti-review-text { font-size: 14px; color: #3d2000; line-height: 1.7; flex-grow: 1; font-style: italic; }
.pushti-reviewer-info { display: flex; align-items: center; gap: 12px; margin-top: 8px; border-top: 1px solid rgba(107,68,35,0.2); padding-top: 12px; }
.pushti-reviewer-avatar { width: 46px; height: 46px; border-radius: 50%; background-color: #6B4423; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; color: #fff; flex-shrink: 0; }
.pushti-reviewer-name { font-size: 14px; font-weight: 700; color: #3d2000; }
.pushti-reviewer-product { font-size: 12px; color: #5a3010; margin-top: 2px; }
@keyframes leafPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.15)}}
@keyframes bannerSlide{0%,100%{transform:translateX(0)}50%{transform:translateX(-360px)}}
@media (max-width: 768px) { .pushti-testimonial-section { padding: 40px 15px; } .pushti-testimonial-header h2 { font-size: 24px; } .pushti-testimonial-card { width: 280px; } }
@keyframes testimonialScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.testimonial-scroll-wrap:hover .testimonial-scroll-track{animation-play-state:paused}

/* ===== nexa-home utility classes ===== */
.nh-section-py { padding: 35px 0; }
.nh-section-fruits { padding: 50px 0 50px; position: relative; background: linear-gradient(180deg, #fff5ec 0%, #ffeed8 50%, #fff5ec 100%); overflow: hidden; }
.nh-section-veg { padding: 40px 0 60px; background: #fff; }
.nh-section-why { padding: 20px 0; background: #fff; }
.nh-section-pn { padding: 80px 0; position: relative; background: #fff; }
.nh-section-banner2 { padding-top: 20px; padding-bottom: 40px; }
.nh-section-tab { padding: 120px 0 140px; position: relative; overflow: hidden; }
.nh-section-mobile-cat { padding: 36px 0 36px; position: relative; overflow: hidden; }
.nh-section-featured { padding: 60px 0; position: relative; overflow: hidden; }
.nh-section-testimonials { padding: 80px 0; position: relative; overflow: hidden; }

.nh-promise-strip { background: linear-gradient(135deg, rgba(234, 248, 232, 0.9), rgba(248, 231, 177, 0.42)); border: 1px solid rgba(27, 94, 32, 0.09); border-radius: 8px; box-shadow: 0 14px 34px rgba(33, 73, 45, 0.08); padding: 16px 14px; }
.nh-promise-col { flex: 1; padding: 12px 8px; }
.nh-promise-row { display: flex; align-items: center; gap: 12px; }
.nh-icon-green { color: #1B5E20; }

.nh-badge { background: rgba(27, 94, 32, 0.08); color: #1B5E20; font-size: 12px; font-weight: 700; padding: 6px 18px; border-radius: 20px; margin-bottom: 12px; letter-spacing: 1.5px; text-transform: uppercase; }
.nh-badge-sm { background: rgba(27, 94, 32, 0.08); color: #1B5E20; font-size: 11px; font-weight: 700; padding: 4px 14px; border-radius: 20px; margin-bottom: 6px; letter-spacing: 1px; text-transform: uppercase; }
.nh-badge-gold { background: rgba(255, 255, 255, 0.12); color: #ffe379; font-size: 12px; font-weight: 700; padding: 6px 18px; border-radius: 20px; margin-bottom: 12px; letter-spacing: 1.5px; text-transform: uppercase; }

.nh-heading { font-size: 28px; font-weight: 700; color: #1b2e1b; margin-bottom: 0; }
.nh-heading-mb { font-size: 28px; font-weight: 700; color: #1b2e1b; margin-bottom: 15px; }
.nh-heading-sm { font-size: 20px; font-weight: 700; color: #1b2e1b; margin-bottom: 0; }
.nh-heading-light { font-size: 32px; font-weight: 800; color: #fff; margin-bottom: 15px; }

.nh-divider { display: flex; align-items: center; justify-content: center; gap: 0; margin-bottom: 5px; }
.nh-divider-mb { display: flex; align-items: center; justify-content: center; gap: 0; margin-bottom: 15px; }
.nh-divider-line-l { flex-grow: 1; height: 2px; background: linear-gradient(90deg, transparent, #1B5E20); max-width: 120px; }
.nh-divider-line-r { flex-grow: 1; height: 2px; background: linear-gradient(90deg, #1B5E20, transparent); max-width: 120px; }
.nh-divider-line-l-light { flex-grow: 1; height: 2px; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4)); max-width: 100px; }
.nh-divider-line-r-light { flex-grow: 1; height: 2px; background: linear-gradient(90deg, rgba(255, 255, 255, 0.4), transparent); max-width: 100px; }

.nh-leaf-circle { width: 40px; height: 40px; border-radius: 50%; background: #1B5E20; display: flex; align-items: center; justify-content: center; margin: 0 10px; animation: leafPulse 2s infinite; }
.nh-leaf-circle-light { width: 38px; height: 38px; border-radius: 50%; background: rgba(255, 255, 255, 0.15); display: flex; align-items: center; justify-content: center; margin: 0 10px; animation: leafPulse 2s infinite; }
.nh-leaf-icon { color: #fff; font-size: 18px; }
.nh-leaf-icon-gold { color: #ffe379; font-size: 18px; }

.nh-curve-top { position: absolute; top: -2px; left: 0; width: 100%; line-height: 0; z-index: 1; }
.nh-curve-bottom { position: absolute; bottom: -2px; left: 0; width: 100%; line-height: 0; z-index: 1; }
.nh-svg-30 { width: 100%; height: 30px; }
.nh-svg-40 { width: 100%; height: 40px; }
.nh-svg-60 { width: 100%; height: 60px; }
.nh-svg-80 { width: 100%; height: 80px; }
.nh-svg-150 { width: 100%; height: 150px; }
.nh-z-2 { z-index: 2; }

.nh-mt-15 { margin-top: 15px; }
.nh-section-desc { font-size: 15px; color: #666; max-width: 550px; margin: 0 auto; }

.nh-fcat-item { padding-bottom: 30px; overflow: visible !important; }
.nh-fcat-card { border-radius: 16px; min-height: 240px; display: flex; flex-direction: column; align-items: center; padding: 20 px 15px 25px; position: relative; }
.nh-fcat-label { font-size: 15px; font-weight: 700; color: #1B5E20; margin-top: 15px; margin-bottom: 15px; }
.nh-fcat-img-wrap { width: 150px; height: 150px; overflow: hidden; padding: 5px; }
.nh-fcat-img { object-fit: cover; border-radius: 8px; }
.nh-fcat-btn-wrap { text-align: center; margin-top: -18px; position: relative; z-index: 5; }
.nh-btn-shop-now { display: inline-block; padding: 10px 22px; background: #1B5E20; color: #fff; font-weight: 700; font-size: 12px; border-radius: 25px; text-decoration: none; box-shadow: 0 4px 15px rgba(27, 94, 32, 0.3); white-space: nowrap; }

.nh-tab-nav { gap: 10px; }
.nh-tab-btn { border-radius: 30px; padding: 12px 28px; font-weight: 600; font-size: 15px; min-height: 48px; display: flex; align-items: center; transition: all 0.3s; background: #fff; color: #1B5E20; border: 2px solid #e0e0e0; }
.nh-tab-btn-active { border-radius: 30px; padding: 12px 28px; font-weight: 600; font-size: 15px; min-height: 48px; display: flex; align-items: center; transition: all 0.3s; background: #1B5E20; color: #fff; box-shadow: 0 4px 15px rgba(27, 94, 32, 0.3); transform: translateY(-2px); }
.nh-tab-icon { border-radius: 3px; margin-right: 6px; vertical-align: middle; }
.nh-tab-panels-wrap { border-radius: 16px; padding: 30px 20px; }

.nh-why-card { text-align: center; padding: 30px 16px 24px; border-radius: 16px; background: #fff; border: 1px solid rgba(27, 94, 32, 0.06); height: 100%; position: relative; transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 2px 15px rgba(0, 0, 0, 0.03); }
.nh-why-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); color: #fff; font-size: 11px; font-weight: 800; width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12); }
.nh-why-icon-circle { width: 58px; height: 58px; border-radius: 50%; background: linear-gradient(135deg, rgba(27, 94, 32, 0.06), rgba(27, 94, 32, 0.12)); display: flex; align-items: center; justify-content: center; margin: 8px auto 14px; transition: all 0.3s; }
.nh-why-icon { color: #1B5E20; transition: all 0.3s; }
.nh-why-title { font-size: 15px; font-weight: 700; margin-bottom: 6px; color: #1b2e1b; }
.nh-why-text { font-size: 12px; color: #777; margin: 0; line-height: 1.5; }
.nh-why-ribbon { position: absolute; bottom: 0; left: 0; right: 0; height: 3px; border-radius: 0 0 16px 16px; opacity: 0; transition: opacity 0.3s; }

.nh-video-wrap { border-radius: 20px; overflow: hidden; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08); height: 100%; }
.nh-video-ratio { position: relative; padding-bottom: 56.25%; height: 0; }
.nh-video-iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

.nh-cta-box { background: linear-gradient(135deg, #1B5E20, #2e7d32); border-radius: 20px; padding: 28px 20px; text-align: center; }
.nh-cta-title { color: #fff; font-weight: 800; font-size: 16px; margin-bottom: 6px; }
.nh-cta-text { color: rgba(255, 255, 255, 0.8); font-size: 12px; margin-bottom: 16px; line-height: 1.5; }
.nh-cta-btn { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: #1B5E20; font-weight: 700; font-size: 13px; padding: 11px 24px; border-radius: 25px; text-decoration: none; transition: 0.2s; }

.nh-testimonial-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(27, 94, 32, 0.95) 0%, rgba(18, 53, 20, 0.96) 100%); }
.nh-deco-circle-tl { position: absolute; top: 15%; left: -40px; width: 160px; height: 160px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.08); pointer-events: none; }
.nh-deco-circle-br { position: absolute; bottom: 10%; right: -60px; width: 200px; height: 200px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.06); pointer-events: none; }

.nh-stats-panel { background: rgba(255, 255, 255, 0.06); border-radius: 20px; padding: 40px 30px; height: 100%; border: 1px solid rgba(255, 255, 255, 0.08); backdrop-filter: blur(10px); text-align: center; position: relative; overflow: hidden; }
.nh-stats-deco { position: absolute; top: -30px; right: -30px; width: 100px; height: 100px; border-radius: 50%; background: rgba(255, 255, 255, 0.03); pointer-events: none; }
.nh-quote-icon { color: rgba(255, 255, 255, 0.15); }
.nh-stats-title { font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 25px; line-height: 1.4; }
.nh-stats-gap { gap: 20px; }
.nh-stat-item { background: rgba(255, 255, 255, 0.05); border-radius: 12px; padding: 16px 12px; }
.nh-stat-number { color: #ffe379; }

.nh-review-card { background: rgba(255, 255, 255, 0.07); border-radius: 16px; padding: 28px 22px; height: 100%; border: 1px solid rgba(255, 255, 255, 0.08); position: relative; }
.nh-review-quote { position: absolute; top: 16px; right: 18px; color: rgba(255, 255, 255, 0.06); font-size: 56px; line-height: 1; }
.nh-review-stars { color: #ffe379; font-size: 15px; margin-bottom: 12px; letter-spacing: 1px; }
.nh-review-text { font-size: 14px; color: rgba(255, 255, 255, 0.85); line-height: 1.7; margin-bottom: 20px; position: relative; }
.nh-review-footer { gap: 12px; border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 16px; }
.nh-review-avatar { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, #ffe379, rgba(255, 255, 255, 0.3)); color: #1B5E20; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 18px; flex-shrink: 0; overflow: hidden; }
.nh-review-avatar-img { width: 100%; height: 100%; object-fit: cover; }

@media(min-width:1200px){.h-xl-553px{height:550px!important}}
@media(max-width:767px){.h-180px{height:460px!important}}

@media (min-width: 1200px) {
  .h-xl-400px, .size-xl-400px {
    height: 480px;
  }
}

.category-slide-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #1b5e20;
    margin-bottom: 15px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .category-slide-image img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    display: block;
    margin: auto;
    transition: transform 0.3s ease;
  }

  .category-slide:hover .category-slide-image img {
    transform: scale(1.1);
  }

  .category-slide-name {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    word-break: break-word;
    line-height: 1.4;
    max-width: 120px;
  }
 .fs-13  {
	font-size: 14px !important;
}.fs-12  {
	font-size: 14px !important;
}
p{font-size: 14px !important;}.text-muted {
	color: #333 !important;
}

.why-card:hover {transform:translateY(-6px)!important;box-shadow:0 14px 35px rgba(27,94,32,0.1)!important;border-color:rgba(27,94,32,0.15)!important}
.why-card:hover .why-icon-circle {background:linear-gradient(135deg,rgba(27,94,32,0.1),rgba(27,94,32,0.18))!important;transform:scale(1.08)}
.why-card:hover .why-icon-circle i {color:#1B5E20!important}
.why-card:hover .why-card-ribbon {opacity:1!important}

.farm-gallery-item:hover img{transform:scale(1.06)}
.farm-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,0.15);}

.blog-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(27,94,32,0.1)!important}
.blog-card:hover img{transform:scale(1.05)}

.blog-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(27,94,32,0.1)!important}
.blog-card:hover img{transform:scale(1.05)}
.category-slide-image{width:120px;height:120px;border-radius:50%;overflow:hidden;background-color:#1b5e20;margin-bottom:15px;flex-shrink:0;display:flex;align-items:center;justify-content:center}
@media (max-width:767px){
    .mobile-img-auto-height img{height:auto!important;width:100%}
    .aiz-carousel{height:auto!important}
    .home-slider .aiz-carousel{height:auto!important;max-height:250px}
    .home-slider .aiz-carousel img{height:auto!important;width:100%;max-height:250px;object-fit:cover}
    .cat-carousel-item{min-width:160px!important;max-width:180px!important}
    .cat-carousel-track{gap:10px}
    .cat-carousel-prev,.cat-carousel-next{width:32px;height:32px;font-size:16px}
    .mp-hero h1{font-size:24px!important}
    .product-carousel-wrap{margin:0 8px}
}
@media (max-width:991px){
    .home-banner-area .container{padding:0!important;max-width:100%!important}
    .home-banner-area .mt-4{margin-top:0!important}
    .home-banner-area .col-lg-4{display:none!important}
    .home-banner-area .col-lg-8{flex:0 0 100%;max-width:100%;padding:0}
    .home-slider .rounded-2,.home-slider img.rounded-2{border-radius:0!important}
    .home-slider .h-180px.h-md-320px.h-lg-360px.h-xl-400px{height:240px!important}
    /* Prevent horizontal scroll on mobile */
    body,html,section,.container{max-width:100vw!important;overflow-x:hidden!important}
    .container{padding-left:12px!important;padding-right:12px!important}
    img{max-width:100%;height:auto}
    /* Hide desktop tabbing, show mobile sections */
    #tabbing-desktop{display:none!important}
    .mobile-cat-sections{display:block!important}
    /* Order checkout/cart - review first */
    .checkout-reorder{display:flex!important;flex-direction:column!important}
    .checkout-reorder #cart_summary{order:1!important}
    .checkout-reorder .col-lg-8{order:2!important}
    .aiz-carousel .product-box-1 h5,.aiz-carousel h5{font-size:13px!important}
    .aiz-carousel .product-box-1 .fs-14{font-size:12px!important}
    section h2{font-size:22px!important;text-transform:uppercase!important;letter-spacing:0.5px}
    section h3{font-size:13px!important;min-height:32px!important;text-transform:uppercase!important;letter-spacing:0.3px}
    .product-card{background:#fff;border-radius:14px;overflow:hidden;transition:all 0.35s cubic-bezier(0.25,0.8,0.25,1.2);height:100%;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,0.05);box-shadow:none!important;position:relative;min-height:356px!important}
    .p-price{font-size:13px!important;font-weight:700!important;color:#1B5E20!important}
}
@media (min-width:992px){
    .mobile-cat-sections{display:none!important}
    .checkout-reorder #cart_summary{order:0!important}
    .checkout-reorder .col-lg-8{order:0!important}
}

.product-carousel-wrap{position:relative;margin:0 20px}
.cat-carousel-track{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;padding:8px 0;-ms-overflow-style:none;scrollbar-width:none}
.cat-carousel-track::-webkit-scrollbar{display:none}
.cat-carousel-item{min-width:220px;max-width:260px;flex-shrink:0}
.cat-carousel-prev,.cat-carousel-next{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #ddd;cursor:pointer;font-size:20px;color:#333;box-shadow:0 2px 8px rgba(0,0,0,0.1);display:flex;align-items:center;justify-content:center}
.cat-carousel-prev:hover,.cat-carousel-next:hover{background:#1B5E20;color:#fff;border-color:#1B5E20}
.cat-carousel-prev{left:-15px}
.cat-carousel-next{right:-15px}
