/*    

	--e-global-color-c3f1f8d: #F9C93E; 	// The Shop
    --e-global-color-09c2294: #FAE064;  // The Shop (lighter
    --e-global-color-91864b1: #E2BC07;  // The Shop (darker)

	--e-global-color-ac5c984: #D15851;  // Monthly Club
    --e-global-color-89fc4ea: #D56761;  // Monthly Club (lighter)
    --e-global-color-b121af8: #B64C46;  // Monthly Club (darker)

    --e-global-color-5cac277: #005863;  // Subscriptions
    --e-global-color-8ed9f8b: #006977;  // Subscriptions (lighter)
    --e-global-color-9985fda: #00474F;  // Subscriptions (darker)

*/

@media (min-width: 1200px) {

    .site-footer .footer-inner, .site-footer:not(.dynamic-footer),
    .site-header .header-inner, .site-header:not(.dynamic-header),
    main.site-main {
        max-width: 1200px !important;
        margin: 0 auto;
    }
}


/* Homepage */

.flipbox-container:hover .elementor-flip-box--effect-slide .elementor-flip-box .elementor-flip-box__back {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}


/* Cart Sidebar */
body.admin-bar .elementor-menu-cart__container {
    top: 32px;
    padding-top: 20px;
    margin-bottom: 32px !important;
}

.elementor-menu-cart__container.elementor-lightbox {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.site-header {
    width: 1200px;
    /*position: fixed !important;*/
    z-index: 1000;
}

.site-header>section {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.site-header .site-branding {
    width: 100px;
}

.site-header .site-navigation {
    font-family: var(--e-global-typography-a6ee196-font-family), Sans-serif;
    font-size: var(--e-global-typography-a6ee196-font-size);
    font-weight: var(--e-global-typography-a6ee196-font-weight);
    text-transform: var(--e-global-typography-a6ee196-text-transform);
    line-height: var(--e-global-typography-a6ee196-line-height);
    letter-spacing: var(--e-global-typography-a6ee196-letter-spacing);
}


main.site-main header.page-header h1 {
    display: none;
}

.text-align-center {
    text-align: center;
}


/**
 * General Styles
 */
h1:not(.elementor-heading-title) {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-40a7c2d-font-family), Sans-serif;
    font-size: var(--e-global-typography-40a7c2d-font-size);
    font-weight: var(--e-global-typography-40a7c2d-font-weight);
    text-transform: var(--e-global-typography-40a7c2d-text-transform);
    line-height: var(--e-global-typography-40a7c2d-line-height);
    letter-spacing: var(--e-global-typography-40a7c2d-letter-spacing);
    text-align: center;
    border-bottom: 1px solid var(--e-global-color-text);
    padding-bottom: 20px;
}

.section-closed {
    padding: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-closed .mini-hr {
    width: 20%;
    margin: 20px;
}

.section-closed-message h2.warning-message {
    text-align: center;
    color: var(--e-global-color-ac5c984) !important;
    font-family: "Gilroy", Sans-serif !important;
    font-size: 1.7em !important;
    font-weight: bold !important;
    line-height: 1.4em !important;
}

.administrator-note {
    position: fixed;
    top: 10px;
    left: 10px;
    background-color: #fff;
    border-radius: 5px;
    font-size: .8em;
    font-style: italic;
    text-align: center;
    animation: hideAnimation 0s ease-in 5s;
    animation-fill-mode: forwards;
    z-index: 1000;
}

.debug-information {
    font-size: 90%;
    padding: 2px 0 0 4px;
}

.red-highlight {
    color: var(--e-global-color-ac5c984);
}

.yellow-red-highlight {
    color: var(--e-global-color-ac5c984);
    background-color: var(--e-global-color-primary);
}


/**
 * Notices
 */
/*.woocommerce-notices-wrapper {
	position: fixed;
    top: 32px;
    left: 0px;
    width: 30%;
    z-index: 1000;
    background-color: #ffffff07;
    border: 1px solid #ccc;
    padding: 80px 40px 40px;
}
.woocommerce-notices-wrapper:hover {
	transition:width 2s, left 2s, bottom 2s;
}
*/


/* Fixes default style from Elementor applied to menu */
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:first-child>a {
    -webkit-margin-start: var(--e-nav-menu-horizontal-menu-item-margin);
    margin-inline-start: var(--e-nav-menu-horizontal-menu-item-margin);
}


@keyframes hideAnimation {
    to {
        visibility: hidden;
        /*    width: 0;
    height: 0;*/
    }
}

.recently-viewed {
    margin-top: 20px;
    background-color: var(--e-global-color-2406dce);
    padding: 20px;
}

.info-boxes {
    margin-top: 20px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 40px;
    clear: both;
}

.info-box {
    background-color: var(--e-global-color-5a703a8);
    width: 50%;
    padding: 30px;
    border-radius: 10px;
}



/**
 * Variations
 */
table.variations th {
    padding: 14px 5px 5px;
    font-size: 80%;
    font-weight: normal;
    text-transform: uppercase;
}

table.variations th label {
    font-weight: inherit !important;
}

table.variations td {
    padding: 5px;
}

/*table.variations th.label, table.variations td.label {
	width: 40%;
}	*/


/**
 * Display Message
 */
#message_window {
    display: none;
    position: fixed;
    top: 10px;
    right: 10px;
    color: #000;
    background-color: #ccc;
    border: 1px solid #000;
    border-radius: 10px 10px 10px 10px !important;
    padding: 20px;
    z-index: 10000;
}

.admin-bar #message_window {
    top: 42px;
}


/*.visible-anchor[id]::before {
  content: '';
  display: block;
  height: 150px;
  margin-top: -150px;
  visibility: hidden;
}*/


/**
 * Active Sticky Sections
 */
.active-sticky-link {
    padding: 10px;
}

.active-sticky-link {
    color: #AAA9AA;
}

.active-sticky-link a {
    color: inherit;
}

.active-sticky-link.is-active, .active-sticky-link:hover {
    color: #333;
}

.wwd-sticky-nav .active-sticky-link.is-active~.active-sticky-link {
    color: #AAA9AA !important;
}





/**
 * Products
 */

/**
 * Monthly Sections
 */

.category-navigation-container {
    display: flex;
    overflow: hidden;
    z-index: 2000;
    background-color: #fff;
    padding: 16px 0 6px 0;
    box-shadow: 0 2px 16px 0 rgb(0 0 0 / 8%);
    width: 100%;
}

body[data-elementor-device-mode="desktop"] .category-navigation-container,
body[data-elementor-device-mode="tablet"] .category-navigation-container {
    display: none;
}

.category-navigation-container ::-webkit-scrollbar {
    height: 8px;
    overflow: visible;
}

.category-navigation {
    position: relative;
    overflow-x: auto;
    flex: 1 1 auto;
}

.category-navigation ul {
    flex-wrap: nowrap;
    display: inline-flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    transition: transform .2s cubic-bezier(.25, .46, .45, .94);
}

.category-navigation ul li {
    padding: 0 8px 0 8px;
    white-space: nowrap;
    text-transform: uppercase;
}

.category-navigation ul li.active {
    border-bottom: 1px solid red;
}

.category-navigation ul li a {
    color: var(--e-global-color-text);
}

.category-navigation ul li.active a {
    color: var(--e-global-color-ac5c984);
    font-weight: bold;
}

.section-heading {
    scroll-padding-top: 42px;
}

.section-heading>.elementor-widget-container,
.section-heading>.elemenbtor-container>.elementor-column>.elementor-widget-wrap>.elementor-element>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    background-color: var(--e-global-color-00f8d31);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: var(--e-global-color-ac5c984);
    border-radius: 0px 0px 0px 0px;
}

.section-heading>.elementor-widget-container>.elementor-heading-title,
.section-heading>.elemenbtor-container>.elementor-column>.elementor-widget-wrap>.elementor-element>.elementor-widget-container>.elementor-heading-title {
    padding-bottom: 10px;
    color: var(--e-global-color-ac5c984);
    font-family: var(--e-global-typography-e3ba846-font-family), Sans-serif;
    font-size: var(--e-global-typography-e3ba846-font-size);
    font-weight: var(--e-global-typography-e3ba846-font-weight);
    text-transform: var(--e-global-typography-e3ba846-text-transform);
    line-height: var(--e-global-typography-e3ba846-line-height);
    letter-spacing: var(--e-global-typography-e3ba846-letter-spacing);
}

.section-information {
    position: absolute;
    left: 440px;
    top: 12px;
    font-size: 0.9rem;
    font-weight: 500;
    font-style: italic;
    color: var(--e-global-color-text);
    text-transform: none;
}

.section-information i.fa,
.section-banner i.fa {
    color: #D15851 !important;
    margin-right: 6px;
}

.inset-banner {
    width: 100%;
}


/**
 * The Shop Product Categories
 */
.product-categories {
    position: relative;
    margin: 0 0 4px !important;
    margin-left: 2px
}

.product-categories .swiper-container {
    margin: 0 50px !important;
}

.product-categories .product-categories-wrapper {
    display: flex;
    flex-direction: row;
}

.product-categories .swiper-slide {
    width: 118px;
}

.product-categories .product-categories__inner-box {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.product-categories .product-categories__inner-box:hover {
    border: 1px solid var(--e-global-color-c3f1f8d);
}

.product-categories .product-categories__inner-box.category-selected {
    border: 1px solid var(--e-global-color-c3f1f8d);
}

.product-categories .product-category-title {
    color: var(--e-global-color-text);
    font-family: "Gilroy", Sans-serif;
    font-size: 0.7em;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.6em;
}

.product-categories .product-category-title a {
    color: inherit;
}

.product-categories .swiper-button-prev,
.product-categories .swiper-button-next {
    background-image: none;
    color: var(--e-global-color-c80b8ba);
    font-size: 32px;
    width: 30px;
    height: 30px;
    border-radius: 0px 0px 0px 0px;
}

.product-categories-spacer {
    position: relative;
    margin: 0 0 40px !important;
}

/**
 * The Shop Product Subcategories
 */


.shop-sidebar-controller {
    display: none;
}

.shop-sidebar {
    float: left;
    width: 180px;
    margin-right: 20px;
}

.product-subcategories {
    color: var(--e-global-color-text);
    font-family: "Gilroy", Sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 10px 10px;
}

.product-subcategories ul {
    padding-left: 10px;
}

.product-subcategories li {
    list-style: none;
    padding: 0;
}

.product-subcategories h4 {
    margin: 4px;
}

.product-subcategories h4 a {
    border: 1px solid transparent;
    padding: 2px;
}

.product-subcategories h4.category-selected a {
    border: 1px solid var(--e-global-color-c3f1f8d);
}

.product-subcategories a {
    color: inherit !important;
}

.product-subcategories .parent-term {
    margin: 20px 0 10px 4px;
}

.product-subcategories .parent-term i.fas {
    margin-left: 6px;
}

.product-subcategories li a {
    border: 1px solid transparent;
    padding: 2px;
}

.product-subcategories li.category-selected a {
    border: 1px solid var(--e-global-color-c3f1f8d);
}


.product-section {
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    --grid-column-gap: 50px;
    --grid-row-gap: 50px;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 40px;
}

body.archive .product-section {
    margin-top: 0px;
    padding: 0px;
}

.product-section .product {
    --grid-column-gap: 50px;
    --grid-row-gap: 50px;
    list-style: none;
}

.product-section .product .product-image .product-image-placeholder {
    /*border: 1px solid #ccc;*/
    min-width: 257.5px !important;
}

.product-section .product div.product-data, #quick_view .elementor-add-to-cart {
    width: 100%;
    text-align: center;
}

.product-section .product div.product-data>div {
    flex-wrap: wrap;
}

.product-section .product .quick-view-icon {
    position: absolute;
    right: 0px;
    font-size: 0.8em;
    font-weight: 600;
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    background-color: #D1585100;
    border-radius: 0% 0% 0% 0%;

}

.product-section .product .product-title {
    min-height: 44px;
    margin-top: 0px;
    padding: 0 10px;
}

.product-section .product .product-title h3 {
    color: var(--e-global-color-text);
    font-family: "Gilroy", Sans-serif;
    font-size: 0.95em;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0;
}

.product-section .product .product-title h3>a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.woocommerce .price {
    color: inherit !important;
    font-size: inherit !important;
    color: #D15851;
    text-align: center;
}

.woocommerce span.price {
    display: block;
    margin-top: 0;
    margin-bottom: 0.9rem;
}

.woocommerce .price ins {
    color: var(--e-global-color-ac5c984);
    text-decoration: none;
}

.woocommerce .price del {
    font-size: 90%;
    margin-right: 6px;
    color: #9D9D9C !important;
}

.woocommerce .product-section div.product form.cart {
    margin-bottom: 0em;
}

.elementor-add-to-cart .quantity .qty {
    font-family: "Lato", Sans-serif;
    font-size: 0.9em;
    line-height: 1.2em;
    border-radius: 8px 8px 8px 8px;
    padding: 8px 12px 8px 12px;
    color: var(--e-global-color-text);
    background-color: #FFFFFF;
    transition: all 0.2s;
}

.elementor-add-to-cart button.single_add_to_cart_button,
.elementor-add-to-cart button.single_add_to_cart_button:hover,
.elementor-add-to-cart button.single_add_to_cart_button:focus {
    border: none;
    outline: none !important;
}

.product-section .product .woocommerce-variation-availability {
    color: var(--e-global-color-accent);
    font-size: 0.9em;
}

.product-section .product .bbd {
    color: var(--e-global-color-text);
    font-family: "Gilroy", Sans-serif;
    font-size: 0.7em;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.6em;
    padding-top: 6px;
}

.woocommerce nav.woocommerce-pagination {
    clear: right;
    margin: 40px 0;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    margin-right: 20px;
}


/* expand icon */
.product-preview .quick-view-trigger.quick-view-icon {
    display: none;
    font-family: "Lato", Sans-serif;
    font-size: 0.8em;
    font-weight: 600;
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    transition: all 1s ease-in-out;
    z-index: 50;
    width: 20px;
    transform: scale(1.5);
}

/*.product-preview .quick-view-trigger.quick-view-icon:hover {
	transform: scale(1.6);
}*/

/*.product-preview:hover .product-image {
	transform: scale(1.025);
}*/


/**
 * Quick View
 */
.quick-view {
    display: none;
    position: fixed !important;
    top: 20px;
    left: 0;
    width: 100vw !important;
    height: 100% !important;
    height: 100vh !important;
    height: calc(var(--vh, 1vh) * 100) !important;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    overflow-y: scroll;
    /*animation: grow .5s;*/
}

#swipe_indicator {
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 100px);
    /* animation: shake 3s infinite ease-in-out;
   	-webkit-animation: shake 3s infinite ease-in-out;
    transform: translate3d(0, 0, 0);*/
}

#swipe_indicator span.dashicons {
    font-size: 80px;
}

#swipe_indicator span.swipe-instructions {
    border: 1px solid #fff;
    background-color: var(--e-global-color-primary);
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 14px;
    font-size: 18px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes swipe {
    0% {
        left: 0;
    }

    25% {
        left: 20px;
    }

    50% {
        left: 0;
    }

    75% {
        left: -20px;
    }

    100% {
        left: 0px;
    }
}

@keyframes grow {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.quick-view[data-quick_view='visible'] {
    display: block;
}

.quick-view.disabled {
    display: block;
    position: relative;
}

body.admin-bar .quick-view {
    top: 32px;
}


.quick-view .cheese-section .elementor-icon-list-item:nth-child(1) span,
.quick-view .wine-section .elementor-icon-list-item:nth-child(1) span {
    font-weight: bold;
    color: var(--e-global-color-1D1D1B);
}


.product-icons .elementor-widget-wrap {
    display: flex;
}

.product-icons .elementor-widget-wrap .elementor-widget-icon-box {
    width: 20%;
}



.jet-filters-loading {}

/*.elementor-posts-nothing-found:before {
	content: "No results";
}*/

/**
 * Sliding Drawer
 */
.sliding-drawer {
    position: fixed;
    z-index: 999;
    width: 650px;
    height: calc(100% - 102px) !important;
    top: 102px;
    bottom: 0;
    right: 0;
    transform: translateX(650px);
    transition: transform 0.5s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
}

.sliding-drawer .close-sliding-drawer {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 40px;
    z-index: 1000;
}

.sliding-drawer .close-sliding-drawer:before {
    font-size: 40px;
}

.sliding-drawer.visible {
    display: block;
    transform: translateX(0);
}

.sliding-drawer.disabled {
    display: block;
    position: static;
    width: auto;
    height: auto;
    transform: translateX(0);
}

/**
 * Collapsable/Accordion Sections
 */

/*.collapsable-section {
	transform: scaleY(0);    
	transform-origin: top;
	transition: transform 0.26s ease;
}
.collapsable-section.visible {
	transform: scaleY(1);    
}
.collapsable-section.disabled {
	transform: scaleY(1);    
}*/

.collapsable-section-trigger .section-status-indicator,
.accordion-section-trigger .section-status-indicator {
    float: left;
    font-size: .9em;
    margin: 4px 20px 0px;
}


/* Mini Cart */
#elementor-menu-cart__toggle_button {
    padding: 0 !important;
}

/*#elementor-menu-cart__toggle_button .elementor-button-icon .elementor-screen-only {
	font-size: 0.6em;
    font-weight: bold;
    color: var( --e-global-color-primary );
    position: absolute;
    height: 10px;
    top: 2px;
    right: -6px;
    margin: 0 0 0 6px;
    clip: auto;
    overflow: visible;
}*/


.elementor-menu-cart__footer-buttons {
    grid-template-columns: 1fr !important;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons .elementor-button {
    font-size: 0.8em !important;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons .elementor-button:hover {
    padding: var(--checkout-button-padding, 15px 1em);
}


/* Ajax Templates */
.elementor-cc-ajax-template {
    display: flex;
    justify-content: center;
    align-content: center;
    min-height: 100px;
}

.elementor-cc-ajax-template .preloader {
    padding: 20px;
}



/* Monthly / Shop / Subscription pages */

.elementor-add-to-cart form.cart, .woocommerce-variation-add-to-cart {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
}

.elementor-add-to-cart form.cart .quantity {
    order: 1;
}

.elementor-add-to-cart form.cart .single_add_to_cart_button, button.button.alt {
    order: 2;
    margin-left: 2px;
    border-radius: 8px 8px 8px 8px !important;
    color: var(--e-global-color-00f8d31) !important;
    background-color: var(--e-global-color-primary) !important;
}

.elementor-add-to-cart form.cart .single_add_to_cart_button:hover, button.button.alt:hover {
    color: var(--e-global-color-00f8d31) !important;
    background-color: var(--e-global-color-accent) !important;
}

.elementor-add-to-cart form.cart .wc-points-rewards-product-message {
    order: 3;
    text-transform: uppercase;
    font-size: 9px;
    display: block;
    width: 100%;
    text-align: center;
}

.woocommerce-Price-currencySymbol {
    margin-right: 2px;
}

.elementor-product-variable table.variations,
.elementor-product-variable-subscription table.variations {
    width: 76%;
}

.elementor-product-variable table.variations td,
.elementor-product-variable-subscription table.variations td {
    background-color: #fff;
}

.elementor-product-variable table.variations .label,
.elementor-product-variable-subscription table.variations .label {
    display: none;
}

.elementor-product-variable .subscription-details,
.elementor-product-variable-subscription .subscription-details {
    display: none;
}

.ecs-post-loop {
    min-width: 50%;
    /*257.5px*/
    ;
}

div.not-for-sale {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

div.not-for-sale p {
    width: 100%;
    display: table;
}


/**
 * Single Product 
 */

.partner-logo {
    text-align: center;
    padding: 4px;
}

.partner-logo img {
    width: 80px;
}

.certification-icons {
    padding: 12px;
}

.certification-icons .certification-icon {
    float: left;
    /*	width: 60px;
    padding: 10px 20px 10px 0px;*/
}

.certification-icons .certification-icon .caption {
    color: var(--e-global-color-c80b8ba);
    font-family: "Lato", Sans-serif;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
}

/* comments */
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none !important;
    padding: 0 !important;
}

.woocommerce .star-rating, .woocommerce .star-rating:before, .comment-form-rating .stars a {
    color: var(--e-global-color-c3f1f8d);
}

.woocommerce #reviews #comment {
    height: 175px !important;
}


.elementor-widget-cc-product-icon {
    text-align: center;
}


/**
 * Cart
 */
.cart-item-options label, .cart-item-options input, .cart-item-options .fixed-dates, .cart-item-options select {
    font-size: 80% !important;
}

table.cart .coupon {
    display: none;
}

@media only screen and (min-device-width: 768px) {
    /* .woocommerce-cart-form .monthly-section, .woocommerce-cart-form .shop-section {
		float: left;
		width: calc( 50% - 10px );
	}*/
    /* .cart-collaterals {
		float: left;
		width: 35% !important;
	}
	.woocommerce .cart-collaterals .cart_totals {
		width: 90% !important;
	}*/

}

.woocommerce-cart-form .cart-sections {
    display: flex;
    flex-wrap: wrap;
}

.order-section, .cart-section {
    flex: 1 0 33.3%;
    border: .5px solid var(--e-global-color-5cac277);
    border-radius: 5px;
    margin: 5px 5px 10px;
    padding: 10px;
}

.monthly-section {
    border: .5px solid var(--e-global-color-ac5c984);
}

.shop-section, .permanent-section {
    border: .5px solid var(--e-global-color-c3f1f8d);
}

.upcoming-orders {
    flex: 1 1 100%;
    padding: 12px;
}

.upcoming-orders p {
    font-size: 13px;
    margin-bottom: 12px;
}

.upcoming-orders p:last-child {
    margin-bottom: 0px;
}

.upcoming-orders ul {
    display: table-cell;
    padding-bottom: 12px;
    list-style: none;
}

.upcoming-orders ul li {
    display: inline-block;
    margin-right: 10px;
}



.order-section h4, .order-section h5 {
    margin-top: 0;
}

.woocommerce .order-section table.shop_table tfoot tr.shipping-options-heading {
    border-bottom: 0.5px solid var(--wc-secondary);
}

.elementor-menu-cart__container .elementor-menu-cart__main {
    padding: 10px 16px 0 !important;
}

/*.elementor-menu-cart__container .monthly-section {
	margin: 0px;
}*/

.elementor-menu-cart__container .elementor-menu-cart__product {
    border-bottom: none !important;
    padding-bottom: none;
}

.elementor-menu-cart__container h5 {
    margin-top: 0px;
    text-transform: uppercase;
}

.shop_table .product-name dl.variation {
    display: none;
}

.woocommerce table.shop_table td.product-thumbnail {
    padding: 0;
}

.woocommerce-cart-form .special-delivery-notice {
    width: 100%;
    background-color: #f9c93e;
    padding: 10px 10px 0 10px;
    text-align: center;
    font-size: 90%;
    font-style: italic;
}

.woocommerce-cart-form .delivery-options {
    /*	min-height: 100px;*/
    margin-bottom: 10px;
}

.woocommerce .order-section table.shop_table {
    margin-bottom: 0;
}

table caption+thead tr:first-child th, table caption+thead tr:first-child td,
table caption+thead tr:first-child th, table caption+thead tr:first-child td,
table colgroup+thead tr:first-child th, table colgroup+thead tr:first-child td,
table colgroup+thead tr:first-child th, table colgroup+thead tr:first-child td,
table thead:first-child tr:first-child th, table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th, table thead:first-child tr:first-child td {
    border-top: none;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table thead tr th, .woocommerce table.shop_table tfoot tr th,
.woocommerce table.shop_table thead tr td, .woocommerce table.shop_table tfoot tr td,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    border: none;
    border-collapse: collapse;
    padding: 6px 12px;
    line-height: 1.2;
}

.woocommerce table.shop_table tr.order-total {
    border: .5px solid var(--e-global-color-ac5c984) !important;
}

.woocommerce table.shop_table tr.order-total th,
.woocommerce table.shop_table tr.order-total td {
    background-color: var(--e-global-color-c3f1f8d);
}

.woocommerce table.shop_table .wc-item-meta {
    display: none;
}

.woocommerce form .special-delivery-dates-container {
    margin-top: 10px;
    padding: 10px;
}

.woocommerce form .special-delivery-dates-heading {}

.woocommerce form .form-row.available-delivery-timeslots label,
.woocommerce form .form-row.delivery-dates label,
.woocommerce form .form-row.product_special_delivery_date label,
.woocommerce form .delivery-date-value {
    font-style: italic;
    float: left;
    line-height: 2 !important;
    margin-right: 10px;
}

.delivery-note-icon {
    display: inline-block;
    position: relative;
    padding: 0.5rem;
    display: none;
}

.delivery-note-icon i {
    color: var(--e-global-color-ac5c984);
}

.delivery-note-icon:hover .delivery-note {
    display: block;
}

.delivery-note {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 140px;
    width: auto;
    top: -40px;
    left: 20px;
    font-size: 12px;
    border-radius: 320px;
    border: 1px solid var(--e-global-color-ac5c984);
    padding: 1rem;
}

.ui-datepicker-calendar td.delivery-tomorrow a {
    background: linear-gradient(145deg, #EEE 50%, transparent 50%);
}

.set-item-delivery-date {
    padding: 0 10px;
}

.woocommerce form .form-row.delivery-dates span.error-message,
.woocommerce form .form-row.available-delivery-timeslots span.error-message {
    color: var(--e-global-color-ac5c984);
    font-size: 12px;
    display: block;
    clear: both;
    margin: 2px 2px 2px 160px;
}

.woocommerce form span.note {
    font-size: 12px;
    display: block;
    clear: both;
    margin: 2px;
}

.woocommerce form .form-row.available-delivery-timeslots select,
.woocommerce form .form-row.delivery-dates input,
.woocommerce form .form-row.product_special_delivery_date select,
.woocommerce form .form-row.product_special_delivery_date .fixed-dates {
    float: left;
    clear: right !important;
    width: auto !important;
    line-height: 1;
}

.woocommerce form .form-row.product_special_delivery_date .fixed-dates {
    font-size: 90%;
    line-height: 1.2;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

#calc_shipping_country_field, #calc_shipping_postcode_field {
    display: none !important;
}

.woocommerce p.woocommerce-shipping-contents {
    line-height: 1.2;
}

/*.available-delivery-timeslots option:not(:first-child)[data-remaining='0'] {
	display: none;
}
*/
/*.woocommerce form .form-row.available-delivery-timeslots {
	display: none;
}*/

.product-total .product-portion, .product-subtotal .product-portion {
    display: none;
}

a.checkout-button.button.alt {
    text-decoration: none;
    text-transform: uppercase;
}


div.cross-sells {
    margin-top: 30px;
}

div.cross-sells h3.elementor-heading-title {
    text-transform: uppercase;
    margin-bottom: 20px;
}

div.cross-sells .product .product-title h3>a {
    text-decoration: none;
}


/**
 * Checkout
 */

form.referrer_email_form {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}

h4 .learn-more {
    margin-left: 20px;
    font-size: 70%;
    font-weight: normal;
}

form.referrer_email_form {
    font-size: 0.9em;
    line-height: 1.6em;
}

form.referrer_email_form button[name='add_referrer_email'] {
    font-size: 0.9em;
    line-height: 1.6em;
    background-color: #D15851;
    /*var( --e-global-color-primary );*/
    border-radius: 8px 8px 8px 8px;
    padding: 8px 10px 8px 10px;
    margin-left: 10px;
}

.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper {
    border: 0.5px solid #ccc;
    border-radius: 5px;
    margin: 5px 5px 10px;
    padding: 10px;
}

.woocommerce-checkout .blockUI.blockOverlay {
    position: fixed !important;
}

.woocommerce-checkout table.shop_table tbody td:nth-child(1) {
    width: 80%;
}

.woocommerce-checkout .delivery-information .change-delivery-date-trigger {
    display: none;
}

.available_delivery_timeslots {
    display: none;
}

.available_delivery_timeslots>* {
    float: left;
}

.delivery-guidelines {
    font-size: 13px;
    font-style: italic;
    text-align: right;
}

.delivery-guidelines td {
    padding-top: 0px !important;
    padding-bottom: 16px !important;
}

.show-fps-information {
    color: #D15851 !important;
    margin-left: 10px;
    margin-right: 10px;
}

.may-1-pickup-info {
    color: #D15851 !important;
    margin-left: 10px;
}

/**
 * Divit
 */

.divit-login {
    display: none;
}

.divit-login .divit-user-name {
    display: none;
}

a.divit-link[href*="referral"] {
    display: none;
}

.payment-gateway-notice {
    background: rgba(129, 110, 153, .14);
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 2px;
}

.wc_payment_method.payment_method_divit label {
    color: transparent;
    margin-left: -40px;
}


/* Your Orders */

table.shop_table tbody>tr:nth-child(odd)>td, table.shop_table tbody>tr:nth-child(odd)>th {
    background-color: inherit;
}

table.shop_table tbody>tr:nth-child(odd)>td.cart_item, table.shop_table tbody>tr:nth-child(odd)>th.cart_item {
    background-color: #f7f7f7;
}

table.shop_table td.subtotal-total {
    border-top: 1px solid rgba(0, 0, 0, .1);
    font-weight: bold;
}

table.shop_table ul.woocommerce-shipping-methods {
    position: relative;
    list-style: none outside;
    margin: 0;
    padding: 0;
}

table.shop_table ul.woocommerce-shipping-methods li {
    margin: 0 0 0.5em;
    line-height: 1.5em;
    list-style: none outside;
}

table.shop_table ul.woocommerce-shipping-methods li input {
    margin: 3px 0.4375em 0 0;
    vertical-align: top;
}

table.shop_table ul.woocommerce-shipping-methods li label {
    display: inline;
}

table.shop_table ul.woocommerce-shipping-methods li p.rate-description, p.note {
    font-size: 80%;
    font-style: italic;
    margin-bottom: 0;
    line-height: 1.4;
}

.no-delivery-message {
    font-size: 12px;
    line-height: 1;
    color: var(--e-global-color-accent);
    /*position: absolute;
	bottom:  0;
	right: 0;*/
}

@media only screen and (min-device-width: 768px) {
    .col-6 {
        float: left;
        width: 50%;
    }

    #order_details {
        padding-left: 20px;
    }

    .single_add_to_cart_button {
        display: flex;
        align-items: center;
    }
}

.woocommerce-additional-fields {
    border: 1px solid #000;
    background-color: #ccc;
    padding: 20px;
    border-radius: 5px;
}

.woocommerce form .form-row label, .woocommerce form p.form-row {
    line-height: 1.4 !important;
}

.woocommerce-NoticeGroup-updateOrderReview, .woocommerce-NoticeGroup-checkout {
    margin-top: -160px;
    padding-top: 160px;
}

.delivery-conditions span {
    display: block;
}

.select2-container .select2-selection--single {
    height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

#billing_search_address_field, #shipping_search_address_field {
    size="50"
    margin-top: 30px;
    margin-top: 10px;
    padding: 10px;
    background-color: #ccc;
    /*var(--e-global-color-c3f1f8d);*/
}

#billing_search_address_field .optional, #shipping_search_address_field .optional {
    display: none;
}

.address_fields_message {
    font-size: 10px;
    font-style: italic;
    margin-left: 10px;
}

.address-tips {
    padding: 2px 4px;
    font-size: 11px;
    clear: right;
}

.address-tips .address-tip {
    display: inline-block;
    padding-left: 4px;
    text-decoration: underline;
}

.address-tips .address-tip:after {
    content: ",";
    display: inline-block;
}

.address-tips .address-tip:last-child:after {
    content: "";
}

.address-summary-container {
    position: relative;
    background-color: #fff;
    border: .5px solid #00000030;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.address-summary-container .fa-edit {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 14px;
}

.address-summary span {
    display: block;
    margin-right: 4px;
}

.address-summary span.first-name, .address-summary span.last-name,
.address-summary span.state, .address-summary span.postcode {
    display: inline-block;
    clear: right;
}

#eco_friendly_packaging_container {
    margin-top: 20px;
}

#eco_friendly_packaging_container .know-more {
    color: var(--e-global-color-accent);
}

.walkup-container .optional {
    display: none;
}


/**
 * Orders Received
 */
body.woocommerce-order-received h2 {
    font-size: 80%;
}

body.woocommerce-order-received .delivery-information {
    margin-top: 20px;
    font-size: 1em;
}

body.woocommerce-order-received .delivery-information p {
    padding: 9px 12px;
    font-size: 1rem !important;
}


.woocommerce-table__line-item .special-delivery-date {
    margin-left: 40px;
}

.woocommerce-order-details__title .subtitle {
    font-size: 80%;
}


/**
 * Orders
 */
.change-delivery-date-container {
    border: 1px solid var(--e-global-color-05a6511);
    background-color: var(--e-global-color-2406dce);
    border-radius: 5px;
    padding: 20px;
}







/* Subscriptions */

.ecs-post-loop .flipbox-container .elementor-page-title h3 {
    height: 70px;
}

/*.ecs-post-loop table.variations td {
	display: inline-block;
	width: 100%;
}*/

table.variations tbody>tr:nth-child(odd)>td, table.variations tbody>tr:nth-child(odd)>th {
    background-color: #fff !important;
}

table.variations th, table.variations td {
    border: none !important;
}

table.variations tbody>tr td.label {
    width: 50px;
}

table.variations .reset_variations {
    display: none;
}


.single_variation .product-price {
    line-height: 1.2;
}

.price-per-box {
    display: inline-block;
    font-size: 70%;
    line-height: 1.2;
}

.shipping-note {
    display: inline-block;
    font-size: 70%;
    text-transform: uppercase;
    color: var(--e-global-color-ac5c984);
    line-height: 1.2;
}








/* My Account */

.woocommerce form.login {
    margin: 0 0 2em 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 24%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
}

.woocommerce-MyAccount-navigation ul {
    background-color: var(--e-global-color-c3f1f8d);
    color: #ffffff;
    padding: 10px;

}

.woocommerce-MyAccount-navigation ul li {
    list-style-type: none;
    border-bottom: 0.5px solid #ffffff;
    padding: 6px;
    text-transform: uppercase;
    color: #ffffff;
}

.woocommerce-MyAccount-navigation ul li a {
    color: inherit;
    text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li:hover {
    color: var(--e-global-color-c3f1f8d);
    background-color: #ffffff;
}


.woocommerce-orders-table__row.order td {
    background-color: #f7f7f7 !important;
}

/*.woocommerce-orders-table__row.suborder:last-child {
	margin-bottom: 2px;
	border-bottom: 1px solid #000;
}*/
.woocommerce-orders-table__row.suborder td {
    background-color: #fff !important;
}

.woocommerce-orders-table__row.suborder td:first-child {
    border-left: 1px solid #f7f7f7;
}



.simple-message-box {
    text-align: center;
    padding: 100px;
}


.cheesemaster-icon {
    width: 50px;
    color: var(--e-global-color-primary);
    fill: var(--e-global-color-primary);
    stroke: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.b2b-icon {
    width: 50px;
}


/**
 * Custom Styles - moved from Additional CSS in Customizer
 */

/**
 * Christmas Specials menu colour 
 */
.christmas-special {
    background-color: #b81818;
    color: white;
    border-radius: 5px;
    font-weight: 900;
    padding-left: 10px;
    padding-right: 10px;
}

.christmas-special.menu-item a {
    color: #ffffff !important;
}

.christmas-special:hover {
    background-color: #028A0F;
}

/**
 * Wine Fair menu colour
 */
.wine-fair {
    background-color: #4a2957;
    color: white;
    border-radius: 5px;
    font-weight: 900;
    padding-left: 10px;
    padding-right: 10px;
}

.wine-fair.menu-item>a,
body.home .elementor-sticky--effects .magic-sticky-header-items ul li.wine-fair a:not(.sub-menu li a) {
    color: #F9C93E !important;
    fill: #F9C93E !important;
}

.wine-fair:hover {
    background-color: #4a2957;
}

/**
 * Valentine's Specials
 */
.cny-valentine {
    background-color: #b81818;
    color: white;
    border-radius: 5px;
    font-weight: 900;
    padding-left: 10px;
    padding-right: 10px;
}

.cny-valentine.menu-item a {
    color: #ffffff !important;
}

.cny-valentine:hover {
    background-color: #fd3f92;
}

body.woocommerce-cart #coupons_list {
    display: none !important;
}


/* Only on SG */
.product-categories, .product-categories-spacer {
    display: none;
}

.product-subcategories {
    display: none;
}












/**
 * Responsive Styles
 */

@media all and (max-width: 767px) {

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 20px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }

    .woocommerce-MyAccount-navigation ul {
        text-align: center;
    }

    .woocommerce-MyAccount-navigation ul li {
        display: inline-block;
    }

    .woocommerce-MyAccount-navigation ul li {
        border-bottom: none;
    }

    .elementor-menu-cart__container {
        height: calc(100%) !important;
        height: calc(100vh) !important;
        height: calc(var(--vh, 1vh) * 100) !important;
    }

    body.admin-bar .elementor-menu-cart__container {
        top: 46px;
        height: calc(100% - 46px) !important;
        height: calc(100vh - 46px) !important;
        height: calc((var(--vh, 1vh) * 100) - 46px) !important;
        margin-bottom: 46px !important;
    }

    body.admin-bar .quick-view {
        top: 46px;
    }

    .product-icons .elementor-widget-wrap .elementor-widget-icon-box {
        width: 33%;
    }


    .product-categories-spacer {
        margin: 0 0 10px !important;
    }

    .shop-sidebar-controller {
        position: relative;
        display: block;
    }

    .shop-sidebar {
        position: relative;
        float: none;
        width: 100%;
        clear: both;
        background-color: white;
        z-index: 1000;
        left: 0;
        padding: 20px;
        display: none;
    }

    .product-subcategories li {
        float: left;
        margin: 6px 10px;
    }

    body.archive .product-section {
        margin-top: 20px;
        float: left;
    }

    .info-box {
        width: 100%;
    }



    .section-information {
        position: static;
        margin: 0 auto;
        padding: 10px;
    }

}