.blank-form > label{
    display: block;
    margin-top: 25px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.blank-form .ship-details{
    margin-top: 20px;
}

.blank-form .ship-details > div{
    font-size: 14px;
}

.blank-form .ship-details img{
    margin-right: 12px;
}

.blank-form .ship-details .help{
    cursor: pointer;
}

.blank-form .ship-details .green{
    text-transform: uppercase;
    font-weight: bold;
}


.blank-form .total{
    font-size: 18px;
    font-weight: bold;
}

.blank-form .total:after{
    height: 62px;
}

.blank-form .total s{
    font-weight: normal;
    font-size: 12px;
}

.blank-form .add-to-cart{
    margin-top: 30px;
    height: 60px;
}

.add-to-cart .bu1{
    width: 100%;
    padding: 21px 0;
}

@media (max-width: 1200px) {
}

@media (max-width: 991px) {
    .blank-form .add-to-cart{
        height: auto;
    }
}

@media (max-width: 767px){

    .blank-form .total{
        text-align: center;
    }

    .add-to-cart .bu1{
        background-position-x: 20px;
        padding-left: 50px;
        padding-right: 50px;
    }

}

@media (max-width: 576px){
}

@media (max-width: 424px){
}

@media (max-width: 374px){
    .blank-form .ship-details img{
        display: none;
    }
}

@media (max-width: 319px){
}