.woocommerce-checkout .woocommerce {
    border-radius: 16px 16px 16px 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #dee0e3;
    box-shadow: 0 64px 128px -64px rgba(0,0,0,.16);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
	padding: 30px 50px 50px 50px;
	margin-bottom: 30px;
        margin-top: 30px;
	float: left;
}
.woocommerce .woocommerce-info {   
    border-top: none;
    background-color: inherit;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin: 0;
}

.woocommerce .page-content a {
    text-decoration: underline;
}

.wc-block-components-notice-banner.is-info {
	background-color: #ffffff;
    border-color: #ffffff;
}
.woocommerce .woocommerce-NoticeGroup .woocommerce-error,
.woocommerce .woocommerce-NoticeGroup .wc-block-components-notice-banner {
	background-color: #fff6f6;
    border: dashed 1px #a00;
    padding: 25px 25px 20px;
    color: #a00;
    margin: 1rem 0;
    font-size: 14px;
    width: 100%;
}
.woocommerce form .form-row {
	display: block;
	padding: 3px 7px;
	position: relative;
	margin-bottom: 1.1em;
}

.woocommerce form .form-row-first {
	float: left;
    clear: left;
	width: 50%;
}
.woocommerce form .form-row-last {
	float: right;
    clear: right;
	width: 50%;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	border: 1px solid;
    border-color: #d4d4d4;
	border-radius: 0 0 0 0;
	color: #6a7695!important;
}
.woocommerce form p.form-row label {
	color: #263b5e;
	font-family: poppins,Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
	letter-spacing: .3px;
	margin-bottom: 8px;
}
.woocommerce h3 {color: #263b5e; }
form.woocommerce-form-login .form-row button {
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color: #000000!important;
    border-radius: 2px!important;
	width: 100%;
	padding: 18px;
	color: #fff;
}
form.woocommerce-form-login .form-row button:hover {
	color: #fff;
}
.woocommerce form.woocommerce-form-login .lost_password {
	text-align: right;
    margin-top: 0;
    margin-bottom: 0;
}
.woocommerce a {
	color: #263b5e;	
    text-decoration: none;
}
p#billing_address_1_field,
p#shipping_address_1_field {
    float: left;
    clear: left;
	width: 50%;
}
p#billing_address_2_field,
p#shipping_address_2_field {
    float: right;
    clear: right;
	width: 50%;
    margin-top: 33px;
}
p#billing_city_field,
p#shipping_city_field {
    width: 33.33%;
	float: left;
    clear: left;
}
p#billing_state_field,
p#shipping_state_field {
    width: 33.33%;
	float: left;
    clear: right;
}
p#billing_postcode_field,
p#shipping_postcode_field {
    width: 33.33%;
	float: right;
    clear: right;
}
.select2-container--default .select2-selection--single {
	display: block;
    width: 100%;
    min-height: 34px;
    height: auto;
    padding: 3px 8px;
	background-image: none;
    border: 1px solid;
	border-color: #d4d4d4;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {height: 100%;}
.woocommerce-checkout .col2-set {
	display: inline-block;
    width: 55%;
    float: left;
    padding-right: 40px;
    margin: 20px 0 0;
}
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
	float: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
	border-radius: 0;
    border: none;
}
.woocommerce-checkout-review-order{
	display: inline-block;
    float: none;
    width: 45%;
    border: none;
    background-color: inherit;
    padding: 0 10px;
    border-radius: 3px;
}
.woocommerce-checkout #order_review_heading {
	margin: 20px 0 0;
    padding: 3px 3px 20px;
	float: left;
    clear: right;
}
#order_review {
	padding: 3px;   
}
.woocommerce table.shop_table {
    border: none;
    border-bottom: 0;
    background-color: inherit;
    border-radius: 0;
    font-family: inherit;
    font-weight: inherit;
    font-size: .95em;
    margin: 0 0 0!important;
    border-collapse: collapse;
    text-align: left;
}
.woocommerce table.shop_table thead {
    background-color: transparent;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	background-color: transparent;
    border: none;
    padding: 0.6em 0;
    line-height: 1.4em;
}
table.shop_table thead tr th:nth-child(1) {
	width: 70%;
}
table.shop_table thead tr th:nth-child(2) {
	width: 30%;
}
table thead:first-child tr:first-child th {
	border-block-start: none;
}
.woocommerce table.shop_table tbody {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
    border: none;
    display: table-cell;
    font-weight: 400;
    width: 50%;
}
table.shop_table tfoot tr.order-total th,
table.shop_table tfoot tr.order-total td {
	font-weight: 600;
    border-top: 1px dashed #ccc;
}
.woocommerce-checkout #payment {
	background: unset;
}
.woocommerce-checkout #payment ul.payment_methods {
	background-color: #f9fbfd;
    padding: 30px;
	border: none;
}
.woocommerce-checkout #payment div.payment_box {
	color: #6a7695;
    background-color: #fff;
}
.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: #fff;
}
.woocommerce-checkout #payment div.form-row {
	margin: 0;
    padding: 8px 0 0;
}
#payment .woocommerce-privacy-policy-text p {
	font-size: 11px;
    color: #777;
    margin-top: 0;
    text-align: justify;
}
.woocommerce #order_review button {
	font-family: poppins,Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.6em;
    letter-spacing: 2px;
	background-color: #000000!important;
	width: 100%;
    padding: 16px 24px;
	border: 1px solid;
	color: #fff;
	border-width: 0;
	border-color: #263b5e;
}
#order_review > table > tbody > tr > td.product-name > div{
        width: 50px!Important;
    height: 65px!important;
}
.woocoommerce-custom-coupon-form .woocommerce-form-coupon-toggle {
	display: none;
}
.woocoommerce-custom-coupon-form p {
	display: none;
}
.woocoommerce-custom-coupon-form .wc-block-components-notice-banner.is-success {
	background-color: unset;
    border-color: unset;
}
.checkout_coupon.woocommerce-form-coupon button {
	font-family: poppins,Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 2px;
    background-color: #000;
    color: #fff;
}
.checkout_coupon.woocommerce-form-coupon button:hover {
	background-color: #000;
	color: #fff;
}
.wc-block-components-notice-banner.is-info {
	background-color: unset !important;
    border-color: unset !important;
	border: none;
}
footer#colophon {
    clear: both;
}
@media(max-width: 767px) {
	.woocommerce-checkout .woocommerce {
		padding: 0;
	}
	.woocommerce-checkout .col2-set {
		width: 100%;
		padding: 15px 18px;
	}
	p#billing_address_1_field, p#shipping_address_1_field {		
		width: 100%;
	}
	p#billing_address_2_field, p#shipping_address_2_field {
		width: 100%;
		margin-top: 0;
	}
	p#billing_city_field, p#shipping_city_field {
		width: 100%;
	}
	p#billing_state_field, p#shipping_state_field {
		width: 100%;
	}
	p#billing_postcode_field, p#shipping_postcode_field {
		width: 100%;
	}
	.woocommerce-checkout #order_review_heading {
		width: 100%;
		padding: 15px 18px;
	}
	#order_review {
		padding: 15px 18px;
	}
	.woocommerce-checkout-review-order {
		width: 100%;
	}
	.checkout_coupon.woocommerce-form-coupon button {
		letter-spacing: 0;
	}
	#ship-to-different-address {
		font-size: 22px;
	}
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li{
    margin-left:30px!important;
}