.checkout-support-info-wrapper{
	margin-top: 12px; margin-bottom: 5px;
}
.checkout-support-info-item{
	display: inline-block; vertical-align: top;
	margin-right: 12px;
	font-size: 14px;
}
.checkout-support-info-item i{
	display: inline-block; margin-right: 5px;
	font-size: 16px;
}
.checkout-support-info-item .title{
	font-size: 14px; font-weight: bold;
}


.checkout-new-container{
	padding-left: 15px; padding-right: 15px;
}
.checkout-new-container2{
	padding-left: 8px; padding-right: 8px;
}

.checkout-new-container-selfcollect{
	position: relative;
	padding: 12px 8px; /*margin-bottom: 15px;*/
	background: #fff;
	border:1px solid #e7e2d8; border-left:none; border-right: none;
}
.checkout-new-container-selfcollect:before,
.checkout-new-container-selfcollect:after {
	content: '';
	position: absolute; z-index: 2;
	top: 2px;
	left: 175px;
	width: 0;
	height: 0;
	overflow:hidden;
	border: 8px solid transparent;
	border-top: 0;
	border-bottom-color:#fff;
	margin-left: -8px;
	margin-top: -8px;
}
.checkout-new-container-selfcollect:before{
	top:0px;
    z-index:1;
    border-bottom-color:#e7e2d8;
}

.checkout-new-container-delivery{
	position: relative;
	padding: 12px 8px; /*margin-bottom: 15px;*/
	background: #fff;
	border:1px solid #e7e2d8; border-left:none; border-right: none; border-bottom:none;
}
.checkout-new-container-delivery:before,
.checkout-new-container-delivery:after {
	content: '';
	position: absolute; z-index: 2;
	top: 2px;
	left: 300px;
	width: 0;
	height: 0;
	overflow:hidden;
	border: 8px solid transparent;
	border-top: 0;
	border-bottom-color:#fff;
	margin-left: -8px;
	margin-top: -8px;
}
.checkout-new-container-delivery:before{
	top:0px;
    z-index:1;
    border-bottom-color:#e7e2d8;
}


.checkout-billing-promo-code{
	padding: 16px;
	background: #f5f1e8;
	border-top:1px solid #e7e2d8; border-bottom:1px solid #e7e2d8;
}
.checkout-billing-promo-label{
	display: inline-block; margin: 0 -2px; vertical-align: top;
	width: 90px; padding-top: 5px;
	font-weight: bold;
}
.checkout-billing-promo-form{
	display: inline-block; margin: 0 -2px; vertical-align: top;
	width:calc(100% - 90px);
}
.checkout-billing-promo-btn {
    background: none;
    border: none;
    box-shadow: none;
    background: #cbb68b;
    font-family: 'century751_btroman', serif;
    font-size: 16px;
    font-style: italic;
    text-align: center;
    color: #3d3225
}
.checkout-billing-promo-btn:hover {
    background: #968259;
    color: #fff
}
.checkout-billing-promo-btn:focus {
    background: #7d6b47;
    color: #fff
}


.checkout-new-detail-wrapper{
	border-bottom:1px solid #e7e2d8;
}
.checkout-new-detail-container-wrapper{
	float: left;
	width: 50%;
	
}
.checkout-new-detail-container-wrapper.container-left .checkout-new-detail-content-wrapper{
	border-right:1px solid #e7e2d8;
}
.checkout-new-detail-content-wrapper{
	padding: 16px;
}
.checkout-new-detail-content-section{
	margin-bottom: 4px;
}

.checkout-new-detail-content-wrapper .title{
	font-family: 'century751_btroman', serif;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #4e3f2c;
	margin-bottom: 8px;
}



.checkout-payment-accordion-panel{
	margin-top: 0 !important; border:none;
	-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
}
.checkout-payment-accordion-panel .panel-heading{
	background: #f5f1e8;
    border: 1px solid #e7e2d8;
    /*font-family: 'century725_cn_btregular', serif;*/
    font-size: 20px;
    font-style: italic;
    color: #4e3f2c;
		-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
}
.checkout-payment-accordion-panel .panel-heading .checkbox{
	margin: 0;
}
.checkout-payment-accordion-panel .panel-heading .checkbox input[type="checkbox"]{
	margin-top: 10px;
}
.checkout-payment-accordion-panel .panel-body{
	border: 1px solid #e7e2d8; border-top:none;
}

.payment-logo img{
	height: 30px;
}
.payment-window-image-wrapper{
	margin-bottom: 10px;
	text-align: center;
}
.payment-window-image{
	display: inline-block; vertical-align: top;
	max-width: 250px;
	
}
.payment-window-image img{
	display: block;
	width: 100%;
}














.checkout-container-field-wrapper{
	padding: 0 8px;
}
.checkout-inline-form-element-wrapper{
	display: inline-block; vertical-align: top;
	margin-right: 15px; 
}
.checkout-inline-form-element-wrapper .title{
	font-size: 14px; font-weight: bold; margin-top: 10px;
}

.checkout-field-element-wrapper{
	padding: 8px; margin-bottom: 15px;
	border:1px solid #e7e2d8;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
}
.checkout-field-element-label{
	font-size: 13px; color: #7d7461;
	margin-bottom: 0;
}
.checkout-field-element-textfield,
.checkout-field-element-select{
	border:none; padding: 0; background: #fff;
	box-shadow: none;
}
.checkout-field-element-textarea{
	border:none; padding: 0; background: #fff;
	box-shadow: none;
	height: 55px; resize: none;
}
.checkout-field-element-textfield:hover,
.checkout-field-element-textfield:active,
.checkout-field-element-textfield:focus,
.checkout-field-element-textarea:hover,
.checkout-field-element-textarea:active,
.checkout-field-element-textarea:focus,
.checkout-field-element-select:hover,
.checkout-field-element-select:active,
.checkout-field-element-select:focus{
	outline: none; box-shadow: none; border:none;
}



.checkout-field-element-exist .title{
	font-weight: bold; margin-top: 8px; margin-bottom: 8px;
}
.checkbox span{
	font-size: 13px !important;
}

.height-70{
	height: 70px !important;
}








.no-gutter {
    margin-left: 0;
    margin-right: 0;    
}

.no-gutter > [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.gutter-right{
	padding-right: 15px !important;
}
.gutter-left{
	padding-left: 15px !important;
}








.checkout-order-summary-item-wrapper{
	position: relative; padding-left: 60px;
}
.checkout-order-summary-pic{
	position: absolute; top:0; left:0;
	width: 50px;
}
.checkout-order-summary-pic img{
	display: block; width: 100%;
}
.checkout-order-summary-content{
	position: relative;
}
.checkout-order-summary-content-section{
	padding-bottom: 5px;
}

.checkout-order-summary-list li,
.checkout-order-summary-list li:last-child{
	background: none;
	border-bottom:1px dashed #5b4934;
}
.checkout-order-summary-grandtotal-wrapper{
	padding-top: 0;
}



.checkout-payment-item-wrapper{
	position: relative;
}
.checkout-payment-indicator{
	display: inline-block; vertical-align: middle;
	width: 14px; height: 14px;
	background: #fff;
	-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
	border:2px solid #8a806c;
}
.checkout-payment-indicator-active{
	display: none;
	margin: 2px;
	width: 6px; height: 6px;
	-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
	background: #8a806c;
}
.checkout-payment-logo{
	display: inline-block; vertical-align: middle;
}
.checkout-payment-logo img{
	display: block; height: 30px;
}
.checkout-payment-item-wrapper.active .checkout-payment-indicator-active{ 
	display: block;
}



.inline-block{
	display: inline-block; vertical-align: top;
}



.gecko select{
	-moz-appearance:    none;
	background: url(../images/select-arrow-ff.png) no-repeat center right !important;
}


@media screen and (max-width: 1367px) {
}
@media screen and (max-width: 1281px) {
}
@media screen and (max-width: 1230px) {
}
@media screen and (max-width: 1153px) {
}
@media screen and (max-width: 1025px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 901px) {
	.checkout-thankyou-left-banner{
		margin-bottom: 0;
	}
	.checkout-thankyou-right-banner{
		margin-bottom: 0;
	}
}
@media screen and (max-width: 769px) {
}
@media screen and (max-width: 731px) {
	.checkout-support-info-item.header{
		width: 100%; margin-bottom: 3px;
	}
}
@media screen and (max-width: 668px) {
	.checkout-order-summary-list li{
		width: 100%;
	}
	.checkout-new-detail-container-wrapper{
		width: 100%;
	}
	.checkout-new-detail-container-wrapper.container-left .checkout-new-detail-content-wrapper{
		border-right: none; border-bottom: 1px solid #e7e2d8;
	}
}
@media screen and (max-width: 601px) {
}
@media screen and (max-width: 481px) {
	
	.checkout-support-info-wrapper{
		text-align: center;
	}
	.checkout-support-info-item.header{
		width: 100%; margin-right: 0; margin-bottom: 10px;
	}
	.checkout-delivery-type-form .header-delivery-type{
		display: block; width: 100%;
	}
	.checkout-delivery-type-form .checkbox label{
		padding-left: 0;
	}
	.checkout-new-container-delivery:before, .checkout-new-container-delivery:after{
		left: 155px;
	}
	.checkout-new-container-selfcollect:before, .checkout-new-container-selfcollect:after{
		left: 45px;
	}
}
@media screen and (max-width: 415px) {
	.checkout-billing-promo-label,
	.checkout-billing-promo-form{
		display: block; width: 100%; padding-bottom: 10px;
	}
	
}
@media screen and (max-width: 361px) {
}
@media screen and (max-width: 331px) {
	.checkout-step-item-wrapper{
		padding: 0;
	}
}