

/* Start:/local/components/shop/compare/templates/.default/style.css?17752188433390*/
@media (min-width: 992px){
	
	.category_section_name{
		font-size: 22px;
		font-weight: 600;
		position: absolute;
		top: 38%;
		left: 20px;
		line-height: 27px;
	}

	.compare_filter{
		display: inline-block;
		padding: 5px 12px 4px 12px;
		background: #fff;
		border-radius: 5px;
		color: #888888;
		font-size: 13px;
		margin-right: 10px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	
}

@media (max-width: 992px){
	
	.category_section_name{
        font-size: 17px;
        font-weight: 600;
        position: absolute;
        top: 38%;
        left: 20px;
        line-height: 24px;
	}
	
	.compare_filter{
		display: inline-block;
		padding: 5px 12px 4px 12px;
		background: #fff;
		border-radius: 5px;
		color: #888888;
		font-size: 12px;
		margin-right: 10px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	
}

.compare_filter_active{
	background: #D10F17;
	color:#fff;
}

.compare_all_delete{
	background: #f2f3f5;
    display: inline-block;
    padding: 7px 10px;
    font-size: 13px;
    color: #4e4e4e;
    text-decoration: none;
    border-radius: 6px; 
}

.compare_product_del{
	position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99;
    background: #ffffffcc;
    padding: 6px;
    border-radius: 5px;
	cursor:pointer;
	display: flex;
}

.compare_section_name{
	background: #f2f3f5;
    display: inline-block;
    padding: 7px 10px;
    font-size: 13px;
    color: #4e4e4e;
    text-decoration: none;
    border-radius: 6px;
    margin-bottom: 8px; 
}

.compare_section_name_active{
	text-decoration: underline;
}



.category_section_product_count{
    font-size: 18px;
    font-weight: 600;
    position: absolute; 
    left: 20px;
    line-height: 27px;
    bottom: 13px;
    color: #818084;
}

.product {
    border-radius: 15px;
    border: 1px solid #efefef;
    background: #fff;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.product__article { 
    color: #999; 
    font-size: 12px;
    margin-bottom: 7px;
    display: block;
}

.product-a {
	position: relative;
	display: block;
	height: 220px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	margin-top: 10px;
}

.product-info {
    padding: 15px;
}

.product__price {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #383838;
    height: 11px;
    line-height: 18px;
}

.product__title {
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    margin-bottom: 4px;
    margin-top: 12px;
    color: rgba(43, 43, 43, 1) !important;
    text-decoration: none;
    height: 50px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}



.compare_har{
    background: #f6f6f6;
    padding: 5px 10px;
    margin-bottom: 7px;
    font-size: 13px;
    color: #646464;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 30px;
}

.har-start{
	border-radius: 15px 0px 0px 15px;
    font-weight: 600;
	color: #000;
}

.har-close{
	border-radius: 0px 15px 15px 0px;
}
 
.swiper-pagination-comparison2 > .swiper-scrollbar-drag{
	background:#C0BFC2;
}

.swiper-pagination-comparison2{
	position: relative !important;
	height: 5px !important; 
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .05)) !important;
	width: 99.7% !important;
    margin-left: -7px;
}




/* End */
/* /local/components/shop/compare/templates/.default/style.css?17752188433390 */
