/* ========================================
Single Post Product Styling
======================================== */
.product-template-default.single-product .qodef-single-product-summary .price {
    margin-bottom: 0px;
    color: #37A866;
    font-size: 25px;
}

.product-template-default.single-product .qodef-single-product-summary .excl_price {
    font-size: 16px;
}

.systec-brand-image img{
    max-height: 6em;
    width: auto;
}

/* End - Single Product Styling */

/* ========================================
Single Product Box Styling
======================================== */
.qodef-woocommerce-product-info-holder .excl_price {
    margin-top: 10px;
    font-size: 12px;
}

.qodef-woocommerce-product-list-info {
    border-bottom: 2px solid #e6e6e6 !important;
    text-align: center;
}

.qodef-woocommerce-product-info-holder .qodef-woocommerce-product-list-info .qodef-woocommerce-product-list-add-to-cart-button-holder {
    text-align: center;
    width: 100%;
}

.qodef-woocommerce-product-info-holder .qodef-woocommerce-product-list-info .qodef-btn {
    padding: 0 25px;
    line-height: 38px;
    height: 38px;
    color: #fff;
    background-color: #37A866;
    margin: 20px auto 0 auto;
    border-radius: 48px;
}

.qodef-woocommerce-product-list-info .qodef-product-list-product-title {
    width: 100% !important;
    text-align: left !important;
}

.qodef-woocommerce-product-list-info .price, .qodef-woocommerce-product-list-info .excl_price {
    text-align: left;
}

.qodef-woocommerce-product-list-info .price{
    font-size: 12px !important;
    margin-top: 10px;
}

.qodef-woocommerce-product-list-info .excl_price{
    color: #37A866 !important;
    font-size: 14px;
}

.added_to_cart.wc-forward{
    display: none;
}

/* End - Single Product Box Styling */

/* ========================================
Woocommerce Search Styling
======================================== */
.woocommerce-product-search {
    position: relative;
}

.woocommerce-product-search .search-field {
    width: 100%;
    padding: 15px 40px 15px 10px !important;
    border: 1px solid #0e1737;
    -webkit-appearance: unset;
    background: transparent;
    font-size: 13px;
    line-height: 1;
}

.woocommerce-product-search button {
    position: absolute;
    top: 13px;
    right: 8px;
    border: 0;
    font-size: 15px;
}

/* End - Woocommerce Search Styling */

/* ========================================
Woocommerce Filter by price Styling
======================================== */
.widget_price_filter .price_slider_amount .button {
    background-color: #37A866;
    border: none;
    padding: 0 15px;
}

/* End - Woocommerce Filter by price Styling */