/* CATEGORY */
.p-l-overlay {position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgb(255, 255, 255, 0.48);}
.p-l-overlay img {width: 64px; height: 64px; margin: 0 auto; display: block; margin-top: 200px;}
.c-pagination {float: right; margin-top: 10px;}
.c-desc {font-size: 14px; line-height: 24px; color: #262626; margin-top: 50px;}
.c-desc p:last-child {margin-bottom: 0;}
.c-tiles .hm-up-cnt-l-i img { right: 18%;bottom: 18px; max-width: 70%; border-radius: 4px;}
.c-tiles .h-megamenu li a {display: flex;padding-left: 3px;align-items: center;position: relative;}
.c-tiles .h-megamenu li a i {padding: 7px 0;font-size: 16px;display: flex;align-items: center;}
.c-tiles .h-megamenu .hm-up-ctlg-name {position: absolute;left: 46px;margin-left: 0px;}
.c-tiles .hm-up-cnt-l-nm {background-color: rgba(255, 255, 255, 0.7); font-size: 13px; border-radius: 4px;padding: 5px;}
.c-content {margin-left: 0px; padding-top: 20px;}
.c-content .t-tbl .with-sidebar li {width: 0;}

/* SORTING */
.c-sorting {border: 1px solid #f0f0f0; border-radius: 4px 4px 0px 0px; padding: 7px 10px;}
.c-sorting-inner {position: relative; height: 30px; z-index: 1; display: inline-block;}
.c-sorting-inner ul {position: absolute; left: 0; right: 0; top: 30px; background: #efefef; list-style: none; padding: 0; margin: 0;}
.c-sorting-cpt {line-height: 30px; color: #31a745; font-weight: bold; font-size: 14px; height: 30px; cursor: default; padding: 0 7px;}
.c-sorting-cpt i {width: 18px; height: 18px; margin-top: 5px; margin-left: 10px;}
.c-sorting-inner:hover .c-sorting-cpt {background: #efefef;}
.c-sorting-select {display: none;}
.c-sorting-inner:hover .c-sorting-select {display: block;}
.c-sorting-select li a {display: block; white-space: nowrap; font-size: 14px; color: #212529; padding: 7px;}
.c-sorting-select li a:hover {background: #1e7e34; color: white; text-decoration: none;}

/* SLY */
.cath-sly-wrap {margin-bottom: 15px; user-select: none;}
.sly {overflow: hidden;}
.sly ul {list-style: none; margin: 0; padding: 0; height: 100%; font-size: 0.9em;}
.sly ul li {height: 100%; text-align: center; cursor: pointer; padding-right: 10px;}
.sly ul li.active {}
.sly ul li a {color: #262625; background: #eee; padding: 5px 15px; text-decoration: none; border-radius: 3px; transition: 0.2s background;}
.sly ul li:hover a {background: #e0dfdf;}
.sly-scrollbar {height: 1px; background: white; line-height: 0;}
.sly-scrollbar .sly-handle {width: 100px; height: 100%; background: white; cursor: pointer;}
.sly-scrollbar .sly-handle .sly-mousearea {position: absolute; top: -9px; left: 0; width: 100%; height: 20px;}

/* FAQ */
.cath-faq-wrap {font-size: 14px; line-height: 24px; color: #262626; margin-top: 80px;}
.cath-faq-q-wrap {border: 1px solid #e3e3e3; border-radius: 3px; padding: 15px; margin-bottom: 15px; cursor: pointer;}
.cath-faq-q-wrap.opened {cursor: initial;}
.cath-faq-q-wrap:hover {background: #fbfbfb;}
.cath-faq-q-wrap:last-child {margin-bottom: 0;}
.cath-faq-q {font-weight: bold; cursor: pointer; user-select: none;}
.cath-faq-q-i {width: 16px; height: 16px; transform: rotate(-90deg); margin-top: 4px; float: left; transition: 0.2s transform;}
.cath-faq-q-wrap.opened .cath-faq-q-i {transform: rotate(-180deg);}
.cath-faq-q-a {margin-left: 28px;}
.cath-faq-a {display: none; padding-top: 10px;}

/* FILTERS */
.ff {user-select: none; font-size: 15px; position: relative; padding-bottom: 30px;}
.ff-frm {font-size: 14px; position: relative; padding-bottom: 100px;}
.ff-frm.no-reset {padding-bottom: 50px;}
.ff .fc {font-size: 15px; font-weight: bold; color: #262626;}
.ff-item {margin-bottom: 15px; border: 1px solid #F0F0F0; border-radius: 8px; padding: 7px 16px;}
.ff-item input[type="checkbox"], .ff-item input[type="radio"] {width: 0; height: 0; opacity: 0; float: left;}
.ff-cb-emul {display: block; padding: 10px 0;}
.ff-cb-emul-check {display: inline-block; vertical-align: top; border: 1px solid #31a745; border-radius: 4px; width: 20px; height: 20px; float: left; margin-right: 10px; transition: 0.2s background;}
.ff-cb:not(:checked)+label .ff-cb-emul-check {background: white; border: 1px solid #c4c4c4;}
.ff-cb:checked+label .ff-cb-emul-text {font-weight: bold;}
.ff-item-cpt {color: #3c4049; font-size: 14px; cursor: pointer; font-weight: bold; position: relative;}
.ff-item-cpt .nm {vertical-align: middle; width: calc(100% - 59px);}
.ff-item-cpt .ar {vertical-align: middle; height: 12px; width: 12px; margin-left: 15px; margin-top: -1px; opacity: 0.5;transform: rotate(-90deg);}
.ff-item-cpt .qs {vertical-align: middle; height: 16px; width: 16px; margin-left: 15px;}
.ff-item.opened .ff-item-cpt .ar {transform: rotate(0deg);}
.f-help {position: absolute; left: 0; right: 0; top: 35px; background: #1e88e5; z-index: 3; padding: 15px; font-weight: normal; font-size: 12px; color: white; display: none;}
.ff-item-cpt .qs:hover .f-help {display: block;}
.f-help p:last-child {margin-bottom: 0;}
.ff-item-opt {display: none;}
.ff-item.opened .ff-item-opt {display: block;}
.ff-item-range {padding-top: 10px;}
.ff-item-params {padding-bottom: 10px;}
.ff-item-range input[type="text"] {width: 40%; font-size: 14px; padding: 8px; outline: none; border: 1px solid #31a745; border-radius: 8px;}
.ff-item-range input[type="text"]:focus {box-shadow: 0 0 15px 0 rgba(37, 117, 188, .29);}
.ff-item-range-spl {display: inline-block; width: 20%; text-align: center; font-size: 14px;}
.ff-item-slider {margin: 25px 10px; height: 2px;}
.ff-multiple {margin-top: 12px;}
.ff-color-marker {font-size: 0;}
.ff-color-marker i {display: inline-block; vertical-align: top; margin-top: 1px; width: 20px; height: 20px; border: 1px solid #c4c4c4; border-radius: 10px; float: right;}
.ff-s {-webkit-appearance: none; -moz-appearance: none; appearance: none; border: 1px solid lightgray; outline: none; height: 33px; padding: 0 5px; padding-right: 35px; width: 100%;}
.ff .ui-slider-horizontal {background: #eceff1; height: 2px; position: relative;}
.ff .ui-slider-range {background: #31a745; position: relative;}
.ff .ui-slider-handle {background: #31a745; border: 1px solid #31a745; border-radius: 10px; width: 20px; height: 20px; top: -9px; outline: none;}
.ff .ui-slider-handle.ui-state-hover {background: #2f9841;}
.ff .ui-slider-range {height: 100%;}
.ff .ui-slider-handle {margin-left: -10px; position: absolute; z-index: 2; cursor: default; -ms-touch-action: none; touch-action: none;}
.ff .ff-deploy {position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; padding-bottom: 3px;}
.ff-frm.no-reset .ff-reset {display: none;}
.ff-reset {border: 1px solid #fd3246; text-align: center; display: block; margin-top: 10px; border-radius: 8px; line-height: 42px; color: #fd3246; background: white; font-weight: bold; text-decoration: none; transition: 0.2 s box-shadow;}
.ff-reset:hover {box-shadow: 0px 4px 16px rgba(117, 0, 0, 0.2); text-decoration: none;}
.ff-reset i {width: 18px; height: 18px; margin-right: 7px; width: 20px; height: 20px; margin-right: 7px; margin-top: 11px;}
.ff-sel {margin-bottom: 25px;}
.ff-sel-i {background: #edf7ff; padding: 10px; border-radius: 3px; margin-bottom: 10px;}
.ff-sel-i-cpt {font-weight: bold; border-bottom: 1px dashed #d3d3d3; padding-bottom: 5px; margin-bottom: 5px;}
.ff-sel-i-opt i {display: block; margin-bottom: 5px;}
.ff-sel-i-opt i:last-child {margin: 0;}
.ff-sel-i-cpt-rm {width: 12px; height: 12px; float: right; margin-top: 4px; cursor: pointer;}
@media (max-width: 576px) {
	.c-tiles .hm-up-cnt-l-nm {background-color: rgba(255, 255, 255, 0.7); font-size: 11px; border-radius: 4px;}
}
@media (max-width: 768px) {
	.c-tiles .hm-up-cnt { width: 100%;}
	.c-tiles .hm-up-ctlg {display: none;}
	.c-tiles .hm-up-cnt-l-nm {background-color: rgba(255, 255, 255, 0.7); font-size: 11px; border-radius: 4px;}
	.ff .ff-deploy {position: fixed !important; padding: 0 15px; padding-bottom: 0; background: white;}
	.cath-sly-wrap {margin-right: -15px;}
	.sly ul li a {padding: 15px;}
	/* SORTING */
	.c-sorting {padding: 0px;}
	.c-sorting-inner {display: block; text-align: center; height: 40px;}
	.c-sorting-cpt {line-height: 40px; height: 40px;}
	.c-sorting-inner ul {top: 40px;}
	.c-sorting-cpt i {margin-top: 10px;}
	
}