._product{
    padding: 20px;
    font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.img-portfolio a:first-of-type{
    position: relative;
    height: 200px;
    overflow: hidden;
}
.img-portfolio a:first-of-type img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media(max-width: 767px){
    .img-portfolio a:first-of-type{
        height: 300px;
    }
}
#basket_result_popup .btn{
    margin-bottom: 10px;
}
#basket_result_popup .modal-dialog-centered{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
    margin: 0 auto;
}
#basket_result_popup .modal-dialog-centered .modal-content{
    margin: auto;
}
#basket_result_popup .close{
    position: absolute;
    right: 15px;
}
.search_page__sections {
    padding: 20px 0;
}
form .dropdown-toggle + ul label {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
form .dropdown-toggle + ul input{
    display: none;
}
form .dropdown-toggle + ul label:hover, form .dropdown-toggle + ul input:checked + label{
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.ajax_s_r {
    display: none;
    position: absolute;
    top: 50px;
    padding: 5px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    left: 0;
    right: 0;
    background: white;
    z-index: 999;
}
.ajax_s_r:empty {
    display: none!important;
}
.ajax_s_r__wrapper{
    max-height: 300px;
    overflow-y: auto;
}
[name=q]._loading ~ .input-group-btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    left: -38px;
    z-index: 5;
    top: 7px;
}
.ajax_s_r a {
    display: flex;
    align-items: center;
    padding: 2px;
}
.ajax_s_r a:hover {
    background: #f5f5f5;
}
.ajax_s_r img {
    padding-right: 10px;
    max-width: 64px;
    height: auto;
}
.ajax_s_r .search_popup__all_link {
    min-height: 40px;
}
.ajax_s_r .search_popup__all_link div{
    margin: auto;
}
._h2 {
    font-size: 26px;
    text-align: center;
}