/**
 * Shop MPVent Plugin Styles
 * Custom styling for product options, cart, and checkout
 */

/* ==========================================================================
   Product Options Styles
   ========================================================================== */
/*
body .debug.d-none,
body .nyp,
body .wapf {
	display:block !important;
   }
*/
.composite_price {
	display:none !important;
}
.debug.d-none,
#component_1695618144,
#component_1695617875,
#component_1717647094, 
#component_1717647159, 
.nyp,
.wapf {
	border:solid 2px #fce3fc;
	background-color: #fce3fc;
}
.bundle_form li:not(:first-child),
.bundle_form li:first-child .bundled_product_title,
.bundle_form li:first-child .bundled_item_cart_details,
.bundle_form .bundle_price,
.bundle_button .quantity {
	display:none !important;
}
.bundle_form .bundled_products {
	padding-left:0;
	margin-top:0;
	margin-bottom:-44px;
	max-width:200px;
}
.bundle_button {
	padding-top: 44px;
}
label {
	color: #000000;
}
label + p {
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 32px;
}
input[type="checkbox"] {
}
input[type="radio"] {
	margin-right:0.5rem;
}
.option-title-bar {
	background-color:#F5F5F5;
	margin-bottom:0;
	padding: 8px 45px 8px 15px;
	display:flex;
	font-weight:600;
	color: #000000;
	justify-content:space-between;
	position:relative;
	margin-top:17px;
}
.option-title-bar::after {
	content:"";
	width:10px;
	height:10px;
	display:block;
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	border-right:solid 1px #f5f5f5;
	border-bottom: solid 1px #f5f5f5;
	transform:rotate(225deg) ;
	position:absolute;
	top:45%;
	right:20px;
	transform-origin: 33% 33%;
	transition: transform 500ms;
}
.option-title-bar p {
	margin-bottom:0;
}
.option-content {
	background-color:#E5E5E5;
	display:grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 500ms, padding 250ms;
	padding:0 45px 0 15px;
}
@media (max-width: 575px) {
	.option-title-bar .price {
		display:none;
	}		
	.option-content {
		padding-right: 15px;
	}
}
.option-instructions {
	font-style:italic;
	margin-bottom: 12px;
}
.option-footnote {
	font-style:italic;
	margin-top: 24px !important;
}
.option-content > div {
	overflow:hidden;
}
.no_size ~ span {
	display: none;
}
.color-chip {
	display:inline-block;
	width: 114px;
	height: 20px;
	border: solid 1px #c2c2c2;
	border-radius: 4px;
	margin-left: auto;
}
@media (max-width: 575px) {
	.color-chip {
		max-width: 75px;
	}
}
label {
	display: flex;
	gap: 0.5ex;
	white-space:nowrap;
}
@media (max-width:575px) {
	label em {
		display: none;
	}
}
.sub-option {
	margin-left:32px;
}
input[type="number"].component-quantity {
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42;
	width: 50px;
	margin: 12px 12px 14px 24px;
	text-align:right;
}
input[type="number"].component-quantity::placeholder {
	color: #000;
}
/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.pivot .price {
	display:none;
}
.components input[type="checkbox"],
.material_louver input[type="checkbox"] {
	opacity: 1;
}
.material_louver .readonly,
.readonly,
.readonly input {
	pointer-events:none !important;
}
.material_louver .readonly input,
.readonly input {
	opacity:0.5 !important;
	pointer-events: none !important;
}
form.cart {
	text-align:right;
	position:relative;
}
.woocommerce button[type="submit"].button.nyp-disabled,
.woocommerce button[type="submit"].button {
	background-color: #E1261C;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.25;
	text-transform: uppercase;
	padding: 10px 15px;
	min-width:unset;
	opacity: 1;
}
.single_add_to_cart_button.button[disabled] {
	opacity:0.25 !important;
}
.quantity::before {
	content:"Quantity";
	font-weight: 600;
	font-size: 16px;
	line-height: 1.25;
	margin-right: 20px;
	align-self:center;
}
form.cart .quantity {
	font-size: 14px;
	line-height: 1.43;
	margin-top: 15px;
}
form.cart .quantity .qty {
}

/* ==========================================================================
   Calculate Estimate & Cart Styles
   ========================================================================== */

#reset-all {
	font-weight: 600;
	text-decoration:underline;
	font-style:italic;
	cursor: pointer;
	font-size: 16px;
	line-height: 42px;
	margin-bottom: 67px;
	margin-top: -42px;
}
#reset-all:hover {
	color: var(--bricks-color-gtvlzd);
}
#calculate-estimate {
	width: 100%;
	margin-bottom: 44px;
}
#calculate-estimate div {
	font-weight: 600;
	color: #fff;
	background-color: #000;
	text-transform:uppercase;
	width: 100%;
	cursor: pointer;
	text-align:center;
	font-size: 16px;
	line-height: 36px;
	padding-left:60px;
}
#sub-total-display {
	width: 100%;
	display:flex;
	flex-wrap:nowrap;
	align-content: baseline;
	justify-content:space-between;
	margin-bottom: 24px;
}
#sub-total-display div:first-child {
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color: #424242;
}
#sub-total-display div:last-child {
	font-weight: 700;
	font-size: 30px;
	line-height: 20px;
	color: #000;
}
#sub-total-value {
	display:inline-block;
	margin-left: 1ex;
}
#calculate-estimate.disabled div {
	opacity:0.25 !important;
	pointer-events: none !important;
}

/* Custom Dimensions Fields */
.custom-dimensions {
	padding: 10px 15px;
	background-color: #f9f9f9;
	border-left: 3px solid #0073aa;
	border-radius: 4px;
	margin-bottom: 10px;
}

.custom-dimensions p strong {
	font-size: 14px;
	color: #333;
	margin-bottom: 8px;
}

.custom-dimensions label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #555;
	margin-bottom: 5px;
}

.custom-dimension-input {
	width: 120px;
	padding: 0 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 14px;
	transition: border-color 0.2s ease;
}

.custom-dimension-input:focus {
	outline: none;
	border-color: #0073aa;
	box-shadow: 0 0 0 1px #0073aa;
}

.custom-dimension-input:disabled {
	background-color: #f5f5f5;
	cursor: not-allowed;
	opacity: 0.6;
}