/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2026 | 08:34:00 */
.neoweb-checkout-form {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	width: 100%;
}

.neoweb-checkout-left {
	flex: 1 1 auto;
	min-width: 0;
}

.neoweb-checkout-right {
	flex: 0 0 465px;
	width: 465px;
	max-width: 465px;
	min-width: 465px;
	margin-top: 47px;
}

.neoweb-checkout-summary {
	position: sticky;
	top: 30px;
	width: 100%;
	box-sizing: border-box;
}

.neoweb-step-block {
	margin-bottom: 24px;
}

.neoweb-step-title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

.neoweb-step-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #173d8f;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
}

.neoweb-step-title h3 {
	margin: 0;
	font-size: 22px;
	line-height: 1.4;
	color: #101117;
	font-weight: 700;
}

.neoweb-step-box,
.neoweb-checkout-summary,
.neoweb-summary-card {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 12px;
	padding: 22px;
	box-sizing: border-box;
}

.neoweb-step-box h4,
.neoweb-summary-card h4 {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 700;
}

.neoweb-simple-review-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}

.neoweb-checkout-summary h3 {
	font-size: 22px;
	line-height: 1.4;
	font-weight: 700;
	margin: 0px;
}

.neoweb-simple-review-edit-cart {
	font-size: 14px;
    text-decoration: underline!important;
    color: #18529e;
}

.neoweb-simple-review-edit-cart:hover {
	opacity: .92;
}

.neoweb-simple-review-items {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.neoweb-simple-review-item {
	display: flex;
	gap: 14px;
	padding: 0 0 16px;
	border-bottom: 1px solid #ececec;
}

.neoweb-simple-review-item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.neoweb-simple-review-item-image {
	flex: 0 0 82px;
	width: 82px;
}

.neoweb-simple-review-item-image img {
	display: block;
	width: 82px;
	height: 82px;
	object-fit: contain;
	border-radius: 8px;
}

.neoweb-simple-review-item-content {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
	justify-content: space-around;
}

.neoweb-simple-review-item-name {
	font-size: 12px;
	line-height: 1.4;
	color: #101117;
	font-weight: 400;
	word-break: break-word;
}

.neoweb-simple-review-item-price {
	font-size: 18px;
	line-height: 1.4;
	color: #101117;
	font-weight: 700;
}

.neoweb-simple-review-item-price .woocommerce-Price-amount {
	font-weight: 700;
}

.neoweb-simple-review-item-price .woocommerce-Price-currencySymbol {
	font-size: 1em;
}

.neoweb-simple-review-totals {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 18px;
	border-top: 1px solid #ececec;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.neoweb-simple-review-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.neoweb-simple-review-label {
	font-size: 14px;
	line-height: 1.5;
	color: #667085;
}

.neoweb-simple-review-value {
	font-size: 14px;
	line-height: 1.5;
	color: #101117;
	font-weight: 500;
	text-align: right;
}

.neoweb-simple-review-value .woocommerce-Price-amount {
	font-weight: 500;
}

.neoweb-simple-review-total {
	margin-top: 4px;
	padding-top: 15px;
	border-top: 1px solid #ececec;
}

.neoweb-simple-review-total .neoweb-simple-review-label,
.neoweb-simple-review-total .neoweb-simple-review-value {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	color: #101117;
}

.neoweb-simple-review-total .woocommerce-Price-amount {
	font-weight: 700;
}

.neoweb-simple-review-tax-note {
	font-size: 12px;
	line-height: 1.4;
	color: #98a2b3;
	text-align: right;
	margin-top: -12px;
}

.neoweb-simple-review-submit button {
	width: 100%;
    background: #0a2747;
    color: #fff;
    border: 1px solid #0a2747;
    border-radius: 100px;
    font-size: 15px;
    min-height: 48px;
}

.neoweb-simple-review-submit button:focus, .neoweb-simple-review-submit button:hover {
	width: 100%;
    background: #0a2747;
    color: #fff;
    border: 1px solid #0a2747;
    border-radius: 100px;
    font-size: 15px;
    min-height: 48px;
	opacity: .92;
}

.neoweb-fields-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.neoweb-field-full {
	grid-column: 1 / -1;
}

.neoweb-field .form-row {
	width: 100%;
	margin: 0;
}

.neoweb-field input,
.neoweb-field select,
.neoweb-field textarea {
	width: 100%;
	height: 48px;
	padding: 0 14px;
	border: 1px solid #cfd4dc;
	border-radius: 12px;
	box-sizing: border-box;
	outline: none !important;
}

.neoweb-field input:focus,
.neoweb-field select:focus,
.neoweb-field textarea:focus {
	border: 1px solid #101117;
}

.neoweb-field-error input,
.neoweb-field-error select,
.neoweb-field-error textarea {
	border-color: #d92d20 !important;
	box-shadow: none !important;
}

.neoweb-checkout-toggles {
	margin-top: 22px;
}

.neoweb-custom-toggle {
	margin: 14px 0 0;
	font-size: 12px;
}

.neoweb-custom-toggle label {
	display: flex !important;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

.neoweb-custom-toggle input[type="checkbox"] {
	width: 18px;
	height: 18px;
	min-width: 18px;
	min-height: 18px;
	margin: 0;
}

.neoweb-custom-toggle label span {
	font-size: 12px;
	line-height: 1.4;
}

.neoweb-shipping-fields,
.neoweb-company-fields {
	margin-top: 14px;
}

.neoweb-step-actions {
	display: flex;
	gap: 12px;
	margin-top: 22px;
}

.neoweb-step-actions .button,
.neoweb-checkout-form #place_order {
	min-height: 52px;
	padding: 14px 24px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #173d8f !important;
	color: #fff !important;
	font-weight: 700;
}

.neoweb-summary-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 10px;
}

.neoweb-summary-card-head h4 {
	margin: 0;
}

.neoweb-edit-step {
	font-size: 14px;
	color: #173d8f;
	text-decoration: underline;
}

.neoweb-summary-eyebrow {
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 600;
	color: #303030;
}

.neoweb-summary-line {
	font-size: 14px;
	line-height: 1.55;
	color: #6d6d6d;
}

.neoweb-checkout-empty {
	padding: 24px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 14px;
}

.neoweb-checkout-summary .shop_table {
	width: 100%;
	border-collapse: collapse;
}

.neoweb-checkout-summary .shop_table td,
.neoweb-checkout-summary .shop_table th {
	padding: 10px 0;
	border-bottom: 1px solid #ececec;
	vertical-align: top;
}

.neoweb-checkout-summary .order-total td,
.neoweb-checkout-summary .order-total th {
	font-size: 24px;
	font-weight: 700;
}

.neoweb-shipping-methods-box ul,
.neoweb-shipping-methods-box li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.neoweb-shipping-methods-box li {
	margin-bottom: 12px;
}

.neoweb-shipping-methods-box label {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: 100%;
}

@media (max-width: 1024px) {
	.neoweb-checkout-form {
		flex-direction: column;
	}

	.neoweb-checkout-right {
		flex: 0 0 auto;
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.neoweb-checkout-summary {
		position: static;
		top: auto;
	}
}

@media (max-width: 767px) {
	.neoweb-fields-grid {
		grid-template-columns: 1fr;
	}
}

.neoweb-shipping-method-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.neoweb-shipping-method-option {
	display: block;
	width: calc(50% - 6px);
	cursor: pointer;
}

.neoweb-shipping-method-option input[type="radio"] {
	display: none;
}

.neoweb-shipping-method-option-inner {
	display: block;
	min-height: 106px;
	padding: 16px 18px;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	background: #fff;
	box-sizing: border-box;
	transition: all 0.2s ease;
	width: 100%;
}

.neoweb-shipping-method-option-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.neoweb-shipping-method-text-wrap {
	display: flex;
	align-items: flex-start;
	gap: 0px;
	flex: 1 1 auto;
	min-width: 0;
	flex-direction: column;
}

.neoweb-shipping-method-radio {
	position: relative;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	border: 1.5px solid #1d1d1d;
	border-radius: 50%;
	margin-top: 2px;
	box-sizing: border-box;
}

.neoweb-shipping-method-text {
	display: block;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 600;
	color: #101117;
}

.neoweb-shipping-method-description {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.45;
	color: #6d6d6d;
	max-width: 80%;
}

.neoweb-shipping-method-price {
	flex: 0 0 auto;
	white-space: nowrap;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 700;
	color: #101117;
	text-align: right;
}

.neoweb-shipping-method-option input[type="radio"]:checked + .neoweb-shipping-method-option-inner {
	border-color: #0a2747;
}

.neoweb-shipping-method-option input[type="radio"]:checked + .neoweb-shipping-method-option-inner .neoweb-shipping-method-radio {
	border-color: #0a2747;
}

.neoweb-shipping-method-option input[type="radio"]:checked + .neoweb-shipping-method-option-inner .neoweb-shipping-method-radio::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	background: #0a2747;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.neoweb-summary-card-content {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.neoweb-summary-block {
	flex: 1 1 calc(50% - 12px);
	min-width: 280px;
}

.neoweb-summary-block + .neoweb-summary-block {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

@media (max-width: 767px) {
	.neoweb-shipping-method-option {
		width: 100%;
	}
}

.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul li {
  margin: 0px 4px;
	border-radius: 100px;
	width: 34px;
	height: 34px;
}

#payment ul.wc_payment_methods {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0;
	padding: 0px!important;
	list-style: none;
	background: white;
	border: none!important;
}

#payment ul.wc_payment_methods:before {
	display: none!important;
}

#payment ul.wc_payment_methods:after {
	display: none!important;
}

#payment ul.wc_payment_methods > li.wc_payment_method {
	width: calc(50% - 6px);
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

#payment ul.wc_payment_methods > li.wc_payment_method > input[type="radio"] {
	display: none;
}

#payment ul.wc_payment_methods > li.wc_payment_method > label {
	display: block;
	min-height: 106px;
	padding: 16px 18px 16px 46px;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	background: #fff;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	transition: all 0.2s ease;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 600;
	color: #101117;
}

#payment ul.wc_payment_methods > li.wc_payment_method > label::before {
	content: "";
	position: absolute;
	top: 18px;
	left: 18px;
	width: 18px;
	height: 18px;
	border: 1.5px solid #1d1d1d;
	border-radius: 50%;
	box-sizing: border-box;
}

#payment ul.wc_payment_methods > li.wc_payment_method > input[type="radio"]:checked + label {
	border-color: #0a2747;
}

#payment ul.wc_payment_methods > li.wc_payment_method > input[type="radio"]:checked + label::before {
	border-color: #0a2747;
}

#payment ul.wc_payment_methods > li.wc_payment_method > input[type="radio"]:checked + label::after {
	content: "";
	position: absolute;
	top: 23px;
	left: 23px;
	width: 8px;
	height: 8px;
	background: #0a2747;
	border-radius: 50%;
}

#payment ul.wc_payment_methods > li.wc_payment_method > label img {
	display: inline-block;
	vertical-align: middle;
	max-height: 22px;
	width: auto;
	margin-left: 8px;
}

#payment ul.wc_payment_methods > li.wc_payment_method .payment_box {
	display: none !important;
}

.neoweb-payment-description {
	display: block;
	width: 100%;
	margin-top: 8px;
	padding-left: 0;
	font-size: 12px;
	line-height: 1.5;
	color: #6d6d6d;
	font-weight: 400;
}

.neoweb-payment-description p {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	color: #6d6d6d;
}

#payment .place-order {
	display: none !important;
}

#payment .woocommerce-terms-and-conditions-wrapper {
	display: none !important;
}

#payment .woocommerce-privacy-policy-text {
	display: none !important;
}

#payment #place_order {
	display: none !important;
}

#payment .form-row.place-order {
	display: none !important;
}

@media (max-width: 767px) {
	#payment ul.wc_payment_methods > li.wc_payment_method {
		width: 100%;
	}
}