
.woocommerce form .form-row,
.styler-customer-billing-details .woocommerce-billing-fields .form-row {
	margin: 0 0 25px;
}

form .form-row.styler-coupon-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch;
    margin: 0;
}

form .form-row.styler-coupon-row .styler-btn {
	height: auto;
}

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

.woocommerce-input-wrapper input,
.woocommerce-input-wrapper select,
.woocommerce-input-wrapper textarea {
	border: 1px solid var(--styler-gray);
	max-width: 100%;
	width: 100%;
}

.woocommerce-input-wrapper input[type=checkbox],
.woocommerce-input-wrapper input[type=radio] {
	width: auto;
}

input[type='radio']:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #d1d3d1;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

input[type='radio']:checked:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: var(--styler-black);
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid var(--styler-light);
}

input[type='checkbox']:after {
	width: 15px;
	height: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #d1d3d1;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

input[type='checkbox']:checked:after {
	width: 15px;
	height: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: var(--styler-black);
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid var(--styler-light);
}

span.styler-checkbox input[type="checkbox"] {
	border: 0;
	outline: none;
	margin: 0;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 10px;
	height: 10px;
}

@media(max-width:480px) {
	input[type='radio']:after {
		width: 17px;
		height: 17px;
		border-radius: 17px;
		top: -2px;
		left: 0px;
	}

	input[type='radio']:checked:after {
		width: 17px;
		height: 17px;
		border-radius: 17px;
		top: -2px;
		left: 0px;
	}

	input[type='checkbox']:after {
		width: 17px;
		height: 17px;
		top: -2px;
		left: 0px;
	}

	input[type='checkbox']:checked:after {
		width: 17px;
		height: 17px;
		top: -2px;
		left: 0;
	}
}

.place-order p.form-row.validate-required {
	margin: 20px 0 0;
}

.styler-order-review {
	padding: 30px;
	border: 2px solid var(--styler-gray);
}

span.styler-checkbox {
	position: relative;
	display: inline-flex;
	border: 1px solid var(--styler-gray);
	padding: 3px;
}

input#coupon_code {
	max-width: 160px;
}

.form-row.styler-coupon-row input#coupon_code {
	margin-right: 10px;
}

.styler-panel-checkout-content-wrapper .styler-coupon-row input#coupon_code {
	margin-right: 10px;
	min-width: 100%;
}

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
	position: inherit;
}

ul.wc_payment_methods.payment_methods.methods {
	list-style: none;
	padding:0;
}

ul.wc_payment_methods.payment_methods.methods li label {
	color: var(--styler-black);
	font-weight: 500;
	width: auto;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.styler-customer-billing-details .woocommerce-billing-fields .form-row input,
.styler-customer-billing-details .woocommerce-billing-fields .form-row textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 10px 15px;
	-webkit-border-radius: 0px;
	border-radius: 0;
	background-clip: padding-box;
	outline: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	vertical-align: middle;
	font-weight: 400;
	-moz-transition: background-color .3s ease-in-out,
		border-color .3s ease-in-out,
		color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out,
		border-color .3s ease-in-out,
		color .3s ease-in-out;
	-webkit-transition: background-color .3s ease-in-out,
		border-color .3s ease-in-out,
		color .3s ease-in-out;
	transition: background-color .3s ease-in-out,
		border-color .3s ease-in-out,
		color .3s ease-in-out;
}

.woocommerce form .form-row textarea {
	display: block;
	height: 4em;
	box-shadow: none;
}

.woocommerce form .form-row input[type=submit] {
	margin: 0;
}

.woocommerce form .form-row label,
.product-review-form label,
.styler-customer-billing-details .woocommerce-billing-fields .form-row label {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: var(--styler-black);
	margin-bottom: 15px;
	line-height: 1;
	font-weight: 500;
}

a.woocommerce-terms-and-conditions-link {
	font-weight: 500;
	text-decoration : underline;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 170px;
	height: 43px;
	float: left;
	margin: 0px 5px 0 0;
	margin: 0px 5px 0 0;
	padding: 6px 10px 5px;
	border: 1px solid var(--styler-gray);
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-clip: padding-box;
	outline: 0;
	text-align: center;
	line-height: 1;
	-o-transition: background-color .3s ease-in-out,
		border-color .3s ease-in-out,
		color .3s ease-in-out;
	-webkit-transition: background-color .3s ease-in-out,
		border-color .3s ease-in-out,
		color .3s ease-in-out;
	transition: background-color .3s ease-in-out,
		border-color .3s ease-in-out,
		color .3s ease-in-out;
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
	margin: 0;
	vertical-align: middle;
	line-height: inherit;
}

#ship-to-different-address label {
	margin: 0;
	color: var(--styler-black);
}

.styler-checkout-review-order-table,
.woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 20px;
}

.woocommerce_checkout_place_order {
	margin: 20px 0 0;
}

.woocommerce-checkout-review-order-table th {
	width: 50%;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error {
	color: var(--styler-black);
	text-align: left;
	padding: 20px;
	margin: 0 10px 20px 0;
	max-width: 616px;
	background-color: #cf1414;
	border: 1px solid var(--styler-red);
	color: #ffff;
	z-index: 10;
}
.styler-before-checkout-form-warapper .woocommerce-error {
	text-align: left;
	padding: 10px 20px;
	margin: 10px 0px;
	max-width: 450px;
	background-color: #cf1414;
	border: 1px solid var(--styler-red);
	color: #ffff;
}

.woocommerce-error span.close-error {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 18px;
    cursor: pointer;
}

.styler-panel-checkout-content-wrapper .woocommerce-error {
	max-width: 430px;
}

.styler-panel-checkout-content-wrapper ul.woocommerce-error {
	width: 100%;
	max-height: 146px;
	overflow-y: auto;
	margin: 0;
}

.woocommerce-error strong {
	color: var(--styler-light);
	text-decoration: underline;
}

/*/////////////////////////////////
02 >-----> CHECKOUT MULTISTEPS
/////////////////////////////////*/
.styler-form-error.hidden,
.form-row:not(.woocommerce-invalid-required-field) .styler-form-error {
	display: none;
}

.styler-checkout-content-wrapper .woocommerce-invalid-required-field select,
.styler-checkout-content-wrapper .woocommerce-invalid-required-field .select2-container--default:not(.select2-container--open) .select2-selection--single,
.styler-checkout-content-wrapper .woocommerce-invalid-required-field input[type="checkbox"]:not(:focus),
.styler-checkout-content-wrapper .woocommerce-invalid-required-field input:not(:focus) {
	border-color: var(--styler-red) !important;
	background: #ffefee;
}

.styler-checkout-content-wrapper label .required,
.styler-woocommerce-form-coupon-wrapper .woocommerce-error,
.styler-checkout-content-wrapper .styler-form-error {
	color: var(--styler-red);
}

.styler-checkout-content-wrapper .styler-justify-center {
	text-align: left;
}

.styler-page-multistep-checkout .woocommerce-form-coupon-toggle {
    margin-bottom: 30px;
}
.styler-page-multistep-checkout .create-account {
    margin-top: 25px;
}
.styler-page-multistep-checkout .woocommerce-form.woocommerce-form-login.login,
.styler-page-multistep-checkout .woocommerce-form-register {
    max-width: 100%;
}
.styler-checkout-content-wrapper .styler-woocommerce-form-coupon-wrapper {
	padding: 30px;
	margin-bottom: 30px;
	border: 2px solid var(--styler-gray);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.styler-checkout-content-wrapper .styler-checkout-button-wrapper {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.styler-checkout-content-wrapper .styler-coupon-code-wrapper {
	display: inline-flex;
	flex-direction: column;
}

.styler-checkout-content-wrapper .styler-coupon-code-actions {
	display: inline-flex;
	flex-wrap: wrap;
}

.styler-coupon-code-wrapper input#coupon_code {
	margin-right: 10px;
}

.styler-woocommerce-form-coupon-wrapper .woocommerce-error {
	flex: 0 0 100%;
	list-style: none;
}

.styler-checkout-content-wrapper .styler-checkout-labels {
	margin-bottom: 40px;
}

.styler-checkout-content-wrapper .styler-checkout-labels-inner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.styler-checkout-content-wrapper .swiper-pagination-bullets {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 1px solid var(--styler-gray);
    max-width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 46px;
    align-content: space-around;
    width: 100%;
    margin-top: 0;
}

.styler-checkout-content-wrapper .styler-step-item {
	padding: 0px 10px 0px 0px;
	border: 0;
	color: var(--styler-black);
	font-size: 14px;
	line-height: 1;
	margin: 0;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.styler-checkout-content-wrapper .styler-step-item+.styler-step-item {
	margin-left: 10px;
}

.styler-checkout-content-wrapper .styler-step {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.styler-checkout-content-wrapper .lost_password {
	text-align: left;
	margin-bottom: 0;
}

.styler-checkout-content-wrapper form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:last-child {
	margin-bottom: 0;
}

.styler-checkout-form-login .styler-inner-steps-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.styler-checkout-form-login .styler-inner-steps-buttons>span {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	cursor: pointer;
	padding: 5px 15px;
	background-color: var(--styler-gray);
	color: var(--styler-black);
}

.styler-checkout-form-login .styler-inner-steps-buttons>span[tabindex="-1"] {
	background-color: var(--styler-black);
	color: var(--styler-light);
}

.styler-checkout-form-login .styler-inner-steps-buttons>span[tabindex="-1"] svg {
	fill: var(--styler-light);
}

.styler-checkout-form-login .styler-inner-steps-buttons svg {
	max-width: 18px;
	max-height: 18px;
	margin-right: 5px;
}

.styler-checkout-content-wrapper .woocommerce-checkout-review-order-table {
	width: 100%;
}

.styler-checkout-content-wrapper .woocommerce-form-login__submit {
	margin-top: 10px;
}

.styler-lost-reset-password-wrapper .styler-flex {
	flex-direction: column;
}

.styler-checkout-review-order-table .styler-cart-items,
.styler-checkout-review-order-table .styler-checkout-review-order-footer {
	flex-wrap: wrap;
	flex-direction: column;
}

.styler-checkout-review-order-table .styler-cart-item,
.styler-checkout-review-order-table .styler-checkout-footer-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.styler-checkout-review-order-table .styler-cart-item {
	justify-content: flex-start;
}

.styler-cart-item-inner {
    display: flex;
    justify-content: space-between;
    flex: 1;
    flex-wrap: wrap;
    gap: 5px;
}

.styler-checkout-review-order-table .styler-checkout-review-order-footer #shipping_method {
    margin: 0;
    list-style: none;
}
.styler-checkout-review-order-table .styler-checkout-review-order-footer {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid var(--styler-gray);
}

.styler-checkout-review-order-table .styler-cart-items {
	margin-top: -10px;
}

.styler-checkout-footer-item.order-total,
.styler-checkout-review-order-table .styler-cart-item {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid var(--styler-gray);
}

.styler-checkout-footer-item.order-total {
	text-transform: uppercase;
	color: var(--styler-black);
	/* margin-bottom: 20px; */
}

.styler-checkout-review-order-table .styler-cart-item .styler-product-name {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media(max-width:576px) {
    .styler-checkout-content-wrapper .woocommerce-form.woocommerce-form-login.login,
    .styler-checkout-content-wrapper .woocommerce-form-register,
    .styler-checkout-content-wrapper .checkout_coupon.woocommerce-form-coupon,
    .styler-page-multistep-checkout .checkout.woocommerce-checkout {
        margin-top: 0;
    }
    .styler-checkout-content-wrapper .swiper-pagination-bullets {
        text-align: left;
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
    }

    .styler-checkout-content-wrapper .styler-step-item {
        width: 100%;
        justify-content: flex-start;
        padding: 10px 0;
    }

	.styler-checkout-content-wrapper .styler-step-item+.styler-step-item {
		margin: 0;
		border-top: 1px solid var(--styler-gray);
	}
    .styler-checkout-button-next.button,
    .styler-checkout-button-prev.button {
        min-width: 140px;
    }

}
.woocommerce-form-register .woocommerce-privacy-policy-text {
    margin-bottom: 20px;
}
.woocommerce-privacy-policy-text p {
	font-size: 12px;
	margin: 15px 0 24px;
	border-style: solid;
	border-width: 1px;
	border-color: var(--styler-gray);
	padding: 15px;
}

.styler-default-type .woocommerce-privacy-policy-text p {
	margin-top: 0;
}

.styler-default-type span.password-input {
	width: 100%;
}

.styler-checkout-review-order-table .styler-checkout-footer-item strong {
	color: var(--styler-black);
}

.checkout.woocommerce-checkout {
	margin-top: 20px;
}
.styler-page-multistep-checkout .checkout.woocommerce-checkout {
    margin-top: 0;
}

.woocommerce-form-login-toggle, .woocommerce-form-coupon-toggle {
    background-color: var(--styler-gray-soft);
    margin-bottom: 0;
    padding: 10px 20px;
    border: 1px solid var(--styler-gray);
    max-width: 450px;
}

.woocommerce-form.woocommerce-form-login.login,
.woocommerce-form-register,
.checkout_coupon.woocommerce-form-coupon {
    max-width: 450px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* thank you page */
.woocommerce-thankyou-order-details {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 15px;
	border: 2px solid var(--styler-gray);
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
	padding: 15px;
	border: 2px solid var(--styler-gray);
	margin-top: 30px;
}

.woocommerce-order-received .woocommerce-order-details address p {
	margin: 0px;
}

.woocommerce-thankyou-order-details li {
	display: inline-flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}

.woocommerce-thankyou-order-details li+li {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px dashed var(--styler-gray);
}

.woocommerce-order-received table.order_details {
	width: 100%;
}

.woocommerce-order-received .woocommerce-order-details tr {
	border-bottom: 1px solid var(--styler-gray);
	line-height: 2.5em;
}

.woocommerce-order-received .woocommerce-order-details tfoot tr:last-child {
	border-bottom: 0;
}
@media (max-width: 480px) {
    .styler-cart-item .styler-product-name {
        width: 100%;
    }
}
