/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.cross-sell-product-quantity input {
    height: 35px!important;
}

body.login:not(.hidden-form) {
    display: flex!important;
}

.woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th {
    max-width: 80%;
    width: 80%;
}

tr.woocommerce-shipping-totals.shipping {
    display: table;
    width: 100%;
}

tr.woocommerce-shipping-totals.shipping th {
    width: 20%!important;
    max-width: 20%!important;
}

tr.woocommerce-shipping-totals.shipping td {
    width: 80%;
    text-align: left;
}

#shipping_method input.shipping_method {
    float: right;
    margin-left: 7px;
    margin-right: 7px;
}

#shipping_method label {
    margin-bottom: 0;
    text-align: right;
}

.lf-woo-variations-box-option-checked {
    box-shadow: 0px 0px 0px 2px #f4a51c;
}

.lf-woo-variations-radios {
    width: 100%;
}

.lf-woo-variations-radios label {
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    white-space: normal!important;
}

.woocommerce-tabs.wc-tabs-wrapper.tabs-layout-accordion {
    float: left;
    width: 100%;
}

.woodmart-tab-wrapper {
    float: left;
    width: 100%;
}

.woocommerce-cart button[name="update_cart"] {
    display: block;
}

ul.wc_payment_methods.payment_methods.methods li {
    float: left;
    width: 100%;
}

li.wc_payment_method.payment_method_gobitpaymentgateway {
    margin-top: 10px;
}

.woocommerce-checkout {
    width: 100%;
}

/*FIX foe updare 10.2025
------------------------------------------------*/
.lf-woo-stock-status-container {
    float: left;
    width: 100%;
}

.lf-woo-stock-row {
    float: left;
    width: 100%;
    margin: 2px 0;
    padding: 2px 0;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.lf-woo-stock-indicator {
    width: 16px;
    height: 16px;
    border-radius: 50px;
    margin: 0 5px;
}

.lf-woo-instock-container .lf-woo-stock-indicator  {
	background-color: green;
}

.lf-woo-outofstock-container .lf-woo-stock-indicator  {
	background-color: red;
}

.lf-woo-onbackorder-container .lf-woo-stock-indicator  {
	background-color: orange;
}

.lf-woo-hidden-stock-status {
    display: none!important;
}
.product-tabs-wrapper {
    display: flex;
}
#woocommerce_product_categories-1 {
    float: left;
    width: 100%;
}
.woocommerce-account .wd-content-area.site-content {
    display: flex;
    justify-content: center;
}
.woocommerce-account .woocommerce {
    float: left;
    width: 100%;
    padding: 20px;
    margin: 30px 0;
    border: 1px solid #eeeeee;
}
.woocommerce-MyAccount-navigation {
    border-right: 1px solid #eeeeee;
}
.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 20px;
}
.woocommerce-MyAccount-navigation li {
    list-style: none;
    height: 38px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.woocommerce-MyAccount-navigation li + li {
    border-top: 1px solid #eeeeee;
}
.woocommerce-MyAccount-navigation li a {
    font-size: 18px;
    color: var(--main_text_color);
    text-decoration: none;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a {
    color: red;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.woocommerce-Address {
    padding: 10px;
    border: 1px solid #eeeeee;
}
.woocommerce-account .woocommerce-MyAccount-content {
    padding: 20px;
}
.woocommerce-Address {
    padding: 10px;
    margin: 10px;
}
.woocommerce-Address-title.title {
    height: 38px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before {
    display: none;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    height: 30px;
    border: 1px solid #dddddd;
}

/*RESPONSIVE
------------------------------------------------*/

@media screen and (max-width: 1024px) {

.popup-quick-view .variations_form .reset_variations, .product-design-default .variations_form .reset_variations {
    position: relative;
}

@media screen and (max-width: 600px) {

tr.woocommerce-shipping-totals.shipping {
    display: table-row;
    width: 100%;
}

}
