.elementor-kit-1190{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-94a2480:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-1190 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Sulygina WooCommerce produkto mygtukus */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    display: flex;
    flex-direction: column;
}

.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product > a.woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
    margin-top: auto;
}
/* Telefonuose rodyti po 1 produktą eilėje */
@media (max-width: 767px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: 1fr !important;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100% !important;
    margin: 0 0 24px 0 !important;
  }
}
/* WooCommerce papildomos informacijos lentelė */
.woocommerce table.shop_attributes {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
}

/* Lentelės langeliai */
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
    padding: 14px 18px;
    border: 0;
    border-bottom: 1px solid #e2e8f0;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
}

/* Kairysis stulpelis */
.woocommerce table.shop_attributes th {
    width: 35%;
    background: #f6f7f9;
    color: #1f2937;
    font-weight: 600;
}

/* Dešinysis stulpelis */
.woocommerce table.shop_attributes td {
    background: #ffffff;
    color: #374151;
}

/* Pašalina paskutinės eilutės apatinę liniją */
.woocommerce table.shop_attributes tr:last-child th,
.woocommerce table.shop_attributes tr:last-child td {
    border-bottom: 0;
}

/* Pašalina nereikalingą pastraipos tarpą */
.woocommerce table.shop_attributes td p {
    margin: 0;
}

/* Telefonas */
@media (max-width: 767px) {
    .woocommerce table.shop_attributes th,
    .woocommerce table.shop_attributes td {
        padding: 12px 14px;
        font-size: 14px;
    }

    .woocommerce table.shop_attributes th {
        width: 42%;
    }
}
/* Papildomos informacijos lentelės pavadinimai */
.woocommerce table.shop_attributes th {
    color: #1f2937 !important;
    font-weight: 700;
    background: #f5f7fa !important;
}
/* Paslepia tik mažą krepšelio ikoną ant produkto nuotraukos */
.ast-on-card-button .ahfb-svg-iconset {
    display: none !important;
}

/* Pašalina likusį tuščią oranžinį apskritimą */
.ast-on-card-button:not(.ast-onsale-card) {
    background: transparent !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
}/* End custom CSS */