@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');
/* font-family: "Poppins", sans-serif;  */

body, p, h1, h2, h3, h4, h5, h6, a, .cs-navbar ul li .navPages-action{ font-family: "Poppins", sans-serif; }

.testimonial-section .slick-next, .testimonial-section .slick-prev, .testimonial-section .slick-next:focus, .testimonial-section .slick-next:hover, .testimonial-section .slick-prev:focus, .testimonial-section .slick-prev:hover{ border:0 !important; }
.body { margin-bottom: 2rem; }

.site-header{ border-bottom:solid 1px #ddd; }
.top-bar{ background:none; border:0; padding:13px 0 0 0; }
[data-content-region="header_bottom"]{ display:none; }
.main-header{ padding:10px 0 15px; }
.cs-navbar ul li .navPages-action{ font-weight:600; line-height: 1; padding: 5px 10px; }
.cs-navbar ul li .navPages-action.is-open, .cs-navbar ul li .navPages-action:hover{ color: #316238; }
.cs-navbar ul li .navPages-action.is-open svg, .cs-navbar ul li .navPages-action:hover svg{ fill: #316238; stroke: #316238; }
.header-navUser .navUser-section > li.navUser-item--phone a{ font-size: 20px; font-weight: 600; }
.top-bar ul.top-bar-menu > li > a{ color:#316238; font-size: 18px; font-weight: 600; padding: 0 1rem; }
.top-bar a:not(.button) .icon svg { fill: #316238; stroke: #316238; }
.top-bar ul.top-bar-menu > li #trigger-overlay .shop-nav-icon { width: 1.1rem; }
.top-bar ul.top-bar-menu > li #trigger-overlay .shop-nav-icon:after, .top-bar ul.top-bar-menu > li #trigger-overlay .shop-nav-icon:before, .top-bar ul.top-bar-menu > li #trigger-overlay .shop-nav-icon span{ background-color: #316238; }
.header-navUser .navUser-section > li.navUser-item--phone a:hover{color:#316238;  }
.site-header.scrolled .cs-navbar.navbar-fixed{ position: inherit; }
.cs-navbar .single-menu-cate .menu-featured-product .mini-productList .mini-product .epic-mini-product-card{ background:#f5f5f5; }

.header-navUser .navUser-section > li > a .icon svg { fill: rgba(0,0,0,0.6); stroke: none; }
.header-navUser .navUser-section > li > a .icon:hover svg { fill: rgba(0,0,0,1); }
.header-navUser .navUser-section > li > a{ padding:10px 7px; }
.header-navUser .navUser-section > li.menu-item-dropdown:hover .menu-dropdown-list{ background: #f5f5f5; }
.header-navUser .navUser-section > li.menu-item-dropdown .menu-dropdown-list li a{ color:#333; }
.header-navUser .navUser-section > li.navUser-item--cart .icon{ width:29px; height:31px; }
.cs-navbar .single-menu-cate h4{ color:#316238; }

.mega-carousel .mega-carousel-content-wrap{ padding:20px 0; }
.mega-carousel .mega-carousel-content-wrap .mega-carousel-content.box-diamond .mega-content-slide .mega-slide-content::before{ border:0; border-radius:33px; background-color: #D6DEE0; color: #000;	}
.mega-carousel .mega-carousel-content-wrap .mega-carousel-content .mega-content-slide .mega-slide-content .mega-slide-title{ color: #000 !important;
font-size: 18px !important; font-weight: 600; text-transform:none; }
.mega-carousel .mega-carousel-content-wrap .mega-carousel-content .mega-content-slide .mega-slide-content .mega-slide-subtitle { color: #000 !important; font-size: 14px !important; font-weight: 500; }
.mega-carousel .mega-carousel-content-wrap .mega-carousel-content.box-diamond .mega-content-slide .mega-slide-content .mega-slide-text { padding:0 7%; }
.mega-carousel .mega-carousel-content-wrap .mega-carousel-content.box-diamond .mega-content-slide.slick-current .mega-slide-content:before{ background:#DCC22A; border:0; }
.mega-carousel .mega-carousel-content-wrap .row{ align-items: center !important; justify-content: space-between; }
.mega-carousel .mega-carousel-content-wrap .mega-carousel-caption h2{ color: #316238; font-size: 60px; font-weight: 700; text-transform: none; line-height:1.1; text-shadow: 0px 0px 20px rgba(255, 255, 255, .8); }
.mega-carousel .mega-carousel-content-wrap .mega-carousel-caption p{ color: #000; font-size: 35px; font-weight: 400; line-height: 1.08; text-transform:none; margin:22px 0 30px; } 
.mega-carousel .mega-carousel-content-wrap .mega-carousel-caption a.mc-btn-large{ border-radius: 8px; background: #DCC22A; box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05); color: #000;  font-size: 16px;  font-weight: 500; line-height: 1.5; }
.mega-carousel .mega-carousel-content-wrap .mega-carousel-caption a.mc-btn-large:hover{ background:#316238; color:#fff; }
.mega-carousel .mega-carousel-content-wrap .ecol-xl-4{ flex: 0 0 27%; max-width: 27%; }


.establish-tagline{ color: #000; text-align: center; font-size: 40px; font-weight: 500; line-height: normal; margin:50px 15px; line-height:1.2; }
.categories-home { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 20px; padding:0 10px; }
.categories-home img{ width:100%; }
.category-box{ position:relative; }
.category-box:first-child{grid-column: span 2;  }
.category-box:nth-child(2){ grid-column: span 2; grid-row:span 2; }
.category-box-content{ position:absolute; left:0; top:30px; bottom:30px; margin:0 30px; width:calc(100% - 60px);padding:20px 30px; border:solid 1px transparent; transition:all ease 0.5s; }
.category-box:hover .category-box-content{ background: rgba(49, 98, 56, 0.20); border:solid 1px #316238;  }
.category-box-content h4{ color: #000; font-size: 24px; font-weight: 600; line-height: normal; margin:0; }
.category-box-content p{ margin:13px 0; color: #000; font-size: 16px; font-weight: 400; line-height: 1.25; max-width:270px; }
.category-box:nth-child(2) p{ max-width:250px; font-size:18px; }
.category-box a{ color: #000; font-weight: 600; line-height: normal; text-decoration-line: underline; font-size: 18px; text-transform: uppercase; }  
.category-box a:hover{ text-decoration:none; }
.category-box-content-inner{ float:right; }
.category-box:nth-child(2) .category-box-content-inner{ min-width:380px; }

.featured-product-section{ padding:70px 0 40px; }
.featured-product-section h2.section-title,
.new-product-section h2.section-title{ margin-bottom:0; }
h2.section-title{color: #000; font-size: 35px; font-weight: 700; text-transform: uppercase; margin-bottom:40px; }
.card-brand{ min-height:26px; }
.card-brand p.card-text{ color: #666; font-size: 15px; font-weight: 400; line-height: 1.45; margin-bottom:10px; }
h4.card-title{ font-weight:600; line-height:1.3; height:68px; overflow:hidden; }
.card-img-container::after { padding-bottom: 110%; }
.card{ margin-bottom:50px; }
.card .sale-flag-sash{ width:51px; height:51px; left:0; top:20px; left:20px; border-radius:10px; }
.card .sale-flag-sash .sale-text{ transform: rotate(45deg); position: absolute; left: 3px; right: 0; top:10px; color: #FFF;
text-align: center; font-size: 14px; font-weight: 600; line-height: 1; text-transform: uppercase; }
.card-image{ max-width:80% ; max-height:80%; }

.blog-section.home-section{ padding:80px 0 40px; } 
.blog-section.home-section h2.section-title{ margin-bottom:0; }
.b-post .b-post-content .b-post-desc .b-blog-info{ background:#DCC22A; }
.b-post .b-post-content .b-post-desc .b-blog-info p{ color:#000; font-size: 13px; font-weight: 600; }
.blog-section .more-post i{ margin-left:7px; }
.blog-section .b-post .b-post-content .b-post-desc .b-post-title{ height: 73px; overflow: hidden; margin-bottom: 10px; padding-bottom: 0; }
.blog-section .blog-post-grid .slick-prev{ left:15px !important; }
.blog-section .blog-post-grid .slick-next{ right:15px !important; }
.site-content article.blog .blog-post-figure{ display:none; }
.site-content article.blog .blog-post-body h3{ margin:20px 0 10px; }
.site-content article.blog .blog-post-body a{ color: #316238; text-decoration:underline; }
.site-content article.blog .blog-post-body a:hover{ color: #000; }
.site-content article.blog .blog-post-body table{ border:solid 1px #ddd; }
.site-content article.blog .blog-post-body td { border: solid 1px #ddd; padding: 10px; margin: 0; }
.site-content article.blog .blog-post-body td p{ margin:0; }

.site-content article.blog .blog-title a{ text-decoration:none; text-decoration: none; }


.testimonial-section .section-heading .section-title, .testimonial-section .section-heading .section-subtitle{ color:#000; }
.testimonial-section h2.section-title{ margin:0; }
.testimonial-item-inner{ text-align:center; }
.testimonial-section .testimonial-content .testimonial-item .testimonial-info{ padding-left:0; }
.testimonial-section .testimonial-content .testimonial-item .testimonial-info img{ width:auto; display:inline-block; border-radius:100%; }
.testimonial-section .testimonial-content .testimonial-item .testimonial-info:before{ background:url(../img/quote-testimonial.png) no-repeat left top; width:39px; height:30px; content:''; opacity:1; left:11%; }
.testimonial-content .testimonial-item{ height:auto !important; }
.testimonial-content .testimonial-item-inner{ height:auto !important; }
.testimonial-section .testimonial-content{ padding-top:30px; }
.testimonial-section .testimonial-content .testimonial-item .testimonial-info h4{ margin-top:20px; color:#000; }
.testimonial-section .testimonial-content .testimonial-item .testimonial-info p{ font-size: 15px; opacity:.7; margin-bottom:14px; }
.testimonial-section .testimonial-content .testimonial-item .testimonial-text{ max-width:270px; margin:0 auto; }
.testimonial-section .testimonial-content .testimonial-item .testimonial-text p{ font-size: 16px; opacity:.7; }

.footer-store-info .container,
.main-footer .container,
.copyright-info .container{ max-width:1630px; }
.footer-store-info{ background: #316238; padding:25px 0; }
.footer-store-info .site-footer-logo .footer-logo-text,
.footer-store-info .footer-pm p a, 
.footer-store-info p{ color:#fff; line-height:1.3; margin-bottom:18px; }

.footer-store-info .container .align-items-center{ justify-content: space-between; }
.footer-logo { max-width: 190px; }
.footer-store-info .site-footer-logo .footer-logo-text{ text-align:left; padding:0; color: #DCC22A;  font-size: 30px; font-weight: 700;
line-height: 1; text-transform: uppercase; }
.footer-store-info p svg{ margin-right:10px; vertical-align:middle; }
.footer-store-info .footer-pm p a{ font-weight: 400; }
.footer-store-info p a{ font-size: 14px; line-height: normal; }
.footer-store-info p a:hover,
.footer-address-location p:hover{ color:#DCC22A; }
.footer-store-info p:last-child{ margin-bottom:0; }
.footer-address-location p:last-child { display:flex; }
.footer-store-info .footer-address{ padding-left:0; }
.footer-newsletter-main { max-width: 30%; flex: 0 0 30%; }
.footer-store-info .footer-newsletter h4{ color: #FFF; font-size: 20px; font-weight: 600; text-transform:none; }
.footer-store-info .footer-newsletter .form .form-field .f-form-field .form-input{ background:#5A9162; border:0; height: auto;  padding: 14px 145px 14px 24px; color:#fff; }
.footer-store-info .footer-newsletter .form .form-field .f-form-field .form-input::placeholder{ color:#fff; }
.footer-store-info .footer-newsletter .form .form-field .f-form-field .button{ background: #DCC22A; height: auto; padding: 15px 25px; top: 3px; right: 3px; font-size:16px; font-weight:500; }
.footer-store-info .footer-newsletter .form .form-field .f-form-field .button:hover{ background: #316238; color:#fff; }


.main-footer{ background:#fff; padding: 70px 0 ; }
.main-footer h4{ color: #316238; font-size: 20px; font-weight: 700; text-transform: uppercase; }
.main-footer a, .main-footer .account-menu nav ul li.navBar-item a{ color: #3C3C3C; font-size: 14px;font-weight: 400; } 
.main-footer a:hover, .main-footer .account-menu nav ul li.navBar-item a:hover{ color: #316238; } 
.footer-usp{ display:flex; flex-wrap:wrap; }
.footer-usp-content{ width:50%; text-align:center; margin:25px 0; }
.footer-usp-content p{ margin:5px 0 0 0; color: #818181; font-size: 15px; font-weight: 500; line-height: 1.33; }
.footer-customer-info p a{  word-wrap: break-word; }
.f-brands-menu .footer-info-list li:last-child a{ text-decoration:underline; }
.footer-store-info .site-footer-logo .footer-logo-text{ letter-spacing:0; }


.copyright-info{ background:#fff; border-top:solid 1px rgba(0,0,0,.2); padding: 20px 0; }
.payment-icons-footer{ text-align:right; }
.copyright-info p{ color: #000; font-size: 15px; font-weight: 500; }
.copyright-info .col-12.col-md-7 p{ display:inline-block; }  
.copyright-info .col-12.col-md-7 span.bull{ color: rgba(0, 0, 0, 0.20); padding:0 10px; }

.page-content.page-content--centered p, .page-content.page-content--centered p span{ font-family: "Poppins", sans-serif !important; }
.add-to-cart-buttons #form-action-addToCart{ background:#316238; border-color:#316238; }
.add-to-cart-buttons #form-action-addToCart:hover{ background:#DCC22A; border-color:#DCC22A; }
.productView-description #tab-description p, .productView-description #tab-description p span,
p span{ font-family: "Poppins", sans-serif !important; }

.productView-images .productView-image{ border:solid 10px #f5f5f5; padding:30px; }  
.productView-details{ background:#f5f5f5; padding:0 30px; }
.productView-product .productView-title{ line-height:1.3; margin:25px 0 10px; }
.productView-details .productView-rating{ border-top:solid 1px #ddd; border-bottom:solid 1px #ddd; padding:10px 0; margin-bottom:20px; }
.productView-product{ padding-bottom:0; }
.productView-details.product-options{ padding-top:15px; }
.productView-details.product-options .productView-options{ margin-bottom:22px; } 
.productView-details.product-options  .socialLinks{ border-top:solid 1px #ddd; padding:15px 0; }
.form-increment .button[data-action="dec"]{ border-radius:25px 0 0 25px; background:#fff; }
.form-increment .button[data-action="inc"]{ border-radius:0 25px 25px 0; background:#fff; }
.form-increment .button{ width:46px; height:46px; }
.form-increment .form-input--incrementTotal{ border-radius:0; width:70px; border-top:solid 1px #cccccc; border-bottom:solid 1px #cccccc; }
.form-wishlist{ margin-bottom:0; }
.form-increment .form-input--incrementTotal{ margin: 0 -5px; height:46px; }
.form-option-wrapper .form-option{ border:solid 2px #ccc; background:#fff; padding:3px 10px; font-weight:500; }
.form-radio:checked + .form-option{ border-color:#316238; color:#316238; }
.productView-images{ margin-bottom:0; }
article.productView-description{ padding-top:40px; }
.productView-rating > span{ margin-right:10px; }
.productView-rating span,
.productView-rating .productView-reviewLink--new{ font-size:13px; }
.form-wishlist .button { background: #fff; }
.productView .productView-details .socialLinks .icon{ width:35px !important; height:35px; }
.productView-details .socialLinks .socialLinks-item{ margin-right:5px; }
.epic-product-card .card-body .e-card-footer .e-card-figcaption-body{ bottom:-2px; }
.productView-brand { font-size: 16px; }
.productView-brand a { color:#666; }
.productView-details .productView-options .form-field.form-field--stock{ margin-bottom:0; }
.productView-details .productView-options .form-field{ margin-bottom:0; }
.modal .modal-content .productView-details .productView-options .form-field{ margin-right:0; }
.productView-details .productView-options .form-wishlist a.button{ padding-left: 20px; padding-right: 20px; margin-bottom:0; }
#add-to-cart-wrapper .form-field--increments{ margin-right:0; width:100%; margin-top:10px; margin-bottom:20px; }
.productView-details .productView-options .add-to-cart-buttons{ padding-left:0; }
#wishlist-dropdown.is-open .button{ padding:8px 0; }
#wishlist-dropdown.is-open li:first-child .button{ padding-top:20px; }
#wishlist-dropdown.is-open li:last-child .button{ padding-bottom:20px; }
.productView-thumbnails .productView-thumbnail .productView-thumbnail-link{ max-width:96%; }
.modal .previewCart .productView{ margin: 20px 0 0 0; }
.modal .previewCart .productView h2.productView-title{ padding-top:12px; }
.modal .previewCart .previewCartCheckout a.button { padding-left:10px; padding-right:10px; }
.page-content form.actionBar .form-select{ border-radius:5px; height: auto; line-height: 1.5; }
.page-sidebar .sidebarBlock .navList .navList-action.reset-btn{ background: #DCC22A; padding:5px 15px; font-weight:600; margin-top:7px; border-radius:20px; } 
.compareTable-removeProduct { width:30px; height:30px; }
.compareTable-removeProduct .icon { height: 15px; margin-top: 0.3rem; width: 15px; }
.account .account-body{ margin:0; }

@media only screen and (min-width: 768px) {
.mega-carousel.hc-left .mega-carousel-content-wrap .mega-carousel-content.box-diamond .mega-content-slide:nth-child(3n), .mega-carousel.hc-left .mega-carousel-content-wrap .mega-carousel-content.box-diamond .mega-content-slide:nth-child(5n), .mega-carousel.hc-right .mega-carousel-content-wrap .mega-carousel-content.box-diamond .mega-content-slide:nth-child(3n), .mega-carousel.hc-right .mega-carousel-content-wrap .mega-carousel-content.box-diamond .mega-content-slide:nth-child(5n) { margin-top: -34.3333%; }
.mega-carousel.hc-left .mega-carousel-content-wrap .mega-carousel-content.box-diamond .mega-content-slide:nth-child(2n), .mega-carousel.hc-right .mega-carousel-content-wrap .mega-carousel-content.box-diamond .mega-content-slide:nth-child(2n){         margin-left: 38.3333%; margin-top: -34.3333%; }
.mega-carousel.hc-right .mega-carousel-content-wrap .mega-carousel-caption { text-align: left;  margin-left: 0; max-width:480px; }
.mega-carousel.hc-left .mega-carousel-content-wrap .container, .mega-carousel.hc-right .mega-carousel-content-wrap .container{ max-width:1600px; }
}

@media (min-width: 801px) {
.header-logo-text { color: #316238; font-size: 32px; font-weight: 700; line-height: normal; text-transform: uppercase; letter-spacing:0; }
.slick-next, .slick-prev, .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover{ border:solid 1px #000 !important; }
.cs-navbar .nav-deep-3 ul li.navPages-item-page .navPage-subMenu{ background:#f5f5f5; padding:10px 0 !important; }
.cs-navbar .nav-deep-3 ul li.navPages-item-page .navPage-subMenu ul li .navPage-subMenu-action{ text-transform:none; font-weight:500; color:#000 !important; line-height:1.3; font-size:14px; }
.cs-navbar .nav-deep-3 ul li.navPages-item-page .navPage-subMenu ul li .navPage-subMenu-action:hover{ color:#316238 !important; }


}

@media (min-width: 1220px) {
.footer-customer-info { width: 360px; flex: 0 0 360px; max-width: inherit; }
}

@media (min-width: 1401px) {
.site-header .main-header.mob-hide .row .col-md-3{ flex: 0 0 25%; max-width: 25%; }
.site-header .main-header.mob-hide .row .col-md-5{ flex: 0 0 53%; max-width: 53%; padding:0; }
.site-header .main-header.mob-hide .row .col-md-4{ flex: 0 0 22%; max-width: 22%; }
.site-header .main-header.mob-hide .row .col-md-5 .cs-navbar .navPages ul.navPages-list{ display: flex; justify-content: space-between; }	
}

@media (max-width: 1750px){
.header-logo-text{ font-size:23px; }	
}

@media (max-width: 1600px){
.mega-carousel .mega-carousel-content-wrap .ecol-xl-4 { flex: 0 0 29%; max-width: 29%; }
.category-box-content{ top:0; bottom:0; margin:0; width:100%; }
.category-box:nth-child(2) .category-box-content-inner { min-width: 300px; }
.site-header .main-header.mob-hide .row .col-md-3{ flex: 0 0 20%; max-width: 20%; }
.site-header .main-header.mob-hide .row .col-md-5{ flex: 0 0 55%; max-width: 55%;  }
.site-header .main-header.mob-hide .row .col-md-4{ flex: 0 0 25%; max-width: 25%; } 
.header-logo-text{ font-size:20px; }
.cs-navbar ul li .navPages-action{ font-size:14px; }
}

@media (max-width: 1400px){
.main-header .col-md-5.col-xl-6{ flex: 0 0 100% !important; max-width: 100% !important; order:3; border-top:solid 1px #ddd; padding-top: 15px; margin-top:5px; }	
.main-header .col-md-3,
.main-header .col-md-4.col-xl-3{ flex: 0 0 50% !important; max-width: 50% !important; }
.top-bar { padding: 0; border-bottom: solid 1px #ddd; }
.main-header { padding: 5px 0 10px; }
.main-header .col-md-5.col-xl-6 .navPages{ max-width:100%;  }
.main-header .col-md-5.col-xl-6 .navPages ul.navPages-list{ display: flex; justify-content: space-around; }
.mega-carousel .mega-carousel-content-wrap .ecol-xl-4 { flex: 0 0 32%; max-width: 32%; }
.mega-carousel .mega-carousel-content-wrap .mega-carousel-content .mega-content-slide .mega-slide-content .mega-slide-title{ font-size:14px !important; }
.mega-carousel .mega-carousel-content-wrap .mega-carousel-caption h2{ font-size:40px; margin:0; }
.mega-carousel .mega-carousel-content-wrap .mega-carousel-caption p { font-size: 23px; margin: 15px 0; }
.establish-tagline { font-size:24px; }
.copyright-info .col-12.col-md-7 span.bull{ display:none; }
.copyright-info .col-12.col-md-7 p{ display:block; } 



}

@media (max-width: 1199px){
.mega-carousel .mega-carousel-content-wrap .ecol-xl-4 { flex: 0 0 35%; max-width: 35%; }
.category-box-content h4{ font-size:20px; }
.category-box-content p{ font-size:14px; margin:10px 0; }
.category-box a{ font-size:15px; }
.category-box-content{ padding:20px; }
.page-heading{ font-size:24px; }
}

@media (max-width: 1024px){
.categories-home { grid-template-columns: 1fr 1fr; }
.productGrid .product { width: 33.33%; }
.epic-product-card .card-body .card-title{ font-size:15px; }
h4.card-title{ height:60px; }
.card-img-container::after { padding-bottom: 100%; }
table.cart .form-increment .form-input--incrementTotal{ width:40px; }
table.cart .form-increment .button{ width:36px; }
.cart-item-block.cart-item-info.cart-item-quantity{ margin-bottom:10px; }

}

@media (max-width: 991px){
.cs-navbar ul li .navPages-action{ font-size:14px; }
.mega-carousel .mega-carousel-content-wrap .mega-carousel-content .mega-content-slide .mega-slide-content .mega-slide-subtitle{ display:none; }
.mega-carousel .mega-carousel-content-wrap .mega-carousel-content .mega-content-slide .mega-slide-content .mega-slide-title{ margin-bottom:0; }
.mega-carousel .mega-carousel-content-wrap .ecol-xl-4 { flex: 0 0 40%; max-width: 40%; }
.footer-usp { flex-wrap: nowrap; }
.main-footer{ padding:35px 0; }
.main-footer h4{ font-size:17px; }
.footer-logo { max-width: 100%; padding-top:10px; padding-bottom:0px; }
.footer-newsletter-main { max-width: 100%; flex: 0 0 100%; }
.copyright-info .col-md-7,
.payment-icons-footer { flex: 0 0 100%; max-width: 100%; text-align:center; }
.payment-icons-footer{ margin-top:15px; }
.col-12.col-md-2.b-page-post-item{ max-width:33.33%; flex: 0 0 33.33%; }
}

@media (max-width: 900px){
.mega-carousel.hc-right .mega-carousel-content-wrap .mega-carousel-caption{ background: rgba(255, 255, 255, .4); padding:25px; }
.mega-carousel .mega-carousel-content-wrap .col-md-7.col-xl-8{ margin-left:0; padding-right:0; padding-left:0; } 
}

@media (max-width: 800px){
.csmenu-open-wrapper .navPages-container.is-open{ padding-top:71px; }
.establish-tagline { font-size:20px; margin:30px 15px; }
.productView-images{ margin:20px 0; }
.productView-details{ padding:0 20px; }
.productView-info{ margin-bottom:20px !important; }
.page-sidebar{ margin-bottom:30px; }
ol.breadcrumbs{ display:none; }
.productView{ padding-top:0; }
.modal .quickView .productView .productView-images{ padding:0; } 
.csmenu-open-wrapper .navPages-container .navPages{ padding-bottom:20px; }
}

@media (max-width: 767px){
.mega-carousel .mega-carousel-content-wrap .mega-carousel-caption { max-width: 100%; text-align: center; }	
.mega-carousel .mega-carousel-content-wrap .row { min-height: inherit;  padding-top:30px;}
.mega-carousel .mega-carousel-content-wrap .mega-carousel-caption h2{ font-size:30px; }
.mega-carousel .mega-carousel-content-wrap .mega-carousel-caption p { font-size: 20px; }
.header-logo-text { font-size: 18px; letter-spacing:0; }
.productGrid .product { width: 50%; }
.featured-product-section { padding: 50px 0 0; }
h2.section-title{ font-size:24px; }
.top-product-section{ padding-top:0; } 
.productCarousel{ margin:0; }
.slick-prev { left: 0 !important; }
.slick-next { right: 0 !important; }
.card .sale-flag-sash { width: 41px; height: 41px; top: 10px; left: 10px; } 
.card .sale-flag-sash .sale-text{ left:0; top:9px; font-size:11px; }
.card { margin-bottom: 20px; }
.blog-section.home-section { padding: 0px 0 0; }
.testimonial-section .testimonial-content{ padding-top:0; }
.col-12.col-md.f-brands-menu{ margin-bottom:25px; }
.footer-customer-info{ max-width: 100%; flex: 0 0 100%; }
.footer-store-info .site-footer-logo .footer-logo-text{ font-size:22px; }
.payment-icons-footer{ margin-top:0px; }
.copyright-info p{ font-size:13px; }
.col-12.col-md-2.b-page-post-item{ max-width:50%; flex: 0 0 50%; margin-bottom:20px !important; }
.new-product-section.home-section{ padding-top:0; }
}


@media (max-width: 600px){
h2.section-title { font-size: 20px; }
.footer-usp-content{ margin:10px 0; }
.footer-usp { flex-wrap: wrap; }
.page-heading{ font-size:20px; }
}
@media (max-width: 550px){
.col-12.col-md-2.b-page-post-item{ max-width:100%; flex: 0 0 100%; }
}

@media (max-width: 479px){
.mega-carousel .mega-carousel-content-wrap .mega-carousel-caption h2{ font-size:24px; }
.header-logo-text { font-size: 12px; }
.categories-home { grid-template-columns: 1fr; gap:10px; }
.category-box:nth-child(2) { grid-column: span 2; grid-row: span 2;}
.category-box { position: relative; grid-column: unset !important; grid-row: unset !important; }
.category-box:first-child img{ height:200px; object-fit:cover; }
.category-box-content p{ max-width:155px; }
.category-box:nth-child(2) .category-box-content-inner { min-width: 230px; }
h4.card-title{ height:59px; }
.category-box-content { background: rgba(255, 255, 255, .4); }
.epic-product-card .card-body .e-card-footer .e-card-figcaption-body .button{ border: solid 2px #ddd; margin: 0 5px 5px 0; display: block; padding: 6px 14px; }
.epic-product-card .card-body .e-card-footer .e-card-figcaption-body .button:after{ display:none; }
.epic-product-card .card-body .e-card-footer .e-card-figcaption-body{ margin:0; }
.epic-product-card .card-body .e-card-footer .card-text{ margin-bottom:3px; }
.epic-product-card .card-body .e-card-footer .e-card-figcaption-body .button.compare-button{ border:0; margin-left:10px; }
}

@media (max-width: 430px){
.modal .quickView .productView .productView-rating .productView-reviewLink{ margin-left:0; } 	
}

