body {
	font-family: 'Montserrat', sans-serif;
	background: #f8f8f8;
}
.remember-me-payment {
	width: auto;
    height: 15px;
    position: relative;
    top: 1px;
}
.no-padding {
	padding: 0 !important;
}
.checkout {
	padding: 30px 0;
}
.checkout .container {
	width: 980px;
}
.checkout .checkout-row {
	float: left;
	width: 100%;
	padding: 20px;
	border: 1px solid #eee;
	border-top: 0;
	position: relative;
}
.gst-show {
	font-size: 12px !important;
	line-height: 18px;
}
.gst-include {
	font-size: 13px;
	color: #666;
	font-size: 12px;
}
a:focus, button:focus {
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.checkout .checkout-row:first-child {
	line-height: 40px;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    padding: 0 10px;
    background: #F9F9FA !important;
    border: 1px solid #eee;
}
.left-details {
	background: #fff;
    display: inline-block;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 0 10px 30px 10px;
}
.heading-address {
	padding-top: 30px;
}
.heading-address h5 {
	color: #089a9f;
	font-size: 18px;
}
.left-details .heading p {
	margin-bottom: 20px;
	font-weight: 400;
}
.left-details .heading h3 {
	margin-bottom: 30px;
}
.checkout .checkout-row .item-image {
	float: left;
	width: 13%;
	min-height: 40px;	
}
.checkout .checkout-row .item-image a {
	display: block;
}
.checkout .checkout-row .item-image a img {
	width: 100%;
}
.checkout .checkout-row .item-name {
	min-height: 40px;
	float: left;
	width: 23%;
	padding-left: 20px;
}
.checkout .checkout-row .item-name a {
	color: #333;
    font-size: 13px;
    display: block;
    line-height: 19px;
    font-weight: 500;
}
.checkout .checkout-row .item-name p {
	color: #444;
    padding-top: 10px;
    margin: 0;
    font-size: 11px;
}
.checkout .checkout-row .item-price {
	min-height: 40px;
	float: left;
	text-align: center;
	width: 13%;
}
.checkout .checkout-row .item-price b {
	font-weight: 500;
	color: #555;
	font-size: 15px;
}
.checkout .checkout-row .item-cost {
	min-height: 40px;
	float: left;
	text-align: center;
	width: 22%;
}
.checkout .checkout-row .item-cost b {
	font-weight: 500;
	color: #555;
	font-size: 15px;
}
.checkout .checkout-row .item-quantity {
	min-height: 40px;
	float: left;
	text-align: center;
	width: 12%;
}
.row-heading {
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.row-heading span {
	background: none;
	color: #089a9f;
	padding-bottom: 10px;
	display: block;
	border-bottom: 1px solid #eee;
}
.breadcrumb li {
	display: inherit !important;
	text-transform: inherit !important;
	margin-right: 0 !important;
}
.breadcrumb li a {
	transition: initial !important;
}
.checkout .checkout-row .item-quantity input {
    display: inline-block;
    width: 20px;
    text-align: center;
    height: 25px;
    margin-left: -4px;
    color: #fff;
    line-height: 20px;
    background: #089a9f;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #089a9f;
}
.checkout .checkout-row .item-quantity span {
	line-height: 30px;
}
.checkout .checkout-row .item-quantity span input {
	background: #fff;
    color: #333;
    width: 30px;
}
.checkout .checkout-row .item-quantity input:focus {
	outline: none;
}
.checkout .checkout-row .item-total {
	min-height: 40px;
	float: left;
	text-align: center;
	width: 17%;
}
.checkout .checkout-row .item-total b {
	font-weight: 500;
	color: #000;
	font-size: 15px;
}
.checkout .checkout-row .item-close {
	position: absolute;
    top: 20px;
    right: 15px;
}
.checkout .checkout-row .item-close .close {
	width: 20px;
    height: 20px;
    opacity: 1;
    background: antiquewhite;
}
.checkout .checkout-row .item-close .close:hover {
  	opacity: 1;
}
.checkout .checkout-row .item-close .close:before, .checkout .checkout-row .item-close .close:after {
  	position: absolute;
    left: 9px;
    content: ' ';
    height: 14px;
    width: 2px;
    background-color: #da6766;
    top: 3px;
}
.checkout .checkout-row .item-close .close:before {
  	transform: rotate(45deg);
}
.checkout .checkout-row .item-close .close:after {
  	transform: rotate(-45deg);
}
/* The container */
.order-deliver .radio-btn {
    display: block;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 7px;
    font-weight: 400;
    color: #666;
}
.order-deliver .radio-btn b {
	font-weight: 500;
	color: #000;
}
/* Hide the browser's default radio button */
.order-deliver .radio-btn  input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: auto;
}

/* Create a custom radio button */
.order-deliver .radio-btn  .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 2px solid #ccc;
}

/* On mouse-over, add a grey background color */
.order-deliver .radio-btn :hover input ~ .checkmark {
    background-color: #ccc;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.order-deliver .radio-btn  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.order-deliver .radio-btn  input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.order-deliver .radio-btn  .checkmark:after {
 	top: 2px;
    left: 2px;
    width: 7px;
    height: 7px;
	border-radius: 50%;
	background: #089a9f;
}
.order-deliver {
	padding: 10px 15px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-top: 30px;
}
.order-deliver h3 {
	color: #444;
    font-size: 15px;
    margin: 0 0 13px 0;
    line-height: 22px;
}
.order-summary {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-top: 30px;
}
.order-summary h3 {
	color: #444;
    font-size: 14px;
    margin: 0;
    line-height: 25px;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
}
.order-summary ul {
	list-style: none;
    padding: 10px 0 10px 0;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #eee;
}
.order-summary ul li {
	padding: 0 10px;
    font-size: 15px;
    line-height: 30px;
    color: #444;
    margin-right: 0;
    font-weight: 500;
    text-transform: inherit !important;
    width: 100%;
}
.order-summary ul li .right {
	float: right;
	width: 80px;
}
.update_user_points_use {
	display: block;
    font-size: 13px;
    text-align: center;
    background: #089a9f;
    margin: 15px 0;
}
.update_user_points_use a {
	color: #fff;
}
.order-summary .total {
	padding: 15px 15px;
    text-align: right;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.order-summary .total span span {
	width: 100px;
    display: inline-block;
}
.continue a {
	background: #089a9f;
	color: #fff;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 50px;
	font-size: 12px;
}
.breadcrumb {
    padding: 0px;
    background: #fff;
    list-style: none;
    overflow: hidden;
    margin-top: 20px;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.breadcrumb>li+li:before {
	padding: 0;
}
.breadcrumb li { 
	float: left; 
}
.breadcrumb li.active a {
	background: brown;                   /* fallback color */
	background: #ccc ; 
}
.breadcrumb li.completed a {                  /* fallback color */
	background: #089a9f; 
}
.breadcrumb li.completed a:hover {
	background: #089a9f;
}
.breadcrumb li.active a:after {
	border-left: 30px solid #ccc ;
}
.breadcrumb li.completed a:after {
	border-left: 30px solid #089a9f;
} 

.breadcrumb li a {
	color: #000;
	text-decoration: none; 
	padding: 10px 0 10px 45px;
	position: relative; 
	display: block;
	float: left;
}
.breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid #fff;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}	
.breadcrumb li.completed a {
	color: #fff;
}
.breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid #ccc;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}	
.breadcrumb li:first-child a {
	padding-left: 15px;
}
.breadcrumb li a:hover { 
	background: #ccc; 
}
.breadcrumb li a:hover:after { 
	border-left-color: #ccc; 
}
.breadcrumb li.completed a:hover:after {
	border-left-color: #089a9f;
}
a.pay-now.continue-shopping {
    background: #f3bf00;
}
.continue-shopping {
	background: #089a9f;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    line-height: 40px;
}
.continue-shopping img {
	width: 64px;
}
.continue-shopping:hover, .continue-shopping:focus {
	color: #fff;
}
.no-margin {
	margin:0 !important;
}
.payment-terms-conditions ul {
	padding: 10px 0 0 0;
}
.payment-terms-conditions ul li {
	display: inherit !important;
    text-transform: inherit !important;
    margin-right: 0 !important;
}
.payment-terms-conditions ul li {
	text-align: left;
	padding: 0 15px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: inherit;
}
.payment-terms-conditions ul li a {
	font-size: 12px;
	color: #089a9f;
}
.payment-terms-conditions ul li img {
	width: 25px;
}
.add-new {
	border-top: 1px solid #ddd;
	padding: 20px 0 0 0;
	margin-top: 20px;
}
.add-new a {
	background: #089a9f;
	display: inline-block;
	padding: 10px 25px;
	color: #fff;
	font-weight: 600;
}
.switch {
  	position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    margin-left: 10px;
}
.delivery {
	padding: 30px 0 0 0;
}
.delivery span {
	vertical-align: top;
	line-height: 25px;
}	
.switch input {
	display: none; //Replace with display: none
	opacity: 0; //New css
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
  	position: absolute;
    content: "";
    height: 18px;
    width: 19px;
    left: 6px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch input:checked + .slider {
  	background-color: #089a9f;
}
.switch input:focus + .slider {
  	box-shadow: 0 0 1px #089a9f;
}
.switch input:checked + .slider:before {
	-webkit-transform: translateX(19px);
	-ms-transform: translateX(19px);
	transform: translateX(19px);
}
.slider.round {
  	border-radius: 34px;
}
.slider.round:before {
  	border-radius: 50%;
}
.select-address {
	list-style: none;
	padding: 0;
	margin: 0;
}
.select-address {
	text-align: left !important;
}
.select-address li {
	float: left;
	width: 45%;
	font-weight: 400 !important;
	padding: 25px 0;
	text-transform: inherit !important;
}
.select-address li .address-left .address {
	/*min-height: 200px;*/
}
.select-address li .address-left p {
	line-height: 25px;
	font-weight: 400;
	word-break: break-all;
}
.select-address li .address-left p span {
	display: block;
}
.select-address li .address-left p span.address_check {
	display: inline-block;
}
.select-address li .address-left h4 {
	font-size: 14px;
	margin-bottom: 5px;
}
.select-address li .address-right {
	float: left;
	width: 50%;
}
.select-address li .address-left .edit-delete {
	padding-top: 5px;
}
.select-address li .address-left .edit-delete a {
	color: #089a9f;
	font-weight: 500;
}
.continue-checkout {
	text-align: center;
}
.continue-checkout a {
	background: #089a9f;
    display: inline-block;
    padding: 15px 50px;
    color: #fff;
    font-weight: 600;
}
.modal-create-address form {
	display: inline-block;
	width: 100%;
}
.modal-create-address .modal-content {
	border-radius: 0;
}
.modal-create-address .form-control {
	border-radius: 2px;
	box-shadow: none;
}
.modal-create-address .form-group {
	margin-bottom: 30px;
}
.modal-create-address .form-group label {
	font-size: 13px;
}
.modal-create-address .form-group a {
	color: #089a9f;
	font-weight: 600;
	font-size: 13px;
}
.modal-create-address .modal-header {
	background: #f9f9f9;
}
.modal-create-address .modal-header h4 {
	font-size: 15px;
}
.modal-create-address .btn {
	background: #089a9f;
	border: 1px solid #089a9f;
	border-radius: 2px;
	padding: 6px 35px;
	font-weight: 600;
	margin-top: 23px;
}
.modal-create-address .btn:focus, .modal-create-address .btn:hover {
	background: #089a9f;
	border: 1px solid #089a9f;
	outline: none;
}

.breadcrumb {
	width: 100%;
}
.modal-create-address .modal-body {
	padding: 35px 20px;
}
.billing-info {
	background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}
.billing-info h3 {
	color: #444;
    font-size: 17px;
    margin: 0;
    font-weight: 500;
    line-height: 25px;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
}
.billing-info p {
	padding: 25px;
	font-weight: 400;
	word-break: break-all;
}
/* The container */
.checkbox-custom {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkout-row .checkbox-custom {
	padding-left: 30px !important;
}
/* Hide the browser's default checkbox */
.checkbox-custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
   	border: 2px solid #ddd;
}
.checkout-row .checkmark {
    top: 2px !important;
    height: 20px !important;
    width: 20px !important;
}
.checkbox-custom a {
	color: #089a9f;
}

/* On mouse-over, add a grey background color */
.checkbox-custom:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-custom input:checked ~ .checkmark {
    background-color: #089a9f;
    border: 2px solid #089a9f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-custom input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-custom .checkmark:after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.merchant-fee span {
	display: inline-block;
	font-size: 13px;
}
.merchant-fee span span {
	display: block;
    text-align: center;
}
.merchant-fee span span:nth-child(2) {
	line-height: 10px;
}
.mobile-otp-verify .btn {
	background: #089a9f;
	border: 1px solid #089a9f;
}
.mobile-otp-verify .alert {
	margin-top: 20px;
}
.mobile-otp-verify .form-control {
	border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0;
    width: 200px;
    margin: 0;
    font-weight: 400;
}
.mobile-otp-verify #mobile {
	display: none;
}
.mobile-otp-verify #otp {
	display: none;
}
.mobile-otp-verify .error {
	display: none;
	text-align:center;
    margin-bottom: 10px;
}
.mobile-otp-verify .success {
	color: green;
	display: none;
    margin-bottom: 10px;
}
.mobile-otp-verify .resend {
	color: #089a9f;
	text-decoration: underline;
}
#confirm-paypal {
	display: none;
}
.maximum-attempts .modal-body p {
	text-align: center;
}
.maximum-attempts .modal-body p a {
	color: #2e6da4;
    text-decoration: underline;
}
.maximum-attempts .modal-footer {
	text-align: center;
}
.maximum-attempts  .modal-title {
	text-align: center;
	color: red;
}
@media only screen and (max-width: 768px) {
	.mobile-otp-verify .btn {
		position: fixed;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    z-index: 10000;
	    width: 100%;
	    border-radius: 0;
	    padding: 13px 0;
	    font-size: 16px;
	    letter-spacing: initial;
	    line-height: initial;
	}
	.new-bg-paypal {
		padding: 10px 0 !important;
	    background: #f3bf00 !important;
	    border-top: 1px solid #ccc;
	    bottom: 40px !important;
	}
	.checkout .container {
		width: 100%;
		padding: 0;
	}
	.checkout {
		padding: 15px 0 65px 0;
	}
	.checkout .checkout-row .item-name {
		width: 70%;
		padding-left: 20px;
	}
	.checkout .checkout-row .item-image {
		width: 30%;
	}
	.checkout .checkout-row .item-name p {
		padding-top: 5px;
		margin-bottom: 25px;
	}
	.checkout .checkout-row .item-price, .checkout .checkout-row .item-cost, .checkout .checkout-row .item-total, .checkout .checkout-row .item-quantity {
		width: 100%;
		text-align: left;
	}
	.left-details {
		padding: 0 0px 15px 0px;
	}
	.visible-xs {
		display: inline-block !important;
	}
	.checkout .checkout-row .item-quantity input {
	    width: 30px;
	    height: 30px;
	    margin-left: 10px;
	}
	.checkout .checkout-row .item-close {
		position: static;
		min-height: 1px;
	}
	.checkout .checkout-row .item-close .close {
		top: 15px;
		right: 5px;
	}
	.checkout .checkout-row {
		position: relative;
		border: 1px solid #eee !important;
	}
	.order-summary, .order-deliver {
		margin-top: 15px;
	}
	.checkout .checkout-row .item-close {
		position: absolute;
	}
	.continue {
		position: fixed;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    z-index: 10000;
	}
	.select-address li {
		width: 100%;
	}
	.breadcrumb {
		margin: 0 0 10px 0 !important;
	}
	.breadcrumb li a {
		padding-left: 30px !important;
		width: 85%;
	}
	.breadcrumb li {
		width: 29%;
	}
	.continue-checkout {
		text-align: center;
	    position: fixed;
	    z-index: 1000000;
	    left: 0;
	    right: 0;
	    bottom: 0;
	}
	.continue-checkout a {
		display: block;
    	text-transform: uppercase;
	}
	.pay-now {
		position: fixed;
	    bottom: 45px;
	    left: 0;
	    right: 0;
	    z-index: 100000;
	    text-align: center;
	}
	.pay-now2 {
		position: fixed;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    z-index: 100000;
	    text-align: center;
	}
	.mob-xero {
		display: none;
	}
}
.order-delivery-details {
    display: inline-block;
    width: 100%;
    padding: 19px 0 0 0
}
.order-delivery-details b {
    color: #089a9f;
}
/* xero pay on invoice */
.xero-inv-btns {
	background-color: #089a9f;
	color: #fff !important;
	width: auto;
}
#invResend {
	margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.checkout .container {
		width: 90%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.checkout .container {
		width: 90%;
	}
}