.products-page-wrapper { display: flex; align-items: stretch; margin: 20px 0 60px; box-shadow: 0 0 25px rgba(0,0,0,0.04); }
.filter-wrapper { min-width: 280px; width: 280px; margin-right: 10px; background: #fff; box-shadow: 0 0 15px rgba(0,0,0,0.05); border-radius: 0.25rem; }
.filter-container { padding: 2rem; }
.products-wrapper { flex-grow: 1; background: white; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; box-shadow: 0 0 15px rgba(0,0,0,0.05); border-radius: 0.25rem; }
.products-container { display: flex; flex-wrap: wrap; align-items: stretch; padding: 1.2rem 2rem; margin: 0 -10px; width: 100%; }
.products-container .product-card { width: calc(25% - 20px); margin: 10px; border: 1px solid #f1f1f1; }
.products-container .product-card:hover { border-color: white; }
.products-page-wrapper .head { border-bottom: 1px solid #e8e8e8; padding: 0rem 2rem; width: 100%; height: 3.8rem; display: flex; align-items: center; font-weight: 500; background: #fafafa; }
.products-page-wrapper .sort-order-wrapper { width: 250px; background: white; }
.products-page-wrapper .limit-wrapper { width: 70px; margin: 0 0 0 auto; background: white; }
.filter { margin: 0 0 30px; position: relative; }
.filter.loading:before { content: ''; width: 16px; height: 16px; position: absolute; left: -22px; top: 8px; background-image: url('/modules/products/images/loading.svg'); background-position: center; background-repeat: no-repeat; background-size: cover;  opacity: 0.66; filter: alpha(opacity=66); }
.filter:last-child { margin: 0; }
.filter.filter-active .filter-title:after { transform: rotate(45deg); }
.filter .filter-title { user-select: none; padding: 10px 35px 10px 0; transition: all 0.25s; cursor: pointer; font-weight: 600; font-size: 12px; line-height: 13px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; color: #333; text-transform: uppercase; border-bottom: 1px solid #dddddd; }
.filter .filter-title:after { position: absolute; top: 8px; right: 0; content: ''; width: 16px; height: 16px; background: url('/modules/products/images/plus.svg') no-repeat; background-position: center;  background-size: cover; transition: all 0.25s; opacity: 0.5; filter: alpha(opacity=50); }
.filter .filter-title:hover { color: #1e1e1e; }
.filter .filter-title:hover:after { opacity: 1; filter: alpha(opacity=100); }
.filter .filter-content { padding: 10px 0 0 0; }
.filter .filter-content ul { margin: 0; list-style-type: none; padding: 0;  }
.filter .filter-content ul li { padding: 1px 0; margin: 0; }
.filter .filter-content ul li:before { display: none; }
.filter .filter-content ul li:last-child { margin: 0; }
.filter .filter-content ul li.secondary { display: none; }
.filter .filter-content .show { border-top: 1px solid #dddddd; display: block; padding: 10px 0 0 0; margin: 10px 0 0; font-weight: 400; font-style: normal; font-size: 12px; line-height: 12px; letter-spacing: 0.25px; color: rgba(30, 30, 30, 0.66); text-decoration: underline; }
.filter .filter-content .show:hover { color: #1e1e1e; text-decoration: none; }
.filter .filter-content .show .show-less { display: none; }
.filter .filter-content .show .show-more { display: inline; }
.filter .filter-content.show-all ul li.secondary { display: block; }
.filter .filter-content.show-all .show .show-more { display: none; }
.filter .filter-content.show-all .show .show-less { display: inline; }
.filter .filter-content .filter-search-container { padding: 0; margin: 0 0 10px; position: relative; }
.filter .filter-content .filter-search-container input { width: 100%; height: 32px; border-radius: 4px; padding: 0 10px 0 27px; border: none; background-color: rgba(0,0,0,0.05); transition: all 0.15s; font-weight: 400; font-style: normal; font-size: 13px; line-height: normal; letter-spacing: 0.25s; }
.filter .filter-content .filter-search-container input:hover, .filter .filter-content .filter-search-container input:focus { background-color: rgba(0,0,0,0); }
.filter .filter-content .filter-search-container input:hover + label, .filter .filter-content .filter-search-container input:focus + label { opacity: 1; filter: alpha(opacity=100); }
.filter .filter-content .filter-search-container label { width: 20px; height: 20px; background: url('/modules/products/images/search.svg') no-repeat; background-position: 0 0; background-size: 16px 16px; position: absolute; left: 5px; top: 7px; opacity: 0.5; filter: alpha(opacity=50); transition: all 0.15s; }
.filter .filter-content .irs { position: relative; display: block; user-select: none; }
.filter .filter-content .irs-line { position: relative; display: block; overflow: hidden; outline: none !important; }
.filter .filter-content .irs-bar { position: absolute; display: block; left: 0; width: 0; }
.filter .filter-content .irs-shadow { position: absolute; display: none; left: 0; width: 0; }
.filter .filter-content .irs-handle { position: absolute; display: block; box-sizing: border-box; cursor: default; z-index: 1; }
.filter .filter-content .irs-handle.type_last { z-index: 2; }
.filter .filter-content .irs-min, .filter .filter-content .irs-max { position: absolute; display: block; cursor: default; }
.filter .filter-content .irs-min { left: 0; }
.filter .filter-content .irs-max { right: 0; }
.filter .filter-content .irs-from, .filter .filter-content .irs-to, .filter .filter-content .irs-single { position: absolute; display: block; top: 0; left: 0; cursor: default; white-space: nowrap; }
.filter .filter-content .irs-grid { position: absolute; display: none; bottom: 0; left: 0; width: 100%; height: 20px; }
.filter .filter-content .irs-with-grid .irs-grid { display: block; }
.filter .filter-content .irs-grid-pol { position: absolute; top: 0; left: 0; width: 1px; height: 8px; background: #000; }
.filter .filter-content .irs-grid-pol.small { height: 4px; }
.filter .filter-content .irs-grid-text { position: absolute; bottom: 0; left: 0; white-space: nowrap; text-align: center; font-size: 9px; line-height: 9px; padding: 0 3px; color: #000; }
.filter .filter-content .irs-disable-mask { position: absolute; display: block; top: 0; left: -1%; width: 102%; height: 100%; cursor: default; background: rgba(0, 0, 0, 0); z-index: 2; }
.filter .filter-content .lt-ie9 .irs-disable-mask { background: #000; filter: alpha(opacity=0); cursor: not-allowed; }
.filter .filter-content .irs-disabled { opacity: 0.4; }
.filter .filter-content .irs-hidden-input { position: absolute !important; display: block !important; top: 0 !important; left: 0 !important; width: 0 !important; height: 0 !important; font-size: 0 !important; line-height: 0 !important; padding: 0 !important; margin: 0 !important; overflow: hidden; outline: none !important; z-index: -9999 !important; background: none !important; border-style: solid !important; border-color: transparent !important; }
.filter .filter-content .irs--round { height: 20px; }
.filter .filter-content .irs--round.irs-with-grid { height: 65px; }
.filter .filter-content .irs--round .irs-line { top: 6px; height: 6px; background-color: rgba(30, 30, 30, 0.1); border-radius: 3px; }
.filter .filter-content .irs--round .irs-bar { top: 6px; height: 6px; background-color: var(--blue); }
.filter .filter-content .irs--round .irs-shadow { height: 0; bottom: 0; }
.filter .filter-content .irs--round .irs-handle { top: 0; width: 18px; height: 18px; border: 2px solid #f8f7f7; background-color: var(--blue); border-radius: 50%; }
.filter .filter-content .range-slider { margin: 0 0 10px; }
.filter .filter-content .extra-controls { display: flex; flex-wrap: nowrap; align-items: center; }
.filter .filter-content .extra-controls .price-input-container { flex: 1; position: relative; }
.filter .filter-content .extra-controls .price-input-container input { display: block; width: 100%; height: 32px; background-color: #ffffff; border: 2px solid #dddddd; color: #1e1e1e; text-align: right; border-radius: 4px; padding: 0 25px 0 10px; font-weight: 400; font-style: normal; font-size: 13px; line-height: normal; letter-spacing: 0.25s; transition: all 0.15s; }
.filter .filter-content .extra-controls .price-input-container input:hover { border-color: rgba(30, 30, 30, 0.33); }
.filter .filter-content .extra-controls .price-input-container input:focus { border-color: #1e1e1e; }
.filter .filter-content .extra-controls .price-input-container label { position: absolute; top: 8px; right: 10px; font-weight: 400; font-style: normal; font-size: 13px; line-height: normal; letter-spacing: 0.25s; }
.filter .filter-content .extra-controls .hyphen { flex: 0 0 auto; padding: 0 5px; }
.filter .checkbox { margin: 0; font-size: 0.84rem; }
.filter .checkbox label { cursor: pointer; user-select: none; }

.selected-filters { display: flex; flex-wrap: wrap; width: 100%; transition: 0.3s; padding: 0 0 0 2rem; }
.selected-filters.active { border-bottom: 1px solid #e8e8e8; padding: 0.6rem 0 0.6rem 2rem; }
.selected-filters .tag { text-decoration: none; width: auto; height: 30px; font-weight: 500; font-size: 11px; line-height: 30px; letter-spacing: 0.25px; background: #eee; border-radius: 30px; padding: 0 30px 0 15px; margin: 5px 10px 5px 0; transition: all 0.25s; position: relative; user-select: none; }
.selected-filters .tag:after { content: ''; width: 15px; height: 30px; background: url('/modules/products/images/close.svg') no-repeat; background-position: center; background-size: 14px 14px; position: absolute; right: 10px; top: 0; transition: all 0.25s; }
.selected-filters .tag:hover { color: #1e1e1e; background-color: rgba(30, 30, 30, 0.33); }
.selected-filters .tag:hover:after { opacity: 1; filter: alpha(opacity=100); }

.pagination { position: relative; margin: auto 0 0 0; left: 0; width: 100%; height: auto; border-top: 1px solid #dddddd; }
.pagination ul { display: flex; justify-content: center; align-items: flex-start; flex-wrap: nowrap; padding: 0; margin: 0; list-style-type: none; }
.pagination ul li { width: 50px; height: 50px; padding: 0; border-left: 1px solid #dddddd; display: flex; justify-content: center; align-items: center; font-weight: 400; font-style: normal; font-size: 13px; line-height: 13px; letter-spacing: 0.5px; color: rgba(30, 30, 30, 0.66); margin: 0; }
.pagination ul li:last-child { border-right: 1px solid #dddddd; }
.pagination ul li:before { display: none; }
.pagination ul li a { width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; color: rgba(30, 30, 30, 0.66); text-decoration: none; transition: all 0.25s; font-weight: 400; font-style: normal; font-size: 13px; line-height: 13px; letter-spacing: 0.5px; position: relative; }
.pagination ul li a:hover { background-color: #f8f7f7; color: #1e1e1e; }
.pagination ul li a.active { background: #353535; color: #ffffff; }
.pagination ul li a:before { position: absolute; left: 0; content: ''; width: 50px; height: 49px; opacity: 0.5; filter: alpha(opacity=50); }
.pagination ul li a.prev:before { background: url('/modules/products/images/chevron-left.svg') no-repeat; background-position: center; background-size: 18px 18px; transition: all 0.25s; }
.pagination ul li a.prev:hover:before { opacity: 1; filter: alpha(opacity=100); }
.pagination ul li a.next:before { background: url('/modules/products/images/chevron-right.svg') no-repeat; background-position: center; background-size: 18px 18px; transition: all 0.25s; }
.pagination ul li a.next:hover:before { opacity: 1; filter: alpha(opacity=100); }
ul[data-type="categories"] a.active { font-weight: 700; pointer-events: none; }
button#load-products { margin: 20px auto; display: none; }

@media (max-width: 1440px) {
.filter { margin: 0 0 20px; }
.filter.loading:before { width: 14px; height: 14px; left: -17px; top: 9px; }
}

@media (max-width: 1280px){
.products-container .product-card { width: calc(33.33333% - 20px); }
}
@media (max-width: 1024px){
.pagination { display: none; }
button#load-products { display: initial; }
.hide { display: none; }

.products-page-wrapper { flex-direction: column; }
.products-page-wrapper { margin: 20px 0; border: 0px; }
.products-page-wrapper .head { padding: 1rem; }
.products-container { padding: 10px 20px; }
.products-container .product-card { width: calc(50% - 10px); margin: 5px; }

.products-page-wrapper .sort-order-wrapper { width: 70%; }
.products-page-wrapper .limit-wrapper { width: calc(30% - 10px); }


.filter-wrapper { margin: 0; width: 100%; }
.filter-wrapper .head.active { background-color: rgba(30, 30, 30, 0.05); }
.filter-wrapper .head.active:after { transform: rotate(180deg); }
.filter-wrapper .head { cursor: pointer; transition: all 0.25s; user-select: none; }
.filter-wrapper .head:after { content: ''; position: absolute; top: 13px; right: 15px; width: 24px; height: 24px; background: url('/modules/products/images/chevron-down.svg') no-repeat; background-position: center; background-size: 16px 16px; opacity: 1; filter: alpha(opacity=100); transition: all 0.25s; }
.filter-container { display: none; padding: 1rem; }
.filter { margin: 0; position: relative; xpadding: 0 15px; border-top: 1px solid #f8f7f7; }
.filter.loading:before { display: none; }
.filter:last-child { margin: 0; }
.filter.filter-active .filter-title:after { transform: rotate(45deg); }
.filter .filter-title { padding: 0 35px 0 0; font-weight: 400; font-style: normal; font-size: 13px; line-height: 50px; letter-spacing: 0.5px; color: #1e1e1e; border-bottom: none; height: 50px; }
.filter .filter-title:after { top: 13px; right: 0; width: 24px; height: 24px; background: url('/modules/products/images/open-close.svg') no-repeat; background-position: center; background-size: 16px 16px; transition: all 0.25s; opacity: 1; filter: alpha(opacity=100); }
.filter .filter-content { padding: 0 0 20px 0; }
.filter .filter-content .show { color: #1e1e1e; }
}

@media (max-width: 768px){
.products-container .product-card { width: calc(100% - 10px); margin: 5px; }
}







