:root {
	--color-dark-blue: #18214A;
	--color-blue: #00AEEF;
	--color-yellow: #FFBF3B;
	--color-orange: #F78257;
	--color-teal: #1ABDB5;
	--color-mid-grey: #E9E9E9;
	--color-grey: #706F6F;
	--color-black: #000;
	--color-white: #fff;
	--desktop-width: 1045px;
	--mobile-width: 450px;
	--transition: 0.35s ease all;
}

/* Move to Main */

/* .ajax_add_to_cart.add_to_cart_button.added {
    pointer-events: none;
    cursor: not-allowed;
} */
a.added_to_cart.wc-forward {
    position: absolute;
    background-color: var(--color-yellow);
    border-radius: 22px;
    padding: 7px 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    z-index: 2;
    font-size:0px;
}

a.added_to_cart.wc-forward:after {
    content: 'Added';
    font-size: 12px;
}

a.added_to_cart.wc-forward + a.product-slide:before {
    content: '';
    background-color: rgba(255, 255, 255, 0.5);
    top: 0;
    bottom: 0;
    width: 100%;
    display: block;
    z-index: 1;
    position: absolute;
    left: 0;
    border-radius: 8px;
}

button.single_add_to_cart_button.button.alt:disabled[disabled] {
    background-color: var(--color-grey);
}

.custom-send-options {
    text-align: center;
    margin-bottom: 20px;
}

.send-option-btn {
    border-radius: 22px !important;
}

.custom-send-options p {
    font-weight: 700;
    text-transform: uppercase;
}

.send-option-btn.selected {
    background-color: var(--color-teal) !important;
    font-weight:700;
}

.contact-info {
    width: 37%;
    background-color: var(--color-mid-grey);
    padding: 25px;
    border-radius: 22px;
    align-self: start;
    @media screen and (max-width: 768px) {
        width: 100%;
        margin-bottom:20px;
    }
}

/* My Account */

body.woocommerce-account .entry-content .lightbox-wrapper {
    position: relative;
    top: unset;
    left: unset;
    background-color: #ffffff;
    padding: 0;
    height: 100%;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    transform: unset;
    max-width: unset;
    margin: 0 auto;
}

body.woocommerce-account .entry-content .lightbox-wrapper .buttons {
    text-align: center;
}

body.woocommerce-account .entry-content .lightbox-wrapper .lightbox-header {
    height: 10px;
    background-color: var(--color-dark-blue);
    background-image: none !important;
}

.woocommerce table.my_account_orders {
    max-width: 900px;
    margin: 0 auto;
}

.discount-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 25px;
}

.coupons, .vouchers {
    width: calc(50% - 20px);
    padding: 0px 25px 20px 25px;
    background-color: var(--color-mid-grey);
    border-radius: 22px;
    @media screen and (max-width: 768px) {
        width: calc(100% - 0px);
    }
}

p.woocommerce-MyAccount-identifier {
    font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
    padding: 0px 15px 30px 15px;
}

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0px;
    justify-content: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: var(--color-mid-grey);
    margin-bottom: 30px;
    margin-top: 0px;
    border-top-right-radius: 22px;
    border-top-left-radius: 22px;
}

li.woocommerce-MyAccount-navigation-link {
    background-color: var(--color-mid-grey);
    padding: 10px 15px;
    /* border-radius: 25px; */
    color: var(--color-grey);
    text-transform: uppercase;
}

li.woocommerce-MyAccount-navigation-link.is-active {
    background-color: var(--color-blue);
    color: white;
}

.woocommerce-MyAccount-popular-grocery-items .product-short-description p {
    display: none;
}

.woocommerce-MyAccount-content .woocommerce .products ul, .woocommerce ul.products {
    grid-template-columns: repeat(auto-fill, calc(24% - 7px));
    @media screen and (max-width: 950px) {
        grid-template-columns: repeat(auto-fill, calc(33% - 7px));
    }
    @media screen and (max-width: 768px) {
        grid-template-columns: repeat(auto-fill, calc(50% - 7px));
    }
}

li.product.grocery-cta,
li.product.special-deals-cta {
    background-color: var(--color-blue) !important;
    color: white;
    display: flex !important;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    @media screen and (max-width: 950px) and (min-width: 768px) {
        display: none !important;
    }
}

li.product.special-deals-cta {
    background-color: var(--color-yellow) !important;
    color: var(--color-black) !important
}

li.product.grocery-cta h3,
li.product.special-deals-cta h3 {
    font-size: 22px !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

h3.woocommerce-MyAccount-special-deals,
h3.woocommerce-MyAccount-grocery-savings,
div#account-management h3 {
    margin-top: 20px;
    border-top: 1px solid var(--color-mid-grey);
    padding-top: 30px;
    text-transform: uppercase;
    font-weight: 600 !important;
}
div#account-management h3 {
    margin-bottom: 30px;
}
h3.woocommerce-MyAccount-special-deals a,
h3.woocommerce-MyAccount-grocery-savings a {
    font-weight: 600 !important;
}

div#account-management {
    padding: 0px 15px 30px 15px;
}

div#account-management a.button {
    margin-bottom: 10px;
}


.lightbox[data-lightbox="signup"] .offers {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 40px;
}

.lightbox[data-lightbox="signup"] .offer {
    width: calc(50% - 7px);
    border-radius: 20px;
    /* border: 1px solid #999; */
    min-height: 160px;
    position: relative;
    transition: all 0.1s linear;
    cursor: pointer;
    padding-top: 36px;
    transition: var(--transition);
}
.lightbox[data-lightbox="signup"] .offer:first-of-type {
    background-color: var(--color-blue)
}
.lightbox[data-lightbox="signup"] .offer:last-of-type {
    background-color: var(--color-yellow);
    display: none;
}
.lightbox[data-lightbox="signup"] .offer:first-child > * {
	color:#ffffff;
}
.lightbox[data-lightbox="signup"] .offer:last-child > * {
	color:#18214A;
}

.lightbox[data-lightbox="signup"] .offer:hover,
.lightbox[data-lightbox="signup"] .offer.active{
	background: #706F6F;
}
.lightbox[data-lightbox="signup"] .offer:hover > *,
.lightbox[data-lightbox="signup"] .offer.active > * {
	color: #ffffff;
}

.lightbox[data-lightbox="signup"] .offer h3 {
    color: #000000;
    margin: 0;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 30px;
    width: 100%;
    padding-top: 0px;
    text-align: center;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
}

.lightbox[data-lightbox="signup"] .offer h3 span {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
}

.lightbox[data-lightbox="signup"] span.button.continue-back {
	background-color: #fff;
	border: 1.5px solid var(--color-dark-blue);
	color: var(--color-dark-blue);
    width: 185px;
    display: block;
    text-align: center;
    margin: 0 auto !important;
}
.lightbox[data-lightbox="signup"] span.button.disabled, 
.lightbox[data-lightbox="signup"] span.button.continue, 
.lightbox[data-lightbox="signup"] button.continue-logged-pay {
    cursor: not-allowed;
    background-color: #fff !important;
    border-color: #fff !important;
    color: var(--color-grey) !important;
    opacity: 0.5;
    width: 185px;
    /* max-width: 524px; */
    border: 2px solid var(--color-dark-blue) !important;
    pointer-events: none;
    display: block;
    text-align: center;
    margin: 0 auto !important;
}
.lightbox[data-lightbox="signup"] span.button.continue.true,
.lightbox[data-lightbox="signup"] button.continue-logged-pay.true{
	cursor: pointer;
	/* background-color: var(--dark-grey) !important; */
	opacity: 1;
	pointer-events: all;
	/* color: #fff !important; */

}

.lightbox[data-lightbox="signup"] span.button.continue.true:hover {
	cursor: pointer;
	background-color: var(--color-dark-blue) !important;
	color: #fff !important;
}