/*
 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.0
 Text Domain:  bricks
*/


.woocommerce-MyAccount-navigation{
	margin-top:40px;
	margin-bottom:40px;
}



.woocommerce-MyAccount-navigation-link {
	border: 1px solid #82b440;
	border-radius: 100px;
	color: var(--bricks-color-fzpkie);
	margin-top:20px;
	font-weight:300px;
}

.woocommerce-MyAccount-navigation-link is-active{
	background-color: #82b440;
	color:#fff;
	font-weight:300px;
}

.woocommerce-MyAccount-navigation-link.is-active {
    background-color: #82b440; 
    color: #fff; 
}

.woocommerce-Button{
	border-radius:100px;
}

.wc-forward {
	border-radius:100px;
}

.single_add_to_cart_button{
	width: 100%;
}

.wps_sfw_expiry_interval, .wps_sfw_interval {
	display:none;
}

/* ======================
   CHECKOUT PAGE LAYOUT
   ====================== */
.wp-block-woocommerce-checkout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.wc-block-checkout__main {
    flex: 1;
    min-width: 0;
}

.wc-block-checkout__sidebar {
    width: 350px;
}

/* ======================
   CHECKOUT SECTIONS
   ====================== */
.wc-block-checkout__contact-field {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff!important;
    border-radius: 10 px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.wc-block-components-checkout-step__heading {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.wc-block-components-checkout-step__title {
    font-size: 1.3em;
    margin: 0;
    color: #333;
}

.wc-block-components-checkout-step__description {
    margin: 10px 0 20px;
    color: #666;
    font-size: 0.9em;
}

/* ======================
   FORM ELEMENTS
   ====================== */
.wc-block-components-text-input {
    margin-bottom: 20px;
    position: relative;
}

.wc-block-components-text-input input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1em;
    transition: border-color 0.2s ease;
}

.wc-block-components-text-input input:focus {
    border-color: #007cba;
    outline: none;
    box-shadow: 0 0 0 1px #007cba;
}

.wc-block-components-text-input label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
}

/* Select dropdowns */
.wc-blocks-components-select {
    margin-bottom: 20px;
}

.wc-blocks-components-select__container {
    position: relative;
}

.wc-blocks-components-select__select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    appearance: none;
    background-color: #fff;
    font-size: 1em;
}

.wc-blocks-components-select__label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
}

.wc-blocks-components-select__expand {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* ======================
   ORDER SUMMARY
   ====================== */
.wc-block-components-checkout-order-summary {
    margin-top: 20px;
}

.wc-block-components-checkout-order-summary__title {
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
}

.wc-block-components-checkout-order-summary__title-text {
    font-size: 1.3em;
    margin: 0;
    color: #333;
}

.wc-block-components-order-summary-item {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.wc-block-components-order-summary-item__image {
    position: relative;
    margin-right: 15px;
    flex-shrink: 0;
}

.wc-block-components-order-summary-item__image img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    object-fit: cover;
}

.wc-block-components-order-summary-item__quantity {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #333;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7em;
}

.wc-block-components-order-summary-item__description {
    flex-grow: 1;
    min-width: 0;
}

.wc-block-components-product-name {
    margin: 0 0 5px;
    font-size: 1em;
    font-weight: 500;
}

.wc-block-components-order-summary-item__total-price {
    margin-left: 15px;
    font-weight: 500;
}

/* ======================
   TOTALS SECTION
   ====================== */
.wc-block-components-totals-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.wc-block-components-totals-footer-item {
    font-weight: 600;
    font-size: 1.1em;
    padding: 15px 0;
    border-bottom: none;
}

/* ======================
   COUPON SECTION
   ====================== */
.wc-block-components-totals-coupon__form {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.wc-block-components-totals-coupon__input {
    flex-grow: 1;
}

.wc-block-components-totals-coupon__button {
    white-space: nowrap;
}

/* ======================
   PAYMENT METHODS
   ====================== */
.wc-block-checkout__payment-method {
    padding-bottom: 20px;
}

/* ======================
   TERMS & CHECKOUT BUTTON
   ====================== */
.wc-block-checkout__terms {
    margin: 20px 0;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 4px;
    font-size: 0.9em;
}

.wc-block