:root {
    /* wireframing */
  --bg-light: #F8F9FA;
  --text-light: #212529;

  --gray-light-1: #E9ECEF;
  --gray-light-2: #DEE2E6;
  --gray-light-3: #CED4DA;

  /* colors */
  --theme-lime-green: #a6dc2c;
  --theme-purple: #6f156f;
  --theme-orange: #f84b05;
  --theme-grass-green: #c2cd4a;
  --theme-forest-green: #0f6939;
  --theme-yellow: #ff0;
  --theme-dark-gray-font: #bfbfbf;
  --theme-gray-bg: #efefef;
}

/* ============================================================
    General Page Styles
============================================================ */

html {
	background: #fff;
}

body {
    background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url(/images/2026/07/BODY-BG2.jpg);
    background-size: cover;
    background-attachment: scroll, fixed;
    font-family: 'Poppins', 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.85714;
    color: #8e8e8e;
}


/* ----- Typography -------------------- */

p {
    color: #333;
	font-family: 'Poppins', 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
	color: #000;
	text-transform: uppercase;
	font-size: 1.8em;
	/*padding-left:20px;*/;
}

h2, .h2 {
	color: #000;
	font-size: 1.5em;
	border-bottom: 1px solid #6f156f;
	margin-bottom: 5px;
    margin-top: 25px;
}

h3, .h3 {
	font-size: 18px;
	color: #333;
	text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
	margin-bottom: 5px;
    margin-top: 25px;
}

h4 {
	color: #000000;
    font-weight: 400;
    font-family: "system-ui",serif;
    line-height: 1.4em;
	margin-bottom: 0.5em;
    border-bottom: 1px solid #e0e0e0;
}

h2+h3 {
    border-top: none;
}

a {
	color: #999;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    width: 50%;
    margin: auto;
}

a:hover {
	color: #000;
}


/* ----- Components -------------------- */

.btn-default,
.btn-primary,
.btn-lg {
    background: #6f156f;
    color: #fff;
    border: 1px solid #6f156f;
}

.btn-default:hover,
.btn-primary:hover
.btn-lg:hover {
	background: #000;
	border-color: #000;
}


@media screen and (max-width: 768px) {

    h1 {
        font-size: 14px;
	}

	h2 {
        font-size: 1.2em;
	}

}


/* ============================================================
    Header
============================================================ */

/* ----- Top Banner -------------------- */

#top-banner {
    background: var(--gray-light-1);
    padding: 30px 15px 10px 15px;
    background: var(--theme-lime-green);
}

#top-banner p {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #000;
    text-align: center;
    /* background: #a6dc2c; */
    font-size: 15px;
}

/* ----- Header -------------------- */

#header {
    background: transparent;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.header-content {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    width: 100%;
    max-width: 1200px;
    margin: 15px auto 0 auto;
}

.header-address-wrapper address {
    text-align: center;
}

.address-separator {
    display: none;
}

.logo-wrapper .site-branding {
    width: 100% !important;
    margin: 0 !important;
}

.logo-wrapper .site-branding img {
    width: 100%;
    max-width: 313px;
    margin: 0 auto;
}

.header-cart-info {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.woocommerce-active .site-header .site-search {
    width: 100%;
}

.woocommerce-active .site-header .site-search #woocommerce-product-search-field-0 {
    width: 100%;
    height: 32px;
    padding: 0 1em;
    font-size: .9em;
    outline: 0;
    color: #000;
    background: #FCFCFC;
    border: none;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25) inset;
    -webkit-appearance: none;
    padding-right: 30px;
    max-width: 170px;
    float: right;
}

.site-search .widget_product_search form::before {
    top: 10px;
    left: auto;
    right: 8px;
}

.custom-cart-icon-wrapper {
    background: var(--theme-purple);
    height: 48px;
    margin-left: 14px;
    border: none;
    outline: none;
    text-align: center;
    font-size: 13px;
    line-height: 32px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    height: 32px;
    width: 70px;
    border-radius: 4px;
}

.custom-cart-icon-wrapper:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.delivery-callout img {
    width: 100%;
    max-width: 146px;
    justify-self: center;
}

.delivery-callout p {
    color: #333;
    font-size: 12px;
    font-family: 'Poppins', 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
    margin-top: 5px;
}

/* ----- Primary Navigation -------------------- */

#primary-nav-wrapper {
    background: var(--theme-purple);
    max-width: 90%;
    margin: 0 auto;
}

#site-navigation {
    float: none;
    margin: 0;
    width: 100%;
    /* max-width: 1100px; */
}

#menu-main-menu {
    margin-left: 0;
    text-align: center;

    @media screen and (max-width: 1850px) {
        text-align: left;
    }
}

#menu-main-menu > li > a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 50px;
}

#menu-main-menu > li:hover > a {
    color: var(--theme-yellow);
}

#menu-main-menu > li.menu-item-has-children:hover > a {
    color: #fff;
}

#menu-main-menu .sub-menu li {
    background: #fff;
    border-bottom: .8px solid #000;
}

#menu-main-menu .sub-menu li a {
    text-decoration: none;
}

#menu-main-menu .sub-menu li:hover {
    border-bottom-color: #3333331f;
}


/* ----- Breadcrumb -------------------- */

.storefront-breadcrumb {
    background: var(--gray-light-1);
    max-width: 90%;
    margin: auto;
    padding: 0;
    line-height: 45px;
    background: #f8ebe1;
    border-top: 1px solid var(--theme-purple);
    border-bottom: 1px double var(--theme-purple);
}

.storefront-breadcrumb .col-full {
    margin-left: 0;
    padding-left: 15px;
}

.woocommerce-breadcrumb {
    font-style: italic;
    font-size: 12px;
}

.woocommerce-breadcrumb a {
    text-decoration: none;
}

.woocommerce-breadcrumb a:hover {
    text-decoration: underline;
}

.woocommerce-breadcrumb a:first-of-type::before {
    display: none;
}


@media screen and (max-width: 1200px) {
    .header-content,
    #primary-nav-wrapper,
    .storefront-breadcrumb,
    #content {
        max-width: 960px !important;
    }
}

@media screen and (max-width: 992px) {
    .header-content,
    #primary-nav-wrapper {
        max-width: 750px;
    }
}

@media screen and (max-width: 768px) {
    .header-address-wrapper address br {
        display: none;
    }
    .header-address-wrapper address a {
        display: block;
    }
    .address-separator {
        display: inline-block;
        margin: 0 5px;
    }
}




/* ============================================================
    Page Content
============================================================ */

#content {
    padding: 30px 0;
    width: 90% !important;
    max-width: 82%;
    padding: 15px;
    margin: 0 auto;
}

#side-navigation h1 {
    font-size: 29px;
    line-height: 1;
    margin-top: 0;
}

#side-navigation ul {
    padding-left: 0;
    margin-left: 0;
    font-size: 16px;
}

#side-navigation ul li a {
    text-decoration: none;
}

#side-navigation a.lv-1 {
    font-weight: bold;
    color: #242424;
}

#side-navigation li.lv-2.child a {
    font-weight: normal;
    color: #000;
    line-height: 35px;
}

/* ============================================================
    Footer
============================================================ */

#footer .footer-content-wrapper {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

#footer {
    padding-bottom: 0;
    background: var(--theme-gray-bg);
}

#footer.site-footer a {
    text-decoration: none;
}

/* ----- Footer Newsletter Signup Form -------------------- */

#footer-newsletter-signup {
    text-align: center;
    width: 100%;
    max-width: 660px;
}

#gform_wrapper_1 {
    width: 100%;
    max-width: 660px;
    position: relative;
}

#gform_wrapper_1 #field_1_1 {
    display: grid;
    grid-template-columns: max-content 1fr;
}

#field_1_1 .gfield_label {
    margin-bottom: 0;
    align-content: center;
}

#gform_wrapper_1 label.gfield_label.gform-field-label {
    width: 180px;
    padding-right: 20px;
    border-bottom: none;
    color: #000000;
    font-weight: 400;
    font-family: "system-ui", serif;
    line-height: 1.4em;
    font-size: 18px;
    padding-left: 20px;
}

#field_1_1 > label .gfield_required {
    display: none;
}

#gform_wrapper_1 .gform-footer {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
}

#gform_wrapper_1 input#input_1_1 {
    height: 44px;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #000;
    width: 100%;
    text-align: left;
    padding-right: 190px;
    border-radius: 5px;
}

#gform_submit_button_1 {
    background: var(--theme-purple);
    height: 44px;
    width: 180px;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


/* ----- Footer Widgets -------------------- */
#footer .footer-widgets {
    width: 100%;
    padding-top: 0;
    border-bottom: 0;
}

#footer .footer-widgets ul {
    padding-left: 0;
}

#footer .footer-title {
    text-transform: inherit;
    text-align: left;
    font-weight: 400;
    font-family: "system-ui", serif;
    line-height: 1.4em;
    color: #000;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #e0e0e0;
    padding: 0.5em 0;
    margin-top: 0;
    font-size: 18px;
}

#footer-socials-row .footer-icons {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, max-content);
    padding: 50px 0;
    margin: 0;
    justify-content: center;
    grid-gap: 10px;
    font-size: 24px;
}

#footer-socials-row .footer-icons li {
    display: inline-block;
}

#footer-socials-row .footer-icons li a {
    color: var(--theme-dark-gray-font);
}

#footer-areas-served {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    padding: 0 20px;
    display: none;
}

#footer-areas-served .area-body {
    display: grid;
    grid-template-columns: 100px 1fr;
    max-height: 200px;
    overflow-y: scroll;
    scrollbar-width: none;          /* Standard property for Firefox */
    -ms-overflow-style: none;       /* Legacy property for Internet Explorer and Edge */
}

#footer-areas-served .area-body::-webkit-scrollbar {
    display: none; /* Safari, Chrome, and Opera */
}

#footer-areas-served .area-body .fa-square-h,
#footer-areas-served .area-body .fa-truck,
#footer-areas-served .area-body .fa-location-dot {
    font-size: 50px;
    color: var(--theme-dark-gray-font);
}

#footer-copyright-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 60px 15px 20px 15px;
}

#footer-copyright-row p {
    margin: 0;
    font-size: 12px;
}

#footer-copyright-row .developer {
    text-align: right;
}


/* ----- Handheld Footer Bar -------------------- */

.storefront-handheld-footer-bar {
    position: absolute;
    top: 0;
    bottom: auto;
    z-index: 9999;
    border-top: 0;
    box-shadow: none;
    height: max-content;
    max-height: 50px;
    overflow: hidden;
    background: #222;
    padding: 0 5px;
}

.storefront-handheld-footer-bar ul {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    padding-left: 0;
}

.storefront-handheld-footer-bar ul li {
    width: auto !important;
}

.storefront-handheld-footer-bar ul li:first-child {
    justify-content: left;
}

.handheld-search-field-container {
    position: relative;
}

#woocommerce-product-search-field-1 {
    width: 100%;
    padding-right: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    border-radius: 4px;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}

.handheld-search-field-container form button[type="submit"] {
    position: absolute;
    top: 5px;
    right: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    color: transparent;
    border-radius: 4px;
}

.handheld-search-field-container form button[type="submit"]::after {
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
}

.my-menu-trigger {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: grid;
    float: right;
}

.my-menu-trigger .fa-bars {
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.site-footer .storefront-handheld-footer-bar a:not(.button):not(.components-button) {
    background: transparent;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    width: 50px;
    border-right: 0;
    text-decoration: none;
}

.storefront-handheld-footer-bar ul li.cart .count {
    display: none;
}

.storefront-handheld-footer-bar ul li.cart>a::before {
    position: relative;
    top: -5px;
}


/* to top button */
#to-top .to-top-icon {
    position: relative;
    top: 3px;
}

#to-top .to-top-caption {
    margin-top: -4px !important;
}

/* captcha */
.grecaptcha-badge {
    bottom: 85px !important;
}


@media screen and (max-width: 768px) {

    body {
        padding-top: 50px;
    }

    .header-content {
        grid-template-columns: 1fr;
    }

    .logo-wrapper {
        grid-row: 1;
    }

    .header-address-wrapper {
        grid-row: 2;
    }

    .header-desktop-cart-wrapper {
        display: none;
    }

    #primary-nav-wrapper {
        position: absolute;
        top: 0;
        left: -300vw;
        right: 300vw;
        max-width: 100%;
    }

    #primary-nav-wrapper.show {
        left: -15px;
        right: -15px;
    }

    #site-navigation-menu-toggle {
        display: none;
    }

    .handheld-navigation {
        max-height: max-content;
    }

    .handheld-navigation ul li a {
        color: #fff;
    }

    .handheld-navigation ul li .dropdown-toggle {
        color: #fff;
    }

    #menu-main-menu-1 > li {
        padding-left: 22px;
        border-bottom: 2px solid #000;
    }

    .handheld-navigation ul.menu li button::after {
        content: "";
    }

    .main-navigation ul li:hover > a {
        color: #fff;
    }

    #menu-main-menu-1 {
        padding-left: 0;
    }

    .handheld-navigation ul.menu .sub-menu.toggled-on {
        margin-left: 0;
    }

    body.logged-in .storefront-handheld-footer-bar {
        top: 46px;
    }

    #gform_wrapper_1 {
        width: 400px;
    }

    #gform_wrapper_1 #field_1_1 {
        grid-template-columns: 1fr;
        justify-items: stretch;
    }

    #field_1_1 .gfield_label {
        width: max-content;
        justify-self: center;
    }

    #gform_wrapper_1 .gform-footer {
        position: relative;
    }

    #gform_submit_button_1 {
        width: 100%;
        margin-top: 30px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .footer-widgets {
        text-align: center;
    }

    #footer-areas-served {
        grid-template-columns: 1fr;
    }

}


/* ============================================================
    Page Templates
============================================================ */

/* ----- Page -------------------- */
#content {
    display: grid;
    width: 90%;
    grid-template-rows: 1fr;
    grid-template-columns: 200px minmax(0, 1fr);
    grid-gap: 20px;
    overflow: hidden;
}

/*Sidebar*/
#secondary {
    grid-row: 1 / -1;
    grid-column: 1;
    width: 100%;
}

/*Main Content*/
#primary {
    grid-row: 1 / -1;
    grid-column: 2;
    margin-right: 0;
    width: 100%;
    padding-left: 20px;
    border-left: 1px solid var(--theme-purple);
    margin-bottom: 0;
}

body.home #primary {
    padding: 0;
    border-left: 0;
}

@media screen and (max-width: 768px) {

    #content {
        grid-template-columns: 1fr;
    }

    #primary {
        grid-row: 1;
        grid-column: 1;
        padding-left: 0;
        border-left: 0;
    }

    #secondary {
        display: none;
    }
}

/* ----- Home -------------------- */

body.home h1.entry-title {
    display: none;
}

.home-section-separator {
    display: block;
    border-top: 1px solid #6f156f;
    margin-bottom: 100px;
    margin-top: 35px;
}

body.home #content {
    grid-template-columns: minmax(0, 1fr);
}

body.home #primary {
    grid-row: 1;
    grid-column: 1;
    width: 100%;
    margin-right: 0;
}

body.home #secondary {
    display: none;
}

/* Banner */
.banner-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(0);
    opacity: 0;
}

.banner-overlay .banner-btn {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/* Featured Products */
#home-featured-products .fs_category_title {
    display: none !important;
}

#home-featured-products .fs_product_wrap a,
.fs_product_wrap a {
    text-decoration: none;
}

#home-featured-products .fs_featured_product_image,
.fs_product_wrap .fs_featured_product_image {
    border-radius: 0;
    background-size: cover;
}

#home-featured-products .fs_product_wrap span.h4,
.fs_product_wrap span.h4 {
    text-transform: uppercase;
    color: #333;
    font-size: 16px;
    padding-top: 10px !important;
    margin-bottom: 0;
    padding-bottom: 0 !important;
}

body.page-id-2500 .fs_product_wrap span.h4 {
    color: #0f6939;
}

#home-featured-products .fs_product_wrap span.h6,
.fs_product_wrap span.h6 {
    text-transform: uppercase;
    color: #333;
}

#home-featured-products .fs_product_wrap span.h6 .from-price,
.fs_product_wrap span.h6 .from-price {
    font-size: 12px;
    position: relative;
    top: -5px;
}

#home-featured-products .fs_product_wrap span.h6 .from-price:nth-child(2),
.fs_product_wrap span.h6 .from-price:nth-child(2) {
    display: none;
}

#home-featured-products .fs_product_wrap span.h6 .amount,
.fs_product_wrap span.h6 .amount {
    font-size: 26px;
}

#home-featured-products .fs_product_wrap span.h6::after,
.fs_product_wrap span.h6::after {
    display: block;
    content: "View Details";
    padding: 5px 10px;
    background: var(--theme-purple);
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    width: 50%;
    text-transform: capitalize;
}

/* CTA Cards */
#home-cta-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-bottom: 50px;
    margin-top: 100px;
}

#home-cta-cards .cta-box {
    background: var(--gray-light-1);
    text-align: center;
    padding: 16px;
}

#home-cta-cards .cta-box h2 {
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    border: none;
}

#home-cta-cards .cta-box p {
    color: #fff;
}

#home-cta-cards .cta-box .btn {
    background: var(--theme-purple);
    border: none;
}

#home-cta-cards .orange-box {
    background: var(--theme-orange);
}

#home-cta-cards .grass-green-box {
    background: var(--theme-grass-green);
}

#home-cta-cards .forest-green-box {
    background: var(--theme-forest-green);
}



body.home #footer-areas-served {
    display: grid;
}

@media screen and (max-width: 992px) {


    #home-cta-cards {
        grid-template-columns: 1fr;
    }

}



/* ----- Local Page -------------------- */

/* delivery countdown */
.delivery-countdown.delivery-countdown-clock {
    display: block;
    clear: both;
    padding: 30px 10px;
    text-align: center;
    background: #EEE;
    border: 2px solid #CCC;
}

.fs-delivery-countdown {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
    color: #000;
}

span[data-role="remaining-time"] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
}

span[data-role="remaining-time-hours"],
span[data-role="remaining-time-minutes"],
span[data-role="remaining-time-seconds"] {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
}

span[data-role="remaining-time-hours"] span:first-child,
span[data-role="remaining-time-minutes"] span:first-child,
span[data-role="remaining-time-seconds"] span:first-child {
    font-size: 52px;
    line-height: 1;
}

span[data-role="remaining-time-hours"] span:first-child::after,
span[data-role="remaining-time-minutes"] span:first-child::after {
    content: ":";
    margin-left: 10px;
}

span[data-role="remaining-time-hours"] span:last-child,
span[data-role="remaining-time-minutes"] span:last-child,
span[data-role="remaining-time-seconds"] span:last-child {
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
    padding-left: 5px;
}


.local-featured-product-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.local-featured-product-wrapper .image-wrapper img {
    width: 100%;
    max-width: 375px;
}

.local-featured-product-wrapper .details-wrapper {
    display: grid;
}

.local-featured-product-wrapper .details-wrapper h2 {
    border: none;
    text-transform: uppercase;
    font-size: 29px;
}

.local-featured-product-wrapper .details-wrapper .details-inner {
    display: block;
    max-width: 380px;
    justify-self: end;
    margin-top: 60px;
}

.local-featured-product-wrapper .from-price {
    display: none;
}

.local-featured-product-wrapper .details-wrapper .woocommerce-Price-amount {
    font-size: 30px;
    color: #000;
    font-weight: bold;
}

.local-featured-product-button {
    display: block;
    width: max-content;
    padding: 10px 20px;
    border-radius: 10px;
    background: var(--theme-purple);
    color: #fff;
}

.local-featured-product-button:hover {
    color: #fff;
    background: #000;
    text-decoration: none;
}

.map-section-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.weather-widget-blurb-wrapper {
    display: grid;
    grid-template-columns: 115px 1fr;
    grid-gap: 20px;
}

.weather-widget-blurb-wrapper .section-title {
    grid-column: 1 / span 2;
}

.weather-widget-wrapper {
    overflow: hidden;
}

.other-items-wrapper .fs_category_title {
    display: none !important;
}

/* Weather Widget */

#local-page-weather-widget > div > div > div.mm-widget__header-wrap {
	display: none;
}

#local-page-weather-widget > div > div > div.mm-widget__vertical-forecast-wrap {
	display: none;
}

#local-page-weather-widget > div > div {
	height: auto;
	color: #000;
	background: transparent;
	border-radius: 0;
	float: none;
    width: 110px;
    padding: 15px;
    margin: 0 30px 20px 0;
    text-align: center;
    line-height: 1;
    border: 1px solid #EEE;
}

#local-page-weather-widget > div > div > div.mm-widget__temp-vertical-wrap {
	padding-bottom: 0;
    margin-bottom: 0;
    border: none;
    display: grid;
}

#local-page-weather-widget > div > div > div.mm-widget__temp-vertical-wrap > div.mm-widget__temp-range-wrap > div.mm-widget__temp-range {
	display: none;
}

#local-page-weather-widget > div > div > div.mm-widget__temp-vertical-wrap > div.mm-widget__temp-range-wrap > div.mm-widget__temp-range-icon > img {
	filter: brightness(0) !important;
	width: 100%;
}

#local-page-weather-widget > div > div > div.mm-widget__temp-vertical-wrap > div.mm-widget__temp-range-wrap {
	grid-row: 1;
}

#local-page-weather-widget > div > div > div.mm-widget__temp-vertical-wrap > div.mm-widget__temp-value {
	font-size: 40px;
	color: rgb(96,96,96);
	margin-bottom: 10px;
}

#local-page-weather-widget > div > div > div.mm-widget__temp-vertical-wrap > div.mm-widget__temp-range-wrap > div.mm-widget__temp-range-icon {
	width: 100%;
	max-width: 50px;
}

@media screen and (max-width: 1200px) {
    .details-wrapper {
        padding: 0 15px;
    }
}

@media screen and (max-width: 768px) {

    .local-featured-product-wrapper {
        grid-template-columns: 1fr;
    }

    .map-section-wrapper {
        grid-template-columns: 1fr;
    }

    .weather-widget-blurb-wrapper {
        grid-row: 2;
    }

    .map-section-map-wrapper {
        grid-row: 1;
    }

    .local-featured-product-wrapper .details-wrapper .details-inner {
        max-width: 100%;
        margin-bottom: 50px;
    }

}


/* ----- Archive -------------------- */

body.archive ul.products {
    padding-left: 0;
}

body.archive a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    text-decoration: none;
}

body.archive .woocommerce-loop-product__title {
    border: none;
    text-transform: uppercase;
    display: block;
    font-weight: bold !important;
    margin: 0 0 3px;
    color: #0f6939;
}

body.archive a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
body.archive a.button.product_type_variable.add_to_cart_button {
    background: var(--theme-purple);
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    line-height: 1;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}

body.archive .price .from-price:nth-of-type(2) {
    display: none;
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
    background: var(--theme-purple);
    color: #fff;
}


/* ----- Single Product -------------------- */

body.single-product #content {

    /* --- notices --- */
    > .woocommerce {
        grid-row: 1;
        grid-column: 1 / span 2;
    }

    /* --- sidebar --- */
    #secondary {
        grid-row: 2 / -1;
        grid-column: 1;
    }

    /* --- primary --- */
    #primary {
        grid-row: 2;
        grid-column: 2;
    }
}

body.single-product .product-title {
    text-transform: uppercase;
    font-size: 29px;
    margin-top: 12px;
    border-bottom: 0;
}

body.single-product .woocommerce-product-gallery__wrapper * {
    border-radius: 0;
}

.storefront-sticky-add-to-cart {
    display: none;
}

.my-product-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.my-product-wrapper .product-title {
    grid-column: 1 / span 2;
}

.my-product-wrapper .my-image-col .woocommerce-product-gallery {
    width: 100% !important;
    margin: 0 !important;
}

.my-product-wrapper .my-image-col .woocommerce-product-gallery img {
    width: 100%;
}

.my-product-wrapper .my-details-col .summary {
    width: 100% !important;
    float: none;
    display: grid;
    grid-template-columns: minmax(100px, min-content) 1fr;
}

.my-product-wrapper .my-details-col .summary .base-price {
    grid-column: 1 / span 2;
    background: #f8ebe1;
    padding: 0;
}

.my-product-wrapper .from-price {
    display: none;
}

.my-product-wrapper .my-details-col .summary .base-price h3 {
    text-transform: none;
    font-weight: normal;
    border-bottom: 1px solid var(--theme-purple);
    font-size: 24px;
    margin: 24px 20px 20px 20px;
}

.my-product-wrapper .woocommerce-variation-add-to-cart,
.my-product-wrapper .cart {
    display: grid;
    grid-template-columns: max-content 1fr;
}

.my-product-wrapper .woocommerce-variation-add-to-cart .quantity,
.my-product-wrapper .cart .quantity {
    grid-column: 1;
    border-radius: 5px;
    overflow: hidden;
}

.my-product-wrapper .single_add_to_cart_button {
    background: var(--theme-purple);
    border-radius: 5px;
}

.my-product-wrapper .my-details-col .woovr-variations {
    grid-column: 1 / span 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.my-product-wrapper .my-details-col .price {
    grid-row: 1;
    grid-column: 1;
}

.my-product-wrapper .variations_form {
    display: contents;
}

.single_variation_wrap {
    grid-row: 1;
    grid-column: 2;
}

.my-product-wrapper .my-details-col h2 {
    grid-column: 1 / span 2;
    margin-bottom: 15px;
}

.my-product-wrapper .my-details-col .edit-link {
    display: none;
}

.my-product-wrapper .my-details-col .product-details {
    grid-column: 1 / span 2;
}

.my-product-wrapper .my-details-col .product-addon {
    grid-column: 1 / span 2;
}

.my-product-wrapper .my-disclaimer-col {
    grid-column: 1 / span 2;
}

.my-product-wrapper .my-disclaimer-col .description1 {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    border-radius: 3px;
    color: #a94442 !important;
    padding-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
}

.my-product-wrapper .my-disclaimer-col .description1 h2,
.my-product-wrapper .my-disclaimer-col .description1 p {
    color: #a94442;
}

/* tweak for simple product layout */
.my-product-wrapper form.cart {
    grid-row: 1;
    grid-column: 2;
}


@media screen and (max-width: 992px) {

    .my-product-wrapper {
        grid-template-columns: 1fr;
    }

    .my-product-wrapper .product-title {
        grid-row: 1;
        grid-column: 1;
    }

    .my-product-wrapper .my-image-col {
        grid-row: 2;
        grid-column: 1;
    }

    .my-product-wrapper .my-details-col .price {
        grid-row: 3;
        grid-column: 1;
    }

    .my-product-wrapper .my-details-col {
        grid-column: 1;
    }


    /* tweak for simple product layout */
    .my-product-wrapper form.cart {
        grid-row: 3;
        grid-column: 2;
    }
}



/* ----- Product Category Single -------------------- */


@media screen and (max-width: 768px) {

    body.archive .products {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding-left: 0;
        grid-gap: 20px;
    }

    body.archive .products::before {
        display: none;
    }

}


/* ----- Cart -------------------- */
body.page-id-11 {

    #content {
		width: 100%;
		max-width: 100%;
	}

    .entry-content .woocommerce {
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-gap: 20px;

        @media screen and (max-width: 1300px) {
            grid-template-columns: 1fr;
        }
    }

    .wc-empty-cart-message {
        grid-column: 1 / span 2;
    }

    .wc-empty-cart-message .cart-empty {
        margin-bottom: 0;
    }

    .woocommerce-notices-wrapper {
        grid-row: 1;
        grid-column: 1 / span 2;

        @media screen and (max-width: 1300px) {
            grid-column: 1 / span 2;
        }

        @media screen and (max-width: 1200px) {
            grid-column: 1;
        }
    }

    .cart-collaterals .cart_totals {
        width: 100%;
    }

    #shipping_method {
        padding-left: 0;
    }

    .shop_table {
        th, td { padding: 15px; }
    }

    .wc-proceed-to-checkout .button.checkout-button {
        font-size: 20px;
    }
}


/* ============================================================
    Pages
============================================================ */

/* ----- Weddings -------------------- */
.wedding-inner {
    max-width: 670px;
    margin: 50px auto 50px auto;
}

.wedding-inner h1 {
    text-align: center;
    font-size: 29px;
}

.wedding-inner p {
    text-align: center;
    font-size: 19px;
}

.weddings-page-cta-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.weddings-page-cta-wrapper h3,
.weddings-page-cta-wrapper p {
    text-align: center;
}

.weddings-page-cta-wrapper a {
    text-decoration: none !important;
    font-size: 14px;
}

.weddings-page-cta-wrapper a:hover,
.weddings-page-cta-wrapper a:active,
.weddings-page-cta-wrapper a:focus {
    background: #000 !important;
    border-color: #000 !important;
}

.wedding-cta:nth-of-type(1) {
    grid-row: 1;
    grid-column: 1;
}

.wedding-cta:nth-of-type(2) {
    grid-row: 1;
    grid-column: 2;
}

@media screen and (max-width: 992px) {

    .weddings-page-cta-wrapper {
        grid-template-columns: 1fr;
    }

    .wedding-cta:nth-of-type(1),
    .wedding-cta:nth-of-type(2) {
        grid-row: auto;
        grid-column: 1;
    }

}

@media screen and (max-width: 768px) {
    .wedding-cta img {
        margin: auto;
    }
}


/* ----- Wedding Gallery Pages -------------------- */

#photonic-wp-stream-1-container {
    column-count: 4 !important;
}

#wedding-gallery-thumbnails {
    row-gap: 30px;
}

#wedding-gallery-thumbnails a {
    text-decoration: none;
}

#wedding-gallery-thumbnails a.image {
    display: block;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
}

#wedding-gallery-thumbnails a.image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#wedding-gallery-thumbnails span.name {
    display: block;
    font-weight: bold;
    margin: 0 0 3px;
    text-transform: uppercase;
    color: #0f6939;
    text-align: center;
}

@media screen and (max-width: 992px) {
    #photonic-wp-stream-1-container {
        column-count: 3 !important;
    }

    #wedding-gallery-thumbnails {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    #wedding-gallery-thumbnails .category {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #photonic-wp-stream-1-container {
        column-count: 2 !important;
    }
    #wedding-gallery-thumbnails {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 500px) {
    #photonic-wp-stream-1-container {
        column-count: 1 !important;
    }
    #wedding-gallery-thumbnails {
        grid-template-columns: 1fr;
    }
}


/* ----- Leave a Review -------------------- */
.review-links {
    display: flex;
    max-width: 960px;
    margin: 40px auto;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    font-size: 20px;
}

.review-link {
    display: block;
    max-width: 280px;
    margin: 40px 0;
    color: #000;
    text-decoration: none !important;
}

.review-provider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    margin: auto;
    background: #FFF;
    border-radius: 1000px;
    border: 2px solid rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 5px #FFF;
    transition: border .4s;
}

.review-link:hover .review-provider {
    color: #000;
    border-color: rgba(0, 0, 0, .8);
}

.review-provider .fa-google,
.review-provider .fa-square-facebook,
.review-provider .fa-yelp {
    width: 32px;
    height: 32px;
}

.review-provider .fa-google {
    color: #4285f4;
}

.review-provider .fa-square-facebook {
    color: #3b5998;
}

.review-provider .fa-yelp {
    color: #d32323;
}

.review-button {
    margin-top: 10px;
    padding: 15px 30px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-shadow: -1px -1px 1px #004499;
    background: #0066CC;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
}

@media screen and (max-width: 835px) {
    .review-links {
        flex-direction: column;
    }
}


/* ----- Contact Us -------------------- */
#gform_wrapper_2 .gform_heading {
    display: none;
}

#gform_wrapper_2 .gfield_label {
    display: grid;
    grid-template-columns: minmax(85px, 1fr) min-content;
}

#gform_wrapper_2 .ginput_container {
    width: 100%;
    max-width: 600px;
}

#gform_fields_2 {
    row-gap: 5px;
}

#gform_fields_2 > div {
    display: grid;
    grid-template-columns: max-content 1fr;
}

#gform_wrapper_2 .gform_footer {
    padding-left: 100px;
    margin-top: 0;
}

#gform_submit_button_2 {
    width: 100%;
    max-width: 600px;
    background: var(--theme-purple);
}

@media screen and (max-width: 768px) {

    #gform_wrapper_2 .gfield_label {
        grid-template-columns: max-content min-content;
    }

    #gform_fields_2 > div {
        grid-template-columns: 1fr;
    }

    #gform_wrapper_2 .gform_footer {
        padding-left: 0;
    }

}


/* ----- Fresh Flower Care -------------------- */

.fresh-flower-care-faqs {
    display: grid;
    grid-template-columns: 2fr 5fr;
    grid-gap: 20px;
}

.fresh-flower-care-faqs dt {
    color: var(--theme-forest-green);
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
}

.fresh-flower-care-faqs dd {
    font-family: 'Open Sans';
    color: #000;
}


@media screen and (max-width: 600px) {
    .fresh-flower-care-faqs {
        grid-template-columns: 1fr;
    }
    .fresh-flower-care-faqs dd {
        margin-bottom: 30px;
    }
}



/* ----- Checkout -------------------- */

#post-12 > div.entry-content > div > div.wc-block-components-sidebar-layout.wc-block-checkout.is-large > div.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block > form > div.wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block > div.wc-block-checkout__actions_row > button {
    background: var(--theme-purple);
}

body.page-id-12 {
    padding-top: 0;

    #customer_details {
        .col-1,
        .col-2 {
            width: 100%;
        }
    }

    #shipping_method {
        padding-left: 0;
    }

    #payment .place-order .button {
        font-size: 20px;
        background-color: var(--theme-purple);
    }
}



/* ----- Event Consultation -------------------- */
#gform_wrapper_3 .gform_heading {
    display: none;
}

#gform_wrapper_3 .gfield_label {
    display: grid;
    grid-template-columns: minmax(300px, 1fr) min-content;
    width: 100%;
    max-width: 300px;
    margin-right: 30px;
    font-weight: bold;
    text-align: right;
}

#gform_wrapper_3 .ginput_container {
    width: 100%;
    max-width: 600px;
}

#gform_wrapper_3 .ginput_container .datepicker {
    width: 100%;
    max-width: 600px;
}

#gform_fields_3 {
    row-gap: 5px;
}

#gform_fields_3 > div {
    display: grid;
    grid-template-columns: max-content 1fr;
}

#gform_wrapper_3 .gform_footer {
    padding-left: 330px;
    margin-top: 0;
}

#gform_submit_button_3 {
    width: 100%;
    max-width: 600px;
    background: var(--theme-purple);
}

@media screen and (max-width: 992px) {

    #gform_wrapper_3 .gfield_label {
        grid-template-columns: minmax(200px, 1fr) min-content;
        max-width: 200px;
    }

    #gform_wrapper_3 .gform_footer {
        padding-left: 230px;
    }
}

@media screen and (max-width: 768px) {

    #gform_wrapper_3 .gfield_label {
        grid-template-columns: max-content min-content;
    }

    #gform_fields_3 > div {
        grid-template-columns: 1fr;
    }

    #gform_wrapper_3 .gform_footer {
        padding-left: 0;
    }

}


/* ----- Cart Page -------------------- */
.wc-proceed-to-checkout a {
    background: var(--theme-purple) !important;
}
