/* Checkout page */
#checkout section#content {
	background:#ffffff;
	margin-top:80px;
}
#checkout section#content .left {
	padding-bottom:60px;
}
.content ul {
	display:flex;
}
.content ul li:nth-child(2) span{
	font-size:0;
	position:relative;
}
.content ul li:nth-child(2) span:before{
	content:"";
	width:1px;
	height:15px;
	background:#e1e1e1;
	position:absolute;
	top:0;
	left:0;
}
.content ul li:first-child a{
	padding-left:0;
}
.content ul li a{
	font-size:16px;
}
.tab-content .form-group label{
	line-height: 40px;
	margin: 0;
	font-size:15px;
}
.tab-content .form-control-valign label{
	line-height:20px !important;
	padding-top:10px;
	margin-right:30px !important;
}
.tab-content .form-group .input-group-btn button{
	height:40px;
}
#checkout #checkout-addresses-step, #checkout #checkout-delivery-step, #checkout #checkout-delivery-step, #checkout #checkout-payment-step{
	margin-top:30px;
}
#checkout #checkout-guest-form{
	margin-bottom:50px;
}
.content .tab-content  #checkout-login-form.tab-pane{
	opacity: 1;
	visibility: visible;
	height:auto;
}
.radio-block .custom-radio {
	position: relative;
	top: 1px;
}
#checkout #checkout-login-form .forgot-password {
	margin-bottom:15px;
}
#checkout #checkout-personal-information-step, #checkout #checkout-addresses-step, #checkout #checkout-delivery-step, #checkout #checkout-payment-step {
	border: 1px solid #ebebeb;
	width: 100%;
}
#checkout-addresses-step .address-item label{
	line-height:30px;
	font-weight:300;
}
#checkout .address-footer a i{
	margin-right:5px;
}
#checkout .address-footer a{
	margin-right:20px;
}
#checkout .address-footer a:last-child {
	margin-right:0px;
}
#checkout #delivery-address .form-footer{
		text-align:right;
}
#checkout #delivery-address .form-footer button {
	margin-right:10px;
}
#checkout section#content #js-checkout-summary p {
	font-size:15px;
	font-weight:400;
	text-transform:capitalize;
	color:rgba(17,17,17,0.9);
}
#checkout section#content #js-checkout-summary p a {
	font-size:14px;
	font-weight:400;
}
#checkout section#content #cart-summary-product-list .media-list .media-body{
	padding: 10px 0;
}
#checkout section#content #cart-summary-product-list .media-list .media{
	margin-bottom:15px;
}
#checkout section#content #js-checkout-summary .card-block .label {
	color:rgba(17,17,17,0.9);
	font-size:13px;
	padding:0;
	line-height:30px;
	font-weight:500;
}
/* Social Share*/
#checkout section#content .block-social ul li a {
	font-size:0;
}
#checkout section#content .block-social ul li.facebook a:before {
	content:"\f09a";
}
#checkout section#content .block-social ul li.twitter a:before {
	content:"\f099";
}
#checkout section#content .block-social ul li.rss a:before {
	content:"\f09e";
}
#checkout section#content .block-social ul li.youtube a:before {
	content:"\f167";
}
#checkout section#content .block-social ul li.googleplus a:before {
	content:"\f0d5";
}
#checkout section#content .block-social ul li.pinterest a:before {
	content:"\f0d2";
}
#checkout section#content .block-social ul li.vimeo a:before {
	content:"\f27d";
}
#checkout section#content .block-social ul li.instagram a:before {
	content:"\f16d";
}
#checkout section#content .block-social ul li a:before {
	font-family:"FontAweSome";
	font-size:14px;
	color:#b9b9b9;
}
#checkout section#content .block-social .social-title{
    color: #9e9e9e;
    margin-right:10px;
}
#checkout section#content .block-social ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    display: inline-block;
    float: left;
    height: 40px;
    margin-right: 10px;
    min-width: 40px;
	text-align:center;
	line-height:40px;
}
#checkout section#content .block-social {
    border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	width:100%;
	display:flex;
}
#checkout section#content .block-social ul {
	margin:0;
}
#checkout #conditions-to-approve ul li{
	display:flex;
}
#checkout #conditions-to-approve ul li .condition-label {
	line-height:21px;
	margin-left:10px;
}
#checkout .right-box {
	border:1px solid #ebebeb;
	box-shadow:2px 2px 11px 0 rgba(0, 0, 0, 0.1);
}
#checkout .right-box .card.js-cart, #checkout .right-box #block-reassurance {
	padding:20px;
}
/* chekout step */
body#checkout section.checkout-step.-complete .step-title {
	color: #fff;
}
body#checkout section.checkout-step.-complete .step-title {
	background-color: #4cbb6c;
	color: #fff;
}
body#checkout section.checkout-step .step-title {
    background-color: #f5f5f5;
	color: #454545;
	cursor: pointer;
	font-size: 16px;
	margin: 0;
	padding: 13px 15px;
	text-transform: uppercase;
}
body#checkout section.checkout-step {
	box-shadow:2px 2px 11px 0 rgba(0, 0, 0, 0.1);
}
body#checkout section.checkout-step .content {
    margin-top:25px;
}
body#checkout section.checkout-step .step-edit {
    text-transform: lowercase;
    font-weight: normal; 
}
body#checkout section.checkout-step .step-edit .edit {
    font-size: 1.5rem; 
}
body#checkout section.checkout-step .not-allowed {
    cursor: not-allowed;
    opacity: 0.5; 
}
body#checkout section.checkout-step .content,
body#checkout section.checkout-step .done,
body#checkout section.checkout-step .step-edit {
    display: none; 
}
body#checkout section.checkout-step .content {
	display: none;
	padding: 0 20px 20px;
}
body#checkout section.checkout-step.-current.-reachable.-complete .done,
body#checkout section.checkout-step.-current.-reachable.-complete .step-edit {
    display: none; 
}
body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
    display: inline-block; 
}
body#checkout section.checkout-step.-current.-reachable.-complete .content, body#checkout section.checkout-step.-current.-reachable.-current .content {
    display: block; 
}
body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: inline-block; 
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
    display: none; 
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    color: #fff;
	cursor: pointer;
	display: block;
	float: right;
	margin-right: 0.125rem; 
	text-transform:capitalize;
}
body#checkout section.checkout-step.-reachable.-complete .content {
    display: none; 
}
.done {
  color: #fff;
  display: inline-block;
  margin-right: 1rem;
} 
body#checkout section.checkout-step.-current .content .address {
	color: rgba(17, 17, 17, 0.75);
	font-size: 14px;
	font-weight: 400;
	padding: 0 20px;
}
body#checkout section.checkout-step.-current .content .address-alias.h4 {
	font-size:16px;
}
body#checkout section.checkout-step.-current .content .address-footer {
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	padding:7px 0;
}
body#checkout section.checkout-step.-current .content .add-address {
	margin:20px 0;
}
body#checkout section.checkout-step.-current .content .form-control-select {
	-moz-appearance: none;
	background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right 0.5rem center / 2.25rem 2.25rem !important;
	height: 40px;
	padding-right: 2rem;
	width:100%;
}
@media(max-width:360px){
	body#checkout section.checkout-step .content {
		display: none;
		padding: 0 0px 20px;
	}
}