.disable_scroll {
	overflow: hidden;
}

.smeehee-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
    background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.8);
	display: none;
	z-index: 99999;
}

.smeehee-popup #inner-popup {
	height: 100%;
}

.single-product div.product .summary {
	float: none !important;
	width: 100% !important;
	margin-bottom: 0px !important;
}

.single-product div.product form.cart {
	margin: 0px !important;
	padding: 0px !important
}

.smeehee-popup-wrapper {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.smeehee-overlay .summary-content {
	display:flex; width: 100%; max-height: 96vh; margin: auto; flex-direction: column; background: white; 
}

.smeehee-overlay .summary-content .summary-header { 
	flex-grow: 0;
    display: flex;
	flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
}

.smeehee-overlay .summary-content .summary-header .the_title_and_price {
	display: flex;
    gap: 20px;
    align-items: baseline;
}

.smeehee-overlay .summary-content .summary-header #the_title {
	flex: 1;
	margin-right: auto;
}

.smeehee-overlay .summary-content .summary-header #the_price {
	flex-shrink: 0;
}

.smeehee-overlay .summary-content .summary-header .close {
	flex-shrink: 0;
}

.smeehee-overlay .summary-content .summary-header .fa-solid.fa-rectangle-xmark {
	font-size: 42px;
}

.smeehee-overlay .summary-content .summary-body { flex-grow: 1; overflow: auto; min-height: 0; }

.smeehee-overlay .summary-content .summary-body form { margin-bottom: 0px; }

.smeehee-overlay .summary-content .summary-footer { flex-shrink: 0; border-top: 1px solid #ededed; }

.smeehee_popup {
	max-width: 600px;
	min-width: auto !important;
	border-radius: 5px;
}

.smeehee-popup .close {
	text-align: center;
	cursor: pointer;
	z-index: 999999;
}

.smeehee-popup .single-product .thumbnails {
	width: 0%;
    height: 460px;
    overflow: auto;
}

.smeehee-popup .single-product .summary .stock {
	display: none;
}
.smeehee-popup .single-product .thumbnails img {
	width: 100%;
    height: 100%;
	border-radius: 0px !important;
}

.smeehee-popup .summary_header {
	display: flex;
	flex-direction: row;
	align-items: start;
}

.smeehee-popup p {
	font-size: 16px;
	text-align: left;
	margin-bottom: 5px;
}

.smeehee-popup .woocommerce .product .product_title {
	font-size: 1.2em !important;
	Font-weight: bold !important;
	text-align: left !important;
	line-height: normal !important;
}

.smeehee-popup .woocommerce .product .price {
	font-size: 1.2em !important;
	Font-weight: bold !important;
	text-align: right !important;
	line-height: normal !important;
}

.smeehee-popup .woocommerce .product .price, .smeehee-popup .woocommerce .product .product_title {
	margin: 0px !important;
	padding: 0px !important;
}

.smeehee-popup .woocommerce .product .woocommerce-product-details__short-description:before {
	content: "";
	display: block;
	clear: both;
}

.smeehee_product_addons_item {
	margin-bottom: 20px;
	display: block;
}

.smeehee_product_addons_item:last-of-type {
	margin-bottom: 0px;
}

.product_addon_name {
	display: flex;
	align-items: baseline;
	gap: 10px;
}


.product_addon_description {
	font-style: italic;
	font-weight: 300;
}

.smeehee_product_addons_item.hidden {
	display: none;
}

.smeehee_product_addons_item_toggle {
    border: 1px solid #ededed;
    cursor: pointer;
}

.smeehee_product_addons_item_toggle.extended h3:after {
	content: "\f106";
}

.smeehee_product_addons_item_toggle h3 {
	position: relative;
    background-color: #f9f9f9;
    padding: 15px 40px 15px 15px;
	margin-bottom: 0px;
	display: block;
	padding-left: 16px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.smeehee_product_addons_item_toggle h3:after {
	font-family: 'Font Awesome 5 Free';
    content: "\f107";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 15px;
}

.smeehee_product_addons_item_inner {
	display: none;
	border: none;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
}

.smeehee_product_addons_item_inner.show {
	display: block;
}
.smeehee_product_addons_item h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #ededed;
}

.smeehee_product_addons_item .smeehee_product_addons_description {
	font-size: 16px;
	text-align: left;
	font-style: italic;
	padding: 10px;
	margin-bottom: 0px !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-bottom: 1px solid #ededed;
}

.smeehee_product_addons_title span, .smeehee_product_addons_description span {
	color: red;
}

.smeehee_product_addon_item_selected_description {
	clear: both;
}

.smeehee_product_addon_item_selected_description p {
	font-style: italic;
	margin-top: 10px !important;
	margin-bottom: 0px !important;
}

.smeehee_product_addon_item_row {
    padding: 10px;
	border-bottom: 1px solid #ededed;
}

.smeehee_product_addon_item_row p {
    margin: 0px;
}

.smeehee_product_addon_item_row label {
	cursor: pointer;
}

.smeehee_product_addon_item_row label {
	display: flex;
	flex: 1;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.smeehee_product_addon_item_row label span{
	flex: 1; text-align: right; white-space: nowrap;
	font-style: italic;
}

.smeehee_product_addon_item_row input {
	display: block;
	cursor: pointer;
}

.smeehee_product_addon_item_row select {
	border: 1px solid #ededed;
	padding: 10px;
	width: 100%;
}

.smeehee_product_addons_summary_header {
	border-bottom: 1px dashed #ccc;
	padding: 5px 0px 10px !important;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.smeehee_product_addons_summary_header p {
	margin-bottom: 0px !important;
}

.smeehee_product_addons_summary_the_product {
	display: flex;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

.smeehee_product_addons_summary_the_product span{
	flex: 1; text-align: right; white-space: nowrap;
}

.smeehee_product_addons_summary_the_product_subtotal {
	border-top: 1px dashed #ccc;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	margin: 10px 0px !important;
	padding: 10px 0px 5px !important;
	color: #333333;
}

.smeehee_product_addons_item_title {
	text-decoration: underline;
	font-weight: bold;
	padding-left: 20px;
}

.smeehee_product_addons_item_list {
	padding-left: 20px;
	display: flex;
}

.smeehee_product_addons_item_list span {
	flex: 1; text-align: right; white-space: nowrap;
	font-style: italic;
}

.smeehee_product_addons_summary_the_product_subtotal span {
	flex: 1; text-align: right; white-space: nowrap;
}

.smeehee_product_items_summary {
	display: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 20px;
	padding-top: 10px;
}

.smeehee_product_items_summary.show {
	display: block;
}

.smeehee_product_addons_section {
	display: none;
	padding: 20px;
}

.smeehee_product_addons_section.active {
	display: block;
}

.smeehee_product_addons_nav_buttons {
	display: none;
	margin: 20px;
}

.smeehee_product_addons_nav_buttons  button {
	position: relative;
	width: 50%;
	margin: 0px 20px 0px 0px;
}

.smeehee_product_addons_nav_buttons  button:last-of-type {
	margin-right: 0px;
}

.smeehee_product_addons_nav_buttons.show {
	display: flex;
	flex-direction: row;
}

.smeehee_product_addons_nav_button:disabled {
	display: none;
}

.smeehee_product_addons_nav_button.expand {
	width: 100%;
	margin-right: 0px;
}

.add_to_cart_buttons {
	display: none;
	padding: 0px 20px;
}

.add_to_cart_buttons.show {
	display: block;
}

.smeehee_product_addons_validation_errors {
	background-color: #990000;
	border: 1px solid #cccccc;
	padding: 20px;
	margin: 20px;
	display: none;
}

.smeehee_product_addons_validation_errors h3 {
	color: white;
	font-size: 16px;
	font-weight: bold;
}

.smeehee_product_addons_validation_errors ul {
	color: white;
	margin-left: 24px;
}

.smeehee_product_addons_validation_errors li {
	color: white;
	font-size: 16px;
}

.smeehee_product_addons_validation_errors p {
	color: white;
	font-size: 16px;
}

.smeehee_product_addons_validation_errors a {
	color: yellow;
	font-size: 16px;
}

.smeehee-popup .woocommerce .product form:before {
	content: "" !important;
	display: block !important;
	clear: both !important;
}

.smeehee_product_addons_meta_data h3, .smeehee_product_addons_meta_data p {
	font-size: 1em;
	text-align:left;
}

.smeehee_product_addons_meta_data h3 {
	margin: 1em 0px 0px;
}

.smeehee_product_addons_meta_data p {
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 0px;
}

.smeehee_product_addon_qty_wrapper {
	display: flex;
	gap: 10px;
	align-items: center;
}

.smeehee_product_addon_item_row.qty {
    display: flex;
    flex-direction: column;
}

.smeehee_product_addon_item_row.qty input {
	text-align: center;
	padding: 10px;
	flex: 0;
	min-width: 50px;
}

.smeehee_product_addon_item_row.qty p {
    margin-bottom: 0px !important;
	flex: 1;
}

.smeehee_product_addon_item_row.qty p.unit-price {
    margin-top: 0px !important;
    text-align: right !important;
	flex: 0;
}