:root{
    --primary-color: #0b0c0c;
    --primary-color-dark: #000c0c;
    --accent-color: #ffffff;
    --accent-color-dark: #ffffff;
    --header-font: muli,sans-serif;
    --normal-font: muli,sans-serif;
}
.products_filter {
    padding: 0 4em 10px 5em;
}
@media (max-width: 1024px) {
  .products_filter { padding-left: 0; padding-right: 0; }
}
.products_filter:after,
.__vos-products_filter:after {
    content: "";
    display: block;
    clear: both;
}
#frmProductSearch select {
    box-sizing: border-box;
    height: 54px;
    border-radius: 12px;
    padding: 0 11px;
    margin-bottom: 21px; 
}
#vinesos-output .__vos-input_search input.text,
.__vos-input_search input.text {
    width: 812px;
    max-width: 68%; 
    display: inline-block;
    padding: 0 11px;
    height: 54px;
    margin-right: 1em;
    margin-bottom: 0;
    border: 2px solid #919191;
    box-sizing: border-box;
    border-radius: 12px;
}
.__vos-input_search input.__vos-btn {
    width: 191px;
    max-width: 15%;
    float: none !important;
}
@media (max-width: 1600px) {
    #vinesos-output .input_search input.__vos-input-text,
    .input_search input.__vos-input-text { max-width: 61%; }
    .__vos-products_list .input_search input.__vos-input-text { max-width: 71%; }
    .input_search input.__vos-btn { max-width: 22%; }
}
.input_search input.__vos-btn { margin-bottom: 0; }
.input_search input.__vos-btn,
.__vos-btn input {
    font-size: 20px;
    line-height: 44px;
    height: 61px;
    margin-top: -4px;
    border-radius: 12px;
}
#frmProductSearch .__vos-btn.btn-small {
    height: 35px;
    box-sizing: border-box;
    width: 113px;
    max-width: 90%;
    padding: 7px 5px;
    border-radius: 12px;
    color: #BEBEBE;
}

.__vos-filter { width: 87.5%; }

.__vos-input_search .__vos-input-text{
    max-width: 508px;
}

.__vos-layout-options{
    float: right;
}
.__vos-layout-options ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.__vos-layout-options ul li{
    float: left;
    padding: 2px 10px;
    border-right: 1px solid #0b0c0c;
    margin: 4px 0px;
    cursor: pointer;

}
.__vos-layout-options ul li:last-child{
    border-right: 0px;
}
.__vos-buttons_left,
.buttons_left { display: none; }

.__vos-btn input { margin-bottom: 27px; width: 100%; }
.__vos-filter select:nth-child(4n-2) { margin-right: 1.5%; width: 27%; }
.__vos-filter select:nth-child(4n-1) { margin-right: 1.5%; width: 27%; }
.__vos-filter select:nth-child(4n)   { margin-right: 1.5%; width: 11.5%; }
.__vos-filter select:nth-child(4n+1) { width: 27%; }
.input_search.mobile,
.__vos-products_filter .fa { display: none; }
@media (max-width: 1024px) {
    #frmProductSearch input.__vos-input-text,
    #frmProductSearch select { font-size: 12px; }
    #frmProductSearch select { height: 27px; margin-bottom: 10px; }
    .input_search input.__vos-input-text { height: 25px; }
    .input_search input.__vos-button,
    .__vos-btn input { height: 29px; line-height: 9px; margin-top: -2px; }
    .__vos-btn input { margin-bottom: 12px; }
    #frmProductSearch .__vos-btn.btn-small { height: 16px; line-height: 3px; font-size: 14px; }
}
@media (max-width: 480px) {
    .__vos-buttons_left,
    .buttons_left,
    .input_search.mobile,
    .__vos-products_filter .fa { display: block !important; }
    .input_search .fa-search {
        position: absolute;
        top: 13px;
        left: 14px;
        font-size: 28px;
        color: #919191;
    }
    .filters .fa-caret-down {
        position: absolute;
        top: 19px;
        right: 36px;
        font-size: 28px;
        color: #000;
    }
    .__vos-products_filter {}
    .filters {
        position: relative;
        padding: 17px 30px 22px;
        height: 65px;
        overflow: hidden;
        background: #fff;
        border: 1px solid #919191;
        border-radius: 14px;
        box-sizing: border-box;
        width: 100%;
    }
    .filters.mobile_show {
        height: auto;
    }
    .filters::before {
        content: "Filter";
        display: block;
        height: 65px;
        font-weight: medium;
        font-size: 20px;
        text-align: center;
    }
    #vinesos-output .input_search input.__vos-input-text,
    .input_search input.__vos-input-text { height: 54px; font-size: 20px; padding-left: 45px !important; }
    .input_search { margin: 12px 0; position: relative; }
    .input_search input.__vos-button { display: none; }
    .__vos-filter, .__vos-btn,
    #frmProductSearch input.__vos-input-text,
    #vinesos-output #frmProductSearch input.__vos-input-text,
    .__vos-filter select:nth-child(4n-2),
    .__vos-filter select:nth-child(4n-1),
    .__vos-filter select:nth-child(4n),
    .__vos-filter select:nth-child(4n+1),
    .__vos-filter select { max-width: 100%; width: 100%;
        -moz-box-sizing: border-box !important;
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }
    #frmProductSearch select {
        font-size: 16px;
        height: 54px;
        padding: 0 11px;
        margin-bottom: 17px; 
    }

    .__vos-btn input {
        font-size: 20px;
        line-height: 44px;
        height: 61px;
        width: 143px;
        max-width: 100%;
    }
    #frmProductSearch .__vos-btn.btn-small {
        margin-top: 13px;
        width: 113px;
        height: 35px;
        max-width: 100%;
        padding: 7px 5px;
        line-height: 22px;
    }
}
.__vos-products_list .input_search { margin: 0 0 40px; }
.__vos-products_list:after { content: ""; display: block; clear: both; }
.filter_collapse { position: relative; }
.filter_collapse > .fa {
    position: absolute;
    right: 0;
    top: 9px;
    color: #707070;
}
.__vos-left_column.__vos-adv_search,
.__vos-right_column.__vos-adv_search { float: left; box-sizing: border-box; }
.__vos-left_column.__vos-adv_search {
    padding: 0 20px;
    width: 22%;
    border-right: 1px solid #E6E7E7;
}
@media (max-width: 480px) {
    .__vos-left_column.__vos-adv_search { padding: 0; border: none; }
}
.__vos-right_column.__vos-adv_search {
    width: 71%;
    padding: 0 25px;
}


    .__vos-left_column h3 {
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .page article.type-page { padding-left: 0; padding-right: 0; }
    .filter_collapse { }
    .filter_title {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.5em;
        height: auto;
        padding: 6px 0;
        /* border-bottom: 1px solid #E6E7E7; */
        box-sizing: initial;
        color: var(--primary-color-dark);
    }
    .filter_value label {
        font-size: 16px;
        line-height: 1.5em;
        margin: 0 !important;
        vertical-align: top;
        width: calc(100% - 36px);
        display: inline-block;
        color: var(--primary-color);
    }
    .filter_value {
        height: 0px;
        overflow: hidden;
        color: var(--primary-color);
        transition: height .5s ease-in-out;
    }
    .filter_collapse.open .filter_value { height: auto; padding: 6px 0;}
    .filter_value input {
        margin-top: 0;
        vertical-align: baseline;
        margin-bottom: 0;
        margin-right: 10px;
        position: relative;
        top: 4px;
        vertical-align: top;
        width: unset;
    }
    .buttons_left { text-align: center; }
    .__vos-left_column.__vos-adv_search .buttons_left { display: none; }
@media (max-width: 480px) {
    #frmProductSearchInput,
    .__vos-right_column.__vos-adv_search #frmProductSearch,
    .__vos-products_list h3 { display: none; }
    .__vos-left_column.__vos-adv_search,
    .__vos-right_column.__vos-adv_search {
        float: none;
        width: 100%;
        min-width: 0;
    }
    .__vos-left_column.__vos-adv_search .__vos-btn { min-width: 0; }
    .__vos-left_column.__vos-adv_search .buttons_left { display: block; }
}

.__vos-noBorder{
    border: 0px;
}
.__vos-wineOverlayProductPage{
    left: 0px !important;
    width: 45px;
    height: 45px;
    font-size: 9px;
    padding-top: 12px;
    padding-left: 0px;
    padding-right: 0px;
}

.__vos-unreleasedWineListLabel{
    font-size: 20px;
    float: right;
    clear: right;
}