/*
Theme Name: Satrico
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.category-page-custom .col.large-9 {
    order: 2;
}

.bapf_head h2, span.widget-title {
    font-size: 14px;
    display: block;
    line-height: 24px;
    background: #189629;
    padding: 5px 10px;
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0;
}
.button_custom_buy_now {
    background: #e9e9e9 !important;
    color: #898989;
    border: none;
    font-weight: normal;
    font-size: 13px;
    line-height: 32px;
    width: 100%;
    padding: 0;
    border-radius: 3px;
    border-bottom: 2px solid #cacaca;
}

.button_custom_buy_now:hover {
    background: #189629 !important;
    color: white;
    border-bottom: 2px solid #8bc34a;
}