.clearfix {clear: both;}
.text-start, .text-left {text-align: left;}
.text-end, .text-right {text-align: right;}
.text-center {text-align: center;}
.w-100 {width: 100% !important;}
.d-inline-block {display: inline-block !important;}
.d-inline {display: inline !important;}
.d-block {display: block !important;}
.gap-0 {gap: 0px;}
.gap-5 {gap: 5px;}
.gap-10 {gap: 10px;}
.gap-15 {gap: 15px;}
.gap-20 {gap: 20px;}
.px-0, .ps-0 {padding-left: 0 !important;}
.px-0, .pe-0 {padding-right: 0 !important;}
.px-1, .ps-1 {padding-left: .25rem !important;}
.px-1, .pe-1 {padding-right: .25rem !important;}
.px-2, .ps-2 {padding-left: .5rem !important;}
.px-2, .pe-2 {padding-right: .5rem !important;}
.px-3, .ps-3 {padding-left: 1rem !important;}
.px-3, .pe-3 {padding-right: 1rem !important;}
.px-4, .ps-4 {padding-left: 1.5rem !important;}
.px-4, .pe-4 {padding-right: 1.5rem !important;}
.px-5, .ps-5 {padding-left: 3rem !important;}
.px-5, .pe-5 {padding-right: 3rem !important;}
.py-0, .pt-0 {padding-top: 0 !important;}
.py-0, .pb-0 {padding-bottom: 0 !important;}
.py-1, .pt-1 {padding-top: .25rem !important;}
.py-1, .pb-1 {padding-bottom: .25rem !important;}
.py-2, .pt-2 {padding-top: .5rem !important;}
.py-2, .pb-2 {padding-bottom: .5rem !important;}
.py-3, .pt-3 {padding-top: 1rem !important;}
.py-3, .pb-3 {padding-bottom: 1rem !important;}
.py-4, .pt-4 {padding-top: 1.5rem !important;}
.py-4, .pb-4 {padding-bottom: 1.5rem !important;}
.py-5, .pt-5 {padding-top: 3rem !important;}
.py-5, .pb-5 {padding-bottom: 3rem !important;}
.mx-0, .ms-0 {margin-left: 0 !important;}
.mx-0, .me-0 {margin-right: 0 !important;}
.mx-1, .ms-1 {margin-left: .25rem !important;}
.mx-1, .me-1 {margin-right: .25rem !important;}
.mx-2, .ms-2 {margin-left: .5rem !important;}
.mx-2, .me-2 {margin-right: .5rem !important;}
.mx-3, .ms-3 {margin-left: 1rem !important;}
.mx-3, .me-3 {margin-right: 1rem !important;}
.mx-4, .ms-4 {margin-left: 1.5rem !important;}
.mx-4, .me-4 {margin-right: 1.5rem !important;}
.mx-5, .ms-5 {margin-left: 3rem !important;}
.mx-5, .me-5 {margin-right: 3rem !important;}
.my-0, .mt-0 {margin-top: 0 !important;}
.my-0, .mb-0 {margin-bottom: 0 !important;}
.my-1, .mt-1 {margin-top: .25rem !important;}
.my-1, .mb-1 {margin-bottom: .25rem !important;}
.my-2, .mt-2 {margin-top: .5rem !important;}
.my-2, .mb-2 {margin-bottom: .5rem !important;}
.my-3, .mt-3 {margin-top: 1rem !important;}
.my-3, .mb-3 {margin-bottom: 1rem !important;}
.my-4, .mt-4 {margin-top: 1.5rem !important;}
.my-4, .mb-4 {margin-bottom: 1.5rem !important;}
.my-5, .mt-5 {margin-top: 3rem !important;}
.my-5, .mb-5 {margin-bottom: 3rem !important;}
.border-0 {border: none !important;}
.border-1 {border: 1px solid #e5e5e5 !important;}
.border-2 {border: 2px solid #e5e5e5 !important;}
.border-3 {border: 2px solid #e5e5e5 !important;}
.border-top {border-left: none !important; border-bottom: none !important; border-right: none !important;}
.border-right {border-left: none !important; border-bottom: none !important; border-top: none !important;}
.border-bottom {border-left: none !important; border-right: none !important; border-top: none !important;}
.border-left {border-top: none !important; border-bottom: none !important; border-right: none !important;}
.radius-0 {border-radius: 0 !important;}
.radius-1 {border-radius: .25rem !important;}
.radius-2 {border-radius: .5rem !important;}
.radius-3 {border-radius: .1rem !important;}
.radius-4 {border-radius: 1.5rem !important;}
.radius-5 {border-radius: 3rem !important;}
.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .775rem;
    line-height: 1.5;
}
.product-parameters .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.product-parameters .input-group > .custom-file,
.product-parameters .input-group > .custom-select,
.product-parameters .input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.product-parameters .input-group > .custom-select:not(:last-child),
.product-parameters .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.product-parameters .input-group-append,
.product-parameters .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-parameters .input-group-append {
    margin-left: -1px;
}
.product-parameters .input-group-prepend {
    margin-right: -1px;
}
.product-parameters .input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.product-parameters .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.product-parameters .input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.product-parameters .input-group > .input-group-append:not(:last-child) > .btn,
.product-parameters .input-group > .input-group-append:not(:last-child) > .input-group-text,
.product-parameters .input-group > .input-group-prepend > .btn, .input-group>.input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.product-parameters .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0rem;
}
.product-parameters .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.product-parameters .holes-block .card-body {
    padding: 10px 0px;
}
.product-parameters {
	margin-top: 20px;
	margin-bottom: 20px;
}
.product-parameters > .row {
	display: flex;
    align-items: stretch;
}
.product-parameters img {
    vertical-align: middle;
    height: auto;
    max-width: 100%;
}
.product-parameters .outputImg,
.product-parameters .outputStl {
    display: block;
    width: 100%;
    height: auto;
    top: 0;
}
.generatordxf.product-parameters .outputImg {
    position: static;
	background-color: #fff;
    max-width: 100%;
}
.product-parameters input[type=number]::-webkit-inner-spin-button,
.product-parameters input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button;
    -moz-appearance: inner-spin-button;
    -o-appearance: inner-spin-button;
    appearance: inner-spin-button;
}
#canvas {
	max-width: 800px;
	max-height: 500px;
	width: 100%;
	height: 100%;
}
#form-nav a,
#form-desktop-nav a {
	text-transform: uppercase;
}
#form-nav a:focus,
#form-desktop-nav a:focus,
#form-nav a:hover,
#form-desktop-nav a:hover,
#form-nav a.active,
#form-desktop-nav a.active,
#form-nav a.tab-active,
#form-desktop-nav a.tab-active {
	color: #fff;
}
#configForm .tabs {
    padding: 0px;
}
#configForm .tabs .nav-tabs .nav-link:hover:before,
#configForm .tabs .nav-tabs .nav-link:focus:before,
#configForm .tabs .nav-tabs .nav-link.active:before,
#configForm .tabs .nav-tabs .nav-link.tab-active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
#configForm .tabs .nav-tabs .nav-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #293b59;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition: all 300ms ease-in-out 0s;
    border-radius: 0;
}
/* ********************************************** COLLAPSE ********************************************** */
.heading-collapse span {display: none;}
/* .heading-collapse { */
	/* padding-top: 15px; */
	/* padding-bottom: 5px; */
    /* border-bottom: 1px solid #e5e5e5; */
	/* cursor: pointer; */
/* } */
/* .heading-collapse:hover { */
	/* background-color: #eee; */
/* } */
/* #configForm .heading-collapse h3 { */
    /* border-bottom: none; */
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
/* } */
/* .content-collapse { */
	/* display: none; */
/* } */
/* ********************************************** / COLLAPSE ********************************************** */
.image_forme {
    min-height: 80px;
    text-align: center;
}
#generatordxf_formes > .row,
#generatordxf_formes > .row-fluid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
}
#generatordxf_formes > .row label,
#generatordxf_formes > .row-fluid label {
    height: 100%;
}
.generatordxf .tabs/* ,
.generatordxf .desktop-tab */ {
    padding: 20px;
    margin: 0;
    text-align: center;
	display: flex;
    flex-direction: row;
}
.generatordxf .tabs .nav-tabs {
	flex: 0 0 auto;
    width: 100%;
    border-bottom: none;
    text-align: left;
    margin: 0 0 20px;
	display: flex;
    flex-direction: column;
}
.generatordxf .desktop-tab .nav-tabs {
	/* flex: 0 0 auto; */
    /* width: 100%; */
    /* border-bottom: none; */
    /* text-align: left; */
    /* margin: 0 0 20px; */
	/* display: flex; */
    flex-direction: row;
}
.generatordxf .tabs .nav-tabs .nav-item {
    text-align: left;
    margin: 0px;
}
.generatordxf .tabs .nav-tabs li:nth-child(odd):not(:first-child) {
    text-align: left;
    margin: 10px 0px 0px;
    padding-top: 10px;
}
.generatordxf .desktop-tab .nav-tabs li:nth-child(odd):not(:first-child) {
    /* text-align: left; */
    margin: 0px;
    padding-top: 0px;
}
.generatordxf .tabs .tab-content {
	flex: 0 0 auto;
    width: 70%;
	display: flex;
    flex-direction: column;
}
.generatordxf .tabs .nav-tabs .nav-link:before,
.generatordxf .desktop-tab .nav-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #293b59;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition: all 300ms ease-in-out 0s;
    border-radius: 0;
}
.generatordxf .tabs .nav-tabs .nav-link:hover:before,
.generatordxf .desktop-tab .nav-link:hover:before,
.generatordxf .tabs .nav-tabs .nav-link:focus:before,
.generatordxf .desktop-tab .nav-link:focus:before,
.generatordxf .tabs .nav-tabs .nav-link:hover:before,
.generatordxf .desktop-tab .nav-link:hover:before,
.generatordxf .tabs .nav-tabs .nav-link:focus:before,
.generatordxf .desktop-tab .nav-link:focus:before,
.generatordxf .tabs .nav-tabs .nav-link.active:before,
.generatordxf .desktop-tab .nav-tabs .nav-link.active:before,
.generatordxf .tabs .nav-tabs .nav-link.active:before,
.generatordxf .desktop-tab .nav-tabs .nav-link.active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
#content_shade .d-flex {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
#configForm h3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
}
#configForm h4 {
    margin-top: 20px;
}
#generatordxf_formes img {
	height: 100px;
}
.line-separator {
	display: block;
	padding: 0px 15px;
	margin-top: 15px;
	margin-bottom: 15px;
    height: 1px;
    background-color: #e5e5e5;
}
#content_schema img {
	width: 100%;
	height: auto;
}
#generatordxf .row-fluid:after {
	content: '';
	display: block;
	clear: both;
}
.tab-forms > .row {
    display: flex;
    align-items: stretch;
    align-content: center;
    flex-wrap: wrap;
}
.generatordxf .tab-pane label {
	display: block;
}
.generatordxf .tab-pane.tab-plies label,
.generatordxf .tab-pane.tab-material label,
.generatordxf .tab-pane.tab-formes label {
    padding: 10px;
    margin: 15px 0px;
    border: 3px solid transparent;
	border-radius: 6px;
	text-align: center;
}
.generatordxf .tab-pane:not(.tab-dimensions) label:hover {
	cursor: pointer;
}
.generatordxf .tab-pane label {
	position: relative;
}
.generatordxf .tab-pane.tab-plies label.active:before,
.generatordxf .tab-pane.tab-material label.active:before,
.generatordxf .tab-pane.tab-formes label.active:before,
.generatordxf .tab-pane.tab-plies label:hover:before,
.generatordxf .tab-pane.tab-material label:hover:before,
.generatordxf .tab-pane.tab-formes label:hover:before {
	content: '';
	position: absolute;
	inset: 0px;
	display: block;
	border-radius: 6px;
    border: 3px solid #00a8e1;
}

#configForm .bottom-content .btn {
	color: #fff;
}
#configForm .bottom-content .btn.disabled,
#configForm .bottom-content .btn[disabled] {
    pointer-events: none;
	color: #666;
    cursor: no-drop;
}
.hole-options {
	height: 50px;
}
.hole .duplicate,
.hole .del {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 38px;
    padding: 0;
    text-align: center;
    background-color: rgba(255,255,255,0);
    border: 1px solid #eee;
    z-index: 2;
}
.hole .duplicate {
    right: 50px;
    border-right: 0px solid #eee;
    color: #000;
}
.text-danger.btn-primary:before {
    background: #ff4c4c;
}
.text-danger.btn-primary:hover .material-symbols-outlined {
    color: #fff;
    transition: all 400ms ease-in-out 0s;
}
.duplicate,
.del.text-danger {
    cursor: pointer;
}
.outputContent.empty {
    max-height: 1px;
    height: 0px;
	transition: height 0.3s ease-in-out;
}
.outputContent:not(.empty) {
	position: relative;
    max-height: 800px;
    height: 800px;
	padding-bottom: 75px;
	transition: height 0.3s ease-in-out;
}
.generatordxf-desktop .outputContent:not(.empty) {
    max-height: 695px;
    height: 695px;
}
.outputContent .outputImg,
.outputContent .outputImg img {
    height: 100%;
}
.outputPriceConfig {
    text-align: right;
}
.outputPriceConfig .label-product-price {
	display: inline-block;
    margin-right: 6px;
}
.outputPriceConfig .product-price {
    /* font-size: 20px; */
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}
.outputPriceConfig .price-updated {
    font-size: 18px;
    line-height: 20px;
}
.outputPriceConfig .product-price:not(.h5) {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    /* display: flex; */
    /* align-items: center; */
    /* flex-direction: row; */
}
.sticky-add-to-cart {
	padding: 20px;
    background: #f5f5f5;
}
.sticky-add-to-cart .product-quantity > .row {
	display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-left: 15px;
    padding-right: 15px;
}
.sticky-add-to-cart .product-quantity > .row > div {
	flex: 0 0 auto;
	width: 220px;
}
.sticky-add-to-cart .product-quantity > .row > div:first-child {
	margin-right: 35px;
}
.sticky-add-to-cart .product-quantity .qty {
    float: right;
    width: 65px;
    margin-bottom: 0px;
}
.sticky-add-to-cart .product-quantity .add {
    margin-bottom: 0px;
    width: 100%;
}
.sticky-add-to-cart .product-quantity .add button {
    width: 100%;
}
.outputContent .buttons-wrapper {
	display: none;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
}
.outputContent .buttons-wrapper {
    bottom: 20px;
}
.outputContent.outputContentDesktop .buttons-wrapper.show {
	display: block;
}
.outputContent .buttons-switches {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 5px;
}
.outputContent .buttons-switches button {
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    color: #222;
    background-color: #fff;
    padding: 5px;
    line-height: 62px;
    display: block;
    width: 55px;
    height: 55px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s linear;
	overflow: visible;
}
.outputContent .buttons-switches i {
    font-size: 28px;
    color: #222;
}
.outputContent .buttons-switches button.active {
    color: #fff;
    background-color: #00a8e1;
}
.outputContent .buttons-switches button i {
	transition: all 0.3s ease-in-out;
}
.outputContent .buttons-switches button.active i {
    color: #fff;
}
.outputContent .buttons-switches button:hover i,
.outputContent .buttons-switches button.active:hover i,
.outputContent .buttons-switches button:hover,
.outputContent .buttons-switches button.active:hover {
    color: #fff;
	transition: all 0.3s ease-in-out;
}
.product-parameters .outputStl {
    z-index: -1;
    position: absolute;
	
    display: block;
    width: 100%;
    height: auto;
    top: 0;
}
.product-parameters.show-stl .outputImg {
	display: none;
}
.product-parameters.show-stl .outputStl {
    z-index: 4;
    position: sticky;
    background-color: #fff;
}
.product-parameters .outputStl canvas {
    max-width: 50%;
    max-height: 20px;
}
.product-parameters.show-stl .outputStl canvas {
    max-width: 100%;
    max-height: 100%;
}
.tabs {
	position: relative;
}
.waiting-edited {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    background-color: rgba(0 0 0 /50%);
    z-index: 99;
    margin-bottom: 0px;
}
.waiting-edited > div {
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
	width: 120px;
	height: 120px;
	border: 5px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #00a8e1;
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
}






/* .sticky-position:not(:visible) + div { */
.sticky-position.d-none + div {
    width: 100% !important;
}
.desktop-tab .nav {
	display: flex;
    justify-content: space-between;
    gap: 5px;
	margin-bottom: 0px;
}
.desktop-tab .nav li {
	flex: 1;
    /* justify-content: space-between; */
}
/* #module-generateurdedxf-configurator  */#footer.bottom-generateurdedxf-configurator {
    background: transparent;
    margin: 0px;
}
.bottom-generateurdedxf-configurator .bottom-footer p {
    float: none;
    /* margin: 0; */
    padding: 5px 0;
    /* width: auto; */
    text-align: center;
}
#form-desktop-nav li:nth-child(2n) {
	display: none;
}
#form-desktop-nav a.active {
	pointer-events: none;
}
.text-white {color: #fff !important;}
.me-15 {margin-right: 15px;}
.generatordxf-desktop #configForm,
.generatordxf-desktop #configForm .tabs,
.generatordxf-desktop #configForm .tabs .row-fluid {
	height: 100%;
}
.generatordxf-desktop .sticky-position {
	border-right: 1px solid #e5e5e5;
}
.generatordxf-desktop .btn-preview {
	/* background-color: #222222; */
	/* color: #ffffff; */
}
.generatordxf-desktop .btn-preview a {
	background-color: #222222;
	color: #ffffff;
    padding: 15px 40px;
    font-weight: 400;
}
.generatordxf-desktop .btn-next {
    position: relative;
    /* bottom: 0px; */
    /* right: 0px; */
    /* left: 0px; */
}
.generatordxf-desktop .btn-next > a {
    background-color: #f5f5f5;
    color: #000000;
	
    display: block;
    text-align: end;
    padding: 40px 40px;
    font-weight: 400;
    /* position: absolute; */
    position: relative;
    z-index: 0;
    width: 100%;
}
.generatordxf-desktop #form-nav .btn-next > a:hover {
	color: #000000;
	text-decoration: underline;
}
.degressifs-price {
	
}
.degressifs-price .degressifs-price_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    /* gap: 15px; */
}
.degressifs-price .degressifs-price_content + .degressifs-price_content {
    margin-top: 5px;
}
.degressifs-price .degressifs-price_content:last-child {
    margin-top: 25px;
}
.generatordxf-desktop .alert_config_block > .alert {
	position: relative;
	z-index: 1;
	inset: 0px;
	margin-bottom: 0px;
}
.generatordxf-desktop #form-nav a:hover {
    color: inherit;
	text-decoration: underline;
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@media (min-width: 682px) {
	.generatordxf-desktop .row.selectGroupMaterial {
		display: flex;
		flex-wrap: wrap;
	}
}
@media (min-width: 768px) {
	.mt-md-0 {margin-top: 0 !important;}
	.d-md-inline-block {display: inline-block !important;}
	.d-md-inline {display: inline !important;}
	.d-md-block {display: block !important;}
}
@media (min-width: 992px) {
	.mt-lg-0 {margin-top: 0 !important;}
	.d-lg-inline-block {display: inline-block !important;}
	.d-lg-inline {display: inline !important;}
	.d-lg-block, #form-nav.d-lg-block {display: block !important;}
	.d-lg-none, #form-nav.d-lg-none {display: none !important;}
	.border-lg-0 {border: none !important;}
	
	/* #module-generateurdedxf-configurator { */
		/* overflow-y: hidden; */
	/* } */
	/* #generatorContent { */
		/* overflow-y: auto; */
		/* max-height: 695px; */
	/* } */
	#page > .otbreadcrumb {
		display: none !important;
	}
	.desktop-tab {
		display: block;
	}
	.product-parameters > .row {
		flex-wrap: wrap;
	}
	body .custom-check.selectGroupMaterial > div > label {
		min-height: 210px;
	}
	.product-parameters {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#main .page-content {
		margin-top: 30px;
	}
}
@media (min-width: 1200px) {
	.mt-xl-0 {margin-top: 0 !important;}
	.d-xl-inline-block {display: inline-block !important;}
	.d-xl-inline {display: inline !important;}
	.d-xl-block {display: block !important;}
}
@media (min-width: 1501px) {
	.mt-xxl-0 {margin-top: 0 !important;}
}

@media (max-width: 1199px) {
	.outputContent {
		max-height: 600px;
		height: 600px;
	}
	.sticky-add-to-cart .product-quantity > .row > div {
		flex: 0 0 auto;
		width: 180px;
	}
}
@media (max-width: 991px) {
	.outputContent {
		max-height: 525px;
		height: 525px;
	}
	.sticky-add-to-cart .product-quantity > .row > div {
		flex: 0 0 auto;
		width: 31%;
	}
	#generatordxf > .row {
		display: flex;
		flex-direction: column-reverse;
	}
	#generatordxf > .row .border-left {
		border-left: none !important;
		border-bottom: 1px solid #e5e5e5 !important;
	}
	.generatordxf .tabs.desktop-tab {
		display: none;
	}
}
@media (max-width: 767px) {
	.outputContent {
		max-height: 320px;
		height: 320px;
	}
	.sticky-add-to-cart .product-quantity > .row > div {
		flex: 0 0 auto;
		width: 50%;
	}
	.outputContent:not(.empty) {
		height: 600px;
	}
}
@media (max-width: 600px) {
	#configForm .tabs {
		flex-direction: column;
	}
	#configForm .tabs .nav-tabs {
		width: 100%;
	}
	.generatordxf .tabs .tab-content {
		width: 100%;
	}
	.generatordxf .tabs .nav-tabs .nav-item {
		margin: 0px 0px 5px;
	}
}
@media (max-width: 575px) {
	.outputContent:not(.empty) {
		height: 450px;
	}
}
@media (max-width: 543px) {
	.tabs .nav-tabs .nav-item {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.outputContent:not(.empty) {
		height: 400px;
	}
	.sticky-add-to-cart .product-quantity > .row > div {
		flex: 0 0 auto;
		width: 100%;
	}
	.sticky-add-to-cart .product-quantity > .row {
		flex-direction: column;
	}
}







#generatordxf .sticky-position .outputContent {
    position: sticky;
    top: 15px;
}
.control-button > span:not(.material-symbols-outlined) {
    display: block;
    line-height: 10px;
	color: #222;
}
#configForm .tab-pane.fade {
	height: 0px;
	display: none;
	transition: height 0.5s ease-in-out, display 0.5s ease-in-out;
}
#configForm .tab-pane.fade.in {
	height: 100%;
	display: block;
	transition: height 0.5s ease-in-out, display 0.5s ease-in-out;
}
.btn-area {
	position: relative;
    display: block;
    appearance: initial;
    padding: 25px;
    width: 100%;
    background-color: transparent;
	border: 1px solid #666;
}
.generatordxf-desktop .btn-area {
	/* position: relative; */
    /* display: block; */
    appearance: initial;
    text-transform: uppercase;
	font-size: 16px;
    /* padding: 25px; */
    width: auto;
    margin-left: auto;
    background-color: #222222;
    color: #ffffff;
    padding: 15px 40px;
    font-weight: 400;
	border: none;
}
button.btn-area span {
    position: absolute;
	display: none;
    left: 50%;
    top: 5px;
    line-height: 20px;
}
#generatordxf_formes label > input,
#generatordxf_material label > input {
	opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
.sticky-add-to-cart {
    position: absolute;
    left: 15px;
    right: 15px;
    z-index: 98;
    bottom: 0;
}
/* .sticky-add-to-cart { */
	/* position: sticky; */
	/* bottom: 15px; */
	/* z-index: 98; */
/* } */

@media (max-width: 1299px) {
	.sticky-add-to-cart .product-quantity > .row > div:first-child {
		margin-right: 23px;
	}
	.row-add-to-cart {
		flex-direction: column;
	}
	.product-quantity .row-add-to-cart .add {
		float: none;
	}
	.sticky-add-to-cart .product-quantity > .row > div {
		width: 100%;
	}
}
@media (max-width: 991px) {
	.sticky-add-to-cart .product-quantity > .row > div:first-child {
		margin-right: 35px;
	}
	.sticky-add-to-cart .product-quantity > .row {
		flex-direction: row;
	}
	.sticky-add-to-cart .product-quantity > .row > div {
		width: 180px;
	}
}
@media (min-width: 992px) and (max-height: 1080px) {
	.outputContent:not(.empty) {
		height: calc(100vh - 300px) !important;
	}
	.outputStl canvas {
		height: calc(100vh - 300px) !important;
	}
}