/*
 * Legacy Customizer 'Additional CSS' — exported from the DB (wp_get_custom_css)
 * into git on 2026-08-11 (task 0031). This WAS injected inline via wp_head from
 * the wp_options custom_css post; now it's a tracked, enqueued stylesheet so it's
 * greppable/reviewable/deployable and no longer an invisible !important override.
 * The DB copy is emptied by migration 0009 once this file is enqueued.
 * Cleanup of these legacy rules is incremental — see task 0031.
 */
.fsu-checkout-button {
    background: #DF453D !important;
}
body.woocommerce.archive .ast-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

body.woocommerce.archive #secondary {
  width: 30%;
}
.woocommerce .woocommerce, .woocommerce-account .woocommerce {
    margin-top: 0px !important;
}
body.woocommerce.archive #primary {
  width: 70%;
}
/* Default desktop layout */
body.woocommerce.archive #secondary {
  width: 30%;
}

body.woocommerce.archive #primary {
  width: 70%;
}

/* Mobile layout */
@media (max-width: 768px) {
  body.woocommerce.archive #secondary {
    width: 0%;
    display: none; /* Optional: hide it completely */
  }

  body.woocommerce.archive #primary {
    width: 100%;
  }
}

.ast-accordion-layout .ast-woo-sidebar-widget.widget {
    margin-top: 0em;
}
/* MY ACCOUNT */
body.woocommerce-account .account-header {
    background-color: #FF5B01;
}
.woocommerce-Address header {
    border-radius: 6px 6px 0 0 !important;
    background-color: var(--ast-global-color-0) !important;
    border: none !important;
}

body:not(.ast-page-builder-template):not(.elementor-page) .site-content>.ast-container #main>article {
    padding-top: 10px;
}
body.woocommerce-account .account-header .my-account-header-title-wrapper h1 {
    display: inline-block;
		font-weight: bold;
    border-bottom: 2px solid white;
    line-height: 50px;
    width: auto;
		color:white;
}
body.woocommerce-account .account-header .my-account-header-title-wrapper p {
    display: inline-block;
    width: 100%;
		color:white;
    padding-top: 0px;
}
.my-account-header-title-wrapper {
	padding-top:20px;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}
/* FORMINATOR plugin */
/* forminator labels margins */
#forminator-module-781.forminator-design--material .forminator-label[class*="forminator-floating-"] {
    color: #888888;
    margin-left: 10px;
}

/*Produkto puslapis */
/* mygtukas i krpeseli */
.woocommerce div.product form.cart .button.single_add_to_cart_button:disabled {
    background-color: #FF5C01;
}


/*Woocommerce main*/
/*main woocommerce container*/
@media (min-width: 922px) {
    .site-content .ast-container {
        display: flex;
        flex-direction: column;
    }
}

/*Checkout*/
/*Input labels*/
.woocommerce .select2-container .select2-selection--single, .woocommerce select, .woocommerce-page .select2-container .select2-selection--single, .woocommerce-page select {
    padding: 0;
    padding-left: 10px;
    border: 2px solid #e5e5e5;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 55px;
}
.woocommerce-account table.shop_table:not(.woocommerce-table--order-details) thead th, .woocommerce-account table.my_account_orders thead th, .woocommerce-account table.cart thead th, .woocommerce-order-pay table.shop_table:not(.woocommerce-table--order-details) thead th, .woocommerce-order-pay table.my_account_orders thead th, .woocommerce-order-pay table.cart thead th, .woocommerce-cart table.shop_table:not(.woocommerce-table--order-details) thead th, .woocommerce-cart table.my_account_orders thead th, .woocommerce-cart table.cart thead th {
    background-color:  #ffdfcc
 !important;
}

/* Scoped to non-sandbox pages (task 0031) — was clobbering the modern
   surfaces' input radius via !important. */
body:not(.ap-sandbox-page) :is(form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]), form textarea, form select, form span.select2 .select2-selection) {
    border-radius: 0px !important;
}
.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
    padding: 17px 20px;
}
.woocommerce-js input[type=number] {
    max-width: 120px;
}

/* Add a shorter vertical line between items in the menu with ID ast-hf-menu-1 */
#ast-hf-menu-1 > li:not(:last-child) {
    padding-right: 15px; /* Add spacing to the right of the item */
    margin-right: 15px; /* Adjust spacing for alignment */
    position: relative; /* Required for pseudo-elements */
}

#ast-hf-menu-1 > li:not(:last-child)::after {
    content: ''; /* Create the line */
    position: absolute;
    right: 0; /* Position at the right edge */
    top: 50%; /* Start at the middle */
    transform: translateY(-50%); /* Center vertically */
    width: 1.5px; /* Line thickness */
    height: 50%; /* Adjust the line height percentage as needed */
    background-color: var(--ast-global-color-0); /* Match the line color */
}
.woocommerce-js div.product form.cart .button {
    vertical-align: middle;
    float: none;
    width: auto;
    margin-bottom: 1em;
}

.ast-single-product-payments ul li {
    display: flex
;
    width: 100%;
    margin: 0 0.5em 0.5em 0.5em;
}

.woocommerce-page .woocommerce-checkout #order_review {
    padding: 0 !important;
    border-radius: 0 0 6px 6px !important;
    background-color: transparent;
    border: 0px !important;
    border-top: none !important;
}
.woocommerce-page .woocommerce-checkout #order_review_heading {
    border-radius: 6px 6px  6px 6px!important;
    background-color: white !important;
    border: 1px solid #bec5c5 !important;
    padding: 15px 1.5em !important;
}
.ast-modern-checkout .woocommerce #payment ul.payment_methods div.payment_box {
    margin: 15px 0 0 -15px;
    border-top: none;
    background-color: var(--ast-global-color-4);
    padding: 1.5em;
    width: calc(100% + 30px);
    border-radius: 0 0 4px 4px;
}
.ti-star {
    filter: invert(36%) sepia(90%) saturate(6052%) hue-rotate(7deg) brightness(130%) contrast(92%);
}
.wc-estimated-delivery {
    background: #ffffff;
}
.woocommerce-js div.product div.images .woocommerce-product-gallery__trigger {
	display:none;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: var(--ast-global-color-5);
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
    backface-visibility: hidden;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title, .woocommerce .woocommerce-MyAccount-content .woocommerce-column__title, .woocommerce .woocommerce-customer-details .woocommerce-Address-title, .woocommerce .woocommerce-customer-details .woocommerce-column__title, .woocommerce-account .woocommerce-Addresses .woocommerce-Address-title, .woocommerce-account .woocommerce-Addresses .woocommerce-column__title, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-column__title, .woocommerce-account .woocommerce-customer-details .woocommerce-Address-title, .woocommerce-account .woocommerce-customer-details .woocommerce-column__title {
    background: #fbfbfb;
    padding: .5em;
    margin-bottom: 0;
    border-width: 1px 1px 0 1px;
    border-style: none

}
ul#shipping_method li:not(.elementor-widget-woocommerce-cart #shipping_method li) {
    width: 100% !important;
    max-width: 100%;
    display: block;
    margin: 0;
    padding: .25em 10px .25em 22px;
    text-indent: -22px;
    list-style: none outside;
}

input.shipping_method:checked ~ .terminal-container .omniva-terminals-list .dropdown, .woocommerce-cart .cart-collaterals ul#shipping_method input.shipping_method:checked ~ .shipping-method-btn-custom, #order_review ul#shipping_method input.shipping_method:checked ~ .terminal-container .omniva-terminals-list .dropdown, #order_review ul#shipping_method input.shipping_method:checked ~ .shipping-method-btn-custom {
    border-color: #FF844F;
}
.woocommerce-cart .cart-collaterals ul#shipping_method .shipping-method-btn-custom, 
#order_review ul#shipping_method .shipping-method-btn-custom {
    margin-left: auto; /* Pushes the element to the right */
}
.woocommerce-cart .cart-collaterals ul#shipping_method input.shipping_method:checked ~ .terminal-container .omniva-terminals-list .dropdown, .woocommerce-cart .cart-collaterals ul#shipping_method input.shipping_method:checked ~ .shipping-method-btn-custom, #order_review ul#shipping_method input.shipping_method:checked ~ .terminal-container .omniva-terminals-list .dropdown, #order_review ul#shipping_method input.shipping_method:checked ~ .shipping-method-btn-custom {
    border-color: #FF844F;
}
.woocommerce .quantity input[type=email], .woocommerce .quantity input[type=number], .woocommerce .quantity input[type=text] {
    padding: .65em;
}
.ast-single-product-payments ul li svg, .ast-single-product-payments ul li img {
    height: auto;
    width: auto;
}
.woocommerce div.product form.cart table {
    border-width: 0px !important; 
}
body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row label:not(.checkbox):not(.woocommerce-form__label-for-checkbox){
	position: relative;
}
.fsu-page-title{
	padding-top:30px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    text-align: center;
}


.size-popup-inner {
    display: flex
;
    flex-direction: column;
    height: 54vh;
    max-height: 36vh;
}
.fsu-check-button {
    display: inline-block;
    padding: 8px 12px;
    background: #DF453D;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
}

.shipping-method-custom-wrapper {
	display: block;
	cursor: pointer;
}

.shipping-method-btn-custom {
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 8px;
	margin-top: 5px;
	transition: border-color 0.2s ease;
}

input[type="radio"]:checked + label .shipping-method-btn-custom,
.woocommerce-shipping-methods input[type="radio"]:checked ~ .shipping-method-btn-custom {
	border-color: #0071a1;
	box-shadow: 0 0 0 2px rgba(0, 113, 161, 0.2);
}
@media (min-width: 1201px) {
    .ast-separate-container .ast-woocommerce-container {
        padding: 10px;
    }
}
.size-popup-inner {
  background: #fff;
  width: 100%; max-width: 800px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
  display: flex; flex-direction: column;
    height: 60vh !important;
    max-height: 60vh !important;

}
@media (max-width: 768px) {
  .size-popup-inner {
    width: 95vw;
    height: 570px !important;
		max-height: 570px !important;
		margin-left:20px;
		margin-right:20px;
  }
}
	#ast-hf-menu-1 > li:not(:last-child) {
    padding-right: 0px!important;
   margin-right: 0px!important;
    position: relative;
}

.woocommerce-variation-price{
display:none;}

/* Wrapper becomes positioning context */
.woocommerce .password-input{
  position: relative;
  display: block;              /* keeps layout clean */
}

/* Give space inside the input for the icon */
.woocommerce .password-input input[type="password"],
.woocommerce .password-input input[type="text"]{
  padding-right: 44px !important;
}

/* Place the toggle INSIDE the input area (right side) */
.woocommerce .password-input .show-password-input{
  position: absolute !important;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;

  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;

  cursor: pointer;
  opacity: .75;
}


.woocommerce .password-input .show-password-input::before{
  content: "\e010";
  font-family: "WooCommerce";
  font-size: 18px;
  line-height: 1;
  color: #6b7280;             
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce .password-input .show-password-input:hover::before,
.woocommerce .password-input .show-password-input:focus::before{
  color: #111827;             
}

.woocommerce .password-input .show-password-input:focus{
  outline: none !important;
}

.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after{
  content: none !important;
  display: none !important;
}

.woocommerce .password-input .show-password-input{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
