/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


.brands-product-query__block.brxe-block {
    padding-top: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
    border: 1px solid var(--bricks-border-color);
    border-radius: var(--radius-l);
    row-gap: 2rem;
}

.brands-product__post-title.brxe-post-title, .woocommerce-loop-product__title {
    color: var(--dark);
    font-size: var(--text-m);
}

.brands-product__pricing-text.brxe-text-basic, .products.columns-4 .price {
    color: var(--primary);
    font-weight: 700;
    font-size: 1.8rem;
}


.variations tbody tr {
    display: flex;
    flex-direction: column;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 2em;
    vertical-align: top;
}
.variations tbody tr th {
    padding: 0;
    text-align: left;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    text-align: left;
}
.variations th.label label {
    cursor: auto;
}
.variations td {
    line-height: 1.15;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 2em;
    vertical-align: top;
}
.woo-variation-swatches ul.variable-items-wrapper {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.woocommerce.woo-variation-swatches .radio-variable-items-wrapper .radio-variable-item {
    display: list-item;
    margin-bottom: .25em;
    opacity: 1;
    transition-behavior: allow-discrete;
    transition-duration: .3s;
    transition-property: background-color, border, opacity, display;
    width: 100%;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    text-align: left;
}

.woocommerce.woo-variation-swatches .radio-variable-items-wrapper .radio-variable-item label {
    align-items: center;
    border: 1px solid #273242CC;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    gap: var(--text-m, .8rem);
    padding: 5px 10px;
    min-height: 4em;
}

li.selected.radio-variable-item label {
    border: 1px solid #4088C2 !important;
    background-color: #F0F4F7 !important;
}

.woocommerce.woo-variation-swatches .radio-variable-items-wrapper .radio-variable-item label .variable-item-radio-value-wrapper {
    align-items: center;
    /* display: flex; */
    flex-direction: row;
    gap: var(--text-m, .8rem);
    margin: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    font-size: 13px;
}

.variable-item-radio-value-wrapper .price {
    font-size: 13px;
    color: var(--primary);
}
.woocommerce.woo-variation-swatches .radio-variable-items-wrapper .radio-variable-item label .variable-item-radio-value-wrapper img {
    border-radius: var(--text-m);
    height: 3em;
    width: 3em;
}
.woocommerce div.product form.cart .variations label.variable-item-radio-input-wrapper p.stock {
    display: none;
}
.variable-item-radio-input-wrapper input[type="radio"] {
    position: absolute;
    left: -9999px;
}


.alignwide {
    margin-left: auto !important;
	max-width: 100%;

}

#brx-content > h1 {
    margin: 25px 0px;
}

form.woocommerce-checkout.bricks-default-checkout {
    display: block !important;
}






/* Two Column Checkout Layout */
@media (min-width: 768px) {
    /* Wrapper as flex */


    /* Billing + Shipping column */
    .woocommerce-checkout .col2-set,
    .woocommerce-checkout .woocommerce-checkout-review-order {
        width: 100%;
    }

    /* Fix default columns */
    .woocommerce-checkout .col2-set {
        max-width: 60%; /* Left side size */
    }

    /* Order Review column */
    .woocommerce-checkout #order_review_container {
        max-width: 40%; /* Right side size */
    }

    /* Make order box sticky on desktop */
    .woocommerce-checkout .woocommerce-checkout-review-order {
        position: sticky;
        top: 20px;
        align-self: flex-start;
    }
}

/* Fab css code  */
.checkout_forms_ui {
	display: flex; 
	gap: 30px;
}
@media (max-width: 768px) {
	.wordpress.post-56.page.type-page.status-publish.hentry{
		padding: 0 20px;
	}
	.wordpress.post-57.page.type-page.status-publish.hentry{
		padding: 0 20px;
	}
	.checkout_forms_ui {
		display: block;
	}
	#tab-_watch_video iframe {
        width: 100%;
        height: auto;

    }
}

.woocommerce-form-coupon-toggle {
    margin-bottom: 20px;
}

#tab-_watch_video iframe {
    width: 100%;
    height: 600px;

}


#us_import_terms_field .woocommerce-input-wrapper .checkbox {
    appearance: none;
    display: block;
    place-content: center;
    border: 0;
    border-radius: 0;
    width: 100%;
    height: auto;
}

.checkout-product-image img {
    border-radius: 8px;
}

.meta-text:hover {
    background-color: #F0F4F7 !important;
    cursor: pointer;
}

.iwoca-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    z-index: 999999;
    justify-content: center;
    align-items: center;
}

.iwoca-popup-container {
    background: #fff;
    width: 90%;
    max-width: 650px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 25px;
    border-radius: 12px;
    position: relative;
    animation: fadeInUp .3s ease;
}

.iwoca-popup-close {
    position: absolute;
    top: 8px;
    right: 12px;
    cursor: pointer;
    font-size: 26px;
    color: #333;
}

@keyframes fadeInUp {
    from {opacity: 0; transform: translateY(20px);}
    to {opacity: 1; transform: translateY(0);}
}

