/*
 Theme Name:   Mediena Express
 Theme URI:    https://medienaexpress.lt/
 Description:  Mediena Express Tema
 Author:       Artur Kudriavcev
 Author URI:   https://medienaexpress.lt/
 Template:     generatepress
 Version:      0.1
*/

html {
  scroll-behavior: smooth;
}

button {
	border-radius: 4px;
}

button.wc-block-mini-cart__button {
	flex-direction: column;
	padding: 0;
	gap: 0.5em;
}

button.wc-block-mini-cart__button > span.wc-block-mini-cart__amount {
	font-size: 0.75rem;
	position: relative;
	min-height: 12px;
  text-align: center;
}

@media (max-width:767px) {
	button.wc-block-mini-cart__button {
		gap: 0;
	}
	
	button.wc-block-mini-cart__button > span.wc-block-mini-cart__quantity-badge > svg {
		height: 35px;
		width: 35px
	}
	
	#site-header-logo {
		max-height: 50px;
	}
}

@media (min-width:767px) {
	header.gb-site-header.gb-is-sticky {
		padding-top: 0;
	}

	header.gb-site-header.gb-is-sticky > nav > :is(.nav-logo-wrapper, .nav-search-wrapper, .nav-items-wrapper) {
		display: none
	}
	
	#site-header-logo {
		max-height: 80px;
	}
}

.breadcrumb-wrapper > .rank-math-breadcrumb p {
	margin-bottom: 0;
	font-size: 13px;
	color: var(--white);
	font-weight: 600;
}

.breadcrumb-wrapper > .rank-math-breadcrumb a {
	color: var(--white);
	text-decoration: none;
	font-weight: 400;
}

/** Woocommerce elements styling **/

/* Product categories */

body.archive.woocommerce .site-content {
	gap: 30px;
}

body.archive.woocommerce h1 {
	margin-bottom: 40px;
}

body.archive.woocommerce .table-dual-qty-inputs .variations_form select {
	background-color: var(--base);
	border: var(--wcpt-quantity-border-width) solid var(--wcpt-quantity-border-color);
	border-radius: var(--wcpt-quantity-border-radius);
	font-size: 15px;
	min-height: 36px;
}

body.archive.woocommerce .variations_form .wcpt-variation-attribute-dropdown-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
}

body.archive.woocommerce .variations_form .wcpt-variation-attribute-dropdown-wrapper > select {
	flex-grow: 1;
	background: #ffffff
}

.widget_shopping_cart .woocommerce-mini-cart__empty-message {
	text-align: center;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a {
	border-radius: 3px;
	color: var(--text)!important;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a:not(.checkout) {
	border: 1px solid #ddd;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a.checkout {
	background-color: var(--accent);
	color: var(--base)!important;
	font-weight: 600;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a.checkout:hover {
	background-color: var(--accent-hover);
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a:not(.checkout):hover {
	background-color: var(--base);
}

div.table-variation-dropdown div.wcpt-select-variation-dropdown-wrapper {
	background-color: #ffffff;
	width: 100%;
}

body.archive.woocommerce span.input-suffix {
	word-break: keep-all;
}

.table-img-title > .wcpt-pl-inner > div:first-child {
	width: 40%;
}

.table-img-title > .wcpt-pl-inner > div:nth-child(2) {
	width: 60%;
}

.wcpt-add-to-cart-wrapper .quantity:not(.hidden) {
	display: flex;
	height: 34px;
	background: white;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: clip;
}

body.archive.woocommerce form .quantity.buttons-added > * {
	min-height: unset;
	font-size: 14px;
}

body.archive.woocommerce form .quantity.buttons-added a {
	width: 25px;
	background: var(--wcpt-quantity-button-background-color);
}

body.archive.woocommerce form .quantity.buttons-added .qty {
	width: unset;
}

/* remove arrows/spinners on Chrome, Safari, Edge, Opera */
body.archive.woocommerce form .quantity.buttons-added input::-webkit-inner-spin-button, body.archive.woocommerce form .quantity.buttons-added input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* remove arrows/spinners on Firefox */
body.archive.woocommerce form .quantity.buttons-added input[type=number] {
	-moz-appearance: textfield;
}

.wcpt-variable-price-default-woocommerce-template .woocommerce-Price-amount {
	font-weight: bold;
}

.table-dual-qty-inputs {
	width: 100%
}

.table-dual-qty-inputs form .variations .wcpt-variation-attribute-dropdown-wrapper .thwvsf_fields {
	width: 100%;
}

.table-dual-qty-inputs form .variations .wcpt-variation-attribute-dropdown-wrapper .thwvsf_fields ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 0;
}

.table-dual-qty-inputs form .variations .wcpt-variation-attribute-dropdown-wrapper .thwvsf_fields ul li .thwvsf-item-span {
	font-size: 13px;
	font-weight: 500;
}

.table-dual-qty-inputs form .variations .wcpt-variation-attribute-dropdown-wrapper .thwvsf_fields ul li:last-child {
    margin: 4px 8px 4px 0;
}

.table-dual-qty-inputs form .variations .wcpt-variation-attribute-dropdown-wrapper a.reset_variations {
	display: none!important;
}

body.tax-product_cat .lumber-treatment-option {
	margin: 10px 0!important;
}

body.tax-product_cat .term-description {
	max-width: 1080px!important;
	margin-top: 40px;
	float: right;
	font-size: 14px;
	background-color: var(--white);
	padding: 30px;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 450px) {
	body.tax-product_cat .term-description {
		padding: 20px;
		margin-top: 30px;
	}
}

body.tax-product_cat .term-description :is(h2, h3) {
	font-size: 20px
}

body.tax-product_cat .term-description p {
	font-size: 14px
}

/* Single product page */

.woocommerce div.product {
   overflow: hidden;
}

body.single-product h1.product_title {
	margin-bottom: 24px;
}

body.single-product .summary {
	background-color: #ffffff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1) ;
	padding: 30px;
	border-radius: 8px;
}

@media (max-width: 767px) {
	body.single-product .summary {
		padding: 15px;
	}
}

.product-uom {
	color: grey;
	font-size: 85%;
}

body.single-product .woocommerce-product-gallery__image {
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1)!important ;
	border-radius: 8px;
}

body.single-product :is(div.woocommerce-variation-add-to-cart, .product-type-simple form.cart) {
	row-gap: 1em;
}

body.single-product div.quantity {
	border-radius: 4px;
}

body.single-product .entry-summary div.quantity a {
	background-color: var(--base)!important;
}

body.single-product .entry-summary div.quantity a:first-child {
	border-radius: 4px 0 0 4px;
}

body.single-product .entry-summary div.quantity a:last-child {
	border-radius: 0 4px 4px 0;
}

button.single_add_to_cart_button {
	flex-grow: 1;
	font-weight: 700!important;
	text-transform: uppercase!important;
	border-radius: 4px!important;
	padding: 15px!important;
	min-width: 200px;
	margin-top: 10px!important;
}

.single-product div.woocommerce-variation-price {
    display: none;
}

body.single-product table.variations td.value {
	display: flex;
	align-items: flex-end;
}

body.single-product div.woocommerce-variation-description {
	display: none;
}

body.single-product a.reset_variations {
	display: none!important;
}

/** Product tabs styling **/

body.single-product .woocommerce-tabs {
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1) ;
}

body.single-product .tabs.wc-tabs li {
	padding: 10px 30px!important;
	background-color: #ffffff!important;
	border: none!important;
}

body.single-product .tabs.wc-tabs li a {
	font-weight: 600!important;
	padding: 0!important;
}

body.single-product .tabs.wc-tabs li a:hover {
	color: var(--accent);
}

body.single-product .tabs.wc-tabs li.active {
	border-bottom: 2px solid var(--accent)!important
}

body.single-product .tabs.wc-tabs li.active a {
	color: var(--primary) !important;
}

body.single-product .tabs.wc-tabs .active a {
	color: var(--base)!important;
}

body.single-product div.woocommerce-tabs div.woocommerce-Tabs-panel {
	padding: 0 30px 30px 30px !important;
}

/* 1. Target the table ONLY within the main product summary area.
      This selector is much stronger and avoids theme overrides. */
.summary .woocommerce-product-attributes {
    margin: 24px 0!important;
		padding: 24px 0!important;
    width: 100%;
		border-top: solid 1px var(--subtle-border)!important;
		border-bottom: solid 1px var(--subtle-border)!important;
}

/* 2. Style the table body (tbody) using CSS Grid */
.summary .woocommerce-product-attributes tbody {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
}

/* 3. Style each table row (tr) to act as a container for the label/value pair */
.summary .woocommerce-product-attributes tr {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    border: none !important;
}

/* 4. Style the table header cell (th) - this is the attribute's LABEL */
.summary .woocommerce-product-attributes th {
    text-align: left;
    padding: 0 !important;
    margin-bottom: 4px !important;
    font-size: 0.9em;
    color: #4a4a4a;
}

.summary .woocommerce-product-attributes :is(tr, th, td) {
		border: none !important;
		background-color: transparent !important;
}

/* 6. A reset for any tags that might be inside a value cell */
.summary .woocommerce-product-attributes td p {
    margin: 0;
    padding: 0 !important;
}

/* Attribute selections table styling */

table.variations {
	margin-bottom: 0!important;
}

div.woocommerce-variation-add-to-cart {
	margin-top: 0;
}

table.variations tbody {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1em;
}

table.variations tr {
	display: flex;
	flex-direction: column;
}

table.variations th {
	text-align: left;
	padding: 0;
}

table.variations td {
	padding-top: 0;
}

table.variations select {
	border: 1px solid #aaa;
	border-radius: 4px;
	font-size: 14px;
	margin-top: 8px;
	min-width: 200px !important; 
}

table.variations select:hover {
	border: 1px solid var(--primary);
}

/* Bulk discount table styling */

.awdr-bulk-customizable-table {
    border-radius: 10px;
    overflow: hidden; 
}

.awdr-bulk-customizable-table table {
	border: unset;
}

.awdr-bulk-customizable-table .wdr_bulk_table_thead {
    background-color: var(--primary);
    color: var(--white);
}

.awdr-bulk-customizable-table th {
    text-align: left;
    padding: 15px;
    font-weight: bold;
		border: unset;
}

.awdr-bulk-customizable-table td {
    text-align: left;
    padding: 15px;
	border: unset;
}


/* Adds the vertical lines only in the header */

.awdr-bulk-customizable-table tbody tr:last-of-type {
    font-weight: bold;
    background-color: #f0faf2;
}

/* Cart page */

div.wc-block-components-quantity-selector {
}

body.woocommerce-cart div.wp-block-woocommerce-cart.alignwide {
	margin-left: 0;
	width: 100%;
}

.wp-block-woocommerce-cart-totals-block, .wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
	border: 1px solid var(--subtle-border);
	background-color: var(--white)!important;
	border-radius: 6px;
	padding: 15px !important;
}

body.woocommerce-cart a.wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button {
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 4px;
}

.wc-block-cart__submit-container--sticky {
	background-color: var(--white)!important;
}

/* Style for m³ label */
.lumber-m3-label {
	display: inline-block;
	position: absolute;
	padding: 0 5px;
	top: -7px;
	left: 3px;
	color: #333;
	background-color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	z-index: 1;
}

.wc-block-mini-cart__drawer .lumber-m3-label {
	background-color: rgb(248, 247, 245);
}
        
/* Hide buttons only for lumber products */
.is-lumber-product .wc-block-components-quantity-selector__button {
	display: none !important;
}
        
/* Adjust input width when buttons are hidden */
.is-lumber-product .wc-block-components-quantity-selector__input {
	width: 100%;
}

.wc-block-components-quantity-selector.is-lumber-product {
	align-items: center;
}

body.woocommerce-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-totals-block {
	display: none;
}

.wc-block-cart-item__product .wc-block-components-sale-badge {
	display: none;
}

/* Mini cart */

div.wc-block-mini-cart__drawer {
	max-width: 90vw;
}

span.wc-block-mini-cart__amount {
	position: absolute !important;
	top: 30%;
	margin-left: -54%;
	left: 100%;
	min-width: 1.4em;
	height: 1.5em;
	transform: translateY(-50%);
	font-weight: 600;
	font-size: 14px!important;
	background-color: var(--primary);
	padding: .25em;
	border: solid 1px var(--white);
	border-radius: 1em;
	z-index: 1;
}

.wc-block-components-product-metadata__description {
    display: none;
}

.wc-block-components-product-details {
	margin: 0 !important;
}

.wc-block-components-product-details .wc-block-components-product-details__value {
	font-weight: bold;
	font-size: 13px;
}

div.wc-block-mini-cart__drawer .wc-block-components-product-price__value {
	font-weight: bold;
}



/* Checkout page */

@media (min-width: 768px){
	body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block  {
		background-color: #ffffff;
		border: 1px solid var(--subtle-border);
		padding: 0 15px;
	}
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill {
		background-color: #ffffff;
		border: 1px solid var(--subtle-border);
		padding: 0 15px;
}

/* WooCommerce Checkout Order Review Table - Modern Responsive Design */

/* Reset and base styles */
.shop_table.woocommerce-checkout-review-order-table {
    background: #ffffff;
		border: solid 1px var(--subtle-border)!important;
    border-radius: 12px!important;
    overflow: hidden;
}

/* Table header */
.woocommerce-checkout-review-order-table thead {
    background: #f8f9fa;
}

/* Table body */
.woocommerce-checkout-review-order-table tbody tr {
    transition: background-color 0.2s ease;
}

.woocommerce-checkout-review-order-table tbody tr:hover {
    background-color: #f8f9fa;
}

/* Product cells */
.woocommerce-checkout-review-order-table .cart_item td {
    vertical-align: top!important;
}

.woocommerce-checkout-review-order-table .cart_item .product-name {
    color: #212529;
    font-weight: 600;
    line-height: 1.5;
}

/* Product quantity */
.woocommerce-checkout-review-order-table .product-quantity {
    font-size: 14px;
    color: #6c757d;
    font-weight: 400;
}

/* Variation list */
.woocommerce-checkout-review-order-table .variation {
    display: none;
}

.woocommerce-checkout-review-order-table .variation dt,
.woocommerce-checkout-review-order-table .variation dd {
    display: inline-block;
    margin: 0;
    font-size: 13px !important;
}

.woocommerce-checkout-review-order-table .variation dt {
    font-weight: 500;
    color: #495057;
    margin-right: 6px;
}

.woocommerce-checkout-review-order-table .variation dd {
    color: #6c757d;
}

.woocommerce-checkout-review-order-table .variation dd p {
    margin: 0;
    display: inline;
}

.woocommerce-checkout-review-order-table .variation dd:after {
    content: '';
    display: block;
    margin-bottom: 6px;
}

.woocommerce-checkout-review-order-table .variation dd:last-child:after {
    margin-bottom: 0;
}

/* Product total */
.woocommerce-checkout-review-order-table .product-total {
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    white-space: nowrap;
}

/* Table footer */
.woocommerce-checkout-review-order-table tfoot tr {
    border-top: 1px solid #e9ecef;
}

.woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce-checkout-review-order-table tfoot tr td {
    padding: 16px 20px;
}

.woocommerce-checkout-review-order-table tfoot tr th {
}

.woocommerce-checkout-review-order-table tfoot tr td {
    text-align: right;
    font-weight: 600;
}

/* Cart subtotal */
.woocommerce-checkout-review-order-table .cart-subtotal {
    background: #f8f9fa;
}

/* Shipping section */
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals th {
    vertical-align: top;
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-totals td {
    padding-top: 12px;
    padding-bottom: 12px;
	text-align: left;
}

/* Shipping methods list */
.woocommerce-checkout-review-order-table .woocommerce-shipping-methods {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li {
    margin-bottom: 12px!important;
    padding: 16px;
    border-radius: 8px;
    transition: all 0.2s ease;
    cursor: pointer;
		display: flex;  /* THIS IS NEW */
		flex-wrap: wrap;
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:last-child {
    margin-bottom: 0;
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:hover {
    background: #e9ecef;
}

/* Shipping methods price */

.woocommerce-checkout-review-order-table .woocommerce-shipping-methods .woocommerce-Price-amount {
	display: inline-block!important;
}

/* Radio buttons styling */
.woocommerce-checkout-review-order-table .shipping_method {
		margin-right: 10px;
    width: 20px;
    height: 18px;
    vertical-align: middle;
    cursor: pointer;
		align-self: center;
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-methods label {
    font-size: 16px;
    font-weight: 500;
    color: #212529;
    cursor: pointer;
    margin-bottom: 0;
		width: calc(100% - 40px)
}

/* Shipping method description */
.woocommerce-checkout-review-order-table .shipping-method-description {
    margin: 8px 0 0;
    font-size: 14px;
		font-weight: 400;
    color: #6c757d;
    line-height: 1.5;
}

/* Order total row */
.woocommerce-checkout-review-order-table .order-total {
    background: #212529;
    color: #ffffff;
}

.woocommerce-checkout-review-order-table .order-total th {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.woocommerce-checkout-review-order-table .order-total td {
    font-size: 24px;
}

.woocommerce-checkout-review-order-table .order-total .includes_tax {
    display: block;
    font-size: 14px;
    opacity: 0.8;
}

/* Currency styling */
.woocommerce-Price-currencySymbol {
    font-size: 0.9em;
}

/* Responsive design for tablets */
@media (max-width: 1024px) {
	/* Convert to card-based layout */
    .woocommerce-checkout-review-order-table,
    .woocommerce-checkout-review-order-table tbody,
    .woocommerce-checkout-review-order-table thead,
    .woocommerce-checkout-review-order-table tfoot,
    .woocommerce-checkout-review-order-table tr,
    .woocommerce-checkout-review-order-table td,
    .woocommerce-checkout-review-order-table th {
        display: block;
        width: 100%;
    }
	
	.woocommerce-checkout-review-order-table th.product-total {
		display: none
	}
	
	
    .woocommerce-checkout-review-order-table th {
        font-size: 16px!important;
    }
    
    .woocommerce-checkout-review-order-table thead tr th {
        padding: 14px 16px;
    }
    
    .woocommerce-checkout-review-order-table .cart_item td,
    .woocommerce-checkout-review-order-table tfoot tr th,
    .woocommerce-checkout-review-order-table tfoot tr td {
        padding: 14px 16px;
    }
    
    .woocommerce-checkout-review-order-table .cart_item .product-name {
        font-size: 14px;
    }
    
    .woocommerce-checkout-review-order-table .variation {
        padding: 10px;
        margin-top: 10px;
    }
    
    .woocommerce-checkout-review-order-table .order-total td {
        font-size: 20px;
			text-align: left
    }
}

	.woocommerce-checkout-review-order-table .cart_item .product-total:before {
        content: "Kaina: ";
        font-weight: 400;
        color: #6c757d;
        font-size: 14px;
    }

/* Responsive design for mobile */
@media (max-width: 480px) { 
	
	#order_review_heading {
		margin: 40px 0 30px;
		font-size: 24px
	}
	
	/* Cart items as cards */
    .woocommerce-checkout-review-order-table .cart_item td {
        text-align: left !important;
    }
    
    .woocommerce-checkout-review-order-table .cart_item .product-total {
        font-size: 18px;
    }
    
    /* Footer rows as cards */
    .woocommerce-checkout-review-order-table tfoot tr {
        background: #ffffff;
        border-radius: 8px;
    }
	
	.woocommerce-checkout-review-order-table .cart-subtotal td {
		text-align: left
	}
    
    .woocommerce-checkout-review-order-table tfoot tr th,
    .woocommerce-checkout-review-order-table tfoot tr td {
        padding: 0;
        width: auto;
    }
    
    /* Shipping section special handling */
    
    .woocommerce-checkout-review-order-table .woocommerce-shipping-totals th {
        margin-bottom: 12px;
        font-size: 16px;
    }
    
    .woocommerce-checkout-review-order-table .woocommerce-shipping-totals td {
        width: 100%;
    }
    
    .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li {
        padding: 12px;
        font-size: 13px;
    }
    
    /* Order total mobile */
    .woocommerce-checkout-review-order-table .order-total {
        margin-bottom: 0;
        position: relative;
        overflow: hidden;
    }
    
    .woocommerce-checkout-review-order-table .order-total:before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        right: -100%;
        bottom: 0;
        background: #212529;
        z-index: -1;
    }
    
    .woocommerce-checkout-review-order-table .order-total th,
    .woocommerce-checkout-review-order-table .order-total td {
        color: #ffffff;
    }
    
    .woocommerce-checkout-review-order-table .order-total td {
        font-size: 20px;
        text-align: right !important;
    }
}

/* Animation for shipping method selection */
.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:has(input:checked) {
    background: #e7f3ff;
    border: 1px solid #007bff;
    padding: 15px;
}

/* Focus states for accessibility */
.woocommerce-checkout-review-order-table .shipping_method:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .woocommerce-checkout-review-order-table {
        box-shadow: none;
        border: 1px solid #dee2e6;
    }
    
    .woocommerce-checkout-review-order-table tbody tr:hover {
        background-color: transparent;
    }
}

/* Checkout payment methods */

.woocommerce-checkout-payment .wc_payment_methods {
	margin-bottom: 40px!important;
}

.woocommerce-checkout-payment .wc_payment_methods li {
	margin-bottom: 15px!important;
}

.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label {
	border-radius: 10px;
}

.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 40px;
}

.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper p {
	font-size: 14px;
}

/* Account page */

.woocommerce-account.woocommerce-page nav.woocommerce-MyAccount-navigation a {
	color: var(--text);
	text-decoration: none;
}

.woocommerce-account.woocommerce-page nav.woocommerce-MyAccount-navigation ul {
	border-top: unset;
}

.woocommerce-account.woocommerce-page nav.woocommerce-MyAccount-navigation ul li:last-child a {
	border-bottom: unset;
}

div.wcpt-add-to-cart-wrapper div.lumber-calculator-wrapper {
	display: block !important;
}

#lpac-find-location-btn-wrapper {
	display: none;
}

.nsl-button {
	padding: 8px;
}

.woocommerce-error {
	position: fixed;
	top: 10px;
	z-index: 99999;
	margin: 0;
	border-radius: 0;
	animation: fadeOut 3s ease 7s forwards;
}
        
@keyframes fadeOut {
	to {
		opacity: 0;
		visibility: hidden;
		}
}

/*Omnisend optin form style*/

.optin-form-wrapper > div {
	width: 100%;
}

.optin-form-wrapper .omnisend-form-69a1a0a01f571ae27a70db8e-content {
	margin: 0
}

.optin-form-wrapper .omnisend-form-69a1a0a01f571ae27a70db8e-section-69a1a0486a461a57d6ecb82d {
	row-gap: 15px
}

