/* product card button layout */
.product-content-wrap .yith-ywraq-add-button,
.product-content-wrap .loop-datasheet {
    display: inline-block;
}

/* container fix */
.product-content-wrap .yith-ywraq-add-button {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 10px;
}

.product-content-wrap .datasheet-btn {
    background: #000 !important;
    color: #fff !important;
    border: none;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
}

.product-content-wrap .datasheet-btn:hover {
    background: #228B22 !important;
    color: #fff !important;
}

.product-content-wrap .yith-ywraq-add-button {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
}

/* remove "Loe edasi" button */
.product-content-wrap a.button.product_type_simple {
    display: none !important;
}

.yith-ywraq-add-button {
    display: flex;
    gap: 12px;
    align-items: center;
}

.yith-ywraq-add-button .button,
.datasheet-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 44px;
    line-height: 44px;
    padding: 0 18px;
}

.yith-ywraq-add-button a {
    margin: 0 !important;
    vertical-align: middle;
}

.datasheet-btn img {
    height: 16px;
    width: 16px;
    margin-right: 6px;
    vertical-align: middle;
}

/* spacing around button row */
.single-product .yith-ywraq-add-to-quote {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

/* datasheet button FULL override */
.single-product .yith-ywraq-add-button .datasheet-btn {
    background: #000 !important;
    color: #fff !important;
    border: none !important;
}

.single-product .yith-ywraq-add-button .datasheet-btn:hover {
    background: #228B22 !important;
    color: #fff !important;
}

/* Nested Accordion – restore bullets */
.e-n-accordion .elementor-widget-text-editor ul {
  list-style: none;
  margin: 0 0 1em 0;
  padding-left: 0;
}

.e-n-accordion .elementor-widget-text-editor ul li {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: .4em;
  line-height: 1.6;
}

.e-n-accordion .elementor-widget-text-editor ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: .65em;
  transform: translateY(-50%);
  font-size: 1.2em;
  color: currentColor;
}

.cont-info .item-image img {
  margin-top: 10px;
}

.gallery .items {
  height: 150px;
}

.gallery .item-img,
.gallery .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.call-action.next h6,
.call-action.next h6 span,
.call-action.next h6 .char {
    color: #228B22;
}

#gallery-2 .gallery-item img {
    width: 300px;
    height: 200px;
    object-fit: cover;
}

.call-action.next .content h2{
    -webkit-text-stroke: 0 !important;
    -webkit-text-fill-color: #ffffff !important;
    color: #ffffff !important;
}

/* widget reset */
.elementor-widget-container .widget_ywraq_mini_list_quote,
.widget_ywraq_mini_list_quote,
.widget_ywraq_mini_list_quote .yith-ywraq-list-widget-wrapper,
.widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper,
.widget_ywraq_mini_list_quote .yith-ywraq-list-content,
.widget_ywraq_mini_list_quote .yith-ywraq-list,
.widget_ywraq_mini_list_quote .yith-ywraq-list-item,
.widget_ywraq_mini_list_quote .yith-ywraq-list-item *,
.yith-ywraq-list-widget-wrapper,
.yith-ywraq-list-wrapper,
.yith-ywraq-list-content,
.yith-ywraq-list,
.yith-ywraq-list li,
.yith-ywraq-list li * {
    border: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
    background: transparent !important;
    background-color: transparent !important;
    outline: none !important;
}

/* tables + layout */
#yith-ywrq-table-list {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
}

#yith-ywrq-table-list th,
#yith-ywrq-table-list td {
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
    background: #fff;
}

#yith-ywrq-table-list tbody tr:last-child td {
    border-bottom: none;
}

#yith-ywrq-table-list .quantity {
    border: none !important;
    background: transparent !important;
    padding: 0;
    box-shadow: none !important;
}

#yith-ywrq-table-list .quantity input[type="number"] {
    border-radius: 10px !important;
    border: 1px solid #ccc !important;
    padding: 6px 10px;
    width: 70px;
    height: 38px;
    box-sizing: border-box;
    background: #fff;
}

a.loop-add-to-cart-btn.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none !important;
}

.product-pdf-btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 12px 30px;
  border-radius: 3px;
  font-weight: 600;
  margin-left: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.product-pdf-btn:hover {
  background-color: #ffc107;
  color: #000;
}

.woocommerce-product-excerpt {
    font-size: 14px;
    color: #555;
    margin: 10px 0 15px;
    line-height: 1.4;
}

ul.products {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    align-items: stretch;
}

.product-loop-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#yith-ywrq-table-list .product-thumbnail img {
    max-width: 50px !important;
    height: auto !important;
}

#yith-ywrq-table-list .product-thumbnail {
    text-align: center;
    vertical-align: middle;
}

.add-request-quote-button {
    line-height: normal !important;
    padding: 10px 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center;
    height: auto !important;
}

/* buttons */
input.button.raq-send-request.last,
input.button[name="update_raq"] {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 6px;
    background-color: #228b22;
    color: #fff;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

input.button.raq-send-request.last:hover,
input.button[name="update_raq"]:hover {
    background-color: #000000;
}

.yith-ywraq-before-table a.button {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 6px;
    background-color: #228b22;
    color: #fff !important;
    border: none;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

.yith-ywraq-before-table a.button:hover {
    background-color: #000000;
    color: #fff !important;
}

.woocommerce-Tabs-panel--description h2,
.woocommerce-Tabs-panel--description h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.woocommerce-Tabs-panel--description p {
    margin-bottom: 15px;
}

.woocommerce-Tabs-panel--description ul {
    list-style: none !important;
    padding-left: 0 !important;
}

.woocommerce-Tabs-panel--description ul li {
    position: relative;
    padding-left: 18px;
}

.woocommerce-Tabs-panel--description ul li::before {
    content: "•";
    position: absolute;
    left: 0;
}

.woocommerce-Tabs-panel--description ol {
    list-style: none !important;
    counter-reset: item;
    padding-left: 0;
}

.woocommerce-Tabs-panel--description ol li {
    counter-increment: item;
    position: relative;
    padding-left: 22px;
}

.woocommerce-Tabs-panel--description ol li::before {
    content: counter(item) ".";
    position: absolute;
    left: 0;
}