/*

Theme Name: Inoxroll Oy

Theme URI: https://www.inoxroll.fi/

Author: Sanavarma

Author URI: https://sanavarma.fi/

Description: Sanavarman tekemä teema Inoxroll Oy:lle.

Version: 1.00

*/




.tuote-card-bottom-top-left h3{
font-size: var(--font20);
}

#kauppafiidi-left-cats .prod-categories:last-child {
	margin-top: unset;
    color: unset;
}
.prod-categories p {
    font-size: var(--font18);
padding-bottom: 2px
}


/* Base styling for all three product tables */
#single-product-block1-table,
#single-product-block2-table,
#single-product-block3-table {
    width: 100%;
    border-spacing: 0;
    font-family: "proxima-nova", sans-serif;
    line-height: 1.3;
    color: #222;
	padding-top: 15px;
}


/* Header */
#single-product-block1-table th,
#single-product-block2-table th,
#single-product-block3-table th {
    padding: 6px 10px;
    font-weight: 600;
    text-align: left;
    background: #f4f4f6;
    border: 1px solid #ececf1 !important;
	font-size: var(--font15) !important;
}

/* Cells */
#single-product-block1-table td,
#single-product-block2-table td,
#single-product-block3-table td {
    padding: 5px 10px;   /* tightly packed */
    border: 1px solid #ececf1 !important;
	font-size: var(--font15) !important;
}

/* Optional: right-align numeric columns */
#single-product-block1-table td.numeric,
#single-product-block2-table td.numeric,
#single-product-block3-table td.numeric {
  text-align: right;
}

/* Zebra rows */
#single-product-block1-table tbody tr:nth-child(odd),
#single-product-block2-table tbody tr:nth-child(odd),
#single-product-block3-table tbody tr:nth-child(odd) {
  background: #fafafa;
}

/* Hover state */
#single-product-block1-table tbody tr:hover,
#single-product-block2-table tbody tr:hover,
#single-product-block3-table tbody tr:hover {
  background: #e9f3ff;
}

/* Make header slightly separated visually from body */
#single-product-block1-table thead,
#single-product-block2-table thead,
#single-product-block3-table thead {
  border-top: 1px solid #d9d9df;
}
/* Piilota vain Shipping / Cart totals sisältö, mutta jätä checkout-nappi näkyviin */
.woocommerce-cart .cart_totals > h2,
.woocommerce-cart .cart_totals .shop_table,
.woocommerce-cart .cart_totals .woocommerce-shipping-totals,
.woocommerce-cart .cart_totals .shipping,
.woocommerce-cart .cart_totals .order-total {
    display: none !important;
}
p a {
color: #FBBA09;
display: unset; }
.wc-proceed-to-checkout {
    display: flex;
    justify-content: flex-end;
}
tr.woocommerce-shipping-totals.shipping, .woocommerce-shipping-fields {
	display: none;}
.page-id-12 #customer_details .col-2 {
grid-template-columns: 1fr;}
dl.variation dt {
.shop_table {
font-size: var(--font16);
    padding-bottom: 1em;
    line-height: 1.25em;
    font-family: "proxima-nova", sans-serif;
