.esr-footer-cart{
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 23;
    height: 70px;
    border-top: 1px solid #dadada;
    /* box-shadow: 0 -3px 3px #eee; */
    background-color: #fff;
    transition: height 0.3s;
    -moz-transition: height 0.3s;
    -webkit-transition: height 0.3s;
}
.esr-footer-cart .esr-container{
    width: 94%;
    max-width: 1150px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}
.esr-product-info{
    min-width:300px;
    text-align: left;
    position: relative;
    float: left;
}
/* .esr-product-prop{
    margin-top: -10px;
} */
.esr-product-action{
    vertical-align: 32px;
    margin-left: 40px;
    float: right;
}
.esr-container .item{
    display: inline-block;
}
.esr-footer-cart .product_title{
    font-size: 16px;
}
.esr-footer-cart span.amount{
    color: #36afb1;
    font-size: 22px;
    line-height: 1.4em;
    font-weight: normal;
    font-family: Montserrat-Medium;
}
.esr-footer-cart .esr-num{
    width: 60px;
    margin: 0;
    vertical-align: bottom;
    text-align: center;
    appearance: textfield;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    margin-left: -2px;
}
input[type="number"]{
    appearance: textfield;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    box-shadow:none;
    border-left:0;
    border-right:0;
}
input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
}
.esr-footer-cart .num-box{
    margin-top: 14px;
}
.esr-footer-cart .num-btn{
    display: inline-block;
    width: 30px;
    border: 1px solid #ddd;
    height: 34px;
    cursor: pointer;
    text-align: center;
    margin-right: 2px;
    margin-left: 2px;
    padding-top: 6px;
}
.esr-footer-cart .num-btn.esr-minus{
    border-right:0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.esr-footer-cart .num-btn.esr-plus{
    border-left:0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    margin-left: -2px;
}
.esr-cart-btn{
    display: inline-block;
    padding: 4px 8px;
    border-radius: 20px;
    margin-left: 10px;
    background-color: #00afa5;
    color: #fff;
    cursor: pointer;
    min-width: 120px;
    text-align: center;
    line-height: 24px;
}
/* .hide-height{
    height: 0;
} */
.esr-line-item{
    width: 85%;
    display: inline-block;
}
.esr-footer-cart .esr-line-item {
    min-width: 200px;
    width: max-content;
}
.esr-line-item .product-title{
    font-size:16px;
}
.esr-line-item .price{
    line-height: 30px;
    margin: 10px 0 0 0;
}
.footer-cart-tips{
    font-size: 14px;
}
.esr-new-price{
    min-width: 15%;
    display: inline-block;
    color: #00a19f;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    right: 20%;
    bottom: 20px;
}
/* .num-btn:hover{
    background-color: #999;
} */
.esr-footer-cart .sku_show ul.product_style li:not(.color-prop){
    width: max-content;
    padding: 0 8px;
    line-height: 35px;
    border-radius: 17px;
    margin: 0 8px 4px 0;
}
.esr-footer-cart .sku_show ul.product_style li:not(.color-prop) span{
    font-size: 12px;
}
.esr-product-prop.color-common{
   min-width: 10%; 
}
.is-outline:hover, .primary.is-outline:hover{
    color: #00afa5;
}
.top-title{
    position: absolute;
    top: -16px;
    border: 1px solid #999;
    background-color: #fff;
    padding: 0 6px;
    display:none;
}
.esr-footer-cart-m{
    display:none;
}
.footer-cart-buynow{
    display:none;
}
@media screen and (max-width: 768px){
    .esr-footer-cart{
        height: auto;
    }
    .esr-footer-cart-m .esr-product-action {
        margin-left: 0px;
        float: none;
    }
    .esr-footer-cart-m .sku_show {
        /* margin-top:5px; */
    }
    .esr-footer-cart-m .num-box {
        margin-top: 5px;
        margin-left: 10px;
    }
    .esr-footer-cart-m li.color-prop.footer-cart {
        margin-bottom:0;
    }
    .esr-footer-cart-m .esr-num {
        width: 30px;
    }
    .esr-footer-cart-m .esr-container {
        padding: 0 15px;
    }
    .esr-footer-cart-m {
        display: block;
    }
    .esr-footer-cart-pc {
        display:none;
    }
    .esr-footer-cart-m .esr-product-action {
        float: right;
        margin: 0;
    }
    .esr-footer-cart-m .line-m{
        clear:both;
        display: flex;
    }
    .esr-footer-cart-m .esr-cart-btn {
        margin-left:0;
    }
    .esr-footer-cart-m .footer-cart-tips {
        width: 100%;
        margin-top: 5px;
    }
    .esr-footer-cart-m .esr-cart-btn {
        margin-top: 10px;
    }
    .esr-footer-cart-m .esr-product-prop.item {
        clear:both;
        display: block;
        margin-top:10px;
    }

    .esr-product-info {
        min-width: 96%;
        float: none;
    }
    .esr-container .item {
        display: block;
    }
    .esr-footer-cart span.amount {
        font-size: 16px;
    }
    img.add_to_cart_m {
        width: 22px;
    }
    .esr-cart-btn {
        min-width: 70px;
        padding: 0px 4px 4px;
    }
    .esr-footer-cart-m ul.product_style {
        display: flex;
        width: 100%;
        height: 40px;
        overflow-x: auto;
        overflow-y: hidden;
        margin-bottom:0;
        padding-bottom: 0;
    }
    .color-prop-item {
        width: 26px;
        height: 26px;
    }
    .sku_show ul.product_style li.color-prop {
        width: 32px;
        height: 32px;
        min-height: 32px;
    }
    .esr-line-item .price {
        margin: 8px 0 0;
    }
}
