/* ================================================================
   RIZA Store — WooCommerce RTL Overrides
   ================================================================ */

/* General RTL reset for WooCommerce */
.woocommerce,
.woocommerce-page,
.woocommerce *,
.woocommerce-page * {
	direction: rtl;
	text-align: right;
}

/* Product loop: fix float for RTL */
.woocommerce ul.products li.product {
	float: right !important;
	clear: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/* Breadcrumb */
.woocommerce .woocommerce-breadcrumb {
	direction: rtl;
	float: none;
}

/* Sidebar */
.woocommerce-page .woocommerce-sidebar {
	float: right !important;
}

.woocommerce-page .woocommerce-content {
	float: left !important;
}

/* Product gallery — swap float */
.woocommerce div.product .woocommerce-product-gallery {
	float: right !important;
	margin-left: 3.8em !important;
	margin-right: 0 !important;
}

.woocommerce div.product div.summary {
	float: left !important;
}

/* Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	float: right !important;
	border-radius: 10px 0 0 0 !important;
}

/* Cart */
.woocommerce table.cart td.actions {
	text-align: right !important;
}

.woocommerce table.cart td.actions .coupon {
	float: right !important;
}

.woocommerce table.cart td.actions button[name="update_cart"] {
	float: left !important;
}

/* Cart totals */
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: right !important;
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
	float: left !important;
}

/* Checkout */
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
	float: right !important;
}

.woocommerce form .form-row {
	direction: rtl;
}

.woocommerce form .form-row label {
	text-align: right !important;
}

.woocommerce #order_review_heading,
.woocommerce #order_review {
	float: left !important;
	clear: none !important;
}

/* Pagination */
.woocommerce nav.woocommerce-pagination {
	text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
	direction: rtl;
}

/* Notices */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	direction: rtl;
	text-align: right;
}

.woocommerce-message::before,
.woocommerce-info::before {
	float: right !important;
	margin-left: 1em !important;
	margin-right: 0 !important;
}

.woocommerce-message .button {
	float: left !important;
}

/* Rating stars */
.woocommerce .star-rating {
	float: right !important;
	direction: rtl;
}

/* Product meta */
.woocommerce div.product .product_meta {
	direction: rtl;
	text-align: right;
}

/* Select2 RTL */
.select2-container .select2-selection--single .select2-selection__rendered {
	text-align: right !important;
	padding-right: 8px !important;
}

/* Mini cart */
.widget_shopping_cart .cart_list li {
	padding-right: 2.5em !important;
	padding-left: 0 !important;
}

.widget_shopping_cart .cart_list li a.remove {
	right: 0 !important;
	left: auto !important;
}

/* Payment methods */
.woocommerce-checkout #payment ul.payment_methods li {
	direction: rtl;
	text-align: right;
}

.woocommerce-checkout #payment ul.payment_methods li input[type="radio"] {
	margin-left: 8px !important;
	margin-right: 0 !important;
}

/* Quantity input */
.woocommerce .quantity {
	direction: ltr;
	display: inline-flex !important;
}

/* Price alignment */
.woocommerce-Price-amount {
	direction: rtl;
	display: inline-block;
}

/* Fix sale badge position for RTL */
.woocommerce span.onsale {
	right: auto !important;
	left: 10px !important;
}

/* Related / upsell products */
.woocommerce .related,
.woocommerce .up-sells,
.woocommerce .cross-sells {
	clear: both;
	direction: rtl;
}

/* Reviews */
.woocommerce #reviews #comments ol.commentlist li {
	direction: rtl;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin-right: 80px !important;
	margin-left: 0 !important;
	direction: rtl;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	float: right !important;
	right: 0 !important;
	left: auto !important;
}

/* ── Cart badge hidden state ── */
.badge.js-cart-badge.hidden {
	display: none !important;
}

/* ── Checkout RTL fixes (woocommerce-general is loaded; we only fix direction) ── */
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout #order_review {
	direction: rtl;
	text-align: right;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
	direction: rtl;
	width: 100%;
}

/* Shipping packages */
.woocommerce-shipping-totals.shipping td .woocommerce-shipping-methods {
	direction: rtl;
	text-align: right;
}

.woocommerce-checkout #payment {
	direction: rtl;
	text-align: right;
	border-radius: 8px;
}

.woocommerce-checkout #payment ul.payment_methods {
	border-radius: 8px 8px 0 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
	direction: rtl;
	text-align: right;
}

.woocommerce-checkout #payment ul.payment_methods label {
	display: inline;
}

.woocommerce-checkout #payment div.payment_box {
	direction: rtl;
	text-align: right;
}

/* Place order button */
.woocommerce #payment #place_order {
	float: none !important;
	width: 100%;
	margin-top: 16px;
	padding: 16px;
	font-size: 16px;
	font-weight: 700;
	background: #000;
	color: #fff;
	border: none;
	border-radius: 8px;
	cursor: pointer;
}

.woocommerce #payment #place_order:hover {
	background: #1a1a1a;
}

/* Checkout columns layout */
@media (min-width: 769px) {
	.woocommerce-checkout #customer_details {
		float: right !important;
		width: 58% !important;
	}
	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout #order_review {
		float: left !important;
		width: 38% !important;
		clear: none !important;
	}
}

/* Select2 in checkout */
.woocommerce-checkout .select2-container {
	width: 100% !important;
}

/* Coupon toggle */
.woocommerce-checkout .woocommerce-form-coupon-toggle {
	direction: rtl;
	text-align: right;
}

/* Shipping method radio labels */
.woocommerce-shipping-methods li {
	list-style: none;
	direction: rtl;
	text-align: right;
	margin-bottom: 8px;
}

.woocommerce-shipping-methods li input[type="radio"] {
	margin-left: 8px;
	margin-right: 0;
}

/* WC notices */
.woocommerce-NoticeGroup .woocommerce-error,
.woocommerce-NoticeGroup .woocommerce-message,
.woocommerce-NoticeGroup .woocommerce-info {
	direction: rtl;
	text-align: right;
	list-style: none;
	padding-right: 3.5em;
	padding-left: 1em;
}

/* ════════════════════════════════════════════════════════════════
   PREMIUM CHECKOUT — riza-checkout-page
   ════════════════════════════════════════════════════════════════ */
.riza-checkout-page {
	background: #fafafa;
	min-height: 100vh;
	padding: 0 0 80px;
}

/* ── Header ── */
.rco-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 0 24px;
	border-bottom: 1px solid #e5e7eb;
	margin-bottom: 32px;
}

.rco-back {
	color: #555;
	font-size: 14px;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 6px;
	transition: color .2s;
}
.rco-back:hover { color: #000; }

.rco-steps {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
}
.rco-step { color: #aaa; display: flex; align-items: center; gap: 4px; }
.rco-step.done { color: #16a34a; }
.rco-step.active { color: #000; font-weight: 600; }
.rco-step.muted { color: #bbb; }
.rco-step-arrow { color: #ddd; font-size: 10px; }

/* ── Layout ── */
.rco-layout {
	display: flex;
	gap: 32px;
	align-items: flex-start;
}

.rco-main {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.rco-sidebar {
	flex: 0 0 360px;
	position: sticky;
	top: 90px;
}

/* ── Section cards ── */
.rco-section {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	overflow: hidden;
}

.rco-section-head {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px 24px;
	border-bottom: 1px solid #f0f0f0;
	background: #fafafa;
}
.rco-section-num {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 700;
	flex-shrink: 0;
}
.rco-section-head h2 {
	font-size: 17px;
	font-weight: 700;
	margin: 0;
	color: #111;
}
.rco-section-body { padding: 24px; }

/* WooCommerce billing/shipping field overrides inside sections */
.rco-section-body .woocommerce-billing-fields,
.rco-section-body .woocommerce-shipping-fields {
	direction: rtl;
}
.rco-section-body .form-row {
	margin-bottom: 16px;
}
.rco-section-body .form-row label {
	font-size: 13px;
	font-weight: 600;
	color: #333;
	margin-bottom: 6px;
	display: block;
}
.rco-section-body .form-row input,
.rco-section-body .form-row select,
.rco-section-body .form-row textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1.5px solid #e0e0e0;
	border-radius: 10px;
	font-size: 14px;
	font-family: inherit;
	direction: rtl;
	transition: border-color .2s;
	box-sizing: border-box;
}
.rco-section-body .form-row input:focus,
.rco-section-body .form-row select:focus {
	outline: none;
	border-color: #000;
}
.rco-section-body .select2-container .select2-selection {
	height: 46px;
	border: 1.5px solid #e0e0e0;
	border-radius: 10px;
	direction: rtl;
}
.rco-section-body .select2-container .select2-selection__rendered {
	line-height: 44px;
	padding-right: 14px;
}

/* ── Shipping options ── */
.rco-shipping-methods { display: flex; flex-direction: column; gap: 10px; }
.rco-ship-option {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px 18px;
	border: 1.5px solid #e0e0e0;
	border-radius: 12px;
	cursor: pointer;
	transition: border-color .2s, background .2s;
}
.rco-ship-option:hover { border-color: #000; }
.rco-ship-option.selected,
.rco-ship-option input:checked ~ .rco-ship-radio { border-color: #000; }
.rco-ship-option.selected { background: #fafafa; border-color: #000; }
.rco-ship-option input[type="radio"] { display: none; }
.rco-ship-radio {
	width: 20px; height: 20px;
	border: 2px solid #ccc;
	border-radius: 50%;
	flex-shrink: 0;
	position: relative;
	transition: border-color .2s;
}
.rco-ship-option.selected .rco-ship-radio,
.rco-ship-option input:checked + .rco-ship-radio {
	border-color: #000;
}
.rco-ship-option.selected .rco-ship-radio::after {
	content: '';
	position: absolute;
	top: 3px; left: 3px;
	width: 10px; height: 10px;
	border-radius: 50%;
	background: #000;
}
.rco-ship-info { flex: 1; }
.rco-ship-name { font-size: 15px; font-weight: 600; color: #111; display: block; }
.rco-ship-sub  { font-size: 12px; color: #888; margin-top: 2px; display: block; }
.rco-ship-price { font-size: 15px; font-weight: 700; color: #111; white-space: nowrap; }
.rco-ship-price .free-ship { color: #16a34a; }
.rco-no-shipping {
	background: #fff7ed;
	border: 1px solid #fed7aa;
	border-radius: 10px;
	padding: 16px;
	color: #9a3412;
	font-size: 14px;
	direction: rtl;
}

/* Payment section — override WC defaults to match theme */
.rco-section-body #payment {
	background: transparent;
	border: none;
	padding: 0;
}
.rco-section-body #payment ul.payment_methods {
	list-style: none;
	padding: 0; margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.rco-section-body #payment ul.payment_methods li {
	border: 1.5px solid #e0e0e0;
	border-radius: 12px;
	padding: 0;
	overflow: hidden;
	transition: border-color .2s;
}
.rco-section-body #payment ul.payment_methods li.payment_method_active { border-color: #000; }
.rco-section-body #payment ul.payment_methods li label {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 18px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
}
.rco-section-body #payment ul.payment_methods li label img {
	max-height: 28px;
	width: auto;
}
.rco-section-body #payment div.payment_box {
	background: #f9fafb;
	border-top: 1px solid #f0f0f0;
	padding: 16px 18px;
	font-size: 13px;
	color: #555;
	direction: rtl;
}
.rco-section-body #payment .woocommerce-terms-and-conditions-wrapper {
	padding: 16px 0 0;
	font-size: 13px;
	direction: rtl;
}
.rco-section-body #payment #place_order {
	width: 100%;
	margin-top: 20px;
	padding: 18px;
	font-size: 17px;
	font-weight: 700;
	background: #000;
	color: #fff;
	border: none;
	border-radius: 14px;
	cursor: pointer;
	letter-spacing: .3px;
	transition: background .2s, transform .15s;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.rco-section-body #payment #place_order:hover { background: #1a1a1a; transform: translateY(-1px); }
.rco-section-body #payment #place_order::before { content: '\f023'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }

/* ── Sidebar summary ── */
.rco-summary {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	overflow: hidden;
}
.rco-summary-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 20px;
	border-bottom: 1px solid #f0f0f0;
	background: #fafafa;
}
.rco-summary-head h3 { margin: 0; font-size: 16px; font-weight: 700; }
.rco-summary-count {
	background: #000;
	color: #fff;
	border-radius: 20px;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: 600;
}
.rco-summary-items {
	padding: 16px 20px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	max-height: 280px;
	overflow-y: auto;
}
.rco-item {
	display: flex;
	align-items: center;
	gap: 12px;
}
.rco-item-img-wrap { position: relative; flex-shrink: 0; }
.rco-item-img-wrap img {
	width: 56px;
	height: 56px;
	object-fit: cover;
	border-radius: 8px;
	border: 1px solid #f0f0f0;
}
.rco-item-qty {
	position: absolute;
	top: -6px;
	left: -6px;
	width: 20px; height: 20px;
	border-radius: 50%;
	background: #555;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rco-item-info { flex: 1; min-width: 0; }
.rco-item-name { font-size: 13px; font-weight: 600; color: #111; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rco-item-var  { font-size: 11px; color: #888; margin-top: 2px; display: block; }
.rco-item-price { font-size: 14px; font-weight: 700; color: #111; white-space: nowrap; }

/* Coupon */
.rco-coupon {
	padding: 14px 20px;
	border-top: 1px solid #f5f5f5;
}
.rco-coupon-form {
	display: flex;
	gap: 8px;
}
.rco-coupon-form input {
	flex: 1;
	padding: 10px 12px;
	border: 1.5px solid #e0e0e0;
	border-radius: 8px;
	font-size: 13px;
	direction: rtl;
}
.rco-coupon-form input:focus { outline: none; border-color: #000; }
.rco-coupon-btn {
	padding: 10px 16px;
	background: #f0f0f0;
	border: none;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
}
.rco-coupon-btn:hover { background: #000; color: #fff; }
.rco-coupon-applied {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 8px;
	font-size: 13px;
	color: #16a34a;
}
.text-green { color: #16a34a; }

/* Totals */
.rco-totals {
	padding: 14px 20px;
	border-top: 1px solid #f0f0f0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.rco-total-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #555;
}
.rco-total-grand {
	border-top: 1.5px solid #e0e0e0;
	padding-top: 12px;
	font-size: 17px;
	font-weight: 700;
	color: #000;
}
.rco-vat-note { font-size: 11px; color: #aaa; margin: 0; }

/* Trust */
.rco-trust {
	padding: 14px 20px;
	border-top: 1px solid #f0f0f0;
	display: flex;
	justify-content: space-around;
	font-size: 11px;
	color: #888;
}
.rco-trust span { display: flex; align-items: center; gap: 4px; }
.rco-trust i { color: #555; }

/* ── Responsive ── */
@media (max-width: 900px) {
	.rco-layout { flex-direction: column-reverse; gap: 20px; }
	.rco-sidebar { position: static; flex: none; width: 100%; }
	.rco-header { flex-wrap: wrap; gap: 12px; }
	.rco-steps { order: 3; width: 100%; justify-content: center; }
}

/* ════════════════════════════════════════════════════════════════
   PREMIUM THANK YOU PAGE — riza-thankyou-page
   ════════════════════════════════════════════════════════════════ */
.riza-thankyou-page {
	background: #fafafa;
	min-height: 100vh;
	padding: 0 0 80px;
}
.riza-thankyou-page .riza-container { max-width: 780px; }

/* ── Hero ── */
.rty-hero {
	text-align: center;
	padding: 48px 24px 40px;
	margin: 32px 0;
	background: #fff;
	border-radius: 20px;
	border: 1px solid #e5e7eb;
}
.rty-hero.success, .rty-hero.info { border-top: 4px solid #16a34a; }
.rty-hero.warning { border-top: 4px solid #f59e0b; }
.rty-hero.error { border-top: 4px solid #dc2626; }

.rty-hero h1 { font-size: 28px; font-weight: 800; margin: 16px 0 8px; color: #111; }
.rty-sub { font-size: 15px; color: #666; margin: 0; }

/* SVG checkmark animation */
.rty-checkmark { width: 80px; height: 80px; margin: 0 auto; }
.rty-check-svg { width: 80px; height: 80px; }
.rty-check-circle {
	stroke: #16a34a;
	stroke-width: 2;
	stroke-dasharray: 166;
	stroke-dashoffset: 166;
	animation: rty-circle .6s ease forwards;
}
.rty-check-tick {
	stroke: #16a34a;
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 48;
	stroke-dashoffset: 48;
	animation: rty-tick .4s .5s ease forwards;
}
@keyframes rty-circle { to { stroke-dashoffset: 0; } }
@keyframes rty-tick   { to { stroke-dashoffset: 0; } }

.rty-hero-icon { font-size: 64px; color: #16a34a; margin-bottom: 12px; }
.rty-hero-icon.error { color: #dc2626; }

/* ── Meta grid ── */
.rty-meta-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-bottom: 20px;
}
.rty-meta-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 18px 16px;
	display: flex;
	align-items: center;
	gap: 14px;
}
.rty-meta-card > i { font-size: 22px; color: #333; }
.rty-meta-label { display: block; font-size: 12px; color: #888; margin-bottom: 2px; }
.rty-meta-card strong { font-size: 16px; color: #111; }
.rty-status-success { color: #16a34a; }
.rty-status-info    { color: #0ea5e9; }
.rty-status-warning { color: #f59e0b; }
.rty-status-error   { color: #dc2626; }

/* ── Box ── */
.rty-box {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 16px;
}
.rty-box-head {
	padding: 16px 20px;
	border-bottom: 1px solid #f0f0f0;
	background: #fafafa;
}
.rty-box-head h3 { margin: 0; font-size: 16px; font-weight: 700; display: flex; align-items: center; gap: 8px; }

/* ── Items ── */
.rty-items { padding: 8px 20px; }
.rty-item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px solid #f5f5f5;
}
.rty-item:last-child { border-bottom: none; }
.rty-item-img img {
	width: 60px; height: 60px;
	object-fit: cover;
	border-radius: 10px;
	border: 1px solid #f0f0f0;
}
.rty-img-placeholder {
	width: 60px; height: 60px;
	border-radius: 10px;
	background: #f5f5f5;
	display: flex; align-items: center; justify-content: center;
	color: #aaa; font-size: 22px;
}
.rty-item-info { flex: 1; min-width: 0; }
.rty-item-name { font-size: 14px; font-weight: 600; color: #111; display: block; }
.rty-item-var  { font-size: 12px; color: #888; display: block; margin-top: 2px; }
.rty-item-qty  { font-size: 12px; color: #aaa; display: block; margin-top: 2px; }
.rty-item-price { font-size: 14px; font-weight: 700; white-space: nowrap; }

/* ── Totals ── */
.rty-totals {
	padding: 16px 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-top: 1px solid #f0f0f0;
}
.rty-total-row {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #555;
}
.rty-total-row.grand {
	font-size: 18px;
	font-weight: 800;
	color: #000;
	border-top: 1.5px solid #e0e0e0;
	padding-top: 12px;
}
.rty-total-row.discount { color: #16a34a; }

/* ── Info grid ── */
.rty-info-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 16px;
}
.rty-info-box .rty-box-head { padding: 14px 18px; }
.rty-info-box address,
.rty-info-box p {
	padding: 16px 18px;
	margin: 0;
	font-size: 14px;
	color: #444;
	line-height: 1.7;
	font-style: normal;
	direction: rtl;
}

/* ── Actions ── */
.rty-actions {
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 24px;
}
.rty-btn-primary {
	padding: 16px 36px;
	background: #000;
	color: #fff;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: background .2s, transform .15s;
}
.rty-btn-primary:hover { background: #222; color: #fff; transform: translateY(-1px); }
.rty-btn-secondary {
	padding: 16px 36px;
	background: #f0f0f0;
	color: #111;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: background .2s;
}
.rty-btn-secondary:hover { background: #e0e0e0; color: #000; }

/* ── Responsive ── */
@media (max-width: 600px) {
	.rty-meta-grid { grid-template-columns: 1fr 1fr; }
	.rty-info-grid  { grid-template-columns: 1fr; }
	.rty-actions    { flex-direction: column; align-items: center; }
}

/* ── WooCommerce override: remove default payment box border on checkout ── */
.rco-section-body #payment {
	border-top: none;
	border-radius: 0;
	background: transparent;
}
.rco-section-body #payment ul.payment_methods {
	border-bottom: none;
}

/* Shipping method radio update via JS */
.rco-ship-option input:checked ~ .rco-ship-radio::after {
	content: '';
	position: absolute;
	top: 3px; left: 3px;
	width: 10px; height: 10px;
	border-radius: 50%;
	background: #000;
}
.rco-ship-option input:checked ~ .rco-ship-radio {
	border-color: #000;
}
