@media(max-width:800px) {
    .gw-products-grid .gw-products-item {
        width:50%;
    }
}

@media(max-width:600px) {
    .gw-categories-list_list--item {
        max-width:45%;
    }
    .gw-products-item {
        display:flex!important;
    }
    .gw-products-grid {
        padding-top:20px;
        padding-right:15px;
        padding-left:15px;
    }
    .gw-products-item_title {
        height:auto;
    }
    .gw-products-item_img {
        background:transparent;
    }
    .gw-products-item_title h3 {
        min-height:auto;
    }
    .gw-products-grid .gw-products-item {
        padding:0;
        margin-bottom:20px;
    }
    .gw-products-item_title h3 {
        text-align:left;
    }
    .gw-products-item_title {
        padding-bottom:0;
        border-bottom:none;
    }
    .gw-products-item_price {
        text-align:left;
        margin:0;
    }
    .gw-products-item_remaining--time {
        text-align:left;
        margin:0;
    }
    .gw-products-grid .gw-products-item {
        width:100%;
        display:flex;
        flex-direction:row;
    }
    .gw-products-item_img_container {
        width:45%;
        display:flex;
        justify-content:center;
        height: 150px;
        line-height: 150px;
    }
    .gw-products-item_img {
        height:100%;
        width: 100%;
        text-align: center;
        display: inline-block;
    }
    .gw-products-item_data {
        display: inline-block;
        padding: 10px;
        width: 55%;
        vertical-align: top;
        color: #333;
    }
    .gw-products-item_title h3 a {
        margin-top:0;
    }
    .gw-buy-it-now span {
        display:none;
    }
    .gw-buy-it-now img {
        display:block;
    }

}

@media (max-width: 400px) {
    .gw-products-grid {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media(max-width:650px) {
    .gw-col-options.gw-col-options-1 {
        flex-direction: column;
        width: 100%;
    }
    .gw-products-search form .gw-select-group legend {
        width:100%;
        max-width:277px;
        margin:auto;
        text-align:left;
    }
    .gw-selectBox {
        width:277px;
    }
    .gw-multiselect {
        width:277px;
    }
    .gw-col-options-0 {
        margin:0;
        max-width:100%;
    }
}

.gw-checkboxes label.gw-label:last-child {
    margin-bottom:0;
}

.gw-checkboxes.gw-checkboxes_radio label.gw-label {
    display:flex;
    justify-content: left;
    align-items: center;
}
.gw-checkboxes .gw-checkmark {
    line-height: 34px;
    vertical-align: middle;
}


