#faq {
    max-width: 100%;
    margin: 0;
    padding: 2px;
    text-align: center;
}
body {
    background-color: #000;
}
section.faq {
    padding-top: 2em;
    padding-bottom: 3em;
}

.faq-cat {
    margin: 2px;
}

.cat-name {
    margin: 20px 10px;
    text-align: right;
    color: orange;
    font-size: 1.4rem;
    font-weight: bolder;
}

.ul-list {
    text-align: left;
}

.transition,
.a-faq,
.accord-icon:before,
.accord-icon:after {
    transition: all 0.3s;
}

#faq .no-select,
#faq h2 {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
}

.t-head {
    color: #fff;
    margin-bottom: 30px;
    margin-top: 0;
}

.q-faq {
    color: orange;
    font-size: 1.1rem;
    text-align: right;
    padding: 15px 15px 0;
    text-transform: none;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: 0.2s;
}

.a-faq {
    color: #fff;
    text-align: right;
    font-size: 1rem;
    line-height: 1.45;
    position: relative;
    overflow: hidden;
    max-height: 250px;
    will-change: max-height;
    contain: layout;
    display: inline-block;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 10px 50px 0 15px;
    transition: 0.3s opacity, 0.6s max-height;
    hyphens: auto;
    z-index: 2;
}

.ul-list {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
}

.accord-fild {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    /*padding-bottom: 4px;*/
    /*padding-top: 18px;*/
    border-radius: 5px;
    border-bottom: 1px solid orange;
    background: #1a1a1a;
    box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);
    -webkit-tap-highlight-color: transparent;
}

.accord-fild {
    margin-top: 15px;
}

.accord-fild:last-of-type {
    padding-bottom: 0;
}

.accord-icon {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 20px;
    left: 25px;
}

.accord-icon:before,
.accord-icon:after {
    content: "";
    text-align: left;
    background-color: orange;
    position: absolute;
    width: 3px;
    height: 9px;
}

.accord-icon:before {
    transform: translate(-2px, 0) rotate(45deg);
}

.accord-icon:after {
    transform: translate(2px, 0) rotate(-45deg);
}

.accord-fild input[type="checkbox"] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    touch-action: manipulation;
}

.accord-fild input[type="checkbox"]:checked ~ h2 {
    color: #fff;
}

.accord-fild input[type="checkbox"]:checked ~ p {
    /*margin-top: 0;*/
    max-height: 0;
    transition: 0.3s;
    opacity: 0;
    /*transform: translate(0, 50%);*/
}

.accord-fild input[type="checkbox"]:checked ~ i:before {
    background-color: #fff;
    transform: translate(2px, 0) rotate(45deg);
}

.accord-fild input[type="checkbox"]:checked ~ i:after {
    background-color: #fff;
    transform: translate(-2px, 0) rotate(-45deg);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

a,
a:visited,
a:focus,
a:active,
a:link {
    text-decoration: none;
    outline: 0;
}

a {
    color: currentColor;
    transition: 0.2s ease-in-out;
}

h1,
h2,
h3,
h4 {
    margin: 0.3em 0;
}

ul {
    padding: 0;
    list-style: none;
}

.range-slider {
    position: relative;
    width: 80%;
    height: 35px;
    text-align: center;
}

.range-slider input {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 15px;
    outline: none;
    height: 18px;
    margin: 0;
    padding: 0;
    border: none !important;
}

.range-slider input::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
}

.range-slider input::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 9px;
}

.range-slider input::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: rgba(0, 0, 0, 1);
    border: 0;
}

.range-slider input:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
}

.range-slider input[type="range"]::-moz-focus-outer {
    border: 0;
}

.rangeValue {
    width: 30px;
}

.output {
    position: absolute;
    width: 40px;
    height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    font: bold 15px/30px;
    bottom: 75%;
    left: 50%;
    transform: translate(-50%, 0);
}

.container2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.range-slider input[type="range"] {
    -webkit-appearance: none;
    background: none;
}

.range-slider input[type="range"]::-webkit-slider-runnable-track {
    height: 5px;
    border: none;
    border-radius: 3px;
    background: transparent;
}

.range-slider input[type="range"]::-ms-track {
    height: 5px;
    background: transparent;
    border: none;
    border-radius: 3px;
}

.range-slider input[type="range"]::-moz-range-track {
    height: 5px;
    background: transparent;
    border: none;
    border-radius: 3px;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #555;
    margin-top: -5px;
    position: relative;
    z-index: 0;
}

.range-slider input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #555;
    margin-top: -5px;
    position: relative;
    z-index: 0;
}

.range-slider input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #555;
    margin-top: -5px;
    position: relative;
    z-index: 0;
}

.range-slider input[type="range"]:focus {
    outline: none;
}

.full-range,
.incl-range {
    width: 100%;
    height: 5px;
    left: 0;
    top: 21px;
    position: absolute;
    background: #ddd;
}

.incl-range {
    background: gold;
}

.filter-sidebar {
    background: #1a1a1a;
    padding: 5px;
    border-radius: 5px;
}
.filter-sidebar a {
    color: #fff !important;
}
.filter-sidebar .uk-parent {
    border-radius: 5px;
    padding: 5px;
    margin: 8px;
    background: #333333;
}

.uk-nav-sub a {
    margin: 5px 0;
    padding-right: 5px;
}

.uk-nav-sub a:hover {
    border-right: 2px solid orange;
    padding-right: 10px;
    color: orange !important;
}

.filter-sidebar a:focus {
    color: orange !important;
}

.product-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.product-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.product-card__header {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.product-card__header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-card__header img {
    transform: scale(1.1);
}

.product-card__body {
    padding: 15px;
}

.product-card__title {
    margin-bottom: 10px;
}

.product-card__title a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-card__price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-card__price-main {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.product-card__price-discount {
    font-size: 14px;
    color: #e74c3c;
    text-decoration: line-through;
}

.text-danger {
    color: #e74c3c !important;
}
