/*
Template Name: Shop On
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
/*********************checkout****************/
#checkout{
padding-top:40px;
padding-bottom:40px; 
 }
.checkout_1l1 .form-control{
 background:#f4f4f4;
 border:none;
 box-shadow:none;
 height:50px;
 margin-top:15px;
 border-radius:0;
 font-size:16px;
 }
.checkout_1r .hr_1 {
    border-color: #f7941d;
    width: 15%;
    border-width: 2px;
    margin-left: 0;
}
.checkout_1r p span {
margin-left:5px;
}
.checkout_1r .button {
display:block;
text-align:center;
}
.checkout_1r{
border:1px solid #eee;
padding:25px 15px 30px 15px; 
 }
/*********************checkout_end****************/

@media screen and (max-width : 767px){
#checkout{
text-align:center;  
 }
.checkout_1r {
margin-top:15px; 
 }
.checkout_1r .hr_1{
margin-left:auto; 
 }
.checkout_1r h5{
text-align:left;
 }
}

@media (min-width:768px) and (max-width:991px) {

 }
@media (min-width:992px) and (max-width:1200px) {

 }
@media (min-width:1201px) and (max-width:1350px) {

 }




