/*!
Theme Name: erac
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: erac
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

erac is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


.wpcf7-not-valid-tip{
    display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output{
    display: none !important;
}

.wpcf7-not-valid{
    border-color: red !important;
}

body .wpcf7 form.sent .wpcf7-response-output{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: .25rem;

    margin-left: 0px;
    margin-right: 0px;
}

.form-popup form label input, .form-popup form label textarea{
    max-height: 100px;
}

.page-numbers{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
}

.page-numbers.current{
    font-weight: 700;
}

.next.page-numbers, .prev.page-numbers{
    display: none !important;
}

.search-field .screen-reader-text{
    display: none !important;
}

.breadcrumbs li {
    list-style: none;
    display: inline-block;
}

.breadcrumbs li a:after{
    content: ' / ';
}

div.category:hover .sub-category {
    opacity: 1;
    max-height: 28vh;
    overflow-y: auto;
}

.sub-category::-webkit-scrollbar { width: 3px; height: 3px;}
.sub-category::-webkit-scrollbar-button {  background-color: #666; display: none }
.sub-category::-webkit-scrollbar-track {  background-color: #999;}
.sub-category::-webkit-scrollbar-track-piece { background-color: #ffffff;}
.sub-category::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
.sub-category::-webkit-scrollbar-corner { background-color: #999;}
.sub-category::-webkit-resizer { background-color: #666;}

header .container .mobile nav > ul > li.has-child ul li{
    margin-bottom: 0px !important;
}

section.productions-filter .filter-list .berocket_aapf_widget_selected_filter .bapf_sfa_unall{
    display: inline-block;
    margin: 0;
    padding: 0;
}

a[href="#Unselect_all"] {
    font-size: 16px;
    line-height: 160%;
    color: #1f1c18;
    text-decoration: none;
    width: 160px;
    background: transparent !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ee3900;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 12px;
}

.bapf_button.bapf_reset{
    display: none !important;
}

a[href="#Unselect_all"] i {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: url('img/svg/close-red.svg') center center/100% 100% no-repeat;
    cursor: pointer;
    padding-right: 10px;
}


.search-field{
    width: max-content;

}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 10px 40px  10px 15px;
    border-color: #FFB902;
    border-radius: 0px;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder{
    font-style: normal !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{
    left: auto;
    right: 12px;
}

.dgwt-wcas-preloader{
    right: 30px;
}

.dgwt-wcas-suggestions-wrapp{
    margin-top: -30px;
}

@media(max-width: 576px){
    section.products .sort p{
        display: block;
        width: 100%;
        flex-shrink: 0;
    }

    section.products .sort {
        flex-wrap: wrap;
    }

    .search-field {
        max-width: none;
        margin-right: auto;
        width: 100%;
    }
}

.bapf_head span{
    font-weight: 300;
    font-size: 24px;
    line-height: 170%;
    color: #1f1c18;
    margin: 0;
    padding-bottom: 3px;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}
