/*
Theme Name: Nutmeg State Nutrition Child Theme
Author: Developer
Template: storefront

/* Global CSS */

a:focus, input:focus, textarea:focus, button:focus, a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
	outline: none !important;
}

.entry-title {
    display: none;
}

.hentry, .site-main, .content-area, .widget-area {
    margin: 0
} 

.col-full {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.storefront-breadcrumb {
    display: none;
}

.site-header {
    margin-bottom: 0 !important;
    padding: 0;
}

body, html {
	overflow-x: hidden;
}

html {
	font-size: 10px;;
}

@media screen and (max-width: 1024px) {
	html {
		font-size: 8px;
	}
}

@media screen and (max-width: 767px) {
	html {
		font-size: 7px;
	}
}

h1, h2, h3, h4, h5, h6, p, a, span {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 8rem;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 5rem;
	font-weight: 300;
	line-height: 1em;
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 3em;
	font-weight: 300;
	line-height: 1em;
	text-transform: uppercase;
}

h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 2.5em;
	font-weight: 300;
	line-height: 1em;
	text-transform: uppercase;
}

h5 {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
}

p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 2em;
}

.content-w {
	max-width: 100%;
	width: 1310px;
	margin: 0 auto;
}

.pad-lr {
	padding-right: 5%;
	padding-left: 5%;
}

.container {
    padding: 0;
}

.main-btn {
	font-family: 'Roboto', sans-serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1em;
	text-transform: uppercase;
	color: #fff;
	padding: 22px 26px;
	background-color: #26a247;
	border: 2px solid #26a247;
}

.main-btn:hover {
	background-color: #fff;
	color: #26a247
}

/* Global CSS End */

/* Woocommerce */

.banner-store {
    padding-top: 200px;
    padding-bottom: 160px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-store h1 {
    color: #0059b2;
	margin: 0;
}

.single-prod {
    padding-top: 80px;
    padding-bottom: 80px;
}

.single-prod-title {
    font-size: 6rem;
    margin-bottom: 30px;
    color: #0059b2;
}

.single-prod .product-rating {
    margin-bottom: 50px;
}

.single-prod .rating-count {
    font-size: 14px;
}

.single-prod .product-image img {
    width: 100%;
    height: auto;
    border: 1px solid grey;
    border-radius: 0;
}

.single-prod .product-categories {
    margin-bottom: 10px;
}

.single-prod .product-categories a {
    color: #29a244;
    font-size: 14px;
}

.single-prod .product-price {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #c50c46;
    font-size: 2.5rem;
    font-weight: bold;
}

.single-prod .rating-stars {
    color: #f9c94a;
    font-size: 16px;
}

.single-prod .rating-count {
    margin-left: 5px;
}

.single-prod .product-info {
    margin-left: 30px;
}

.product-categories a:hover {
    color: #0059b2;
}

.categories li {
    cursor: pointer;
}

.reviews-sec {
    padding-bottom: 80px;
}

.reviews-sec #reply-title, .reviews-sec label[for=rating] {
    font-size: 14px;
}

.reviews-sec .stars {
    position: relative;
    top: 3px;
    margin-left: 10px;
}

.reviews-sec #submit {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    padding: 22px 26px;
    background-color: #26a247;
    border: 2px solid #26a247;
    margin-top: 30px;
}

.reviews-sec #submit:hover {
    background-color: #fff;
    color: #26a247;
}

.reviews-sec #respond {
    background: none;
    padding: 0;
}

.reviews-sec textarea {
    box-shadow: none;
}

.reviews-sec .comment-form-cookies-consent {
    display: inline-block;
}

.nutmeg-cart .wc-proceed-to-checkout, .nutmeg-cart .checkout-button {
    margin: 0;
}

.nutmeg-cart {
    padding-top: 80px;
    padding-bottom: 80px;
}

.nutmeg-cart h1 {
    color: #0059b2;
    margin-bottom: 30px;
}

.nutmeg-cart .product-name a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #26a54b;
    text-decoration: none;
}

.nutmeg-cart .cart .product-thumbnail img {
    max-width: 100%;
    width: 80px;
}

.nutmeg-cart button {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 8px;
    border: 2px solid #26a247;
    background-color: #26a247;
}

.nutmeg-cart button:hover {
    background-color: #fff;
    color: #26a247;
    border-color: #26a247;
}

.nutmeg-cart .amount {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #c50c46;
    font-size: 16px;
    font-weight: bold;
}

.nutmeg-cart .cart-collaterals h2 {
    margin-bottom: 20px;
}

.nutmeg-cart th {
    font-size: 16px;
    padding: 15px !important;
}

.nutmeg-cart .checkout-button {
    font-weight: 400;
    text-transform: uppercase;
    background-color: #26a247;
    border: 2px solid #26a247;
}

.nutmeg-cart .checkout-button:hover {
    background-color: #fff;
    color: #26a247;
    border-color: #26a247;
}

.coupon-sec {
    padding-top: 120px;
    padding-bottom: 30px;
}

.coupon-sec .woocommerce-info {
    background-color: #26a247;
}

.coupon-sec .woocommerce-info::before {
    display: none;
}

.checkout-sec {
    padding-bottom: 80px;
}
 
.checkout-sec h1 {
    color: #0059b2;
    margin-bottom: 30px;
}
 
.checkout-sec .woocommerce-additional-fields {
    margin-bottom: 30px;
}
 
.checkout-sec #order_review_heading {
    width: 100%;
}
 
.woocommerce .woocommerce-checkout {
    margin: 0;
}

.checkout-sec th {
    font-size: 16px;
}

.checkout-sec td {
    font-size: 14px;
}

.checkout-sec label[for=payment_method_cod] {
    font-size: 16px;
}

.checkout-sec #place_order {
    font-weight: 400;
    text-transform: uppercase;
    border: 2px solid #26a247;
    background-color: #26a247;
}

.checkout-sec #place_order:hover {
    background-color: #fff;
    color: #26a247;
}

.custom-shop-page {
    padding-top: 80px;
    padding-bottom: 80px;
}

.custom-shop-page .products {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 35px;
}

.custom-shop-page .products::before, .custom-shop-page .products::after {
    display: none;
}

.custom-shop-page .storefront-sorting {
    display: none;
}

.custom-shop-page .attachment-woocommerce_thumbnail {
    border: 1px solid gray;
    border-radius: 0;
    width: 100%;
}

.custom-shop-page .product {
    margin-bottom: 0 !important;
}

.custom-shop-page .woocommerce-loop-product__title, .custom-shop-page .star-rating {
    font-size: 16px !important;
}

.custom-shop-page .star-rating, .nutmeg-products .star-rating {
	width: 100%;
}

.custom-shop-page .amount {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #c50c46;
    font-size: 16px;
    font-weight: bold;
}

.custom-shop-page .add_to_cart_button {
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    font-size: 2rem;
    border: 2px solid #26a247;
    background-color: #26a247;
}

.custom-shop-page .add_to_cart_button:hover {
    background-color: #fff;
    color: #26a247;
}

.custom-shop-page h1.page-title {
    display: none;
}

.custom-shop-page .star-rating span:before, .custom-shop-page .star-rating:before, .nutmeg-products .star-rating span:before, .nutmeg-products .star-rating:before {
	letter-spacing: 7px;
	float: revert;
	left: calc(100% - 50%);
	transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
    .banner-store {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .single-prod, .nutmeg-cart, .custom-shop-page {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .product-image {
        margin-bottom: 30px;
    }

    .single-prod .product-info {
        margin-left: 0;
    }

    .reviews-sec {
        padding-bottom: 50px;
    }

    .nutmeg-cart td::before {
        font-size: 14px;
    }

    .coupon-sec {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .custom-shop-page .products {
        grid-template-columns: 1fr;
    }
}

/* Woocommerce End */

/* Back to Top */

#back-to-top {
	display: table;
	position: fixed;
	bottom: 30px;
	right: 40px;
	z-index: 20;
	width: 55px;
	height: 55px;
	border: 2px solid #fff;
	background: #29a244;
	text-align: center;
	color: #fff;
	text-decoration: none;
	-webkit-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	opacity: 0;
	border-radius: 50%;
}

#back-to-top .icon {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-size: 16px;
}

#back-to-top:hover .icon {
	padding-bottom: 5px;
}

#back-to-top.show {
	opacity: 1;
}

#back-to-top .wrapper {
	display: table-cell;
	vertical-align: middle;
}

#back-to-top.fade-out:hover {
	opacity: 1;
}

/* Back to Top End */

/* Header CSS */

.header-sec, .header-sec-mobile {
    padding: 0 5%;
    background-color: #fff;
    position: fixed;
    top: 0;
	right: 0;
	left: 0;
    z-index: 20;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.header-nav {
    font-size: 14px;
}

.header-nav ul {
    display: flex;
    margin: 0;
}

.header-nav li {
	padding: 35px 0;
    list-style: none;
}

.header-nav li:not(:first-child) {
    padding-left: 37px;
}

.header-nav a {
	padding: 34px 0;
	position: relative;
    color: #6d6d6d;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
	letter-spacing: 1px;
}

.header-nav a:hover, .header-nav .current-menu-item a {
    color: #29a244;
	border-top: 2px solid currentcolor;
}

.cart-icon,
.search-icon {
    color: #29a244 !important;
    cursor: pointer;
}

.cart-icon:hover,
.search-icon:hover {
	color: #0059b2 !important;
}

.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
}

.search-overlay.active {
    display: block;
}

.search-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    width: 300px;
    text-align: center;
}

.search-form input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.search-form button {
    padding: 10px 20px;
}

.header-search {
    margin-left: 20px;
}

.header-sec-mobile {
	display: none;
}

.burger-line {
	display: block;
	width: 25px;
	height: 2px;
	background-color: #26a247;
	margin-bottom: 3px;
}

.burger-line:last-child {
    margin-bottom: 0;
}

.burger-menu.clicked .burger-line {
	background-color: #0059b2;
}

.nav-section {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 300px;
	background-color: #fff;
	z-index: 100;
}

.nav-section .container {
	max-width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.nav-section .header-nav {
	width: 100%;
}

.header-nav-mobile {
	margin-top: 80px;
}

.mobile-nav-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mobile-nav-menu li {
	display: block;
}

.mobile-nav-menu li a {
	display: block;
	padding: 10px 20px;
    font-size: 16px;
	color: #26a247;
	text-decoration: none;
}

.close-button {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 24px;
	color: #26a247;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.close-button:focus {
	outline: none;
}

.mobile-nav-menu .current-menu-item a {
	background-color: #26a247;
	color: #fff;
}

/* Header CSS End */

/* Home CSS */

.banner {
    padding-top: 140px;
    padding-bottom: 250px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.top-title, .bottom-title {
    font-family: 'Roboto Light', sans-serif;
    font-size: 7rem;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1em;
    color: #26a247;
}

.top-title {
    margin-bottom: 20px;
}

.main-title {
    color: #0059b2;
    margin-bottom: 10px;
}

.bottom-title {
    margin-bottom: 45px;
}

.banner-content-normal {
    color: #929292;
    width: 400px;
    margin-bottom: 45px;
}

.banner-content-uppercase {
    color: #929292;
    text-transform: uppercase;
}

.discount {
    background-color: #26a247;
    padding-top: 40px;
    padding-bottom: 40px;
}

.discount-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 6rem;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
	margin-bottom: 15px;
}

.discount-code {
    font-family: 'Roboto Light', sans-serif;
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 1em;
    color: #fff;
    text-align: center;
}

.icon-boxes-content-w {
	max-width: 100%;
	width: 1155px;
	margin: 0 auto;
}

.icon-boxes {
    padding-top: 96px;
    padding-bottom: 78px;
}

.icon-box-graphic {
    margin-bottom: 30px;
}

.icon-box-title {
    color: #26a54b;
    margin-bottom: 30px;
}

.icon-box-content {
	color: #a8a8a8;
	letter-spacing: 2px;
    text-align: center;
	width: 280px;
}

.icon-box:nth-child(2) {
    border-right: solid 1px #d6d6d6;
    border-left: solid 1px #d6d6d6;
}

.who-is-nutmeg {
    padding-bottom: 87px;
}

.who-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #a5a5a5;
    text-align: center;
    margin-bottom: 5px;
}

.contact-nums {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 3.8rem;
    color: #26a54b;
    text-align: center;
    margin-bottom: 50px;
}

.contact-nums a {
    text-decoration: none;
    color: #26a54b;
}

.contact-nums a:hover {
    color: #0059b2;
}

.who-content {
    max-width: 100%;
    width: 1130px;
    margin: 0 auto;
}

.who-content p {
    text-align: center;
    color: #a8a8a8;
    letter-spacing: 2px;
}

.who-content p:not(:last-child) {
    margin-bottom: 40px;
}

.nutmeg-products h4 {
    color: #26a54b;
    margin-bottom: 30px;
}

.categories ul {
    padding: 0;
    padding-right: 105px;
    margin: 0;
}

.categories li {
    list-style: none;
    border-bottom: 1px solid #eef8f0;
    padding: 6px 0;
}

.categories li:first-child {
    padding-top: 0;
}

.categories li:last-child {
    padding-bottom: 0;
    border: none;
}

.categories li a {
    font-size: 16px;
    font-family: 'Roboto Light';
    font-weight: 300;
    text-transform: uppercase;
    color: #26a54b;
}

.categories li:hover a {
    color: #0059b2;
}

.nutmeg-products .products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 35px;
}

.nutmeg-products .products::before, .nutmeg-products .products::after {
    display: none;
}

.nutmeg-products .products .product .star-rating {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.star-rating span:before, .star-rating::before, p.stars a:hover:after, p.stars a:after {
    color: #ffd24d !important;
    letter-spacing: 1px;
    content: 'SSSSS';
    font-family: star;
}

.nutmeg-products .products .product .attachment-woocommerce_thumbnail {
    border: 1px solid #e0e0e0;
    border-radius: 0;
    margin: 0;
    margin-bottom: 25px;
    width: 100%;
}

.nutmeg-products .products .product .woocommerce-loop-product__title {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.nutmeg-products .woocommerce-Price-amount.amount {
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #c50c46;
}

.nutmeg-products .products .product .price {
    margin: 0;
}

.nutmeg-products .ajax_add_to_cart {
    display: none;
}

.nutmeg-products .products .product {
    margin-bottom: 0;
}

.blogs {
    padding-top: 80px;
    padding-bottom: 80px;
}

.blogs-sub, .testimonials-sub {
    text-align: center;
    color: #00c652;
    margin-bottom: 30px;
}

.blogs-title, .testimonials-title {
    text-align: center;
    color: #0059b2;
    margin-bottom: 50px;
}

.blog-cards, .testimonial-cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 35px;
}

.blog-content, .testimonial-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blogs .img-fluid, .testimonials .img-fluid {
    width: 100%;
    border-radius: 0;
    margin-bottom: 45px;
}

.blogs .col-sm-12, .testimonials .col-sm-12 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.blogs .text-muted, .testimonials .text-muted {
    text-align: center;
    letter-spacing: 3px;
    color: #a8a8a8 !important;
    margin-bottom: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.custom-single-post {
    padding-top: 80px;
    padding-bottom: 80px
}

.featured-image img {
    width: 600px;
    height: auto;
}

.testimonials {
    padding-bottom: 70px;
}

.newsletter {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #181a1f;
}

.newsletter h3 {
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}

.newsletter p {
    color: #a7a7a7;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 50px
}

.newsletter #gform_1 {
    margin: 0;
}

.newsletter .gform_footer.before {
    padding: 0 !important;
}

.newsletter input[type=submit] {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    background-color: #00c853;
    border: 2px solid #00c853;
    padding: 13px;
}

.newsletter input[type=submit]:hover {
    color: #00c853;
    background-color: #fff;
}

.newsletter input[type=email] {
    padding: 19px !important;
}

.newsletter input[type=email]::placeholder {
    font-style: italic;
    color: #818181;
}

.newsletter #gform_wrapper_1 {
    max-width: 100%;
    width: 540px;
    margin: 0 auto;
}

.newsletter #gform_fields_1 {
    column-gap: 0;
}

/* Home CSS End */

/* Footer CSS */

.footer-top {
    background-color: #26a247;
    padding-top: 73px;
    padding-bottom: 73px;
}

.site-footer, .site-footer .site-info {
    padding: 0;
}

.footer-top h5 {
    color: #fff;
    margin-bottom: 35px;
}

.footer-top p {
    font-size: 12px;
    color: #fff;
}

.resources-menu , .popular-menu {
    margin: 0 !important;
}

.popular-menu {
    columns: 3;
  	-webkit-columns: 3;
  	-moz-columns: 3;
}

.resources-menu li, .popular-menu li {
    list-style: none;
}

.resources-menu li a, .popular-menu li a {
    font-size: 12px;
    text-decoration: none;
    color: #fff !important;
}

.resources-menu li:hover a, .popular-menu li:hover a {
    color: #0059b2 !important;
}

.f-col-2 p {
    padding-right: 40px;
}

.f-col-4 {
    padding-left: 30px;
}

.footer-logo {
    margin-top: 40px;
}

.footer-bot {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #066714;
}

.social-icons-lists {
    display: flex;
    font-size: 4rem;
    margin: 0;
}

.social-icons-lists li:not(:last-child) {
    padding-right: 20px;
}

.social-icons-lists i {
    color: rgba(255,255,255,0.5);
}

.social-icons-lists li:hover i {
    color: #fff; 
}

.copyright {
    font-size: 15px;
    color: #fff;
    text-align: center;
}

/* Footer CSS End */

/* Media Queries */

@media screen and (max-width: 1024px) {
    .header-sec {
        display: none;
    }
    
    .header-sec-mobile {
        display: block;
    }

    .banner {
        padding: 140px 5% 80px;
        position: relative;
    }
    
    .banner::after {
        content: '';
        height: 100%;
        width: 100%;
        background-color: rgba(255,255,255,0.8);
        position: absolute;
        display: block;
        z-index: 1;
        top: 0;
        left: 0;
    }

    .custom-single-post .col-sm-6 {
        width: 100%;
    }

    .featured-image img {
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .bnr-col-1 {
        display: none;
    }

    .bnr-col-2 {
        width: 100%;
        z-index: 2;
    }
    
    .banner-content-normal {
        margin: 20px;
    }

    .icon-boxes, .newsletter {
        padding: 80px 5%
    }

    .icon-box {
        flex-basis: 50%;
    }
    
    .icon-box:nth-child(2) {
        border: none;
    }
    
    .icon-box:not(:last-child) {
        margin-bottom: 30px;
    }

    .discount-title {
        font-size: 5rem;
    }

    .discount-code {
        font-size: 2.5rem;
    }

    .who-is-nutmeg, .nutmeg-products {
        padding-bottom: 80px;
    }
    
    .nutmeg-products .categories {
        flex-basis: 100%;
        margin-bottom: 30px;
    }
    
    .nutmeg-products .products-grid {
        flex-basis: 100%;
    }
    
    .newsletter input[type=submit] {
        padding: 15px;
    }
    
    .footer-logo {
        margin: 0;
    }
    
    .f-col-1 {
        flex-basis: 100%;
        margin-bottom: 30px;
    }
    
    .f-col-2 {
        flex-basis: 40%;
    }
    
    .f-col-3 {
        flex-basis: 15%;
    }
    
    .f-col-4 {
        flex-basis: 45%;
        padding: 0;
    }
    
    .fb-col-1, .fb-col-2, .fb-col-3 {
        flex-basis: 100%;
        justify-content: center !important;
    }
    
    .fb-col-1 {
        margin-bottom: 10px;
    }
    
    .fb-col-2 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .h-col-1 {
        flex-basis: 35%;
    }
    
    .h-col-2 {
        flex-basis: 53%;
    }
    
    .h-col-3 {
        flex-basis: 12%
    }

    .discount-title {
        font-size: 4rem;
    }

    .discount-code {
        font-size: 1.8rem;
    }

    .categories li a {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .custom-single-post {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    p {
        font-size: 14px;
    }

    .h-col-1 {
        flex-basis: 50%;
    }
    
    .h-col-2 {
        flex-basis: 30%;
    }
    
    .h-col-3 {
        flex-basis: 20%;
    }

    .banner {
        padding: 90px 5% 50px;
    }

    .discount-title{
        line-height: 1.3em;
    }

    .discount-code {
        line-height: 1.5em;
    }

    .bottom-title {
        margin-bottom: 10px;
    }

    .icon-boxes, .newsletter, .footer-top {
        padding: 50px 5%;
    }

    .icon-box {
        flex-basis: 100%;
    }

    .icon-box-title {
        margin-bottom: 30px;
    }

    .who-is-nutmeg, .nutmeg-products {
        padding-bottom: 50px;
    }

    .who-title {
        margin-bottom: 20px;
    }

    .who-content p:not(:last-child) {
        margin-bottom: 20px;
    }

    .contact-nums {
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .nutmeg-products .products {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .blogs {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .blogs-sub, .testimonials-sub {
        margin-bottom: 15px;
    }

    .blogs-title, .testimonials-title {
        margin-bottom: 30px;
    }

    .blogs .img-fluid, .testimonials .img-fluid, .blogs .text-muted, .testimonials .text-muted {
        margin-bottom: 20px;
    }

    .blog-cards, .testimonial-cards {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .testimonials {
        padding-bottom: 50px;
    }

    .f-col-1, .f-col-2, .f-col-3, .f-col-4 {
        flex-basis: 100%;
        margin-bottom: 30px;
    }

    .f-col-4 {
        margin-bottom: 0;
    }

    .footer-logo {
        margin: 0 auto;
    }

    .f-col-2 p {
        padding-right: 0;
        text-align: center;
    }

    .footer-top h5 {
        margin-bottom: 15px;
        text-align: center;
    }

    .menu-resources-menu-container, .menu-popular-searches-container {
        display: flex;
        justify-content: center;
    }

    .menu-resources-menu-container li, .menu-popular-searches-container li {
        text-align: center;
    }

    .popular-menu {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .footer-bot {
        padding: 20px 5%;
    }

    .copyright {
        font-size: 12px;
    }
}

/* Media Queries End */
 