/* Page Columns */
#pcint-cart-page .pcint-cart-page-columns {display: flex; position: relative; justify-content: space-between;}
#pcint-cart-page .pcint-cart-page-column-main {position: relative; padding: 30px 0;}
#pcint-cart-page .pcint-cart-page-column-side {position: relative; padding: 30px 0;}
@media (min-width: 1000px) {
#pcint-cart-page .pcint-cart-page-column-main {flex-basis: 65%;}
#pcint-cart-page .pcint-cart-page-column-side {flex-basis: 30%;}
}
@media (max-width: 999.99px) {
#pcint-cart-page .pcint-cart-page-columns {flex-wrap: wrap;}
#pcint-cart-page .pcint-cart-page-column-main {flex-basis: 100%;}
#pcint-cart-page .pcint-cart-page-column-side {flex-basis: 100%;}
}

/* Item Columns */

@media (min-width: 700px) {
#pcint-cart-page .cart-item-column .cart-item-cell {height: 100%; display: flex; flex-direction: column; justify-content: center;}
#pcint-cart-page .cart-item-column2 {display: flex; justify-content: space-between; flex-wrap: nowrap; gap: 30px;}
}
@media (max-width: 699.99px) {
#pcint-cart-page .cart-item-column2 {display: flex; flex-direction: column; justify-content: center; gap: 15px;}
}
@media (min-width: 550px) {
#pcint-cart-page .cart-item-columns {display: flex; flex-wrap: nowrap; gap: 30px;}
#pcint-cart-page .cart-item-column1 {width: 160px; flex-grow: 0; flex-shrink: 0;}
#pcint-cart-page .cart-item-column2 {flex-basis: 100%; flex-grow: 2; flex-shrink: 2;}
}
@media (max-width: 549.99px) {
#pcint-cart-page .cart-item-columns {display: flex; flex-direction: column; gap: 15px;}
}

/* Notice */
#pcint-cart-page .woocommerce-notices-wrapper .woocommerce-message {border-bottom: 1px solid #e5e5e5; background: #ffffff; padding: 10px 25px; font-weight: bold; color: #070f5b; margin-bottom: 20px;}

/* Cart Item */
#pcint-cart-page .pcint-cart-item {border-bottom: 1px solid #e5e5e5; padding: 20px;}
#pcint-cart-page .pcint-cart-item .product-subtotal {font-weight: 600; font-size: 1.2em;}
#pcint-cart-page .product-name a {text-decoration: none; font-weight: 600; font-size: 1.2em;}
#pcint-cart-page .product-item-price {color: #707071; font-size: 0.9em; margin-top: 3px;}
#pcint-cart-page .product-low-stock-message {color: #7abc29; font-weight: 600; margin-top: 15px;}
#pcint-cart-page .product-backorder {color: #7abc29; margin-top: 5px;}
#pcint-cart-page .product-thumbnail img {width: 100%; height: auto; max-width: 200px; display: block; margin: 0 auto;}


/* Addons */
#pcint-cart-page .pcint-addon-wrapper {margin-top: 15px; color: #707071;}
#pcint-cart-page .pcint-addon-wrapper .pcint-addon-title {font-weight: 600;}
#pcint-cart-page .pcint-addon-wrapper ul.pcint-addon-list {padding: 10px 0 10px 15px; margin: 0; font-size: 0.9em; display: none;}
#pcint-cart-page ul.pcint-hidden-list.is-visible {display: block;}


/* Quantity & Remove button columns */
#pcint-cart-page .product-qty-rem-columns {display: flex; gap: 10px; padding-top: 10px;}
#pcint-cart-page .product-qty-rem-column {}
#pcint-cart-page .product-quantity-column {}
#pcint-cart-page .product-remove-column {}

/* Quantity */
#pcint-cart-page .quantity-box {
	display: inline-flex;
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 999px; /* makes it oval */
	overflow: hidden;
	background: #fff;
}

#pcint-cart-page .quantity-box input.qty {
	width: 40px;
	text-align: center;
	border: none;
	outline: none;
	box-shadow: none;
	font-size: 16px;
	-moz-appearance: textfield; /* hide number arrows in Firefox */
}

#pcint-cart-page .quantity-box input.qty::-webkit-outer-spin-button,
#pcint-cart-page .quantity-box input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

#pcint-cart-page .qty-btn {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	background: none;
	border: none;
	cursor: pointer;
	color: #333;
	transition: background 0.2s, color 0.2s;
}

#pcint-cart-page .qty-btn:hover {
	background: #f0f0f0;
	color: #000;
}

#pcint-cart-page .qty-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}




/* Cart Footer (Coupon & Update) */
#pcint-cart-page .cart-footer {padding: 20px; border-bottom: 1px solid #e5e5e5;}
#pcint-cart-page .cart-footer-columns {display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px;}
#pcint-cart-page .cart-footer-column {display: flex; flex-direction: column; justify-content: center;}
#pcint-cart-page .add-coupon-input {
	background: #fafafa;
	border: 1px solid #e5e5e5;
	padding: 5px 10px;
}
#pcint-cart-page .update-cart-button,
#pcint-cart-page .add-coupon-button {
	background: none;
	border: none;
	color: #000000;
	padding: 0;
	font: inherit;
	cursor: pointer;
	font-size: 0.9em;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 6px;
	text-transform: uppercase;
	padding: 10px;
}
#pcint-cart-page .update-cart-button:disabled {
	opacity: 0.3;
	cursor: not-allowed;
}

/* Remove Button */
#pcint-cart-page .product-remove-button a {display: flex; flex-direction: column; justify-content: center; height: 36px; width: 36px; text-decoration: none; border: 1px solid #ccc; border-radius: 99999px; text-align: center; font-size: 16px;}
#pcint-cart-page .product-remove-button a:hover {background: #f0f0f0;}





/* Order Summary */
#pcint-cart-page .order-summary-heading {
	font-size: 24px;
	margin-bottom: 24px;
	font-weight: 500;
}

#pcint-cart-page .order-summary-section {padding-bottom: 20px;}
#pcint-cart-page .order-summary-item {padding: 10px 0; border-bottom: 1px solid #e5e5e5;}
#pcint-cart-page .order-summary-item p {padding: 0; margin: 0;}

#pcint-cart-page .order-summary-item .order-summary-label {font-weight: 600;}
#pcint-cart-page .order-summary-item.order-summary-fullrow .order-summary-info {color: #707071; font-size: 0.9em;}
#pcint-cart-page .order-summary-item.order-summary-fullrow .order-summary-line2 {margin-top: 3px;}

#pcint-cart-page .order-summary-item.order-summary-row { display: flex; justify-content: space-between;}
#pcint-cart-page .order-summary-item.order-summary-row.item-cart-subtotal {padding: 15px 0;}
#pcint-cart-page .order-summary-item.order-summary-row.item-cart-subtotal .order-summary-label {font-weight: 600; font-size: 1.3em;}
#pcint-cart-page .order-summary-item.order-summary-row.item-cart-subtotal .order-summary-info {font-weight: 700; font-size: 1.3em;}


/* Proceed to checkout & quote button */
#pcint-cart-page .wc-proceed-to-checkout a.checkout-button,
#pcint-cart-page .cart-quote-button-container .cartquote-button,
.continue-shopping-button {
	font-size: 1.15em;
	margin: 0 auto 12px auto;
	line-height: 1.2;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	padding: 25px;
	font-weight: 700;
	color: #ffffff;
	border: 0;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
	text-transform: capitalize;
	max-width: 440px;
	width: 100%;
	height: auto;
	display: block;
	border-radius: 9999px;
}
/* Proceed to checkout & quote button */
#pcint-cart-page .wc-proceed-to-checkout a.checkout-button {
	background-color: #7abc29;
}
/* Proceed to checkout & quote button */
#pcint-cart-page .cart-quote-button-container .cartquote-button {
	background-color: #070f5b;
}
#pcint-cart-page .wc-proceed-to-checkout a.checkout-button:hover,
#pcint-cart-page .cart-quote-button-container .cartquote-button:hover,
.continue-shopping-button:hover {
	opacity: 0.8;
	color: #ffffff;
}
.continue-shopping-button {
	background-color: #000000;
}




/******** Checkout ********/



/* Columns */
#pcint-checkout-page .pcint-checkout-page-columns {position: relative;}
#pcint-checkout-page .pcint-checkout-page-column {padding: 30px 0;}
@media (min-width: 1100px) {
#pcint-checkout-page .pcint-checkout-page-columns {display: flex; justify-content: space-between;}
#pcint-checkout-page .pcint-checkout-page-column-main {flex-basis: 65%; position: relative;}
#pcint-checkout-page .pcint-checkout-page-column-side {flex-basis: 30%; position: relative;}
}

#pcint-checkout-page .checkout-side-section {padding-bottom: 50px;}
#pcint-checkout-page .checkout-side-section-heading {font-size: 1.4em; margin: 0 0 24px 0; font-weight: 600;}
#pcint-checkout-page .pcint-order-summary-items {/*max-height: 300px; overflow-y: auto;*/}
#pcint-checkout-page .pcint-order-summary-item {font-size: 0.9em; padding: 15px 20px 15px 0; border-bottom: 1px solid #e5e5e5;}
#pcint-checkout-page .pcint-order-summary-item .product-total {font-weight: 600; margin-top: 5px;}
#pcint-checkout-page .pcint-order-summary-item p {padding: 0; margin: 0;}



/* Addons */
#pcint-checkout-page .pcint-addon-wrapper {margin-top: 10px; color: #707071;}
#pcint-checkout-page .pcint-addon-wrapper .pcint-addon-title {font-weight: 600;}
#pcint-checkout-page .pcint-addon-wrapper ul.pcint-addon-list {padding: 10px 0 10px 15px; margin: 0; font-size: 0.9em; display: none;}
#pcint-checkout-page ul.pcint-hidden-list.is-visible {display: block;}


/* Side Sections */



/* Shipping */
#pcint-checkout-page .checkout-side-section-shipping ul {padding: 0; margin: 0;}
#pcint-checkout-page .checkout-side-section-shipping ul li {padding: 0; margin: 0; list-style-type: none;}
#pcint-checkout-page .checkout-side-section-shipping ul.woocommerce-shipping-methods > li {padding: 10px 0; border-bottom: 1px solid #e5e5e5;}
#pcint-checkout-page .checkout-side-section-shipping ul.woocommerce-shipping-methods > li input.shipping_method {margin: 0 5px 0 0;}
#pcint-checkout-page .checkout-side-section-shipping ul.woocommerce-shipping-methods > li > label {font-weight: 600;}
#pcint-checkout-page .checkout-side-section-shipping ul.woocommerce-shipping-methods li .extra-shipping-options {padding-left: 15px; color: #707071;}
#pcint-checkout-page .checkout-side-section-shipping ul.woocommerce-shipping-methods li .extra-shipping-option {padding-top: 5px;}
#pcint-checkout-page .checkout-side-section-shipping ul.woocommerce-shipping-methods li .extra-shipping-option ul li {padding: 3px 0 0 0;}
#pcint-checkout-page .checkout-side-section-shipping ul.woocommerce-shipping-methods li .extra-shipping-option .weso-shipping-option-text-label {font-weight: 500;}

/* Order Summary */
#pcint-checkout-page .order-summary-section .order-summary-cell {display: flex; flex-direction: column; justify-content: center;}
#pcint-checkout-page .order-summary-item {padding: 10px 0; border-bottom: 1px solid #e5e5e5;}
#pcint-checkout-page .order-summary-item p {padding: 0; margin: 0;}
#pcint-checkout-page .order-summary-item .order-summary-label {font-weight: 600;}
#pcint-checkout-page .order-summary-item .order-summary-info {font-weight: 600;}
#pcint-checkout-page .order-summary-item.order-summary-row { display: flex; justify-content: space-between;}
#pcint-checkout-page .order-summary-item.order-summary-row.item-order-total {padding: 15px 0;}
#pcint-checkout-page .order-summary-item.order-summary-row.item-order-total .order-summary-label {font-weight: 600; font-size: 1.3em;}
#pcint-checkout-page .order-summary-item.order-summary-row.item-order-total .order-summary-info strong .woocommerce-Price-amount {font-weight: 700; font-size: 1.3em; display: block; width: 100%; clear: both; text-align: right;}
#pcint-checkout-page .order-summary-item.order-summary-row.item-order-total .order-summary-info small.includes_tax {display: block; width: 100%; clear: both; text-align: right; font-weight: normal;}

/* Submit Button */
#pcint-checkout-page .order-summary-section .summary-place-order {
	font-size: 1.15em;
	margin: 30px auto 12px auto;
	line-height: 1.2;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	padding: 25px;
	font-weight: 700;
	color: #ffffff;
	background-color: #7abc29;
	border: 0;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
	height: auto;
	display: block;
	border-radius: 9999px;
	max-width: 440px;
}
#pcint-checkout-page .order-summary-section .summary-place-order:hover {
	opacity: 0.8;
}



#pcint-checkout-page .woocommerce-billing-fields__field-wrapper {display: grid; gap: 10px 20px;}
#pcint-checkout-page .woocommerce-billing-fields__field-wrapper p.form-row {position: relative; display: flex; flex-direction: column; padding: 0; margin: 0;}
#pcint-checkout-page .woocommerce-billing-fields__field-wrapper p.form-row label {color: #707071; display: block; margin-bottom: 3px; font-weight: normal; font-size: 0.85em; text-transform: uppercase;}
#pcint-checkout-page .woocommerce-billing-fields__field-wrapper p.form-row .input-text {border: 1px solid #e5e5e5; background: #fafafa; width: 100%; padding: 0 10px; margin: 0; height: 28px; line-height: 28px; border-radius: 12px;}
#pcint-checkout-page .woocommerce-billing-fields__field-wrapper p.form-row .select2-selection--single {border: 1px solid #e5e5e5; background: #fafafa; border-radius: 12px; width: 100%;}
#pcint-checkout-page .woocommerce-billing-fields__field-wrapper p.form-row .select2-selection--single .select2-selection__rendered {padding: 0 10px;}
#pcint-checkout-page .woocommerce-shipping-fields__field-wrapper {display: grid; gap: 10px 20px;}
#pcint-checkout-page .woocommerce-shipping-fields__field-wrapper p.form-row {position: relative; display: flex; flex-direction: column; padding: 0; margin: 0;}
#pcint-checkout-page .woocommerce-shipping-fields__field-wrapper p.form-row label {color: #707071; display: block; margin-bottom: 3px; font-weight: normal; font-size: 0.85em; text-transform: uppercase;}
#pcint-checkout-page .woocommerce-shipping-fields__field-wrapper p.form-row .input-text {border: 1px solid #e5e5e5; background: #fafafa; width: 100%; padding: 0 10px; margin: 0; height: 28px; line-height: 28px; border-radius: 12px;}
#pcint-checkout-page .woocommerce-shipping-fields__field-wrapper p.form-row .select2-selection--single {border: 1px solid #e5e5e5; background: #fafafa; border-radius: 12px; width: 100%;}
#pcint-checkout-page .woocommerce-shipping-fields__field-wrapper p.form-row .select2-selection--single .select2-selection__rendered {padding: 0 10px;}

#order_comments_field label {color: #707071; display: block; margin-bottom: 3px; font-weight: normal; font-size: 0.85em; text-transform: uppercase;}
#order_comments_field textarea {border: 1px solid #e5e5e5; background: #fafafa; width: 100%; padding: 7px 10px; margin: 0; font-family: inherit; font-size: 1em; color: #000000; border-radius: 20px;}
#pcint-checkout-page .checkout-inline-error-message {color: red; padding: 0; margin: 2px 0 0 0; font-size: 0.8em;}

@media (min-width: 1000px) {
	#pcint-checkout-page .woocommerce-billing-fields__field-wrapper {grid-template-columns: 1fr 1fr 1fr}
	#pcint-checkout-page .woocommerce-shipping-fields__field-wrapper {grid-template-columns: 1fr 1fr 1fr;}
}
@media (min-width: 630px) and (max-width: 999.99px) {
	#pcint-checkout-page .woocommerce-billing-fields__field-wrapper {grid-template-columns: 1fr 1fr;}
	#pcint-checkout-page .woocommerce-shipping-fields__field-wrapper {grid-template-columns: 1fr 1fr;}
}
@media (max-width: 629.99px) {
	#pcint-checkout-page .woocommerce-billing-fields__field-wrapper {}
	#pcint-checkout-page .woocommerce-shipping-fields__field-wrapper {}
}






#pcint-checkout-payments {
	padding-top: 40px;
}

#pcint-checkout-payments .pcint-checkout-payments-header .checkout-page-section-heading {font-size: 1.4em; margin: 0; font-weight: 500;}
#pcint-checkout-payments .pcint-checkout-payments-header p {
	display: block;
	margin-bottom: 3px;
	font-weight: normal;
	font-size: 0.85em;
}
#pcint-checkout-payments .pcint-checkout-payments-methods ul.wc_payment_methods {
	padding: 0;
	margin: 20px 0;
	border-top: 1px solid #e5e5e5;
}
#pcint-checkout-payments .pcint-checkout-payments-methods ul.wc_payment_methods li.wc_payment_method {
	padding: 20px 0;
	margin: 0;
	list-style-type: none;
	border-bottom: 1px solid #e5e5e5;
}
#pcint-checkout-page .wc_payment_method .payment_icon img {width: auto; max-height: 40px; margin-top: 10px;}
#pcint-checkout-page .wc_payment_method .payment_box {color: #707071; font-weight: normal; font-size: 0.85em;}


#pcint-checkout-footer {padding: 30px; text-align: center; max-width: 600px; margin: 0 auto;}
#pcint-checkout-footer p {padding: 0; margin: 0;}
#pcint-checkout-payments .woocommerce-privacy-policy-text {
	color: #707071;
	display: block;
	font-weight: normal;
	font-size: 0.85em;
}
#place_order {
	background: none;
	border: none;
	color: #707071;
	padding: 0;
	font: inherit;
	font-weight: inherit;
	font-size: inherit;
	cursor: pointer;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: underline;
	text-underline-offset: 6px;
	text-transform: uppercase;
	margin: 0;
}



/* Hide default radio button */
#pcint-checkout-page input[type="radio"] {
  appearance: none;
  -webkit-appearance: none; /* For Safari */
  margin: 0; /* Remove default margin */
}

/* Style the custom radio button */
#pcint-checkout-page input[type="radio"] + label::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #333;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
  cursor: pointer;
}

/* Style the checked state */
#pcint-checkout-page input[type="radio"]:checked + label::before {
  background-color: #7abc29; /* Example: Blue when checked */
  border-color: #7abc29;
  box-shadow: inset 0 0 0 4px white; /* Inner circle effect */
}

/* Style the checked state */
#pcint-checkout-page input[type="radio"]:hover + label::before {
  background-color: #7abc29; /* Example: Blue when checked */
  border-color: #7abc29;
  box-shadow: inset 0 0 0 4px white; /* Inner circle effect */
}



/**
 * CSS for cart quote button
 */
#dpc-cartquote-button-wrap {
	text-align: right;
}


/*---------- Form Styles ----------*/

/* Basics */
.cartquote-popup-form {margin: 0 !important; padding: 0 !important;}
.cartquote-popup-form .wpforms-field {margin: 0 0 15px 0 !important; padding: 0 !important;}
.cartquote-popup-form .wpforms-field-row {max-width: 100% !important;}

/* Content Field */
.cartquote-popup-form .wpforms-field-content {margin: 0 !important;  padding: 0 !important;}
.cartquote-popup-form .wpforms-field-content h4 {color: #080f5b !important; margin: 0 0 15px 0 !important;  padding: 0 !important;}
.cartquote-popup-form .wpforms-field-content p {margin: 0 0 15px 0 !important;  padding: 0 !important;}

/* Text Fields */
.cartquote-popup-form input.wpforms-field-medium {max-width: 100% !important; background: #f2f2f2 !important;}

/* Label */
.cartquote-popup-form label.wpforms-field-label {margin: 0 0 5px 0 !important;}

/* Submit */
.cartquote-popup-form .wpforms-submit-container {margin: 0 !important; padding: 10px 0 0 0;}
.cartquote-popup-form .wpforms-submit-container .wpforms-submit {background: #080f5b !important; font-size: 16px !important; line-height: 1 !important; font-weight: 600 !important; height: auto !important; padding: 12px 25px !important; margin: 0 !important;}







