/*
Theme Name: Bee-Licious
Description: WordPress theme for the Bee-Licious website
Author: Christie and Co
Author URI: https://christieand.co/
Template: hello-elementor
Version: 1.0.0
Text Domain: bee-licious
*/

:root {
    --containerWidth: 1240px;
    --black: #000;
    --white: #fff;
    --gold: #f5b355;

    --font-futura-std: "Futura Std";
    --font-open-sans: "Open Sans";
    --font-trola-latcyr: "Trola LatCyr";
}

body {
    color: var(--black);
}

.container {
    max-width: var(--containerWidth);
    padding: 0 20px;
    margin: 0 auto;
}

.push-down {
    margin-top: auto;
}

.gform_heading {
    display: none !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

/** TYPOGRAPHY **/
a {
    color: var(--gold);
}

a:hover {
    color: var(--gold);
}

.elementor a {
    text-decoration: underline;
}

.elementor a:hover {
    text-decoration: none;
}

h1 {
    font-family: var(--font-trola-latcyr);
    font-weight: 500;
    font-style: italic;
    letter-spacing: -1.5px;
}

h2 {
    font-family: var(--font-trola-latcyr);
    font-weight: 500;
    font-style: italic;
    font-size: 40px;
    letter-spacing: -1.5px;
}

h3 {
    font-family: var(--font-trola-latcyr);
    font-weight: 500;
    font-style: italic;
    font-size: 30px;
}

h4 {
    font-family: var(--font-trola-latcyr);
    font-weight: 500;
    font-style: italic;
}

h5 {
    font-family: var(--font-trola-latcyr);
    font-weight: 500;
    font-style: italic;
    letter-spacing: -1.5px;
}

h6 {
    font-family: var(--font-trola-latcyr);
    font-weight: 500;
    font-style: italic;
    letter-spacing: -1.5px;
}

p,
ul li {
    font-family: var(--font-futura-std);
    font-size: 16px;
    font-weight: normal;
}

/** BUTTONS **/
[type="button"],
[type="submit"],
button {
    border: none;
}

.elementor-button,
.button,
.page-numbers {
    text-transform: uppercase;
    font-family: var(--font-futura-std);
    font-size: 19px !important;
    font-weight: 900;
    text-decoration: none !important;

    border-radius: 0;
    border: 1px solid var(--gold) !important;
    color: var(--black) !important;

    background-color: var(--gold) !important;
    fill: var(--black) !important;
}

.button {
    padding: 12px 24px;
}

.elementor-button span,
.button,
.page-numbers {
    color: var(--black);
}

.elementor-button:hover,
.button:hover,
button:focus,
[type="submit"]:focus,
.page-numbers:hover {
    background: var(--black);
    fill: var(--gold);
}

.elementor-button:hover span,
.button:hover {
    color: var(--gold);
}

.button--black .elementor-button,
.button--black {
    background: var(--black);
}

.button--black .elementor-button span,
.button--black {
    color: var(--gold);
}

.button--black .elementor-button:hover,
.button--black:hover {
    background: var(--gold);
}

.button--black .elementor-button:hover span,
.button--black:hover {
    color: var(--black);
}

.button--small,
.page-numbers {
    /* padding: 6px 12px; */
    padding: 4px 10px;
}

.gform-button {
    text-transform: uppercase !important;
    font-family: var(--font-futura-std) !important;
    font-size: 19px !important;
    font-weight: 900 !important;
}

.elementor-button-content-wrapper {
    align-items: center;
}

table tbody>tr:nth-child(odd)>th {
    background-color: var(--gold);
    text-align: left;
}

/** LAYOUT **/
body:not([class*="elementor-page-"]) .site-main {
    max-width: var(--containerWidth) !important;
    padding: 0 20px;
}

body.single-product .site-main {
    max-width: none !important;
    padding: 0;
}

/** SOCIAL ICONS **/
.social-icons {
    margin: 0;
    padding: 0;
    list-style: none;

    display: flex;
    flex-direction: row;
    gap: 5px;
}

/** ANNOUNCEMENT BAR **/
.announcement-bar {
    background: var(--black);
    padding: 5px 0;
}

.announcement-bar__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.announcement-bar__inner p {
    color: var(--gold);
    font-family: var(--font-futura-std);
    font-weight: 900;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
}

/** WOOCOMMERCE NOTICES **/
.woocommerce-notices-wrapper {
    max-width: var(--containerWidth);
    margin: 0 auto;
}

.woocommerce-notices-wrapper .woocommerce-message {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    background: #000;
    padding: 20px;
    color: #FFF;
}

.product-template-default .woocommerce-notices-wrapper .woocommerce-message {
    margin-top: 130px;
}

.woocommerce-notices-wrapper .woocommerce-message .button {
    float: none;
    border: 1px solid #000;

    flex-shrink: 0;
    flex-grow: 0;
}

.woocommerce-notices-wrapper .woocommerce-message .button:hover {
    border: 1px solid var(--gold);
}

/** HEADER **/
.main-header {
    position: relative;
    z-index: 999;
}

.header {
    background-image: url("images/header-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;

    padding: 20px 0;
    height: 140px;
}

.header__inner {
    display: grid;
    grid-template-columns: 1fr 265px 1fr;
}

.header nav ul {
    margin: 0;
    padding: 0;
    list-style: none;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header nav ul li {
    position: relative;
}

.header nav ul li a {
    font-family: var(--font-futura-std);
    font-size: 19px;
    font-weight: 900;

    color: var(--black);

    text-transform: uppercase;
}

.header nav ul li:hover ul {
    display: flex;
}

.header nav ul li ul {
    display: none;
    flex-direction: column;

    position: absolute;
    top: 100%;
    width: 220px;
}

.header nav ul li ul li a {
    display: block;
    background: var(--black);
    color: var(--gold);
    font-size: 15px;
    padding: 6px 12px;
}

.header nav ul li ul li a:hover {
    background: var(--gold);
    color: var(--black);
}

.header__left,
.header__right {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.header__left .social-icons {
    margin-bottom: 57px;
}

.header__left .social-icons .where-to-buy {
    border-left: 2px solid var(--white);
    margin-left: 10px;
    padding-left: 10px;
}

.header__left .social-icons .where-to-buy a {
    color: var(--white);
    font-family: var(--font-open-sans);
    font-size: 14px;
    font-weight: bold;

    text-align: right;
    text-transform: uppercase;
}

.header__center {
    margin-top: -20px;
}

.header__center a {
    display: block;
    text-align: center;
}

.header__right__cta {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 60px;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;

    gap: 20px;
}

.header__right__cta li {
    border-right: 2px solid var(--white);
    padding-right: 20px;
}

.header__right__cta li:last-child {
    border-right: 0;
    padding-right: 0;
}

.header__right__cta li a i {
    margin-right: 5px;
}

.header__right__cta a {
    color: var(--white);
    font-family: var(--font-open-sans);
    font-size: 14px;
    font-weight: bold;

    text-align: right;
    text-transform: uppercase;
}

header .mobile-menu {
    display: none;
}

/** FOOTER - NEWSLETTER **/
.footer-newsletter {
    background-image: url("images/footer-newsletter-bg.png");
    background-color: var(--black);
    background-repeat: repeat-x;

    height: 100px;
}

.footer-newsletter__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-newsletter__left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;

    margin-top: 20px;
}

.footer-newsletter__left h3 {
    font-family: var(--font-trola-latcyr);
    font-size: 22px;
    font-weight: 500;
    font-style: italic;

    color: var(--white);
}

.footer-newsletter-form span {
    font-family: var(--font-futura-std);
    font-size: 15px;
    font-weight: bold;
    color: var(--white);

    display: block;
    margin-top: 5px;
}

.footer-newsletter-form .gform_footer {
    display: none !important;
}

.footer-newsletter__right {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
}

.footer-newsletter__right .social-icons {
    margin-top: 40px;
}

/** FOOTER **/
.main-footer {
    background-color: var(--gold);
    padding: 20px 0;
}

.main-footer__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-nav {
    flex-basis: 1000px;
    flex-grow: 0;
    flex-shrink: 0;
}

.footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    justify-content: space-between;
}

.footer-nav ul li a {
    color: var(--black);

    font-family: var(--font-futura-std);
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-nav ul li ul {
    flex-direction: column;
}

.footer-nav ul li ul li a {
    text-transform: none;
    font-weight: normal;
}

.footer-contact {
    padding-top: 100px;
}

.footer-contact p {
    font-family: var(--font-futura-std);
    font-size: 12px;
    font-weight: bold;

    text-align: center;
}

.footer-contact .our-home {
    margin: 0 auto;
    display: block;
}

.footer-contact p span {
    font-weight: normal;
    text-transform: uppercase;
}

.footer-copyright {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    margin-top: 50px;
}

.footer-copyright p {
    margin: 0;

    font-family: var(--font-futura-std);
    font-size: 12px;
    font-weight: normal;
}

.footer-copyright p a {
    color: var(--black);
}

/** LIST COMPONENT **/
.list .product__title h3 {
    border-collapse: collapse;
}

.list__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;

    border-bottom: 1px solid var(--gold);

    padding: 5px 0;
}

.list__item:first-child {
    border-top: 1px solid var(--gold);
}

.list__item h3 {
    margin: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

/** Shop Page **/
.post-type-archive-product main {
    max-width: none !important;
}

.products-archive {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    padding-bottom: 135px;
    padding-left: 20px;
    padding-left: 20px;

    gap: 35px;
}

.post-type-archive-product #main,
.tax-pa_honey-source #main {
    padding-top: 115px;
}

.products-archive__sidebar {
    flex-basis: calc(25% - 35px);
    flex-grow: 0;
    flex-shrink: 0;

    margin-top: 10px;
}

.products-archive__sidebar h4 {
    background: var(--gold);
    padding: 4px 20px;
    font-size: 22px;
    margin-left: -20px;
}

.products-archive__products {
    flex-basis: calc(75% - 35px);
    flex-grow: 0;
    flex-shrink: 0;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
    margin: 0;
    padding: 0;

    list-style: none;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;

    gap: 30px;
}

.woocommerce img,
.woocommerce-page img {
    margin: 0 auto;
    display: block;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    display: flex;
    flex-direction: column;
    float: none;

    flex-basis: calc(25% - 30px);
    flex-grow: 0;
    flex-shrink: 0;

    margin: 0;
    width: auto;
}

.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce-page ul.products::after,
.woocommerce-page ul.products::before {
    display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    color: var(--black);
    font-size: 18px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.woocommerce ul.products li.product span.price {
    color: #d8920b;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.woocommerce-loop-product__buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;

    /* margin-top: 25px; */
    margin-top: auto;
}

.woocommerce-loop-product__buttons a {
    display: block;
    width: 100%;
    max-width: 190px;
    text-align: center;
}

.woocommerce-pagination {
    margin-top: 40px;
}

.woocommerce-pagination .page-numbers {
    background-color: #fff;
}

/** Product Filters **/
.wpc-term-count {
    display: none !important;
}

.wpc-filter-title {
    background: var(--gold);
    padding: 4px 20px;
    font-size: 22px;
    margin-left: -20px;
    font-family: var(--font-trola-latcyr);
    font-weight: 500;
    font-style: italic;
    margin-bottom: 0 !important;
}

ul.wpc-filters-ul-list {
    margin-left: -20px !important;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item {
    float: none !important;
    display: block;
    margin-bottom: 0 !important;
    width: 100% !important;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label {
    border: none !important;
    border-radius: 0 !important;
    padding: 0;
    width: 100%;
    margin-right: 0 !important;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper {
    border: none !important;
    padding: 0 !important;
    width: 100%;
    display: block;
    white-space-collapse: discard;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label:hover span.wpc-filter-label-wrapper {
    background: var(--gold);
    border-radius: 0;
}

body .wpc-filters-main-wrap input.wpc-label-input:checked+label span.wpc-filter-label-wrapper {
    background: var(--gold) !important;
    border-radius: 0 !important;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label a {
    width: 100%;
    display: block;
    color: #000;
    padding: 8px 20px;
    padding-right: 0;
    border-bottom: 1px solid var(--black);
    text-transform: uppercase;
}

.wpc-custom-selected-terms {
    display: none !important;
}

/** WOOF Product Filters **/
.woof_products_top_panel {
    display: none !important;
}

ul.woof_list {
    margin-left: -20px !important;
}

ul.woof_list.woof_list_label li {
    margin: 0;
}

.woof_list_label {
    display: flex;
    flex-direction: column;
    margin-left: -20px !important;
}

.woof_list_label .woof_label_term {
    background: none;
    border: none;

    font-family: var(--font-futura-std);
    text-transform: uppercase;
    text-align: left;

    justify-content: flex-start;

    padding: 6px 20px;
    padding-right: 0;
    margin: 0;

    height: auto;

    border-bottom: 1px solid var(--black);
}

.woof_list_label li .woof_label_term:hover,
.woof_list_label li .woof_label_term.checked {
    background: var(--gold);
    color: var(--white);
    border-color: var(--black);
}

/** Custom Filters **/
.shop-filter {
    margin-bottom: 20px;
}

.shop-filter-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.shop-filter-list li {
    margin-left: -20px;
}

.shop-filter-list li a {
    display: block;

    border-bottom: 1px solid #000;
    padding: 8px 15px;

    color: #000;
    text-transform: uppercase;
}

.shop-filter-list li a:hover,
.shop-filter-list li a.selected {
    background: var(--gold);
    color: #FFF;
}

/** Product Page **/
.product-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 60px;

    padding-top: 115px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;

    max-width: var(--containerWidth);
    margin: 0 auto;
}

.product-wrapper__description {
    flex-basis: calc(60% - 60px);
    flex-grow: 0;
    flex-shrink: 0;
}

.product-wrapper__images {
    flex-basis: calc(40% - 60px);
    flex-grow: 0;
    flex-shrink: 0;
}

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

.product-title h1 {
    margin-bottom: 0;
}

.product-title p {
    color: #d8920b;
    font-family: var(--font-trola-latcyr);
    font-size: 30px;
    font-style: italic;

    margin: 0;
}

.product-title__reviews p {
    color: #333;
    font-family: inherit;
    font-size: 1rem;
    font-style: normal;
}

.honey-features {
    margin: 40px 0;
}

.honey-features h2 {
    font-size: 22px;
}

.honey-features__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    gap: 20px;
}

.honey-feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.honey-feature span {
    font-family: var(--font-futura-std);
    font-weight: 900;
    text-transform: uppercase;
}

.product-description {
    margin-top: 30px;
    /* margin-bottom: 60px; */
    margin-bottom: 30px;
}

.product-wrapper__description .product-testimonial {
    display: none;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: none;
    width: 100%;
}

.woocommerce-product-gallery ol {
    margin: 0;
    padding: 0;
    list-style: none;

    margin-top: 20px;

    display: grid;
    grid-template-columns: repeat(5, 1fr);

    gap: 10px;
}

.woocommerce-product-gallery ol li {
    flex-basis: calc(20% - 10px);
    flex-grow: 0;
    flex-shrink: 0;

    border: 1px solid #ccc;
}

.product-testimonial {
    margin-top: 40px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.product-testimonial p {
    font-family: var(--font-trola-latcyr);
    font-size: 30px;
    font-style: italic;
    text-align: center;
}

.variation label,
.product-attribute .label {
    font-family: var(--font-futura-std);
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.variation select {
    border: 1px solid var(--gold);
    font-family: var(--font-trola-latcyr);
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
}

.product-attribute .value p {
    display: inline-block;
}

.product-attribute .value a {
    font-family: var(--font-trola-latcyr);
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    pointer-events: none;
    cursor: default;
    color: #000;
}

.single_variation_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.product-add-to-cart-wrapper__price .price,
.woocommerce-variation-price .price,
.woocommerce-single-price .woocommerce-Price-amount {
    color: #d8920b;
    font-family: var(--font-trola-latcyr);
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    gap: 10px;

    max-width: 220px;
}

.woocommerce-variation-add-to-cart input[name="quantity"],
form.cart input[name="quantity"] {
    border: 1px solid var(--gold);
}

.woocommerce-product-gallery__wrapper a {
    pointer-events: none;
    cursor: default;
}

.woocommerce-product-gallery__wrapper .flex-active-slide img {
    height: 420px;
    width: 420px;

    object-position: center center;
    object-fit: cover;
}

.product-add-to-cart-wrapper-container {
    max-width: 440px;
    /* margin-top: 40px; */
    margin-bottom: 30px;
}

.product-recipes {
    background-image: url("images/product-recipes-bg.jpg");
    background-repeat: repeat;

    padding-top: 45px;
    padding-bottom: 60px;
}

.product-recipes__inner {
    max-width: var(--containerWidth);
    padding: 0 20px;
    margin: 0 auto;
}

.product-recipes h2 {
    color: var(--gold);
}

.product-recipes ul {
    columns: 2;
    margin: 0;
    padding: 0;
    padding-left: 7px;
    list-style: none;
}

.product-recipes li {
    margin-bottom: 10px;
    padding-left: 10px;
    position: relative;
}

.product-recipes li::before {
    position: absolute;
    left: -10px;
    top: -5px;

    content: "\f0da";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: var(--gold);
    font-size: 30px;
}

.product-recipes ul li a {
    color: var(--white);
    font-family: var(--font-trola-latcyr);
    font-size: 22px;
    font-style: italic;
}

.product-recipes ul li a:hover {
    color: var(--gold);
}

.product-testimonials {
    border-top: 20px solid var(--gold);
}

.product-testimonials__inner {
    max-width: var(--containerWidth);
    padding: 0 20px;
    margin: 0 auto;
    padding-top: 40px;
}

.sb-item-provider-icon {
    display: none !important;
}

.woocommerce-product-attributes tbody>tr:nth-child(2n + 1)>th {
    background-color: #fff;
    text-align: left;
}

.woocommerce-product-attributes tbody>tr:nth-child(2n + 1)>td {
    background-color: #fff;
}

.woocommerce-product-attributes th {
    text-align: left;
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
    padding: 0;
    border: none;
}

.woocommerce-product-attributes tbody tr:hover>td,
.woocommerce-product-attributes tbody tr:hover>th {
    background-color: #fff;
}

.woocommerce .clear {
    display: none !important;
    visibility: hidden !important;
}

/** QUICK VIEW MODAL **/
.product-quick-view-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    gap: 20px;
}

.product-quick-view-container .images-container,
.product-quick-view-container .description-container {
    flex-basis: calc(50% - 20px);
    flex-grow: 0;
    flex-shrink: 0;
}

.quick-view-detail-button {
    margin-top: 40px;
}

/** CART PAGE **/
.elementor-widget-woocommerce-cart .woocommerce {
    font-family: var(--font-futura-std) !important;
}

.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward) {
    color: var(--gold) !important;
}

.elementor-widget-woocommerce-cart .cart_item td {
    vertical-align: middle;
}

.elementor-widget-woocommerce-cart .cart_item td.product-quantity div.quantity input {
    width: 100px;
}

.elementor-widget-woocommerce-cart .shop_table .woocommerce-shipping-methods {
    margin: 0;
    padding: 0;

    list-style: none;
    margin-bottom: 20px;
}

.elementor-widget-woocommerce-cart .shop_table .woocommerce-shipping-methods li {
    margin-bottom: 10px;
}

.elementor-widget-woocommerce-cart .shop_table .woocommerce-shipping-methods li label {
    font-size: 14px;
    padding-left: 10px;
}

.elementor-widget-woocommerce-cart .shop_table .woocommerce-shipping-methods li label span {
    font-size: 14px !important;
}

.woocommerce-shipping-destination strong {
    font-size: 14px;
}

/** CHECKOUT PAGE **/
.elementor-widget-woocommerce-checkout-page .woocommerce-shipping-methods {
    margin: 0;
    padding: 0;
    list-style: none;
}

.elementor-widget-woocommerce-checkout-page .wc_payment_methods {
    list-style: none;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr:nth-child(2n+1)>td,
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr:nth-child(2n+1)>th {
    text-align: left;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name {
    padding-right: 10px !important;
    width: 150px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table tfoot td,
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table tfoot th,
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table thead th {
    text-align: left;
}

.elementor-widget-woocommerce-checkout-page .woocommerce #shipping_method li label,
.elementor-widget-woocommerce-checkout-page .woocommerce .wc_payment_method label {
    padding-left: 10px;
    font-size: 14px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce #shipping_method li label span,
.elementor-widget-woocommerce-checkout-page .woocommerce .wc_payment_method label span {
    font-weight: bolder;
    color: #000;
}

/** TOURS & TASTINGS **/
#gform_fields_7 #field_7_1 label {
    text-transform: uppercase;
}

#gform_fields_7 #field_7_1 select {
    font-family: var(--font-trola-latcyr);
    font-style: italic;
    font-size: 22px;
    font-weight: 600;
}

#gform_fields_7 .ginput_quantity_label {
    display: none;
}

#gform_fields_7 .gfield--type-product {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

#gform_fields_7 .gfield--type-product label,
#gform_fields_7 .gfield--type-product label span,
#gform_fields_7 .ginput_container_singleproduct .ginput_product_price {
    margin-bottom: 0;

    font-family: var(--font-trola-latcyr);
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
}

#gform_fields_7 .ginput_container_singleproduct {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

#gform_fields_7 .ginput_container_singleproduct .ginput_product_price_label {
    display: none;
}

#gform_fields_7 input[type="number"] {
    width: 50px;
    margin-right: 20px;
    margin-bottom: 0;
    -moz-appearance: textfield;
}

#gform_fields_7 input[type="number"]::-webkit-outer-spin-button,
#gform_fields_7 input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

form.cart .product_totals {
    border-top: none !important;
    border-bottom: none !important;
    margin: 0 !important;
    padding: 0 !important;

    float: left;
}

.product_totals .wcgfpa_subtotal,
.product_totals .wcgfpa_options_total {
    display: none !important;
}

form.cart .product_totals ul li.wcgfpa_grand_total {
    border-top: none !important;
    margin-top: 0 !important;

    padding: 0 !important;

    justify-content: flex-start !important;
}

form.cart .product_totals ul li.wcgfpa_grand_total p.price {
    font-family: var(--font-trola-latcyr);
    color: var(--gold);
    font-size: 40px;
    font-weight: 600;
    font-style: italic;
}

.e-atc-qty-button-holder {
    float: right;
}

.e-atc-qty-button-holder button {
    padding: 6px 12px;
    margin-top: 10px !important;
}

/** Store Locator Page **/
#wpsl-stores {
    height: auto !important;
}

#wpsl-stores ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

#wpsl-wrap #wpsl-result-list li {
    border-bottom: none;
}

/** MY ACCOUNT PAGE **/
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number > a {
    color: var(--gold) !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
    text-align: left !important;
}

.woocommerce-order-details .woocommerce-table__product-name {
    padding-left: 15px !important;
}

.woocommerce-order-details .woocommerce-table__product-name a {
    color: var(--gold) !important;
}

.woocommerce-table--order-details tfoot th {
    text-align: left !important;
    padding-left: 15px !important;
}

/** RESPONSIVE STYLES **/
@media only screen and (max-width: 1130px) {
    .header nav ul li a {
        font-size: 16px;
    }

    .header__right__cta {
        gap: 10px;
    }

    .header__right__cta li {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .footer-nav {
        flex-basis: auto;
        max-width: 830px;
    }
}

@media only screen and (max-width: 1000px) {
    .mobile-menu nav {
        display: block;
    }

    .header__inner {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 40px 40px;
    }

    .header__left nav,
    .header__right nav {
        display: none;
    }

    .header__center {
        grid-row: 1 / span 2;
        grid-column: 1;
    }

    .header__center a {
        text-align: left;
    }

    .header__left {
        grid-row: 1;
        grid-column: 2;
    }

    .header__left .social-icons {
        justify-content: flex-end;
        margin-bottom: 0;
    }

    .header__right {
        grid-row: 2;
        grid-column: 2;
    }
}

@media only screen and (max-width: 768px) {
    .hide-mobile {
        display: none !important;
    }

    .announcement-bar__inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .announcement-bar__inner p {
        text-align: center;
    }

    .announcement-bar_left {
        display: none;
    }

    .main-header {
        padding-top: 52px;
    }

    .header {
        height: 60px;
    }

    .header__left .social-icons {
        display: none;
    }

    .header__right__cta li {
        border-right: none;
    }

    .header__right {
        grid-row: 1;
    }

    .footer-newsletter {
        height: auto;
        background-repeat: repeat;
    }

    .footer-newsletter__inner {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .footer-newsletter__left {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        gap: 0;
    }

    .footer-newsletter__right {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .footer-newsletter__right .social-icons {
        margin-top: 0;
    }

    .footer-logo {
        display: none;
    }

    .footer-nav {
        display: none;
    }

    .main-footer__inner {
        flex-direction: column;
    }

    .footer-contact {
        padding-top: 40px;
    }

    .products-archive {
        flex-direction: column;
        /* padding-top: 190px; */
    }

    .post-type-archive-product #main,
    .tax-pa_honey-source #main {
        padding-top: 200px;
    }

    .product-wrapper {
        flex-direction: column-reverse;
    }

    .product-wrapper__description {
        flex-basis: 100%;
    }

    .product-wrapper__description .product-testimonial {
        display: block;
    }

    .product-wrapper__images {
        flex-basis: 100%;
    }

    .product-wrapper__images .product-testimonial {
        display: none;
    }

    .product-template-default .woocommerce-notices-wrapper .woocommerce-message {
        margin-top: 200px;
    }

    .shop-filter-button-container {
        display: block !important;
    }

    .shop-filter,
    .widget_wpc_filters_widget {
        display: none;
    }
}

@media only screen and (max-width: 722px) {
    .header__right__cta {
        flex-direction: column;
        align-items: flex-end;
        margin-bottom: 0;
    }

    .header__right__cta li {
        padding-right: 0;
        border-right: none;
    }
}

@media only screen and (max-width: 500px) {

    .product-template-default .woocommerce-notices-wrapper .woocommerce-message,
    .post-type-archive-product .woocommerce-notices-wrapper .woocommerce-message {
        gap: 20px;
    }


    .products-archive {
        padding-left: 0;
    }

    .woocommerce ul.products,
    .woocommerce-page ul.products {
        flex-direction: column;
    }

    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: auto;
        float: none;
        flex-basis: 100%;
    }

    .product-recipes ul {
        columns: 1;
    }

    .product-quick-view-container {
        flex-direction: column;
    }
}

@media only screen and (max-width: 428px) {
    .footer-copyright {
        flex-direction: column;
    }

    .footer-copyright p {
        text-align: center;
    }

    .products-archive {
        padding-left: 0;
    }

    tr.woocommerce-cart-form__cart-item {
        padding: 0 !important;
    }
}