/*Global*/

/* Replace "Share" text globally for Phlox / Auxin share buttons */
.aux-share-btn .aux-text {
  font-size: 0 !important;           /* hide the original text */
}
.aux-share-btn .aux-text::after {
  content: 'Dalintis';             
  font-size: 15px !important;       
  font-weight: 500;
}
.aux-col .entry-content {
  min-height: 90px;
}
/*message block*/
 .woocommerce-message {
  background-color: #31c9c0 !important;
}
.woocommerce-message, .woocommerce-error {
  background-color: #31c9c0 !important;
}
/*====naujienos=========*/
body.category-naujienos .aux-breadcrumbs {
  display: none !important;
}
body.category-naujienos .page-title {
	margin-top: 30px;
}

/*skaityti daugiau po naujiena*/
.aux-widget-recent-posts .aux-read-more-text,
.aux-column-post-entry .aux-read-more-text {
  color: #000000 !important;
}

body.category-naujienos .readmore .aux-read-more-text {
  color: #000000 !important;
}
/*text inside entry-content*/
.entry-main .entry-content {
  color: #000000 !important;
}


/*======================================================*/

/*Parduotuve page*/
/* 1. Make sure the sale badge is visible on all product archive pages
   (shop, category, tag, search, filtered views) */
.woocommerce.archive .aux-col .onsale,
.post-type-archive-product .aux-col .onsale,
.tax-product_cat .aux-col .onsale,
.tax-product_tag .aux-col .onsale {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

/* 2. Style the "Akcija! -XX%" badge as a bubble in the top-right corner */
.woocommerce.archive .aux-col .onsale.onsale-percentage {
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 25;
    background: #F25050;   
    color: #fff;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
}


/* The gallery wrapper becomes the positioning context */
.single-product .auxshp-default-product-images {
    position: relative;
}

/* Akcija! -XX% bubble anchored to that element */
.single-product .auxshp-default-product-images .onsale.onsale-percentage {
    position: absolute;
    top: 10px;      /* distance from top of the image block */
    right: 10%;    /* use left: 10px; if you prefer left corner */
    z-index: 30;
    background: #F25050; 
    color: #fff;
    border-radius: 999px;
    padding: 2px 12px;
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
}

/*advanced products akcijos zenkliukas pagrindiniam puslapy*/
.aux-widget-recent-products-pro .aux-shop-badges-wrapper > * {
    width: 60px;
    height: 60px;
	position: absolute;
    top: 0 px;
    right: 10px;
    background: #F25050; 
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    z-index: 1;
}


/* Make the term description text black on shop and category pages */
.woocommerce .term-description,
.woocommerce .term-description p {
  color: #000000 !important;
}
/* Make subcategory links black inside the Product Categories widget */
#woocommerce_product_categories-3.widget_product_categories .product-categories ul.children a {
  color: #000000 !important;
}


.product-category-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1E1E1E; /* match your theme */
}

.woocommerce.archive .aux-shop-archive .products-loop .loop-tools-wrapper .button {
  /*krepselis*/ 
  background: none !important;
  border: none !important;
  padding: 0 !important;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  transition: all 0.2s ease;
}
.woocommerce.archive .aux-shop-archive .products-loop .loop-tools-wrapper {
	bottom: -16px;
    right: -24px;
}
.woocommerce.archive .aux-shop-archive .aux-product-tools .aux-ico {
  box-shadow: none !important;
	top:5px;
}
.woocommerce.archive .aux-shop-archive .products-loop .loop-tools-wrapper .button span {
  display: none !important;
}

/*product price size */
.woocommerce.archive .aux-shop-archive .products-loop .price .amount,
.woocommerce.archive .aux-shop-archive .products-loop .price ins .amount {
  font-size: 16px !important;
}
.woocommerce.archive .aux-shop-archive .products-loop .price > span {
  font-size: 16px !important; /* affects the whole wrapper */
}

/*nauja kaina vienoj eilutej*/
.aux-shop-archive .products-loop .price{
  display:flex !important;
  flex-direction: row !important;   
  align-items: baseline;           
  gap: 8px;
  flex-wrap: nowrap;
  white-space: nowrap;
  order: 4;
  margin-top: 22px;
}
.aux-shop-archive .products-loop .price ins,
.aux-shop-archive .products-loop .price del{
  display: inline-flex !important;
  margin: 0 !important;
}

.woocommerce.archive .aux-shop-archive .products-loop .auxshp-loop-title,
.woocommerce.archive .aux-shop-archive .products-loop .auxshp-loop-title .auxshp-title-heading {
	font-size: 16px !important; }

/*product card title */
.auxshp-title-heading {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
	min-height: 41px;
  max-height: 0em; /* roughly two lines */
}
/* Clamp product meta (category/tags) text to two lines */
.auxshp-meta-terms {
  display: -webkit-box;
  -webkit-line-clamp: 2;       
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  max-height: 2.8em; 
	min-height: 44px;
}
.woocommerce-shop .aux-col-wrapper, .aux-row, [class="aux-col"] {
	position: static !important;
}

/* SHOP & ARCHIVE – image only */
.woocommerce-shop ul.products li.product a.woocommerce-LoopProduct-link,
.archive        ul.products li.product a.woocommerce-LoopProduct-link {
  /* the box the image sits in */
  display: block;
  width: 100%;
  aspect-ratio: 503 / 564;   /* or 1 / 1 if you want perfect squares */
  overflow: hidden;
}

/* single-image cards */
.woocommerce-shop ul.products li.product a.woocommerce-LoopProduct-link > img,
.archive        ul.products li.product a.woocommerce-LoopProduct-link > img,
/* flipper (two-image) cards */
.woocommerce-shop ul.products li.product a.woocommerce-LoopProduct-link .aux-flipper-images img,
.archive        ul.products li.product a.woocommerce-LoopProduct-link .aux-flipper-images img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;          /* fill the box uniformly */
  object-position: center;    /* center the crop */
}

/* Center all product images */
.aux-shop-archive .aux-col a.woocommerce-LoopProduct-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aux-shop-archive .aux-col a.woocommerce-LoopProduct-link > img.auxshp-product-image {
  display: block;
  max-width: 100%;
  max-height: 260px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  position: static !important;
}

/*move palyginti button on parduotuve down*/
/* Shop & archive pages only */
.woocommerce-shop .auxshp-entry-main,
.archive .auxshp-entry-main {
  display: flex;
  flex-direction: column;
}

.woocommerce-shop .auxshp-entry-main .enquire-btn,
.archive .auxshp-entry-main .enquire-btn {
  order: 98;                
  margin-top: 12px;

}

/*shift both buttons down*/
.woocommerce-shop .auxshp-entry-main .woosc-btn,
.archive .auxshp-entry-main .woosc-btn {
  order: 99;              
  margin-top: 14px;        
  align-self: flex-start;  
}

/*shift palyginti button*/
.woocommerce-shop .auxshp-entry-main .woosc-btn,
.archive .auxshp-entry-main .woosc-btn {
  order: 99;                
  align-self: flex-start;   
  transform: translateY(4px); 
}

@media (max-width: 360px) {
	.woocommerce-shop .auxshp-entry-main .woosc-btn,
.archive .auxshp-entry-main .woosc-btn {
	/*width: 100% !important;
	transform: translateY(40px);*/
	}
	.aux-shop-archive .products-loop .loop-tools-wrapper .button .aux-ico {
  margin-top: 3px;
}
}

/*shop produktai isdestymas*/
.products-loop{
  clear: both; 
  margin-top: 12px;
  position: relative;
  z-index: 1;
}
.woocommerce .products-per-page,
.woocommerce .aux-filters{
  margin-bottom: 12px;
  position: relative;
  z-index: 10;
}

.products-loop{
  display: grid !important;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

/* Apply the compact, centered layout only on large screens (≥1000px) */
/*@media (min-width: 1000px) {
 
  body.woocommerce-shop .products-loop:not(:has(> .product:nth-child(5))) {
    grid-template-columns: repeat(auto-fill, minmax(220px, 220px));
   
  }
  body.woocommerce-shop .products-loop:has(> .product:only-child) {
    grid-template-columns: repeat(auto-fill, minmax(240px, 240px));

  }
}*/

@media (min-width: 1000px) {
  /* Shop + category (and optional tag) archives */
  body.woocommerce-shop .products-loop:not(:has(> .product:nth-child(5))),
  body.tax-product_cat .products-loop:not(:has(> .product:nth-child(5))),
  body.post-type-archive-product .products-loop:not(:has(> .product:nth-child(5))),
  body.tax-product_tag .products-loop:not(:has(> .product:nth-child(5))) {
    grid-template-columns: repeat(auto-fill, minmax(220px, 220px)) !important;
  }

  body.woocommerce-shop .products-loop:has(> .product:only-child),
  body.tax-product_cat .products-loop:has(> .product:only-child),
  body.post-type-archive-product .products-loop:has(> .product:only-child),
  body.tax-product_tag .products-loop:has(> .product:only-child) {
    grid-template-columns: repeat(auto-fill, minmax(240px, 240px)) !important;
  }
}

.products-loop .product{
  width:auto !important;
  float:none !important;
  margin:0 !important;
}

/*=================================================================*/
/*single product page*/
/*header & footer overwrite*/


/* Ensure it does NOT apply to single product pages */
body.single-product .products-loop {
  display: block !important;
  grid-template-columns: none !important;
}

/*breadcrumbs color*/
.woocommerce-breadcrumb {
	margin-bottom:20px;
}
.woocommerce-breadcrumb a {
  color: #31c9c0;          
  text-decoration: none; 
}
.woocommerce-breadcrumb a:hover {
  color: #1fb0a8;          
  text-decoration: underline; 
}

/*prekes kodas product code line */
.single-product .product-code{
  margin: 6px 0 14px;
  font-size: 18px;
  color: #6b7280;
}
.single-product .product-code span{
  font-weight: 600;
  color: #0f172a;
}


/*top padding*/
.single-product .aux-content-top-margin .aux-primary {
    padding-top: 2.375em;
}

/*paveikslelio rodykleles*/
.woocommerce-product-gallery__trigger {
  display: none !important;
  visibility: hidden !important;
}
.aux-hide-text,
.auxshp-lightbox-btn,
.auxshp-lightbox-btn.aux-hide-text {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Re-enable arrow backgrounds — override the transparent rule */
body .pswp__button--arrow--left::before,
body .pswp__button--arrow--right::before {
  background-color: rgba(0, 0, 0, 0.3) !important;  /* your preferred color */
}

/*pristatymo terminas*/
p.wc-est-delivery {
    margin: 6px 0 14px;
    font-size: 18px;
    color: #6b7280;
}


/* Single product (<=817px): pad the variations form block */
@media (max-width: 817px) {
  body.single-product form.variations_form.cart.aux-cart {
    padding: 0 42px 70px !important;
    box-sizing: border-box; /* ensure padding doesn't overflow */
  }
}

/*Product page - teirautis del prekes*/
.single-product .enquire-panel input, .single-product .enquire-panel textarea {
    margin-bottom: 0px;
}

body.single-product button.enquire-btn {
  margin-bottom: 10px;
		box-shadow: none;
	font-weight: 700;
}

/* Hide 'Teirautis dėl prekės' button only on shop & archive pages */
.archive .enquire-btn,
.post-type-archive-product .enquire-btn,
.woocommerce-shop .enquire-btn {
  display: none !important;
}


/* Push enquire section after title */
.single-product .summary .enquire-wrap,
.single-product .summary .enquire-panel {
	margin: 0px 10px 0px 0px;
	margin-top -8px;
  order: 6;
}
body.single-product .woosc-btn {
  position: relative;
  top: -5px; 
}

/* Put these two buttons side by side */
.single-product .enquire-wrap,
.single-product .compare,
.single-product .aux-compare {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin-right: 10px;
}

/* Optional: fine-tune spacing */
.single-product .aux-compare {
  margin-left: 0;
}

/*siusti button*/
.single-product .enquire-panel input, .single-product .enquire-panel textarea {
    border-radius:24px;
    box-sizing: border-box;
	
}
/*pannel*/
.single-product .enquire-panel .wpcf7-form > p{
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  padding: 0; 
}

/* Single product gallery: fixed box + contain images */
.single-product div.product .woocommerce-product-gallery .flex-viewport,
.single-product div.product .woocommerce-product-gallery__image {
  aspect-ratio: 1 / 1;        
  width: 100%;
  max-height: 560px;          
  background:#fff;             
  border-radius: 14px;        
  overflow: hidden;
}
/* Make the image fit inside the box without overflowing */
.single-product div.product .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/*krepseli ir palyginti smaller screen fix (1-type)*/
@media only screen and (max-width: 1164px) {
    .single-product .cart .auxshp-add-to-cart {
        margin-right: 20px;
    }
}
@media (max-width: 403px) {
  .single-product .cart .auxshp-add-to-cart {
    margin-right: 10px;
    margin-left: -30px;
  }
}
/*krepseli ir palyginti smaller screen fix (2-type) 1024, 1299*/
@media only screen and (max-width: 1299px) {
    .single-product .entry-summary .price {
        width: 95%;
        min-height: 200px;
    }
}
@media only screen and (max-width: 1024px) {
    .single-product .entry-summary .price {
        width: 95%;
        min-height: 150px;
    }
}

@media only screen and (max-width: 1024px) {
    .single-product .cart {
        margin-top: -78px;
        margin-bottom: 18px;
        margin-right: 14px;
    }
}
@media (max-width: 768px) {
    .single-product .cart {
         margin-top: -75px !important; 
    }
}

/* <= 500px: stack actions, put "Palyginti" underneath, left-aligned */
@media (max-width: 700px) {

  /* Make the add-to-cart row wrap nicely */
  .single-product .entry-summary form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .single-product .entry-summary form.cart .quantity { order: 1; }
  .single-product .entry-summary form.cart .single_add_to_cart_button { order: 2; }

  /* If the Compare button is INSIDE the form (some themes do this) */
  .single-product .entry-summary form.cart a.compare,
  .single-product .entry-summary form.cart .compare,
  .single-product .entry-summary form.cart .wooscp-btn {
    order: 3;
    width: 100%;
    display: block;
    margin-top: 8px;
  }

  /* If the Compare button is a SIBLING after the form (very common) */
  .single-product .entry-summary form.cart + a.compare,
  .single-product .entry-summary form.cart + .compare,
  .single-product .entry-summary form.cart + .wooscp-btn,
  .single-product .entry-summary form.cart + .button.compare {
    display: block;
    width: 100%;
    margin-top: 12px;
    float: none;
    clear: both;
    text-align: left; 
  }

  /* If the theme wraps action buttons in a container, force the compare full width */
  .single-product .entry-summary .product-actions .compare,
  .single-product .entry-summary .product-actions .wooscp-btn {
    display: block;
    width: 100%;
    margin-top: 12px;
    text-align: left;
  }
}

/*photos for related products*/
.single-product .auxshp-related-items .auxshp-entry-main {
    min-height: 300px;
}
/* Add padding ONLY to "Palyginti" buttons inside product cards */
.auxshp-entry-main .woosc-btn {
 margin-top: 10px;
}
.auxshp-related-items .aux-col[style] { height: auto !important; }
.auxshp-related-items .aux-col > .aux-col.product {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.auxshp-related-items .woocommerce-LoopProduct-link .aux-flipper-images,
.auxshp-related-items .woocommerce-LoopProduct-link img.auxshp-product-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.auxshp-related-items .woocommerce-LoopProduct-link .aux-flipper-images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.auxshp-related-items .auxshp-entry-main {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  margin-top: auto;
}
.auxshp-related-items .loop-tools-wrapper { margin-top: auto; }


body.single-product .auxshp-title-heading {
    min-height: 61px;
}
.single-product .enquire-btn {
    text-align: center;
	order: 4;
}


/*===================================================================================*/
/*search page style*/
/* SEARCH PAGE ONLY (scoped via the 'Produktai' header before the widget) */

/* Title: clamp to 2 clean lines (no chopping) */
.aux-search-from + section.aux-widget-recent-products .auxshp-title-heading {
  /* override earlier min-height */
  min-height: 0 !important;
  margin-top: 20px;
  /* use exact pixel rhythm */
  font-size: 16px;              
  line-height: 28px;            
  height: calc(28px * 2);      

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;        
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

/* Meta (category line): single-line ellipsis, no chopping */
.aux-search-from + section.aux-widget-recent-products .product_meta {
  min-height: 0 !important;

  font-size: 14px;              /* adjust if needed */
  line-height: 24px;            /* exact line height */
  height: 24px;                 /* exactly one line */

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.search a img {
  display: block;
  border: none;
  padding: 0;
  margin: 0;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
body.search img.aux-featured-image {
    box-shadow: none !important;
}


/* Optional: hover effect for a bit of depth */
body.search .product a img:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  transform: translateY(-3px);
}
/*text virs produktu*/
body.search .aux-search.aux-advanced-search .aux-primary .aux-search-from span, body.search .aux-search.aux-advanced-search .aux-primary .aux-search-from a {
    font-size: 24px !important;

}
/*perziureti mygtukas*/
body.search .widget-container a.button,
body.search .widget-container .button { 
        color: #fff !important;
      }
body.search .widget-container a.button:hover,
body.search .widget-container .button:hover {
            background: linear-gradient(358deg, #323f3e 36%, #2e3534 87%) !important;
      }





/*--------------footer---------------*/
/*naujienlaiskis form*/
.wpcf7[data-wpcf7-id="53309"] .wpcf7-form input.wpcf7-submit[type="submit"] {
  background: linear-gradient(358deg, var(--e-global-color-df593e7, #31c9c0) 36%, var(--e-global-color-primary, #0aa8ff) 87%) !important;
  color: var(--e-global-color-accent, #fff) !important;
  border-radius: 50px !important;
  border: none !important;
  padding: 12px 32px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  line-height: 1.2 !important;
}
.wpcf7[data-wpcf7-id="53309"] .wpcf7-form input.wpcf7-submit[type="submit"]:hover {
  opacity: .9 !important;
}
/* Label for "Jūsų el. paštas" */
.wpcf7[data-wpcf7-id="53309"] label {
  color: #31c9c0;
}
/* Make input field white */
.wpcf7[data-wpcf7-id="53309"] input[type="email"],
.wpcf7[data-wpcf7-id="53309"] textarea {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #ddd !important;
}
/* Placeholder text styling (optional) */
.wpcf7[data-wpcf7-id="53309"] ::placeholder {
  color: #666666;
  opacity: 1;
}
/* On focus */
.wpcf7[data-wpcf7-id="53309"] input:focus,
.wpcf7[data-wpcf7-id="53309"] textarea:focus {
  border-color: var(--e-global-color-primary, #31c9c0);
  outline: none;
}
/* CF7 response/output text */
.wpcf7[data-wpcf7-id="53309"] .wpcf7-response-output {
  color: #ffffff !important;
}


/*layout footer columns*/
/* Let columns wrap */
.elementor-element-17cc7c3 .e-con-inner { 
  display: flex; 
  flex-wrap: wrap;         
  gap: 24px;
}
/* Menu column (make it narrower) */
.elementor-element-9ee1359 {
  flex: 0 1 10%; /* smaller width */
}
/* Kaunas */
.elementor-element-b48e851 {
  flex: 0 1 20%;
}
/* Panevėžys */
.elementor-element-b28fc07 {
  flex: 0 1 20%;
}
/* Naujienlaiškis / Sekite mus */
.elementor-element-d531f5b {
  flex: 1 1 30%;
}
/* The first (logo + paragraph) block */
.elementor-element-e00c841 {
  flex: 1 1 20%;
}
/* Tablet: 2 columns per row */
@media (max-width: 1024px){
  .elementor-element-17cc7c3 .e-con-inner > .e-con.e-child { 
    flex: 1 1 45%;
  }
}
/* Mobile: 1 column per row */
@media (max-width: 767px){
  .elementor-element-17cc7c3 .e-con-inner > .e-con.e-child { 
    flex: 1 1 100%;
  }
}
/*Prevent long lines from blowing layout*/
.elementor-element-17cc7c3,
.elementor-element-17cc7c3 p,
.elementor-element-17cc7c3 li,
.elementor-element-17cc7c3 a,
.elementor-element-17cc7c3 h4 {
  overflow-wrap: anywhere;
  word-break: break-word;     
}
/*Tidy typography on smaller screens*/
@media (max-width: 1024px){
  .elementor-element-17cc7c3 h4 { font-size: 18px; margin-bottom: 8px; }
  .elementor-element-17cc7c3 p, 
  .elementor-element-17cc7c3 li, 
  .elementor-element-17cc7c3 a { font-size: 14px; line-height: 1.5; }
}

/* Newsletter long subheading: keep it from colliding */
.elementor-element-8ea12bf .aux-modern-heading-secondary .aux-head-before {
  display: block;
  max-width: 420px;
}



/* ========== slapukai puslapis ========== */

#cmplz-document,
.editor-styles-wrapper .cmplz-unlinked-mode{
	 max-width: 100%;
}
#cmplz-document p {
    font-size: 16px;
	color: #444;
}
#cmplz-document a {
    color: #31c9c0;
    text-decoration: none;
    transition: color 0.2s ease;
}
#cmplz-document a:hover {
    color: #1fb0a8; 
    text-decoration: underline;
}

/* ==========  WPC Smart Wishlist ========== */
/*iconos*/

/* base slot for all items */
.woocommerce .woocommerce-MyAccount-navigation li {
  position: relative;
  padding-left: 50px;
}
.woocommerce .woocommerce-MyAccount-navigation li:before {
  content: "";
  position: absolute;
  left: 0; top: 2px;
  width: 23px; height: 23px;
  background-repeat: no-repeat;
  background-size: 23px 23px;
  background-position: center;
}

/* Compare - thin stroke */
.woocommerce .woocommerce-MyAccount-navigation
li.woocommerce-MyAccount-navigation-link--compare:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpolyline points='15 3 21 9 15 15'/%3E%3Cpath d='M21 9H3'/%3E%3Cpolyline points='9 21 3 15 9 9'/%3E%3Cpath d='M3 15h18'/%3E%3C/svg%3E");
}

/* Wishlist - thin stroke */
.woocommerce .woocommerce-MyAccount-navigation
li.woocommerce-MyAccount-navigation-link--wishlist:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 0 0-7.8 7.8L12 21l8.8-8.6a5.5 5.5 0 0 0 0-7.8z'/%3E%3C/svg%3E");
}




button.woosw-btn,
button.woosw-btn-has-icon,
button.woosw-btn-icon-only {
  border-radius: 50px;
	height:15px;
	padding:15px;
	width:20px;
	
	background-color: #31c9c0;
    color: #fff;
	
}
.woosw-btn-has-icon .woosw-btn-icon {
    margin-left: -6.5px;
	margin-top: 3px;
}
.auxshp-sw-wrapper {
    display: none;
}

/* Fix button spacing only on the Wishlist page */
.woocommerce a.button,
.woocommerce button,
.woocommerce input[type="button"],
.woocommerce .aux-button {
  margin-bottom: 0;
}
/*=====krepselis page=============*/
/* ===== Cart page (/krepselis/) – global rules ===== */
/*red cross*/
/* Replace sprite with text X */
.woocommerce-cart .aux-svg-symbol.aux-small-cross {
    background: none !important;
    width: auto;
    height: auto;
    font-size: 34px;
	font-weight: bold; 
    color: red !important;
}

.woocommerce-cart .aux-svg-symbol.aux-small-cross::after {
    content: "×";
}

/* hide pristatymas + order total rows on cart */
body.woocommerce-cart tr.woocommerce-shipping-totals.shipping,
body.woocommerce-cart tr.order-total {
  display: none !important;
}
/*lentele*/
body.woocommerce-cart .aux-shop-table thead th{
	color: #000000;
}

/* checkout button + totals title spacing */
body.woocommerce-cart .wc-proceed-to-checkout { padding: .8em 1.9em; }
body.woocommerce-cart .cart-collaterals .cart_totals > h2 { margin-bottom: 1em; }

/* quantity sizing (cart + checkout) */
body.woocommerce-cart .quantity,
body.woocommerce-checkout .quantity {
  width: 65px;
  min-width: 60px;
}
body.woocommerce-cart .quantity input.aux-number,
body.woocommerce-checkout .quantity input.aux-number {
  width: 60px;
  padding: 0 22px 2px 2px;
  max-width: 100%;
  font-size: 1em;
  text-align: center;
}
/* keep spinner arrows aligned – scoped to cart/checkout */
body.woocommerce-cart .quantity .ui-spinner-button,
body.woocommerce-checkout .quantity .ui-spinner-button { right: -4px; }

/* first column + thumbnail padding */
body.woocommerce-cart .woocommerce .aux-shop-table tbody td:first-child,
body.woocommerce-cart .woocommerce .aux-shop-table tfoot td:first-child {
  padding-left: 10px;
  padding-right: 10px;
}
body.woocommerce-cart td.product-thumbnail { padding: 0 10px !important; }

/* limit generic content images on cart page only (if you really want this) */
body.woocommerce-cart .entry-content img,
body.woocommerce-cart .comment-body img { max-width: 70%; }

/* table cell padding (tighten) */
body.woocommerce-cart .woocommerce .aux-shop-table tbody td,
body.woocommerce-cart .woocommerce .aux-shop-table tfoot td {
  padding: 5px !important;
}

/* give price + subtotal more room on larger screens */
body.woocommerce-cart td.product-price,
body.woocommerce-cart th.product-price,
body.woocommerce-cart td.product-subtotal,
body.woocommerce-cart th.product-subtotal {
  width: 0;
  white-space: nowrap;
}

/* hide & layout helpers */
body.woocommerce-cart .aux-3-5.aux-mb-1 { display: none !important; }
body.woocommerce-cart .aux-2-5 { width: auto !important; }

/*reset/change*/
@media screen and (max-width: 600px) {

/* give price + subtotal more room on larger screens */
body.woocommerce-cart td.product-price,
body.woocommerce-cart th.product-price,
body.woocommerce-cart td.product-subtotal,
body.woocommerce-cart th.product-subtotal {
  width: 100%;
  white-space: nowrap;
}
  /* subtotal padding */
  .woocommerce-cart .aux-shop-table tbody tr td.product-subtotal,
  .woocommerce-cart .woocommerce .aux-shop-table tfoot tr td.product-subtotal,
  .woocommerce .woocommerce-cart .aux-shop-table tfoot tr td.product-subtotal {
    padding-right: 0;
  }

  /* general cell display */
  .woocommerce-cart .aux-shop-table tbody tr td,
  .woocommerce-cart .woocommerce .aux-shop-table tfoot tr td,
  .woocommerce .woocommerce-cart .aux-shop-table tfoot tr td {
    display: block !important;
    text-align: center;
    padding: 10px 0;
  }

  /* remove button positioning */
  .woocommerce-cart .aux-shop-table tbody tr td.product-remove,
  .woocommerce-cart .woocommerce .aux-shop-table tfoot tr td.product-remove,
  .woocommerce .woocommerce-cart .aux-shop-table tfoot tr td.product-remove {
    position: absolute;
    top: 10px;
    right: 0;
  }

  /* remove border on last row */
  .woocommerce-cart .aux-shop-table tbody tr:last-child,
  .woocommerce-cart .woocommerce .aux-shop-table tfoot tr:last-child,
  .woocommerce .woocommerce-cart .aux-shop-table tfoot tr:last-child {
    border-bottom: none;
  }

  /* overall row layout */
  .woocommerce-cart .aux-shop-table tbody tr,
  .woocommerce-cart .woocommerce .aux-shop-table tfoot tr,
  .woocommerce .woocommerce-cart .aux-shop-table tfoot tr {
    display: block;
    align-items: center;
    border-bottom: 1px solid #BBBBBB;
    margin: 0 20px;
    padding: 10px 0;
    position: relative;
  }

  /* product thumbnail image */
  .woocommerce-cart .aux-shop-table tbody tr td.product-thumbnail img,
  .woocommerce-cart .woocommerce .aux-shop-table tfoot tr td.product-thumbnail img,
  .woocommerce .woocommerce-cart .aux-shop-table tfoot tr td.product-thumbnail img {
    width: 80px;
    margin: 0 auto;
    display: block; /* ensures proper centering */
  }
}

/* ===== Mobile ≤415px ===== */
@media screen and (max-width: 600px) {
    .woocommerce-cart .aux-shop-table thead {
        display: none;
    }
}
@media (max-width:600px){
  /* the three rows we care about */
  .woocommerce-cart td.product-price,
  .woocommerce-cart td.product-quantity,
  .woocommerce-cart td.product-subtotal{
    position: relative;
    padding-left: 92px;                 /* space for the label */
    text-align: right !important;       /* value on the right edge */
    vertical-align: middle;
  }

  /* left-side labels */
  .woocommerce-cart td.product-price::before,
  .woocommerce-cart td.product-quantity::before,
  .woocommerce-cart td.product-subtotal::before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);        /* center vertically */
    font-size:.9rem;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.03em;
    color:#a7a7a7;
    content:"";
    width: 80px;                         /* keeps label column fixed */
    text-align:left;
  }
  .woocommerce-cart td.product-price::before    { content:"Kaina"; }
  .woocommerce-cart td.product-quantity::before { content:"Kiekis"; }
  .woocommerce-cart td.product-subtotal::before { content:"Kaina"; }

  /* price/subtotal values – right aligned no matter what */
  .woocommerce-cart td.product-price .amount,
  .woocommerce-cart td.product-price bdi,
  .woocommerce-cart td.product-subtotal .amount,
  .woocommerce-cart td.product-subtotal bdi{
    display:inline-block;
    white-space:nowrap;
    font-weight:600;
    text-align:right !important;
    float:none !important;
  }

  /* quantity on the right as well */
  .woocommerce-cart td.product-quantity .quantity{
    display:inline-flex !important;
    align-items:center;
    justify-content:flex-end;
    float:none !important;
    margin:0 !important;
    width:auto !important;
  }
  .woocommerce-cart td.product-quantity input.qty{
    width:84px !important;
    text-align:center;
  }

  /* optional divider like your screenshot */
  .woocommerce-cart td.product-subtotal{
    border-top:1px solid rgba(0,0,0,.08);
    padding-top:8px;
  }
}


/*====================apmokejimo style=======================*/
/*atsiskaitymo lango suspaudimas*/
/*top padding*/
body.woocommerce-checkout .aux-content-top-margin .aux-primary {
    padding-top: 0px;
}
body.woocommerce-checkout .aux-shop-table thead th{
	color: #000000;
}
body.woocommerce-checkout .woocommerce-checkout-payment ul li {  
      padding: 0;
  }

/* Default layout for all shipping method items */
.woocommerce .aux-shop-table.shop_cart_totals #shipping_method li,
.woocommerce .aux-shop-table.shop_checkout_totals #shipping_method li {
  border-bottom: 1px dashed #BBB;
  padding: 0.9em 0;
  display: flex;
  align-items: center;
  gap: 0.5em; /* small space between radio and label */
}
/* Only the Venipak pickup item should wrap when it contains a dropdown */
#shipping_method li:has(.select2-selection--single) {
  flex-wrap: wrap;           /* allows dropdown to move below */
  align-items: flex-start;   /* keeps label aligned top */
}
/* Put the Venipak block on its own line under the label */
#shipping_method li .venipak-terminals {
  flex-basis: 100%;
  width: 100%;
  margin-top: 8px;
}

/* Make the Select2 UI truly full width */
#shipping_method li .venipak-terminals .select2,
#shipping_method li .venipak-terminals .select2-container {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
}

/* Ensure the visible selection fills the width */
#shipping_method li .venipak-terminals .select2-selection,
#shipping_method li .venipak-terminals .select2-selection--single {
  width: 100% !important;
  box-sizing: border-box;
}

/* Let long placeholder text wrap instead of shrinking the box */
#shipping_method li .venipak-terminals .select2-selection__rendered {
  white-space: normal;
  line-height: 1.4;
}

/* If your <li> is flex, don't let Select2 shrink */
#shipping_method li .venipak-terminals .select2 {
  flex: 0 0 100%;
}

/*---------*/

/*------------------------------*/

.woocommerce-shipping-methods label {
  display: inline-block;
  width: 100%;
  padding-right: 0px; 
}
/*HARD RESET FOR WOO CHECKOUT FLOATS/WIDTHS (scoped) */
.aux-col * { box-sizing: border-box; }
.aux-col .form-row,
.aux-col .form-row-first,
.aux-col .form-row-last,
.aux-col .form-row-wide {
  float: none !important;
  width: 100% !important;
  clear: none !important;
  margin: 0 !important;
}
.aux-col .clear { display: none !important; }

/*MAIN GRID: mobile 1-col, desktop 2-col*/
.aux-col .col2-set {
  display: grid !important;
  gap: 28px !important;
  grid-template-columns: 1fr;
}
@media (min-width: 980px) {
  .aux-col .col2-set {
    grid-template-columns: 7fr 5fr !important; /* left wider than right */
    align-items: start;
  }
  /* flatten wrappers so the three cards are grid items */
  .aux-col .col-1,
  .aux-col .col-2 { display: contents; }

  /* --- placement (desktop) --- */
  .aux-col .woocommerce-billing-fields    { grid-column: 1 !important; grid-row: 1 !important; } /* left, top */
  .aux-col .woocommerce-additional-fields { grid-column: 2 !important; grid-row: 1 !important; } /* right, top */
  .aux-col .woocommerce-shipping-fields   { grid-column: 1 !important; grid-row: 2 !important; } /* left, below billing */
}

/*INNER GRID FOR FIELDS (12-col) */
.aux-col .woocommerce-billing-fields__field-wrapper,
.aux-col .woocommerce-shipping-fields__field-wrapper,
.aux-col .woocommerce-additional-fields__field-wrapper {
  display: grid !important;
  grid-template-columns: repeat(12, 1fr) !important;
  gap: 12px !important;
}

/* default widths */
.aux-col .form-row-wide { grid-column: 1 / -1 !important; }
.aux-col .form-row-first { grid-column: span 12 !important; }
.aux-col .form-row-last  { grid-column: span 12 !important; }
@media (min-width: 680px) {
  .aux-col .form-row-first { grid-column: span 6 !important; }
  .aux-col .form-row-last  { grid-column: span 6 !important; }

  /* make most fields halves inside both cards */
  .aux-col .woocommerce-billing-fields__field-wrapper > .form-row,
  .aux-col .woocommerce-shipping-fields__field-wrapper > .form-row {
    grid-column: span 6 !important;
  }

  /* full-width for these (usability) */
  #billing_address_1_field,
  #shipping_address_1_field,
  #billing_address_2_field,
  #shipping_address_2_field,
  #order_comments_field { grid-column: 1 / -1 !important; }

  /* city/state/postcode → three across */
  #billing_city_field, #billing_state_field, #billing_postcode_field,
  #shipping_city_field, #shipping_state_field, #shipping_postcode_field {
    grid-column: span 4 !important;
  }

  /* company + country halves */
  #billing_company_field, #shipping_company_field,
  #billing_country_field, #shipping_country_field {
    grid-column: span 6 !important;
  }

  /* phone + email halves */
  #billing_phone_field, #billing_email_field { grid-column: span 6 !important; }
}

/* TYPOGRAPHY & LABELS  */
.aux-col h3 { margin: 0 0 14px; font-weight: 700; }
.aux-col label {
  display: inline-block;
  margin: 0 0 6px !important;
  font-size: 14px;
  color: #6b7280;
}
body.woocommerce-checkout .aux-col label {margin: 0 0 0px !important;
}
/* Align country selector with other billing fields */
 body.woocommerce-checkout .select2-container {
  margin-top: -2px; 
}

.aux-col .screen-reader-text { position: static !important; clip: auto !important; margin-bottom: 6px; opacity: .85; }

/* Notes textarea spans full width */
#order_comments_field { grid-column: 1 / -1 !important; }

/* INPUT NORMALIZATION (incl. Select2) */
.aux-col .aux-input-text,
.aux-col textarea,
.aux-col select {
  width: 100% !important;
  min-height: 48px;
  padding: 12px 14px;
  font: 16px/1.4 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #0f172a;
  background: #fff;
  border: 1px solid #e6ecf2;
  transition: border-color .2s, box-shadow .2s;
}
.aux-col textarea { min-height: 96px; resize: vertical; }
.aux-col .aux-input-text:focus,
.aux-col textarea:focus,
.aux-col select:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, .15);
}

/* SELECT2 NORMALIZATION */
/* Hide the "(nebūtinas)" optional text */
label .optional {
  display: none !important;
  visibility: hidden;
}

.aux-col .select2-container { width: 100% !important; }
.aux-col .select2-container--default .select2-selection--single {
  height: 58px !important;
  border: 1px solid #e6ecf2 !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 12px !important;
}
.aux-col .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
  line-height: 1.2 !important;
  color: #0f172a !important;
}
.aux-col .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 8px !important;
}
.aux-col .select2-dropdown {
  border: 1px solid #e6ecf2 !important;
  overflow: hidden;
}

/* SHIP-TO CHECKBOX ROW  */
#ship-to-different-address .woocommerce-form__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  cursor: pointer;
  font-weight: 600;
  color: #0f172a;
}
#ship-to-different-address input[type="checkbox"] {
  width: 18px; height: 18px; accent-color: #2563eb;
}

/*  SMALL SCREENS  */
@media (max-width: 480px) {
  .aux-col .woocommerce-billing-fields__field-wrapper,
  .aux-col .woocommerce-shipping-fields__field-wrapper,
  .aux-col .woocommerce-additional-fields__field-wrapper { gap: 12px !important; }
}

/* FORCE SINGLE-COLUMN LAYOUT (desktop too) */
@media (min-width: 980px) {
  .aux-col .col2-set {
    grid-template-columns: 1fr !important;   /* one main column */
    align-items: start;
  }

  /* Flatten wrappers so we can order the cards vertically */
  .aux-col .col-1,
  .aux-col .col-2 { display: contents; }

  /* Vertical order: Billing → Shipping → Notes */
  .aux-col .woocommerce-billing-fields    { grid-column: 1 !important; grid-row: 1 !important; }
  .aux-col .woocommerce-shipping-fields   { grid-column: 1 !important; grid-row: 2 !important; }
  .aux-col .woocommerce-additional-fields { grid-column: 1 !important; grid-row: 3 !important; }
}


/* keep order total price on a single line */
.woocommerce-checkout table.shop_table tfoot tr.order-total td .amount,
.woocommerce-checkout table.shop_table tfoot tr.order-total td .amount bdi,
.woocommerce-checkout .order-total td,
.woocommerce-checkout .order-total td strong {
  white-space: nowrap !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

/* prevent the cell from shrinking so much that it forces a wrap */
.woocommerce-checkout table.shop_table tfoot tr.order-total td {
  width: 1%;          /* let the cell size to content */
}

/* (optional) on narrow screens give the price more room */
@media (max-width: 600px) {
  .woocommerce-checkout table.shop_table tfoot tr.order-total th {
    width: auto;
  }
  .woocommerce-checkout table.shop_table tfoot tr.order-total td {
    text-align: right;
    display: table-cell;   /* ensure it stays a cell, not block */
  }
}

@media screen and (max-width: 600px) {
	/* hide the product thumbnail column */
td.product-thumbnail-resp {
  display: none !important;
}

/* keep nice left padding for product names */
.woocommerce .aux-shop-table.shop_cart_totals td.product-name,
.woocommerce .aux-shop-table.shop_checkout_totals td.product-name {
  padding-left: 20px;
}
/* hide thumbnail column */
td.product-thumbnail-resp {
  display: none !important;
}

/* layout fix for product row: give name & price space */
.woocommerce .aux-shop-table.shop_cart_totals tr.cart_item,
.woocommerce .aux-shop-table.shop_checkout_totals tr.cart_item {
  display: grid !important;
  grid-template-columns: 70% 30%; /* left: name, right: price */
  align-items: start;
  width: 100%;
}

/* product name */
.woocommerce .aux-shop-table.shop_cart_totals td.product-name,
.woocommerce .aux-shop-table.shop_checkout_totals td.product-name {
  grid-column: 1;
  text-align: left;
  padding-left: 20px;
  word-break: break-word;
  white-space: normal !important;
}

/* product total value */
.woocommerce .aux-shop-table.shop_cart_totals td.product-total,
.woocommerce .aux-shop-table.shop_checkout_totals td.product-total {
  grid-column: 2;
  text-align: right;
  white-space: nowrap;
  padding-right: 20px;
  font-weight: 600;
}
	.woocommerce .aux-shop-table.shop_cart_totals tr.cart_item,
  .woocommerce .aux-shop-table.shop_checkout_totals tr.cart_item {
    display: grid !important;
    grid-template-columns: 110%; /* product name wider than table, pushes price right */
    align-items: start;
    width: 100%;
  }
	
	/* remove default table borders inside product rows */
  .woocommerce .aux-shop-table.shop_checkout_totals tr.cart_item,
  .woocommerce .aux-shop-table.shop_cart_totals tr.cart_item {
    border: none !important;
  }

  .woocommerce .aux-shop-table.shop_checkout_totals tr.cart_item td,
  .woocommerce .aux-shop-table.shop_cart_totals tr.cart_item td {
    border: none !important;
  }

  /* neutralize any pseudo-elements */
  .woocommerce .aux-shop-table.shop_checkout_totals tr.cart_item::before,
  .woocommerce .aux-shop-table.shop_checkout_totals tr.cart_item::after,
  .woocommerce .aux-shop-table.shop_cart_totals tr.cart_item::before,
  .woocommerce .aux-shop-table.shop_cart_totals tr.cart_item::after {
    content: none !important;
    display: none !important;
  }
}
/* limit Venipak select width */
#venipak_pickup_point,
.select2-container--default[dir]#select2-venipak_pickup_point-container,
.select2-container[id*="venipak_pickup_point"],
.select2[id*="venipak_pickup_point"] {
  width: 100% !important;       /* makes it match its parent */
  max-width: 100% !important;   /* never exceed container */
  box-sizing: border-box;       /* prevent padding from expanding width */
}

/* optional: tighter style inside checkout */
.woocommerce-checkout #venipak_pickup_point {
  max-width: 90% !important;    /* smaller if you want margin on sides */
  margin: 0 auto;
  display: block;
}

/*paskutinis blokas pries kaina*/
tr.wc-venipak-shipping-terminals {
  display: none !important;
}

/* Make "Fizinis asmuo / Juridinis asmuo" horizontal */
#billing_customer_type_field .woocommerce-input-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 2rem; /* space between the two options */
}

/* Align radio + label in one line */
#billing_customer_type_field .woocommerce-input-wrapper label {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
}

/* Slightly smaller radios */
#billing_customer_type_field .woocommerce-input-wrapper input[type="radio"] {
    transform: scale(0.95);
}


/* =====================================
   Ultra-small screens (≤ 380 px wide)
   ===================================== */
@media (max-width: 380px) {

  /* Table wrapper sanity */
  .aux-shop-table.shop_checkout_totals {
    width: 100%;
    table-layout: fixed;
    overflow-x: hidden;
  }

  /* Shrink paddings and gaps */
  .aux-shop-table.shop_checkout_totals th,
  .aux-shop-table.shop_checkout_totals td {
    padding: 6px 8px !important;
  }

  /* Product row: stack everything vertically */
  .aux-shop-table.shop_checkout_totals tr.cart_item {
    display: grid !important;
    grid-template-columns: 1fr;     /* single column */
    grid-template-rows: auto auto auto;
    gap: 4px;
    width: 100%;
  }
	.woocommerce .aux-shop-table.shop_cart_totals tr.cart_item,
  .woocommerce .aux-shop-table.shop_checkout_totals tr.cart_item {

    grid-template-columns: 210%; 
   
  }
  /* Hide product thumbnail to save space */
  .aux-shop-table.shop_checkout_totals td.product-thumbnail-resp {
    display: none !important;
  }

  /* Product name & quantity */
  .aux-shop-table.shop_checkout_totals td.product-name {
    min-width: 0;
    white-space: normal;
    word-break: break-word;
    text-align: left;
    font-size: 14px;
    line-height: 1.3;
  }

  /* Product price on new line, right-aligned */
  .aux-shop-table.shop_checkout_totals td.product-total {
    text-align: right;
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
  }

  /* Compact shipping list */
  .woocommerce .aux-shop-table.shop_checkout_totals #shipping_method li {
    padding: 0.6em 0;
    flex-wrap: wrap;
  }
  .woocommerce .aux-shop-table.shop_checkout_totals #shipping_method label {
    font-size: 14px;
    line-height: 1.3;
  }

  /* Make Select2 dropdowns full-width */
  .aux-shop-table.shop_checkout_totals .select2,
  .aux-shop-table.shop_checkout_totals .select2-container,
  .aux-shop-table.shop_checkout_totals .select2-selection {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Reduce Venipak dropdown top margin */
  #shipping_method li .venipak-terminals { margin-top: 4px; }

  /* Compress checkout totals footer */
  .woocommerce-checkout table.shop_table tfoot tr.order-total td,
  .woocommerce-checkout table.shop_table tfoot tr.order-total th {
    padding-top: 6px;
    padding-bottom: 6px;
  }
	  .aux-shop-table.shop_checkout_totals tr.order-total th,
  .aux-shop-table.shop_checkout_totals tr.order-total td {
    font-size: 12px;
  }

}

/*--------------------*/
/* Remove unwanted line breaks */
.woocommerce-MyAccount-navigation a br {
  display: none !important;
}
.woocommerce a.edit br {
  display: none !important;
}
.woocommerce-form-login__submit br {
  display: none !important;
}
.woocommerce-form-register__submit br {
  display: none !important;
}

/*atsiliepimai card*/
/* remove right padding for testimonial content inside wrapper */
.elementor-testimonial-wrapper .elementor-testimonial-content {
  padding-right: 0 !important;
}

/*========product per page=============*/
.woocommerce-products-header {
  display: flex;
  align-items: center;
  justify-content: space-between; /* title left, controls right */
  flex-wrap: wrap; /* ensures good mobile behavior */
}
.woocommerce-ordering.products-per-page {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  position: absolute;        
  top: 0;                    
  right: 0;                  
}
/* Per-page selector in the middle, right-aligned within its column */
.content form.woocommerce-ordering.products-per-page{
  grid-column: 2;
  justify-self: end;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
}

/* Sorting block at the far right */
.content .woocommerce-ordering.aux-filters{
  grid-column: 3;
  justify-self: end;
}
.aux-shop-archive .content .woocommerce-ordering {
    box-shadow: none !important;
}
/* Your existing select styling */
.content form.woocommerce-ordering.products-per-page select{
  font-size: 13px;
  color: #fff;
  background-color: #292936;
  border: 0;
  margin-top: 0px;
  margin-right: 3px;
  border-radius: 8px;
  padding: 2px 8px;
  height: 28px;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 72px;
  text-align: center;
  cursor: pointer;
}

/*rusiuoti filtras*/
.aux-shop-archive .woocommerce-ordering ul{
    top: 13px !important;
}
.woocommerce-ordering.aux-filters.aux-dropdown-filter.aux-right{
	margin-top: 1px !important;
    padding: 2px 40px 2px 25px!important;
    border-radius: 8px !important;;
}
.aux-shop-archive .aux-filter-by:after {
    top: 7px !important;;
}


/*home tiny fix*/
body.home .auxshp-title-heading {
    min-height: 61px;
}
/* Only on main page (homepage) */
body.home .aux-widget-recent-products-carousel .onsale {
    width: 80px !important;
	font-size: 1em;
    font-weight: 700;
}
.aux-widget-recent-products .aux-recent-product-item .onsale
{
	font-size: 1em;
    font-weight: 700;
}
/*-----------------------------------*/

/* produkto aprasymo vertimas ::before and ::after */
#tab-additional_information::before,
.woocommerce-Tabs-panel--additional_information::before {
  content: "Papildoma informacija";  
	font-family: 'Nunito';
    color: rgb(32, 36, 46);
    font-size: 30px;
    font-weight: bold;
}

#tab-additional_information::after,
.woocommerce-Tabs-panel--additional_information::after {
  content: "Specifikacijos";     
  display: block;
  margin: 0 0 12px;
  font-weight: 600;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  /* Remove the pseudo-elements on mobile */
  #tab-additional_information::before,
  .woocommerce-Tabs-panel--additional_information::before,
  #tab-additional_information::after,
  .woocommerce-Tabs-panel--additional_information::after {
    content: none !important;
    display: none !important;
  }
}

/*--------parduotuve paveiksliukai hover-------*/
/*nera sandelyje*/
.product.outofstock .add_to_cart_button {
    display: none !important;
}
/* square wrapper, keeps cards aligned */
.bh-loop-thumb .bh-thumbwrap{
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;   /* needs modern browsers; remove if unsupported */
  overflow: hidden;
  background: #fff;
}

/* stack BOTH images, center them, preserve aspect with contain */
.bh-thumbwrap .bh-thumb-img{
  position: absolute;
  inset: 0;              /* top:0 right:0 bottom:0 left:0 */
  margin: auto;          /* centers together with inset:0 */
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;   /* <- no cropping */
  display: block;
  transition: opacity .25s ease;
  pointer-events: none;
}

/* initial visibility + stacking order */
.bh-thumbwrap .auxshp-product-image{           /* primary */
  opacity: 1;
  z-index: 1;
}
.bh-thumbwrap .auxshp-product-secondary-image{ /* hover */
  opacity: 0;
  z-index: 2;
}

/* Hover swap only when we printed .has-hover */
.woocommerce .bh-loop-thumb .bh-thumbwrap .auxshp-product-secondary-image { opacity: 0; pointer-events: none; }
.woocommerce .bh-loop-thumb .bh-thumbwrap.has-hover:hover .auxshp-product-secondary-image { opacity: 1; }
.woocommerce .bh-loop-thumb .bh-thumbwrap.has-hover:hover .auxshp-product-image { opacity: 0; }

/* No gallery image? keep primary visible */
.woocommerce .bh-loop-thumb .bh-thumbwrap.no-hover .auxshp-product-image { opacity: 1 !important; }

/* Safety: hide broken/empty secondary source */
.woocommerce .bh-loop-thumb .bh-thumbwrap .auxshp-product-secondary-image:not([src]),
.woocommerce .bh-loop-thumb .bh-thumbwrap .auxshp-product-secondary-image[src=""] {
  display: none !important;
}


/* Disable zoom / scale on hover */
.woocommerce .bh-loop-thumb .bh-thumbwrap img,
.woocommerce .aux-flipper-images img,
.woocommerce .bh-thumb-img {
  transform: none !important;
  transition: opacity .25s ease !important; /* keep fade smooth but no zoom */
}

/* Prevent theme from scaling images on hover */
.woocommerce .bh-loop-thumb:hover .bh-thumbwrap img,
.woocommerce .aux-flipper-images:hover img,
.woocommerce .bh-thumbwrap:hover img {
  transform: none !important;
}

/* Hover swap when the WHOLE card is hovered (Phlox/aux uses .aux-col.product) */
.woocommerce .aux-col.product:hover .bh-thumbwrap.has-hover .auxshp-product-secondary-image,
.woocommerce .products-loop .product:hover .bh-thumbwrap.has-hover .auxshp-product-secondary-image {
  opacity: 1 !important;
}

.woocommerce .aux-col.product:hover .bh-thumbwrap.has-hover .auxshp-product-image,
.woocommerce .products-loop .product:hover .bh-thumbwrap.has-hover .auxshp-product-image {
  opacity: 0 !important;
}

/*raudonus nubrauktos kainos*/
/*
.woocommerce-page .price del
{
    color: #ff4d4d !important;
}
.woocommerce-page.single-product .summary .price del .amount,
.woocommerce-page.single-product .summary .price del {
  color: #ff4d4d !important;  
}
.woocommerce-page.single-product .summary .price del,
.woocommerce-page.single-product .summary .price del .amount,
.aux-widget-related-products .auxshp-entry-main .price ins del,
.aux-widget-related-products .auxshp-entry-main .price del .amount {
  color: #ff4d4d !important;
}
.post-type-archive-product .aux-shop-archive .products-loop .price del,
.post-type-archive-product .aux-shop-archive .products-loop .price del .amount,
.tax-product_cat .aux-shop-archive .products-loop .price del,
.tax-product_cat .aux-shop-archive .products-loop .price del .amount {
  color: #ff4d4d !important;
}

.aux-widget-recent-products .aux-recent-product-item .price del,
.aux-widget-recent-products .aux-recent-product-item .price del .woocommerce-Price-amount.amount {
  color: #ff4d4d !important; 
}*/

/* Raudonos akcijines kainos */
.price:has(del) ins .woocommerce-Price-amount bdi {
  color: #ff4d4d !important;
}



/*i parduotuve mygtukas*/
.button.cart-custom-back {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: var(--auxin-main-color, #21c7b7) !important;
    color: #fff !important;
    border: none !important;
    height: 40px !important;
    border-radius: 24px !important;
    padding: 0.45rem 1rem !important;
    cursor: pointer !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
    transition: background 0.25s ease, transform 0.2s ease !important;
    box-shadow: -5px 10px 30px #31C9C04D !important;
    text-decoration: none !important;
    margin-top: 1rem !important;
    width: auto !important;
}

.button.cart-custom-back:hover {
    background: #1bb3a5 !important;
    transform: translateY(-2px);
}


/*stilius kodui ir pristatymui produktu kortelej shope*/
.auxshp-entry-main {
    row-gap: 0 !important;
}

.auxshp-entry-main > a.auxshp-loop-title {
    order: 1 !important;
}

.auxshp-entry-main > p.wc-est-delivery,
.auxshp-entry-main > p.product-code {
    order: 2 !important;
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    color: #6b7280 !important;
}

.auxshp-entry-main > p.wc-est-delivery {
    margin-top: 4px !important;
}

.auxshp-entry-main > .loop-meta-wrapper {
    order: 3 !important;
}

.auxshp-entry-main > span.price {
    order: 4 !important;
}
.auxshp-entry-main > .woosc-btn,
.auxshp-entry-main > .loop-tools-wrapper {
    order: 5 !important;
}




