/*
Theme Name: ArcHub Child
Theme URI: https://archub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Description: Child theme for ArcHub.
Template: archub
Version: 1.0.0
License: GNU General Public License
License URI: license.txt
Text Domain: archub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

.elementor-element-28bdcb7 {
	display: block !important;
}

input:not([type=submit]), textarea {
	border-bottom: 1px solid grey !important;
	margin-bottom: 16px;
}

/* Fix: WeDocs plugin loads Tailwind block CSS globally on the frontend,
   setting appearance:none with border-width but no border-style — this
   makes every checkbox/radio on the site render as an invisible white box. */
input[type="checkbox"],
input[type="radio"] {
	appearance: auto;
	-webkit-appearance: auto;
	background-color: initial;
	border-style: initial;
	border-width: initial;
	border-color: initial;
}
.ld-module-trigger-icon {
	color: white;
}

body.archive .ld-module-trigger-icon,
body.single-product .ld-module-trigger-icon {
	color: black;
}

.woocommerce-mini-cart-item h3 {
	color: #000 !important;
}

.products.columns-3 {
	height: 100vh;
}
.lqd-icn-ess.icon-ld-cart:before {
	color: white !important;
}

.ld-module-trigger-count {
	color: black !important;
}

#lqd-contents-wrap  {
	padding-top: 120px !important;
}

.woocommerce-MyAccount-navigation {
	border: 0;
}

.woocommerce-MyAccount-navigation ul li {
	font-size: 24px !important;
	margin-bottom: 24px !important;
	margin-top: 24px !important;
}

.woocommerce-EditAccountForm input {
	color: white !important;
}

.woocommerce-MyAccount-content .woocommerce-Button {
	margin-top: 24px !important;
}

.woocommerce-MyAccount-content .show-password-input {
	color: white !important;
}

@media only screen and (max-width: 450px) {
.woocommerce-form-login {
	border: 0 !important;
	width: 90%;
	margin: 0 auto !important;
}
}

.woocommerce-form-login {
	border: 0 !important;
	width: 50%;
	margin: 0 auto !important;
}

.my_account_orders.account-orders-table thead font{
	color: white !important;
}

.woocommerce-orders-table__cell-order-number font {
	color: black !important;
	background: white !important;
}

.woocommerce-ResetPassword {
	display: flex !important;
	flex-direction: column;
	align-items: center;
}

.woocommerce-form-register {
	border: 0 !important;
}

.woocommerce-account .woocommerce-orders-table__cell, .woocommerce-account .woocommerce-orders-table__header, .woocommerce-account table tbody tr:nth-child(odd), .woocommerce-account .order_details th, .woocommerce-account .order_details {
	background-color: inherit !important;
	color: white !important
}

.variation-Konfiguracija a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.mkl_pc-choice-name {
	float: left;
}

.variation-Konfiguracija a .simple {
	display: flex;
}

.woocommerce-cart #lqd-site-content {
	min-height: 90vh;
}

@font-face {
    font-family: "Termina";
    src: local("Arial");
}

.wc-dnd-file-upload {
    display: none !important;
}

/* Cart page — larger product image */
.woocommerce .woocommerce-cart-form table.shop_table .product-img img {
    width: 120px;
    margin-inline-end: 20px;
}

@media only screen and (max-width: 768px) {
    .woocommerce .woocommerce-cart-form table.shop_table tr.cart_item td.product-img img {
        width: 90px;
    }
}

/* Rush Order */
.a1-rush-order {
    margin-bottom: 16px;
}
.a1-rush-order label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: 600;
    color: #c0392b;
}
.a1-rush-order input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    margin: 0 !important;
    border: 2px solid #c0392b;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}
.a1-rush-order input[type="checkbox"]:checked {
    background-color: #c0392b;
    border-color: #c0392b;
}
.a1-rush-order input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Mano konfigūracijos */
.a1-configs-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.a1-config-order {
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    overflow: hidden;
}
.a1-config-order-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    padding: 12px 16px;
    background: rgba(255,255,255,0.07);
    font-size: 14px;
}
.a1-config-order-number {
    font-weight: 700;
    flex: 1 1 auto;
}
.a1-config-order-status {
    background: rgba(255,255,255,0.1);
    border-radius: 4px;
    padding: 2px 8px;
    font-size: 12px;
}
.a1-config-item {
    padding: 16px;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.a1-config-item-name {
    font-weight: 600;
    margin-bottom: 8px;
}
.a1-config-item-qty {
    font-weight: 400;
    opacity: 0.6;
    margin-left: 4px;
}
.a1-config-item-meta {
    margin-bottom: 10px;
    font-size: 13px;
    opacity: 0.85;
}
.a1-config-stl-files {
    font-size: 13px;
}
.a1-config-stl-files ul {
    margin: 6px 0 0 0;
    padding: 0;
    list-style: none;
}
.a1-config-stl-files ul li {
    margin-bottom: 4px;
}
.a1-config-stl-files ul li a {
    color: inherit;
    text-decoration: underline;
    opacity: 0.8;
}
.a1-config-stl-files ul li a:hover {
    opacity: 1;
}

.a1-configs-filter {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.a1-configs-filter select {
    width: auto;
}

.a1-configs-pagination {
    margin-top: 24px;
}
.a1-configs-pagination ul.page-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.a1-configs-pagination .page-numbers {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 4px;
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}
.a1-configs-pagination .page-numbers.current {
    background: rgba(255,255,255,0.15);
    opacity: 1;
}
.a1-configs-pagination a.page-numbers:hover {
    opacity: 1;
}

