.addtocart-box input, .addtocart-box .btn-coupon{
    font-size:13px;
}

.addtocart-image{
    max-height:200px;
    display:inline-block;
    margin:0 auto 15px;
}

#cc-addtocart .position-sticky{
    top:80px;
}


.table-subtotal th{
    font-weight:400;
}

.btn-xs{
padding:3px 10px;
}

.font-600{
    font-weight:600;
}

#cc-addtocart .product-name{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
#cc-addtocart .product-name{
    font-size: 14px;
    line-height: 18px;
}
}

#cc-addtocart .product-subtitles{
    font-size:11px;
}

.line-separator{
    border-bottom:1px solid #F2F2F2;
    height:1px;
    margin-bottom:15px;
}

.form-control{
    border-radius:0;
}

.form-control.qty{
    display:inline-block;
    text-align:center;
    padding:0 8px;
    width:50px;
    margin-left:10px;
    height:30px;
    font-size:13px;
}

.addtocart-box{
    padding:10px;
    font-size:13px;
    background: #f8f8f8;
    margin-bottom:5px;
}

@media only screen and (max-width: 425px) {
.addtocart-box {
    padding: 10px;
    font-size: 13px;
    background: #f8f8f8;
    margin-bottom: 5px;
}
}

.addtocart-box .table-total{
    font-size:14px;
  }