/*
    Vital Front-End Customization
*/

@import 'page.css';
@import 'filters.css';
@font-face {
	font-family: star;
	src: url('../eot/star-2.eot');
	src:
		url('../eot/stard41d-2.eot?#iefix') format("embedded-opentype"),
		url('../woff/star-2.woff') format("woff"),
		url('../ttf/star-2.ttf') format("truetype"),
		url('../svg/star-2.svg#star') format("svg");
	font-weight: 400;
	font-style: normal;
}

.pill-tag {
    display: inline-block;
    margin-bottom: 1rem;
    position: relative;
    border-radius: 0.4rem;
    color: #fff;
    top: 0;
    left: 0;
    margin-top: 1.4rem;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0.3rem 1rem;
    text-transform: uppercase;
    z-index: 15;
}

.footer-newsletter__right {
    flex-direction: column;
    row-gap: 10px;
}

.footer-newsletter__right .footer-right-email {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.footer-newsletter__right  .footer-newsletter-checkbox fieldset input,
.newsletter-modal__content fieldset input {
    position: relative;
    top: 1px;
}

.footer-newsletter__right  .footer-newsletter-checkbox label,
.newsletter-modal__content fieldset label {
    padding-left: 5px;
    font-size: 1.4rem;
    margin-bottom: 0;
    color: #555855;
}

.newsletter-modal__content form input[type="submit"] {
    margin-block-end: 16px;
}

.newsletter-modal__content fieldset {
    margin-block-end: 10px;
    text-align: left;
}

.hero-fully-clickable .hero-banner__content {
    position: initial;
}

.hero-fully-clickable a::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    content: '';
}

.hero-hide-button a {
    font-size: 0;
    padding: 0;
    height: 0;
    width: 0;
    border: 0;
}

.hero-hide-button a:hover {
    border: 0;
}

.vtlmb-bar {
    position: absolute;
    top: 0;
    z-index: 999 !important;
    width: 100%;
}

.vtlmb-bar .vtlmb-bar-message {
    font-size: 18px;
}

.vtlmb-bar .vtlmb-bar-message a {
    color: #fff;
}

.vtlmb-bar .vtlmb-bar-dismiss {
    top: 50%;
    translate: 0 -50%;
    transform: none;
}

.vtlmb-bar .vtlmb-bar-dismiss-icon svg {
    width: 14px;
    height: 14px;
}

.vtlmb-message-bar .site-container .site-header {
    padding-top: 50px;
}

@media screen and (max-width: 755px) {
    .vtlmb-message-bar .site-container .site-header {
        padding-top: 70px;
    }

    .vtlmb-bar.vtlmb-sticky {
        min-height: 70px;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 430px) {
    .vtlmb-message-bar .site-container .site-header {
        padding-top: 95px;
    }

    .vtlmb-bar.vtlmb-sticky {
        min-height: 95px;
    }
}

.woocommerce .single-product-container .product .single_variation_wrap .woocommerce-variation.single_variation {
    display: block !important;
}

.single-product .single_variation_wrap .woocommerce-variation-description,
.single-product .single_variation_wrap .woocommerce-variation-price,
.single-product .single_variation_wrap .woocommerce-variation-availability .in-stock {
    display: none;
}

.single-product .single_variation_wrap .woocommerce-variation-availability {
    display: block;
}

.single-product .single_variation_wrap .woocommerce-variation-customizer-url,
.single-product .single_variation_wrap .woocommerce-variation-tag {
    display: none;
}


button.gpay-card-info-container .overlap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    height: 100%;
    content: '';
    z-index: 999;
}

.block-hero-slider .hero-slider {
    height: 666px !important;
}

@media screen and (max-width: 1000px) {
    .block-hero-slider .slick-dots {
        top: 5px;
    }
}

@media screen and (max-width: 800px) {
    .block-hero-slider .hero-slider {
        height: 600px !important;
    }

    .block-hero-slider .slick-track {
        height: 650px !important;
    }

    .block-hero-slider .slick-dots {
        top: 0;
    }
}

@media screen and (max-width: 500px) {
    .block-hero-slider .hero-slider {
        height: 380px !important;
    }

    .block-hero-slider .slick-track {
        height: 460px !important;
    }
}


@media screen and (min-width: 2000px) {
    .block-hero-slider .hero-slider {
        height: 80vh !important;
    }

    .block-hero-slider .slick-track {
        height: 82vh !important;
    }
}

.iconic-woothumbs-images-wrap .iconic-woothumbs-images__image {
    object-fit: contain;
}

.pill.tag-pill {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 0;
}

.login-modal .woocommerce-form .input-text {
	box-sizing: border-box;
	border: 1px solid #BCBDBC;
	border-radius: 0.4rem;
	color: #555855;
	font-size: 1.6rem;
	padding: 0 1.6rem;
	flex-grow: 1;
	height: 4.8rem;
	max-height: 4.8rem;
	width: 100%;
}

.login-modal .woocommerce-form .woocommerce-button {
	border-radius: 0.4rem;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	font-size: 1.8rem;
	padding: 1.6rem 3.2rem;
	text-decoration: none;
	transition: 0.3s;
	background-color: #0072CE;
	border: 0;
	color: #fff;
}

.login-modal .woocommerce-form  .form-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.woocommerce-form-login .lost_password a {
	color: #0072CE;
}

.single-product form.cart p.fine-print:first-of-type {
    display: none;
}

.woocommerce-privacy-policy-text {
    display: none;
    color: #757575;
    font-size: 1.4rem;
    text-align: center;
    margin-top: 2.4rem;
    text-align: center;
}

.new-password-link {
    text-align: center;
    margin-bottom: 15px !important;
}

.page-id-738832 .featured-content-panel-one__content.single-line {
    margin-top: 40px;
}

.has-hidden-on-mobile {
    display: none;
}

.has-hidden-on-desktop {
    display: block;
}

@media screen and (min-width: 769px) {
    .has-hidden-on-mobile {
        display: block;
    }

    .has-hidden-on-desktop {
        display: none;
    }
}

/* Product card variation count style */

.add-on-product__variation-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-on-product__variation-list li:nth-child(n+6),
.add-on-product__variation-list li.variation-count {
    display: block;
    margin: 0;
}

.add-on-product__variation-list li.variation-count a {
    color: #000;
}

@media (max-width: 500px) {
    .add-on-product {
        flex: 0 1 60%;
        margin-left: auto;
        margin-right: auto;
    }

    .add-on-product:nth-child(2n) {
        margin-left: auto;
        margin-right: auto;
    }
}

.woocommerce ul.products li.product .price,
.add-on-product .price {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-drawer-item__price .price {
    display: flex;
    align-items: center;
}

.cart-drawer-item__price .price del .amount {
    color: #898B89;
    font-weight: 500;
    margin-right: 1rem;
}

.awdr_cart_strikeout_line {
    display: flex;
}

.awdr_cart_strikeout_line del .amount {
    color: #898B89;
    font-weight: 500;
    margin-right: 10px;
}

.awdr_cart_strikeout_line ins .amount {
    color: #007BC1;
    font-weight: 700;
}

.woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-remove-coupon {
    font-size: 1.2rem;
    font-weight: 500;
    color: #EF4623;
    text-decoration: underline;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    text-align: left;
}

.has-tall-hero-banner .hero-banner {
    height: 100vh;
}

.wp-block-columns.has-small-gutter {
    gap: 1em;
}

/* Two column Branding */

.two-column-branding {
    .content {
        @media (max-width: 993px) {
           padding-inline: 30px;
        }
    }

    .description {
        width: 100%;
        padding: 0;

        @media (min-width: 993px) {
            width: 42%;
        }

        p:has(img) {
            text-align: center;
        }

        h2 {
            padding-inline: 20px;
            font-size: 27px;
            font-weight: bold;
            line-height: 34px;

            @media (min-width: 993px) {
                padding-inline: 40px;
                font-size: 48px;
                line-height: 55px;
            }
        }

        ul {
            font-size: 18px;
            line-height: 32px;
            padding-left: 15px;
        }

        .button-blue {
            padding: 1.1rem 3.2rem;
            color: #fff;

            &:hover {
                text-decoration: none;
            }
        }
    }
}

.woocommece-products__wrap {
    ul.products {
        li.product {
            @media (width <=450px) {
                flex: 0 1 100%;
            }
        }
    }
}
