.wd-header-valyklos-paslaugos .wd-tools-icon:before {
    content: '';
    font-size: 20px;
    background:url('laundry-basket.svg') no-repeat;
    background-size:20px;
    width: 20px;
    height: 20px;
}
.wd-header-text{
    flex:initial;
}
.wd-valyklos-paslaugos-style-icon .wd-tools-text {
    display: none;
}
table.valyklos-paslaugos td.product-name{
    width:60%;
}
table.valyklos-paslaugos td {
    padding: 5px 12px;
    border-bottom: 1px solid var(--brdcolor-gray-300);
}
div.quantity {
    display: inline-flex;
    vertical-align: top;
    white-space: nowrap;
    font-size: 0;
}
div.quantity input[type=number]::-webkit-inner-spin-button, div.quantity input[type=number]::-webkit-outer-spin-button, div.quantity input[type="number"] {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 30px;
    width:auto;
    height: 42px;
    border-radius: 0;
    border-right: none;
    border-left: none;
}
div.quantity input[type="button"] {
    padding: 0 5px;
    min-width: 25px;
    height: 42px;
    border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
    background: var(--wd-form-bg);
    box-shadow: none;
}
div.quantity input[type="button"]:hover {
    color: #fff;
    background-color: var(--wd-primary-color);
    border-color: var(--wd-primary-color);
}
.product-add-to-cart a{
    display:block; 
    text-align:center;
    min-width: 120px;
}
.product-add-to-cart a + a{ 
    margin-top:5px; 
}
.product-add-to-cart>a:after {
    position: absolute;
    top: calc(50% - 0.5em);
    left: 0;
    opacity: 0;
    transition: opacity .2s ease;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid rgba(0,0,0,0);
    border-left-color: var(--color-gray-900);
    border-radius: 50%;
    vertical-align: middle;
    left: 0.5em;
    font-size: 18px;
}
.product-add-to-cart>a.loading:after {
    opacity: 1;
    animation: wd-rotate 450ms infinite linear;
}
@media (max-width: 768.98px){
    :is(.woocommerce-cart-form__contents) td:not(:last-child) {
        border-bottom: 1px dashed var(--brdcolor-gray-300);
    }
    .shop_table_responsive :is(tbody,tfoot,tr,td) {
        display: block;
    }
    .shop_table_responsive td.product-quantity,
    .shop_table_responsive td.product-price{
        display:flex;
        justify-content:space-between;
    }
    :is(.woocommerce-cart-form__contents,.group_table) td.product-quantity :is(input[type="button"],input[type="number"]) {
        height: 30px;
    }
    .shop_table_responsive td:before {
        content: attr(data-title);
        float: left;
        padding-top: 3px;
        color: var(--color-gray-900);
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        line-height: 22px;
    }
    .shop_table_responsive {
        display: block;
    }
    :is(.woocommerce-cart-form__contents,.group_table) td.product-name {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-right: 20px;
        border-bottom: none;
        text-align: left;
    }
    table.valyklos-paslaugos td.product-name {
        width: 100%;
    }
}