.shop_all_list {
    margin-bottom: 20px;
}

.shop_list_row {
    display: flex;
    flex-wrap: wrap;
}

.shop_subcats {
    display: flex;
    flex-wrap: wrap;
    
}

.shop_list_one {
	margin-top: 0;
	margin-bottom: 40px;
	margin-left: 6px;
	margin-right: 6px;
	display: flex;
	flex-direction: column;
	width: 300px;
	padding-top: 4px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #ddd;
	position: relative;
	box-shadow: 2px 2px 10px 0px rgba(200, 200, 200, 0.4);
}
.shop_list_one img {
	max-width: 100%;
}
.shop_category_title {
	font-family: corporateCondensed,arial;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2;
	margin: 15px 0 30px;
	text-transform: none;
	color: #010101;
}
.compare2 > .compare-titles > div {
	border-left: 1px solid #d6d6d6;
}
.compare2 > .compare-titles > div:first-child {
	border-top: 1px solid #d6d6d6;
}
.compare2 > .compare-content > .compare-content-row {
	border-top: 1px solid #d6d6d6;
	max-width: 20%;
}
.shop_list_one a {
	text-decoration: none;
}
.shop_list_one:hover {
	border: 1px solid #bbb;
	box-shadow: 2px 2px 10px 0px rgba(200, 200, 200, 0.7);
}
.shop-cat-menu li a:hover {
	background-color: #afafaf;
	color: #fff;
	transition: all .3s ease-out;
}
.slide_title {
	font-family: corporateCondensed,arial;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2;
	margin: 15px 0 30px;
	text-transform: none;
	color: #010101;
}
.shop_cat {
	display: flex;
	--vh: 5.3px;
	max-width: 1200px;
	margin: 0 auto;
	min-height: 100vh;
	min-height: calc(var(--vh)*100);
	padding-top: 10px;
	justify-content: space-between;
	font-family: Conv_RobotoRegular,arial;
}
h1 {
	font-size: 28px;
}
.shop_cat_left {
	max-width: 250px;
	width: 100%;
	margin-right: 30px;
	margin-left: -5px;
}

.shop_cat_right {
	max-width: 980px;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-right: -20px;
}

.shop-cat-menu {
	list-style: none;
	margin-top: 0;
	background-color: #f6f6f6;
	font-family: Conv_RobotoRegular,arial;
}
.shop-cat-menu li {
    line-height: 30px;
}

.shop-cat-menu li a {
	border-top: 1px solid #fff;
	text-decoration: none;
	padding: 25px 40px;
	position: relative;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	display: block;
	margin: 0;
	background-color: transparent;
	transition: all .3s ease-out;
	border-radius: 5px;
}

.menu-list-10 a {
    font-weight: bold;
}

.menu-list-20 a {
    font-weight: normal;
}

.shop_list_one {
    text-align: center;
}

.shop_list_one_title {
	padding: 10px 15px;
	font-size: 20px;
	color: #000;
	min-height: 75px;
	font-family: corporateCondensed,arial;
	line-height: 24px;
}
.shop_list_one_chars li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px 14px;
}
#shop_sorter_select {
	border: none;
	background: none;
	font-size: 14px;
}
.shop_list_one_chars li span:nth-child(2) {
    font-weight: bold;
}

.shop_list_bottom {
    display: flex;
    justify-content: space-between;
    padding: 35px;
}

.shop_list_buy_button {
    font-size: 14px;
    line-height: 21px;
    display: flex;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .01em;
    color: #fff;
    background: #1551a1;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 13px 0;
    min-width: 148px;
    color: #fff;
    cursor: pointer;
}

.shop_list_buy_button:hover {
    background: #2680f8;
}

.shop_list_compare_button {
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
	background-color: #f6f6f6;
	border: none;
	outline: none;
	border-radius: 5px;
    cursor: pointer;
}

.shop_list_compare_button.active {
    background-color: #004990;
}

.shop_list_compare_button:hover, .shop_list_compare_button:active {
	background-color: #004990;
}

.shop_list_compare_button svg path {
	fill: #333;
}

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

.shop_list_compare_button:hover svg path, .shop_list_compare_button:active svg path, .shop_list_compare_button.active svg path {
	fill: #fff;
}

.shop_sorter ul li{
	border: 1px solid #ccc;
	float: left;
	margin: 10px 0 5px 5px;
	padding: 5px 15px 5px 5px;
	position: relative;
	background: #fff;
}

.shop_sorter ul li a{
	text-decoration:none;
	color:#666;
}

.shop_sorter ul li.active a{
	color:#000;
}
.shop_sorter ul li.active {
	border: 1px solid #84440f;
}

.shop_sorter ul li .sorter_order_ASC{
	position:absolute;
	right:4px;
	top:12px;
	border: 4px solid transparent; 
	border-top: 4px solid #000; 
}
.shop_sorter ul li .sorter_order_DESC{
	position:absolute;
	right:4px;
	top:7px;
	border: 4px solid transparent; 
	border-bottom: 4px solid #000; 
}

.shop_filter{

}
.shop_filter .filter-title {
	float: left;
	margin: 14px 10px 0 0;
	display: inline-block;
}
.shop_filter_line{
	overflow:hidden;
	display: inline-block;
}
.shop-filter-size {
	float: left;
	margin: 0 8px 8px;
	overflow: hidden;
}
.shop-filter-color {
	float: left;
	overflow: hidden;
}

#shop_filter_form {
	/* background: #f0f0f0 none repeat scroll 0 0; */
	/* box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5); */
	overflow: hidden;
	font-size: 12px;
	margin-bottom: 35px;
	padding: 0;
	margin-left: 10px;
	margin-top: 25px;
}

.shop_form_header {
	float: left;
	margin-right: 50px;
	/* border: 1px solid #494f494d; */
	border-radius: 10px;
	/* background: #ccc; */
	padding: 0;
	/* min-height: 25px; */
	/* min-width: 100px; */
	text-align: center;
	font-size: 14px;
}

.shop_one {
	display: flex;
	max-width: 1400px;
	margin: 0 auto;
	min-height: 100vh;
	min-height: calc(var(--vh)*100);
	padding-top: 40px;
	justify-content: space-between;
}

.shop_one_left {
	max-width: 267px;
	width: 100%;
}

.shop_one_right {
	max-width: 980px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.shop_one_details_menu {
	width: calc( 100% - 12px );
	background: #f6f6f6;
	overflow: hidden;
	border-radius: 4px;
	margin: 0 7px 0 5px;
}

.shop_one_details_menu li {
	float: left;
	text-align: center;
	cursor: pointer;
	padding: 20px 90px;
	border-right: 1px solid #fff;
	font-size: 20px;
	border-radius: 4px;
	background: #f0f0f0;
	font-family: corporateCondensed,arial;
}

.shop_one_details_menu li:hover {
	background: #e2dede;
}

.shop_one_details_menu li svg {
	margin-right: 10px;
}

.shop_one_details_content {
	display: none;
	border: 1px solid #ddd;
	margin: 15px 7px 30px 5px;
	border-radius: 4px;
	padding: 15px 50px 35px;
}

#shop_one_details_content_1 {
	display: block;
}
h3 {
	font-family: corporateCondensed,arial;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2;
	margin: 15px 0 15px 5px;
	text-transform: none;
} 
.shop_one_details_menu li.active {
	background: #c2bebe;
}

.shop_one_details_content ul {
	list-style: unset;
	padding: 0px 0px 0px 30px;
	margin: 0px;
}

.shop_one_right_content_price {
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 125%;
	letter-spacing: .01em;
	color: #000;
	margin-bottom: 15px;
}

.shop_list_price_block {
	display: flex;
	justify-content: space-around;
	margin: 25px 0 45px;
}

.shop_one_right_photo {
	width: 70%;
}

.shop_one_right_content {
	width: 30%;
}

.shop_list_price_block_chars li {
	margin: 0 0 5px 0;
}

.shop_list_price_block_chars li span:nth-child(1) {
	font-weight: bold;
}

.shop_addonfield {
	margin: 3px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 25px;
	border-radius: 4px;
}
.shop_addonfield:hover {
	background: #f0f0f0;
}
.shop_addonfield span {
	font-weight: bold;
	float: left;
	display: block;
	margin-right: 5px;
}

.shop_addonfield div {
	
}

.shop_photos_area {
	width: 650px;
	margin-left: 20px;
}
.shop_one_right_photo h1 {
	margin: 0 0 30px 20px;
}
.one-other-list {
	display: flex;
	flex-wrap: wrap;
}

.one-other-list div {
	display: flex;
	flex-direction: column;
	width: 300px;
	border-radius: 5px;
	border: 1px solid #ddd;
	margin-top: 0;
	margin-bottom: 40px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 4px 0 0 0;
}
.one-other-list div:hover {
	border: 1px solid #bbb;
	box-shadow: 2px 2px 10px 0px rgba(200, 200, 200, 0.7);
}
.one-other-list div a {
	text-decoration: none;
	padding: 10px 15px;
	font-size: 20px;
	color: #000;
	min-height: 75px;
	font-family: corporateCondensed,arial;
	line-height: 24px;
	text-align: center;
	display: block;
}
.one-other-list div img {
	max-width: 100%;
}

.compare_table th {
	font-size: 16px;
	font-weight: 500;
	color: #c7c7c7;
}

.compare_table {
	width: 100%;
}
.compare_table td.compare_td_title a {
	font-size: 16px;
	color: #fff;
}
.compare_table td.compare_td_text {
	font-size: 14px;
	color: #c7c7c7;
}
.compare_table td.compare_td_price {
	font-size: 16px;
	color: #c7c7c7;
}
.compare_table td {
	border: 1px solid #403927;
	padding: 10px;
}
.compare_cats li {
	list-style: none;
	display: inline-block;
	margin-right: 12px;
}
.compare_cats li a {
	font-size: 16px;
	color: #fff;
}
.compare_cats li.active_cat a {
	color: #dbaa25;
	font-weight: 500;
	text-decoration: none;
}

.compare_content {
	width: 100%;
}

.compare2 {
	display: flex;
	margin-top: 30px;
}

.compare-titles {
	width: 20%;
}

.compare-titles div {
	padding: 10px;
	text-align: right;
	border-right: 3px solid #bbbbbb;
	border-bottom: 1px solid #d6d6d6;
	height: 30px;
	min-height: 30px;
	overflow: hidden;
	line-height: 15px;
	background: #e9e9e9;
}

.compare-titles div:nth-child(2), .compare-titles div:nth-child(3) {
	font-weight: bold;
	color: #023a86;
}

.compare-content {
	display: flex;
}

.compare-content-row {
	
}

.compare-content-row div {
	padding: 10px;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	height: 30px;
	max-height: 30px;
	overflow: hidden;
	line-height: 30px;
	
}

.compare-titles div:nth-child(2), .compare-content-row div:nth-child(2) {
	height: 90px;
	max-height: 90px;
	line-height: 30px;
	overflow: unset;
}

.compare-content-row div:nth-child(2), .compare-content-row div:nth-child(3) {
	font-weight: bold;
	color: #023a86;
}

.compare-content-row:nth-child(2n+1) {
	background: #f6f6f6;
}

.compare-content-row div:nth-child(1) {
	text-align: center;
}

.compare_delete {
	cursor: pointer;
	font-weight: bold;
	color: #023a86;
	display: block;
	margin: 0 auto;
	color: #fff;
	height: 32px;
}