.box-product .alert-warning {
    color: #31708f;
    border-color: #bce8f1;
    background-color: #d9edf7;
}
.jconfirm-buttons .ws-btn:focus {
    outline: 0;
}
.jconfirm-buttons .ws-btn:hover {
    color: white;
    background: var(--ws-second-color);
}
.slider-for:not(.slick-slider) .item:not(:first-child) {
    display: none;
}
.slider-nav:not(.slick-slider) {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.slider-nav:not(.slick-slider) .item {
    display: none;
    margin: 0;
}
.slider-nav:not(.slick-slider) .item:nth-child(1),
.slider-nav:not(.slick-slider) .item:nth-child(2),
.slider-nav:not(.slick-slider) .item:nth-child(3),
.slider-nav:not(.slick-slider) .item:nth-child(4),
.slider-nav:not(.slick-slider) .item:nth-child(5) {
    display: unset;
}
.slick-slider .slick-track {
    margin: auto;
}
.slick-slider .btn-prev,
.slick-slider .btn-next {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
.slick-slider .btn-prev {
    left: 0;
}
.slick-slider .btn-next {
    right: 0;
}
.slick-slider .btn-prev,
.slick-slider .btn-next,
.owl-carousel .btn-prev,
.owl-carousel .btn-next {
    z-index: 1;
    width: 40px;
    height: 40px;
	display: grid;
    font-size: 24px;
    cursor: pointer;
	text-align: center;
    align-items: center;
	border-radius: 30px;
    color: var(--ws-primary-color);
	border: 1px solid var(--ws-primary-color);
}
.slick-slider .btn-prev .fa,
.slick-slider .btn-next .fa,
.owl-carousel .btn-prev .fa,
.owl-carousel .btn-next .fa {
    top: -1px;
    position: relative;
}
.slick-slider .btn-prev:hover,
.slick-slider .btn-next:hover,
.owl-carousel .btn-prev:hover,
.owl-carousel .btn-next:hover {
    color: white;
    border-color: var(--ws-primary-color);
    background-color: var(--ws-primary-color);
}

.noitem {
    padding: 30px;
    font-size: 16px;
    margin: 20px 0 0;
    overflow: hidden;
    text-align: center;
}

.box-banners .advertise-item img {
    width: 100%;
    height: auto;
    display: block;
}
.box-banners:not(.owl-carousel) img:not(:first-child) {
    display: none;
}
.box-banners .btn-prev,
.box-banners .btn-next {
    transform: scale(0.75);
}

/* box-brands */
.box-brands {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-bottom: 30px;
    align-items: center;
}
.box-brands a,
.box-brands button {
    height: 36px;
    display: grid;
    padding: 0 10px;
    min-width: 80px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    align-items: center;
    background: white;
    border-radius: 20px;
    transition: all .1s ease;
    border: 1px solid var(--ws-border-color);
}
.box-brands button:hover {
    color: var(--ws-link-color);
    border-color: var(--ws-second-color);
}
.box-brands a img {
    width: 100%;
    margin: auto;
    max-width: 70px;
    max-height: 20px;
    aspect-ratio: 16/9;
    object-fit: contain;
}
.box-brands a.brand-samsung img {
    height: 16px;
}
.box-brands button.filter-brand-more,
.box-brands button.filter-mobile,
.box-brands a.filter-option-link {
    color: white;
    font-weight: 700;
    background: var(--ws-primary-color);
    border-color: var(--ws-primary-color);
}
.box-brands button.filter-brand-more:hover,
.box-brands button.filter-mobile:hover,
.box-brands a.filter-option-link:hover {
    background: var(--ws-second-color);
    border-color: var(--ws-second-color);
}

.box-product_cat {
    position: relative;
}
.box-product_cat:not(:last-child) {
    margin-bottom: 40px;
}

.paginate {
    text-align: center;
}
ul.pagination {
    display: inline-flex;
    vertical-align: middle;
}

ul.filters {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
ul.filters li .remove-filter-btn {
    color: red;
    height: 36px;
    display: grid;
    padding: 0 15px;
    min-width: 80px;
    font-weight: 700;
    margin-left: 20px;
    line-height: 20px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    align-items: center;
    background: white;
    border-radius: 20px;
    border: 1px solid red;
    transition: all .1s ease;
}
.box-brands a.active {
    color: var(--ws-second-color);
}
.box-brands a.filter-option-link.active,
.box-brands a.filter-option-link:hover {
    color: white;
    background: var(--ws-second-color);
}
ul.filters button {
    outline: none;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 8px;
    min-height: 36px;
    line-height: 20px;
    border-radius: 4px;
    position: relative;
    align-items: center;
    white-space: nowrap;
    background: white;
    transition: all .1s ease;
    border: 1px solid var(--ws-border-color);
}
.box-brands a:hover,
.box-brands a.active,
ul.filters .open button,
ul.filters button:hover,
ul.filters .current button {
    border-color: var(--ws-second-color);
}
ul.filters .open button .caret {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
ul.filters .filter-cats.col-3.open .items,
ul.filters .filter-cats.open .items {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    min-width: 340px;
}
ul.filters .remove::before {
    display: none;
}
ul.filters .remove {
    top: -8px;
    right: -7px;
    z-index: 1;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    border-radius: 50%;
    transition: all .1s ease;
    border: 1px solid var(--ws-second-color);
    background: white url(../images/btn-close.svg) no-repeat center center;
    background-size: 16px 16px;
}
ul.filters .remove:hover {
    border-color: var(--ws-second-color);
}
ul.filters button .active {
    display: inline;
}
ul.filters button .caret {
    margin-left: 5px;
}
ul.filters button .active > i {
    display: none;
    font-weight: 400;
    font-style: normal;
}
ul.filters button>div>b,
ul.filters button .active b {
    color: var(--ws-black-color);
}
ul.filters .dropdown-menu {
    margin: 0;
    z-index: 990;
    padding: 10px;
    box-shadow: 0 2px 20px rgb(0 0 0 / 50%);
    border: 0;
}
ul.filters .dropdown-menu .filter-buttons:not(.show) {
    display: none;
}
ul.filters .dropdown:not(.filter-all) .filter-buttons {
    padding: 15px;
    margin: 10px -10px -10px;
    width: calc(100% + 20px);
    position: sticky;
    white-space: nowrap;
    text-align: center;
    background: #fafafa;
    border-radius: 0 0 8px 8px;
    border-top: 1px solid var(--ws-border-color);
}
ul.filters .dropdown:not(.filter-all) .filter-buttons a,
ul.filters .dropdown:not(.filter-all) .filter-buttons button {
    border: 0;
    margin: 0 5px;
    min-width: 170px;
}
ul.filters .dropdown:not(.filter-all) .filter-buttons .btn-filter-close {
    height: 40px;
    color: #dd1c1a;
    border-radius: 20px;
    align-items: center;
    display: inline-grid;
    border: 1px solid #dd1c1a;
}
ul.filters .dropdown:not(.filter-all) .filter-buttons .btn-filter-close:hover {
    color: white;
    background: #dd1c1a;
}
ul.filters .dropdown:not(.filter-all) .filter-buttons .btn-filter-readmore {
    height: 40px;
    color: white;
    border-radius: 20px;
    background: var(--ws-second-color);
}
ul.filters .dropdown:not(.filter-all) .filter-buttons .btn-filter-readmore:hover {
    background: var(--ws-primary-color);
}

ul.filters .open .dropdown-menu {
    margin-top: 10px;
    border-radius: 8px;
    align-items: center;
    background: white;
    max-width: max-content;
    display: flex;
    flex-wrap: wrap;
}
ul.filters .filter-brands.open .dropdown-menu {
    max-width: 670px;
}
ul.filters .open .dropdown-menu .items {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}
ul.filters .open .arrow {
    top: 31px;
    left: 20px;
    width: 27px;
    height: 14px;
    z-index: 991;
    overflow: hidden;
    position: absolute;
}
ul.filters .open .arrow::before {
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    background: #fff;
    transform: rotate(45deg);
    top: 10px;
    left: 0;
    box-shadow: -2px -2px 5px -4px;
}
ul.filters .open:not(.filter-sort) .dropdown-menu .items {
    grid-template-columns: repeat(2, 1fr);
}
ul.filters .open.col-2 .dropdown-menu .items {
    grid-template-columns: repeat(2, 1fr);
}
ul.filters .open.col-3 .dropdown-menu .items {
    grid-template-columns: repeat(3, 1fr);
}
ul.filters .dropdown-menu .items>li>a,
ul.filters .dropdown-menu .items>li>button {
    gap: 6px;
    width: 100%;
    display: flex;
    border-radius: 4px;
    position: relative;
    white-space: nowrap;
    align-items: center;
    padding: 6px 25px 6px 8px;
    color: var(--ws-black-color);
    border: 1px solid var(--ws-border-color);
}
div.filter-group .dropdown-menu .items>li>button {
    padding: 6px 8px;
}
ul.filters .dropdown-menu .items>li>button.active,
ul.filters .dropdown-menu .items>li>button:hover,
ul.filters .dropdown-menu .items>li>a.active,
ul.filters .dropdown-menu .items>li>a:hover {
    background: white;
    border-color: var(--ws-second-color);
}
ul.filters .filter-radio .dropdown-menu .items>li>a::before,
ul.filters .filter-radio .dropdown-menu .items>li>button::before {
    top: 0;
    right: 5px;
    font-size: 13px;
    content: "\f10c";
    color: darkgray;
    position: absolute;
    transition: all .1s ease;
    font-family: FontAwesome;
}
ul.filters .filter-radio .dropdown-menu .items>li>a.active::before,
ul.filters .filter-radio .dropdown-menu .items>li>button.active::before {
    color: var(--ws-second-color);
    content: "\f058";
}
ul.filters .filter-radio .dropdown-menu .items>li>a:hover::before,
ul.filters .filter-radio .dropdown-menu .items>li>button:hover::before {
    color: var(--ws-second-color);
}
ul.filters .col-2.open .dropdown-menu .items {
    grid-template-columns: repeat(1, 1fr);
}
ul.filters .col-3.open .dropdown-menu .items {
    min-width: auto;
    width: max-content;
    grid-template-columns: repeat(3, 1fr);
}
ul.filters .col-4.open .dropdown-menu .items,
ul.filters .filter-brands.open .dropdown-menu .items {
    display: flex;
    flex-wrap: wrap;
}
ul.filters .filter-brands.open .dropdown-menu .items {
    gap: 10px;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(6, 1fr);
}
ul.filters .filter-brands.open .dropdown-menu .items button {
    width: 100px;
    display: inherit;
}
ul.filters .filter-brands.open .dropdown-menu .items button img {
    width: 100%;
    max-width: 70px;
    max-height: 20px;
    aspect-ratio: 16/9;
    object-fit: contain;
}
ul.filters .filter-options.col-3.open .dropdown-menu .items,
ul.filters .filter-options.col-4.open .dropdown-menu .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 490px;
    display: flex;
    flex-wrap: wrap;
}
ul.filters .filter-prices.open .dropdown-menu .items {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
ul.filters .active .dropdown-toggle {
    font-weight: 700;
}
ul.filters .filter-group.open .dropdown-menu .items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
ul.filters .filter-group.open .dropdown-menu .items button {
    display: grid;
}
ul.filters .filter-group.open .dropdown-menu .items div {
    font-size: 12px;
}
ul.filters .filter-group.open .dropdown-menu .items img {
    margin: auto;
    display: block;
    max-width: 50px;
}
ul.filters .filter-group.open .dropdown-menu .items button::before {
    top: 2px;
    right: 6px;
    position: absolute;
}

/* box-filter-all */
#filters > li:first-child,
#box-filter-all {
    display: none;
}
#box-filter-all .dropdown-toggle::before {
    content: "\f0b0";
    font-weight: 400;
    margin-right: 2px;
    font-family: FontAwesome;
}
#box-filter-all .dropdown-toggle .number {
    top: -8px;
    right: -7px;
    width: 16px;
    height: 16px;
    display: none;
    color: white;
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    background: var(--ws-second-color);
}
#box-filter-all .dropdown-toggle .active {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-delay: 450ms;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
    visibility: visible;
    animation-delay: 450ms;
    display: inline;
}
@-webkit-keyframes bounce {
    0% {
        transform: scale(0)
	}
    14% {
        transform: scale(1.15)
	}
    28% {
        transform: scale(1)
	}
    42% {
        transform: scale(1.15)
	}
    70% {
        transform: scale(1)
	}
    100% {
        transform: scale(1)
	}
}

@keyframes bounce {
    0% {
        transform: scale(0)
	}
    14% {
        transform: scale(1.15)
	}
    28% {
        transform: scale(1)
	}
    42% {
        transform: scale(1.15)
	}
    70% {
        transform: scale(1)
	}
    100% {
        transform: scale(1)
	}
}
#box-filter-all .dropdown-menu {
    padding: 0;
    min-width: auto;
    max-width: 680px;
    width: max-content;
}
#box-filter-all.open .dropdown-menu {
    gap: 0;
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(1, 1fr);
}
#box-filter-all .inner {
    max-height: 60vh;
    overflow-y: auto;
    position: relative;
}
#box-filter-all .fillter-all-item {
    padding: 15px 10px;
}
#box-filter-all .fillter-all-item:not(:first-child) {
    border-top: 1px solid var(--ws-border-color);
}
#box-filter-all .dropdown-menu .items {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#box-filter-all .dropdown-menu .filter-item {
    gap: 6px;
    width: 100%;
    display: flex;
    border-radius: 4px;
    position: relative;
    white-space: nowrap;
    align-items: center;
    padding: 6px 25px 6px 8px;
    color: var(--ws-black-color);
    border: 1px solid var(--ws-border-color);
}
#box-filter-all .dropdown-menu .filter-item.active,
#box-filter-all .dropdown-menu .filter-item:hover {
    background: white;
    border-color: var(--ws-second-color);
}
#box-filter-all .dropdown-menu .filter-item::before {
    top: 0;
    right: 5px;
    font-size: 13px;
    content: "\f10c";
    color: darkgray;
    position: absolute;
    transition: all .1s ease;
    font-family: FontAwesome;
}
#box-filter-all .dropdown-menu .filter-item.active::before {
    content: "\f058";
    color: var(--ws-second-color);
}
#box-filter-all .dropdown-menu  .filter-brands .items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
#box-filter-all .filter-brands .filter-item {
    width: 100px;
    display: inherit;
}
#box-filter-all .filter-brands button img {
    width: 100%;
    max-width: 70px;
    max-height: 20px;
    aspect-ratio: 16/9;
    object-fit: contain;
}
#box-filter-all .filter-buttons {
    bottom: 0;
    z-index: 2;
    width: 100%;
    display: none;
    position: sticky;
    padding: 15px 10px;
    text-align: center;
    background: #fafafa;
    border-top: 1px solid var(--ws-border-color);
}
#box-filter-all .filter-buttons a,
#box-filter-all .filter-buttons button {
    border: 0;
    margin: 0 5px;
    min-width: 170px;
}
#box-filter-all .filter-buttons .btn-filter-close {
    height: 40px;
    color: #dd1c1a;
    border-radius: 20px;
    align-items: center;
    display: inline-grid;
    border: 1px solid #dd1c1a;
}
#box-filter-all .filter-buttons .btn-filter-close:hover {
    color: white;
    background: #dd1c1a;
}
#box-filter-all .filter-buttons .btn-filter-readmore {
    height: 40px;
    color: white;
    border-radius: 20px;
    background: var(--ws-second-color);
}
#box-filter-all .filter-buttons .btn-filter-readmore:hover {
    background: var(--ws-primary-color);
}
#box-filter-all .filter-group button::before {
    top: 2px;
    right: 6px;
    content: "\f10c";
    color: darkgray;
    position: absolute;
    transition: all .1s ease;
    font-family: FontAwesome;
}
#box-filter-all .filter-group button div {
    font-size: 12px;
}
#box-filter-all .filter-group button div img {
    margin: auto;
    display: block;
    max-width: 50px;
}

.entry {
    position: relative;
}
.term-desc {
    font-size: 16px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    height: 160px;
    margin-bottom: 20px;
}
.term-desc .s_view_more {
    background: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.91) 50%,#fff 55%);
    border-radius: 10px;
    bottom: 0;
    display: block;
    left: 0;
    margin-bottom: 0;
    padding-top: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%
}
.term-desc .s_view_more button {
    color: white;
    font-weight: 700;
    background: var(--ws-primary-color);
    border: 1px solid var(--ws-border-color);
    border-radius: 20px;
    height: 36px;
    padding: 0 10px;
}
.term-desc .s_view_more button:hover {
    color: white;
    background: var(--ws-second-color);
}
.term-desc p:last-child {
    margin-bottom: 0;
}
.term-desc-top {
    padding: 30px;
    margin: 20px 0 30px;
}
.term-desc .entry-hide {
    max-height: initial;
}
.term-desc .entry-more-btn {
    text-align: center;
}
.term-desc .entry-more-btn span {
    gap: 7px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    line-height: 20px;
    padding: 10px 20px;
    border-radius: 30px;
    align-items: center;
    display: inline-flex;
    vertical-align: middle;
    background: var(--ws-second-color);
}
.term-desc .entry-more-btn span::after {
    font-weight: 400;
    font-family: FontAwesome;
}
.term-desc .entry-show .entry-more-btn span::after {
    content: "\f0d7";
}
.term-desc .entry-hide .entry-more-btn span::after {
    content: "\f0d8";
}
.term-desc .entry-show .entry-more-btn {
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    padding: 200px 30px 0;
    background-image: linear-gradient(transparent, white);
}
.term-desc .entry-hide .entry-more-btn {
    margin-top: 30px;
}
.term-desc .entry ul {
    margin-left: 7px !important;
}

ul.filter-sort {
    right: 0;
    gap: 20px;
    z-index: 3;
    bottom: 10px;
    height: 36px;
    display: flex;
    position: absolute;
    align-items: center;
}
ul.filter-sort li:first-child {
    color: gray;
}
ul.filter-sort button {
    gap: 6px;
    border: 0;
    outline: 0;
    padding: 0;
    display: flex;
    font-size: 14px;
    background: none;
    line-height: 20px;
    align-items: center;
    transition: all .1s ease;
}
ul.filter-sort button:hover,
ul.filter-sort button:hover::before {
    color: var(--ws-link-color);
}
ul.filter-sort button::before {
    display: flex;
    line-height: 1;
    font-size: 18px;
    content: "\f10c";
    color: darkgray;
    position: relative;
    transition: all .1s ease;
    font-family: FontAwesome;
}
ul.filter-sort button.active,
ul.filter-sort button.active::before {
    pointer-events: none;
    color: var(--ws-link-color);
}
ul.filter-sort button.active::before {
    content: "\f058";
}

/* box-tags */
.box-tags .tags {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.box-tags li:first-child {
    gap: 5px;
    color: gray;
}
.box-tags li:first-child::before {
    content: "\f02c";
    font-family: FontAwesome;
}
.box-tags li {
    display: flex;
    position: relative;
    align-items: center;
}
.box-tags li a {
    color: white;
    padding: 8px 15px;
    line-height: 20px;
    border-radius: 30px;
    background: var(--ws-primary-color);
}
.box-tags li:hover a {
    background: var(--ws-second-color);
}

/* quote-btn */
.quote-btn {
    gap: 5px;
    right: 0;
    top: 50%;
    border: 0;
    padding: 0;
    display: flex;
    cursor: pointer;
    background: none;
    font-weight: 700;
    line-height: 20px;
    position: absolute;
    border-radius: 30px;
    align-items: center;
    text-transform: uppercase;
    transform: translateY(-50%);
    color: var(--ws-primary-color);
}
.quote-btn:hover {
    color: var(--ws-second-color);
}
.quote-btn::after {
    content: '';
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid var(--ws-primary-color);
}
.quote-btn:hover::after {
    border-left: 6px solid var(--ws-second-color);
}

/* box-product */
.box-product {
    gap: 20px;
    display: grid;
    position: relative;
}
.box-product .box-title {
    position: relative;
    padding-bottom: 9px;
    border-bottom: 1px solid var(--ws-border-color);
}
.box-product .box-title .name {
    margin: 0;
    font-size: 26px;
    font-weight: 400;
    display: inline-flex;
    color: var(--ws-second-color);
}
.box-product .box-title h2.name,
.box-product .box-title h3.name {
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'UTM-Helvetins';
}
.box-product .box-title div.name {
    gap: 40px;
    display: flex;
    line-height: 40px;
    align-items: center;
    text-transform: uppercase;
    font-family: 'UTM-Helvetins';
}
.box-product .box-title div.name .filter-status {
    gap: 20px;
    height: 30px;
    display: flex;
    align-items: center;
}
.box-product .box-title div.name .filter-status button {
    gap: 6px;
    padding: 0;
    border: none;
    outline: none;
    display: flex;
    font-size: 14px;
    background: none;
    line-height: 20px;
    align-items: center;
    transition: all .1s ease;
}
.box-product .box-title div.name .filter-status button::before {
    width: 16px;
    color: gray;
    display: flex;
    line-height: 1;
    font-size: 18px;
    content: "\f096";
    font-weight: 700;
    position: relative;
    transition: all .1s ease;
    font-family: FontAwesome;
}
.box-product .box-title div.name .filter-status button.active,
.box-product .box-title div.name .filter-status button:hover,
.box-product .box-title div.name .filter-status button:hover::before {
    color: var(--ws-link-color);
}
.box-product .box-title div.name .filter-status button.active::before {
    content: "\f14a";
    font-weight: 400;
    color: var(--ws-link-color);
}
.box-product .links {
    top: 0;
    right: 0;
	gap: 8px;
    display: flex;
    position: absolute;
	align-items: center;
}
.box-product .links li a {
    display: block;
    min-width: 70px;
    font-weight: 700;
    line-height: 20px;
    padding: 9px 15px;
    text-align: center;
	background: white;
	border-radius: 30px;
    text-transform: uppercase;
    color: var(--ws-primary-color);
	border: 1px solid var(--ws-primary-color);
}
.box-product .links li a:hover {
    color: white;
    background-color: var(--ws-primary-color);
}
.box-product .box-content {
    gap: 40px;
    display: grid;
}
.box-product .box-foot {
    text-align: center;
    margin: 10px auto 0;
}
.box-product .box-foot a {
    gap: 5px;
    color: white;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
    border-radius: 30px;
    align-items: center;
    display: inline-flex;
    vertical-align: middle;
    background: var(--ws-primary-color);
}
.box-product .box-foot a:hover {
    background: var(--ws-second-color);
}
.box-product .box-foot a::after {
    top: 1px;
    content: '';
    display: inherit;
    position: relative;
	border-left: 6px solid white;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.box-product .box-foot .showmore {
    gap: 5px;
    border: 0;
    height: 40px;
    outline: none;
    color: white;
    text-align: center;
    line-height: 18px;
    padding: 10px 20px;
    position: relative;
    border-radius: 30px;
    align-items: center;
    display: inline-flex;
    vertical-align: middle;
    transition: all .1s ease;
    background: var(--ws-primary-color);
}
.box-product .box-foot .showmore:not(.loading)::after {
    content: '';
    border-top: 6px solid white;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.box-product .box-foot .showmore.loading,
.box-product .box-foot .showmore:not(.active):hover {
    background: var(--ws-second-color);
}
.box-product .box-foot .showmore.loading {
    display: grid;
    font-size: 20px;
    text-align: center;
}

/* box-news  */
.box-news {
    margin-top: 40px;
    position: relative;
}
.box-news .box-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'UTM-Helvetins';
    color: var(--ws-second-color);
}
.box-news .posts {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.box-news .posts .news {
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    background: #f2f2f2;
}
.box-news .posts .news .img a {
    display: block;
    overflow: hidden;
}
.box-news .posts .news .img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
}
.box-news .posts .news .txt {
    gap: 10px;
    display: grid;
    padding: 10px;
}
.box-news .posts .news .post-date {
	display: none;
}
.box-news .posts .news .post-title h3 {
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    word-break: break-word;
    -webkit-box-orient: vertical;
}

/* box-contruction */
.box-contruction {
    padding-left: 5px;
    padding-right: 5px;
    margin: 50px 0 40px;
}
.box-contruction .box-title {
    text-align: center;
    margin-bottom: 35px;
}
.box-contruction h3 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
}
.box-contruction .advertise-contruction {
    gap: 5px;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(5, 1fr);
}
.box-contruction .advertise-contruction div {
    overflow: hidden;
    border-radius: 5px;
}
.box-contruction .advertise-contruction a {
    display: block;
    cursor: zoom-in;
}
.box-contruction .advertise-contruction img {
	width: 100%;
	display: none;
    object-fit: cover;
    aspect-ratio: 3/2;
}
.box-contruction .advertise-contruction a > img {
    display: block;
}

/* filter-prices-range */
.filter-prices-range {
    width: 100%;
    display: grid;
}
.filter-prices .range-toggle {
    gap: 5px;
    display: flex;
    line-height: 1;
    padding: 20px 0;
    cursor: pointer;
    user-select: none;
    align-items: center;
    color: var(--ws-second-color);
}
.filter-prices .range-toggle::after,
.filter-prices .range-toggle::before {
    font-size: 16px;
    font-family: FontAwesome;
}
.filter-prices .range-toggle::before {
    content: "\f1de";
}
.filter-prices .range-toggle::after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid var(--ws-second-color);
}
.filter-prices .checked .range-toggle::after {
    border-top: 0;
    border-bottom: 6px solid var(--ws-second-color);
}
.filter-prices .slider-range {
    gap: 20px;
    display: none;
    margin: 0 auto;
    padding-bottom: 20px;
    width: calc(100% - 20px);
}
.filter-prices .checked .slider-range {
    display: grid;
}
.filter-prices .slider-text {
    overflow: hidden;
    position: relative;
}
.filter-prices .slider-text::before {
    top: 50%;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    background: var(--ws-border-color);
    position: absolute;
    transform: translate(0, -50%);
}
.filter-prices .slider-text span {
    z-index: 2;
    display: block;
    min-width: 115px;
    padding: 7px 10px;
    text-align: right;
    position: relative;
    border-radius: 4px;
    background: white;
    border: 1px solid var(--ws-border-color);
}
.filter-prices .slider-text span::after {
    content: ".000";
    color: #bdbdbd;
}
.filter-prices .slider-ranges {
    margin: 0;
    height: 4px;
    border: none;
    border-radius: 10px;
    background: var(--ws-border-color);
}
.filter-prices .ui-widget-header {
    height: 4px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    background: var(--ws-second-color);
}
.filter-prices span.ui-slider-handle {
    top: -8.5px;
    width: 20px;
    height: 20px;
    border: none;
    cursor: pointer;
    overflow: hidden;
    margin-left: -10px;
    border-radius: 100%;
    background: url(../images/icon-price.png) no-repeat;
    background-size: 20px;
}
.box-faqs .panel-heading a.text-link.collapsed::after,
.box-faqs .panel-heading a.text-link::after {
    content: '';
    display: none;
}
@media screen and (max-width: 1600px)
{
    .box-product .links li a {
        font-weight: 400;
        text-transform: none;
    }
    .box-product .links li a,
    .box-product .box-foot a {
        font-size: inherit;
    }
    .box-contruction .advertise-contruction {
		gap: 4px;
	}
    .box-contruction h3 {
        font-size: 30px;
    }
    .box-news .posts .news .post-title h3 {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px)
{
    /* .box-banners, */
    .quote-btn span,
    ul.filter-sort li:first-child,
    .box-news .posts .news:last-child,
    .box-product .links li:nth-child(7),
    .box-product .links li:nth-child(8) {
        display: none;
    }
    .box-news .posts {
        grid-template-columns: repeat(5, 1fr);
    }
    .box-product .links {
        top: 0;
        display: none;
    }
    .box-product .links li a {
        padding: 9px 10px;
        text-align: center;
    }
    .box-product .box-foot {
        margin: 0;
    }
    .box-product .box-foot a {
        padding: 10px 20px;
    }
    .box-product_brand {
        padding: 40px 0;
    }
    .box-product_brand .advertise-product_brand {
        gap: 30px;
    }
    ul.filters .filter-prices.open .dropdown-menu {
        right: 0;
        left: auto;
    }
}

@media screen and (max-width: 992px)
{
    .box-product_brand .advertise-product_brand {
        gap: 40px;
        grid-template-columns: repeat(4, 1fr);
    }
    .box-product_brand .advertise-product_brand img {
        max-height: 30px;
    }
    ul.filter-sort li:nth-child(2),
    ul.filters li .remove-filter-btn,
    .box-news .posts .news:nth-child(5),
    .box-contruction .advertise-contruction div:nth-child(17),
    .box-contruction .advertise-contruction div:nth-child(18),
    .box-contruction .advertise-contruction div:nth-child(19),
    .box-contruction .advertise-contruction div:nth-child(20),
    .box-product_cat .product:nth-child(4),
    .box-product_cat .product:nth-child(8),
    .box-product .links li:nth-child(4),
    .box-product .links li:nth-child(5),
    .box-product .links li:nth-child(6) {
        display: none;
    }
    .box-brands a {
        padding: 0 10px;
        min-width: auto;
    }
    .box-brands a img {
        max-width: 60px;
    }
    .box-product .box-foot a {
        padding: 8px 15px;
    }
    ul.filter-sort {
        height: 30px;
    }
    .box-news .posts {
        grid-template-columns: repeat(4, 1fr);
    }
    .box-news .box-title {
        font-size: 24px;
    }
    ul.filters .filter-group.open .dropdown-menu {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    ul.filters .open .dropdown-menu {
        max-width: 370px;
    }
}

@media screen and (max-width: 767px)
{
    ul.filters {
        display: grid;
        position: relative;
        margin: -15px 0 30px;
        grid-template-columns: repeat(2, 1fr);
    }
    ul.filters:not(.opened) {
        display: none;
    }
    ul.filters .dropdown > button {
        width: 100%;
        padding: 8px;
        min-height: 40px;
        text-align: left;
    }
    ul.filters button .caret {
        float: right;
        margin: 8px 0;
    }
    .box-brands {
        margin-top: 0;
        display: grid;
        margin-bottom: 25px;
        grid-template-columns: repeat(4, 1fr);
    }
    .box-brands button.filter-mobile {
        height: 40px;
        padding: 0 10px;
        align-items: center;
        display: inline-flex;
        vertical-align: middle;
    }
    .box-brands button.filter-mobile::before {
        content: "\f0b0";
        font-weight: 400;
        margin-right: 5px;
        font-family: FontAwesome;
    }
    .box-brands a.filter-mobile-remove {
        color: red;
        border-color: red;
        font-weight: 700;
    }
    .box-brands a,
    .box-brands button {
        height: 40px;
        padding: 6px;
    }
    .box-brands a img {
        max-width: 70px;
    }
    .box-product .box-title {
        padding-bottom: 10px;
    }
    .box-product .box-title h2.name {
        line-height: 1;
        display: inline-grid;
    }
    .box-product .box-title h2.name a {
        font-size: 24px;
        line-height: 36px;
    }
    .box-product .box-title div.name {
        width: 55vw;
        color: inherit;
        font-size: 16px;
        min-height: 40px;
        font-weight: 700;
        line-height: 22px;
        text-transform: none;
        font-family: inherit;
    }
    .filter-sort.dropdown {
        top: 0;
        right: 0;
        position: absolute;
    }
    .filter-sort.dropdown .dropdown-toogle {
        gap: 7px;
        height: 40px;
        display: flex;
        padding: 0 8px;
        cursor: pointer;
        border-radius: 4px;
        background: white;
        align-items: center;
        border: 1px solid var(--ws-border-color);
    }
    .filter-sort.open .dropdown-toogle {
        border-color: var(--ws-second-color);
    }
    .filter-sort.open .dropdown-toogle::after {
        transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
    .filter-sort.dropdown .dropdown-toogle::after {
        content: '';
        border-top: 4px dashed;
        border-top: 4px solid\9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }
    .filter-sort.dropdown .dropdown-menu {
        right: 0;
        left: auto;
        padding: 10px 0;
        margin: 1px 0 0;
    }
    .filter-sort.dropdown .dropdown-menu button {
        gap: 7px;
        border: 0;
        width: 100%;
        display: flex;
        background: none;
        padding: 7px 15px;
        align-items: center;
        white-space: nowrap;
    }
    .filter-sort.dropdown .dropdown-menu button.active {
        color: var(--ws-second-color);
    }
    .filter-sort.dropdown .dropdown-menu button.active::before {
        content: "\f058";
        color: var(--ws-second-color);
    }
    .filter-sort.dropdown .dropdown-menu button::before {
        display: flex;
        line-height: 1;
        font-size: 18px;
        content: "\f10c";
        color: darkgray;
        position: relative;
        transition: all .1s ease;
        font-family: FontAwesome;
    }
    .box-product_cat .product:nth-child(4) {
        display: grid;
    }
    .box-product .box-foot {
        overflow: hidden;
    }
    .box-product .box-foot a {
        overflow: hidden;
        padding: 10px 20px;
        white-space: nowrap;
        display: inline-block;
        vertical-align: middle;
        text-overflow: ellipsis;
        max-width: calc(100% - 6px);
    }
    .box-product .box-foot a::after {
        margin-left: 5px;
    }
    .box-news .posts {
        gap: 10px;
        grid-template-columns: repeat(1, 1fr);
    }
    .box-news .posts .news {
        display: grid !important;
        grid-template-columns: 40% 60%;
    }
    .box-product_brand .advertise-product_brand {
        gap: 20px;
        row-gap: 30px;
        grid-template-columns: repeat(4, 1fr);
    }
    .box-product_brand .advertise-product_brand a:nth-child(16) {
        display: inherit;
    }
    #box-filter-all .dropdown-menu {
        max-width: calc(200% + 10px);
    }
    ul.filters .filter-brands.open .dropdown-menu .items,
    #box-filter-all .dropdown-menu .filter-brands .items {
        grid-template-columns: repeat(3, 1fr);
    }
    ul.filters .filter-brands.open .dropdown-menu button,
    #box-filter-all .filter-brands .filter-item {
        height: 40px;
        padding: 8px 25px 8px 8px;
    }
    ul.filters .filter-brands.open .dropdown-menu .items {
        overflow-y: auto;
        max-height: 60vh;
    }
    ul.filters .dropdown-menu .items>li>a,
    ul.filters .dropdown-menu .items>li>button {
        min-height: 40px;
        padding: 8px 25px 8px 8px;
    }
    ul.filters .open .dropdown-menu {
        width: calc(200% + 10px);
        max-width: calc(200% + 10px);
    }
    ul.filters > li:nth-child(odd) .dropdown-menu {
        left: calc(-100% - 10px);
    }
    ul.filters > li:nth-child(even) .filter-prices.open .dropdown-menu {
        right: auto;
    }
    ul.filters .open .arrow {
        top: 35px;
    }
    #box-filter-all .filter-brands .filter-item,
    ul.filters .filter-brands.open .dropdown-menu .items button {
        width: 100%;
    }
    ul.filters .filter-prices.open .dropdown-menu .items,
    ul.filters .col-2.open .dropdown-menu .items {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }
    ul.filters .filter-options.col-4.open .dropdown-menu .items,
    #box-filter-all .filter-group .items {
        grid-template-columns: repeat(3, 1fr);
    }
    div.filter-group .dropdown-menu .items>li>button {
        padding: 6px 8px;
    }
    #box-filter-all .dropdown-toggle .number {
        line-height: 16px;
    }
    ul.filters .col-3.open .dropdown-menu .items,
    ul.filters .filter-options.col-3.open .dropdown-menu .items,
    ul.filters .filter-options.col-4.open .dropdown-menu .items {
        width: calc(200% + 10px);   
        grid-template-columns: repeat(2, 1fr);
    }
    ul.filters .filter-brands.open .dropdown-menu .items {
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
    }
    ul.filters button {
        min-height: 40px;
    }
    .filter-prices .slider-text span {
        padding: 9px 10px;
    }
    .box-product_brand {
        padding: 30px 0;
    }
}

@media screen and (max-width: 413px)
{
    ul.filters .filter-brands.open .dropdown-menu button,
    #box-filter-all .filter-brands .filter-item {
        padding: 6px 23px 6px 6px;
    }
    #box-filter-all .filter-buttons {
        gap: 10px;
        align-items: center;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }
    #box-filter-all .filter-buttons a,
    #box-filter-all .filter-buttons button {
        margin: 0;
        min-width: auto;
    }
    .box-brands a,
    div.filter-group .dropdown-menu>li>button {
        padding: 6px;
    }
    .box-brands a img {
        max-width: 65px;
    }
}

@media screen and (max-width: 320px)
{
    .box-brands {
        grid-template-columns: repeat(3, 1fr);
    }
    #box-filter-all .filter-group .items,
    ul.filters .filter-group.open .dropdown-menu,
    ul.filters .filter-brands.open .dropdown-menu,
    #box-filter-all .dropdown-menu .filter-brands .items {
        grid-template-columns: repeat(2, 1fr);
    }
    ul.filters .filter-cats.open .items {
        min-width: auto;
    }
}