/* CONTROLS SPACING IN MOBILE VIEW */ @media only screen and (min-width: 991px){ .content .col-md-6 { margin-bottom: 1%; } } @media only screen and (max-width: 991px){ .checkout-content-left { margin-bottom: 1%; } } /* STYLING FOR CHECKOUT ORDER BUMP*/ .checkout-order-bump { border:3px dashed #3ddad7 }