.pei-review-section-box {
	border-radius: 0;
	background: transparent;
	margin-top: 15px;
}

.pei-sidebar-box {
	border: 0 !important;
	border-radius: 0;
	background: transparent;
}

.pei-sidebar-box hr {
	border: 0;
	border-top: 1px solid var(--pei-white-darker-2);
	margin: 10px 0;
}

.pei-sidebar-box h3 {
	font-size: 16px;
	margin: 0 0 10px 0;
	font-weight: 700;
}

.pei-place-order-btn {
	margin-bottom: 10px;
}

.pei-summary-row {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	color: var(--pei-black);
	padding: 3px 0;
}

.pei-total-row {
	font-size: 18px;
	font-weight: 700;
	color: var(--pei-black);
}

.pei-bottom-order-bar {
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
}

.pei-bottom-order-actions {
	width: 100%;
}

.pei-bottom-order-actions .pei-place-order-btn {
	width: 100%;
	margin: 0;
}

.pei-bottom-order-summary {
	width: 100%;
	box-sizing: border-box;
}

.pei-bottom-order-bar .pei-summary-row {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	font-size: 13px;
	color: var(--pei-black);
}

.pei-bottom-order-bar .pei-summary-row > span:first-child {
	min-width: 0;
}

.pei-bottom-order-bar .pei-summary-row > span:last-child {
	flex: 0 0 auto;
	text-align: right;
	white-space: nowrap;
}

.pei-bottom-order-bar .pei-coupon-row span:last-child {
	color: var(--pei-black-lighter-4);
}

.pei-bottom-order-bar .pei-remove-coupon {
	color: var(--pei-accent-color);
	font-size: 11px;
	text-decoration: none;
	margin-left: 5px;
}

.pei-bottom-order-bar .pei-remove-coupon:hover {
	text-decoration: underline;
}

.pei-bottom-order-total {
	font-size: 18px !important;
	font-weight: 700;
	color: var(--pei-black) !important;
	text-align: left;
}

.pei-bottom-order-bar hr {
	margin: 10px 0;
	border-top: 1px solid var(--pei-white-darker-2);
}

.pei-promo-section {
	margin-top: 15px;
}

.pei-promo-box-inner {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 10px;
}

#pei-promo-input {
	height: 36px;
	margin: 0 !important;
	box-sizing: border-box;
	flex: 1;
	max-width: 250px;
	padding: 8px 15px;
	border: 1px solid var(--pei-white-darker-3);
	border-radius: 20px;
	outline: none;
	box-shadow: 0 1px 2px var(--pei-black-transparent) inset;
	font-family: inherit;
	font-size: 14px;
}

#pei-promo-input:focus {
	border-color: var(--pei-accent-color);
	box-shadow: 0 0 0 3px rgba(255, 150, 37, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 2px rgba(15, 17, 17, 0.08) !important
}

.pei-btn-rounded-outline {
	height: 36px;
	margin: 0 !important;
	box-sizing: border-box;
	background: var(--pei-white);
	border: 1px solid var(--pei-white-darker-3);
	border-radius: 20px;
	padding: 0 20px;
	cursor: pointer;
	font-size: 14px;
	color: var(--pei-black);
	box-shadow: 0 2px 5px var(--pei-black-transparent);
	display: flex;
	align-items: center;
	justify-content: center;
}

.pei-btn-rounded-outline:hover {
	background: var(--pei-white-darker-1);
	border-color: var(--pei-white-darker-4);
}

#pei-promo-msg {
	font-size: 12px;
	margin-top: 5px;
	display: none;
}

.pei-review-box {
	display: flex;
	gap: 40px;
}

.pei-review-left {
	width: 60%;
}

.pei-review-right {
	width: 40%;
}

.pei-product-row {
	display: flex;
	gap: 15px;
	margin-bottom: 0;
	background-color: transparent;
	border-radius: 0;
	padding: 24px 0;
	border-bottom: 1px solid var(--pei-white-darker-2);
}

.pei-product-row:first-child {
	padding-top: 0;
}

.pei-product-row:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.pei-product-img img {
	max-width: 80px;
	height: auto;
	border: 1px solid var(--pei-white-darker-2);
	border-radius: 8px;
}

.pei-product-details h4 {
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 5px 0;
}

.pei-price {
	font-size: 14px;
	color: var(--pei-red);
	font-weight: 700;
	margin: 0 0 5px 0;
}

.pei-product-details div.pei-qty-pill {
	display: inline-flex;
	align-items: stretch;
	background: var(--pei-white);
	border: 2px solid var(--pei-accent-color) !important;
	border-radius: 8px;
	margin-top: 8px;
	overflow: hidden;
	box-shadow: 0 2px 5px var(--pei-black-transparent);
}

.pei-qty-btn {
	background: unset;
	border: none;
	padding: 4px 12px;
	cursor: pointer;
	font-size: 16px;
	color: var(--pei-black);
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	line-height: 1;
	margin: 0;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
}

.pei-qty-btn .dashicons-plus::before {
	position: relative;
	top: 1px;
}

.pei-qty-val {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	font-size: 14px;
	font-weight: 700;
	min-width: 30px;
	text-align: center;
}

.pei-shipping-method-label {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	cursor: pointer;
}

.pei-shipping-method-left {
	display: flex;
	align-items: flex-start;
	gap: 5px;
	flex: 1;
}

.pei-shipping-method-left input[type="radio"] {
	flex: 0 0 auto;
	margin: 3px 0 0 0;
}

.pei-shipping-method-left span {
	display: block;
	flex: 1;
}

.pei-shipping-method-price {
	font-weight: 700;
	color: var(--pei-red);
	margin-left: 10px;
	font-size: 13px;
}

.pei-shipping-methods-wrapper #shipping_method {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pei-shipping-method-row {
	list-style: none;
	margin: 0 0 12px 0;
}

.pei-shipping-method-row > input.shipping_method,
.pei-shipping-method-row > input.pei-shipping-method-visual {
	float: left;
	margin: 3px 8px 0 0;
}

.pei-shipping-method-row > label.pei-shipping-method-label {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: calc(100% - 28px);
	cursor: pointer;
}

.pei-shipping-method-title {
	display: block;
	flex: 1;
}

.pei-shipping-method-row::after {
	content: "";
	display: table;
	clear: both;
}

.my_shipper.shipper_name,
.input-text.shipper_note,
.input-text.shipper_number,
#use_my_shipper .shipper_number {
	width: 100% !important;
	max-width: 100% !important;
}

#shipping_method .pei-shipping-method-row > #use_my_shipper {
	display: none !important;
	clear: both;
	margin: 10px 0 0 20px !important;
	width: calc(100% - 28px) !important;
	max-width: calc(100% - 28px) !important;
	border: 1px solid var(--pei-white-darker-2) !important;
	border-radius: 14px !important;
	background: var(--pei-white-darker-1) !important;
	overflow: hidden !important;
	box-sizing: border-box;
}

#shipping_method .pei-shipping-method-row:has(> input.shipping_method:checked) > #use_my_shipper,
#shipping_method .pei-shipping-method-row:has(> input.pei-shipping-method-visual:checked) > #use_my_shipper {
	display: block !important;
}

#shipping_method .pei-shipping-method-row > #use_my_shipper tr {
	font-size: 12px;
}

#shipping_method .pei-shipping-method-row > #use_my_shipper > tbody,
#shipping_method .pei-shipping-method-row > #use_my_shipper tr,
#shipping_method .pei-shipping-method-row > #use_my_shipper th,
#shipping_method .pei-shipping-method-row > #use_my_shipper td {
	display: block !important;
	width: 100% !important;
	box-sizing: border-box;
}

#shipping_method .pei-shipping-method-row > #use_my_shipper th,
#shipping_method .pei-shipping-method-row > #use_my_shipper td {
	padding: 12px 14px !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

#shipping_method .pei-shipping-method-row > #use_my_shipper th {
	border-top: 0 !important;
	border-bottom: 1px solid var(--pei-white-darker-2) !important;
	text-align: left;
}

#shipping_method .pei-shipping-method-row > #use_my_shipper td {
	border-bottom: 0 !important;
}