html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}
#view {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}
#content.site-content {
    flex: 1 0 auto;
}
div.p3d-color-sample {
	width:22px;
	height:22px;
	display:inline-block;
	margin-right:3px;
	margin-left:3px;
	vertical-align: middle;
	border: 1px solid;
}
div.p3d-group-color-sample {
	width:22px;
	height:22px;
	display:inline-block;
	cursor:pointer;
	vertical-align: middle;
}

div.p3d-dropdown-photo-sample {
	max-width:50px;
	max-height:50px;
	display:inline-block;
	float:right;
	margin:0;

}
div.p3d-dropdown-photo-sample img{
	max-width:50px;
	max-height:50px;
}
ul.p3d-list {
	list-style-type:none;
	margin-left:0
}

ul.p3d-list li:not(.p3d-inactive-item) {
	display:block;
	cursor:pointer
}

ul.p3d-list li:hover {
	background-color:#e2e2e2
}

#tab-description h2 {
	display:none
}

div.printer-selector {
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	width:100%
}

div.filament-selector {
	float:left;
	width:100%
}

div.p3d-info {
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	width:100%;
	white-space: normal;
}

#p3d-viewer {
	float:left;
	position:relative;
	width:100%;	
}

#p3d-model-message {
	position:absolute;
	width:100%;
	float:left;
	left:0;
	bottom:10px;
	margin-left: 5px;
	background-color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";      
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}

.p3d-model-message {
	margin-left:10px;
	display:none;
}

#p3d-model-message #p3d-model-message-upload {
	display:block;
	cursor:pointer;
	margin-bottom: 0;
}

#p3d-model-message #p3d-model-message-upload-icon {
	width:45px;
	height:45px;
	float:left;
	margin-right:5px;
}

#p3d-container {
	float:left;
	width:100%
}

#p3d-wrapper {
	float:left;
	width:100%
}

#p3d-console {
	display:none;
	width:100%
}

#p3d-filelist {
	float:left;
	width:100%
}

#p3d-stl-info {
	float:left;
	width:100%
}

#p3d-weight {
	float:left;
	width:100%
}

#p3d-price {
	float:left;
	width:100%
}

#p3d-viewer {
	width:100%
}

fieldset.p3d-fieldset {
	border:1px solid;
	padding:10px
}

fieldset.p3d-fieldset legend {
	padding:.2em .5em;
	border:1px solid;
	font-size:90%;
	text-align:left;
	width:auto;
}


.p3d-canvas-wrapper {
	position:relative;
	width:100%;
	height:100%;
	min-height:300px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#p3d-file-loading {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}

#p3d-file-loading img {
	width: auto !important;
}

#p3d-pickfiles {
	width:100%;
	white-space:nowrap;
	text-align:center;
	margin: 0 0 5px;
}


table.p3d-stats {
/*	visibility: hidden;*/
	display: table;
	border-collapse:separate;
	border-spacing:0;
	border-width:1px 0 0 1px;
	table-layout:fixed;
	width:100%
}

p.p3d-stats {
	display: block;
}

table.p3d-stats-bulk {
        border:none;
        max-width:300px;
}

table.p3d-stats-bulk tr td:first-child {
        width: 120px;
}


table.p3d-stats-bulk th, table.p3d-stats-bulk td {
	border:none !important;
}
table.p3d-model-errors {
	border-collapse:separate;
	border-spacing:0;
	border-width:1px 0 0 1px;
	table-layout:fixed;
	width:100%
}

table.p3d-stats th, table.p3d-stats td {
	border:1px solid rgba(51,51,51,0.1)!important
}

span.p3d-mail-success {
	color:green
}

span.p3d-mail-error, span.p3d-cart-error, span.p3d-attr-error {
	color:red;
	font-weight: bold;
}

.price-request-field {
	margin-bottom:3px;
	width:48%
}

#p3d-cv {
	width:100%
}



#p3d-quote-loading {

	margin: 0 0 5px;
	padding: 0;
}



#p3d-statistics {
	width:100px; 
	top:25px; 
}

.p3d-control {
	display: inline;
	height: auto;
	margin-right:3px;
	vertical-align: middle;
	width: auto !important;
}

#p3d-scale-text, #p3d-rotation-text, #p3d-dimensions-text {
	float:left;
	width:20%;
}

#p3d-scale-slider {
	float:left;
	width:50%;
	margin-top:5px;
}

#p3d-scale-input {
	float:left;
	width:30%; 
	white-space: nowrap;
}

#p3d-slider-range-value {
	width:3em;
	height:30px;
	padding:0;
	margin-left:15px;
}

#scale_x, #scale_y, #scale_z, #rotation_x, #rotation_y, #rotation_z {
	width:3em;
	height:30px;
	padding:0;
	margin: 0 3px;
	box-shadow:none;
}
#p3d-apply-button {
	height:30px;
	padding:0 3px;
	margin: 0 3px;
	display:none;
}
.p3d-separator {
	width:0.5em;
}
.p3d-dropdown-li {
	border: solid 1px !important;
	background-color: #fff;
	white-space: nowrap;
}

.p3d-inactive-item:not(.p3d-slider-item) {
    display: none !important;
}

.p3d-inactive-item.p3d-slider-item {
	text-decoration: line-through !important;
}

.p3d-inactive-dropdown-item {
    display: none;
}

.p3d-inactive-slider-item {
	text-decoration: line-through !important;
}

.p3d-inactive-color-item {
	display:none !important;
}

.p3d-group ul.p3d-colors {
	float:left;
	list-style: outside none none;
	width: 70%;
	margin: 0 0 10px;
}

ul.p3d-colors li.p3d-active div {
    border: 2px solid #25b2ce;
/*    height: 25px;
    width: 25px;*/
}
ul.p3d-colors li div {
    background-size: 22px auto;
    border: 2px solid gray;
    height: 22px;
    width: 22px;
}

.p3d-color-item.p3d-active {
/*    padding: 2px;*/
}


ul.p3d-colors li {
	float: left;
	height: 28px;
	padding: 6px;
	list-style: outside none none;
}

span.p3d-group-name {
	float:left;
	width: 20%;
	min-width: 20%;
	line-height: 44px;
	white-space:nowrap;
	margin-right:5px;
}

div.p3d-group {
	clear:both;
}

#stats-material-volume-loading, #stats-material-weight-loading, #stats-support-material-volume-loading, #stats-support-material-weight-loading, #stats-hours-loading, #stats-total-path-loading, #stats-model-dimensions-loading, #p3d-scale-dimensions-loading {
	display:none;
}

#p3d-analyse-percent, #p3d-canvas-analyse-percent, #p3d-repair-percent, #p3d-canvas-repair-percent {
	font-weight: bold;
	margin-left:5px;
}

#p3d-pickfiles span.content {
    min-height: 0 !important;
}



#p3d-scale-input {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
}

#p3d-scale-dimensions, #p3d-rotation-dimensions {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
}

#p3d-canvas-uploading-image, #p3d-repair-image, #p3d-canvas-repair-image, #p3d-canvas-analyse-image, #p3d-analyse-image, #stats-material-volume-loading,  #stats-support-material-volume-loading, #stats-material-weight-loading, #stats-hours-loading, #stats-total-path-loading, #stats-model-dimensions-loading, #p3d-process-image, #p3d-canvas-process-image, #p3d-scale-dimensions-loading {
	width: auto !important;
	height: auto !important;
	display: none;
}

#p3d-error-message {
    display: none;
}

#canvas-stats {
	position:absolute;
	margin-top:5px;

}

.canvas-stats {

        margin:5px;
	width:auto; 
	left:10px; 
	top:10px; 
	font:12px Courier New; 
	color:red; 
	background:transparent;
	white-space:nowrap;
}

#p3d-fullscreen {
	position: absolute; 
	top: 0; 
	left: 0;
	width:100%;
	height:100%;
	z-index: 999999;
	background-color:#fff;
	overflow:hidden;
}

.ext_wrapper {
	opacity:0.9;
}

.tooltip_templates {
	display: none;
}

.p3d-tooltip-info .p3d-tooltip-image {
/*	max-width:40%;
	float:left;
	margin-right:10px;*/
	display:block;
	position:relative;
}

.p3d-tooltip-description {
	white-space:pre;
}

.p3d-tooltip-info .p3d-tooltip-image-full {
	max-width:100%;
}

fieldset.p3d-fieldset ul.p3d-bxslider li {
	border: 1px solid #e5e5e5;
	padding: 10px 8px;
	margin-bottom: 2px;
	cursor: pointer;
}

.p3d-selected-li {
	color: #00b1ea;
	border-color: #00b1ea !important;
}

.p3d-photo-sample {
	width:40px;
	height:40px;
	display:inline-block;
	margin-right:3px;
	margin-left:3px;
	vertical-align: middle;
	border: 1px solid;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.bx-controls-direction {
	padding-top:20px;
}

.p3d-x-axis {
	color:rgb(255, 102, 0);
}
.p3d-y-axis {
	color:rgb(51, 51, 255);
}
.p3d-z-axis {
	color:rgb(51, 204, 51);
}

nav.applePie {
    overflow: visible !important;
}


#stats-material-volume-loading, #stats-support-material-volume-loading, #stats-material-weight-loading, #stats-hours-loading, #stats-total-path-loading, #stats-model-dimensions-loading, #p3d-repair-image, #p3d-canvas-repair-image, #p3d-process-image, #p3d-canvas-process-image, #p3d-scale-dimensions-loading {
	display:inline-block;
}

#p3d-unlocked-image {
	display:none;
}

#p3d-unlocked-image, #p3d-locked-image { 
	cursor:pointer;
	width:auto;
	height:auto;
	border:none;
}
#p3d-unlocked-image:disabled, #p3d-locked-image:disabled { 
	opacity:0.5;
}

.p3d-unit-label {
	cursor:pointer;
	display:inline;
}

#add-cart-wrapper div.nf-form-cont{
	display:none;
}

.p3d-dropdown-searchable {
	width:100%;
}
.p3d-dropdown-searchable-bulk {
	max-width:200px;
	font-size: inherit;
}

.motqn-select--unit-value {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px 18px;
        min-width: 86px;
        border-radius: 999px;
        border: 1px solid rgba(148, 163, 184, 0.55);
        background-color: #ffffff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231d4ed8' d='M1.41.59 6 5.17 10.59.59 12 2l-6 6-6-6z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 12px 8px;
        box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.08);
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #0f172a;
        cursor: pointer;
        line-height: 1.2;
        padding-right: 36px;
}

.motqn-select--unit-value:focus {
        outline: none;
        border-color: rgba(37, 99, 235, 0.55);
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.motqn-select--unit-value::-ms-expand {
        display: none;
}

.motqn-input--qty-value {
	max-width: 80px !important;
	max-height: 37px !important;
}

.p3d-dropdown-searchable-wrap {
  position: relative;
  display: inline-block;
  width:100%;
}

.p3d-dropdown-searchable-p {
	margin: 0 0 0 3px;
}


.select2-container {
	z-index:9999999;
}



/*div[data-acc-content] { display: none; }*/ 


.p3d-badge-primary {
/*
    color: #fff;
    background-color: #2196F3;
*/
}
.p3d-badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.p3d-badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.p3d-btn {
    text-transform: uppercase;
    border: none;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.4);
    box-shadow: 0 1px 4px rgba(0,0,0,0.4);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.p3d-btn-primary {
    position: relative;
}
.p3d-float-right {
/*    float: right;*/
}

.p3d-btn-primary {
/*    color: #fff;
    background: #2196F3 -webkit-gradient(linear, left top, left bottom, from(#42a6f5), to(#2196F3)) repeat-x;
    background: #2196F3 linear-gradient(180deg, #42a6f5, #2196F3) repeat-x;
    border-color: #2196F3;
*/
}
.p3d-btn {
    display: inline-block;
    font-weight: 400;
    color: #444;
    text-align: center;
    background-color: transparent;
/*    border: 1px solid transparent;*/
    margin:5px;
    padding: 0.8rem 1rem;
/*    font-size: 0.8125rem;*/
    line-height: 1.5;
    border-radius: 0.25rem;
}

.p3d-list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.p3d-button-content {
	text-align:center;
	clear:both;
}

#p3d-multistep div[data-acc-content] { display: none;  }
#p3d-multistep div[data-acc-step]:not(.open) { background: #f2f2f2;  }
#p3d-multistep div[data-acc-step]:not(.open) h5 { color: #777;  }
#p3d-multistep div[data-acc-step]:not(.open) .p3d-badge-primary { background: #ccc;  }

li.p3d-li-photo {
    min-height: 50px;
}

.p3d-product-form {
	margin-bottom:0px;
	clear:both;
}


select.p3d-dropdown-searchable-bulk[name="product_infill"] option:disabled {
/*	display:none;*/
}
.p3d-stats-bulk select:disabled, .p3d-stats-bulk input:disabled {
	background-color: #e2e2e2;
}

#p3d-email-address {
	width: 200px;
}

.plupload_filelist .meta-label {
	display: none;
}
/* Display the select equal size */
table.p3d-stats-bulk tr td:last-child select {
	width: 100%;
}	
@media only screen and (max-width: 768px) {
	/* Hide the header on mobile */
	.plupload_filelist_header {
		display: none;
	}
	.plupload_filelist .meta-label {
		margin-right: 5px;
		display: inline-block;
		min-width: 60px;
	}
	/* Turn display to relative so children can be absolute display */
	.plupload_filelist li.plupload_delete {
		position: relative;
	}
	.plupload_filelist li.plupload_delete > div {
		display: block;
		float: none;
		text-align: left;
		width: 50%;
		margin: 0;
		padding-left: 60px;
		position: relative;
	}
	/* Display file meta label in psuedo elements */
	.plupload_filelist li.plupload_delete > div:before {
		position: absolute;
		left: 0;
		bottom: auto;
	}
	/* To reveal the blue button */ 
	.plupload_filelist .plupload_file_name {
		overflow: visible;
	}
	.plupload_filelist .plupload_file_name a.plupload_info_icon {
		position: absolute;
	}

	table.p3d-stats-bulk {
	    border: none;
	    max-width: 300px;
	    position: absolute;
	    right: 0;
	    top: 10px;
	}
	/* First cell in a row is label */
        table.p3d-stats-bulk tr td:first-child {
                width: 55px;
        }
	/* Display the select equal size */
	table.p3d-stats-bulk tr td:last-child select {
		width: 100%;
	}
	table.p3d-stats-bulk tr td:last-child textarea {
		width: 100%;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
	}
	.plupload_file_model_name {
		margin-top:0px !important;
		margin-bottom:0px !important;
	}
}	

/* On smallest devices, make sure the table is on 100% width */
@media only screen and (max-width: 500px) {
	table.p3d-stats-bulk {
	    position: relative;
	    margin-bottom: 5px;
	    top: 0;
	}
	/* Expand meta full width */
	.plupload_filelist li.plupload_delete > div {
	    width: calc( 100% - 60px);
	    margin-bottom: 3px;
	}
	table.p3d-stats-bulk tr td {
		padding-bottom: 3px;
	}
	/* Hide the clearer to equally spacing */
	.plupload_filelist .plupload_clearer {
		display: none;
	}

	.plupload_filelist_footer .plupload_file_action,
	.plupload_filelist_footer .plupload_file_price {
		display: none;
	}
	.plupload_filelist_footer .plupload_file_status,
	.plupload_filelist_footer .plupload_file_size {
	    width: 50px;
	    float: none;
	    display: inline;
	    margin-right: 20px;
	}
}
#p3d-calculate-loader, .p3d-button-loader {
    display: inline-block;
}

.plupload_file_model_name {
	display:inline-block;
	margin:5px 0px 5px 0px;
}

.p3d-price-request-image {
	max-width:200px;
	max-height: 200px;
}

.plupload_model_image {
	max-width:300px;
	max-height:300px;
}

.p3d-view3d-button {
	position:absolute;
	max-width:60px;
	cursor:pointer;
	background: rgba(255,255,255,0.5);
}

textarea.p3d-bulk-comments {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
        max-width: 320px;
        min-height: 72px;
        resize: vertical;
}

.motqn-option-field--custom-text .motqn-custom-text-input {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
        max-width: 430px;
        padding: 6px 8px;
}

.motqn-custom-text-input {
        max-width: 430px !important;
}

#p3d-viewer canvas {
	border: 1px solid;
}



#p3d-cutting-instructions-table tbody td {
	background-color: #e2e2e2;
	border: none;

}

#p3d-cutting-instructions-table tbody tr:nth-child(2n) td {
	background-color: #fbfbfb;
	border: none;
}

.p3d-stats-thumbnail {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 300px;
        aspect-ratio: 1 / 1;
        border-radius: 18px;
        overflow: hidden;
}

.p3d-stats-thumbnail img,
.p3d-stats-thumbnail canvas {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        background: transparent;
}

.price-request-submit {
	margin-left:4px;
}



/* twenty twenty one theme fixes  */

.p3d-control[type=radio] {
	border: none !important;
	font-size: initial !important;
	position: relative !important;
}


input.p3d-control[type=radio]:after {
	content: none !important;
}

#p3d-viewer canvas:not(.p3d-cv-3d) {
	display:none;
}

#p3d_rendered_image {
	margin-top: 4em;
	max-height:500px;
}

/* elementor bugfixes */
.p3d-info select {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

div.p3d-images {
	float:left;
	width:49%
}
div.p3d-details {
	float:right;
	width:49%;
}
@media only screen and (max-width : 768px) {
div.p3d-images, div.p3d-details{
    float: none;
    width: 100%;
 }
}
.p3d-quantity {
	float: left;
	margin-right: .5rem;

}
.p3d-quantity input.p3d-qty {
	width:5em;

}

.p3d-wrapper {
	display:inline-block;
	width:100%;
}

#p3d-postprocessing-name {
	max-width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p3d-postprocessing .select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}
.p3d-postprocessing .select2-results__option[role=treeitem]:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}
.p3d-postprocessing .select2-results__option[aria-selected=true]:before {
  content: "\2713";
  font-weight: bold;
  color: #fff;
/*  background-color: #f77750;*/
  border: 0;
  display: inline-block;
  padding-left: 3px;
  padding-bottom: 3px;
}
.p3d-postprocessing .select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #fff;
}
.p3d-postprocessing .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #eaeaeb;
	color: #272727;
}
.p3d-postprocessing .select2-container--default .select2-selection--multiple {
	margin-bottom: 10px;
}
.p3d-postprocessing .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-radius: 4px;
}
.p3d-postprocessing .select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #f77750;
	border-width: 2px;
}
.p3d-postprocessing .select2-container--default .select2-selection--multiple {
	border-width: 2px;
}
.p3d-postprocessing .select2-container--open .select2-dropdown--below {
	
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.p3d-postprocessing .select2-selection .select2-selection--multiple:after {
	content: 'hhghgh';
}

.p3d-bulk-button:disabled {
	opacity:0.5;
}

#p3d-container div.moxie-shim input {
	cursor:pointer;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
	input.p3d-control[type=radio] {
		-webkit-appearance: auto;
		-moz-appearance: auto;
	}
}

.wc-block-components-product-metadata .wc-block-components-product-details:nth-child(2) {
  display:none;
}

.plupload_filelist_footer {
    box-sizing: initial;
}

.plupload_file_qty input {
 padding: 0;
}

.p3d-inactive-group {
	display:none !important;
}
.p3d-canvas-wrapper .magnify {
	margin: auto;
}

table.p3d-stats-bulk option:disabled {
    display: none;
}
/* --------------------------------------------------------------------------
 * Cart item presentation enhancements
 * -------------------------------------------------------------------------- */
.wp-block-woocommerce-cart table.wc-block-cart-items,
.wp-block-woocommerce-cart .wc-block-cart-items,
.wc-block-cart table.wc-block-cart-items,
.shop_table.cart,
.woocommerce .shop_table.cart {
        border-collapse: separate;
        border-spacing: 0;
        width: 100%;
}

.wp-block-woocommerce-cart table.wc-block-cart-items thead,
.wc-block-cart table.wc-block-cart-items thead,
.shop_table.cart thead {
        display: none;
}

.wp-block-woocommerce-cart table.wc-block-cart-items tbody,
.wc-block-cart table.wc-block-cart-items tbody,
.shop_table.cart tbody {
        display: grid;
        gap: 16px;
        padding: 0;
}

/* Ensure our cart layout wins over any theme or WooCommerce defaults */
body :where(.wp-block-woocommerce-cart, .wc-block-cart, .woocommerce) table.wc-block-cart-items > tbody,
body :where(.wp-block-woocommerce-cart, .wc-block-cart, .woocommerce) .shop_table.cart > tbody {
        display: grid !important;
        gap: 16px !important;
        padding: 0 !important;
}

body :where(.wp-block-woocommerce-cart, .wc-block-cart, .woocommerce) tr.wc-block-cart-items__row,
body :where(.wp-block-woocommerce-cart, .wc-block-cart, .woocommerce) tr.cart_item,
body :where(.wp-block-woocommerce-cart, .wc-block-cart, .woocommerce) tr.wc-block-cart-items__row[data-motqn-converted] {
        --motqn-card-accent: #4338ca;
        --motqn-card-accent-soft: #818cf8;
        --motqn-card-accent-rgb: 67, 56, 202;
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: flex-start !important;
        gap: 16px !important;
        padding: 20px 22px !important;
        border: 1px solid rgba(99, 102, 241, 0.16) !important;
        border-radius: 20px !important;
        background: linear-gradient(155deg, rgba(248, 250, 252, 0.94) 6%, rgba(255, 255, 255, 0.9) 62%, rgba(238, 242, 255, 0.82) 100%) !important;
        box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08) !important;
        position: relative !important;
        overflow: hidden !important;
        isolation: isolate !important;
}

body :where(.wp-block-woocommerce-cart, .wc-block-cart, .woocommerce) tr.wc-block-cart-items__row > td,
body :where(.wp-block-woocommerce-cart, .wc-block-cart, .woocommerce) tr.cart_item > td {
        padding: 0 !important;
        border: 0 !important;
        background: none !important;
}

body :where(.wp-block-woocommerce-cart, .wc-block-cart, .woocommerce) tr.wc-block-cart-items__row::before,
body :where(.wp-block-woocommerce-cart, .wc-block-cart, .woocommerce) tr.cart_item::before,
body :where(.wp-block-woocommerce-cart, .wc-block-cart, .woocommerce) tr.wc-block-cart-items__row[data-motqn-converted]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top left, rgba(var(--motqn-card-accent-rgb), 0.14) 0%, transparent 55%),
                    radial-gradient(circle at bottom right, rgba(14, 116, 144, 0.08) 0%, transparent 58%);
        z-index: -2;
}

body :where(.wp-block-woocommerce-cart, .wc-block-cart, .woocommerce) tr.wc-block-cart-items__row::after,
body :where(.wp-block-woocommerce-cart, .wc-block-cart, .woocommerce) tr.cart_item::after,
body :where(.wp-block-woocommerce-cart, .wc-block-cart, .woocommerce) tr.wc-block-cart-items__row[data-motqn-converted]::after {
        content: "";
        position: absolute;
        inset-block: 0;
        inset-inline-start: 0;
        width: 6px;
        background: linear-gradient(180deg, var(--motqn-card-accent), var(--motqn-card-accent-soft));
        border-radius: 999px;
        z-index: -1;
        transform: translateX(-3px);
}

.wp-block-woocommerce-cart table.wc-block-cart-items tr.wc-block-cart-items__row,
.wp-block-woocommerce-cart .wc-block-cart-items__row,
.wc-block-cart table.wc-block-cart-items tr.wc-block-cart-items__row,
.wc-block-cart .wc-block-cart-items__row,
.shop_table.cart tr.cart_item {
        --motqn-card-accent: #4338ca;
        --motqn-card-accent-soft: #818cf8;
        --motqn-card-accent-rgb: 67, 56, 202;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 16px;
        padding: 20px 22px;
        border: 1px solid rgba(99, 102, 241, 0.16);
        border-radius: 20px;
        background: linear-gradient(155deg, rgba(248, 250, 252, 0.94) 6%, rgba(255, 255, 255, 0.9) 62%, rgba(238, 242, 255, 0.82) 100%);
        box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
        position: relative;
        overflow: hidden;
        isolation: isolate;
}

.wp-block-woocommerce-cart .wc-block-cart-items__row > td,
.wc-block-cart .wc-block-cart-items__row > td,
.shop_table.cart tr.cart_item > td {
        padding: 0;
        border: 0;
        background: none;
        display: flex;
        flex-direction: column;
        gap: 8px;
}

.wp-block-woocommerce-cart table.wc-block-cart-items tr.wc-block-cart-items__row::before,
.wp-block-woocommerce-cart .wc-block-cart-items__row::before,
.wc-block-cart table.wc-block-cart-items tr.wc-block-cart-items__row::before,
.wc-block-cart .wc-block-cart-items__row::before,
.shop_table.cart tr.cart_item::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top left, rgba(var(--motqn-card-accent-rgb), 0.14) 0%, transparent 55%),
                    radial-gradient(circle at bottom right, rgba(14, 116, 144, 0.08) 0%, transparent 58%);
        z-index: -2;
}

.wp-block-woocommerce-cart table.wc-block-cart-items tr.wc-block-cart-items__row::after,
.wp-block-woocommerce-cart .wc-block-cart-items__row::after,
.wc-block-cart table.wc-block-cart-items tr.wc-block-cart-items__row::after,
.wc-block-cart .wc-block-cart-items__row::after,
.shop_table.cart tr.cart_item::after {
        content: "";
        position: absolute;
        inset-block: 0;
        inset-inline-start: 0;
        width: 6px;
        background: linear-gradient(180deg, var(--motqn-card-accent), var(--motqn-card-accent-soft));
        border-radius: 999px;
        z-index: -1;
        transform: translateX(-3px);
}

.wp-block-woocommerce-cart .wc-block-cart-item__product,
.wc-block-cart .wc-block-cart-item__product,
.shop_table.cart td.product-name {
        order: 1;
        flex: 1 1 240px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        min-width: 0;
}

.wp-block-woocommerce-cart .wc-block-cart-item__image,
.wc-block-cart .wc-block-cart-item__image,
.shop_table.cart td.product-thumbnail {
        order: 0;
        flex: 0 0 84px;
        width: 84px;
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
        align-self: flex-start;
        aspect-ratio: 1 / 1;
}

.wp-block-woocommerce-cart .wc-block-cart-item__image a,
.wc-block-cart .wc-block-cart-item__image a,
.shop_table.cart td.product-thumbnail a {
        display: block;
        width: 100%;
        height: 100%;
}

.wp-block-woocommerce-cart .wc-block-cart-item__image img,
.wc-block-cart .wc-block-cart-item__image img,
.shop_table.cart td.product-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
}

.wp-block-woocommerce-cart .wc-block-cart-item__wrap,
.wc-block-cart .wc-block-cart-item__wrap,
.shop_table.cart td.product-name .wc-block-cart-item__wrap {
        display: flex;
        flex-direction: column;
        gap: 6px;
        min-width: 0;
        align-items: flex-start;
}

.wp-block-woocommerce-cart .wc-block-cart-item__prices,
.wc-block-cart .wc-block-cart-item__prices,
.shop_table.cart td.product-name .wc-block-cart-item__prices,
.shop_table.cart td.product-name .amount {
        order: 8;
        display: inline-flex;
        flex-wrap: wrap;
        gap: 6px;
        align-items: baseline;
        font-weight: 600;
        color: #111827;
        font-size: 1.05rem;
        letter-spacing: -0.005em;
        padding: 8px 12px;
        border-radius: 12px;
        background: rgba(226, 232, 255, 0.6);
        border: 1px solid rgba(99, 102, 241, 0.18);
        box-shadow: 0 6px 14px rgba(15, 23, 42, 0.05);
        align-self: flex-start;
}

.shop_table.cart td.product-price {
        order: 8;
        flex: 0 0 auto;
        display: inline-flex;
        align-items: baseline;
        gap: 6px;
        font-weight: 600;
        color: #111827;
        font-size: 1.05rem;
        letter-spacing: -0.005em;
        padding: 8px 12px;
        border-radius: 12px;
        background: rgba(226, 232, 255, 0.6);
        border: 1px solid rgba(99, 102, 241, 0.18);
        box-shadow: 0 6px 14px rgba(15, 23, 42, 0.05);
        align-self: flex-start;
}

body :where(.wp-block-woocommerce-cart, .wc-block-cart, .woocommerce) .wc-block-cart-item__prices::before,
body :where(.wp-block-woocommerce-cart, .wc-block-cart, .woocommerce) td.product-price::before {
        content: "Unit Price";
        display: block;
        width: 100%;
        font-size: 0.65rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        font-weight: 600;
        color: #475569;
        margin-bottom: 2px;
}

body :where(.wp-block-woocommerce-cart, .wc-block-cart, .woocommerce) .wc-block-cart-item__total::before,
body :where(.wp-block-woocommerce-cart, .wc-block-cart, .woocommerce) td.product-subtotal::before {
        content: "Line Total";
        display: block;
        width: 100%;
        font-size: 0.65rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        font-weight: 600;
        color: #4338ca;
        margin-bottom: 2px;
}

body :where(.wp-block-woocommerce-cart, .wc-block-cart, .woocommerce) .wc-block-cart-item__prices .amount,
body :where(.wp-block-woocommerce-cart, .wc-block-cart, .woocommerce) td.product-price .amount {
        font-size: 1.1rem;
        font-weight: 600;
        color: #1e293b;
}

body :where(.wp-block-woocommerce-cart, .wc-block-cart, .woocommerce) .wc-block-cart-item__total .amount,
body :where(.wp-block-woocommerce-cart, .wc-block-cart, .woocommerce) td.product-subtotal .amount {
        font-size: 1.25rem;
        font-weight: 700;
        color: #0f172a;
}

.wp-block-woocommerce-cart .wc-block-components-product-name,
.wc-block-cart .wc-block-components-product-name,
.shop_table.cart td.product-name .product-name,
.shop_table.cart td.product-name > a {
        display: block;
        font-size: 1.125rem;
        font-weight: 700;
        color: #0f172a;
        line-height: 1.2;
        text-decoration: none;
        word-break: break-word;
}

.shop_table.cart td.product-name > a:hover,
.shop_table.cart td.product-name > a:focus {
        text-decoration: underline;
}

.wp-block-woocommerce-cart .wc-block-components-product-metadata,
.wc-block-cart .wc-block-components-product-metadata,
.shop_table.cart td.product-name .wc-block-components-product-metadata {
        margin: 0;
        padding: 10px 12px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.72);
        border: 1px solid rgba(99, 102, 241, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 0 6px 16px rgba(15, 23, 42, 0.04);
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 8px 12px;
        backdrop-filter: blur(4px);
}

.wp-block-woocommerce-cart .wc-block-components-product-details,
.wc-block-cart .wc-block-components-product-details,
.shop_table.cart td.product-name .wc-block-components-product-details {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: 6px;
}

.wp-block-woocommerce-cart .wc-block-components-product-details__model,
.wc-block-cart .wc-block-components-product-details__model,
.shop_table.cart td.product-name .wc-block-components-product-details__model {
        order: -1;
        display: block !important;
        padding: 0 !important;
        border: none !important;
        background: transparent !important;
        box-shadow: none !important;
        margin-bottom: 2px;
}

.wp-block-woocommerce-cart .wc-block-components-product-details__model .wc-block-components-product-details__name,
.wc-block-cart .wc-block-components-product-details__model .wc-block-components-product-details__name,
.shop_table.cart td.product-name .wc-block-components-product-details__model .wc-block-components-product-details__name {
        display: none;
}

.wp-block-woocommerce-cart .wc-block-components-product-details__model .wc-block-components-product-details__value,
.wc-block-cart .wc-block-components-product-details__model .wc-block-components-product-details__value,
.shop_table.cart td.product-name .wc-block-components-product-details__model .wc-block-components-product-details__value {
        font-size: 1.125rem;
        font-weight: 700;
        color: #111827;
        display: block;
}

.wp-block-woocommerce-cart .wc-block-components-product-details li,
.wc-block-cart .wc-block-components-product-details li,
.shop_table.cart td.product-name .wc-block-components-product-details li {
        position: relative;
        display: grid;
        grid-template-columns: minmax(110px, auto) 1fr;
        gap: 6px;
        align-items: start;
        font-size: 0.92rem;
        line-height: 1.25;
        padding: 8px 10px;
        border-radius: 10px;
        background: linear-gradient(135deg, rgba(238, 242, 255, 0.55), rgba(255, 255, 255, 0.88));
        border: 1px solid rgba(99, 102, 241, 0.12);
        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

.wp-block-woocommerce-cart .wc-block-components-product-details__name,
.wc-block-cart .wc-block-components-product-details__name,
.shop_table.cart td.product-name .wc-block-components-product-details__name {
        font-weight: 600;
        color: rgba(30, 41, 59, 0.68);
        letter-spacing: 0.01em;
        text-transform: uppercase;
        font-size: 0.72rem;
}

.wp-block-woocommerce-cart .wc-block-components-product-details__value,
.wc-block-cart .wc-block-components-product-details__value,
.shop_table.cart td.product-name .wc-block-components-product-details__value {
        font-weight: 600;
        color: #0f172a;
        word-break: break-word;
        font-size: 0.95rem;
}

.wp-block-woocommerce-cart .wc-block-components-product-details__value:empty::before,
.wc-block-cart .wc-block-components-product-details__value:empty::before,
.shop_table.cart td.product-name .wc-block-components-product-details__value:empty::before {
        content: "—";
        color: #94a3b8;
        font-weight: 400;
}

.wp-block-woocommerce-cart .wc-block-cart-item__quantity,
.wc-block-cart .wc-block-cart-item__quantity,
.shop_table.cart td.product-quantity {
        order: 10;
        flex: 1 1 200px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        padding: 10px 12px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.78);
        border: 1px solid rgba(99, 102, 241, 0.12);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 6px 16px rgba(15, 23, 42, 0.05);
}

body :where(.wp-block-woocommerce-cart, .wc-block-cart, .woocommerce) .wc-block-cart-item__quantity > label,
body :where(.wp-block-woocommerce-cart, .wc-block-cart, .woocommerce) td.product-quantity > label {
        font-size: 0.72rem;
        font-weight: 600;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #475569;
        margin: 0;
}

.wp-block-woocommerce-cart .wc-block-components-quantity-selector,
.wc-block-cart .wc-block-components-quantity-selector,
.shop_table.cart td.product-quantity .quantity {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 4px 6px;
        border-radius: 999px;
        background: #eef2ff;
        border: 1px solid #c7d2fe;
}

.wp-block-woocommerce-cart .wc-block-components-quantity-selector__button,
.wc-block-cart .wc-block-components-quantity-selector__button,
.shop_table.cart td.product-quantity .quantity button,
.shop_table.cart td.product-quantity .quantity .qty-button {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: none;
        background: #312e81;
        color: #ffffff;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.2s ease, transform 0.2s ease;
}

.wp-block-woocommerce-cart .wc-block-components-quantity-selector__button:hover,
.wp-block-woocommerce-cart .wc-block-components-quantity-selector__button:focus,
.wc-block-cart .wc-block-components-quantity-selector__button:hover,
.wc-block-cart .wc-block-components-quantity-selector__button:focus,
.shop_table.cart td.product-quantity .quantity button:hover,
.shop_table.cart td.product-quantity .quantity button:focus {
        background: #4338ca;
        transform: translateY(-1px);
        outline: none;
}

.wp-block-woocommerce-cart .wc-block-components-quantity-selector__input,
.wc-block-cart .wc-block-components-quantity-selector__input,
.shop_table.cart td.product-quantity .qty {
        width: 42px;
        border: none;
        background: transparent;
        text-align: center;
        font-weight: 600;
        color: #1f2937;
}

.wp-block-woocommerce-cart .wc-block-cart-item__total,
.wc-block-cart .wc-block-cart-item__total,
.shop_table.cart td.product-subtotal {
        order: 10;
        flex: 0 0 auto;
        margin-left: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        gap: 6px;
        padding: 10px 14px;
        border-radius: 14px;
        background: rgba(79, 70, 229, 0.08);
        border: 1px solid rgba(99, 102, 241, 0.2);
        min-width: 0;
        text-align: right;
        font-size: 1.1rem;
        font-weight: 700;
        color: #111827;
}

.wp-block-woocommerce-cart .wc-block-cart-item__remove-link,
.wc-block-cart .wc-block-cart-item__remove-link {
        order: -1;
        align-self: flex-end;
        font-size: 0;
        color: #64748b;
        text-decoration: none;
        transition: color 0.2s ease, transform 0.2s ease;
        padding: 6px;
        border-radius: 999px;
        background: rgba(15, 23, 42, 0.08);
        width: 34px;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 4px;
        margin-left: auto;
}

.wp-block-woocommerce-cart .wc-block-cart-item__remove-link::after,
.wc-block-cart .wc-block-cart-item__remove-link::after {
        content: "×";
        font-size: 1.125rem;
        line-height: 1;
        font-weight: 600;
}

.shop_table.cart td.product-remove {
        order: -1;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        align-self: flex-start;
        margin-left: auto;
        padding: 0;
}

.shop_table.cart .product-remove a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0;
        color: #64748b;
        text-decoration: none;
        transition: color 0.2s ease, transform 0.2s ease;
        padding: 6px;
        border-radius: 999px;
        background: rgba(15, 23, 42, 0.08);
        width: 34px;
        height: 34px;
}

.shop_table.cart .product-remove a::after {
        content: "×";
        font-size: 1.125rem;
        line-height: 1;
        font-weight: 600;
}

.wp-block-woocommerce-cart .wc-block-cart-item__remove-link:hover,
.wp-block-woocommerce-cart .wc-block-cart-item__remove-link:focus,
.wc-block-cart .wc-block-cart-item__remove-link:hover,
.wc-block-cart .wc-block-cart-item__remove-link:focus,
.shop_table.cart .product-remove a:hover,
.shop_table.cart .product-remove a:focus {
        color: #0f172a;
        transform: translateY(-1px);
        background: rgba(15, 23, 42, 0.08);
}

@media (max-width: 1040px) {
        .wp-block-woocommerce-cart table.wc-block-cart-items tr.wc-block-cart-items__row::after,
        .wp-block-woocommerce-cart .wc-block-cart-items__row::after,
        .wc-block-cart table.wc-block-cart-items tr.wc-block-cart-items__row::after,
        .wc-block-cart .wc-block-cart-items__row::after,
        .shop_table.cart tr.cart_item::after {
                transform: translateX(0);
        }

        .wp-block-woocommerce-cart .wc-block-cart-item__total,
        .wc-block-cart .wc-block-cart-item__total,
        .shop_table.cart td.product-subtotal {
                width: 100% !important;
                align-items: flex-start !important;
                text-align: left !important;
                min-width: auto !important;
                padding: 12px 0 !important;
        }

        .wp-block-woocommerce-cart table.wc-block-cart-items tr.wc-block-cart-items__row,
        .wp-block-woocommerce-cart .wc-block-cart-items__row,
        .wc-block-cart table.wc-block-cart-items tr.wc-block-cart-items__row,
        .wc-block-cart .wc-block-cart-items__row,
        .shop_table.cart tr.cart_item {
                gap: 18px !important;
        }

        .wp-block-woocommerce-cart .wc-block-cart-item__prices,
        .wc-block-cart .wc-block-cart-item__prices,
        .shop_table.cart td.product-name .wc-block-cart-item__prices,
        .shop_table.cart td.product-name .amount,
        .shop_table.cart td.product-price {
                width: 100%;
        }
}

@media (max-width: 782px) {
        .wp-block-woocommerce-cart table.wc-block-cart-items tbody,
        .wc-block-cart table.wc-block-cart-items tbody,
        .shop_table.cart tbody {
                gap: 20px !important;
        }

        .wp-block-woocommerce-cart table.wc-block-cart-items tr.wc-block-cart-items__row,
        .wp-block-woocommerce-cart .wc-block-cart-items__row,
        .wc-block-cart table.wc-block-cart-items tr.wc-block-cart-items__row,
        .wc-block-cart .wc-block-cart-items__row,
        .shop_table.cart tr.cart_item {
                gap: 20px !important;
                padding: 20px !important;
        }

        .wp-block-woocommerce-cart .wc-block-cart-item__image,
        .wc-block-cart .wc-block-cart-item__image,
        .shop_table.cart td.product-thumbnail {
                max-width: none !important;
        }

        .wp-block-woocommerce-cart .wc-block-cart-item__quantity,
        .wc-block-cart .wc-block-cart-item__quantity,
        .shop_table.cart td.product-quantity {
                width: 100% !important;
        }
}

.motqn-summary__notice {
    margin: 0 0 18px;
    padding: 16px 20px;
    border-radius: 18px;
    border: 1px solid rgba(37, 99, 235, 0.2);
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(15, 23, 42, 0.02));
    color: #0f172a;
    font-size: 14px;
    line-height: 1.7;
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
}

.motqn-summary__notice--banner {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 12px;
    row-gap: 4px;
    align-items: center;
}

.motqn-summary__notice-heading {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #1e3a8a;
}

.motqn-summary__notice-label {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 13px;
}

.motqn-summary__notice-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: radial-gradient(circle at 35% 35%, #bfdbfe, #2563eb);
    box-shadow: 0 0 0 6px rgba(59, 130, 246, 0.18);
    animation: motqn-notice-pulse 2.2s ease-in-out infinite;
}

.motqn-summary__notice-text {
    grid-column: 1 / -1;
    margin: 0;
    color: #0f172a;
}

@keyframes motqn-notice-pulse {
    0%,
    100% {
        box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
        opacity: 0.7;
    }
    50% {
        box-shadow: 0 0 0 12px rgba(220, 38, 38, 0.35);
        opacity: 1;
    }
}

.motqn-summary__notice-text strong {
    font-weight: 700;
    color: #0f172a;
}

@media (max-width: 782px) {
    .motqn-summary__notice--banner {
        grid-template-columns: 1fr;
        text-align: left;
    }
}
