/*compare*/
.static-compare .comparing-item img {
    display: block;
    margin: 0 auto;
    height: 150px;
    width: auto;
}
.compare {
    max-width: 1920px;
    margin: 0 auto;    
    width: 100%;
}
button.delete-all.gray-bttn-normal {
    margin-top: 30px;
}
.compare button {
    font-size: 17px;
}
.custom_tabs.tabs_header .in_compare {
    color: red !important;
}
.static-compare .comparing-item-buy {
    display: block;
    font-size: 18px;
    border: 1px solid;
    background: #ff504900;
    color: black;
    line-height: 20px;
}
.product-availability {
    display: block;
    margin-top: 10px;
    font-size: 11px;
    line-height: 11px;
    color: #999;
}
.static-compare .comparing-item-price .actual-price {
    color: #222;    
    display: inline-block;
}
.static-compare .comparing-item-title {
    display: flex;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    color: #222;
    line-height: 15px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.compare-header {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
	background: white;
}
a.nav__link.compare:hover {
    border: 0px !important;
}
.compare-cont {        
    overflow: hidden;
}
.static-compare .compare-slider {
	width:80%;  
}
.no_compare_html.compare-slider {
	width: 100%;
    
}
.tabs_block4 .tabs-cont, .tabs-cont-compare {
    float: right;
	margin:10px 0;
}

.compare-cont .tabs li, .compare-cont .tabs li.active {
    height: auto;
}

.compare .tabs_block4 .tabs li, .compare .tabs-cont-compare li {
    color: #222;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    display: block;
    margin-left: 10px;
    
    float: left;
    margin-right: 0;
    
    border-radius: 5px;
}
.compare .tabs li, .compare .tabs-rm li {
    display: block;
    height: 15px;
    text-align: center;
    float: left;
    padding: 0;
    margin-right: 20px;
    font-size: 15px;
    cursor: pointer;   
   
}
.compare .tabs li.active {
    display: block;
    border: 1px solid;
    background: #ff504900;
    color: #ff5049;    
}

table.compare-table.main-table {
    width: 100%;
}
.compare table .big-td {
    padding: 10px 0px 10px 0;
    box-sizing: border-box;
    font-size: 20px;
    color: #222;
    text-align: left;
    line-height: 20px;
    vertical-align: top;
}
.compare_button {
    cursor: pointer;
    justify-content: flex-end;
    display: flex;
}
.content.compare button:hover {
    background: #f0eded;
    cursor: pointer;
}
ul.products.columns-4 .compare_button.button {
    display: flex;
    justify-content: flex-end;
}
span.product_comparison_setting.compare_button.button.alt {
    line-height: 37px;
	outline: 1px solid transparent;
    outline-offset: -5px;
}
span.product_comparison_setting.compare_button.button.alt.in_compare {
    outline: 1px solid #fff;
    outline-offset: -5px;
}
.compare_button.button.in_compare {
   border-bottom: 1px solid white;	
}
.compare table .diff-specs,.compare table .all-specs {
    display: none;
}
.compare table .diff-specs.active,.compare table .all-specs.active {
    display: table-row;
}
.compare table tr {
    border-bottom: 1px solid #e6e6e6;   
    display: table-row;
}
.compare .first, .compare-table .main-td:first-child, .compare-table .submain-td:first-child {
    width: 20% !important;
    min-width: 20%;
}

.compare .compare-table .main-td {
    min-width: 265px;
    box-sizing: border-box;
    padding: 10px 0px 10px 0;
    font-size: 14px;
    line-height: 19px;
    color: #222;    
    line-height: 20px;
    vertical-align: top;
	 text-align: center;
}

.compare .big-title {    
    display: block;
    color: #222;
    font-size: 40px;
	font-weight:600;
    line-height: 45px;
    text-align: left;       
}
.compare .compare-cont .tabs li, .compare .compare-cont .tabs li.active {
    height: auto;	  
}
.compare .tabs_block4 .tabs li, .tabs-cont-compare li {
     margin-top: 10px;
    padding: 15px 25px;
    border: 1px solid;
    background: #ff504900;
    color: black;
    font-size: 0.8vw;     
}
.static-compare .comparing-cross {
    display: block;
    width: 12px;
    height: 12px;
    background: url(assets/images/comparing-cross.png) left top no-repeat transparent;
    background-size: 12px auto;
	  margin-left:10px;
}

.item-text {
    text-align: center;
}
.compare-header-cont {
    display: flex;
    justify-content: center;
	margin: 10px 0;
}


p.no_compare.normal-p {
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    font-weight: 600;
}
p.no_compare.normal-p.second{
    font-size: 17px;
    text-align: left;
    padding-bottom: 10px;
	padding-top: 20px;
    font-weight: 300;	
}
span.compare_counter {
    position: absolute;
    margin: 0px;
    padding: 0px;
    opacity: 1;
    color: white;
    left: 12px;
    top: -2px;
    box-shadow: 0px 0px 5px 1px black;
    border-radius: 50%;
    width: 32px;
    text-align: center;
    height: 32px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.compare_counter:empty {
    display: none;
}
@media(max-width:1250px){.slider__item {
    flex: 0 0 50%;
    max-width: 50%;
    user-select: none;
}
.compare {   
    padding: 5px 10px;   
}
	.static-compare .compare-slider{
	width:100%	
	}
	.compare .first{
		display:none;
	}
	.compare .compare-table .main-td:first-child {
    width: 100% !important;
}

.compare table .diff-specs.active,.compare table .all-specs.active {
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
	.compare .compare-table .main-td {
		min-width:50%;
    width: 50%;
    padding: 5px;
}
	.compare .first, .compare-table .main-td:first-child, .compare-table .submain-td:first-child{
width: 100% !important;
    min-width: 100%;
		text-align:center;
}
}
.compare .d-none
{
	display:none
}
/*compare*/
