.pricebox {
    border-top: 0px solid #eee;
    border-bottom: 0px solid #eee;
    border-color: rgba(0,0,0,.05);
    margin-bottom: 10px;
}

div.product .product_meta {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 11px;
    border-top: 1px solid #88bb69;
    border-color: #88bb69;
}

.product_header {
    border-bottom: 1px solid #88bb69;
    border-color: #88bb69;
    margin-bottom: 20px;
}

div.product .woocommerce-tabs ul.tabs:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #88bb69;
    z-index: 1;
}

div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #88bb69;
    background: #f2f2f2;
    display: inline-block;
    position: relative;
    z-index: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0 -10px;
    padding: 0 1em;
}

.kad-woo-image-size {
display: table-cell;
height: 200px;
text-align: center;
vertical-align: middle;
}

.product_item a.product_img_link {
height: 200px;
display: table;
width: 100%
}

.product_item .product_details a.product_img_link {
height: auto;
display: block;
}

.kad-woo-image-size img {
max-height: 200px;
width: auto;
}

.product_category_padding {
    padding-top: 30px;
}

a.added_to_cart {
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -60px;
    margin-top: -30px;
    width: 190px;
    height: 50px;
    background: #ffffff;
    background: rgba(238,238,238);
    line-height: 60px;
    font-size: 18px;
    font-weight: 400;
    z-index: 50;
}

.woocommerce table.cart td.actions input[type=submit].button {
    margin-top: 0;
    font-size: 18px;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button, .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    display: inline-block;
    width: auto;
    font-size: 18px;
    line-height: 20px;
}

div.product .product_title {
    clear: none;
    margin-top: 17px;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    margin-top: -20px;
}

div.product .product_image {
    border: 0 solid #f4f4f4;
    border-color: rgba(0,0,0,.02);
    text-align: center;
    margin-top: 40px;
}

div.product .product_thumbnails img {
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 40px;
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    list-style: none outside;
    padding-left: 0;
    margin-left: 0;
    line-height: 40px;
    font-size: 18px;
}

.mc4wp-form-theme-light input[type=submit] {
    color: #ffffff !important;
    background-color: #89bb69 !important;
    border-color: #88bb69;
}

