/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
.catalog_detail .item_main_info .price {
    float: none;
    padding: 0;
}
input[type="SUBMIT"] {
    width: 130px;
    height: 40px;
    color: #ffffff;
    border: none;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    background: #1ea515;
    cursor: pointer;
    position: relative;
    display: inline-block;
    outline: none;
}
.sale_order_full_table .ps_logo .image {
    margin-bottom: 20px;
}
.sort_header .sort_filter a {
    margin: 0 10px 0 0 !important;
}

.detail .tabs .nav-tabs li.active a:before {background: none !important;}