#product_comparison .wd_empty.compare_extra_information {
    vertical-align: bottom;
}
#product_comparison .wd_empty.compare_extra_information > span {
    font-weight: bold;
}
table#product_comparison {
	border: 1px solid var(--border-color);
}
table#product_comparison th,
table#product_comparison td {
    border-color: var(--border-color);
}
table#product_comparison tbody tr td.product-block {
    vertical-align: top;
    padding: 15px;
    text-align: center;
}
table#product_comparison tbody tr td.product-block .product-title a {
    white-space: normal !important;
}
table#product_comparison tbody tr td.td_empty,
table#product_comparison tbody tr td.feature-name,
table#product_comparison tbody tr.comparison_header {
    color: #ccc;
}
table#product_comparison tbody tr td.comparison_infos {
    text-align: center;
    background: transparent;
}
table#product_comparison tbody tr td.td_empty {
    vertical-align: bottom;
}
table#product_comparison tbody tr td.td_empty > span {
	font: 600 14px/22px var(--secondary-font);
	color: #555454;
}
table#product_comparison .remove {
    padding: 0 0 15px 0;
}
table#product_comparison .remove a {
    font-size: 23px;
    line-height: 23px;
    color: #666;
}
table#product_comparison .remove a:hover {
    color: #111;
}
table#product_comparison .thumbnail-container {
    display: inline-block;
    position: relative;
    margin: 0 0 20px;
}
table#product_comparison .thumbnail-container .product-thumbnail {
    display: inline-block;
    margin: 0 0 5px 0;
	overflow: hidden;
}
table#product_comparison .thumbnail-container .product-thumbnail img {
    width: 100%;
	max-width: 250px;
}
table#product_comparison .product-price-and-shipping {
    margin-bottom: 10px;
}
#product_comparison .product-miniature .product-description {
    float: left;
    width: 100%;
}
table#product_comparison .thumbnail-container .product-thumbnail .h3.product-title {
	margin: 0 0 3px;
}
table#product_comparison .product-desc,
table#product_comparison .highlighted-informations .variant-links{
    padding: 0 0 10px 0;
    margin: 0;
}
table#product_comparison .product-rating {
    margin: 0 auto;
    overflow: hidden;
}
#tdcompare-modal .modal-dialog .modal-header .modal-msg {
    font-size: 16px;
    line-height: 20px;
    color: #111111;
}
#tdcompare-modal .modal-dialog .modal-footer {
    text-align: center;
}
#tdcompare-modal .modal-dialog .modal-footer button {
    margin: 0 5px;
}
#wdcompare-modal .close {
	line-height: 18px;
	margin: 0;
}
#wdcompare-modal .compare-msg {
	color: #fff;
	font-size:16px;
}
#product_comparison div.wd-button-container .btn.add-to-cart-disable, #product_comparison div.wd-button-container .btn.add-to-cart-disable:hover {
	background: var(--primary-btn-bg-color);
	color: var(--primary-btn-color);
	display: inline-block;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	-webkit-opacity: 0.6;
	cursor: default;
}
table#product_comparison tbody tr td.product-block .add-to-cart.cart-loading .loading, .product-actions .add-to-cart.cart-loading .loading {
	width: auto;
}
#module-wdcompare-compare .product-description span {
	vertical-align: middle;
}
#module-wdcompare-compare #product_comparison .wdproductcountdown {
    padding: 2px 10px;
    float: none;
    width: 100%;
    margin: 20px 0 0;
    border: 1px solid #e5e5e5;
}
#module-wdcompare-compare #product_comparison .wdproductcountdown .wdpc-main {
	width: auto;
	display: inline-block;
	vertical-align: top;
	float: none;
}
#module-wdcompare-compare .product-description .discount-product {
	color:#4ca338;
	font-size: 12px;
	line-height: 14px;
	font-family: var(--primary-font);
}
@media (min-width: 1200px) {
    .header-compare .bt_compare {
       
        float: left;
        position: relative;
    }
    .header-compare {
        float: left;
        margin:  0;
        padding:0 0;
    }
    .header-compare .bt_compare > span {
        font-size:13px;
    }
    
    
}

@media (max-width: 1199px) {
.header-compare {
    padding: 0;
}
}
@media (max-width: 991px) {
    table#product_comparison tbody tr td.td_empty span {
        font-size: 14px;
    }
    table#product_comparison tbody tr td.product-block {
        padding: 10px;
    }

}
@media (max-width: 767px) {
    #product_comparison table,
    #product_comparison thead,
    #product_comparison tbody,
    #product_comparison th,
    #product_comparison td,
    #product_comparison tr {
        display: block;
    }
    #product_comparison thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #product_comparison tr {
        overflow: hidden;
    }
    #product_comparison tr:last-child {
        border-bottom: none;
    }
    #product_comparison tr:last-child td {
        border-bottom: none;
    }
    #product_comparison td {
        border: none;
        position: relative;
        white-space: normal;
        float: left;
        width: 33.33%;
    }
    #product_comparison td.feature-name {
        width: 100%;
        text-align: center;
        margin: 15px 0 0;
    }
    #product_comparison .wd_empty.compare_extra_information {
        border-bottom: 1px solid var(--border-color);
        width: 100%;
    }
    #product_comparison td.td_empty {
        width: 100% !important;
        clear: both;
    }
    #product_comparison td:last-child {
        border-bottom: none;
    }
    #product_comparison .comparison_feature .feature-name {
        width: 100%;
        float: none;
        clear: both;
    }

}
@media (max-width: 543px) {
    #product_comparison td {
        float: none;
        text-align: center;
        width: 100%;
    }
    #product_comparison .comparison_feature td {
        float: left;
        width: 50%;
    }
    #product_comparison .comparison_feature .feature-name {
        width: 100%;
        clear: both;
    }
    #product_comparison .comparison_feature .product-name {
        width: 50%;
        float: left;
        display: block;
    }
}