/* WPForms fixes */
/* Initial field looks */
.wpforms-container input[type=date],
.wpforms-container input[type=datetime],
.wpforms-container input[type=datetime-local],
.wpforms-container input[type=email],
.wpforms-container input[type=month],
.wpforms-container input[type=number],
.wpforms-container input[type=password],
.wpforms-container input[type=range],
.wpforms-container input[type=search],
.wpforms-container input[type=tel],
.wpforms-container input[type=text],
.wpforms-container input[type=time],
.wpforms-container input[type=url],
.wpforms-container input[type=week],
.wpforms-container select,
.wpforms-container textarea {
    background: #fff;
    border-width: 0 0 1px 0;
    color: var(--ast-global-color-2);
    opacity: 0.5;
}
/* On focus */
.wpforms-container input:focus,
.wpforms-container select:focus,
.wpforms-container textarea:focus {
    outline: none;
    opacity: 1;
    border-color: var(--ast-global-color-0);
}
/* Don't allow resizing the Message box */
.wpforms-container textarea {
    resize: vertical;
}


/* start of CUSTOM EXPAND TEXT BOX CODE I FOUND, with notes from dev */



  /* END of CUSTOM EXPAND TEXT BOX CODE I FOUND, with notes from dev */
	
	

/* Message box fixed height */


.wpforms-container .wpforms-field-textarea textarea.wpforms-field-medium {
    height: 300px;
}

/* Button size & font size */
.wpforms-container button {
    padding: 15px 34px;
    font-size: 15px;
}
/* WPForms done */
/* Footer 2 big columns on sides and 1 small one in the middle */
.ast-builder-grid-row-3-equal .ast-builder-grid-row {
    grid-template-columns: 3fr 1fr 3fr;
}
/* You can hide the dropdown */
nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    display: none;
}
.wc-block-components-product-metadata {
    font-size: 1em; }

.wc-block-components-checkout-step__description {
    font-size: 1em; }

.wc-block-components-button__text {
 font-weight: normal }

.wc-block-components-button {
 background-color: #075aae !important }

.product_meta {
  display: none !important;
}

.single-product-category {
  display: none !important;
}

.wp-block-button .wp-block-button__link {
    font-size: 16px;
    font-size: 0.94117647058824rem;
    margin: 20px;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product a img {
    width: 65%;
	position: center;
    height: auto;
    display: block;
    margin: 0 0 0.8em 0;
    box-shadow: none;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product {
    text-align: left;
    margin-bottom: 2.5em;
}

/*Fixes UpLoader Box Color & Border - JeremyEDIT*/

#wpforms-9 .wpforms-uploader {
    border: 1px solid #ccc; 
    border-radius: 2px;
    background: #8f8f91; 
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    color: #4a4a4b; 
}

.woocommerce-message, .woocommerce-info {
    border-top-color: var(--ast-global-color-0);
    background-color: #242528;
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__description, .wc-block-checkout__pickup-options .wc-block-components-radio-control__secondary-description, .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__description, .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__secondary-description {
    display: block;
    margin: 0.75em 0;
    text-align: left;
    width: 100%;
    color: black;
}

/* makes line at the bottom of the checkout skinny */
.checkout-skinny-line {
     border: 2px;
}

/* Center's Place order button on Checkout Page */
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).contained, body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).contained:active, body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).contained:disabled, body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).contained:focus, body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).contained:hover {
    background-color: #1e1e1e;
    color: #fff;
    margin: auto;
}


/* To hide the additional information tab */
/*li.additional_information_tab {
    display: none !important;*/
}

/* To change Color of Order Confirm Screen element tab */
.woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-column__title, .woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-order-details__title, .woocommerce.woocommerce-checkout .woocommerce-order h2.woocommerce-column__title, .woocommerce.woocommerce-checkout .woocommerce-order h2.woocommerce-order-details__title {
    background: #1f1f22;
    padding: 1em;
    margin-bottom: 0;
    font-size: 1.3rem;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: var(--ast-border-color);
}

.woocommerce .site-main {
    padding-top: 20px; /* Adjust the value as needed */
}

.woocommerce-product-gallery__trigger {
    display: none;
}
.woocommerce-product-gallery__image img {
    cursor: pointer;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
    pointer-events: none; /* Disables the zoom effect */
}

/* Hide Related Products in wooCommerce */

body.single-product .related.products {
    display: none !important;
}
