.checkout-content{
	padding:1% 5% 5% 5%;
}
.sw-main {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	border-radius: .25rem!important;
}
.sw-main.sw-theme-default .step-anchor>li.active {
	background: #646464!important;
}
.sw-main.sw-theme-default {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sw-theme-default {
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.sw-main.sw-theme-default .step-anchor {
	background: #e8e8e8;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.sw-main.sw-theme-default .step-anchor>li>a .number {
	padding: 0;
	height: 24px;
	width: 24px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin-right: 10px;
	background: #d3d3d3;
	color: #2d353c;
	font-weight: 700;
	position: relative;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}
.sw-main.sw-theme-default .step-anchor>li.active>a .number {
	background: #818181;
	color: #fff;
}
.sw-theme-default > ul.step-anchor > li.active > a {
	border: none !important;
	color: #4285F4 !important;
	background: transparent !important;
	cursor: pointer;
}
.sw-theme-default > ul.step-anchor > li > a, .sw-theme-default > ul.step-anchor > li > a:hover {
	border: none !important;
	color: #bbb;
	text-decoration: none;
	outline-style: none;
	background: transparent !important;
	border: none !important;
	cursor: not-allowed;
}
.sw-main.sw-theme-default .step-anchor>li>a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding: 15px;
	margin: 0;
	color: #2d353c;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sw-theme-default > ul.step-anchor > li > a::after {
    background: #646464;
    height: 5px;
}
.sw-main.sw-theme-default .step-anchor>li.active>a {
	color: #fff!important;
}
.sw-main.sw-theme-default .step-anchor>li.active>a small {
	color: #fcfcfc;
}
.sw-main.sw-theme-default .step-anchor>li>a small {
	display: block;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	color: #5c5c5c;
}
.small, small {
	font-size: 80%;
	font-weight: 400;
}
small {
	font-size: 80%;
}
.sw-main.sw-theme-default .sw-toolbar {
	background: #e8e8e8;
	padding: 15px;
}
.sw-theme-default .sw-toolbar-bottom {
	border-top-color: #ddd !important;
}
.sw-theme-default .sw-toolbar {
	background: #f9f9f9;
	border-radius: 0 !important;
	padding-left: 10px;
	padding-right: 10px;
	padding: 10px;
	margin-bottom: 0 !important;
}
.sw-main .sw-toolbar {
	margin-left: 0;
}
.justify-content-end {
	justify-content: flex-end!important;
}
.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.sw-main.sw-theme-default .sw-toolbar .sw-btn-group {
	margin: 0;
}
.mr-2, .mx-2 {
	margin-right: 8px!important;
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}
.sw-main.sw-theme-default .sw-toolbar .sw-btn-group .btn {
	-webkit-border-radius: 4px!important;
	border-radius: 4px!important;
	color: #fcfcfc;
	font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.3px;
    padding: 8px 25px;
	padding-top: 7px;
    text-transform: uppercase;
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-group-vertical>.btn, .btn-group>.btn {
	position: relative;
	flex: 1 1 auto;
}
.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #a5a5a5;
	border-color: #a5a5a5;
	display:none;
}
.btn.disabled, .btn:disabled {
	opacity: .65;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}
.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}
.btn {
	font-weight: 600;
}
.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn {
	display: inline-block;
	font-weight: 400;
	color: #333;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 7px .75rem;
	font-size: .85rem;
	line-height: 1.5;
	border-radius: 4px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
}
button, select {
	text-transform: none;
}
button, input {
	overflow: visible;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button {
	border-radius: 0;
}
.sw-theme-default .sw-container {
	min-height: 250px !important;
}
button {
	-webkit-appearance: button;
	-webkit-writing-mode: horizontal-tb !important;
	text-rendering: auto;
	color: buttontext;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: center;
	align-items: flex-start;
	cursor: default;
	background-color: buttonface;
	box-sizing: border-box;
	margin: 0em;
	padding: 1px 6px;
	border-width: 2px;
	border-style: outset;
	border-color: buttonface;
	border-image: initial;
}
.btn-secondary {
	color: #fff;
    background: #313131;
    border-color: #313131;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}
.btn-secondary:focus {
    color: #fff;
	background: #131313;
    border-color: #131313;
}
.btn-secondary:hover {
    color: #fff;
	background: #131313;
    border-color: #131313;
}
.sw-main.sw-theme-default .sw-toolbar .sw-btn-group .btn+.btn {
	margin-left: 10px;
	border-left: none;
	color: #fff;
}
.note {
	margin-bottom: 20px;
	border-left: 10px solid;
	position: relative;
	padding: 15px;
	line-height: 1.5;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.note.note-primary {
	background: #e8e8e8;
	border-color: #505050;
    color: #505050;
}
.note-primary .note-icon {
    background: none;
}
.note .note-icon {
	position: relative;
	width: 80px;
	font-size: 56px;
	display: -webkit-box;
	display: -ms-flexbox;
	/* display: flex; */
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5;
}
.note .note-icon > i {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	margin-top: 0px;
}
.note .note-icon + .note-content {
	margin-left: 5px;
}
.note .note-content {
	padding: 15px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.note h4 {
    font-weight: 500;
    color: #242a30;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.25;
	font-size: 20px;
}
.note label {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}
.m-b-15 {
	margin-bottom: 15px!important;
}
.StripeElement {
	box-sizing: border-box;
	width:100%;
	height: 40px;
	margin: 15px 15px 15px 0;
	padding: 10px 12px;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: white;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
}
.StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
	border-color: #fa755a;
}
.StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
}
.form-row{
	margin-left: 0 !important;
}
.payment-gateway-thumbs{
	width:100px !important;
	margin:5px;
}
#payment-request{
	width: 50%;
	float: right;
}
#payment-request-button{
	margin-top:0 !important;
}
#shipping-info{
	background:#f2f3f4;
	border:1px solid lightgrey;
	padding-top:10px;
}
/* -------------------------------
   11.0 Checkout Page -> TAKEN FROM COLOR_ADMIN 4.2 ECOMMERCE THEME STYLE.CSS -> !!! style.RESPONSIVE.css wasnt applied!!!!
------------------------------- */

/* 11.1 Checkout Element Setting */

.checkout {
	background: #fff;
	border-radius: 6px;
}
.checkout-header {
	padding: 25px 30px;
	background: #586269;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.checkout-header .row > div + div {
	border-left: 1px solid #3E4A52;
}
.checkout-body {
	padding: 25px 30px;
}
.checkout-footer {
	padding: 25px 30px;
	text-align: right;
	background: #afb7bd;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.checkout-footer .btn.btn-white {
	border-color: #fff;
}
.checkout-title {
	font-size: 14px;
	margin: 0 0 30px;
	font-weight: bold;
}
.checkout-title small {
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin-top: 2px;
}
.checkout-info-list {
	font-size: 12px;
	padding-left: 20px;
	margin: 0;
}


/* 11.2 Checkout Payment Type Setting */

.checkout .payment-type {
	font-size: 28px;
	margin: 0;
}
.checkout .payment-type > li {
	float: left;
	line-height: 34px;
	padding: 0;
}
.checkout .payment-type > li a {
	color: #9c9c9c;
}
.checkout .payment-type > li.active a {
	color: #212121;
}
.checkout .payment-type > li + li {
	margin-left: 10px;
}


/* 11.3 Checkout Question List Setting */

.checkout-question-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.checkout-question-list > li + li {
	margin-top: 10px;
}
.checkout-question-list .question a {
	display: block;
	text-decoration: none;
	line-height: 20px;
}
.checkout-question-list .question,
.checkout-question-list .question a {
	color: #212121;
}
.checkout-question-list .answer {
	font-size: 13px;
	padding-left: 20px;
	color: #7D7E80;
}
.checkout-question-list .dash {
	width: 20px;
	float: left;
	text-align: center;
}


/* 11.4 Checkout Step Setting */

.step:before,
.step:after {
	content: '';
	display: table;
	clear: both;
}
.step a {
	color: #AEB7BD;
	display: block;
	text-decoration: none;
}
.step a:hover,
.step a:focus {
	color: #fff;
}
.step .number {
	float: left;
	font-size: 24px;
	font-weight: 300;
	width: 30px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
}
.step .number:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8px;
	height: 2px;
	background: #AEB7BD;
}
.step.active .number:before {
	background: #00acac;
}
.step .info {
	margin-left: 40px;
}
.step .desc {
	font-size: 13px;
	color: #AEB7BD;
}
.step .title {
	font-size: 16px;
}
.step.active .number,
.step.active .title {
	color: #fff;
}


/* 11.5 Checkout Table Cart Setting */

.table.table-cart th {
	border: none;
	font-size: 14px;
	font-weight: 600;
}
.table.table-cart th {
	padding: 10px 20px 5px;
}
.table.table-cart td {
	padding: 15px 20px;
	color: #434343;
    font-size: 14px;
}
.table.table-cart .cart-product .product-img {
	float: left;
	width: 80px;
}
.table.table-cart .cart-product .product-img img {
	max-width: 100%;
	height: 65px;
    object-fit: cover;
    object-position: center;
}
.table.table-cart .cart-product .product-info {
	margin-left: 95px;
}
.table.table-cart .cart-product .product-info .title {
    font-size: 15px;
	font-weight: 600;
	color: #222;
    text-transform: capitalize;
}
.table.table-cart .cart-product .product-info .desc {
	color: #333;
	font-size: 14px;
}


/* 11.6 Checkout Cart Qty Setting */

.cart-qty {
	width: 160px;
}
.cart-total,
.cart-control {
	width: 100px;
}
.cart-qty .qty-desc {
	font-size: 12px;
	color: #9c9c9c;
	margin-top: 5px;
}
.cart-qty-input {
	display: table;
	width: 100%;
}
.cart-qty-input .qty-control,
.cart-qty-input .form-control  {
	display: table-cell;
	float: none;
	width: auto;
}
.cart-qty-input .form-control {
	width: 34px;
	margin: 0 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.cart-qty-input .qty-control {
	color: #5e5e5e;
	width: 34px;
	border-radius: 34px;
}
.cart-qty-input .qty-control:hover,
.cart-qty-input .qty-control:focus {
	background: #f3f4f5;
}


/* 11.7 Checkout Summary Setting */

.summary-container {
	float: right;
	width: 360px;
	text-align: right;
}
.summary-container .summary-row {
	display: table;
	width: 100%;
}
.summary-container .field,
.summary-container .value {
	display: table-cell;
	width: 40%;
}
.summary-container .value {
	width: 60%;
}
.summary-container .summary-row + .summary-row {
	margin-top: 5px;
}
.summary-container .summary-row.total {
	border-top: 1px solid #c5ced4;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: -20px;
}
.summary-container .summary-row.total .field,
.summary-container .summary-row.total .value {
	padding-top: 10px;
}


/* 11.8 Checkout Message Setting */

.checkout-message {
	padding: 20px 40px;
}
.checkout-message h1 {
	margin: 0 0 30px;
	font-size: 36px;
	font-weight: 300;
	text-align: center;
}
.checkout-message h1 small {
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	margin-top: 5px;
}
.table.table-payment-summary {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.table.table-payment-summary th,
.table.table-payment-summary td {
	padding: 10px 15px;
	font-size: 16px;
}
.table.table-payment-summary .field {
	font-weight: 600;
	text-align: right;
	width: 50%;
}
.table.table-payment-summary .product-summary .product-summary-img {
	float: left;
	width: 120px;
	margin-right: 10px;
}
.table.table-payment-summary .product-summary .product-summary-img img {
	max-width: 100%;
}
.table.table-payment-summary .product-summary .product-summary-info .title {
	font-weight: 600;
	font-size: 16px;
}
.table.table-payment-summary .product-summary .product-summary-info .desc {
	font-size: 14px;
	color: #9c9c9c;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
.f-w-700 {
    font-weight: 700 !important;
}
.f-s-16 {
    font-size: 14px !important;
}
.p-b-0 {
    padding-bottom: 0px !important;
}
.m-l-20 {
    margin-left: 20px !important;
}
.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: 13px !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
}
.form-group .form-control {
    margin-bottom: 0px;
}
.form-group label {
    color: #474747!important;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    font-size: 13px;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.bw-paymentgateways-contain legend{
    text-align:center;
}
.bw-paymentgateways-options {
    text-align:center;
}
.btn-payments-bw {
    font-weight: 600;
}
.bw-payments-cardimg {
    width: 100%;
}
.bw-card-payments-box {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 4px;
    position: relative;
    display: block;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    margin-left: auto;
    margin-right: auto;
}
.bw-payments-cardbody {
    padding:0px;
}
.bw-payments-cardbody p {
    font-weight: 600;
    font-size: 12px;
    margin-top: 3px;
	color: #2a2a2a;
}
.bw-payments-cardblock {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.close {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-payments-bw i {
    margin-right:2px;
}
.be-payments-infofinalpage .lead {
    font-size: 1.2rem;
    font-weight: 600;
}
.checkbox-slider--b-flat input:checked+span:before {
	background: #4285F4 !important
}

.checkout-login-1 {
	font-size: 14px;
	padding-left: 15px;
}
.btn.checkout-login-1-button {
	margin-left:10px;
	font-size: 14px;
    padding: 10px 15px;
    font-weight: 600; 
}
.checkout-main-container .parsley-customValidationId {
	margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    font-weight: 600;
}
.modal-header .checkout-login-1-popup-close {
	padding: 0px;
    margin: 0px;
}
.checkout-login-1-error i {
	float:left;
	margin-right:10px;
}
.checkout-login-1-error-p {

}
/*-- Stripe --*/
.test-p{
	margin-bottom:0;
}
.iban-notice{
	margin-bottom: 0 !important;
	font-size:12px;
	line-height: 12px;
}
.stripe-pane-container{
	padding: 0;
	background: none;
}
.nl, .cc{
	padding: .2rem .5rem;
	font-size: 13px;
}
.nl.active, .cc.active{
	background-color: grey !important;
}
#payment-errors{
	display: none;
}
#payment-request-button{
	padding: 0 !important;
	background-color: unset;
}
#wechat-qrcode{
	width:150px;
	margin-bottom:5px;
}
.receiver{
	display:none;
}
/*-- Stripe --*/

/* -------------------------------
    Checkout Extra Styles
------------------------------- */

.checkout-main-desks-days {
	font-weight:600;
}
.checkout-main-membership-days {
   font-weight:600;
}
.sw-theme-default > ul.step-anchor > li {
    width: 100%;
}

.checkout-mobile-hide {
	display: none;
}
	
	
/* -------------------------------
    #Responsive Styles
------------------------------- */

@media (max-width: 768px) {
.sw-main.sw-theme-default .step-anchor>li.active>a small {
    display: block;
}
.sw-main.sw-theme-default .step-anchor>li>a small {
    display: none;
}
.table.table-cart .cart-product .product-img {
    display: none;
}
.table.table-cart .cart-product .product-info {
    margin-left: 0px;
	width: 230px;
}
.m-l-20 {
    margin-left: 0px !important;
}
}
@media (max-width: 480px) {
.sw-main.sw-theme-default .step-anchor {
    display: block;
}
.sw-main.sw-theme-default .step-anchor>li>a {
    padding: 10px!important;
}
.note .note-icon {
    display: none;
}
.note .note-content {
    padding: 0px;
}
.ElementsApp, .ElementsApp .InputElement {
    font-size: 14px !important;
}

/* Mobile Checkout Table */

	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
		display:none;
	}
	td { 
		position: relative;
		padding-left: 50%; 
	}
	td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	.checkout-mobile-hide {
		display: block;
		text-align: left;
		width: 100px;
		float: left;
		margin-bottom: -19px;
		font-weight: 600;
	}
	.table.table-cart td {
		padding-left:0px;
		padding-right:0px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.table.table-cart .cart-product .product-info {
		width: 100%;
	}
	.cart-qty {
		width: 100%;
		text-align: right !important;
	}
	.cart-price {
		width: 100%;
		text-align: right !important;
	}
	.cart-price {
		width: 100%;
		text-align: right !important;
	}
	.cart-total, .cart-control {
		width: 100%;
		text-align: right !important;
	}
	.summary-container {
		float: none;
		width: 100%;
		text-align: right;
		background: #eeeeee;
		padding: 20px;
		padding-bottom: 35px;
		padding-top: 15px;
		border-radius: 4px;
	}
	.summary-container .field {
		text-align:left;
		font-weight: 600;
		font-size: 14px;
	}
	.checkout-mobile-border {
		border-bottom: 1px solid #434343;
	}
	.sw-theme-default > ul.step-anchor > li {
		width: 23%;
		float: left !important;
	}
	.sw-main.sw-theme-default .step-anchor>li>a .number {
		display:none;
	}
	.sw-main.sw-theme-default .step-anchor>li>a .info small {
		display:none;
	}
	.sw-main.sw-theme-default .step-anchor>li a {
		height: 60px;
		align-items: center;
		text-align: center;
	}
	.sw-main.sw-theme-default .step-anchor>li>a .info {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.sw-theme-default {
		border: 1px solid #a4a4a4;
	}
	.checkout-mobile-maintitle {
		margin-top:12px;
	}
}
