.woocommerce .inleads-woocommerce-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 4px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 19px;
	color: #8e8e8e;
	padding: 10px 0;
}
.woocommerce .woocommerce-breadcrumb a {
	display: flex;
	align-items: center;
}
.woo-b-arrow {
	margin-left: 5px;
	display: flex;
}
.inleads-sp-row {
	display: flex;
}
.inleads-sp-image {
	width: 42%;
}
.inleads-sp-contents {
	width: 58%;
}
.inleads-sp-image .woocommerce-product-gallery {
	width: 100% !important;
}
.inleads-sp-contents {
	width: 58%;
	padding-left: 29px;
}
.inleads-sp-image .woocommerce-product-gallery__image {
	margin-bottom: 5px;
	background-color: #F4F4F4;
}
.inleads-sp-image .woocommerce-product-gallery__wrapper {
	display: flex;
	flex-wrap: wrap;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: calc(25% - 4px);
	margin-right: 5px;
}
.inleads-sp-image .woocommerce-product-gallery__image:nth-child(5), .inleads-sp-image .woocommerce-product-gallery__image:nth-child(9), .inleads-sp-image .woocommerce-product-gallery__image:nth-child(13) {
	margin-right: 0 !important;
}
.woocommerce div.product .inleads-sp-contents .product_title.entry-title {
	font-size: 30px;
	color: #222529;
	line-height: 1.2;
	font-weight: 700;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 10px;
}
.inleads-sp-contents .product_title.entry-title::after {
	content: '';
	width: 40px;
	height: 2px;
	background-color: #e7e7e7;
	position: absolute;
	bottom: 0;
	left: 0;
}
.woocommerce div.product .inleads-sp-contents .price {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
	color: #222529;
}
.woocommerce div.product .inleads-sp-contents .price del {
	color: #a7a7a7;
	margin-right: 4px;
}
.inleads-sp-contents ins {
	text-decoration: none;
}
.woocommerce div.product .inleads-sp-contents .price {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
	color: #222529;
	margin-bottom: 12px;
}
.inleads-sp-contents .woocommerce-product-details__short-description {
	font-size: 15px;
	line-height: 23px;
	color: #777;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 13px;
	margin-bottom: 20px;
}
.woocommerce div.product .inleads-sp-contents form.cart {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
	margin-bottom: 19px;
}
.quantity.buttons_added {
	display: flex;
	align-items: center;
}
.woocommerce div.product .quantity.buttons_added {
	display: flex;
	align-items: center;
	margin-right: 7px;
}
.quantity.buttons_added button {
	width: 26px;
	height: 39px;
	border-radius: 0;
	outline: none;
	background-color: transparent;
	color: #222529;
	border: 1px solid #e7e7e7;
	flex-shrink: 0;
	font-size: 16px;
	cursor: pointer;
}
.woocommerce .quantity .qty {
	width: 32px;
	height: 39px;
	border-color: #e7e7e7;
	border-style: solid;
	border-width: 1px 0;
	-moz-appearance: textfield;
	outline: none;
	font-weight: 500;
}
.inleads-sp-contents form.cart .single_add_to_cart_button {
	width: 160px;
	border-radius: 0;
	height: 39px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #15A74A;
	transition: all .3s;
}
.inleads-sp-contents form.cart .single_add_to_cart_button:hover {
	background-color: #222529;
}
.inleads-sp-contents form.cart .single_add_to_cart_button.disabled, .inleads-sp-contents form.cart .single_add_to_cart_button.disabled:hover {
	background-color: #15A74A;
}
.inleads-sp-contents .product_meta a {
	color: #15A74A;
}
.inleads-sp-contents .product_meta {
	font-size: 14px;
	line-height: 17px;
	color: #777777;
	/* text-transform: uppercase; */
	font-weight: 500;
	display: flex;
	flex-direction: column;
}
.inleads-sp-contents .product_meta span:not(:last-child) {
	margin-bottom: 6px;
}
.inleads-sp-contents .variations .label {
	text-align: left;
	font-size: 13px;
	color: #777;
	vertical-align: middle !important;
	width: 62px;
}
.woocommerce div.product .inleads-sp-contents .variations .value select {
	height: 39px;
	border-radius: 0;
	outline: none;
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 5px 10px;
	width: 100px;
	font-size: 13px;
	color: #777;
}
.inleads-sp-contents .variations tr:not(:first-child) td, .inleads-sp-contents .variations tr:not(:first-child) th {
	padding-top: 9px;
}
.inleads-sp-contents .variations {
	width: 400px !important;
	max-width: 100%;
}
.inleads-sp-botom .tabs.wc-tabs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.inleads-sp-botom .tabs.wc-tabs > li:not(:last-child) {
	margin-right: 35px;
}
.inleads-sp-botom .tabs.wc-tabs li a {
	font-size: 13px;
	line-height: 1.2;
	padding: 7px 0;
	color: #818692;
	border-bottom: 2px solid transparent;
}
.inleads-sp-botom .tabs.wc-tabs li.active a {
	border-color: #222529;
	color: #222529;
}
.inleads-sp-botom .tabs.wc-tabs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #e7e7e7;
}
.inleads-sp-botom .woocommerce-tabs {
	margin-bottom: 43px;
}
.inleads-sp-botom .woocommerce-Tabs-panel {
	padding-top: 20px;
	font-size: 14px;
	line-height: 19px;
	color: #777;
}
.inleads-sp-botom .woocommerce-Tabs-panel h2 {
	font-size: 20px;
	line-height: 1.2;
	color: #777777;
	margin-bottom: 5px;
}
.inleads-sp-botom .shop_attributes {
	margin-top: 10px;
}
.inleads-sp-botom table.shop_attributes td {
	padding-left: 15px;
}
.inleads-sp-botom .related > h2 {
	font-size: 21px;
	line-height: 1.2;
	color: #222529;
	padding-bottom: 10px;
	margin-bottom: 19px;
	border-bottom: 1px solid #e7e7e7;
}
.woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
}
.woocommerce ul.products li.product {
	width: calc(25% - 15px);
	margin-right: 20px;
	margin-bottom: 20px;
}
.woocommerce ul.products li.product.last {
	margin-right: 0;
}
.woocommerce .woocommerce-LoopProduct-link img {
	margin-bottom: 12px !important;
}
.woocommerce .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
	font-size: 19px !important;
	line-height: 20px;
	color: #222529;
	padding: 0 !important;
	margin-bottom: 8px !important;
}
.woocommerce .woocommerce-LoopProduct-link .price {
	font-size: 14px !important;
	line-height: 1;
	font-weight: 600 !important;
	color: #444 !important;
	margin-bottom: 0 !important;
}
.woocommerce ul.products li.product .button {
	font-size: 15px;
	line-height: 1;
	border-radius: 0;
	background-color: #15A74A;
	color: #fff;
	padding: 8px 20px;
	font-weight: 500;
	display: inline-block;
	margin-top: 22px;
}
.woocommerce .woocommerce-LoopProduct-link .onsale {
	width: 45px;
	height: 45px;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #15A74A;
	font-size: 12px;
	line-height: 1;
	font-weight: 500;
}
.inleads-single-product-area .woocommerce-notices-wrapper .button {
	/* border: ; */
	border-radius: 0;
	background-color: #15A74A;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border-top-color: #15A74A;
	margin-top: 8px;
	padding: 15px 15px 13px 36px;
	font-size: 13px;
	line-height: 20px;
	color: #222529;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	color: #15A74A;
	top: 15px;
	left: 15px;
}
.woocommerce-notices-wrapper .button {
	border-radius: 0;
	background-color: #15A74A;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
}
@media only screen and (max-width: 991px) {
	.woocommerce ul.products li.product:nth-child(2n) {
		margin-right: 0 !important;
	}
	.woocommerce ul.products li.product {
		width: calc(50% - 10px) !important;
		margin-right: 20px !important;
		margin-bottom: 20px !important;
	}
}
@media only screen and (max-width: 767px) {
	.inleads-sp-row {
		flex-wrap: wrap;
	}
	.inleads-sp-image {
		width: 100%;
		max-width: 400px;
	}
	.inleads-sp-contents {
		width: 100%;
		padding-left: 0;
	}
	.inleads-sp-botom {
		margin-top: 18px;
	}
}


/*Cart*/
.inleads-cart-title {
	font-size: 28px;
	line-height: 1.2;
	color: #222529;
	padding: 20px 0;
}
.inleads-cart-row {
	display: flex;
	flex-wrap: wrap;
}
.inleads-cart-right {
	width: 360px;
	border: 1px solid #e7e7e7;
	padding: 24px 15px;
}
.inleads-cart-right .cart_totals {
	width: 100% !important;
}
.inleads-cart-right .cart_totals > h2 {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	color: #222529;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.inleads-cart-right table.shop_table {
	border: none;
	font-size: 14px;
	color: #222529;
}
.inleads-cart-right table.shop_table th {
	padding-left: 0;
}
.woocommerce-cart .inleads-cart-right .cart_totals .checkout-button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 5px;
	border-radius: 0;
	background-color: #222529;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 57px;
	margin-bottom: 0;
}
.woocommerce-cart .inleads-cart-right .cart_totals .checkout-button:hover {
	background-color: #222529;
}
.woocommerce-cart .inleads-cart-right .wc-proceed-to-checkout {
	padding: 0;
}
.inleads-cart-left {
	padding-right: 20px;
	width: calc(100% - 360px);
}
.woocommerce .inleads-cart-left table.shop_table {
	border: none;
	margin: 0;
	border-radius: 0;
	color: #222529;
	font-size: 14px;
	line-height: 19px;
}
.woocommerce .inleads-cart-left table.shop_table th {
	text-transform: uppercase;
}
.inleads-cart-left table.shop_table .product-name a {
	color: #222529;
}
.woocommerce .inleads-cart-left td.actions {
	padding: 0;
	padding-top: 20px;
}
.woocommerce-cart .inleads-cart-left table.cart td.actions .coupon .input-text {
	height: 36px;
	width: 184px;
}
.woocommerce-cart .inleads-cart-left table.cart td.actions .button {
	height: 36px;
	border-radius: 0;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #222529;
}
.inleads-cart-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px 0;
}
.inleads-cart-empty img {
	width: 400px;
}
.inleads-cart-empty span {
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	color: #222529;
	margin-top: 15px;
	margin-bottom: 16px;
	line-height: 24px;
}
.inleads-cart-empty .button {
	width: 200px;
	height: 40px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 0;
	color: #222529 !important;
	text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
	.inleads-cart-left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 37px;
	}
	.inleads-cart-right {
		max-width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.quantity.buttons_added {
		padding-left: 8px;
	}
	.woocommerce-cart .inleads-cart-left table.cart td.actions .coupon .input-text {
		width: 48%;
	}
}

/*Archive*/
.inleads-product-banner {
	height: 250px;
}
.inleads-product-banner .container {
	height: 100%;
}
.inleads-product-banner .woocommerce-products-header {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-self: center;
	justify-content: center;
}
.inleads-product-banner {
	height: 250px;
	background-color: #050720;
	position: relative;
}
.inleads-product-banner .page-title {
	color: #fff;
	text-align: center;
	font-size: 48px;
	line-height: 1.3;
	text-transform: uppercase;
}
.woocommerce .woocommerce-ordering select {
	font-size: 13px;
	padding: 0 25px 0 8px;
	box-shadow: none;
	border: 1px solid #e7e7e7;
	height: 34px;
	border-radius: 0;
	background-color: #fff;
	color: #777;
	max-width: 100%;
}
.woocommerce .woocommerce-result-count {
	font-size: 13px;
	line-height: 18px;
	padding-top: 9px;
	color: #777777;
}
.woocommerce .inleads-product ul.products li.product {
	margin-bottom: 35px;
}
.woocommerce .woocommerce-breadcrumb a:first-child {
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 480px) {
	.woocommerce ul.products li.product {
		width: 100% !important;
		margin-right: 0 !important;
	}
	.woocommerce .inleads-product ul.products li.product {
		margin-bottom: 30px;
	}
	.woocommerce ul.products li.product .button {
		display: block;
		text-align: center;
		margin-top: 15px;
	}
	.woocommerce .woocommerce-result-count {
		display: none;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: left;
		max-width: 100%;
	}
	.inleads-product-banner {
		height: auto;
		padding: 65px 0 48px 0;
	}
	.inleads-product-banner .page-title {
		font-size: 36px;
	}
}

/*No product*/
.inleads-no-product-found {
	padding: 37px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.inleads-no-product-found img {
	width: 300px;
	margin-bottom: 15px;
}
.inleads-no-product-found h2 {
	font-size: 26px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 700;
	color: #222529;
	text-align: center;
}

/*Checkout*/
.inleads-checkout-area {
	padding-top: 40px;
	padding-bottom: 50px;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	color: #777777;
}
.woocommerce-form-coupon-toggle .woocommerce-info::before {
	display: none;
}
.woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
	text-transform: uppercase;
	font-weight: 600;
	color: #222529;
}
.inleads-before-checkout {
	margin-bottom: 17px;
}
.woocommerce form.checkout_coupon {
	margin-bottom: 0;
	margin-top: 8px !important;
	padding: 18px 20px 21px 20px !important;
	top: -1px;
	position: relative;
	background: #fff;
	border: 1px solid #e7e7e7;
	box-shadow: 0 2px 4px 0px rgba(0,0,0,0.05);
	border-radius: 0;
	border-top: 4px solid #dfdfdf;
}
.woocommerce form.checkout_coupon p:first-child {
	font-size: 14px;
	line-height: 21px;
	color: #777777;
	margin-bottom: 8px;
}
.woocommerce form.checkout_coupon .form-row.form-row-first {
	margin: 0;
	padding: 0;
	width: 270px;
}
.woocommerce form.checkout_coupon .form-row.form-row-last {
	float: left;
	padding: 0;
	margin: 0;
	margin-left: 7px;
}
.woocommerce form.checkout_coupon .button {
	padding: 0 22px;
	border-radius: 0;
	height: 40px;
	background-color: #f4f4f4;
	color: #222529;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
}
#coupon_code {
	width: 270px;
	background-color: #fff;
	color: #777777;
	border: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 13px;
	height: 34px;
	padding: 0 10px;
}
.inleads-before-checkout .woocommerce-error {
	margin-bottom: 15px;
}
form.woocommerce-checkout h3 {
	margin-bottom: 13px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 32px;
	color: #222529;
}
.inleads-checkout-row {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.inleads-checkout-left {
	width: calc(100% - 455px);
	padding-right: 20px;
}
.wc_payment_method > label {
	font-size: 14px;
	line-height: 24px !important;
	margin-bottom: 3px;
	font-weight: 500;
	letter-spacing: -0.01em;
	color: #222529;
	padding-left: 28px;
}
.woocommerce .inleads-checkout-left .form-row {
	padding: 0;
	margin-bottom: 15px;
}
.woocommerce .inleads-checkout-left .form-row-first {
	width: 50%;
	padding-right: 10px;
}
.woocommerce .inleads-checkout-left .form-row-last {
	width: 50%;
	padding-left: 10px;
}
.inleads-checkout-right {
	width: 455px;
	border: 2px solid #e7e7e7;
	padding: 22px 32px;
}
.woocommerce form .form-row label {
	font-size: 14px;
	line-height: 24px;
	color: #777;
	font-weight: 500;
	margin-bottom: 3px;
}
.woocommerce form .form-row input {
	border: 1px solid rgba(0, 0, 0, 0.08);
	min-height: 40px;
	padding: 8px 12px;
	font-size: 13px;
	color: #777;
}
.select2-container .select2-selection--single {
	border-radius: 0;
	border: 1px solid rgba(0, 0, 0, 0.08);
	min-height: 40px;
	padding: 8px 12px;
	font-size: 13px;
	line-height: 19px;
	color: #777;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0;
	color: #777;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}
.woocommerce-additional-fields {
	margin-top: 22px;
}
.woocommerce form .form-row textarea {
	height: 125px;
	padding: 8px 12px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 13px;
	color: #777;
	line-height: 19px;
}
.woocommerce .shop_table.woocommerce-checkout-review-order-table {
	border: none;
	font-size: 14px;
	line-height: 24px;
	color: #222529;
	font-weight: 500;
}
.woocommerce .shop_table.woocommerce-checkout-review-order-table td:nth-child(2), .woocommerce .shop_table.woocommerce-checkout-review-order-table th:nth-child(2) {
	color: #777;
	text-align: right;
}
.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot td:nth-child(2) {
	color: #222529;
}
.woocommerce .shop_table.woocommerce-checkout-review-order-table td, .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot th {
	border: none;
}
.woocommerce .shop_table.woocommerce-checkout-review-order-table thead th {
	border-bottom: 1px solid #e7e7e7;
}
.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot th, .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot td {
	border-top: 1px solid #e7e7e7;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background-color: transparent;
	border-radius: 0;
}
.woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
	border-bottom: 1px solid rgba(0,0,0,.08);
	padding-bottom: 16px;
}
.woocommerce-checkout #payment ul.payment_methods li > input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 0;
}
.wc_payment_method {
	position: relative;
}
.wc_payment_method > label::before {
	content: "";
	position: absolute;
	top: 15px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	left: 0;
	pointer-events: none;
	user-select: none;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.wc_payment_method > label::after {
	content: "";
	position: absolute;
	top: 15px;
	left: 4px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #ccc;
	background-color: #08C;
	transition: opacity 0.3s;
	margin-top: -6px;
	z-index: 1;
	opacity: 0;
}
.woocommerce-checkout input:checked ~ label::after {
	opacity: 1;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	margin-top: 7px;
	margin-bottom: 15px;
	background-color: #EDEDED;
	color: #222529;
	font-size: 13px;
	line-height: 21px;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #EDEDED;
	border-top-color: rgb(237, 237, 237);
	border-right-color: rgb(237, 237, 237);
	border-left-color: rgb(237, 237, 237);
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}
.woocommerce-checkout #payment div.payment_box a {
	color: #222529;
	font-weight: 700;
}
.woocommerce-checkout #payment div.payment_box .form-row {
	padding: 0;
	margin-bottom: 15px;
}
.wc-stripe-elements-field, .wc-stripe-iban-element-field {
	margin: 0;
}
.wc_payment_method fieldset {
	border: 0;
}
.woocommerce form .wc_payment_method .form-row input {
	min-height: auto;
	margin-right: 6px !important;
	flex-shrink: 0;
	margin-top: 3px !important;
}
.woocommerce-SavedPaymentMethods-saveNew {
	display: flex;
	align-items: flex-start;
}
.woocommerce-SavedPaymentMethods-saveNew label {
	font-size: 13px !important;
	line-height: 19px !important;
	color: #777 !important;
}
.woocommerce-checkout #payment div.payment_box .form-row.form-row-first {
	width: 50%;
	padding-right: 5px;
}
.woocommerce-checkout #payment div.payment_box .form-row.form-row-last {
	width: 50%;
	padding-left: 5px;
}
.woocommerce-checkout #payment .form-row.place-order {
	padding: 16px 0 0 0;
	margin-bottom: 0;
}
.woocommerce-privacy-policy-text p {
	font-size: 12px;
	line-height: 21px;
	color: #8a8b8e;
}
.woocommerce-privacy-policy-text a {
	color: #222529;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	display: flex;
	width: 100%;
	border-radius: 0;
	/* margin-right: ; */
	margin-top: 22px;
	height: 44px;
	padding: 0 10px;
	/* display: ; */
	align-items: center;
	justify-content: center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	background-color: #222529;
}
.woocommerce form .wc-payment-form .form-row label {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
	.inleads-checkout-left {
		width: 100%;
		padding: 0;
		margin-bottom: 23px;
	}
	.woocommerce form.checkout_coupon {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.inleads-before-checkout {
		margin-bottom: 24px;
	}
	form.woocommerce-checkout h3 {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 8px;
	}
	.inleads-checkout-right {
		width: 100%;
		border: 1px solid #e7e7e7;
		padding: 25px 15px;
	}
}
@media only screen and (max-width: 580px) {
	.woocommerce form.checkout_coupon .form-row.form-row-last {
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
	}
	.woocommerce .inleads-checkout-left .form-row-first, .woocommerce .inleads-checkout-left .form-row-last,
	 .woocommerce-checkout #payment div.payment_box .form-row.form-row-first, 
	  .woocommerce-checkout #payment div.payment_box .form-row.form-row-last{
		width: 100%;
		padding: 0;
	}
}