span.h1_mini{
    font-size: 12px;
    color: #ca287d;
}
.cart-total-wrap{
    background: none;
    border: none;
}

.cart-total-wrap.highlighted .cart-total-btn .checkout{
    
}
.bestcart{
    text-align: left;
}
.bestcart h2.check-title{
    font-size: 24px;
    line-height: 1.29167em;
    font-weight: 500;
    text-align: center;
        color: #ca287d;
}
.bestcart h2 .gray{
    width: 29px;
    border: 1px solid #0c8f32;
    line-height: 1.8125rem;
    border-radius: 50%;
    font-size: 1.0625rem;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    position: absolute;
    left: 0px;
}
.bestcart .checkout-step h2{
    position: relative;
    padding-left: 35px;
    font-size: 20px;
}
.bestcart #checkout-contact-form{
  
}
.bestcart .checkout-content{
    padding-left: 35px;
}
.bestcart .checkout ul li{
    padding-left: 20px;
    
}
.bestcart .checkout ul{
    
}
.bestcart .checkout-step.submit{
    text-align: center;
}

@media only screen and (max-width: 600px)  {
    .bestcart .checkout ul li{
        padding-left: 15px;
    }
    .bestcart .checkout-content {
        padding-left: 0px;
    }
}
.footer-bottom{
        display: none;
}
