#subtel_filters .card-header {
    padding: 0.50rem 0.60rem;
}
#subtel_filters p.card-header {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
}
#subtel_filters .card-block {
    padding: 0.35rem;
}
#subtel_filters .card-block a:hover,
#subtel_filters .card-block a:focus {
    text-decoration: none;
}
#subtel_filters #subtel-filter-search-models,
#subtel_filters #subtel-filter-search-subcategories {
    margin-bottom: 10px;
}
#subtel_filters .filtergroup {
    margin-bottom: 0px;
}
#subtel_filters .filtergroup .filsearch {
    border: 1px solid rgba(0,0,0,.125);
}
#subtel_filters label.form-check-label {
    padding-left: 0;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 2px;
    cursor: pointer;
}
#subtel_filters .form-check {
    margin-bottom: 0;
}
#subtel_filters .form-check-input {
    margin-left: 0.25rem;
}
#subtel_filters .subtel-filter-block {
    max-height: 125px;
    overflow: auto;
}
#subtel_filters_result .badge {
    cursor: pointer;
}
#subtel_filters .subtel-filter-min-width {
    min-width: 12rem;
    margin-right: 10px;
}
@media only screen and (min-width: 575px) and (max-width: 980px) {

    #subtel_filters .subtel-filter-min-width {
        min-width: 12rem;
        margin-right: 0;
    }
}
@media only screen and (max-width: 575px) {
    #subtel_filters .subtel-filter-min-width {
        min-width: 12rem;
        margin-right: 0;
    }
}
#subtel_filters .subtel-filter-search-padding {
    padding: 10px;
}
#subtel_filters .subtel-filter-min-width-quarter {
    min-width: 9rem;
    max-width: 9rem;
}
#subtel_filters .subtel-filter-grey {
    background-color: #f7f7f9;
}
#subtel_filters strong {
    font-weight: 600;
}
#subtel_filters label.subtel-filter-disabled {
    cursor: not-allowed;
}
@media (max-width:980px) {
    #subtel_filters .btn,
    #subtel_filters .btn-group {
        width: 100%;
    }
    #subtel_filters .subtel-filter-min-width-quarter {
        min-width: 100%;
        max-width: 100%;
    }
}
#subtel-filter-result-hits-header {
    margin-bottom: .5rem;
}

@media only screen and (min-width:766px) {
    #changer{
        display: none;
    }
}

@media only screen and (max-width:767px) {
    #changer2{
        display: none;
    }
}

.productimage_grid_view{
     grid-column: 1/7;
     text-align: center;
    margin-bottom: 5px;
    margin-top: 10px;
 }
.productinfo_grid_view{
    line-height: 16px;
    text-overflow:ellipsis;
    overflow: hidden;
    font-size: 13px;
    font-weight: 600;
    height: 32px;
    white-space: normal;
    grid-column: 1/7;
    grid-row: auto;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 80%;
    margin-left: 12%;
    display: inline-block;
}
#rating_grid_view{
    grid-column: 1/7;
    text-align: center;
    margin-bottom: 5px;
}

#price_grid_view{
    grid-column: 1/7;
    text-align: center;
    grid-row: auto;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 5px;
}
.quantity_grid{
    grid-column: 1/2;
    text-align: left;
    grid-row: auto;
    font-weight: bold;
    font-size: 13px;
    vertical-align: sub;
    height: 28px;
}
.delivery_status_grid_view{
    grid-column: 1/7;
    text-align: center;
    margin-bottom: 5px;
}
.another_view{
    grid-column: 1 / 7;
    grid-row: auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.basket_grid_view{
    grid-column: 1/7;
    text-align: center;
    margin-bottom: 10px;
}

.wrapper_grid_view{
    box-sizing: border-box;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 10px;
    margin-right: -2%;
    max-width: 100%;
}
.wrapper_grid_view > div{
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.wrapper_grid_view div:last-child,                         /* always have no border on last child */
.wrapper_grid_view div:nth-child(odd):nth-last-child(2) {  /* have no border 2nd to last child if it is odd */
    text-align: center;
    border-bottom: none;
}

@media only screen and (max-width: 575px) {
    .wrapper_grid_view{
        box-sizing: border-box;
        display: grid;
        grid-auto-flow: row;
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 10px;
        margin-right: -2%;
        max-width: 100%;
        border-top: 1px solid #ccc;
        border-left:1px solid #ccc;
    }
}
.complete_view_grid{
    grid-column: auto;
    grid-row: auto;
    box-sizing: border-box;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(6, 1fr);
    max-width: 100%;
    max-height: 100%;
    padding: 5px;
}

.filter_view_sorting{
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(6, 1fr);
    margin-bottom: -2%;
}

.view_filter_container{
    grid-column: 1/3;
    text-align: left;
}
@media only screen and (max-width: 575px) {
    .view_filter_container{
        grid-column: 1/7;
        text-align: center;
    }
}

@media only screen and (max-width: 980px) {
    .view_filter_container{
        grid-column: 1/7;
        text-align: center;
    }
}
.sort_filter_container{
     grid-column: 3/7;
     text-align: right;
 }
@media only screen and (max-width: 575px) {
    .sort_filter_container{
        grid-column: 1/7;
        text-align: center;
    }
}

@media only screen and (max-width: 980px) {
    .sort_filter_container{
        grid-column: 1/7;
        text-align: center;
    }
}
#hide_filter_attr{
    display: none;
}
.hide_filter_web{
    display: unset;
}
@media only screen and (max-width: 575px) {
    #hide_filter_attr{
        display: unset;
        grid-column: 1/7;
    }

    .hide_filter_web{
        display: none;
    }
}
.icons_svg{color: #f18101;margin-right: 2px;width: 17px; height: 17px;vertical-align: top;}
.icons_svg_button{border: none;background-color: white;cursor: pointer;}

@media only screen and (max-width: 575px) {
    .icons_svg {
        color: #f18101;
        margin-right: 2px;
        width: 25px;
        height: 25px;
        vertical-align: baseline;
    }

    .icons_svg_button {
        border: none;
        background-color: white;
        cursor: pointer;
    }

    .radio_grid_buttons{
        width: 19px;
        height: 23px;
    }
}
.filter_row_grid
{
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(3, 1fr);
    white-space: nowrap;
}

.list_row_grid
{
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(6, 1fr);
    white-space: nowrap;
}

#inner_list_row_grid
{
    grid-column: 1/7;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(6, 1fr);
    white-space: nowrap;
    padding: 5px;
}

.list_view_class{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.list_view_image{
    grid-column: 1/2;
}

.list_view_productinfo{
    grid-column: 2/7;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.list_view_text{
    grid-column: 1/7;
    line-height: 16px;
    text-overflow:ellipsis;
    overflow: hidden;
    font-size: 13px;
    font-weight: 600;
    height: 32px;
    white-space: normal;
    grid-row: auto;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 100%;
}

.list_view_rating{
    grid-column: 1/7;
}

.list_view_price{
    grid-column: 1/7;
}

.list_view_shippinginfo{
    grid-column: 1/4;
    padding-top: 5px;
}
.list_view_basket{
     grid-column: 4/7;
     display: flow-root;

 }
@media only screen and (max-width: 575px) {

    .list_view_shippinginfo{
        grid-column: 1/7;

    }
    .list_view_basket{
        grid-column: 1/7;
        display: inline-flex;

    }

    .list_view_image{
        grid-column: 1/2;
        margin-left: -20px;
    }

    .filter_row_grid
    {
        display: unset;
        grid-auto-flow: row;
        grid-template-columns: repeat(1, 1fr);
        white-space: nowrap;
    }

    .show_view_text{
        display: none;
    }
}

@media only screen and (min-width: 575px) and (max-width: 980px)  {
    .filter_row_grid
    {
        display: block;
    }
}
.container_tablet_view
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}
