@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

.gw-legend--good-will {
    margin-right:5px;
}

.gw-goodwill-products .gw-categories-list {
    margin-top:20px;
}

.gw-all-products_filters { max-width: 950px; margin: 0 auto; padding: 10px 0;border-top:none }

.gw-goodwill-products .categories-list {
    margin-top:20px;
}

.gw-products-pagination_item {
    cursor:pointer;
}

.gw-checkmark {
    height:20px!important;
}

.gw-goodwill-products {
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
}

.gw-checkboxes label.gw-label {
    width:100%;
}

.gw-select-options {
    display:none;
}

.styledSelect select {
    pointer-events:none;
}

.gw-selectBox select.gw-styledSelect {
    max-width: 100%;
    padding: 5px 15px;
    font-family: 'Arial';
    font-size: 14px;
    font-weight: 400;
    color: #777f84;
    margin-right: 20px;
    border: 1px solid #ccc;
}

.gw-selectBox{
    width: 250px;
    max-width: 100%;
}

.gw-label a {
    top:0;
    left:0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}

.gw-select-container .styledSelect {
    width: 100%;
    padding: 7px 15px;
    font-family: 'Arial';
    font-size: 14px;
    font-weight: 400;
    color: #777f84;

}

.gw-select-container  select {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:9;
    height:100%;
}

.gw-selectBox {
    height:34px;
}

.gw-select-container .gw-options li {
    display: flex;
    height:37px;
    position: relative;
    margin-bottom: 12px;
    justify-content:left;
    align-items:center;
}

.gw-select-container .gw-options li:hover {
    background-color: #dadada;
    color:black;
}

.gw-select-container ul {
    padding: 7px;
}

.gw-select-container ul.gw-options {
    padding:7px;
}

.gw-col-options {
    display:flex;
    align-items:center;
}


.gw-products-search form {
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}

.gw-col-options {
    padding: 10px;
}

.gw-col-options-0 .gw-search-filter {
    margin:auto;
}
.gw-col-options-0 {
    margin-right:15px;
    flex:3;
    justify-content:start;
}




.gw-products-search form .gw-select-group {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gw-col-options-0 {
    max-width: 290px;
}

.gw-categories-list {
    padding-left:10px;
    padding-right:10px;
}

.gw-checkboxes{
    z-index:9999;
}

.gw-checkboxes.gw-checkboxes_radio  {
    z-index:999;
}

.gw-label {
    font-size: 14px;
    font-weight: 400;
}

.gw-select-container ul.gw-options {
    z-index:999999;
}

.gw-products-item_img {
    background: white;
}

.gw-products-item_img img {
    max-height: 100%;
    height:170px;
    object-fit:contain;
    width:100%;
}


.gw-products-item_data {
    padding:10px;
}

.gw-product-not-found h3 {
    padding-left:20px;
}

.gw-checkboxes,.gw-select-container .gw-options {
    border-top:none;
}

.gw-selectBox select {
    height:100%;
}

.gw-products-pagination {
    overflow:auto;
}

.gw-checkboxes.gw-checkboxes_radio label.gw-label {
    width:100%;
    padding:0;
}

.gw-checkboxes input[type="radio"] {
    cursor:pointer;
}

.gw-products-slider-section_slider {
    display:none;
}

/** Badges */

.gw-products-item_img_container {
    position:relative;
}
.gw-buy-it-now {
    list-style-type: none;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    padding: 0 7px;
    min-width: 30px;
    width: auto;
    background: #903395;
}

.gw-badges {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.gw-buy-it-now img {
    display:none;
    width:13px;
    height:auto;
    padding-top: 9px;
    padding-bottom: 9px;
}

.gw-checkboxes .gw-checkmark {
    text-align: left;
    line-height: 30px;
    height: 100%;
    vertical-align: middle;
    padding-left:10px;
}

.gw-select-container .gw-options li:last-child {
    margin-bottom:0;
}

