.products__filter__title {
    position: relative;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    font-size: 2rem;
    text-decoration: none;
    margin: 30px 0 20px 0;
}

.category-type-filters {
    margin-top: 10px;
    margin-bottom: 50px;
}

.category-type-filters__item {
    text-align: center;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .category-type-filters__item {
        width: 20%;
    }
}

.select-2-holder {

}

.custom-select select.select-2-dropdown, .custom-select select.select-2-dropdown:active,
.custom-select select.select-2-dropdown:hover, .custom-select select.select-2-dropdown:focus {
    text-transform: uppercase;
    height: 45px;
    padding: 0 11% 0 10px;
    background-image: url('/bootstrap/img/expand.svg');
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: 95% 18px;
    text-overflow: ellipsis;
    font-size: 1.3rem;
    color: #269651;
    background-color: #edf2ef;
    border: 2px solid #a3ccb3;
    border-radius: 0;
    -webkit-appearance: none;
}

.category-type-filters__item .select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 0;
    height: 45px;
}

.category-type-filters__item .select2-container--default .select2-selection--single .select2-selection__placeholder,
.category-type-filters__item .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #269651;
    background-color: #edf2ef;
    border: 2px solid #a3ccb3;
    text-transform: uppercase;
    line-height: 16px;
    white-space: normal;
    height: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.category-type-filters__item .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 2px;
}

.category-type-filters__item .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 27px;
}

.category-type-filters__item .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.category-type-filters__item .select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -5px;
    border: solid #269651;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.category-type-filters__item .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: solid #269651;
    border-width: 0 2px 2px 0;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: -2px;
}

.category-type-filters__item .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    width: 10px;
    min-width: 10px;
    height: 10px;
    overflow: hidden;
    padding-top: 16px;
    float: none;
    margin-left: 5px;
}

.category-type-filters__item .select2-container--default .select2-selection--single .select2-selection__clear:before,
.category-type-filters__item .select2-container--default .select2-selection--single .select2-selection__clear:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    border-top: 2px solid #ffffff;
}

.category-type-filters__item .select2-container--default .select2-selection--single .select2-selection__clear:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.category-type-filters__item .select2-container--default .select2-selection--single .select2-selection__clear:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 500px !important;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 1.3rem;
    line-height: 1.7rem;
    text-transform: uppercase;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    text-transform: uppercase;
    padding: 8px 4px;
    border-color: #dddddd !important;

}

.select2-results__option {
    padding: 10px 10px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #999 !important;
}

.select2-dropdown {
    border-color: #dddddd !important;
}

.category-type-filters__item--reset {
    display: block;
    width: 100%;
    height: 45px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
    color: #269651;
    background-color: #edf2ef;
    border: 2px solid #a3ccb3;
}
.category-type-filters__item--reset:hover {
    background-color: #269651;
    color: #ffffff;
    border-color: #269651;
}
.product-list {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 50px;
    position: relative;
}

.row.is-flex.product-list:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #ffffff;
    height: 50px;
}

.product-list__empty {
    padding: 20px;
    margin-bottom: 60px;
}

.loading {
    right: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    display: block;
    position: absolute;
    margin-top: -50px;
}

.loading:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 50px;
    width: 50px;
    animation: rotate 2s infinite linear;
    border: 6px solid #ddd;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.product-list__item {
    margin: 0 0 50px 0;
    position: relative;
    padding: 0;
}

.product-list__item:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    height: 30px;

    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #efefef 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.product-list__item__link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    margin: 20px 0;
    border-right: 1px solid #a7a7a7;
    position: relative;
    padding-bottom: 20px;
}

.product-list__item:last-child .product-list__item__link {
    border-right: 0;
}

@media (min-width: 1200px) {
    .product-list__item:nth-child(4n) .product-list__item__link {
        border-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-list__item:nth-child(3n) .product-list__item__link {
        border-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-list__item:nth-child(2n) .product-list__item__link {
        border-right: 0;
    }
}

@media (max-width: 768px) {
    .product-list__item__link {
        border-right: 0;
    }
}

.product-list__item__link,
.product-list__item__link:hover,
.product-list__item__link:active,
.product-list__item__link:visited,
.product-list__item__link:focus {
    text-decoration: none;
    color: inherit;
}

.product-list__item__shot {
    margin-bottom: 20px;
    width: 100%;
    height: 230px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.product-list__item__title {
    font-weight: bold;
    margin: 0;
    font-size: 2rem;
    color: #8c5ba7;
}

.product-list__item__size {
    color: #999999;
    font-size: 1.3rem;
    font-weight: normal;
    margin: 0;
}

.product-list__item__description {
    margin-top: 6px;
    margin-bottom: 20px;
}

.product-list__item__cta {
    color: #8c5ba7;
    text-decoration: underline;
    position: absolute;
    bottom: 0;
}

