
.page-template-checkout #wrapper {
	width: 100% !important;
	padding-top: 157px !important;
}

.cus-wrapper {
	/*padding: 0 15px;*/
	position: relative;
	overflow: hidden;
}

.cus-wrapper .container {
	width: auto !important;
	max-width: 1140px !important;
}

.cus-wrapper h1, .cus-wrapper h2, .cus-wrapper h3, .cus-wrapper h4 {
	padding: 0;
}

.cus-wrapper .blue-note {
	background: #2c6fa1;
	color: #fff;
	text-transform: capitalize !important;
	font-size: 22px;
	line-height: 39px;
	font-family: "Open Sans", sans-serif !important;
	padding: 10px 0;
}

.bill-information-holder {
	position: relative;
}

.bill-information-holder:after {
	display: block;
	clear: both;
	content: "";
}

.cus-wrapper h2 {
	color: #444;
	margin: 0 0 25px;
	text-transform: uppercase;
	font: 700 20px/26px "Open Sans", sans-serif !important;
}

.billing-form {
	position: relative;
	width: 65%;
}

.billing-form input[type="text"], .billing-form input[type="email"], .billing-form input[type="password"] {
	background: #fafafa;
	color: #000;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	display: block;
	width: 100%;
	padding: 8px 12px;
	margin: 0 0 15px;
	font-family: "Open Sans", sans-serif !important;
	font-size: 14px;
	line-height: 17px;
}

.billing-form input[type="text"]::-webkit-input-placeholder, .billing-form input[type="email"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #000;
}

.billing-form input[type="text"]::-moz-placeholder, .billing-form input[type="email"]::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
}

.billing-form input[type="text"]:-ms-input-placeholder, .billing-form input[type="email"]:-ms-input-placeholder {
	/* IE 10+ */
	color: #000;
}

.billing-form input[type="text"]:-moz-placeholder, .billing-form input[type="email"]:-moz-placeholder {
	/* Firefox 18- */
	color: #000;
}

.billing-form .naming-info {
	position: relative;
	display: grid;
	grid-template-columns: auto auto;
	grid-column-gap: 20px;
	border-bottom: 1px solid #e9e9e9;
	margin: 0 0 15px;
}

.billing-form .two-col-grd {
	display: grid;
	grid-template-columns: auto auto;
	grid-column-gap: 10px;
}

.cards-pics {
	float: right;
	max-width: 100px;
	margin: 0 30px 0 0;
}

.cards-pics img {
	display: block;
	width: 100%;
	height: auto;
}

.payment-options {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: 50% 50%;
	padding: 30px 0 0 3px;
	margin: 0 0 30px;
}

.payment-info-holder {
	padding: 20px 0 0;
}

.payment-options .payment-ico {
	max-width: 30px;
	margin: 0 auto 10px;
}

.payment-ico img {
	display: block;
	width: 100%;
	height: auto;
}

.payment-options .custom-control-label::before {
	top: unset;
	bottom: 3px;
}

.payment-options .custom-control-input:checked ~ .custom-control-label::before {
	border-color: #3cb738;
	background-color: #3cb738;
}

.card-detail-holder {
	position: relative;
	display: grid;
	grid-template-columns: auto 120px 120px;
	max-width: 560px;
}

.card-detail-holder:after {
	display: block;
	clear: both;
	content: "";
}

.card-detail-holder input[type="text"], .card-detail-holder select {
	background: #fafafa;
	color: #000;
	border: 1px solid #f1f1f1;
	border-radius: 0;
	padding: 8px 12px;
	margin: 0 0 15px;
	font-family: "Open Sans", sans-serif !important;
	font-size: 14px;
	line-height: 17px;
	position: relative;
}

.sel-holder {
	position: relative;
}

.sel-holder:after {
	position: absolute;
	content: "";
	top: 12px;
	right: 12px;
	background: url("https://nvinc.com/wp-content/themes/unsnec-child/images/drop-ico.png") no-repeat;
	width: 10px;
	height: 23px;
	z-index: 2;
	background-size: contain;
}

.card-detail-holder input[type="text"] {
	border-radius: 4px 0 0 4px;
}

.card-detail-holder .sel-2 select {
	border-radius: 0 4px 4px 0;
}

/***** registration-process-holder*****/
.registration-process-holder {
	position: relative;
	overflow: hidden;
}

.registration-process-holder h2 {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #444;
	font-family: "Open Sans", sans-serif !important;
	margin: 0 0 25px;
	font-style: italic;
}

.work-list {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	color: #00111a;
	font-size: 14px;
	line-height: 1.56;
	width: 70%;
}

.registration-process-holder .work-list li {
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
	padding: 10px 40px 30px 40px;
}

.work-list li:nth-child(even) {
	margin-top: 200px;
}

.work-list li:first-child:before {
	top: 22px;
	right: -10px;
	background-image: url("https://nvinc.com/wp-content/themes/unsnec-child/images/arrow-down.png");
	width: 100px;
	height: 110px;
	background-repeat: no-repeat;
	background-size: contain;
}

.work-list li:first-child:after, .work-list li:last-child:after {
	display: none;
}

.registration-process-holder .numb {
	float: left;
	color: #055491;
	font-size: 22px;
	line-height: 26px;
	font-family: "Open Sans", sans-serif !important;
	font-weight: bold;
	left: 0;
	position: absolute;
	top: 10px;
}

.registration-process-holder h3 {
	padding: 0;
	color: #055491;
	font-size: 18px;
	line-height: 26px;
	font-family: "Open Sans", sans-serif !important;
	font-weight: bold;
	margin: 0 0 25px;
	text-transform: none;
	letter-spacing: normal;
	max-width: 330px;
}

.work-list li:nth-child(even):before {
	bottom: -120px;
	right: calc(100% - 10px);
	background-image: url("https://nvinc.com/wp-content/themes/unsnec-child/images/arrow-down-left.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 50px;
	height: 199px;
}

.work-list li:before, .work-list li:after {
	content: "";
	width: 100px;
	height: 100px;
	position: absolute;
}

.work-list li:nth-child(odd):after {
	right: -13px;
	width: 100%;
	height: 91px;
	bottom: 50px;
	background-image: url("https://nvinc.com/wp-content/themes/unsnec-child/images/arrow-right-down.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 50px;
	height: 134px;
}

.work-list li:nth-child(odd):after {
	top: 40px;
}

.work-list li:nth-child(2) {
	margin-top: 100px;
}

/***** next-order-holder ****/
.next-order-holder {
	position: relative;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.56;
	font-family: "Open Sans", sans-serif !important;
	background: #055491;
	text-align: center;
	color: #fff;
	padding: 35px 0;
}

.next-order-holder h2 {
	margin: 0 0 25px;
	color: #fff;
	font-size: 22px;
	line-height: 26px;
	font-family: "Open Sans", sans-serif !important;
	font-weight: bold;
	text-transform: capitalize;
}

.next-order-holder p {
	margin: 0;
}

/**** gurantee-holder****/
.gurantee-holder {
	position: relative;
	overflow: hidden;
	padding: 55px 0;
	display: grid;
	grid-template-columns: 48% 48%;
	grid-column-gap: 4%;
	text-align: center;
}

.gurantee-holder .pic-holder {
	float: left;
	max-width: 120px;
	margin: 0 20px 40px 0;
}

.gurantee-holder .pic-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.gurantee-holder .element-txt-wrap {
	position: relative;
	overflow: hidden;
}

.gurantee-holder strong {
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-family: "Open Sans", sans-serif !important;
	margin: 0 0 20px;
}

.gurantee-holder .btn-custm {
	display: inline-block;
	vertical-align: top;
	background: #ff9f43;
	color: #fff;
	padding: 8px 16px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 6px;
	line-height: 26px;
	font-family: "Open Sans", sans-serif !important;
}

.gurantee-holder .btn-custm:hover {
	text-decoration: none;
}

.btn-mobile-slide-odr-sumry {
	display: none;
	vertical-align: top;
	background: #ff9f43;
	color: #fff;
	padding: 8px 16px;
	font-size: 14px;
	border-radius: 6px;
	line-height: 26px;
	font-family: "Open Sans", sans-serif !important;
}

.btn-mobile-slide-odr-sumry:hover {
	text-decoration: none;
}

/**** others-saying *****/
.others-saying {
	position: relative;
	overflow: hidden;
	background: #fafafa;
	padding: 55px 0;
}

.others-saying .saying-grid {
	display: grid;
	grid-template-columns: 50% 50%;
	font-size: 14px;
	line-height: 1.56;
	font-family: "Open Sans", sans-serif !important;
	text-align: center;
	color: #8b8b8b;
}

.lightblue-bg-quote {
	position: relative;
	background: #e2effd;
	padding: 50px 20px;
}

.others-saying .saying-grid h2 {
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	text-transform: capitalize;
	color: #444;
	font-family: "Open Sans", sans-serif !important;
	margin: 0 0 25px;
}

.blue-quote {
	position: relative;
	background: #055491;
	padding: 55px 20px;
	color: #fff;
}

.others-saying blockquote {
	margin: 0;
	background: none;
	font-style: italic;
	padding: 5px 0 5px 20px;
}

.others-saying cite {
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
}

.ceo-detail {
	padding: 45px 0;
	position: relative;
	overflow: hidden;
	font: 400 14px/1.75 "Work Sans" !important;
}

.ceo-grid {
	position: relative;
	display: grid;
	grid-template-columns: 60% 35%;
	grid-column-gap: 5%;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #00111a;
}

.ceo-grid h2 {
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	color: #00111a;
	font-family: "Open Sans", sans-serif !important;
	margin: 0 0 25px;
}

.ceo-profile {
	position: relative;
	overflow: hidden;
}

.naming-holder-ceo {
	display: block;
	border-top: 5px solid #055491;
	border-bottom: 5px solid #055491;
	padding: 10px 0;
	text-align: center;
}

.naming-holder-ceo h3 {
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	color: #444;
	font-family: "Open Sans", sans-serif !important;
	margin: 0 0 5px;
}

.naming-holder-ceo strong {
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #444;
	font-family: "Open Sans", sans-serif !important;
	margin: 0;
}

.ceo-profile .pic-holder {
	max-width: 260px;
	margin: 0 auto;
}

.ceo-profile .pic-holder img {
	display: block;
	width: 100%;
	height: auto;
}

/**** ord-summ-holder ****/
.ord-summ-holder {
	width: 100%;
	margin: 0 0 15px;
	background: #fff;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 10px 15px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .34);
}

.stick {
	top: 0;
	z-index: 9;
	position: fixed;
}

.ord-summ-holder:after {
	display: block;
	clear: both;
	content: "";
}

.ord-summ-holder h2 {
	color: #444;
	margin: 0 0 5px;
	padding: 0 !important;
	text-transform: capitalize;
	font: 500 24px/1.5 "Work Sans", sans-serif !important;
}

.ord-summ-holder .price-sum strong {
	color: #055491;
	margin: 0 0 5px;
	display: block;
	font: 700 20px/26px "Open Sans", sans-serif !important;
}

.ord-summ-holder .ord-product {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px;
}

.ord-summ-holder .ord-product .proname {
	font-size: 14px;
	margin: 0 0 10px;
	line-height: 1.75;
	font-weight: 500;
	display: block;
	color: #000;
}

.ord-summ-holder .pic-holder {
	float: left;
	max-width: 90px;
	margin: 0 10px 0 0;
}

.ord-summ-holder .pic-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.ord-summ-holder h3 {
	margin: 0;
	color: #444;
	text-transform: capitalize !important;
	font: italic 18px/26px "Open Sans", sans-serif !important;
}

.ord-summ-holder .grid-txt-num {
	clear: both;
	display: flex;
	font-size: 14px;
	line-height: 1.75;
}

.ord-summ-holder .grid-txt-num div {
	flex: 0 0 100px;
	max-width: 100px;
}

.ord-summ-holder .pric-amunt-txt {
	display: block;
	font-weight: bold;
	color: #00111a;
	font-size: 16px;
	line-height: 20px;
}

.ord-summ-holder .jcf-number input {
	border: 1px solid #055491;
	padding: 1px 10px 1px 7px;
	width: 100%;
}

.ord-summ-holder .jcf-number .jcf-btn-dec, .ord-summ-holder .jcf-number .jcf-btn-inc {
	position: absolute;
	background: #fff;
	width: 20px;
	height: 15px;
	right: 1px;
	border-left: 1px solid #055491;
}

.ord-summ-holder .jcf-number .jcf-btn-dec {
	border-top: 1px solid #055491;
}

.ord-summ-holder .jcf-number .jcf-btn-dec:before, .ord-summ-holder .jcf-number .jcf-btn-inc:before {
	border: none;
}

.ord-summ-holder .jcf-number .jcf-btn-inc:before {
	content: "+";
	margin: -9px 0 0 -5px;
	font-weight: bold;
}

.ord-summ-holder .jcf-number .jcf-btn-dec:before {
	content: "-";
	margin: -8px 0 0 -3px;
	font-weight: bold;
}

.ord-summ-holder section.demo-number {
	margin: 0 0 30px;
}

.ord-summ-holder .jcf-disabled {
	background: #fff !important;
}

.ord-summ-holder .txt-ttl {
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
}

.sum-total-price-value, .sum-total-price-value strong {
	color: #055491;
}

.sum-total-price-value {
	flex: 0 0 100px;
	max-width: 100px;
	text-align: right;
}

.promo-code-order {
	position: relative;
	padding: 0 0 0 7px;
	margin: 0 0 20px;
}

.price-total-order {
	display: flex;
	margin: 0 0 10px;
	position: relative;
	justify-content: space-between;
}

.price-total-order strong {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}

.promo-code-order label {
	color: #055491;
	font-size: 14px;
	line-height: 20px;
	text-decoration: underline;
	cursor: pointer;
	margin: 0 0 0 5px;
}

.promo-code-order .jcf-checkbox {
	background: #f7f2f2;
	border: 1px solid #e8e7e7;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .34);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .34);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .34);
}

.promo-code-order .jcf-checkbox span {
	height: 6px;
	width: 11px;
}

.ord-summ-holder .btn-custm {
	display: block;
	width: 240px;
	text-align: center;
	margin: 0 auto;
	background: #ff9f43;
	color: #fff;
	padding: 8px 16px;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	font-family: "Open Sans", sans-serif !important;
}

.ord-summ-holder .btn-custm:hover {
	text-decoration: none;
	opacity: .85;
}

.woocommerce form .form-row {
	padding: 0 !important;
	margin: 0 0 15px !important;
}

.woocommerce-input-wrapper {
	display: block;
	width: 100%;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: calc(50% - 10px) !important;
}

.ord-summ-holder .checkout_cpn {
	display: flex;
	margin: 0 -7px;
	justify-content: space-between;
}

.ord-summ-holder .checkout_cpn p {
	margin: 0 !important;
	width: auto !important;
	float: none !important;
	display: block !important;
	padding: 0 7px !important;
	flex: 0 0 50%;
	max-width: 50%;
}

.ord-summ-holder .checkout_cpn .simple-button {
	width: 100%;
	margin: 0;
}

.ord-summ-holder .alert-info {
	padding: 10px !important;
	font-size: 15px !important;
}

.woocommerce-checkout #payment div.form-row {
	padding: 10px !important;
	display: flex !important;
	justify-content: flex-end !important;
}

.woocommerce #payment #place_order {
	margin: 0 !important;
	background: #ff9f43 !important;
}

.woocommerce #payment #place_order:hover {
	background: #e6862a !important;
}

.woocommerce-checkout #payment div.payment_box {
	color: #000 !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
	background: none !important;
}

.woocommerce-checkout #payment div.payment_box p a {
	color: #ff9f43 !important;
}

.woocommerce-checkout #payment div.payment_box:before {
	display: none !important;
}

.woocommerce form .form-row label {
	margin: 0 0 5px;
	font-weight: normal;
	color: #000 !important;
	font-size: 14px !important;
	line-height: normal !important;
}

.woocommerce form .form-row textarea.input-text {
	min-width: 100% !important;
	max-width: 100% !important;
	min-height: 120px !important;
	max-height: 120px !important;
	overflow: auto !important;
	resize: none !important;
}

.checkout #payment ul.payment_methods li img {
	margin: 0 10px 5px 0 !important;
}

.woocommerce form.login {
	border-color: #ccc !important;
}

.woocommerce form.login p {
	color: #000 !important;
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.5;
}

.woocommerce form.login .form-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.woocommerce form.login .form-row:before, .woocommerce form.login .form-row:after, .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields {
	display: none;
}

.woocommerce form.login .form-row label {
	display: flex !important;
	align-items: center;
	margin: 0 0 5px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	float: none;
	color: #fff;
	padding: 10px 35px;
	margin: 0 !important;
	background: #ff9f43 !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
	background: #e6862a !important;
}

@media only screen and (max-width: 1439px) {
	.gurantee-holder strong {
		font-size: 14px;
	}
	
	.gurantee-holder .pic-holder {
		max-width: 90px;
	}
	
	.ceo-grid {
		font-size: 18px;
	}
	
	.ceo-grid h2 {
		font-size: 28px;
	}
	
	.naming-holder-ceo h3 {
		font-size: 22px;
	}
	
	.naming-holder-ceo strong {
		font-size: 15px;
		line-height: 18px;
	}
}

@media only screen and (max-width: 1166px) {
	.cus-wrapper {}
	
	.cus-wrapper .blue-note {}
	
	.registration-process-holder .work-list li {
		flex: unset;
		max-width: 100%;
		padding: 10px 40px 0px 40px;
	}
	
	.work-list li:nth-child(2) {
		margin-top: 0;
	}
	
	.work-list li:nth-child(odd) {
		margin-top: 0;
	}
	
	.work-list li:nth-child(even) {
		margin-top: 0;
	}
	
	.work-list li:first-child:before {
		display: none;
	}
	
	.work-list li:nth-child(even):before {
		display: none;
	}
	
	.work-list li:nth-child(odd):after {
		display: none;
	}
}

@media only screen and (max-width: 1023px) {
	.cus-wrapper .blue-note {
		font-size: 18px;
	}
	
	/* .work-list li:first-child:before{width: 70px;} */
	.registration-process-holder h3 {
		font-size: 16px;
	}
	
	.gurantee-holder .pic-holder {
		max-width: 100px;
		margin: 0 20px 30px 0;
	}
	
	.gurantee-holder strong {
		font-size: 16px;
	}
	
	.gurantee-holder .btn-custm {
		font-size: 16px;
	}
	
	.others-saying .saying-grid h2 {
		font-size: 24px;
	}
	
	.lightblue-bg-quote {
		padding: 40px 20px;
	}
	
	.blue-quote {
		padding: 25px 20px;
	}
	
	.naming-holder-ceo h3 {
		font-size: 22px;
	}
	
	.naming-holder-ceo strong {
		font-size: 16px;
		line-height: 19px;
	}
	
	.ceo-grid h2 {
		font-size: 26px;
	}
	
	.ceo-grid {
		font-size: 14px;
		line-height: 28px;
	}
	
	/* .work-list li:nth-child(odd) {margin-top: -80px;}
	.work-list li:first-child{margin: 0;}
	.work-list li:nth-child(even):before{bottom: -30px;} */
	.ord-summ-holder {
		padding: 25px 15px;
		max-width: 303px;
	}
	
	.ord-summ-holder h2 {
		font-size: 18px;
		margin: 0;
	}
	
	.ord-summ-holder .price-sum {
		font-size: 18px;
		margin: 0 0 15px;
	}
	
	.ord-summ-holder .pic-holder {
		max-width: 80px;
		margin: 0 15px 10px 0;
	}
	
	.ord-summ-holder h3 {
		margin: 0 0 10px;
	}
	
	.ord-summ-holder .btn-custm {
		width: 210px;
		font-size: 14px;
	}
	
	.ord-summ-holder .grid-txt-num {
		clear: both;
	}
	
	.cus-wrapper {}
	
	.cus-wrapper .blue-note {}
	
	.registration-process-holder h2 {
		width: 65%;
	}
	
	.gurantee-holder {
		grid-template-columns: 100%;
		padding: 25px 0;
		grid-row-gap: 20px;
	}
	
	.gurantee-holder .pic-holder {
		margin: 0 auto 5px;
		float: none;
	}
	
	.others-saying .saying-grid {
		grid-template-columns: 100%;
	}
	
	.ceo-grid {
		grid-template-columns: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.cus-wrapper .blue-note {
		font-size: 14px;
		padding: 5px 0;
		line-height: 20px;
	}
	
	.bill-information-holder {
		padding: 20px 0 0;
	}
	
	.billing-form {
		width: 100%;
	}
	
	.billing-form .naming-info {
		grid-template-columns: 100%;
	}
	
	.cards-pics {
		max-width: 80px;
		margin: 0;
	}
	
	.cus-wrapper h2 {
		font-size: 16px;
		line-height: 19px;
		margin: 0 0 10px;
	}
	
	.payment-options {
		font-size: 12px;
		margin: 0 0 20px;
	}
	
	.payment-options .payment-ico {
		min-height: 19px;
	}
	
	.card-detail-holder {
		grid-template-columns: auto 90px 80px;
	}
	
	.registration-process-holder h2 {
		font-size: 14px;
		margin: 0 0 5px;
	}
	
	.work-list {
		display: block;
		width: 100%;
	}
	
	.registration-process-holder .work-list li {
		flex: unset;
		max-width: 100%;
		padding: 10px 40px 0px 40px;
	}
	
	.work-list li:nth-child(2) {
		margin-top: 0;
	}
	
	.work-list li:nth-child(odd) {
		margin-top: 0;
	}
	
	.work-list li:nth-child(even) {
		margin-top: 0;
	}
	
	.work-list li:first-child:before {
		display: none;
	}
	
	.work-list li:nth-child(even):before {
		display: none;
	}
	
	.work-list li:nth-child(odd):after {
		display: none;
	}
	
	.registration-process-holder h3 {
		margin: 0 0 15px;
	}
	
	.next-order-holder h2 {
		margin: 0 0 10px;
		font-size: 19px;
		line-height: 22px;
		width: 100%;
	}
	
	.next-order-holder p {
		width: 100%;
	}
	
	.gurantee-holder {
		padding: 0;
		grid-template-columns: 100%;
		margin: 0 0 20px;
		width: 100%;
	}
	
	.gurantee-holder .pic-holder {
		margin: 20px auto 10px;
		float: none;
	}
	
	.gurantee-holder strong {
		font-size: 14px;
		margin: 0 0 10px;
	}
	
	.others-saying .saying-grid {
		grid-template-columns: 100%;
		width: 100%;
	}
	
	.others-saying {
		padding: 15px 0;
	}
	
	.gurantee-holder .btn-custm {
		font-size: 14px;
		line-height: 18px;
	}
	
	.ceo-grid {
		font-size: 14px;
		line-height: 24px;
		grid-template-columns: 100%;
		font-weight: normal;
		width: 100%;
	}
	
	.btn-mobile-slide-odr-sumry {
		display: inline-block;
		margin: 20px 0 0 14px;
	}
	
	.btn-mobile-slide-odr-sumry:hover, .btn-mobile-slide-odr-sumry:focus {
		color: rgba(255, 255, 255, 1);
	}
	
	.ord-summ-holder {
		width: 100%;
		display: block;
		margin: 0 0 20px;
		top: 0 !important;
		padding: 15px 15px;
		position: relative;
	}
	
	.ord-summ-holder h3 {
		font-size: 12px;
		line-height: 18px;
	}
	
	.ord-summ-holder .grid-txt-num {
		font-size: 12px;
		line-height: 14px;
		padding: 5px 0 15px;
	}
	
	.cus-wrapper {
		overflow: visible !important;
		padding: 0;
	}
	
	.btn-mobile-slide-odr-sumry {
		display: none;
	}
	
	.cus-wrapper .blue-note {
		margin: 0;
	}
	
	.registration-process-holder h2 {
		width: 100%;
	}
}

@media (max-width: 1199.98px) {}

@media (max-width: 1023.98px) {
	.page-template-checkout #wrapper {
		padding-top: 140px !important;
	}
}

@media (max-width: 991.98px) {
	.page-template-checkout #wrapper {
		padding-top: 166px !important;
	}
}

@media (max-width: 767.98px) {
	.page-template-checkout #wrapper {
		padding-top: 78px !important;
	}
	
	.ord-summ-holder {
		max-width: 100%;
	}
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 10px !important;
}

.woocommerce-checkout #payment ul.payment_methods label {
	margin: 0 !important;
}

/* My Account Page Styles */
.woocommerce {
	min-height: 100vh;
}

.woocommerce h1, .woocommerce h2, .woocommerce h3 {
	color: #000;
	font-size: 30px;
	line-height: 1.5;
	font-weight: 500;
}

.woocommerce h4 {
	color: #000;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0 0 15px;
	font: 600 17px/normal "Open sans", Arial, sans-serif;
}

.woocommerce-MyAccount-navigation ul li:not(:last-child) {
	margin: 0 0 10px;
}

.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li:hover a {
	color: #fff;
	background: #002e5a;
	border-color: #002e5a;
}

.woocommerce-MyAccount-navigation ul li a {
	color: #000;
	display: block;
	border-radius: 5px;
	position: relative;
	border: 1px solid #d6d3d3;
	padding: 13px 15px 13px 40px;
}

.woocommerce-MyAccount-navigation ul li a:before {
	top: 50%;
	left: 10px;
	font-weight: 400;
	position: absolute;
	font-family: FontAwesome;
	transform: translateY(-50%);
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
	content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
	content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
	content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
	font-size: 24px;
	content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
	content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--level-service a:before {
	content: "";
}

.woocommerce #content table.my_account_orders, .woocommerce-page #content table.my_account_orders, .woocommerce #content table.shop_table, .woocommerce-page #content table.shop_table {
	border-collapse: collapse;
	font: 600 14px/normal "Open sans", Arial, sans-serif;
}

.woocommerce-page #content table.my_account_orders th:first-child, .woocommerce-page #content table.my_account_orders td:first-child {
	width: 80px;
	text-align: center;
}

.woocommerce-page #content table.my_account_orders th:last-child, .woocommerce-page #content table.my_account_orders td:last-child {
	width: 150px;
	text-align: center;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th, .woocommerce table.shop_table td, .woocommerce table.shop_table th {
	color: #000;
	padding: 10px 15px;
	text-align: center;
	border: 1px solid #d6d3d3;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table th {
	text-align: left;
}

.woocommerce table.my_account_orders th, .woocommerce table.shop_table th {
	color: #fff;
	background: #002e5a;
}

.woocommerce table.my_account_orders td a, .woocommerce table.shop_table td a {
	color: #ff9f43;
}

.woocommerce .btn {
	color: #fff;
	text-shadow: none;
	padding: 8px 16px 6px;
}

.woocommerce table.my_account_orders td .btn {
	color: #fff;
}

.woocommerce .woocommerce-MyAccount-content address {
	color: #000;
	width: 100%;
	padding: 15px;
	margin-bottom: 0;
	text-align: left;
	border-radius: 5px;
	border: 1px solid #d6d3d3;
	font: 400 14px/1.5 "Open sans", Arial, sans-serif;
}

.woocommerce .woocommerce-MyAccount-content {
	color: #000;
	font: 400 14px/1.5 "Open sans", Arial, sans-serif;
}

.woocommerce .woocommerce-MyAccount-content .title-outer {
	display: flex;
	margin-left: 0;
	padding: 0 0 5px;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #d6d3d3;
}

.woocommerce-MyAccount-content h1, .woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content h3, .woocommerce .woocommerce-MyAccount-content .title-outer h3 {
	border: 0;
	padding: 0;
}

.woocommerce .woocommerce-MyAccount-content .title-outer h3 {
	margin: 0;
	font-size: 15px;
}

.woocommerce .woocommerce-MyAccount-content .title-outer h1 {
	margin: 0;
}

.woocommerce .woocommerce-MyAccount-content .title-outer .edit {
	color: #000;
	position: relative;
	border-radius: 3px;
	background: #d6d3d3;
	padding: 5px 10px 5px 25px;
}

.woocommerce .woocommerce-MyAccount-content .title-outer .edit:hover {
	background: #bdb9b9;
}

.woocommerce .woocommerce-MyAccount-content .title-outer .edit:before {
	top: 50%;
	left: 8px;
	display: block;
	font-size: 12px;
	font-weight: 400;
	content: "";
	position: absolute;
	font-family: FontAwesome;
	transform: translateY(-50%);
}

.woocommerce form .form-row {
	padding: 0;
	margin: 0 0 15px;
}

.woocommerce form .form-row:before, .woocommerce form .form-row:after {
	display: none;
}

.woocommerce form input[type="text"], .woocommerce form input[type="email"], .woocommerce form input[type="tel"], .woocommerce form input[type="url"], .woocommerce form input[type="password"], .woocommerce form input[type="search"], .woocommerce form select, .woocommerce form textarea, .woocommerce form.login .form-row input, .woocommerce .select2-container--default .select2-selection--single {
	width: 100%;
	background: #fff;
	padding: 12px 10px !important;
	border-radius: 2px !important;
	border: 1px solid #c4c4c4 !important;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.woocommerce form input[type="text"]:focus, .woocommerce form input[type="email"]:focus, .woocommerce form input[type="tel"]:focus, .woocommerce form input[type="url"]:focus, .woocommerce form input[type="password"]:focus, .woocommerce form input[type="search"]:focus, .woocommerce form select:focus, .woocommerce form textarea:focus, .woocommerce form.login .form-row input:focus, .woocommerce .select2-container--open .select2-selection--single, .select2-container--open .select2-dropdown {
	border-color: #ff9f43 !important;
	box-shadow: 0 0 0 .2rem rgba(250, 125, 10, .25);
}

.select2-container--default .select2-dropdown li {
	color: #000;
}

.select2-container--default .select2-dropdown li:hover, .select2-container--default .select2-dropdown li.select2-results__option--highlighted {
	background: #ff9f43;
}

.woocommerce .select2-container--default .select2-selection--single {
	padding: 0 !important;
	height: auto;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 12px 10px;
	font: 400 12px/20px "Open Sans", Helvetica, Arial, sans-serif;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	bottom: 0;
	height: auto;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: calc(50% - 15px);
}

.woocommerce .tabs .tab {
	display: none;
}

.woocommerce .tabs .tab.active {
	display: block;
}

.woocommerce .tab-links {
	/*margin: 0 0 15px;*/
	font: 600 14px/1.25 "Open Sans", Helvetica, Arial, sans-serif;
}

.woocommerce .tab-links li {}

/*.woocommerce .tab-links li a {
	color: #fff;
	display: block;
	background: #444;
	border-radius: 5px;
	position: relative;
	text-align: center;
	padding: 16px 15px 15px;
}
.woocommerce .tab-links li.active a, .woocommerce .tab-links li:hover a { background: #002e5a; }*/

/*.woocommerce .tab-links li a:after {
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	content: "";
	position: absolute;
	border-style: solid;
	transform: translateX(-50%);
	border-width: 10px 10px 0 10px;
	border-color: transparent transparent transparent transparent;
}
.woocommerce .tab-links li.active a:after, .woocommerce .tab-links li:hover a:after { border-color: #002e5a transparent transparent transparent; }*/
.woocommerce .tab-content {
	padding: 15px 0;
}

.woocommerce .tabs .form-field {
	margin: 0 0 15px;
}

.woocommerce .tabs .form-field label {
	flex: 0 0 150px;
	max-width: 150px;
}

.woocommerce .tabs .form-field .form-control {
	margin: 0;
	flex: 1 1 auto;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	border-radius: 0 !important;
	background: none !important;
	max-width: 350px;
}

#add_payment_method #payment p, .woocommerce-cart #payment p, .woocommerce-checkout #payment p {
	font-size: 14px !important;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
	position: relative;
	padding-left: 20px;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
	position: absolute;
	left: 0;
	top: 8px;
}

.woocommerce ul.order_details {
	display: flex;
	padding-left: 0;
	margin: 0 0 15px !important;
}

.woocommerce ul.order_details:before, .woocommerce ul.order_details:after {
	display: none !important;
}

.woocommerce ul.order_details li, .woocommerce ul.order_details li strong {
	color: #000 !important;
	font-size: 16px !important;
}

.woocommerce ul.order_details li strong {
	padding-top: 10px;
	font-weight: 700 !important;
}

.woocommerce ul.order_details li.total .amount {
	font-weight: 700 !important;
}

.woocommerce ul.order_details li.total {
	border-top: 0 !important;
}

.woocommerce table.shop_table tfoot th {
	background: #fff;
	color: #000;
}

.woocommerce .checkout_details p {
	color: #000 !important;
}

.woocommerce .woocommerce-order-details h2 {
	line-height: normal;
	margin: 0 0 10px !important;
}

.woocommerce table.my_account_orders .button {
	background: #ff9f43 !important;
	border-color: #ff9f43 !important;
	font-weight: bold !important;
	display: inline-block;
	line-height: 1.42857143;
	text-align: center;
	width: 100%;
	color: #fff;
}

.woocommerce table.my_account_orders .button:hover {
	background: #e6862a !important;
	border-color: #e6862a !important;
	color: #fff !important;
}

.woocommerce .account-dashboard .tabs .tab {
	background: #fff;
	border-radius: 0 0 .75rem .75rem;
	box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
}

.woocommerce .account-dashboard .tabs .form-field {
	margin: 0 0 15px;
	flex: 0 0 calc(50% - 10px) !important;
}

.woocommerce .account-dashboard .tabs .form-field label {
	flex: auto !important;
	max-width: inherit !important;
	margin: 0 0 5px !important;
}

.checkout.woocommerce-checkout {
	color: #000;
	padding: 40px 0 0;
	font: 400 14px/1.75 "Work Sans";
}

.checkout.woocommerce-checkout .ticks-small {
	margin: 0;
	padding: 0;
	color: #000;
	list-style: none;
	font: 400 14px/1.75 "Work Sans";
}

.checkout.woocommerce-checkout .ticks-small li {
	padding: 0 0 0 30px;
	position: relative;
	margin: 0 0 15px;
}

.checkout.woocommerce-checkout .ticks-small li:before {
	top: 0;
	left: 0;
	color: #ff9f43;
	content: "";
	position: absolute;
	font-family: "FontAwesome";
}

.checkout.woocommerce-checkout label.checkbox {
	padding: 0 0 0 20px;
	position: relative;
}

.checkout.woocommerce-checkout .woocommerce-account-fields label.checkbox {
	padding: 0;
}

.checkout.woocommerce-checkout label.checkbox input[type="checkbox"] {
	top: 4px;
	left: 0;
	position: absolute;
}

#woo_pp_ec_button_checkout {
	width: 100%;
}

.woocommerce-checkout #payment ul.payment_methods li {
	padding-top: 10px;
	padding-bottom: 10px;
}

.woocommerce-checkout #payment ul.payment_methods li input {
	top: 17px;
}

.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
	padding: 0;
	margin: 5px;
}

.woocommerce-checkout #wc-authorize-net-cim-credit-card-credit-card-form {
	margin: 0 !important;
}

.woocommerce-checkout #wc-authorize-net-cim-credit-card-credit-card-form .clear {
	display: none !important;
}

.woocommerce-checkout #wc-authorize-net-cim-credit-card-credit-card-form p {
	width: 100% !important;
	display: flex !important;
	flex-direction: column !important;
}

.woocommerce-checkout #payment ul.payment_methods #wc-authorize-net-cim-credit-card-credit-card-form p label {
	display: inline-block !important;
	vertical-align: top !important;
	margin: 0 0 5px !important;
}

.woocommerce-checkout #wc-authorize-net-cim-credit-card-credit-card-form p input {
	color: #000 !important;
	margin: 0 !important;
	position: static !important;
	background: #fff !important;
	padding: 12px 10px !important;
	border-radius: 2px !important;
	border: 1px solid #c4c4c4 !important;
	font-family: "Open Sans", sans-serif !important;
	font-size: 14px !important;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.woocommerce-checkout #wc-authorize-net-cim-credit-card-credit-card-form p input:focus {
	border-color: #ff9f43 !important;
	box-shadow: 0 0 0 .2rem rgba(250, 125, 10, .25) !important;
}

ul.payment_methods li div.sv-wc-payment-gateway-card-icons {
	margin: 0 0 10px !important;
}

#customer_login .row:after, #customer_login .row:before {
	display: none;
}
