/*
Coffee Design Wizard - CSS
*/
@font-face {
  font-family: 'Swis_721_Md_BT';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Swis721-Md-BT-Medium_43200.woff) format('woff');
}
@font-face {
  font-family: 'Swis_721_BT';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/swiss-721-bt.woff) format('woff');
}
@font-face {
  font-family: 'Dutch_801_Rm_BT';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Du801Rm.woff) format('woff');
}
@font-face {
  font-family: 'Cooper Md BT';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/CooperMediumBT.woff) format('woff');
}
@font-face {
  font-family: 'Futura Hv BT';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Futura-Heavy-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Arvo CDW';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/old/BM-nqL-L5PgjKPDNaleWB_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Droid Sans Mono CDW';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/old/ns-m2xQYezAtqh7ai59hJaH0X__W3S3MJL29bc5CWfs.woff) format('woff');
}
@font-face {
  font-family: 'Indie Flower CDW';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/old/10JVD_humAd5zP2yrFqw6qRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
  font-family: 'Lobster CDW';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/old/NIaFDq6p6eLpSvtV2DTNDQLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans CDW';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/old/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
  font-family: 'Orbitron CDW';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/old/94ug0rEgQO_WuI_xKJMFc3YhjbSpvc47ee6xR_80Hnw.woff) format('woff');
}
@font-face {
  font-family: 'Oswald CDW';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/old/qpy-UiLNKP-VfOdbcs6r6-vvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}
@font-face {
  font-family: 'Permanent Marker CDW';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/old/9vYsg5VgPHKK8SXYbf3sMmVSxyvLCPm9firj_jMeQtQ.woff) format('woff');
}
@font-face {
  font-family: 'Raleway CDW';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v12/cIFypx4yrWPDz3zOxk7hIQLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Mono CDW';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotomono/v5/hMqPNLsu_dywMa4C_DEpY7rIa-7acMAeDBVuclsi6Gc.woff) format('woff');
}





.clear {
	clear: both;
	float: none !important;
}
.cdw-container {
	background-color: #ebebeb;
}
#coffee-design-wizard {
	position: relative;
	padding-bottom: 25px;
}
#coffee-design-wizard::before {
	content: "";
	position: absolute;
	top: -40px;
	left: -40px;
	width: calc(100% + 80px);
	height: calc(100% + 80px);
	border: 5px solid #ed3338;
}
#coffee-design-wizard > h2 {
	position: absolute;
	top: -56px;
	margin: 0;
	font-size: 36px;
	background-color: white;
	color: #ed3338;
	padding: 0 20px;
	line-height: 1em;
	left: -20px;
}
.cdw-heading-block {
	position: relative;
}
.cdw-heading-block h3 {
	color: #002157;
	font-size: 26px;
	font-weight: 600;
	margin: 0;
	padding: 20px;
}
.cdw-dimensions-block {
	position: absolute;
	right: 0;
	top: 26px;
	color: #002157;
	font-size: 18px;
}
.cdw-canvas-wrapper::before {
	content: 'You can drag & drop each line to position your text \A Caution: do not overlap your lines';
	color:#ed3338;
	position: absolute;
	z-index: 9;
	/* top: 10px; */
	right: 15px;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
	white-space: pre-wrap;
	text-align: right;
}
.cdw-preview-block {
	width: 440px;
	float: left;
}
.cdw-properties-block {
	width: calc(100% - 440px);
	float: left;
	position: relative;
	z-index: 5;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cdw-properties-block .inner-left {
	width: 350px;
	order: 1;
}
.cdw-properties-block .inner-right {
	width: calc(100% - 370px);
	order: 0;
}
.cdw-properties-block h4 {
	background-color: #002157;
	color: #ffffff;
	font-weight: 500;
	padding: 10px 25px 8px;
	margin: 0 0 10px;
}
#cdw-border {
	margin-right: 10px;
}
.cdw-border {
	text-align: right;
}
#cdw-preview {
	background-color: #ffffff;
	position: relative;
	z-index: 6;
	background-image: url('/wp-content/plugins/coffee-design-wizard/images/trans-3.png');
	width:440px;
	height:294px;
}
#cdw-preview:hover {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

 /* (Optional) Apply a "closed-hand" cursor during drag operation. */
#cdw-preview:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.cdw-properties-block > h3 {
	position: absolute;
	background-color: #ed3338;
	width: auto;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	left: 50px;
	top: 0;
	margin: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1em;
	font-size: 25px;
	padding: 8px 25px;
}
.cdw-properties-block > h4 {
	text-transform: uppercase;
	text-align: right;
	margin: 0;
	padding: 12px 0;
	font-weight: 600;
}
.noink {
	display: none;
}
.ink-colour-prop,
.background-colour-prop {
	position: relative;
	clear: both;
}
.background-colour-prop,
.type-embosser .ink-colour-prop {
	display: none;
}
.type-name-badge .background-colour-prop {
	display: block;
}
.ink-colour-prop h5,
.background-colour-prop h5 {
	background-color: #002157;
	color: #ffffff;
	font-weight: 600;
	margin: 10px 0 0;
	padding: 10px 25px;
}
.cdw-ink-colour,
.cdw-background {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 23px;
	line-height: 23px;
	border: 1px solid #000000;
	font-size: 12px;
	display: block;
	color: #000000;
	position: absolute;
	top: 8px;
	right: 8px;
	font-size: 12px;
	padding-right: 20px;
	width: 75px;
	background-color: #ffffff !important;
}
/*lightbox styles*/
.cdw-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 9999;
	display: none;
}
.cdwlb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cdwlb-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #ffffff;
	width: 95%;
	max-width: 600px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 25px;
}
.cdwlb-content h3 {
	position: absolute;
	background-color: #002157;
	font-weight: 500;
	margin: 0;
	bottom: 100%;
	left: 0;
	padding: 12px 50px;
	line-height: 1em;
	z-index: 1;
	width: 100%;
	color: #ffffff;
}
.cdwlb-cross {
	width: 50px;
	height: 43px;
	position: absolute;
	bottom: 100%;
	right: 0;
	cursor: pointer;
	background-color: #ed3338;
	z-index: 1;
}
.cdwlb-cross::before, 
.cdwlb-cross::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 24px;
	left: 13px;
	top: 21px;
	background-color: #ffffff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cdwlb-cross::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#cdw-uploading-button,
#cdw-m-uploading-button {
	background-color: #ed3338;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 600;
	padding: 7px 16px;
	display: block;
	margin-left: auto;
	margin-top: 12px;
	color: #ffffff;
	font-size: 14px;
	width: 200px;
	text-align: center;
	cursor: pointer;
}
.cdw-allowed-file-types {
	font-size: 11px;
	font-weight: 600;
	color: #973333;
}
.cdwlb-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.9);
	text-align: center;
	display: none;
}
.cdwlb-loader i {
	font-size: 50px;
	color: #ed3338;
	top: 40px;
	position: relative;
}

/*layerbox*/
.cdw-layers {
	background-color: #ffffff;
	height: 213px;
	position: relative;
	overflow-y: scroll;
}
.cdw-single-layer {
	background-color: #ffffff;
	height: 40px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: top 0.25s ease 0s;
	-ms-transition: top 0.25s ease 0s;
	-o-transition: top 0.25s ease 0s;
	transition: top 0.25s ease 0s;
	cursor: pointer;
}
.cdw-single-layer:hover {
	background-color: #f3f3f3;
}
.cdw-single-layer.active {
	background-color: #cccccc;
}
.cdw-active {
	width: 30px;
	height: 100%;
	position: relative;
	float: left;
}
.cdw-active::after {
	content: "";
	position: absolute;
	background-color: transparent;
	width: 8px;
	height: 100%;
	border-radius: 0;
	top: 0;
	left: 0;
}
.cdw-single-layer.active .cdw-active::after {
	background-color: #ed3338;
}
.cdw-layer-title {
	height: 100%;
	width: calc(100% - 120px);
	float: left;
	font-size: 14px;
	padding-top: 10px;
	font-weight: 500;
	color: #000000;
}
.cdw-layer-title em {
	font-size: 12px;
	font-weight: 400;
	text-transform: lowercase;
	color: #666666;
}
.cdw-layer-actions {
	width: 90px;
	float: left;
	height: 100%;
	text-align: center;
}
.cdw-layer-actions span {
	display: inline-block;
	cursor: pointer;
	height: 100%;
	width: 33%;
	font-size: 14px;
	padding-top: 10px;
	color: #000000;
}
.cdw-layer-actions span:hover {
	background-color: #ed3338;
	color: #fff;
}
.new-layer {
	background-color: #002157;
	color: #ffffff;
	font-weight: 600;
	margin: 5px 0 0;
	padding: 10px 20px 8px 40px;
	width: 100%;
	font-size: 12px;
	cursor: pointer;
	position: relative;
}
.new-layer:hover {
	background-color: #ed3338;
}
.new-layer i {
	position: absolute;
	top: 9px;
	right: 10px;
	font-size: 18px;
}
.new-layer span {
	font-size: 25px;
	position: absolute;
	top: 0;
	left: 15px;
	font-weight: 400;
}
.new-layer .cdw-oc-info {
	left: calc(100% + 2px);
	color: #000000;
}
.cdw-layer-properties {
	/*position: relative;*/
	/*overflow: hidden;*/
}
.cdw-layer-properties > div {
	display: none;
}
.cdw-font-family {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 23px;
	line-height: 22px;
	border: 1px solid #000000;
	width: 129px;
	font-size: 12px;
	text-align: left;
	margin: 0 2px 0 0;
	float: left;
	display: block;
	background-color: transparent;
	color: #000000;
}
.cdw-font-size {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 23px;
	line-height: 22px;
	border: 1px solid #000000;
	width: 50px;
	font-size: 12px;
	text-align: left;
	float: left;
	margin: 0 2px;
	display: block;
	background-color: transparent;
	color: #000000;
}
.cdw-font-bold, 
.cdw-font-italic, 
.cdw-font-underline {
	border: 1px solid #000000 !important;
	border-radius: 0;
	background-color: transparent;
	height: 23px;
	display: block;
	width: 23px;
	margin: 0 2px;
	float: left;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
	font-size: 12px;
	cursor: pointer;
	line-height: 22px;
	color: #000000;
}
.cdw-font-bold {
	font-weight: bold;
}
.cdw-font-italic {
	font-style: italic;
}
.cdw-font-underline {
	text-decoration: underline;
}
.cdw-font-bold.active, 
.cdw-font-italic.active, 
.cdw-font-underline.active {
	background-color: #ed3338;
	color: #ffffff;
}
input.cdw-font-colour {
	height: 30px;
	display: block;
	border: 0px solid #ffffff !important;
	border-radius: 0 !important;
	padding: 0 !important;
	margin: 0 0 0 2px;
	width: calc(100% - 265px);
	float: left;
	text-align: center;
	font-size: 12px;
}
.cdw-textarea {
	border: 0px solid #666;
	border-radius: 0;
	resize: none;
	margin-top: 10px;
	clear: both;
	background-color: #ffffff;
	height: 150px;
	font-family: 'Montserrat', sans-serif;
	padding: 6px 12px;
	font-size: 14px;
}
.cdw-text-layer-prop-coords {
	margin-top: 5px;
	float: left;
	width: 50%;
}
.pre-doubleinputs {
	width: 100%;
	margin: 5px 0 0;
	padding: 0;
	font-size: 12px;
	text-align: center;
}
.cdw-doubleinputs-block {
	/*float: left;*/
	text-align: center;
}
.cdw-doubleinputs-block > label {
	width: auto;
	font-size: 12px;
	margin-bottom: 4px;
	display: inline-block;
	position: relative;
}
.cdw-doubleinputs-block input {
	width: 70px;
	border-radius: 0 !important;
	border-width: 1px !important;
	font-size: 12px;
	border-color: #000000 !important;
	padding-left: 20px !important;
	background-color: transparent !important;
	height: 24px;
	line-height: 22px;
	margin-right: 4px;
	color: #000000 !important;
}
.cdw-image-layer-prop-size .cdw-doubleinputs-block input {
	padding-left: 25px !important;
	padding-top: 4px;
}
.cdw-doubleinputs-block span {
	position: absolute;
	left: 6px;
	top: 3px;
	color: #ed3338;
	font-weight: 700;
	z-index: 9;
}
.text-shape-options {
	text-align: center;
	float: left;
	width: 50%;
	margin-top: 4px;
}
#coffee-design-wizard.base-shape-square .text-shape-options {
	display: none;
}
.text-shape-options input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}
.text-shape-options label {
	width: 40px;
	height: 24px;
	background-color: #ebebeb;
	display: inline-block;
	border: 1px solid #000000;
	margin: 2px 2px 0;
	position: relative;
	cursor: pointer;
}
.text-shape-options input:checked + label {
	background-color: #ed3338;
}
.text-shape-options label span {
	position: absolute;
	width: 24px;
	height: 12px;
	left: 7px;
	background-color: transparent;
	top: 5px;
	overflow: hidden;
}
.text-shape-options label[for="cdw-text-layer-shape-1"] span::after {
	content: "";
	position: absolute;
	top: 0;
	left: -4px;
	width: 38px;
	height: 100%;
	border: 4px solid #000000;
}
.text-shape-options label[for="cdw-text-layer-shape-2"] span::after,
.text-shape-options label[for="cdw-text-layer-shape-3"] span::after {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	border: 4px solid #000000;
	border-radius: 100%;
	left: 0;
	top: 0;
}
.text-shape-options label[for="cdw-text-layer-shape-3"] span::after {
	top: -12px;
}
.text-shape-options input:checked + label span::after {
	border-color: #ffffff;
}
.cdw-image-layer-prop-preview {
	color: transparent;
	font-size: 1px;
	height: 130px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #c9cfdb;
	position: relative;
	width: 100%;
	border: 5px solid #c9cfdb;
}
.cdw-image-layer-prop-angle {
	width: auto;
	background-color: #ebebeb;
	float: left;
	text-align: center;
}
.cdw-image-layer-auto-adjust {
	width: auto;
	background-color: #ebebeb;
	float: left;
	text-align: center;
	/* height: 70px; */
	/* position: relative; */
	/* top: -23px; */
	/* left: 22px; */
	margin-top: 10px;
	margin-left: 10px;
}
.cdw-image-layer-prop-angle > p {
	margin-bottom: 0;
	font-size: 12px;
	margin-top: 0;
	display: inline-block;
	position: relative;
	top: -2px;
}
.cdw-image-layer-prop-size > p {
	float: left;
	margin-bottom: 0;
	font-size: 12px;
	padding-right: 5px;
	margin-top: 3px;
}
.cdw-image-layer-prop-size {
	float: left;
	margin-left: 10px;
}
.cdw-image-layer-prop-size .cdw-doubleinputs-block {
	display: inline-block;
}
.cdw-image-layer-prop-size .cdw-doubleinputs-block > label {
	width: auto;
	font-size: 12px;
	margin-bottom: 4px;
	float: left;
	position: relative;
}
.cdw-image-layer-prop-coords {
	float: left;
	margin-top: 8px;
	margin-bottom: 5px;
}
.cdw-image-layer-prop-coords p, 
.cdw-image-layer-auto-adjust > p {
	font-size: 12px;
	margin: 0;
	display: inline-block;
}
.cdw-image-layer-auto-adjust > p {
	position: relative;
	top: -3px;
}
.cdw-image-layer-prop-coords .cdw-doubleinputs-block {
	text-align: center;
	display: inline-block;
	margin-left: 5px;
}
.cdw-image-layer-prop-coords .cdw-doubleinputs-block input {
	width: 60px;
}
.cdw-image-layer-prop-angle > div, 
.cdw-image-layer-auto-adjust > div {
	background-color: transparent;
	border: 1px solid #000000;
	width: 24px;
	height: 24px;
	cursor: pointer;
	display: inline-block;
	color: #000000;
	font-size: 16px;
	margin: 0 0 0 4px;
}
.cdw-image-rotate-clock,
.cdw-image-auto-size {
	left: 12px;
}
.cdw-image-rotate-anti,
.cdw-image-auto-center {
	right: 12px;
}
.cdw-image-auto-center {
	line-height: 22px;
	padding-left: 1px;
}
.cdw-image-layer-prop-size .pre-doubleinputs {
	width: 40px;
}
.cdw-canvas-size {
	width: 155px;
	float: left;
	height: 40px;
	padding-top: 5px;
	display: none;
}
.cdw-canvas-size em {
	font-size: 11px;
}
#cdw-area-height, 
#cdw-area-width {
	width: 45px;
	font-size: 12px;
	border-radius: 0;
	border-width: 1px;
	border-color: #666666;
	display: inline-block;
}
.cdw-rounded {
	float: left;
	width: 110px;
	font-size: 13px;
	height: 40px;
	padding-top: 7px;
}
.cdw-rounded label {
	padding-left: 6px;
}
.cdw-quantity-block {
	width: 125px;
	float: left;
	font-size: 12px;
	height: 40px;
	padding-top: 5px;
	padding-left: 10px;
}
.cdw-quantity-block span {
	/*position: relative;
	top: 1px;*/
}
#cdw-quantity {
	border-radius: 0;
	border-width: 1px;
	border-color: #000000;
	font-size: 12px;
	width: 50px;
	margin-left: 10px;
	text-align: center;
	color: #000000;
	background-color: transparent !important;
	padding: 1px 1px;
}
.cdw-pricing-cart-block {
	float: right;
	/* width: calc(100% - 125px); */
}
.cdw-current-price {
	float: left;
	color: #ed3338;
	font-weight: 800;
	font-size: 18px;
	margin-right: 20px;
	margin-top: 2px;
}
.cdw-add-to-cart-button {
	float: left;
	background-color: #ed3338;
	color: #ffffff;
	font-size: 18px;
	padding: 2px 20px;
	cursor: pointer;
	font-weight: 500;
}
.cdw-add-to-cart-button:hover {
	background-color: #002157;
}
.cdw-background-block {
	width: 40px;
	float: left;
	height: 26px;
	margin-top: 5px;
}
/*.cdw-background {
	padding: 0 !important;
	border-radius: 0 !important;
	box-shadow: 0 0 0;
	width: 100%;
	height: 100%;
	border-width: 0 !important;
}*/
.cdw-shapes {
	width: 150px;
	float: left;
	padding: 5px 0 0 10px;
	position: relative;
}
#cdw-base-shape {
	width: 100%;
	-moz-appearance: none;
	appearance: none;
	display: block;
	border: 1px solid #666666;
	font-size: 12px;
	height: 25px;
}
.cdw-mof .cdw-current-price {
	width: 100%;
	position: relative;
	left: 0;
	color: #ffffff;
	font-weight: 600;
	font-size: 20px;
	top: 0;
}
.cdw-current-price em {
	font-weight: normal;
	font-size: 13px;
}
.cdw-mof td .cdw-current-price em {
	position: relative;
	right: 0;
	top: 0;
}
.cdw-processing {
	position: absolute;
	top: -20px;
	left: -4px;
	width: calc(100% + 4px);
	height: calc(100% + 50px);
	background-color: rgba(255,255,255,0.75);
	z-index: 7;
	display: none;
}
.cdw-processing > div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 150px;
	color: #ed3338;
}
.cdw-create-export-data {
	display: block;
	background-color: #ed3338;
	color: #ffffff;
	padding: 5px;
	position: relative;
}
.exportable-cdw-data {
	text-align: center;
	width: 100%;
	max-width: 440px;
	margin-left: auto;
	margin-right: calc(50% - 574px);
	position: relative;
	z-index: 9;
	top: 21px;
}
.exportable-cdw-data textarea {
	/* max-width: 800px; */
	width: 100%;
	font-size: 8px;
	font-family: monospace;
	height: 75px;
	margin: auto;
	display: none;
	text-align: left;
	border-radius: 0;
	resize: none;
	border-color: #ed3338;
	background-color: #cacaca;
	color: #000000;
	border-width: 2px 2px 0;
	word-break: break-all;
}
.cdw-create-export-data span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 100%;
	background-color: #002157;
	font-size: 22px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	overflow: hidden;
}
.cdw-create-export-data.loading span {
	width: 100%
}
.cdw-background-image + img {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	bottom: 0;
	right: 0;
	pointer-events: none;
}
/*CART PAGE*/
.cdw-cart-table {
	text-align: center;
	margin: auto;
	border: 1px solid #cccccc;
	max-width: 1200px;
	border-collapse: collapse;
}
.cdw-cart-page-preview {
	width: 80px;
}
.cdw-cart-page-remove {
	display: block;
	width: 34px;
	height: 34px;
	position: relative;
	border-radius: 100%;
	margin: 0 auto;
}
.cdw-cart-page-remove:hover {
	background-color: #ebebeb;
}
.cdw-cart-page-remove span {
	position: absolute;
	background-color: #973333;
	height: 2px;
	width: 24px;
	left: 5px;
	top: 16px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cdw-cart-page-remove span:last-child {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cdw-cart-table th:nth-child(1) {
	width: 64px;
}
.cdw-cart-table tr {
	border-top: 1px solid #ebebeb;
}
.cdw-cart-table tr:nth-child(2n) {
	/*background-color: #f5f5f5;*/
}
.cdw-cart-table td,
.cdw-cart-table th {
	padding: 5px 2px;
	border: 1px solid #cccccc;
	position: relative;
}
.cdw-cart-table th {
	font-weight: 600;
	color: #000000;
	font-size: 12px;
}
.shop_table.cart thead, 
.shop_table.cart tr:nth-last-child(n+2) {
	display: none;
}
.shop_table.cart {
	max-width: 1200px;
	margin: auto !important;
	border: 0 !important;
}
.cdw-cart-table h5 {
	/* background-color: #002157; */
	color: #000000;
	/* font-weight: 400; */
	margin: 0;
	padding: 5px 10px;
	display: block;
}
.cdw-cart-table img {
	height: 100px !important;
	width: auto;
	display: block;
	margin: auto;
}
.cart-line-cost {
	color: #ed3338;
	font-weight: 800;
}
/* CHECKOUT PAGE */
body.woocommerce-checkout #colophon {
	border-top: 10px solid #ed3338;
	margin-top: 50px;
}
.checkout.woocommerce-checkout {
	border: 1px solid #cccccc;
	max-width: 600px;
	width: 100%;
	float: left;
}
#customer_details .col-1, 
#customer_details .col-2,
.cdw-finalise-order {
	width: 100%;
	float: none;
}
.cdw-accordion-block {
	padding: 5px;
	border: 1px solid #ccc;
}
.cdw-checkout-accordion-heading {
	margin: 0;
	background-color: #f5f5f5;
	padding: 5px 5px 5px 25px;
	font-size: 22px;
	position: relative;
	cursor: pointer;
	font-weight: 400;
}
.cdw-checkout-accordion-heading span {
	background-color: #f5f5f5;
	color: #ed3338;
	position: relative;
	display: inline-block;
	padding: 0 25px;
	left: 0;
	-webkit-transition: left 0.25s linear 0s;
	-ms-transition: left 0.25s linear 0s;
	-o-transition: left 0.25s linear 0s;
	transition: left 0.25s linear 0s;
}
.cdw-checkout-accordion-heading.active span {
	left: -25px;
	background-color: #ed3338;
	color: #ffffff;
	-webkit-transition: left 0.4s ease-out 0s;
	-ms-transition: left 0.4s ease-out 0s;
	-o-transition: left 0.4s ease-out 0s;
	transition: left 0.4s ease-out 0s;
}
.woocommerce form .form-row-first, 
.woocommerce-page form .form-row-first {
	clear: left;
}
.woocommerce-billing-fields > h3,
#ship-to-different-address,
#order_review_heading {
	/*display: none;*/
}
#customer_details .col-2 {
	padding-top: 0;
}
form.woocommerce-checkout input, 
form.woocommerce-checkout textarea, 
form.woocommerce-checkout select {
	border-radius: 0;
	font-size: 14px;
}
.woocommerce form .form-row label {
	font-size: 13px;
	line-height: 20px !important;
	color: #999999;
}
.woocommerce-checkout #payment {
	background-color: #ffffff !important;
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
	background-color: #ed3338 !important;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	background-color: #002157 !important;
}
.woocommerce table.shop_table {
	font-size: 14px;
	border-radius: 0 !important;
	margin-top: 5px !important;
}
.cdw-cart-preview {
	width: calc(100% - 625px);
	float: left;
	margin-left: 25px;
}
.cdw-cart-preview > h3 {
	color: #ffffff;
	background-color: #ed3338;
	margin: 0 auto;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 17px;
	text-align: right;
	padding: 5px 25px;
	width: 100%;
}
.cdw-cart-preview .cdw-cart-table th {
	font-weight: 400;
}
.cdw-cart-preview .cdw-cart-table th:nth-child(1), 
.cdw-cart-preview .cdw-cart-table th:nth-child(2) {
	width: auto;
}
.cdw-cart-preview .cdw-cart-table td, 
.cdw-cart-preview .cdw-cart-table th {
	font-size: 12px;
}

/* Order calculation box */
body.home #content {
	margin-top: 165px;
}
.cdw-ordercalc {
	position: relative;
	padding: 25px 25px 25px 75px;
	background-color: #EBEBEB;
}
.cdw-oc-wrapper {
	overflow: hidden;
	position: relative;
}
.cdw-ordercalc h2 {
	position: absolute;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	background-color: rgba(155,204,79, 0.75);
	top: -25px;
	margin: 0;
	line-height: 50px;
	padding: 0 50px;
	left: 50px;
	width: calc(100% - 50px);
}
.cdw-ordercalc h3 {
	font-size: 15px;
}
.cdw-oc-sizes > div {
	width: 50%;
	float: left;
}
#cdw-oc-w, 
#cdw-oc-h,
#cdw-oc-q {
	width: 100px;
	border-radius: 0;
	border-color: #404040;
}
.cdw-oc-sizes span {
	display: block;
	font-size: 12px;
	padding-left: 20px;
}
.cdw-oc-sizes img {
	vertical-align: top;
	position: relative;
	top: 5px;
	margin-right: 5px;
}
.cdw-oc-sizes div:last-child img {
	top: 2px;
}
.cdw-oc-info-block {
	display: none;
	position: absolute;
	background-color: #ffffff;
	border: 2px solid #cccccc;
	font-weight: 400;
	width: 200px;
	right: -25px;
	padding: 10px 10px;
	font-size: 11px;
	z-index: 999;
	text-transform: none;
	color: #666;
}
.cdw-oc-info-block::after {
	content: "";
	position: absolute;
	top: -10px;
	right: 19px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #cccccc;
}
.cdw-oc-info:hover .cdw-oc-info-block {
	display: block;
}
.cdw-oc-extras > div {
	width: 150px;
	float: left;
	position: relative;
}
.cdw-oc-extras > div:nth-child(2) {
	padding-top: 4px;
}
#cdw-oc-d {
	display: none;
	opacity: 0;
}
.cdw-oc-extras label {
	cursor: pointer;
	position: relative;
	font-weight: 600;
	padding-left: 30px;
}
.cdw-oc-extras label span {
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #ffffff;
	left: 0;
	top: 3px;
	color: transparent;
	font-size: 25px;
	line-height: 9px;
	font-weight: 300;
}
#cdw-oc-d:checked + label span {
	color: #ed3338;
}
.cdw-oc-info {
	position: absolute;
	left: 120px;
	background-color: #ffffff;
	width: 17px;
	height: 17px;
	font-size: 10px;
	line-height: 13px;
	text-align: center;
	border-radius: 100%;
	border: 2px solid;
	font-weight: 900;
	cursor: default;
	top: 9px;
}
.cdw-oc-prices {
	border-top: 1px solid #ffffff;
	margin-top: 25px;
	padding-top: 11px;
}
.cdw-oc-prices > div {
	position: relative;
}
.cdw-oc-prices p:nth-child(1) {
	margin-bottom: 0;
	font-weight: 600;
	color: #404040;
	width: 135px;
}
.cdw-oc-prices p:nth-child(2) {
	margin-top: 0;
	font-size: 11px;
	font-style: italic;
}
.cdw-oc-prices span {
	background-color: #ffffff;
	height: 40px;
	width: calc(100% - 150px);
	display: block;
	position: absolute;
	top: 0;
	left: 150px;
	line-height: 40px;
	text-align: center;
}
.cdw-oc-m-button {
	background-color: #ed3338;
	color: #ffffff;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	padding: 5px;
	margin: 0;
	cursor: pointer;
}
.cdw-oc-dw-button {
	background-color: #ed3338;
	color: #ffffff;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	padding: 5px;
	margin: 0;
	cursor: pointer;
}
.cdw-representational {
	margin: 0;
	position: absolute;
	bottom: -15px;
	font-size: 10px;
	font-style: italic;
	color: #000000;
	font-weight: 600;
	right: 0;
}
.cdw-canvas-properties {
	position: relative;
}
.constrain-proportions-block {
	position: absolute;
	right: 8px;
	top: 14px;
}
#constrain-proportions {
	display: none;
}
.constrain-proportions-block label {
	display: block;
	width: 22px;
	height: 23px;
	text-align: center;
	background-color: #ffffff;
	cursor: pointer;
	display: none;
}
#constrain-proportions + label i:nth-child(1) {
	display: none;
}
#constrain-proportions:checked + label i:nth-child(1) {
	display: inline-block;
}
#constrain-proportions:checked + label i:nth-child(2) {
	display: none;
}
.cdw-dropdown {
	width: calc(100% / 3);
	float: left;
	padding: 0 3px;
	position: relative;
}
.cdw-dropdown::after,
.cdw-shapes::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #ed3338;
	top: 9px;
	right: 7px;
	pointer-events: none;
}
.cdw-shapes::after {
	top: 14px;
}
.cdw-dropdown select {
	display: block;
	max-width: 100%;
	-moz-appearance: none;
	appearance: none;
	font-size: 12px;
	width: 100%;
	height: 25px;
	border: 1px solid #666666;
}
/*manual order form*/
.cdw-mof table {
	width: 400px;
	margin: auto;
	border-collapse: collapse;
}
.cdw-mof table, 
.cdw-mof tr, 
.cdw-mof td {
	border: 2px solid #ed3338;
}
.cdw-mof td {
	padding: 2px 5px;
	position: relative;
	font-size: 14px;
}
.cdw-mof tr:last-child td {
	padding: 0;
	background-color: #ed3338;
}
.cdw-mof td em {
	position: absolute;
	right: 30px;
	font-size: 12px;
	top: 4px;
}
.cdw-mof input, 
.cdw-mof select {
	display: block;
	width: 100%;
	height: 25px;
	border-radius: 0 !important;
	border: 1px solid #666666 !important;
	-moz-appearance: none;
	appearance: none;
}
.cdw-mof table tr:nth-child(4) td:last-child::after,
.cdw-mof table tr:nth-child(5) td:last-child::after,
.cdw-mof table tr:nth-child(6) td:last-child::after,
.cdw-mof table tr:nth-child(7) td:last-child::after,
.cdw-mof table tr:nth-child(8) td:last-child::after {
	content: "";
	position: absolute;
	width:0;
	height:0;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 8px solid #ed3338;
	right: 15px;
	top: 10px;
	pointer-events: none;
}
.cdw-m-atc {
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
	margin: 5px;
	font-weight: 600;
	cursor: pointer;
}
.cdw-m-preview {
	/* background-color: #ebebeb; */
	width: 100px;
	height: 100px;
	background-image: url(/wp-content/plugins/coffee-design-wizard/images/trans.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.cdw-m-upload {
	position: absolute;
	right: 8px;
	top: 15px;
	background-color: #ffffff;
	color: #000000;
	font-size: 13px;
	padding: 2px;
	border-radius: 3px;
	width: 100px;
	text-align: center;
	cursor: pointer;
}
.cdw-m-upload span {
	position: absolute;
	width: 100%;
	left: 0;
	top: calc(100% + 10px);
	line-height: 1em;
	font-style: italic;
	font-size: 11px;
}
.cdw-hidden-font-block {
	overflow: hidden;
	width: 1px;
	height: 1px;
	opacity: 0;
	position: fixed;
	bottom: 0;
	left: 0;
}
.cdw-oc-wrapper > p:last-of-type {
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	font-size: 18px;
}
.cdw-oc-wrapper > p:last-of-type::before,
.cdw-oc-wrapper > p:last-of-type::after {
	content: "";
	position: absolute;
	width: calc(50% - 50px);
	background-color: #B6B6B6;
	height: 1px;
	top: 13px;
}
.cdw-oc-wrapper > p:last-of-type::before {
	left:0;
}
.cdw-oc-wrapper > p:last-of-type::after {
	right: 0;
}
.cdw-mof {
	background-color: #ed3338;
	padding: 25px;
	max-width: 600px;
	margin: 0 auto;
}
.cdw-mof h2 {
	color: #ffffff;
	margin-top: 0;
	text-align: center;
	font-weight: 400;
}
.cdw-mof > p {
	color: #ffffff;
	text-align: center;
}
.cdw-mof > p a {
	color: #ffffff;
	text-decoration: underline;
}
body.page-id-95 #content {
	padding: 0;
}
.cdw-mobile-cart-tables {
	display: none;
	border: 2px solid #cccccc;
	border-collapse: collapse;
	margin: 10px auto;
}
.cdw-mobile-cart-tables tr {
	border: 2px solid #cccccc;
}
.cdw-mobile-cart-tables tr:first-child td {
	background-color: #f5f5f5;
	font-weight: 600;
	text-transform: uppercase;
}
.cdw-mobile-cart-tables td {
	padding: 5px;
	font-size: 12px;
	text-align: center;
	border: 2px solid #cccccc;
}
.qty-closer {
	position: absolute;
	top: calc(50% - 12px);
	right: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: none;
}
.qty-closer::before, 
.qty-closer::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 20px;
	left: 0;
	top: 9px;
	background-color: red;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.qty-closer::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*.qty-updater {
	position: relative;
}*/
.qty-number-changer {
	width: 50px;
	border-radius: 0 !important;
	border-width: 1px !important;
	font-size: 16px;
	line-height: 19px;
	border-color: #002157 !important;
	color: #000000 !important;
	display: none;
	margin-bottom: 3px;
}
.qty-btn {
	background-color: #002157;
	color: #ffffff;
	/*font-weight: 600;*/
	/*text-transform: uppercase;*/
	font-size: 12px;
	width: 75px;
	margin: auto;
	cursor: pointer;
	position: absolute;
	bottom: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.qty-updater .qty-btn.change:hover,
.qty-updater .qty-btn.update:hover {
	background-color: #ed3338;
}
.qty-updater.active .qty-btn.change,
.qty-updater.active > span,
.qty-btn.update {
	display: none;
}
.qty-updater.active .qty-btn.update,
.qty-updater.active .qty-closer {
	display: block;
}
.qty-updater.active .qty-number-changer {
	display: inline-block;
	text-align: center;
}
.qty-loader {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	display: none;
}
.qty-loader i {
	font-size: 50px;
	color: #ed3338;
	text-shadow: 0px 0px 2px #000000;
}
.cdw-font-info {
	float: left;
	position: relative;
}
.cdw-font-info-block {
	display: none;
	position: absolute;
	z-index: 1;
	background-color: #cccccc;
	font-size: 15px;
	top: -12px;
	padding: 5px 0 5px 20px;
	max-height: 205px;
	left: calc(100% + 15px);
	border: 3px solid #eee;
}
.cdw-font-info-block::after {
	content: "";
	position: absolute;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 15px solid #ccc;
	right: 100%;
	top: 13px;
}
.cdw-font-info-block::before {
	content: "";
	position: absolute;
	background-color: transparent;
	width: 37px;
	height: 100px;
	top: -5px;
	right: 100%;
}
.cdw-font-info:hover .cdw-font-info-block,
.cdw-font-info:focus .cdw-font-info-block {
	display: block;
}
.cdw-font-info span {
	width: 17px;
	height: 17px;
	border: 2px solid #000000;
	display: inline-block;
	border-radius: 100%;
	font-size: 10px;
	font-weight: 800;
	text-align: center;
	line-height: 13px;
	background-color: #ffffff;
	cursor: pointer;
}

.cdw-font-info-block em {
	font-size: 11px;
}

/*alignment buttons*/
.cdw-text-layer-alignments {
	padding: 0;
}
.cdw-align-left, 
.cdw-align-center, 
.cdw-align-right {
	float: left;
	width: 24px;
	text-align: center;
	line-height: 22px;
	color: #000000;
	background-color: transparent;
	border: 1px solid #000000;
	margin: 0 2px;
	cursor: pointer;
	height: 23px;
	font-size: 14px;
}
.cdw-aligner.active {
	background-color: #ed3338;
	color: #ffffff;
}

/*-- Re order styling (woocommerce my-account / orders page... --*/
.woocommerce table.my_account_orders {
	display: none;
}
.order-product-table {
	/* background-color: #ccc; */
	font-size: 12px;
	text-align: center;
	border: 1px solid;
	border-collapse: collapse;
	margin: 0;
}
.order-product-page-preview {
	width: 50px;
}
.order-product-table td,
.order-product-table th {
	border: 1px solid #999999;
}
.single-order-details {
	/* background-color: #f5f5f5; */
	/* padding: 10px; */
	margin-bottom: 20px;
}
/*.order-product-table tr:nth-last-child(-n+6) td:first-child {
	text-align: right;
	padding-right: 20px;
	font-size: 11px;
}
.order-product-table tr:nth-last-child(-n+6) td:last-child {
	font-weight: bold;
}*/
.single-order-details h3 {
	background-color: #ed3338;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	border-style: solid;
	border-color: #999999;
	border-width: 1px 1px 0 1px;
	padding: 5px 20px;
	font-size: 14px;
	letter-spacing: 1px;
	position: relative;
}
.total-order-cost {
	position: absolute;
	right: 25px;
}
.single-order-details h3 em {
	background-color: #002157;
	display: inline-block;
	padding: 2px 10px;
	font-size: 8px;
	vertical-align: 3px;
	margin-left: 11px;
}
.order-again {
	background-color: #ed3338;
	color: #ffffff;
	letter-spacing: 1px;
	max-width: 120px;
	margin: 10px auto;
	padding: 3px 0;
	border: 2px solid #ed3338;
	cursor: pointer;
}
.order-again:hover {
	color: #ed3338;
	background-color: #ffffff;
}
.cart_totals > h2 {
	background-color: #002157;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0;
	padding: 5px;
}
.cart_totals > h2 + .shop_table {
	margin: 0 !important;
	border-color: #002157 !important;
}
.cart_totals > h2 + .shop_table th, 
.cart_totals > h2 + .shop_table td {
	border-color: #002157 !important;
}
.cart_totals > h2 + .shop_table + .wc-proceed-to-checkout {
	padding: 0;
}
.cart_totals > h2 + .shop_table + .wc-proceed-to-checkout .checkout-button {
	border-radius: 0 !important;
	margin-left: auto;
}
.button[name="update_cart"] {
	display: none !important;
}
.cdwfml {
	width: 1px;
	height: 1px;
	position: absolute;
	pointer-events: none;
	opacity: 0;
}
.cdw-single-layer > img {
	position: absolute;
	pointer-events: none;
	opacity: 0;
	width: 1px;
	height: 1px;
}
img[id^="img"] {
	display: none;
}
.cdw-mobile-movement {
	width: 100%;
	clear: both;
	text-align: left;
}
.cdw-move {
	color: #000;
	font-size: 16px;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
	border: 1px solid #000;
	height: 26px;
	width: 28px;
	text-align: center;
}
.cdw-mobile-movement p {
	font-size: 12px;
	margin: 0;
	display: inline-block;
}
@media(max-width: 1023px) {
	.cdw-mobile-movement {
		margin-top: 10px;
	}
}
@media (max-width: 480px) {
	.single-order-details {
		overflow-x: scroll;
	}
}