	/* Style the form */
	
	#regForm {
	    background-color: #f9f6f6;
	    margin: 25px auto;
	    padding: 40px;
	    width: 70%;
	    min-width: 300px;
	}
	/* Style the input fields */
	
	input {
	    padding: 10px;
	    width: 100%;
	    font-size: 17px;
	    font-family: Raleway;
	    border: 1px solid #aaaaaa;
	}
	/* Mark input boxes that gets an error on validation: */
	
	input.invalid {
	    background-color: #ffdddd;
	}
	/* Hide all steps by default: */
	
	.tab {
	    display: none;
	}
	/* Make circles that indicate the steps of the form: */
	
	.step {
	    height: auto;
	    width: auto;
	    margin: 0 2px;
	    background-color: #aaa;
	    border: none;
	    border-radius: 0;
	    display: inline-block;
	    padding: 5px;
	    cursor: pointer;
	}
	/* Mark the active step: */
	
	.step.active {
	    background-color: #462470;
	    color: #fff;
	}
	/* Mark the steps that are finished and valid: */
	
	.step.finish {
	    background-color: #4CAF50;
	}
	
	.DaimondType {
	    display: inline-block;
	    width: auto;
	}
	
	.btn.button.submitImage {
	    width: auto;
	    max-width: 250px;
	    /*float: left;*/
	    display: inline-block;
	}
	
	.uploadFile {
	    width: auto;
	    max-width: 300px;
	}
	
	#nextBtn.hideButton {
	    display: none;
	}
	
	.selectSize {
	    border: 1px solid;
	    display: inline-block;
	    margin: 5px;
	    overflow-wrap: break-word;
	    position: relative;
	}
	
	.imageCropper {
	    max-width: 100%;
	}
	
	.varLabel {
	    text-align: center;
	    width: 100% !important;
	    position: absolute;
	    top: 40%;
	    cursor: pointer;
	}
	
	.varLabel:hover {
	    font-weight: 600;
	}
	
	.crop-buttons {
	    margin-top: 30px;
	}
	
	#uploadFile {
	    padding: 20px;
	    /* display: none;*/
	}
	
	#content.blog-wrapper.blog-single.page-wrapper {
	    background-color: #f9f6f6;
	    padding: 20px;
	}
	
	.tabs-container {
	    margin-bottom: 100px;
	}
	
	header#header {
	    z-index: 1000;
	}
	
	.image.imageCropperContainer {
	    height: auto;
		touch-action: none !important;
	}
	
	.imageCropperContainer#imageCropperContainer img#jcrop_target,
	.image.previewImage img.previewImage,
	img.previewImage,
	.image.previewImage {
	    width: auto;
	    height: auto;
	    max-width: 100%;
	}
	
	.image.previewImage img.previewImage,
	canvas#previewImage {
	    font-family: Helvetica, Arial, sans-serif;
	    background: #111;
	    overflow-x: hidden;
	    color: #DDD;
	    line-height: 1.3em;
	}
	
	.button-group button {
	    pointer-events: none;
	    cursor: auto;
	}
	
	.error-messages {
	    color: red;
	    line-height: 12px;
	    font-size: 14px;
	}
	
	.skip-btn.skipSizeSelection {
	    display: inline-block;
	    font-size: 10px;
	}
	/** Spinner styles **/
	
	#spinner-container {
	    position: absolute;
	    max-width: 800px;
	    left: 39.5%;
	    top: 60%;
	}
	
	.sk-chase-spinner {
	    width: 70px;
	    height: 70px;
	    position: relative;
	    margin: auto;
	    animation: sk-chase 2.5s infinite linear both;
	}
	
	.sk-chase-dot {
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    left: 0;
	    top: 0;
	    animation: sk-chase-dot 2.0s infinite ease-in-out both;
	}
	
	.sk-chase-dot:before {
	    content: '';
	    display: block;
	    width: 25%;
	    height: 25%;
	    background-color: #000;
	    border-radius: 100%;
	    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
	}
	
	.sk-chase-dot:nth-child(1) {
	    animation-delay: -1.1s;
	}
	
	.sk-chase-dot:nth-child(2) {
	    animation-delay: -1.0s;
	}
	
	.sk-chase-dot:nth-child(3) {
	    animation-delay: -0.9s;
	}
	
	.sk-chase-dot:nth-child(4) {
	    animation-delay: -0.8s;
	}
	
	.sk-chase-dot:nth-child(5) {
	    animation-delay: -0.7s;
	}
	
	.sk-chase-dot:nth-child(6) {
	    animation-delay: -0.6s;
	}
	
	.sk-chase-dot:nth-child(1):before {
	    animation-delay: -1.1s;
	}
	
	.sk-chase-dot:nth-child(2):before {
	    animation-delay: -1.0s;
	}
	
	.sk-chase-dot:nth-child(3):before {
	    animation-delay: -0.9s;
	}
	
	.sk-chase-dot:nth-child(4):before {
	    animation-delay: -0.8s;
	}
	
	.sk-chase-dot:nth-child(5):before {
	    animation-delay: -0.7s;
	}
	
	.sk-chase-dot:nth-child(6):before {
	    animation-delay: -0.6s;
	}
	
	@keyframes sk-chase {
	    100% {
	        transform: rotate(360deg);
	    }
	}
	
	@keyframes sk-chase-dot {
	    80%,
	    100% {
	        transform: rotate(360deg);
	    }
	}
	
	@keyframes sk-chase-dot-before {
	    50% {
	        transform: scale(0.4);
	    }
	    100%,
	    0% {
	        transform: scale(1.0);
	    }
	}
	/** cart image watermark **/
	
	.cart-item-thumbnail-watermark {
	    position: relative;
	    display: block;
	    width: 100%;
	    text-align: center;
	    background-color: rgba(70, 36, 112, 0.8);
	    font-weight: bolder;
	    font-size: 13px;
	    /* border: 1px solid rgba(70, 36, 112, 0.59); */
	    /* border-radius: 100px; */
	    /* margin-left: 40%; */
	    padding: 3px;
	    margin-top: -23px;
	    color: #fff;
	    /* position: absolute; */
	    /* bottom: 45px; */
	    z-index: 1000;
	}
	
	h1.own-image-product-title {
	    font-size: 2.1em;
	    margin-bottom: 0;
		margin-top: 20px;
	}
	
	.previewImage#previewImage {
	    max-width: 100%;
	}

	.jcrop-holder, .jcrop-tracker {
		touch-action: none !important;
	}

	.step-5 p {
		padding: 20px;
		border: 2px solid #000;
		margin-top: 30px;
		max-width: 800px;
	}

	.ywgc_enter_code.dp-checkout-yith-gift-card {
		padding: 0;
		margin-bottom: 1em;
    	margin-top: 0.5em;
		display: block !important;
		font-size: .9em;
	}
	
	form.checkout_coupon.woocommerce-form-coupon.dp-checkout-coupon-form {
		margin-bottom: 0;
		font-size: .9em;
	}

	.ywgc_enter_code.dp-checkout-yith-gift-card button.button.ywgc_apply_gift_card_button,
	.dp-checkout-coupon-form button.button.expand.checkout-coupon-field {
		overflow: hidden;
		background-color: #f9f9f9 !important;
		text-shadow: 1px 1px 1px #fff;
		color: #333333 !important;
		border: 1px solid #462470;
		text-transform: none;
		font-weight: normal;
		padding: 0px 7px;
		margin: 0;
		width: 160px !important;
	}
	.ywgc_enter_code.dp-checkout-yith-gift-card button.button.ywgc_apply_gift_card_button:hover,
	.dp-checkout-coupon-form button.button.expand.checkout-coupon-field:hover {
		background-color: #462470 !important;
		color: #fff !important;
		text-shadow: none;
	}
	.woocommerce-form-coupon-toggle, form.checkout_coupon.woocommerce-form-coupon.has-border.is-dashed, .ywgc_have_code, .ywgc_enter_code {
		display: none !important;
	}
	
	.ywgc_enter_code.dp-checkout-yith-gift-card>div {
		margin: 0;
	}
	