/*
Theme Name: Sober Child Theme
Theme URI: http://uix.store/sober/
Author: UIX Themes
Author URI: http://uix.store
Description: Sober is a fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sober
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: sober
*/

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

#secondary.opened {
    margin-top: 0;
    z-index: 2147483647;
}

.product p.stock {text-transform: uppercase; color: #be2626 !important; font-size:2rem !important; }

@media screen and (max-width: 767px) {

.shop-sidebar {z-index:2147483647 !important;}
.bapf_sfilter.bapf_button_berocket .bapf_button {
    font-size: 1.3rem;
 }

}
.woocommerce .ribbons .ribbon {
    font-size: 1.2rem;
    line-height: 30px;
    min-width: 65px;
    min-height: 30px;
}

/*CUSTOM*/
a.button.additional-info {

    background-color: #167b4d;
    min-width: 200px;
    padding: 20px;
    text-transform: uppercase;
    margin-top: 20px;
	
}