.catalog_set_price {
	display: flex;
	flex-wrap: wrap;
}

span.catalog_set_price-title {
	width: 100% !important;
}

.input_search {
	margin-left: 0;
	margin-top: 10px;
}


.input_search_two {
	margin-top: 10px;
}

.input_search {
	margin-left: 0 !important;
	margin-top: 10px;
}

.catalog_set_sort span {
	width: 100%;
	margin-bottom: 22px;
}

.catalog_set_sort {
	display: flex;
	flex-wrap: wrap;
}

body > div.container > div > main > div:nth-child(3) > form > div.catalog_set_sort > a.sort {
	margin-left: 0;
	margin-right: 10px;
}

.catalog-selected {
	width: 235px !important;
	height: 40px !important;
	border-radius: 4px;
	border: 1px solid #efefef;
	background-color: #ffffff;
}
.catalog_set_dropdown .select2-container .select2-selection--single{
	height: 40px;
	padding-left: 25px;
}
.catalog_set_dropdown  .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 35px;
}

.catalog_set_dropdown span.select2-selection__arrow  {
    position: absolute;
    top: -6px;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: auto;
    content: '';
    transform: rotate(-45deg);
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
}

.catalog_set_dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.catalog_set_dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -4px;
    right: -190px;
    width: 14px;
    height: 14px;
}

.catalog_set_dropdown {
	margin-right: 40px;
}


.catalog_set_dropdown .select2-container{
	margin-top: 8px;
}

.catalog_set_dropdown
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #8e969b;
}

.price {
	    width: 10.3rem !important;
}
.catalog_set_price {
	margin-right: 20px;
}

.catalog_inputs_list {
	display: flex;
}

.catalog_set_dropdown {
	display: flex;
	flex-direction: column;
}

@media (max-width: 1310px) {
	.catalog_set {
		flex-wrap: wrap;
	}
	.catalog_set_dropdown {
		margin-top: 10px;
	}
	.catalog_set_sort {
		margin-top: 10px;
		margin-right: 10px;
	}
}

@media (max-width: 1190px) {
	.catalog_set_price {
		margin-bottom: 10px;
	}
	.catalog_set_form.catalog_set {
		flex-direction: row !important;
	}
}

@media (max-width:  600px) {
	.catalog_set_price {
		width: 100%;
	}
	.catalog_form .input_search_two {
		margin-left: 10px;
	}

 	.input_width {
		 width: 100% !important;
		 margin-right: 10px !important;
	 }
}