.bg {
	height: 277px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
	padding-bottom: 20px
}

.bg h1 {
	font-size: 30px;
	color: white
}

.content a {
	color: #2f2f2f
}

.content .main {
	height: 100%
}

#price-range {
	font-family: Inter-SemiBold;
	padding-right: 4px
}

#price-range #slider-range {
	background-color: #dddddd;
	height: 8px;
	border-radius: 8px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 14px
}

#price-range #slider-range div.ui-slider-range {
	background: linear-gradient(90deg, #ffaa7c, #ff5a00)
}

#price-range #slider-range span {
	cursor: pointer;
	top: -8px;
	background-color: #F06E25;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background-image: url("/images/index2/slider-right.png");
	background-repeat: no-repeat;
	background-position: center
}

#price-range #slider-range span:focus {
	outline: none
}

#price-range #slider-range span:nth-child(2) {
	background-position: 9px 5px
}

#price-range #slider-range span:nth-child(3) {
	background-position: 9px 5px;
	transform: rotate(180deg)
}

#price-range input {
	border: 1px solid #000;
	width: 100px;
	padding: 15px 25px;
	text-align: center
}

#price-range input:focus {
	outline: none
}

.left-sidebar {
	z-index: 3;
	height: 100%;
}

.left-sidebar a {
	color: #2f2f2f
}

.left-sidebar.mobile {
	left: 0px;
	width: 280px;
	height: 100vh !important;
	padding-top: 20px;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	height: 100%;
	background-color: white;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3)
}

.left-sidebar.mobile.hidden {
	left: -280px;
	box-shadow: none
}

.left-sidebar .section {
	overflow: hidden
}

.left-sidebar .section .title {
	font-family: 'Inter-Bold';
	width: 100%;
	display: inline-flex;
	cursor: pointer;
	justify-content: space-between
}

.left-sidebar .section .title>span {
	color: #F06E25
}

.left-sidebar .section .title>span:nth-child(2) {
	display: none
}

.left-sidebar .section .title.expanded>span:nth-child(2) {
	display: block
}

.left-sidebar .section .title.expanded>span:nth-child(1) {
	display: none
}

.left-sidebar .section .boxes-block {
	padding-top: 20px;
	padding-bottom: 20px
}

.left-sidebar .section .boxes-block .form-check {
	padding-left: 34px;
	margin-bottom: 5px
}

.left-sidebar .section .boxes-block .form-check input {
	display: none
}

.left-sidebar .section .boxes-block .form-check div {
	height: 24px;
	width: 24px;
	border: 1px solid #2f2f2f;
	border-radius: 100%;
	margin-left: 0;
	left: 0;
	top: -5px;
	cursor: pointer
}

.left-sidebar .section .boxes-block .form-check div:hover {
	background-color: #f8bd9c;
	background-image: url("/images/index2/check.png");
	background-repeat: no-repeat;
	background-position: center;
	border-color: #f8bd9c
}

.left-sidebar .section .boxes-block .form-check input:checked~label div {
	background-image: url("/images/index2/check.png");
	background-repeat: no-repeat;
	background-position: center;
	border-color: #F06E25;
	background-color: #F06E25
}

.sidebar-button {
	height: 54px;
	width: 54px;
	border: 1px solid black;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer
}

.product-item-image-slider-slide-container{
    display: none!important;
}
.card__img--hidden{
    display: none!important;
}
@media(min-width: 992px) and (max-width: 1199px){
    #price-ranges input{
        width: 85px!important;
        padding: 15px!important;
    }
}
.count-to-cart .btn[type="submit"]{
    margin-left: 12px;
}
.products > .col .product_wrapper .product .img_wrap img{
    display: block!important;
}