﻿.dropdown-arrow {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.54225 8.77478C7.40163 8.77559 7.26223 8.74864 7.13205 8.69547C7.00187 8.64229 6.88347 8.56395 6.78363 8.46492L0.372821 2.05411C0.171625 1.85291 0.0585938 1.58003 0.0585938 1.2955C0.0585938 1.01096 0.171625 0.738081 0.372821 0.536884C0.574018 0.335687 0.846899 0.222656 1.13143 0.222656C1.41597 0.222656 1.68885 0.335687 1.89005 0.536884L7.54225 6.19977L13.1944 0.547569C13.3988 0.372526 13.6618 0.281058 13.9307 0.291444C14.1996 0.301831 14.4547 0.413308 14.645 0.603596C14.8352 0.793885 14.9467 1.04897 14.9571 1.31788C14.9675 1.58679 14.876 1.84971 14.701 2.05411L8.29017 8.46492C8.09116 8.66232 7.82255 8.7736 7.54225 8.77478Z' fill='%23f8c630'/%3E%3C/svg%3E");
    background-size: 15px 9px;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
}

.category-dropdown{
    cursor: pointer;
}


.category-dropdown .category-inner{
    
}

.category-dropdown-elem {
    padding-left: 20px;
    padding-right: 15px;

    visibility: hidden;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}

.category-dropdown.active .category-dropdown-elem{
    visibility: visible;
    opacity: 1;
    max-height: 100%;
    margin-top: 20px;
    transition: all 0.2s ease-in-out;
}

.category-dropdown.active .category-inner {
    text-decoration: none;
    color: #FFFFFF;
    background-color: var(--main-red-color);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.30), 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 1;
}

.category-dropdown-elem li {
    color: #fff;
    margin-bottom: 10px;
}

.category-dropdown-elem li:first-child {
    /* margin-top: 15px; */
}

.category-dropdown-elem li:last-child {
    margin-bottom: 15px;
}

.category-dropdown-elem li a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    text-decoration: none;
}

.category-top {
    margin-bottom: 0;
}

.category-top .category-item {
    position: relative;
    z-index: 1;
    height: 130px;
}

.category-top .wall-banner {
	height: auto;
}

.category-top .category-item.active {
    z-index: 2;
}

.category-top .category-inner {
    min-height: 130px;
}

.category-top .category-inner .wall-image {
	margin-bottom: 10px;
}

.category-top .wall-image img {
    max-width: 80px;
    width: auto;
    height: auto;
    background-color: #fff;
    border-radius: 8px;
}

.category-top .wall-banner img {
	max-width: 100%;
}

.category-top .wall-item:hover img {
    filter: none;
}

.category-item .dropdown-arrow {
    position: absolute;
    top: 18px;
    right: 18px;
    transition: all 0.2s ease-in-out;
}

.category-item.active .dropdown-arrow {
    filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
    transform: rotate(180deg);
    transition: all 0.2s ease-in-out;
}

.category-description-wrap {
    background: #EBEBEB;
}

.category-description {
    padding: 30px 0;
}

.category-description--intro {
    padding: 0 0 25px;
}

.category-description .link-more {
    margin-left: auto;
    display: table;
}

.category-description h2 {
}

.category-banner-block a {
    display: block;
}

.category-banner-block img{
    min-width: 100%;
    height: auto;
    border-radius: 10px;
}

.manufacturer-image {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.manufacturer-image .heading-h1 {
    margin-bottom: 0;
}

.manufacturer-image-container {
    line-height: 0;
    margin-right: 30px;
}

.toggle-filter {
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 20px;
    width: calc(50% - 10px);
}

.toggle-filter svg {
    vertical-align: bottom;
}

.view-settings {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.view-settings-sort {
    width: calc(50% - 10px);
}

.view-settings-limit {
    display: none;
}

.view-settings-view {
    display: none;
}

.view-settings select:active,
.view-settings select:focus,
.view-settings select:focus-visible,
.view-settings select {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 18px;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
}

.bal-box-next {
    position: relative;
}

.bal-box-next .btn {
    padding: 10px 20px;
    line-height: 18px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (min-width: 576px) {
	.category-top .wall-banner {
		height: 130px;
	}
}

@media screen and (min-width: 768px) {

    .bal-box-next .btn {
        position: absolute;
        left: 5px;
        top: 0;
        width: auto;
        margin-bottom: 0;
    }

    .view-settings select:active,
    .view-settings select:focus,
    .view-settings select:focus-visible,
    .view-settings select {
        font-size: 16px;
    }
    
}


@media screen and (min-width: 992px){

    .manufacturer-image {
        margin-bottom: 40px;
    }

    .blog-module-left-side {
        margin-bottom: 50px;
    }

    .view-settings {
        margin-bottom: 45px;
        justify-content: flex-end;
    }

    .toggle-filter {
        display: none;
    }

    .view-settings-sort {
        margin-right: 15px;
        width: 200px;
    }

    .view-settings-limit {
        display: block;
        text-align: center;
        margin-right: 15px;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: none;
    }

    .category-description {
        padding: 50px 0;
    }

    .category-description h2 {        

    }

    .category-top {
        margin-bottom: 20px;
    }

    .category-top .wall-item {
        height: 130px;
    }

    .category-top .category-inner {
        min-height: 130px;
    }
}

@media screen and (min-width: 1024px) {
    .wall-item:hover .category-inner {
        text-decoration: none;
        color: #FFFFFF;
        background-color: var(--main-red-color);
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.30), 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
        transition: all 0.2s ease-in-out;
        position: relative;
        z-index: 1;
    }

    .wall-item:hover .category-inner {
        text-decoration: none;
        color: #FFFFFF;
        background-color: var(--main-red-color);
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.30), 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
        transition: all 0.2s ease-in-out;
        position: relative;
        z-index: 1;
    }

    .category-top .category-item:hover {
        z-index: 2;
    }

    .category-item:hover .dropdown-arrow {
        filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
    }

    .category-dropdown:hover .category-dropdown-elem{
        visibility: visible;
        opacity: 1;
        max-height: 100%;
        margin-top: 20px;
        transition: all 0.2s ease-in-out;
    }
}

@media screen and (min-width: 1200px) {
    .view-settings-view {
        display: flex;
    }
    .view-settings-view button + button {
        margin-left: 15px;
    }
}
