﻿.radio-select input[type=radio]{position:absolute;visibility:hidden;display:none}.radio-select label{display:inline-block;font-weight:700;margin:3px}.img-radio{max-width:25px;max-height:25px;border:1px solid #ccc}.title-st{float:right;padding-left:5px;color:#272727}.color-tb{margin-top:5px}
.compare-footer {
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 21;
}
.start-compare-btn {
    position: fixed;
    bottom: 20px;
    left: 30px;
    background-color: #00bfd6;
    border: 1px solid #36abba;
    border-radius: 8px;
    color: #fff;
    font-size: 1.5rem;
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px 10px 10px;
    width: 145px;
    height: 40px;
    cursor: pointer;
    z-index: 3;
}
.compare-button-count {
    padding: 1px 5px;
    background-color: rgba(0,0,0,.08);
    border-radius: 3px;
    z-index: 1;
}
.compare-footer-content {
    width: 235px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.16);
    position: fixed;
    left: 20px;
    bottom: 0;
    z-index: 2;
    border-radius: 5px;
    display: none;
    /*min-height:200px;*/
}
.start-compare-btn:hover{
    color:#fff;
    text-decoration:none;
}
.compare-footer-items {
    padding: 0 12px;
    float: right;
    width: 100%;
}
.compare-list-product {
    padding: 10px 0;
    float: right;
    position: relative;
    width: 100%;
}
.compare-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    width: 65px;
    height: 65px;
    background-color: #fff;
    position: relative;
    display: inline-block;
    float: right;
}
.compare-product-image {
    max-width: 100%;
    max-height: 100%;
}
.compare-product-title {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;*/
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 65px);
    flex: 0 0 calc(100% - 65px);
    max-width: calc(100% - 65px);
    padding-right: 4px;
    font-size: 12px;
    line-height: 17px;
    color: #535353;
    text-align: right;
    display: inline-block;
    float: right;
    padding-top: 16px;
}
.product-remove {
    position: absolute;
    cursor: pointer;
    width: 16px;   
    top: 10px;
    left: 0px;
}
.compare-footer-actions {
    height: 73px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px 20px 10px;
    border-top: 1px solid #ebebeb;
}
.compare-footer-cancel {
    font-size: 1.5rem;
    line-height: 25px;
    color: #fb3449;
    cursor: pointer;
}
.compate-check{
    padding:0 10px
}

.compate-check input {
    margin-right: 0px !important;
}
.compate-check label {
    margin-right: 5px;
}
@media(max-width: 768px) {
    .compate-check{
        display:none;
    }
}