/* One Page Checkout */

.wcopc {
	margin-bottom: 40px;
}

.wcopc #opc-product-selection {
	display: inline-block;
	width: 100%;
}

.wcopc label,
.wcopc .opc-product-quantity .price .woocommerce-Price-amount,
.wcopc .opc-product-quantity .quantity input,
.wcopc .opc-product-quantity .single_add_to_cart_button {
	font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.woocommerce.wcopc-product-single .wcopc .product-item .single_add_to_cart_button {
	min-height: 34px;
}

.wcopc .variations label {
	color: #000;
}

.marlboro-wcopc-selection .marlboro-wcopc-selection--title,
.wcopc .section-title {
	font-size: 15px!important;
    font-weight: 400;
	font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", sans-serif;
    color: #770029;
    letter-spacing: 4px;
    text-align: center;
	text-transform: uppercase;
	margin-top: 40px!important;
    margin-bottom: 20px!important;
    position: relative;
	display: inline-block;
}
.marlboro-wcopc-selection .marlboro-wcopc-selection--title::after,
.wcopc .section-title::after {
    content: "";
    display: block;
    width: 100%;               /* Adjust to control the underline width */
    height: 2px;               /* Adjust for underline thickness */
    background-color: #770029; /* Same as text color */
    margin: 8px auto 0;
}

.marlboro-wcopc-selection .quantity::after,
.marlboro-wcopc-selection .quantity::before {
	display: none;
}

.woocommerce .opc_order_review table.shop_table {
	border: 1px solid #d0d0d0;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
.woocommerce .opc_order_review table.shop_table th,
.woocommerce .opc_order_review table.shop_table td { 
	padding: 10px 25px; 
	font-size: 14px !important;
}

.woocommerce #order_review .opc_cart_item td.product-name {
	padding-left: 40px;
	min-width: 75%;
}
.woocommerce #order_review .opc_cart_item a.remove { margin-right: 5px; }
.woocommerce .opc_order_review table.shop_table th.product-total,
.woocommerce .opc_order_review table.shop_table td.product-total,
.woocommerce .opc_order_review table.shop_table tfoot td { text-align: right; }
.woocommerce .wcopc #payment h5 { margin-bottom: 0.5em; }
.woocommerce .wcopc #payment .text-right { text-align: left !important; }
.woocommerce .wcopc #payment #place_order { float: none; }
.woocommerce .wcopc #payment .checkout-button, .woocommerce .wcopc #subscribe_to_newsletter_field { display: none; }
.gravity-custom-form .wcopc input[type="text"], .gravity-custom-form .wcopc input[type="email"],
.gravity-custom-form .wcopc textarea, .gravity-custom-form .wcopc p { font-size: 1rem; }
.donation-selection {
	display: flex;
	margin-top: 15px;
	justify-content: center;
}
.donation-selection li {
	cursor: pointer;
	background: #f7f7f7;
	color: #000;
	border: 1px solid #e8e8e8;
	text-align: center;
	display: inline-block;
	margin-bottom: 1rem;
	margin-right: 10px;
	flex: 1;
	max-width: 100px;
}
.donation-selection li:last-child { margin-right: 0; }
.donation-selection li.selected {
	background: #000;
	color: #fff;
	border-color: #000;
}
.donation-selection li label {
	cursor: pointer;
	font-weight: normal;
	font: 16px "Nunito Sans", sans-serif;
	margin-bottom: 0;
	padding: 10px;
	height: 100%;
}
.donation-selection li.selected label { color: #fff; }
.donation-selection li label input {
	visibility: hidden;
	position: absolute;
}
.content-hero__act .nyp {
	display: none;
	margin-bottom: 1rem;
	font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", sans-serif;
}
.content-hero__act .nyp input {
	margin-left: 10px;
	padding: 5px 10px;
}

.woocommerce .wcopc .opc-product-quantity .quantity::before,
.woocommerce .wcopc .opc-product-quantity .quantity::after,
.woocommerce .wcopc #order_review .quantity::before,
.woocommerce .wcopc #order_review .quantity::after {
	display: none;
}

.marlboro-wcopc-selection .single_add_to_cart_button,
.wcopc #place_order,
.woocommerce.wcopc-product-single .wcopc .product-item .single_add_to_cart_button {
	background-color: #770029;
	color: #fff;
	font-size: 14px;
}

.wcopc .opc-product-quantity .price .woocommerce-Price-amount {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.wcopc .opc-product-quantity .quantity {
	padding: 0px;
	margin: 0px;
}
.wcopc .opc-product-quantity .quantity input {
	display: block;
    width: 60px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.wcopc .opc-product-quantity .single_add_to_cart_button {
	width: 100%;
}

/* a next to button. */
button.single_add_to_cart_button + a.opc-complete-order {
	display: none;
}

.wcopc #payment {
	background: none;
}

.wcopc .wc_payment_methods {
	padding: 0!important;
	border-bottom: none!important;
}

.wcopc .wcopc-text-center {
	text-align: center;
}

.wcopc #payment .section-title {
	margin-bottom: 40px!important;
}

.wcopc .proceed-area {
	margin-top: 40px;
}

/*Add Style*/
.opc-product-quantity .row {
	display: flex;
	gap: 16px;
}

.opc-product-quantity .row > div {
 	margin-left: -8px;
}

/* .opc-product-quantity .row > div {
	padding-right: 0;
	padding-left: 0;
	width: auto;
} */

.opc-product-quantity .selected .wc-south {
	font-size: 14px;
}

.woocommerce-checkout #payment .wc_payment_method--custom .payment_box {
	background-color: #f7f7f7;
}

.woocommerce-checkout #payment .wc_payment_method--custom .payment_box::before {
	border-bottom-color: #f7f7f7;
}

.woocommerce-checkout-review-order-table .cart_item td.product-name, 
.order-item-table td.product-name {
	font-weight: 400;
}

.wcopc .woocommerce-form-coupon-toggle {
	display: none;
}

table.variations .reset_variations {
	display: inline-block;
	font-size: 12px;
	opacity: 0.8;
}

table.variations {
	margin-bottom: 8px;
}