/*-----------------------------------------------------------------
  WooCommerce Tables
-----------------------------------------------------------------*/

.woocommerce table .product-thumbnail img {
    width: 120px;
    height: 120px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.woocommerce-account table.subscription_details tr td:first-of-type,
.woocommerce table td.product-name a {
    font-weight: 600 !important;
}

.woocommerce table .product-remove {
    text-align: center !important;
}

.woocommerce table td a.remove,
.woocommerce table td a.remove:hover {
    background: transparent !important;
    color: var(--grey) !important;
    font-size: 20px !important;
    line-height: 25px !important;
    font-weight: 300 !important;
    display: inline-block !important;
}

.woocommerce table td .wc-item-meta {
    margin-top: 10px;
}

.woocommerce table td a.remove:hover {
    background: transparent !important;
    color: red !important;
}

/* Responsive */

@media screen and (min-width: 768px) {
    .woocommerce .cart_totals table th,
    .woocommerce .cart_totals table td,
    .woocommerce .woocommerce-checkout-review-order table th,
    .woocommerce .woocommerce-checkout-review-order table td,
    .woocommerce-account table.order_details th,
    .woocommerce-account table.order_details td,
    .woocommerce-account table.subscription_details th,
    .woocommerce-account table.subscription_details td {
        width: 50%;
    }

    .woocommerce .cart_totals table td.remove_item,
    .woocommerce .woocommerce-checkout-review-order table td.remove_item,
    .woocommerce-account table.order_details td.remove_item,
    .woocommerce-account table.subscription_details td.remove_item {
        width: auto !important;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr td {
        text-align: left !important;
    }

    .woocommerce table.shop_table_responsive tr td::before {
        margin-right: 5px;
        float: none !important;
    }

    .woocommerce table.shop_table_responsive tr td.product-quantity::before {
        margin-top: 20px;
        margin-right: 10px;
    }

    .woocommerce table.shop_table_responsive tr td .wcsatt-options li {
        display: inline-block;
        margin-right: 10px;
    }

    .woocommerce table.shop_table_responsive .coupon input,
    .woocommerce table.shop_table_responsive .coupon button {
        margin: 0 !important;
    }
}

/*-----------------------------------------------------------------
  WooCommerce Forms
-----------------------------------------------------------------*/

.woocommerce form .form-row:last-of-type {
    margin: 0 !important;
}

.woocommerce-form-row > span {
    font-size: 12px;
    margin: 5px 0;
}

.woocommerce-account:not(.logged-in) .woocommerce {
    max-width: 700px;
    margin: auto;
}

form.woocommerce-form-login,
form.lost_reset_password {
    max-width: 700px;
    margin: auto;
    padding: 20px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: var(--beige);
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    height: 50px;
    top: 0 !important;
    right: 20px !important;
}

.woocommerce form .show-password-input.display-password,
.woocommerce-page form .show-password-input.display-password {
    opacity: 0.4;
}

.woocommerce form .show-password-input:after,
.woocommerce-page form .show-password-input:after {
    line-height: 50px;
}

/* Quantity */

.qib-button-wrapper {
    border: 0.5px solid var(--grey);
    margin: 0 !important;
}

.qib-button-wrapper,
.qib-button-wrapper * {
    font-family: "Source Sans 3", sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    height: auto !important;
    width: auto !important;
}

.qib-button-wrapper button,
.qib-button-wrapper .quantity input {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 15px 10px !important;
    width: 50px !important;
    text-align: center !important;
}

.qib-button-wrapper .quantity input {
    border-right: 0.5px solid var(--grey) !important;
    border-left: 0.5px solid var(--grey) !important;
    width: 70px !important;
}

@media only screen and (max-width: 600px) {
    table .qib-button-wrapper {
        display: inline-flex !important;
        float: none !important;
    }
}

/* Login */

form.woocommerce-form-login .lost_password {
    font-size: 14px;
    font-weight: 560;
}

form.woocommerce-form-login .woocommerce-form-login__rememberme {
    margin: 12px 20px !important;
}

/* Lost Password */

form.lost_reset_password p {
    margin-bottom: 20px;
}

form.lost_reset_password .woocommerce-form-row {
    width: 100% !important;
}

/*-----------------------------------------------------------------
  WooCommerce Cart & Checkout
-----------------------------------------------------------------*/

.woocommerce-cart h2,
.woocommerce-checkout h3,
.woocommerce-account h2,
.woocommerce-order-received h2 {
    margin: 0 0 20px !important;
    text-transform: capitalize !important;
}

/* Cart */

.woocommerce .cart-collaterals .cart_totals {
    width: 100% !important;
}

.woocommerce .cart-collaterals .cart_totals th,
.woocommerce .woocommerce-checkout-review-order .product-name {
    width: auto !important;
}

.woocommerce-cart .cart_totals .shipping ul,
.woocommerce-cart .cart_totals .shipping ul li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
}

.woocommerce-cart .cart_totals .shipping ul li {
    display: flex !important;
    align-items: flex-start !important;
    margin: 3px 0;
}

.woocommerce-cart .cart_totals .shipping ul li input {
    margin: 0 10px 5px 0 !important;
    vertical-align: middle !important;
}

.recurring-totals,
.cart-subtotal.recurring-total,
.fee.recurring-total,
.tax-total.recurring-total {
    display: none;
}

/* Gift Card Form */

.add_gift_card_form input,
.add_gift_card_form button {
    margin: 10px 5px 0 0 !important;
    vertical-align: middle;
}

.woocommerce-checkout .add_gift_card_form {
    display: none !important;
}

/* Shipping Methods */

.woocommerce ul#shipping_method li {
    margin: 0;
}

.woocommerce ul#shipping_method li input {
    margin: 0 10px 5px 0 !important;
}

.woocommerce-checkout ul#shipping_method li input {
    margin: 4px 10px 5px 0 !important;
}

.woocommerce ul#shipping_method li input,
.woocommerce ul#shipping_method li label {
    vertical-align: middle !important;
}

/* Checkout */

.woocommerce-checkout #customer_details {
    margin-bottom: 30px;
}

/* Payments */

.woocommerce #payment {
    background: #f1f1f1 !important;
    padding: 25px !important;
}

.woocommerce #payment ul,
.woocommerce #payment #wcpay-upe-element,
.woocommerce #payment .wcpay-upe-element {
    padding: 0 !important;
}

.woocommerce #payment .wc_payment_methods {
    padding: 0 0 10px !important;
    margin: 0 0 10px !important;
}

.woocommerce #payment div.payment_box {
    background: var(--white) !important;
}

.woocommerce #payment .woocommerce-privacy-policy-text {
    font-size: 14px;
    margin: 10px 0;
}

.woocommerce #payment div.payment_box::before {
    border: 1em solid var(--white) !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}

.woocommerce #payment .update-all-subscriptions-payment-method-wrap,
.woocommerce #payment .woocommerce-SavedPaymentMethods-saveNew {
    margin-top: 20px !important;
    display: block !important;
}

/* Coupon Form */

.woocommerce form.checkout_coupon .form-row {
    margin: 20px 0 0 !important;
}

.woocommerce table .coupon input {
    min-width: 200px;
}

@media screen and (max-width: 550px) {
    .woocommerce form.checkout_coupon .form-row {
        margin: 15px 0 0 !important;
        float: none;
        width: 100% !important;
    }
}

/* Gift Card Form */

.page-checkout .add_gift_card_form {
    max-width: 500px;
}

.page-checkout .add_gift_card_form #wc_gc_cart_redeem_form {
    display: flex;
    margin: 20px 0;
}

.page-checkout .add_gift_card_form .button {
    max-width: 200px !important;
    margin-left: 20px !important;
}

/* Gift Card Balance */

.cart-discount.gift-card small {
    display: inline-block !important;
}

/* Order Review */

.woocommerce ul.order_details {
    margin: 30px 0;
}

.woocommerce ul.order_details,
.woocommerce ul.order_details * {
    font-size: 12px !important;
    line-height: 140% !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.woocommerce ul.order_details strong,
.woocommerce ul.order_details strong * {
    letter-spacing: 0;
    font-size: 14px !important;
}

/* Place Order */

#place_order {
    width: auto !important;
}

/*-----------------------------------------------------------------
  WooCommerce Account
-----------------------------------------------------------------*/

.woocommerce-account h2,
.woocommerce-account h3,
.woocommerce-account .woocommerce-MyAccount-content:before {
    margin: 0 0 20px !important;
    text-transform: capitalize;
}

.woocommerce-account h2,
.woocommerce-account .woocommerce-MyAccount-content:before {
    font-family: "Wulkan Display", serif;
    font-weight: 500;
    font-size: 50px;
    color: var(--grey);
    line-height: 120%;
    display: block;
}

.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content:before {
    content: "Your Orders";
}

.woocommerce-account.woocommerce-subscriptions .woocommerce-MyAccount-content:before {
    content: "Your Subscriptions";
}

.woocommerce-account.woocommerce-downloads .woocommerce-MyAccount-content:before {
    content: "Your Downloads";
}

.woocommerce-account.woocommerce-wc-smart-coupons .woocommerce-MyAccount-content:before {
    content: "Your Coupons";
}

.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content:before {
    content: "Your Addresses";
}

.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content:before {
    content: "Your Details";
}

/* Buttons */

.woocommerce-MyAccount-content a.button:not(.wc-forward, .woocommerce-Button),
.woocommerce-MyAccount-content a.button.button-white:hover,
.woocommerce-MyAccount-content button,
.woocommerce-MyAccount-content *[type="submit"] {
    padding: 12px 20px !important;
}

/* Forms */

.woocommerce-account fieldset legend {
    font-size: 24px !important;
    margin: 0 0 15px 0 !important;
    padding: 15px 0 0 0 !important;
    line-height: 120% !important;
    font-weight: 500 !important;
    font-family: "Wulkan Display", serif !important;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper {
    margin-bottom: 20px !important;
}

.woocommerce-account form.edit-account *[type="submit"] {
    margin-top: 20px !important;
}

/* Navigation */

@media screen and (min-width: 860px) {
    .woocommerce-MyAccount-navigation {
        width: 200px !important;
    }

    .woocommerce-MyAccount-content {
        width: calc(100% - 300px) !important;
    }
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 5px;
}

.woocommerce-MyAccount-navigation li a {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
}

.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li.is-active a {
    color: var(--gold) !important;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--wc-smart-coupons {
    display: none !important;
}

/* Address */

.woocommerce address,
.woocommerce address * {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding: 0 !important;
}

.woocommerce address {
    padding: 15px !important;
    border: 0.5px solid var(--light-grey) !important;
    border-radius: 0 !important;
}

.woocommerce-account .woocommerce-Address-title:before,
.woocommerce-account .woocommerce-Address-title:after {
    display: none !important;
}

.woocommerce-account .woocommerce-Address-title {
    margin: 30px 0 20px;
}

.woocommerce-account .woocommerce-Address-title h3 {
    margin: 0 !important;
}

/* Order Details */

.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-customer-details {
    margin: 40px 0 0;
}

.woocommerce mark {
    color: var(--grey) !important;
    background: transparent !important;
    font-weight: 400 !important;
}

/* Subscriptions */

.woocommerce-account .shop-promo {
    width: 100%;
}

.woocommerce-account .cancel-subscription {
    background: var(--beige);
    padding: 20px;
}

/* Gift Cards */

.woocommerce-account .woocommerce-Giftcards {
    display: flex;
    margin-top: 15px;
}

.woocommerce-account .woocommerce-Giftcards button {
    flex: 0 0 200px;
}

.woocommerce-account .woocommerce-Giftcards input {
    flex: 1;
    margin-right: 20px !important;
}

.woocommerce-account form.add-giftcard-form {
    padding: 20px;
    background: var(--beige);
    margin: 0 0 30px;
}

/* Misc */

.woocommerce-MyAccount-content button,
.woocommerce-MyAccount-content a.button,
.woocommerce-MyAccount-content #payment *[type="submit"],
.woocommerce-MyAccount-content *[type="submit"] {
    padding: 15px 20px !important;
}

.woocommerce-checkout #payment *[type="submit"],
.woocommerce-MyAccount-content #payment *[type="submit"] {
    margin-top: 20px !important;
}

.woocommerce address *:before,
.woocommerce-MyAccount-content a.button:before,
.woocommerce-MyAccount-content a.button:after,
.woocommerce-MyAccount-content button:before,
.woocommerce-MyAccount-content button:after,
.woocommerce-MyAccount-content *[type="submit"]:before,
.woocommerce-MyAccount-content *[type="submit"]:after,
.woocommerce-MyAccount-navigation li[class*="switch-back"] {
    display: none !important;
}

/*-----------------------------------------------------------------
  WooCommerce Archive
-----------------------------------------------------------------*/

.section-shop > .layout-columns-2 {
    grid-template-columns: 300px 1fr;
}

.section-shop .shop-header {
    margin-bottom: 50px;
}

.section-shop .sort-by-form {
    width: auto !important;
}

.section-shop .sort-by-form p,
.section-shop .sort-by-form select {
    flex: 1;
    margin-right: 10px;
    width: auto;
}

.section-shop .sort-by-form select {
    padding: 0 30px 0 0 !important;
    border: 0 !important;
    background-color: transparent !important;
}

/* Category List */

.category-list {
    margin: 0 0 30px;
}

.category-list p {
    font-size: 18px;
    margin-top: 10px;
}

/* Shop Promo */

.shop-promo {
    display: flex;
    align-items: center;
    position: relative;
    background: var(--gold);
    border: 0.5px solid var(--gold);
    width: 650px;
}

.shop-promo .general-content {
    background-color: var(--gold);
    flex: 1;
    padding: 30px;
}

.shop-promo .img-container {
    position: relative;
    flex: 0 0 250px;
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
}

.shop-promo .img-container:before {
    background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    z-index: 9;
}

.shop-promo .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* Shop Link */

.shop-link-card {
    padding: 20px;
    display: block;
    background-color: var(--gold);
    margin: 0 0 30px;
}

.shop-link-card.mobile-only {
    margin: 25px 0 0 0 !important;
}

.shop-link-card .button {
    display: block !important;
}

.shop-link-card .button:hover,
.shop-link-card .button:focus,
.shop-link-card .button:active {
    color: var(--grey) !important;
    border-color: var(--grey) !important;
}

.shop-link-card .button:hover:before,
.shop-link-card .button:focus:before,
.shop-link-card .button:active:before {
    background: url("../img/button-arrow-grey.svg") 50% 50% no-repeat !important;
    background-size: contain !important;
}

.woocommerce-shop .shop-link-card.card-1,
.term-white-wine .shop-link-card.card-1,
.term-sparkling-wine .shop-link-card.card-1,
.term-red-wine .shop-link-card.card-1,
.term-rose-wine .shop-link-card.card-1,
.term-picnic-baskets .shop-link-card.card-2,
.term-vouchers .shop-link-card.card-3,
.is-member .shop-link-card.card-4 {
    display: none !important;
}

/* Product Listing */

.listing-products.layout-columns-3 {
    gap: 20px;
}

@media screen and (max-width: 720px) {
    .listing-products.layout-columns-3 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Product Thumbnail */

.product-thumbnail {
    position: relative;
}

.product-thumbnail .img-container {
    overflow: visible;
}

.product-thumbnail .img-container:before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    border: 0.5px solid var(--grey);
    opacity: 0;
    transition: var(--transition);
}

.product-thumbnail:hover .img-container:before {
    opacity: 1;
}

.product-thumbnail .product-meta {
    margin: 25px 0;
}

.product-thumbnail .product-meta h4 {
    font-family: "Source Sans 3", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 15px;
}

.product-thumbnail .product-meta .price,
.product-thumbnail .product-meta .price * {
    font-size: 18px !important;
    color: var(--gold) !important;
}

.product-thumbnail .product-meta .button {
    margin-top: 20px !important;
    display: block !important;
}

/* Sale Badge */

.onsale {
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--white) !important;
    padding: 0 !important;
    background: var(--gold) !important;
    border-radius: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding: 10px 10px 10px 30px !important;
    line-height: 12px !important;
    left: 0 !important;
    top: 0 !important;
    position: absolute;
    z-index: 999;
}

.onsale:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 12px;
    height: 12px;
    background: url(../img/icon-tag.svg) 50% no-repeat;
}

/* Stock Badge */

.stock,
.out-of-stock {
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--white) !important;
    padding: 0 !important;
    background: var(--grey) !important;
    border-radius: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding: 10px !important;
    line-height: 12px !important;
    z-index: 999;
    display: inline-block;
    width: fit-content;
}

.product-thumbnail .out-of-stock {
    left: 0 !important;
    top: 0 !important;
    position: absolute;
    display: block;
}

/*-----------------------------------------------------------------
  WooCommerce Single Product
-----------------------------------------------------------------*/

.section-product-data {
    position: relative;
    border-bottom: 0.5px solid var(--grey);
}

.section-product-data > .container-large {
    padding: 50px 0;
}

@media screen and (min-width: 860px) {
    .section-product-data:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 50vw;
        height: 100%;
        background: var(--white);
        z-index: 0;
    }
}

/* .single-product .product-gallery-wrap {
	width: 100%;
	overflow: hidden;
} */

.single-product .product-gallery,
.single-product .product-summary {
    padding: 0 25px;
    max-width: calc(100vw - 40px);
}

.single-product .pswp .pswp__caption__center {
    text-align: center !important;
}

body:has(.pwsp--open) {
    overflow: hidden !important;
}

@media screen and (min-width: 860px) {
    .single-product .product-gallery,
    .single-product .product-summary {
        min-width: 50%;
    }
}

.single-product .product-gallery .button-group,
.single-product .product-summary .button-group {
    clear: both;
    margin-top: 30px !important;
}

.single-product .product-gallery .button-arrow svg,
.single-product .product-summary .button-arrow svg {
    transform: rotate(180deg);
    transform-origin: center;
}

@media screen and (max-width: 720px) {
    .section-product-data > .container-large {
        padding-top: 0;
    }
}

/* Gallery */

.single-product .product-gallery .onsale {
    left: 25px !important;
}

#wooswipe {
    width: 100%;
    margin: 0;
}

#wooswipe .woocommerce-product-gallery__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 12 / 16;
}

#wooswipe .thumbnails,
#wooswipe .thumbnails .slick-list,
#wooswipe .thumbnails .slick-slide {
    margin: 0;
}

#wooswipe .thumbnails .slick-slide {
    margin: 0 5px 0 0;
}

#wooswipe .thumbnails .slick-slide img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/* Seasonal Collection */

.single-product .unavailable-subscription form.cart {
    display: none;
}

.single-product .unavailable-subscription .custom-unavailable-message {
    padding: 15px;
    background: var(--white);
}

.single-product .seasonal-collection,
.single-product .seasonal-collection h4 {
    margin-bottom: 30px;
}

.single-product .seasonal-collection .product-thumbnail {
    text-decoration: none;
}

/* Summary */

.single-product .product-summary {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.single-product .product-summary h2 {
    font-size: 36px;
}

/* Price */

.woocommerce .price,
.woocommerce .price *,
.single-product .price .subscription-details,
.single-product .wcsatt-options-wrapper * {
    font-size: 14px !important;
    color: var(--grey) !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}

.woocommerce .price del bdi {
    text-decoration: line-through !important;
    opacity: 0.5;
    margin-right: 5px;
}

.woocommerce .price .subscription-details {
    vertical-align: middle;
}

.woocommerce .price .wcsatt-sub-options,
.woocommerce .price.subscription-price del {
    display: none !important;
}

.single-product .product-summary > .price,
.single-product .product-summary > .price .amount * {
    font-size: 24px !important;
    color: var(--gold) !important;
    text-decoration: none;
}

/* .single-product .product-summary *:not(.product-tabs, .general-content) ul,
.single-product .product-summary *:not(.product-tabs, .general-content) li {
  padding: 0 !important;
}

.single-product .product-summary *:not(.product-tabs, .general-content) li:before {
  display: none;
} */

.first-payment-date {
    display: none;
}

/* Variations */

.single-product .variations label,
.single-product .variations select,
.single-product .variations table,
.single-product .variations tr,
.single-product .variations td,
.single-product .variations th {
    display: block !important;
    width: 100% !important;
    text-align: left;
}

.single-product .variations tr,
.single-product .variations td,
.single-product .variations th {
    padding: 0 !important;
}

.single-product form.cart .woocommerce-variation-availability,
.single-product form.cart .woocommerce-variation-price {
    margin-bottom: 20px;
}

.single-product form.cart .woocommerce-variation-price .price:before {
    content: "Subtotal: ";
    display: inline-block;
    margin-right: 10px;
}

.single-product form.cart .woocommerce-variation-price .price,
.single-product form.cart .woocommerce-variation-price .price * {
    font-size: 16px !important;
    color: var(--gold) !important;
    text-decoration: none;
}

.single-product .variations .reset_variations,
#product-2666 form.cart .single_variation {
    display: none !important;
}

/* Cart Form */

.woocommerce div.product form.cart .button {
    max-width: 100%;
    width: fit-content;
}

/* .single-product .wcpa_form_outer {
  padding: 0 !important;
} */

.single-product .qib-button-wrapper {
    margin-right: 20px !important;
}

/* Addons */

.single-product form.cart .wc-pao-addon,
.single-product form.cart table.variations tr:not(:first-child) {
    margin-top: 20px !important;
    padding: 0 !important;
}

.single-product form.cart .wc-pao-addon .form-row {
    margin: 5px 0 0 !important;
}

.single-product form.cart .product-addon-totals {
    padding: 0 !important;
    margin: 30px 0 !important;
}

.single-product form.cart .product-addon-totals,
.single-product form.cart .product-addon-totals li {
    border: 0 !important;
}

.single-product form.cart .product-addon-totals li:before {
    display: none !important;
}

.single-product form.cart .product-addon-totals li {
    margin: 0 0 15px !important;
    padding: 0 !important;
    font-size: 14px !important;
}

.single-product form.cart .product-addon-totals .wc-pao-subtotal-line {
    padding: 15px 0 0 !important;
    border-top: 0.5px solid var(--grey) !important;
    justify-content: flex-start;
    margin: 0 !important;
}

.single-product form.cart .product-addon-totals .price *,
.single-product form.cart .product-addon-totals .price {
    font-size: 16px !important;
    color: var(--gold) !important;
    text-decoration: none;
}

/* Gift Card */

.single-product .wc_gc_giftcard_product form.cart,
.single-product .wc_gc_giftcard_product .single_variation_wrap {
    display: flex;
    flex-direction: column;
}

.single-product .wc_gc_giftcard_product form.cart > *,
.single-product .wc_gc_giftcard_product .single_variation_wrap > div {
    order: 9;
}

.single-product .wc_gc_giftcard_product form.cart .wc-pao-addon {
    order: 1 !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

.single-product .wc_gc_giftcard_product .product-addon-totals {
    display: none !important;
}

/* Tabs */

.single-product .product-summary .product-tabs {
    margin: auto 0 0 0 !important;
}

.product-tabs .tab-nav-wrap {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 0.5px solid var(--grey);
}

.product-tabs .tab-nav-item {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 15px 0 0 !important;
    transition: var(--transition);
    cursor: pointer;
}

.product-tabs .tab-nav-item:hover,
.product-tabs .tab-nav-item.tab-active {
    color: var(--gold);
}

.product-tabs .tab-nav-item,
.product-tabs .tab-entry {
    padding: 20px 0;
}

.product-tabs .tab-entry:not(.tab-active) {
    display: none;
}

/* Subscriptions */

.limited-subscription-notice {
    background: #ece9d8 !important;
    border-top: 3px solid var(--gold) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 1em;
}

/* Hide quantity for Picnic Baskets */

#product-2666 form.cart .qib-button-wrapper,
#product-2667 form.cart .qib-button-wrapper,
#product-2668 form.cart .qib-button-wrapper,
#product-2669 form.cart .qib-button-wrapper,
#product-2670 form.cart .qib-button-wrapper {
    display: none;
}

/* Responsive */

@media screen and (max-width: 860px) {
    .single-product .product-gallery {
        padding: 0;
    }

    .single-product .product-gallery .onsale {
        left: 0 !important;
    }

    .single-product .product-summary {
        padding: 25px 0;
    }

    .single-product *[id*="product-"] > .layout-columns-2 {
        gap: 0;
    }
}

/*-----------------------------------------------------------------
  Order Export Form
-----------------------------------------------------------------*/

form.order-export-form {
    padding: 30px;
    background: var(--beige);
    margin-bottom: 50px;
}

form.order-export-form label {
    margin: 10px 0 !important;
    display: block;
}

form.order-export-form .form-row {
    margin: 0 0 30px;
}

form.order-export-form .form-row.flex label {
    margin: 0 10px 0 0 !important;
}

form.order-export-form *[type="submit"] {
    display: inline-block !important;
    width: auto !important;
    padding: 15px 40px !important;
}

/*-----------------------------------------------------------------
  WooCommerce Notices
-----------------------------------------------------------------*/

/* Store Notice */

.woocommerce-store-notice {
    display: none !important;
}

/* General Notice */

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
    background: #ece9d8 !important;
    border-top-color: var(--gold) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    outline: none !important;
}

.woocommerce-message a.button,
.woocommerce-info a.button,
.woocommerce-error a.button {
    border: 0 !important;
    padding: 0 !important;
    min-width: 0 !important;
    background: transparent !important;
}

.woocommerce-info:before,
.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info .button:hover,
.woocommerce-info .button:focus,
.woocommerce-info .button:active,
.woocommerce-message .button:hover,
.woocommerce-message .button:focus,
.woocommerce-message .button:active,
.woocommerce-error .button:hover,
.woocommerce-error .button:focus,
.woocommerce-error .button:active {
    color: var(--gold) !important;
}

.woocommerce-info .button:before,
.woocommerce-message .button:before,
.woocommerce-error .button:before {
    display: none !important;
}

/*-----------------------------------------------------------------
  Father's Day Product
-----------------------------------------------------------------*/

.single-product.postid-4866 form.cart .qib-button-wrapper {
    display: none !important;
}
