/*
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
*/

div.sober-faq {padding: 36px 0;transition: border-color 300ms;}

div.sober-faq .question {
    overflow: visible;
}

span.question-icon {
    line-height: 1;
    margin-top: -9px;
}
.answer a, 
.fullHD a {
    color: #265295;
    border-bottom: 1px dotted;
}

.answer a:hover,
.fullHD a:hover {
    color: #c0c02d;
    border-bottom: 1px solid inherit;
}
.sober-faq:hover {
    border-color: #6DA0EC;
}

.sober-faq.open .question-label {
    color: #6DA0EC;
}

.sober-faq .answer-label {
    position: absolute;
    left: 60px;
    color: #E5B300;
}

.answer h4 {
    margin-top: 0;
    margin-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}
.product-filter {
    display: none;
}

.fullHD {
    max-width: 1900px;
    margin: auto;
}

@media (max-width: 575px) {
    .product-cart-data dl.variation {
        display: grid !important;
        grid-template-columns: minmax(0, max-content) minmax(0, 1fr);
    }
}