﻿
.list-compare-product {
    -webkit-box-shadow: 0px 0px 1px #e8e8e8;
    box-shadow: 0px 0px 1px #e8e8e8;
    border: 1px solid #e4e4e4;
    padding: 20px;
    border-bottom: 2px solid #00bfd6;
    position: relative;
    background: #fff;
}
.list-compare-product-modal {
    -webkit-box-shadow: 0px 0px 1px #e8e8e8;
    box-shadow: 0px 0px 1px #e8e8e8;
    border: 1px solid #e4e4e4;
    padding: 20px;
    position: relative;
    background: #fff;
    width: 100%;
    float: right;
    text-align: center;
    color: #222;
    margin-bottom:20px;
    cursor:pointer;
}
.list-compare-product:not(:first-child) {
    border-right: 0px;
}
.div-compare-img {
    margin-bottom:15px;
}
.img-responsive-compare {
    margin: 0 auto;
    max-width: 100%;
    display: block;
}
.div-compare-text{
    text-align:center;
}
.c-price {
    color: #fb3449;
    letter-spacing: .8px;
    font-weight: 900;
}
.w-100{
    width:100%;
}
.list-compare-product:after {
    width: 0;
    height: 0;
    border-color: transparent transparent #00bfd6;
    border-style: solid;
    border-width: 0 10px 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
}
.product-remove {
    position: absolute;
    cursor: pointer;
    width: 16px;
    top: 10px;
    left: 5px;
}
.btn-gray {
    color: #fff;
    background-color: #7a7a7a;
    border-color: #7a7a7a;
}
.btn-gray:hover {
    color: #fff;
    background-color: #616161;
    border-color: #616161;
}
.img-responsive-compareAdd {
    margin: 0 auto 20px;
    max-width: 100%;
    display: block;
}
.img-responsive-compareAdd:hover{
    cursor:pointer;
}
.div-compare-img {
    display: block;
}
.affix {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 999 !important;
    position: fixed;
}
.affix .btn-info, .affix .btn-gray {
    display: none;
}
.affix .img-responsive-compare {
    height:100px;
}
 .affix .img-responsive-compareAdd {
    height: 159px;
    width:100%;
}
.affix + .mt-300 {
    padding-top: 300px;
}
.compare-title {
    color: #4d4d4d;
    font-size: 1.8rem;
    line-height: 1.158;
    margin-bottom: 25px;
    letter-spacing: -.3px;
    position: relative;
    padding-right: 19px;
    margin-top: 20px;
}
.compare-title:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    width: 0;
    height: 0;
    border-color: transparent #00bfd6 transparent transparent;
    border-style: solid;
    border-width: 7px 7px 7px 0;
}
.div-shdo {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.45);
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.45);
    background-color: #fff;
    border: 1px solid #efefef;
}
.compare-list-title {
    /*-ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 13px;
    font-size: .929rem;*/
    line-height: 1.692;
    padding: 9px 26px;
    background-color: #eaeaea;
    font-weight: 700;
}
.compare-list-value {
    background: #fff;
    margin: 10px 0;
    padding:0;
}
.compare-list-value:not(:first-child) {
    border-right: 1px solid #e4e4e4;
}
.block-compare {
    padding: 14px 12px;
    display: block;
    text-align: center;
}
.mtb-20{
    margin-top:20px;
    margin-bottom:20px;
}
