<style>

body {
  background-color: ;
}
header {
  background-color: ;
}
h1 {
  color:  ;
}
h2 {
  color:  ;
}
h3 {
 color:  ;
}
h4 {
  color:  ;
}
a {
 color:  ; 
}
.footer {
  background-color:  ;
}


/* ================ OPS TEMPLATE SYSTEM MATRIX ===============*/
.template-matrix-more {
  text-align: center;
  margin-bottom: 1em;
}

/* ================ OPS TEMPLATE SYSTEM PREVIEW ALL ===============*/

#template-actions.proceed_box{
  margin: 1rem 0;
  padding: 0.5rem 1rem;
  background-color: #f5f5f5;
}
#template-actions-checkbox {
  text-align: center;
  margin-top:0.5rem;
}
#template-actions-checkbox input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.25); /* IE */
  -moz-transform: scale(1.25); /* FF */
  -webkit-transform: scale(1.25); /* Safari and Chrome */
  -o-transform: scale(1.25); /* Opera */
  transform: scale(1.25);
}

/* ================ OPS TEMPLATE SYSTEM ===============*/
#home h1, #catalogue h1, #designs h1 {margin-bottom: 0.5rem;}
#designs .listing-name { font-size: 1.25rem; }
.listing-template, #template-designs .w-col, #templates .w-col { margin-bottom: 2rem;}
.listing-template-name { font-size: 1.25rem; }
.template_thumb {border:1px solid #E0E0E0; height:auto;}
#p-matrix-options-container { margin:0; }
a.template-create-link:link, a.template-create-link:visited { color: ; font-weight: bold;opacity: 0.8; }
a.template-create-link:hover { opacity: 1; }
div.create-online{
    padding:20px;
}

.tab-pane { padding: 1em 0  }
.tab-pane h2 { margin-bottom: 15px;}
.tab-pane .checkout-action { margin-bottom: 1em;}
.template-form{
	border:1px solid #d9d9d9;
	padding:10px;
}
div.template-form-intro{
	margin:0;
	color:#535555;
	font-size:14px;
	font-weight:bold;
}
.template-form input{
	width:99%;
	border: 1px solid #7b7f80;
	text-align:center;
	color:#9ea1a2;
	height:38px;
	font:bold 16px/38px Arial,Helvetica,sans-serif;
}
.template-proof{ float:none; }
.template-preview-loader{
	position:absolute;
	margin-top:30%;
	left:30%;
	right:30%;
	color:#111;	
	text-align:center;
	border:1px solid #ccc;
	background:#eee;
	display:none;
}
.template-preview-loader img{
	padding:50px;
}
#templatezoom { width:100%; overflow:auto; }
.template-image {
    margin: 0 auto;
    position:relative;
}
.templateimage {
    margin: 0 auto;
    transform-origin: top left;
    border:1px solid #E0E0E0;
    overflow:hidden;
}
.templatefields {
    position: relative;
    left: 0px;
    top: 0px;
    height: 100%;
}
.templateform{
    padding-left:0;
}
.templateform input[type=text], .templateform textarea { width:95%; }
.templateform textarea { height:150px; }
#template-confirm-box{
  width:600px;
  max-width: 95%;
  margin: 10px auto;
}
.create-online-confirm{ float:left; height: 40px; margin-right:10px; }
.template-continue{
  text-align:center;
}
.fields-margin{
  margin: 10px 0 4px; 
}
.field-image{
  margin: 5px 0 10px;
}
.field-loader {
  zoom:1;
  display: inline-block;
  margin: 10px 0;
}
#editor-notifications{
  position:absolute;
  top:-1rem;
  left:0;
  right:0;
  z-index: 9999;
  margin:0;
}

/* INLINE EDITING FIELD STYLES */

/* styles for all tags */
.inline-enabled .field label, .inline-enabled .field > div, .inline-enabled .field textarea, .inline-enabled .field.editable input{  
  margin:0;
  padding:0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.field-textarea {
  line-height: 1.2em;
}
.firefox .field-textarea {
  line-height: 1em;
}
/* styles for labels - the text visible on page load  */
.inline-enabled .field.editable label, .inline-enabled .field-textarea.editable > div{
  border:1px dotted #aaa;
  position: relative;
}
.inline-enabled .field.non-editable label, .inline-enabled .field.editable .field-text-label {
  border:1px dotted transparent;
}
.inline-enabled .field.editable label:hover{
  border:1px solid ;
  cursor:pointer;
}
.inline-enabled .field.field-text.editable label:hover:after, 
.inline-enabled .field.field-textarea.editable label:hover:after, 
.inline-enabled .field.field-masksquare.editable:hover:after,
.inline-enabled .field.field-maskcircle.editable:hover:after,
.inline-enabled .cke_editable:hover:after{
  content:"\f040";
  position: absolute;
  top: 0;
  right:0;
  min-width:1em;
  font-family: FontAwesome;
  font-size:0.7em;
  line-height:1.4em;
  color:#fff;
  background-color: ;
  display: inline-block;
  padding:0.1rem 0.3rem;
  text-align: center;
}
.inline-enabled .field.field-textarea.editable label:hover:after, 
.inline-enabled .field.field-masksquare.editable:hover:after,
.inline-enabled .field.field-maskcircle.editable:hover:after {
  font-size:1rem;
}
.inline-enabled .cke_editable:hover:after {
  font-size:1.1em;
}
/* styles for editing fields - visible when a field is being edited */
.inline-enabled .field.editable input, .inline-enabled .field.editable textarea, .inline-enabled .field.editable select{
  border:1px solid ;
  background:transparent;
  background-color:rgba(0,0,0,0.03);
  border-radius:0;
  display:none;
}
.inline-enabled .field.editable input:focus, .inline-enabled .field.editable textarea:focus, .inline-enabled .field.editable select:focus{
  outline-offset: 0;
  outline: -webkit-focus-ring-color auto 0px;
}
/* all paragraph tags in CKEditor should look like double line breaks */
.inline-enabled .field.field-textarea > div p {
  margin-bottom: 1.2em;
}
.firefox .inline-enabled .field.field-textarea > div p {
  margin-bottom: 1em;
}

/* TEMPLATE SYSTEM TOOLBAR */

.editor_toolbar {
  background-color: #e1e1e1;
  color: #5F6573;
  padding: 0;
}
.editor_toolbar .w-col {
  padding:0;
}
.editor_toolbar_right{
  display: inline-block;
  float: right;
}
.editor_tool {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  width: 80px;
  padding: 1rem 10px;
  color: #5F6573;
  position: relative;
}
.editor_tool.editor_layout_link {
  width: 180px;
  border:1px solid transparent;
}
.editor_tool.editor_layout_link img {
  max-width: 160px;
  max-height: 160px;
}
a.editor_tool.editor_tool_active {
  background-color:#f5f5f5;
  border:1px solid #9ba1b2;
}
.editor_tool:hover, .editor_tool:visited, .editor_tool:active {
  color: ;
  text-decoration: none;
}
a.editor_tool, span.editor_tool,
a.editor_tool:hover, span.editor_tool:hover {
  text-decoration: none;
}
.editor_tool.next {
  background-color: #e48503;
  color:white;
}

.editor_tool.back {
  background-color: #b7b7b7;
  color:white;
}

.editor_tool:hover i, .editor_tool:hover span {
  opacity: 0.8;
  text-decoration: none;
  color: ;
}

.editor_tool i {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

.editor_tool span {
  display: block;
  font-size: 0.75rem;
}
.editor_tool .editor_extras {
  display: none;
  position: absolute;
  top:95%;
  left:-63px;
  width:auto;
  /*height:100px;*/
  z-index: 999999;
  opacity: 1;
}
.editor_tool:hover .editor_extras {
  display: block;
  opacity: 1;
}
.editor_extras_arrow {
  width:20px;
  margin:0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 15px 11px;
  border-color: transparent transparent #9ba1b2 transparent;
}
.editor_extras_iarrow {
  position: relative;
  top: 0;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #ffffff transparent;
}
.editor_extras_content {
  background: white;
  border: 1px solid #9ba1b2;
  width:200px;
  margin-top: -1px;
  padding:0.5em;
}
.editor_tool .form-submit,.editor_tool select{
  width:95%;
  border-radius: 0;
}
.editor_tool .form-submit{
  margin: 0.3em 0 0;
  padding: 0.5em 1em;
  font-weight: normal;
}
.editor_extras_content form{
  margin: 0 0 1em;
}
.editor_tool span.template-selectuser{ 
  font-size: 1.1em;
  font-weight: bold;
  display: inline-block;
  line-height: 1.5em;  
}
.editor_layout_link img{
  margin-bottom: 0.5em;
}
.editor_layout .editor_extras{
  left: -248px;
}
.editor_layout .editor_extras_content {
  width:580px;
}
/* editor page navigation */
.editor_navigation{
  background-color:#959595;
  height:2.2rem;
  line-height: 2.2rem;
  margin-bottom: 1rem;
  text-align: center;
  color:white;
  font-size: 0.9rem;
}
.editor_navigation i{
  color:white;
}
.editor_navigation span{
  display: inline-block;
  margin: 0 1em;
}
.editor_navigation input[type=number]{
  width:3.5em;
  height:1.8em;
  border-radius: 0;
  border:0px solid transparent;
  display: inline;
}
.editor_navigation h3 {
  font-size: 1.1rem;
}
/* TEMPLATE TOOLS - STYLING */

.template-editor {
  background: #f8f8f8;
  border: 1px solid #d1d1d1;
  padding:0.1rem 1rem 0.1rem 0.1rem;
  display: none;
  position: absolute;
  z-index: 9999999;
  font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
  height: 2.2rem;
}
#template-editor-image {
  padding:0.3rem 1rem 0.3rem 0.3rem;
  height: auto;
}
.template-editor-close {position: absolute; right: -9px; top:-9px; background:url('images/delete.png') no-repeat 0 0; background-size: contain; width:20px; height:20px; opacity: 1;}
/*.template-editor .editor_extras_arrow {
  position: absolute;
  top:1px;
  left:-10px;
  border-width: 12px 10px 12px 0;
  border-color: transparent #5F6573 transparent transparent;
  display: none;
}
.template-editor .editor_extras_iarrow {
  top: -10px;
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #eee transparent transparent;
  display: none;
}*/
.template-editor > div {
  display:inline-block;
  float:left;
  position: relative;
}
.template-editor > div:after {
    content: "";
    position: absolute;
    height: 1.25rem;
    width: 0;
    border-right: 1px solid #bcbcbc;
    margin-top: 5px;
    top: 0;
    right: 0;
}
.template-editor select{
  width:99%;
  border:1px solid #5F6573;
  border-radius: 0;
}
.template-editor .editor-font, .template-editor .editor-size {
  padding-right: 0.5rem;
}
.template-editor label {
  display: inline-block;
  width:3rem;
  font-size:0.75rem;
  color:inherit;
  padding-left:0.75rem;
}
.template-editor select {
  display: inline-block;
  width:7rem;
  height: 1.9rem;
  line-height: 1.3rem;
  padding: 0.3rem;
  border:0;
  font-size:0.75rem;
  margin-left:0.5rem;
}
.editor-align, .editor-style, .editor-colour{
  padding:0 0.2rem;
}
.editor-colour-swatch{
  display: inline-block;
  margin: 2px 0 0;
}
.editor-colour-swatch-i{
  display: inline-block;
  height: 1.9rem;
  width: 16px;
  background-image: url(http://cdn.ckeditor.com/4.6.1/full/plugins/icons.png?t=GB8C);
  background-position: 0 -402px;
  background-size: auto;
}
.editor-align span, .editor-style span, span.editor-colour-swatch  {
  display: inline-block;
  text-align: center;
  width:2rem;
  height:1.9rem;
  line-height: 1.8rem;
  font-size: 0.9rem;
  border: 1px solid transparent;
}
.editor-align span:hover, 
.editor-style span:hover, 
.editor-colour-swatch:hover, 
.editor-palette > div:hover,
.editor-icon.active {
  cursor:pointer;
  border-color: #ccc;
  background-color: #fff;
}
.editor-palette > div:hover{
  border-color: transparent;
}
.editor-align span.editor-align-top i {
  margin-top:0px; 
}
.editor-align span.editor-align-middle i {
  margin-top:7px; 
}
.editor-align span.editor-align-bottom i {
  margin-top:10px;
}
.editor-colour{
  margin-right:0;
  position: relative;
}
.editor-palette {
  position: absolute;
  top:33px;
  right:0;
  width:212px;
  padding: 10px;
  background-color:white;
  border: 1px solid #d1d1d1;
}
.editor-palette > div{
  width:20px;
  height:20px; 
  float:left;
  margin: 0 4px 4px 0;
}
div.template-image-pos, div.template-image-upload, div#editor-image-filename {
  display: inline-block;
  float: left;
  height: 1.9rem;
  line-height: 1.9rem;
  padding: 0 0.5rem;
}
div#editor-image-filename {
  display: none; 
  text-overflow: ellipsis; 
  overflow: hidden; 
  width: 10rem; 
  white-space: nowrap;
}
div.template-image-pos{
  
}
#template-editor-image .template-image-pos span {
  line-height: inherit;
}
#template-editor-image .template-image-pos a {
  line-height: inherit;
}
.template-image-upload .form-submit {
  margin: 0;
  padding: 0px 20px;
  line-height: 22px;
  font-weight:normal;
}
/* TEMPLATE SYSTEM IMAGE LIBRARY */
#image-library.w-container .w-row {margin:0;}
.featherlight .featherlight-content { min-width: 90%; }
#image-library-search p{
  margin-bottom:1em;
}
#image-library .tab-content{
  min-height: 500px;
}
.image-library-select, #image-library .fa-trash:hover{
  cursor:pointer;
}
.featherlight{
  background: rgba(0,0,0,.8);
}
#image-library #selectFile{
  margin: 10px 0 0 0;
  width:100%;
}
#image-library #dropFile{
  background: #f5f5f5;
  border: 2px dashed #e5e5e5;
  color: #676767;
  width: 100%;
  text-align: center;
  padding: 8px 20px;
  margin: 10px 0 0 0;
  font-weight: bold;
  line-height: 100px;
}
/* IMAGE CROP STYLES */
.template-image-pos > a {
  display: block;
  line-height: 2rem;
  float:left;
  margin-right: 5px;
}
/* Classic editor only */
.template-image-pos span {
  float:left;
  display: inline-block;
  line-height: 2rem;
  margin-right:0.5rem;
}
.template-image-pos a{
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width:23px;
}
a.image-pos-custom,a.image-pos-fit{
  width:26px;
}
.template-image-pos a:before{
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 2px;
  font-size: 22px;
  text-indent: 0;
}
a.image-pos-left:before{
  content: "\f0a8";
}
a.image-pos-top:before{
  content: "\f0aa";
}
a.image-pos-centre:before{
  content: "\f192";
}
a.image-pos-right:before{
  content: "\f0a9";
}
a.image-pos-bottom:before{
  content: "\f0ab";
}
a.image-pos-custom:before{
  content: "\f125";
}
a.image-pos-fit:before{
  content: "\f047";
}
a.image-pos-savecustom{
  text-indent: 0;
  width:auto;
  background-color: ;
  color: ;
  display:inline-block;
  padding: 0px 10px;
  margin: 0 0.5rem 0 0.25rem;
  border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
}
.template-image-pos a.image-pos-active:before {
  color: ;
}
.templateimage.editactive .templatefields{
  background-color: rgba(255,255,255,0.7);
}
.templateimage.editactive .templatefields > div {
    opacity: 0.3;
}
#templateimage div.cropactive{
  background-position: 0% 60.5714%;
  opacity: 1;
  border: 1px solid ;
  margin-top: -1px;
  margin-left: -1px;
  z-index:9999999;
  box-sizing: content-box;
}
#templateimage div.cropactive:hover {
  cursor: move;
  /*cursor: grab;
  cursor: -webkit-grab; 
  cursor: -moz-grab;*/
}
/*Photo Upload Styles */
.file-input {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    float:left;
    z-index:10;
    font-family:Helvetica, Arial, serif;
}
.file-input input {
    cursor: pointer;
    font-size: 100px;
	height:30px;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    opacity: 0.01;
    position: absolute;
    right: 0;
    top: 0;
    z-index:20;
    outline:none;
}
.file-input .btn{
    cursor: pointer;
    display: inline-block;
    float:left;
	width:200px !important;
	height:30px !important;
	line-height:30px !important;
	text-align:center;
	border:none;
	font:18px/30px Anodyne,Arial,Helvetica,sans-serif;
	color:#303B2D;
	margin:0;
	border-radius: 5px;
}
.file-input input:hover, .file-input .btn:hover{
	cursor:pointer;
}
.file-input .file-holder{
    margin-top:4px;
    display: block;
    float: left;
    margin-left:4px;
    font-size:11px
}
.field-exts{
	display:block;	
	clear:both;
	margin-top:5px;
}


/* ================ OPS TEMPLATE DATA UPLOAD AND PREVIEW STYLES ===============*/

h3 {
  font-size: 1.25rem;
}

.design_product_thumb {
  display: block;
}

.tc-filter-Tag {
  margin-bottom: 1rem;
}

.tc-filter-Tag:last-child {
  margin-bottom: 0;
}


.tc-filter-Tag ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.design_product_thumb {
  margin-bottom: 2rem;
}


/*------Template PRoduct Selection -----------*/
.optionbuttons {
  display: table;
  width: 100%;
  margin-top: 1px;
}

.optionbutton {
  display: block;
  vertical-align: middle;
  background: ;
  border-right: 1px solid lightgrey;
  padding: 0.5rem 10px;
  text-align: center;
  color: ;
  width:100%;
}

.optionbutton:hover {
  opacity: 0.8;
}

.optionbutton:last-child {
  border-right: none;
}

/*------ Template Uploader -----------*/

h2.subtitle {
  margin-bottom: 1rem;
}

.templatedownload {
  font-size: 0.875rem;
}

.templatedownload:before {
  content: "\f0ce";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 10px;
  margin-top: 1rem;
}

.lonebutton {
  margin-left: 0;
}

.secondary {
  background-color: #8a5c9d;
}

.secondary:hover{ background-color: #42244e}

a.secondary{color:#FFF;}
a.secondary:hover{color:#FFF;}
a.secondary:visited{color:#FFF;}

.form_group {
  padding-bottom: 1rem;
}

.form_group:last-child {
  padding-bottom: 0;
}

.form_group label {
  width: 30%;
  float: left;
  font-weight: bold;
}

.form_group input[type="text"], .form_group textarea, .form_group select, span.info {
  width: 70%;
  float: left;
}

span.info {
  padding-left: 10px;
  color: #2e3a3f;
}

.pricepreview {
  padding-bottom: 1rem;
  display: block;
  font-size: 2rem;
}
.pricepreview .currency {
  font-size: 0.5em;
}

.proceed_box {
  margin-top: 2rem;
  padding: 1.5rem 20px;
  background-color: #f5f5f5;
  border: 1px solid transparent;
}
.proceed_box > * {
  margin-bottom: 0.5rem;
}
.slick-prev, .slick-next {
  position: absolute;
  top: 100%;
  height: 3rem;
  line-height: 3rem;
  font-size: 0;
  color: transparent;
  width: 40px;
  text-align: center;
  border: none;
  background-color: #333;
  outline: none !important;
}

.slick-prev:before, .slick-next:before {
  color: white;
  font-size: 1rem;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

.slick-prev:before {
  content: "\f0d9";
}

.slick-next:before {
  content: "\f0da";
}

 
.slick-prev {
  left: 0;
  border-right: 1px solid #555;
}

.slick-next {
  right: 0;
  border-left: 1px solid #555;
}

.design_slide {
  cursor: crosshair;
}

.design_slide:hover {
  opacity: 0.8;
}

.designpreview {
  display: block;
  margin-bottom: 1rem;
  height: 3rem;
  line-height: 3rem;
  background-color: #333;
  text-align: center;
  color: white;
}

.designpreview:hover, .slick-prev:hover, .slick-next:hover {
  background-color: #555;
}

.disclaimer {
  display: block;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #888;
  margin-top: -0.5rem;
}

.preview_title {
  display: block;
  text-align: center;
  padding: 0 20px;
}

.slidernav {
  width: 200px;
  display: block;
  margin: auto;
  text-align: center;
  padding-top: 0.5rem;
}

/* ================ OPS TEMPLATE PROOF / APPROVALS ===============*/

.template-actions{ background:#f5f5f5;padding:3px 5px; margin-bottom:20px;line-height: 40px; text-align:left; }
.template-actions .checkout-action { text-align:left; }
.template-actions a {float:none;margin:0.5em 0; }

/*tabs*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  margin: 0;
  padding: 0;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.template-preview .nav-tabs > li > a {
  background-color: #004F71;
  border-bottom: none;
  color:#fff;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: inherit;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #f5f5f5;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
  overflow:auto;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

/* tooltip */
.tooltip {
    background: url('img/i.png') no-repeat 0 0;
    width: 21px;
    height: 21px;
    margin-left: 10px;
    vertical-align: text-bottom;
    display: inline-block;
    color:transparent;
}
.tooltip-content {
    display: none;
}

/* matrix success box */
.p-matrix-success { position: fixed; bottom: 20px; right: 20px; color: #fff; background-color: rgba(0, 0, 0, 0.6); -webkit-border-radius: 3px; -moz-border-radius: 3px;
border-radius: 3px; padding: 20px; }
.p-matrix-success h3 { color: white; font-size: 1.3em; }
.p-matrix-success p { padding: 0px; text-align: right; color: white;}
.p-matrix-success a:link, .p-matrix-success a:visited { color: white; text-decoration:underline; }
.p-matrix-sucesss-close {position: absolute; right: -8px; top:-8px; background:url('images/delete.png') no-repeat 0 0; width:25px; height:25px; opacity: 1;}

/* Template Cloud */

.tc-image img { max-width:100%; height: auto; border: 1px solid #ddd; }
.tc-back .checkout-action { text-align: left;}
.tc-template #p-matrix-container { margin-top: 20px;clear:both;}
.p-matrix-cost { font-size:16px; color: #F7901E; font-weight: bold; }
.tc-design-price {display: block;}
.tc-filters ul { margin-left:0; padding-left: 0 }
.tc-filters ul li { list-style-type: none; }
.tc-listing { padding: 8px; }
.tc-loading {
    background:#F2F2F2;
    font-size:20px;
    padding:5px 10px;
    text-align:center;
    width:450px;
    margin:0px auto;
    display:none;
    border-radius: 5px;
}
.listing-tc-image { text-align: center; display: table-cell; vertical-align: middle; height:220px; width: 200px; position: relative; }
.listing-tc-image img { box-shadow: 3px 3px 3px #ccc; max-width:193px; max-height: 200px; }
#tc-matched .listing-tc-image img, #tc-similar .listing-tc-image img { width: 99.9%; height: auto; }
#tc-matched .listing-tc-image, #tc-similar .listing-tc-image { width: 99.9%; }
.listing-tc-image-1 { z-index: 10; }
.listing-tc-image-1 img { margin-left: -10px; margin-top: -12px; }
.listing-tc-image-2 { z-index: 5; }
.listing-tc-image-2 img{ position: absolute; margin-top:1px; margin-left: 3px; }
.listing-tc-image-active { z-index: 20; position: relative; }

/* DESIGN STEPS*/

.process_section {
  padding: 1rem 0;
  background-color: #A0CF67;
}

.order_step {
  position: relative;
  display: inline;
  opacity: 0.6;
  min-height: 60px;
}

.order_step.active {
  opacity: 1;
  display: block;
}

.order_step.active .mobilestep{
  opacity: 1;
}

.order_step i{
  display: none;
}
.order_step.active i {
  color: white;
  background-color: #A0CF67;
}

.orderspan {
  position: relative;
  display: block;
}

.order_step_title {
  font-size: 1rem;
  color: #7B7B7B;
  display: block;
  font-weight: 600;
}


.order_step.active .order_step_title {
  color: white;
}

.order_step_description {
  font-weight: 400;
  display: block;
  line-height: 1.5;
  font-size: 0.875rem;
  color:#414142;
  opacity: 0.6
}

.mobilestep {
  display: inline-block;
  margin-right: 5px;
  background-color: white;
  height: 1.25rem;
  width: 1.25rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.25rem;
  vertical-align: middle;
  color: #414142;
  opacity: 0.6;
}

.order_step.active .order_step_description{
  opacity: 1;
}
.title_span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2em;
  color:#414142;
  opacity: 0.6;
}
.order_step.active .title_span{
  opacity: 1;
}
.mobilestep{
  display: none;
}
@media only screen and (max-width: 768px) {
  .mobilestep{
      font-size: 0.75rem;
      margin:0 auto;
      display: block;
  }
  .order_step_description{
    display: none!important;
  }
  .order_step_title {
    text-align: center;
  }
  .order_step{
    display: block!important;
  }
}
@media only screen and (max-width: 480px) {
  .mobilestep{
        
  }

  span.orderspan{
    margin:0.2rem 0;
  }
  
}

@media only screen and (min-width: 768px) {
  .order_step i {
    position: absolute;
    left: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 1.5rem;
    background-color: white;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
  }
  .orderspan {
    padding-left: 70px;
  }

  .order_step_title {
    color: #7B7B7B;
  }
  .order_step.active .order_step_title {
    color: #A0CF67;
  }
  .mobilestep {
    display: none;
  }
}

/* END DESIGN STEPS*/
</style>