@font-face {
	font-family: 'Myriad Pro';
	font-style: normal;
	font-weight: 400; /* Regular */
	src: local('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
}
@font-face {
	font-family: 'Myriad Pro';
	font-style: normal;
	font-weight: 700; /* Bold */
	src: local('Myriad Pro Bold'), url('../fonts/MYRIADPRO-BOLD.woff') format('woff');
}
.aqstik-holder {
	display: flex;
    justify-content: space-between;
	gap:37px;
}
.aqstik-holder .aqstik-image,
.aqstik-holder .aqstik-wrapper {
	flex: 1;
}
.aqstik-holder .aqstik-image .image-holder {
    max-width: 550px;
    margin: 0 auto;
	display: block;
	position: relative;
}
.btn-operations .zoom.zoom-active {
    display: flex !important;
}
.aqstik-holder .aqstik-image .canvas-container {
	filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.5));
}
.aqstik-holder .aqstik-image canvas {
	cursor: pointer !important;
}
.aqstik-holder .aqstik-image canvas.resize-active {
	cursor: grab !important;
}
.poster-icon-move {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	pointer-events: none;
	width: 100%;
    text-align: center;
	opacity: 0;
	transition: opacity 0.4s ease;
	display: flex;
    align-items: center;
    justify-content: center;
}

.poster-icon-move.show {
	opacity: 1;
}
.aqstik-wrapper .fieldset {
    margin-bottom: 30px;
}
table.variations, 
.variation-help-message {
    display: none;
}
.single-product-top form.cart {
	margin: 0px !important;
}
.hide-me {
	display: none !important;
}
.show-me {
	display: block;
}
.aqstik-wrapper h2 {
	text-transform: uppercase;
	font-size: 16px;
}
.aqstik-wrapper .fieldset {
	display: flex;
	flex-direction: column;
	padding: 15px 0;
	background: #fff;
	font-family:'DM Sans',sans-serif;
}
.aqstik-wrapper .fieldset .row {
	padding: 15px 15px 8px 15px;
	background-color: #fff;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.aqstik-wrapper .fieldset .layout__label {
	width: 30%;
}
.aqstik-wrapper .fieldset .layout__label span {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.5px !important;
	color: #000;
	font-weight: 600;
}
.aqstik-wrapper .fieldset .layout__content {
	width: 70%;
	display: flex;
	position: relative;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.aqstik-wrapper .fieldset .layout__content.size-btns {
	justify-content: start;
	flex-wrap: wrap;
	gap: 8px;
}
.aqstik-wrapper .fieldset .border-btn {
	width: calc(33% - 5px);
}
.aqstik-wrapper .fieldset .border-btn-2 {
	width: calc(50% - 5px);
}
.aqstik-wrapper .fieldset .pa_size-btn {
	width: 23%;
}
.aqstik-wrapper .fieldset .radio-btn {
	display: none;
}
.aqstik-wrapper .fieldset .radio-btn+label {
	cursor: pointer;
	border: 1px solid #D37657;
	background-color: #fff;
	height: 40px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	line-height: 1;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	color: #494949;
	letter-spacing: 0.5px;
}
.aqstik-wrapper .fieldset .radio-btn:checked+label {
	color: #008000;
    transition: all .2s;
    position: relative;
    border-color: #008000;
}
.aqstik-wrapper .fieldset .radio-btn:checked+label:before {
	font-family: 'phosphor' !important;
    content: "\e925";
    font-size: 14px;
    position: absolute;
    top: -1px;
    left: -1px;
    color: #fff;
    border: 1px solid #008000;
    background: #008000;
}
.aqstik-wrapper .fieldset .text-field::placeholder {
	color: #8e8e8e;
	opacity: 1; /* Firefox */
}
.aqstik-wrapper .fieldset .text-field::-ms-input-placeholder { /* Edge 12 -18 */
	color: #8e8e8e;
}
.aqstik-wrapper .fieldset .text-field {
	width: 100%;
	height: 40px;
	padding: 10px 15px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	color: #494949 !important;
	font-size: 10px;
	letter-spacing: 0.5px;
	border: 0;
	border-radius: 3px !important;
	background-color: #f4f4f4 !important;
}
.aqstik-wrapper .fieldset label .label-wrapper {
	width: 100%;
	height: 100%;
	padding: 10px;
	display: flex;
	justify-content: center;
}
.aqstik-wrapper .fieldset label .label-wrapper svg {
	width: 40px;
}
.aqstik-wrapper .fieldset .radio-btn:checked+label svg {
	fill: #008000;
}
.aqstik-image .dropzone {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	border: 2px dashed #dbdbdb;
	border-radius: 30px;
	background: #fff;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.aqstik-image .dropzone .dropzone-notification {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	margin: 3rem 2rem;
}
 @keyframes tilt-shaking {
 0% {
transform: rotate(0deg);
}
 4% {
transform: rotate(5deg);
}
 12% {
transform: rotate(-5deg);
}
 16% {
transform: rotate(2.5deg);
}
 20% {
transform: rotate(0deg);
}
 100% {
transform: rotate(0deg);
}
}
.aqstik-image .dropzone .dropzone-notification .upload-graphic {
	margin-bottom: 0;
	width: 150px;
    height: auto
	animation: tilt-shaking 5s infinite;
	animation-timing-function: ease-in-out;
}
.aqstik-image .dropzone .upload-type {
	margin: 0 0 65px;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
}
.aqstik-image .dropzone .upload-type li{
	background: #000;
    color: #fff;
    padding: 2px 10px;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 1px;
}
.dropzone .dropzone-notification h2 {
	font-size: 26px;
	margin: 0;
}
.dropzone .dropzone-notification p {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.aqstik-image .browser-btn {
	font-weight: 500;
	text-transform: uppercase;
	padding: 5px 20px;
	height: auto;
	width: 200px;
	border-radius: 4px !important;
	letter-spacing: 0.5px;
}
.aqstik-image .poster-icon-move svg {
	fill: #fff;
	width: 80%;
}
.aqstik-image .poster-icon-move .is-hidden-tablet {
	display: none;
}
.aqstik-image .btn-operations {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
	font-family: 'DM Sans', sans-serif;
}
.aqstik-image a.restart-btn {
	text-underline-offset: 4px;
	text-decoration: underline;
	color: #D37657;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}
.aqstik-image a.restart-btn:hover {
	color: #494949;
}
.aqstik-image .btn-operations .resize-btn {
	height: 47px;
	width: 47px;
	align-items: center;
	justify-content: space-evenly;
	display: flex;
	flex-direction: column;
	text-wrap: wrap;
	white-space: pre-wrap;
	padding: 3px 0;
	z-index: 5;
	border-radius: 4px;
}
.enabled {
	cursor: pointer; /* Show pointer cursor when adjustment is enabled */
}
.aqstik-image .btn-operations .crop-icon {
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
}
.aqstik-image .btn-operations .crop-icon svg {
	display: block;
	width: 100%;
	margin-top: 5px;
}
.aqstik-image .btn-operations .resize-btn .text {
	font-size: 9px;
	line-height: 1;
	font-weight: 400 !important;
	color: #fff;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'DM Sans', sans-serif;
}
.btn-operations .image-operations {
	display: flex;
	gap: 15px;
}
.btn-operations .zoom {
	list-style: none;
	display: none;
	flex-direction: column;
	align-items: center;
	padding: 0;
	margin: 0;
	gap: 3px;
}
.btn-operations .zoom a {
	width: 50px;
	height: 22px;
	display: block;
	background: #D37657;
	color: #fff;
	font-size: 15px;
	line-height: 1;
	text-align: center;
}
.btn-operations .zoom a.zoom-in {
	border-radius: 5px 5px 0 0;
	padding-top: 4px;
}
.btn-operations .zoom a.zoom-out {
	border-radius: 0 0 5px 5px;
	padding-top: 3px;
}
.dropzone.dragover {
	border-color: #0000ff;
}
#loading-image {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	background: rgba(0,0,0,0.7);
	z-index: 9999;
	text-align:center;
}
#loading-image .content-holder {
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}
#loading-image img {
	width:64px;
	height:64px;
}
#loading-image h4 {
	color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}
#product-422142 .aq-variation-rows,
#product-422149 .aq-variation-rows {
	display: none;
}
@media only screen and (max-width: 550px) {
	.aqstik-wrapper .fieldset .row {
		flex-direction: column;
		align-items: flex-start;
	}
	.aqstik-wrapper .fieldset .layout__label,
	.aqstik-wrapper .fieldset .layout__content {
		width: 100%;
	}
}