body{
	margin: 0;
	padding: 0;	
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	background: #f6f6f6;
}
a:hover{text-decoration: none;color: inherit;}

.header{
	background: #fff;
	padding:12px 0;
	box-shadow: 2px 0 21px rgba(0,1,1,0.06);
	margin-bottom: 40px;
}
.content_section {
	padding: 0 0 0;
}
.head{
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 10px;
	margin: 0 0 26px;
}
.head h1{
	color: #002868;
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	margin:0;
}
.head p{
	margin:0;
	font-size: 14px;
	color: #393939;
}
.billing_form h2{
	color: #002868;
	font-size: 20px;
	font-weight: bold;
}
.billing_form .form-control{
	padding: 15px;
    height: auto;
    border-color: #cccccc;
    outline: 0;
    box-shadow: 5px 0 8px rgba(0,1,1,0.05);
}
.billing_form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    background: #fff url('../images/arrow.png') 95% center no-repeat;
    color: #969696;
}
.payment_method select {
background: #fff url('../images/arrow.png') 90% center no-repeat;
}
.footer_section p{
	color: #858585;
	font-size: 12px;
	margin: 150px 0 40px;

}
.billing_form .custom-control-label::before{
	width: 2rem;
    height: 2rem;
    background-color: #ffffff;
    border:1px solid #cccccc;
    box-shadow: 5px 0 8px rgba(0,1,1,0.05);
}
.billing_form  .custom-control-label::after{
	width: 2rem;
    height: 2rem;
}
.billing_form .custom-checkbox2 .custom-control-label::before{
	width: 1.5rem;
    height: 1.5rem;
    background-color: #ffffff;
    border:1px solid #cccccc;
    box-shadow: 5px 0 8px rgba(0,1,1,0.05);
}
.billing_form  .custom-checkbox2 .custom-control-label::after{
	width: 1.5rem;
    height: 1.5rem;
}
.billing_form .custom-checkbox .custom-control-label{
	padding-left: 20px;
	padding-top: 7px;
	font-size: 18px;
}
.billing_form .custom-checkbox2 .custom-control-label{
	padding-left: 20px;
	padding-top: 7px;
	font-size: 16px;
	line-height: 18px;
}
.payment_method{
	border-top: 2px solid #e0e0e0;
	margin-top: 50px;
	padding:26px 0 10px;
}
.payment_method h3{
	color: #006ab4;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.billing_form  .custom-control-label a{
	color: #3466b5;
	text-decoration: none;
}
.order_submit_btn{
	background: #bf0a30;
    color: #fff;
    border: none;
    padding: 13px 60px;
    display: inline-block;
    margin-top: 40px;
    border-radius: 6px;
    box-shadow: 5px 0 8px rgba(0,1,1,0.2);
    font-weight: bold;
}
/* The checbox container */
.jamie {
	background-color: orange;
	font-weight: bold;
	border-radius:8px;
}
.check-container {
display: block;
position: relative;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin-bottom: 0;
margin-top: 0px;
}
.check-container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.checkmarks {
position: relative;
display: inline-block;
height: 25px;
width: 25px;
border: 1px solid black;
margin-left: 10px;
vertical-align: text-bottom;
}
.checkmarks:after {
content: "";
position: absolute;
display: none;
}
.check-container input:checked ~ .checkmarks:after {
display: block;
}
.check-container .checkmarks:after {
left: 9px;
top: 1px;
width: 7px;
height: 16px;
border: solid #ff4745;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
/*...............cart-container..............*/
.cart-container{
background: white;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
-o-box-shadow: 0 0 10px rgba(0,0,0,0.1);
max-width: 420px;
margin: 0 auto;
padding: 20px;
}
.cart-container .cart-header{
color: #002868;
display: flex;
display: -ms-flexbox;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #e5e9f0;
padding-bottom: 15px;
margin-bottom: 15px;
}
.cart-container .cart-header h5{
font-size: 20px;
margin-bottom: 0;
}
.items-container .cart-item .cart-img img{width: 100%;margin-top: 5px;}
.items-container .cart-item .row{margin: 0 -10px;}
.items-container .cart-item .row .col-4,
.items-container .cart-item .row .col-8{padding: 0 10px;}
.items-container .cart-item p{margin-bottom: 5px;font-weight: 600;}
.items-container .cart-item p.product{margin-bottom: 7px;}
.items-container .cart-item .price{
font-size: 20px;
color: #bf0a30;
}
.items-container .cart-item .quantity{font-weight: 600;}
.items-container .cart-item .quantity input{
width: 35px;
height: 35px;
border-radius: 0;
border: 1px solid #a2a2a2;
text-align: center;
}
.items-container .cart-item .quantity input:focus{outline: none;}
.items-container .cart-item .quantity a{display: inline-block;padding: 0 7px;}
.items-container .cart-item .quantity a:hover,
.items-container .cart-item .quantity a:focus{
text-decoration: none;
outline: none;
}
.items-container .cart-item .view-details{
display: inline-block;
color:#002868;
text-decoration: none;
margin-top: 10px;
font-size: 13px;
}
.items-container .cart-details{
display: flex;
display: -ms-flexbox;
justify-content: space-between;
align-items: center;
}
.items-container .cart-details .delete-item{padding-left: 10px;}

.items-container .cart-details .delete-item a:hover{text-decoration: none;}
.items-container .cart-item{
border-bottom:1px solid #e5e9f0;
padding-bottom: 15px;
margin-bottom: 15px;
}
.cart-container .cart-price{
display: flex;
display: -ms-flexbox;
justify-content: space-between;
align-items: center;
padding: 10px 0;
color: #494949;
}
.cart-container .cart-price p{margin: 0;}
.cart-container .cart-price.order-total{
font-size: 18px;
color: #002868;
border-top: 1px solid #e5e9f0;
font-weight: 600;
}
.cart-container .cart-price.order-total .price{color: #ff4644;}
.cart-container #accordion .card{
border-radius: 0;
border: 0;
border-bottom:1px solid #002868;
}
.cart-container #accordion .card .card-header{
border: 0;
background: none;
padding: 10px 0;
}
.cart-container #accordion .card .card-header a{
color:#002868;
display: block;
}
.cart-container #accordion .card .card-body{
padding: 5px 0 10px;
}
.cart-container #accordion .card .card-header a.collapsed{
background: url(../images/accordian_plus.png) center right no-repeat;
}
.cart-container #accordion .card .card-header a{
background: url(../images/accordian_minus.png) center right no-repeat;
}
.cart-container .checkmarks{
position: absolute;
left: 0;
margin-left: 0;
box-shadow: 0 0 13px rgb(0 0 0 / 10%);
border-color: #cccccc;
border-radius: 5px;
}
.cart-container .check-container{padding-left: 35px;position: relative;margin-top: 20px;}
.cart-container .checkout-btn{
display: block;
width: 100%;
margin-top: 20px;
background: #bf0a30;
color: white;
font-weight: 600;
padding: 13px 10px;
border-radius: 7px;
outline: 0;
border:0;
}
.thank_you h3{
	font-size: 18px;
	color: #4c4c4c;
	font-weight: bold;
	text-transform: uppercase;
}
.thank_you h3 span{color: #006ab4;}
.thankyou_box{
	position: relative;
    padding: 60px 0;
    margin-top: 40px;
    width: 300px;
	border: 2px solid #45b734;
	margin:0 auto;
}
/* .thankyou_box:after{
	width: 300px;
	height: 220px;
	border: 2px solid #45b734;
	position: absolute;
	margin:0 auto;
	left:0;
	right: 0;
    content: '';
    top: 0;
    z-index: -1;
} */
.thankyou_box h4{
font-size: 24px;
color: #4c4c4c;
font-weight: bold;
max-width: 307px;
margin: 0 auto;
line-height: 35px;
}
.thankyou_box h1{
    font-size: 60px;
    color: #006ab4;
    font-weight: bold;
    background: #f6f6f6;
    display: inline-block;
    padding: 0 8px;
}
.divider_line{
	width: 60px;
	height: 3px;
	background: #45b734;
	margin: 20px auto;
}
.thank_you h5{
    font-size: 30px;
    color: #bf0b32;
    font-weight: bold;
    background: #f6f6f6;
    margin-top: 30px;
}
/*................checkout-selection....................*/
.checkout-selection{
	padding: 70px 0;
	background: #f6f6f6;
}
.checkout-selection .checkout-head{
color: #002868;
margin-bottom: 10px;
}
.checkout-selection .checkout-head h4{
font-size: 30px;
text-transform: uppercase;
font-weight: 800;
text-align: center;
}
.checkout-selection .checkout-head p,.h4_title{
    margin-bottom: 30px;
    font-size: 18px;
}
.checkout-selection .selection-box{
background: white;
border-radius: 15px;
box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 5%);
-webkit-box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 5%);
-moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
padding: 40px 20px 50px;
text-align: center;
}
.checkout-selection .selection-box .check-container{
margin-bottom: 0;
}
.checkout-selection .selection-box .checkmarks{
margin-left: 0;
margin-left: 0;
width: 95px;
height: 85px;
border-radius: 5px;
border: 2px solid #cccccc;
box-shadow: 0px 11px 21px 0px rgba(0, 0, 0, 0.14);
cursor: pointer;
}
.checkout-selection .check-container .checkmarks:after{
left: 34px;
top: 4px;
width: 25px;
height: 58px;
border: solid #45b734;
border-width: 0 7px 7px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.checkout-selection .check-container p{
font-size: 20px;
color: #002868;
margin-bottom: 30px;
font-weight: 700;
}
.checkout-selection .check-container p span{color: #bf0a30;}
.checkout-selection .note{color: #002868;margin-top: 50px;font-size: 18px;}
/*.same_billing_address{display: none;}*/
.statement_creditcard p{
	font-size:12px;
	font-weight: 600;
}
.page-wrapper.thank_you p{font-size:20px;}
.total_purchased01 label{
	font-weight: 600;
    font-size: 16px;
}
.total_purchased01 .equalto_margin{
	font-size: 34px;
    position: absolute;
    top: -35px;
    margin: 0;
    margin: 0 auto;
    right: 0;
    left: 0;
}
.total_purchased01 input{background: transparent;}
.position_rel{
	position: relative;
}
.position_rel .dolor_sign{
	position: absolute;
    left: 10px;
    top: 15px;
}
.form-control:disabled, .form-control[readonly]{
	background-color: #f6f6f6;
}
.checkout_form label.error{color: red; font-size: 14px;}