 

.woocommerce table.shop_table th
{
    color: #555;
    border-color: inherit;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .variations select {
    display: block;
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
}

.woocommerce .quantity .qty
{
    padding: 7px 0;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    height: 36px;
    margin-right: 10px;
}

.woocommerce form .form-row textarea {
    height: auto;
}

.woocommerce form .form-row .select2-container--default
{
    height: 39px !important;
}

.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 39px !important;
}

.woocommerce form .form-row .select2-container .select2-selection--single {
    height: 39px !important;
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
}

.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button
{
    font-weight: 400 !important;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button
{
    padding: 0;
    background: url(../images/sp_button-reserve.png) no-repeat 0 0;
    border: none;
    font-size: 1.26666666667em;
    line-height: 57px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 205px;
}


.woocommerce .site-search button
{
    position: absolute !important;
    background-color: unset !important;
    background-image: url(../images/i_search.png) !important;
}


body.woocommerce ul.products li.product a img
{
    height: 192px;
    object-fit: contain;
    border: 1px solid #ddd;
}

.product-desc-box
{
    clear: both;
    margin: 25px 0;
}