/* ================ 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 {}
#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; }
.templates-loading {
    background:#F2F2F2;
    font-size:1rem;
    padding:5px 10px;
    text-align:center;
    width:75%;
    margin:0px auto;
    display:none;
    clear: both;
}
.template_thumb,
.listing-product-image img,
.listing-category-image img{
  border:1px solid #E0E0E0;
}
#p-matrix-options-container { margin:0; }
a.template-create-link:link, a.template-create-link:visited {  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;
}
/* LW - 09/11/2018 Fixing stuff*/
/* Template Detail*/
/* LW 12/09/2019 Matched/Similar Listing CTA*/
.listing-link.cta, .listing-link.cta:visited{
color:#FFF;
}
/* Template proof tabs*/
.template-proof.r-tabs{
  background-color: #FFF;
  border:none;
  border-radius: 0;
}
.template-proof #myTab.r-tabs .r-tabs-panel{
  padding: 2rem 0;
}
.template-proof #myTab ul.r-tabs-nav{
	border-bottom:1px solid #ddd;
}
.template-proof #myTab li.r-tabs-tab {
    position: relative;
    top: 1px;
}
/* FW 05-07-2019: changed to style background on the container because the old style was applied to the template preview and was hiding the base artwork image */
.template-proof{
  background-color: #FFF;
}
.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;
    /* FW 04-10-2017: changed to top left because left of the template goes outside of the scrollable area so not usable
    FW/MM 07-08-2024: changed to top center as the left positions everything to the left making it look terrible */
    transform-origin: top center;
    border:1px solid #E0E0E0;
    overflow:hidden;
    /* LW 29-09-2020 Added pos:rel to improve layout on mobile devices*/
    position:relative;
}
.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;
}
/*=====================================================
TEMPLATES PAGE
=====================================================*/
.templates_section {  padding-bottom: 2rem;}
.templatesection {  padding-bottom: 2rem;}
.templates_section .other_designs {  display: none; }
@media only screen and (min-width: 992px) {
  .templates_section .other_designs {display: block; }
}
/* FILTERS */
.filter_block {
  position: relative;
  padding: 20px;
  background-color: #f7f7f7;
  margin-bottom: 1rem;
}
#filters ul{
  list-style: none;
  margin:0;
  padding:0;
}
@media only screen and (min-width: 992px) {
    .filter_block{      margin-bottom: 0; }
}
@media only screen and (min-width: 768px) {
  .filter_block {     padding-top: 0;    background-color: transparent;  }
  .filter_block h2 {    font-size: 1.5rem;    cursor:auto;  }
  .filter_block h2:after { display: none; }
}
@media only screen and (min-width: 768px) {
    .filter_block .toggle {      display: none; }
    .filter_block .toggle.expanded {      display: none; }
  }
@media only screen and (max-width: 768px) {
  .filter_block h2 {
    padding-bottom: 0;
    font-size: 1.25rem;
    margin: 0;
    cursor: pointer;
  }
  .filter_block .fa{
    float:right;
  }
  .filter_block .toggle {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    top: 0.5rem;
    line-height: 3rem;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.filter_block .toggle.expanded {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#filters {
  display: none;
  padding-top: 1rem;
}
@media only screen and (min-width: 768px) {
  #filters {
    display: block; }
}
#filters input[type="checkbox"] {
  display: inline-block;
  margin: 0 10px 0 0;
}
/*=====================================================
INLINE EDITOR
=====================================================*/
/* 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;
}
/* styles for labels - the text visible on page load  */
/* FW 13-08-19: datepicker style added because the input is always visible */
/* FW 25-11-19: improved interface styling - changed to border bottom on text fields */
.inline-enabled .field.editable label, .inline-enabled .field-textarea.editable > div, .inline-enabled .field.editable input.hasDatepicker{
  border-bottom:1px dotted #aaa;
  position: relative;
  box-sizing: content-box;
}
.inline-enabled .field.non-editable label, .inline-enabled .field.editable .field-text-label {
  border:1px dotted transparent;
}
/* FW 13-08-19: datepicker style added because the input is always visible */
.inline-enabled .field.editable label:hover, .inline-enabled .field.editable input.hasDatepicker:hover{
  border-bottom:1px dotted red;
  cursor:pointer;
}
/* FW 25-11-19: improved interface styling - keeping border around full multi-line text field following above change to bottom border on text field */
.field-textarea.editable .cke_editable {
  border:1px dotted #aaa;
}
/* LW 26-07-18 Added Field Hover */
.field-textarea.editable:hover .cke_editable {
  border: 1px dotted red;
}
.field.resize:hover, .field.resize.active-field  {
  border-color: red;
}
/* 20-06-2018 MM: Removed label:hover:after pencil icon as moveable fields replaced this.*/
.inline-enabled .cke_editable.cke_focus:hover:after{
  display:none;
}
/* styles for editing fields - visible when a field is being edited */
/* FW 25-11-19: improved interface styling - remove border applied by theme stylesheet to input then apply 1px bottom so matches field label but with red highlight */
.inline-enabled .field.editable input, .inline-enabled .field.editable textarea, .inline-enabled .field.editable select{
  border:0;
  border-bottom:1px dotted red;
  background:transparent;
  background-color:rgba(0,0,0,0.03);
  border-radius:0;
  display:none;
  box-sizing: content-box;
  background-clip: content-box;
}
/* FW 25-11-19: improved interface styling - include border on the span (label) to keep it inline with the field */
.inline-enabled .field.editable span{
  border-bottom:1px dotted transparent;
  box-sizing: content-box;
}
.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;
  outline: none; /* FW 30-09-2021: added to remove outline in Firefox */
}
/* 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;
}
.ops-template{
padding-bottom:2rem;
}
/* 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;
}
#designs .editor_tool {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  width: 100px;
  padding: 0.5rem 10px;
  color: #5F6573;
  position: relative;
  float: left;
}
#designs .editor_tool.back{
  color: #000;
}
#designs .editor_tool.editor_layout_link {
  width: 180px;
  border:1px solid transparent;
}
#designs .editor_tool.editor_layout_link img {
  max-width: 160px;
  max-height: 160px;
}
#designs a.editor_tool.editor_tool_active {
  background-color:#f5f5f5;
  border:1px solid #9ba1b2;
}
#designs .editor_tool:hover, .editor_tool:visited, .editor_tool:active {
  text-decoration: none;
}
#designs a.editor_tool, span.editor_tool,
#designs a.editor_tool:hover, span.editor_tool:hover {
  text-decoration: none;
}
#designs .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;
}
.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;*/
  /*KK - 11/07/2024 z index updated for mobile tool bar*/
  z-index: 2;
  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: 1px 10px 15px 10px;
  border-color: transparent transparent #ffffff transparent;
}
div.fields {
/*KK - 11/07/2024 Spacing updated for mobile tool bar*/
  margin-bottom: 2rem;
}
.editor_extras_content {
  background: white;
  border: 1px solid #9ba1b2;
  width:200px;
  display: inline-block;
  margin-top: -1px;
}
.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;
}
#designs .editor_extras_content a{
	width:47%;
}
a.editor_tool {
/*KK - 11/07/2024 z index updated for mobile tool bar*/
  z-index: 1;
}
.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:560px;
}
/* editor page navigation */
#designs .editor_navigation{
  background-color:#959595;
  height:2.2rem;
  line-height: 2.2rem;
  margin-bottom: 1rem;
  text-align: center;
  color:white;
  font-size: 0.9rem;
}
#designs .editor_navigation a{
  text-decoration: none;
}
.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;
  color: #2e3a3f;
  text-align:center;
}
.editor_navigation h3 {
  font-size: 1.1rem;
  color:#FFF;
}
#editor_load_account {
  margin-bottom: 1em;
  position: relative;
  left: 5px;
}
#editor_load_account span {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  opacity: 1;
}
/* 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: 999;
  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,.bgcolor-palette > div{
  width:20px;
  height:20px; 
  float:left;
  margin: 0 4px 4px 0;
}
.active-color {
    border: 2px solid;
}
div.template-image-pos, div.template-image-upload, div#editor-image-filename, div.template-image-delete {
  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;
}
#designs .template-image-upload a.form-submit {
  padding: 0 20px;
}
#template-editor-image .template-image-pos span#uc-editable-image {
    padding: 0 20px;
    color: #fff;
    margin: 0;
    display: inline-block;
    float: none;
    line-height: 22px;
    border-radius: 0;

}
#template-editor-image .template-image-pos span#uc-editable-image:hover {
	border-color: #4c4e55;
    color: #0072bc;
    background-color: #fff;
}
#template-editor-image .template-image-pos span {
  line-height: inherit;
  color: black;
  padding: 0px;
}
#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;
}
/* IMAGE CHECK START */
.template-image-error, .template-image-error.fa.fa-exclamation-circle{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.25rem;
     color: red;
    padding: 1px;
    border-radius: 50%;
    background-color: #FFF;
    line-height: 1.15rem;
}
/* IMAGE CHECK END */
/* TEMPLATE SYSTEM MOVEABLE/RESIZEABLE FIELDS */
.drag .draggable {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  cursor: move;
  z-index: 999999;
  display: none;
}
.field:hover .draggable {
  display: inline-block;
}
.field:focus .draggable {
  display: none;
}
.drag .draggable:after {
  content: '\f0b2';
  font-family: 'FONT AWESOME 5 PRO';
  font-size: 1rem;
  position: inherit;
  line-height: 20px;
  width: 20px;
  color: red;
}
.draggable.ui-draggable-handle {
  position: absolute;
  left: -20px;
  /*padding: 0.25rem;*/
}
.draggable.ui-draggable-handle {
    width: 1.4rem;
    height: 1.4rem;
    /* LW 28/06/2018 - Removed border due to duplication causing odd-looking graphics*/
    color: #FFF;
    text-align: center;
    font-size: 0.8rem;
}
.draggable:after {
    width: 1.5rem;
    height: 1.5rem;
    /* LW 28/06/2018 - Removed border + background colour due to duplication causing odd-looking graphics*/
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
}
.field .ui-resizable-handle::after {
  content: "/f0c8";
  font-family: 'FONT AWESOME 5 PRO';
  position: relative;
}
.field:hover .ui-resizable-handle, .fiels .active-field .ui-resizable-handle {
  display: block !important;
}
.field .ui-resizable-handle {
  display: none!important;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-style: solid;
  border-color: red;
  border-width: 1px;
  border-radius: 2px;
}
.field .ui-resizable-n {
  left: 50%;
}
.field .ui-resizable-e {
  top: 50%;
}
.field .ui-resizable-s {
  left: 50%;
}
.field .ui-resizable-w {
  top: 50%;
}
.field .ui-resizable-ne {
  right: -5px;
  top: -5px;
}
.field .ui-resizable-se {
  right: -5px;
  bottom: -5px;
  background-position: unset;
  background-image: unset;
}
.field .ui-resizable-sw {
  left: -5px;
  bottom: -5px;
}
.field .ui-resizable-nw {
  left: -5px;
  top: -5px;
}
.ui-resizable-resizing { border: 2px; }
.template-editor {
  width: fit-content;
}
/* TEMPLATE SYSTEM MOVEABLE/RESIZEABLE FIELDS END*/
/* TEMPLATE SYSTEM IMAGE LIBRARY */
#image-library.w-container .w-row {margin:0;}
.featherlight .featherlight-content { min-width: 90%;max-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;
}
/* LW 26/06/18 - Template System Image library Update (originally created on Vibrant Colour)*/
a.imageUpload{
  display: inline-block;
  padding:5px 10px;
  border-radius: 5px;
  background-color:#8dbf39;
  color:#FFF;
  margin-left: 1rem;
  cursor:pointer;
  transition: 0.2s;
  text-decoration: none;
}
a.imageUpload:hover{
  color:#FFF;
  opacity: 0.8;
}
#image-library-upload{
  display: none;
  margin: 0px 10px;
  padding: 10px;
  border: 1px solid #e3e3e3;
}
#image-library h2{
  display: inline-block;
  font-size: 1.5rem;
  margin:0;
  margin-bottom: 0.5em;
}
#image-library h3{
  margin:0;
  margin-bottom: 0.5em;
}
script.featherlight-inner{
  display: none!important;
}
#image-library #dropFile{
  line-height: normal;
  padding: 30px 10px;
}
#dropFile p{
  font-size: 0.7rem;
}
input.image-search {
    padding: 0 30px;
    width:100%;
}
#image-library-1-loading{
  display: none;
  position: absolute;
  top: 30px;
  left: 15px;
}
#image-library-1.w-row{
  padding-top:1rem;
  margin:0 -10px;
}
/* LW 26/06/18 - Template System Image Library update End*/
/* LW 28/06/2018 - Removed Duplicate Moveable/resizeable fields */
/* LW 26/06/2018 - Removed Duplicate Template System Image Library CSS */
/* LW moved from instaprint 24/05*/
p.image-library-info{
max-width:100%;
overflow:hidden;
}
/* IMAGE CROP STYLES */
.template-image-pos > a, .template-image-delete > a {
  display: block;
  line-height: 2rem;
  float:left;
  margin-right: 5px;
}
.template-image-delete > a {
  margin-right: 0;
}
.template-no-image {
  border: 1px dashed !important;
}
/* Classic editor only */
.template-image-pos span {
  float:left;
  display: inline-block;
  line-height: 2rem;
  margin-right:0.5rem;
}
.template-image-pos a, .template-image-delete 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, .template-image-delete a:before{
  font-family: 'FONT AWESOME 5 PRO';
  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: "\f047";
}
a.image-pos-fit:before{
   content: "\f0b2";
}
a.image-delete:before {
  content: "\f00d";
}
a.image-pos-savecustom{
  text-indent: 0;
  width:auto;
  display:inline-block;
  padding: 0px 10px;
  margin: 0 0.5rem 0 2.25rem;
  border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
}
.templateimage.editactive .templatefields{
  background-color: rgba(255,255,255,0.7);
}
.templateimage.editactive .templatefields > div {
    opacity: 0.3;
}
.templatefields .field-masksquare,
.templatefields .field-maskcircle{
  cursor: pointer;
}
#templateimage div.cropactive{
  /*background-position: 0% 60.5714%;*/
  opacity: 1;
  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: inherit, '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;
}
/* Responsive Template Editor */
/* Responsive Template toolbar*/
#tools-mobile{
  display: none;
  margin-top:0;
  background-color:#f7f7f7;
  border:none;
  border-radius:0px;
  margin-bottom:1rem;
}
#tools-mobile a{
  color:#000;
}
#tools-mobile .editor_tool{
  width:auto;
  float:none;
}
#tools-mobile.r-tabs .r-tabs-nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 80px;
}
#designs #tools-mobile li a{
  padding:10px 20px;
  font-size:1rem;
  line-height: 1.5;
  color:#FFF;
  background-color: #9f9f9f;
}
#designs #tools-mobile li.r-tabs-state-active a{
  background-color: #f7f7f7;
  color: #000;
}
#designs #tools-mobile .r-tabs-panel{
  background-color: #F7f7f7;
  padding: 10px;
  text-align: center;
}
#tools-mobile .editor_tool span,
.editor_tool i{
  display:inline-block;
}
.template-image-pos a,
.template-image-delete a{
  color:#000;
}
@media screen and (max-width: 991px) {
  #tools-mobile{
    display:block;
  }
  .editor_toolbar,
  .editor_navigation{
    display: none;
  }
  #designs .editor_tool.back{
    position: absolute;
    width: 80px;
    color: #FFF;
    vertical-align: middle;
    padding: 10px 20px;
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: center;
    left: 0;
  }
  #designs .editor_tool.next{
    position: absolute;
    right:0;
    top: 0;
    width: 80px;
    text-align: center;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #tools-mobile ul.r-tabs-nav li{
    width:100%;
  }
  #tools-mobile ul.r-tabs-nav li a{
    width:100%;
    text-align: center;
  }
  #tools-mobile #pages input{
    width:auto;
    text-align:center;
  background-color: #FFF;text-align: center;}
  #tools-mobile #pages div{
    float: none;
    display: block;
    width: 100%;
  }
  #tools .tool-flex{
    display: flex;
    justify-content: space-between;
  }
  #designs .editor_tool.back i,
  #designs .editor_tool.next i{
      display: none;
  }
  #designs .editor_tool.editor_layout_link{
    width: 20%;
  }
  .template-editor{
  	left:0!important;
  	height:auto;
  }
  .template-editor-close{
  	width:30px;
  	height:30px;
  }
}
@media screen and (max-width: 768px) {
  #designs .editor_tool.editor_layout_link{
    width: 32%;
  }
  #tools-mobile .r-tabs-accordion-title{
    display: none;
  }
  .w-col.ops-template{
    padding: 0;
    border: 1px solid #ddd;
  }
  .w-col.template-preview{
    padding: 20px;
  }
  #designs .editor_tool i {
    font-size: 1rem;
  }
  #template-actions.proceed_box {
    display: flex;
    flex-direction: column-reverse;
	}
}
@media screen and (max-width: 480px) {
  #designs .editor_tool.back i,
  #designs .editor_tool.next i{
      display: block;
  }
  #designs .editor_tool.back span,
  #designs .editor_tool.next span{
      display: none;
  }
  #tools-mobile.r-tabs .r-tabs-nav{
    margin: 0 60px;
  }
  #designs .editor_tool.next{
    width: 60px;
    padding: 10px 0;
  }
  #designs .editor_tool.back{
    width: 60px;
    padding: 10px 0;
  }
  #designs .editor_tool.editor_layout_link{
    width: 49%;
  }
  footer ul#menu-footer-menu li ,footer ul#menu-extra-menu li { 
    padding: 0.5rem 0;   
  }
  .templateimage{
    transform: scale(0.65);
  }
}
/* ================ 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;
  border-right: 1px solid lightgrey;
  padding: 0.5rem 10px;
  text-align: center;
  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: 'FONT AWESOME 5 PRO';
  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: #808285;
}
.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;
}
/* FW 27-06-2018: changes made below to add .preview_slider to styles for data upload */
.preview_slider .slick-prev, .preview_slider .slick-next {
  position: absolute;
  top: auto;
  bottom: -72px;
  height: 3rem;
  line-height: 3rem;
  font-size: 0;
  color: transparent;
  width: 40px;
  text-align: center;
  border: none;
  background-color: #333;
  outline: none !important;
  margin: 0;
  border-radius: 0;
}
/* FW 19-05-2021: custom styles needed for implementing the template data upload slider on a standard template preview with more than 5 pages */
.template-proof .preview_slider .slick-prev, .template-proof .preview_slider .slick-next {
  top: -35px;
  bottom: auto;
}
.preview_slider .slick-prev:before, .preview_slider .slick-next:before {
  color: white;
  font-size: 1rem;
  line-height: 3rem;
  font-family: 'FONT AWESOME 5 PRO';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
.preview_slider .slick-prev:before {
  content: "\f0d9";
}
.preview_slider .slick-next:before {
  content: "\f0da";
}
.preview_slider .slick-prev {
  left: 0;
  border-right: 1px solid #555;
}
.preview_slider .slick-next {
  right: 0;
  border-left: 1px solid #555;
}
.design_slide {
  cursor: crosshair;
}
.design_slide:hover {
  opacity: 0.8;
}
.designpreview:link, .designpreview:visited {
  display: block;
  margin-bottom: 1rem;
  height: 3rem;
  line-height: 3rem;
  background-color: #333;
  text-align: center;
  color: white;
}
.designpreview: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;
  margin:0;
  margin-bottom:14px;
}
.slidernav {
  width: 200px;
  display: block;
  margin: auto;
  text-align: center;
  padding-top: 0.5rem;
  width:auto;
}
/* LW 24/01/2022 - Improving styles for this on the temaplte upload step*/
.slidernav #sliderdrop{ 
	display:inline-block;
	width:auto;
}
.slidernav .totaldesigns{
	display:inline-block;
	margin-left:5px;
}
/* FW 19-05-2021: custom styles needed for implementing the template data upload slider on a standard template preview with more than 5 pages */
.template-proof .slidernav {
  width: 300px;
}
.tupload-container{
	background-color:#FFF;
	padding:20px;
	display:inline-block;
	width:100%;
}
/* ================ OPS TEMPLATE PROOF / APPROVALS ===============*/
.template-preview .r-tabs{
	border:none;
	background-color:transparent;
}
#designs .template-preview .r-tabs .r-tabs-nav .r-tabs-anchor{
	padding:10px 30px;
}
.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; }
/* ================ 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);
}
#template-actions label,
#template-actions-checkbox input[type=checkbox]{
  cursor: pointer;
}
/* 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;
  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;
}
/* IMAGE CHECK START */
.template-image-error, .template-image-error.fa.fa-exclamation-circle{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.25rem;
  color: red;
  padding: 0.25rem;
}
/* 11-09-2018 MM: Default styling for if success is used */
.template-image-success, .template-image-success.fa.fa-exclamation-circle {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.25rem;
    color: green;
    padding: 0.25rem;
}
/* IMAGE CHECK END */
/* 09-08-2019 FW: added custom styles for jquery ui datepicker now used in the template system*/
.ui-datepicker{ z-index: 99999;position: relative; }
/* LW 14/10/2020 Template Drafts */
.draft-container{
  padding:20px;
  background-color:#f7f7f7;
  border-radius: 10px;
}
#SaveReference input[type="text"]{
  width: 79%;
  display:inline-block;
  vertical-align: middle;
}
#SaveReference .checkout-action{
  display:inline-block;
  width:20%;
  margin: 0;
  vertical-align: middle;
}
#SaveReference .checkout-action input[type="submit"]{
  width:100%;
  float: none;
  padding: 6px 20px;
  position: relative;
}
.savedraft-container.proceed_box{
  background-color:#f7f7f7;
  margin:0;
  padding:20px;
  border-radius: 10px;
}
.draft-options.proceed_box{
  margin:0;
  padding:0;
  margin-top:2rem;
}
.draft-options.proceed_box h3{
  margin-bottom:1rem;
}
#SaveReference .draft-saved{
  background-color: #93c117;
}
#SaveReference .checkout-action{
  position: relative;
}
#SaveReference .checkout-action:before{
  content:'\f058';
  font-family: 'FONT AWESOME 5 PRO';
  color: #FFF;
  font-size: 1rem;
  left: 10px;
  top: 10px;
  position: absolute;
  z-index: 11;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #SaveReference input[type="text"]{
    width: 50%;
  }
  #SaveReference .checkout-action{
    width:49%;
  }
  .draft-container{
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  #SaveReference input[type="text"],
    #SaveReference .checkout-action{
    width: 100%;
    margin-bottom: 1rem;
  }
}
/* LW 14/10/2020 Template Drafts END */
/* KK - 11/07/2024 Mobile Toolbar Syling Update*/
#designs #tools-mobile .r-tabs-panel{
	padding: 5px;
}
#tools-mobile #pages div{
		margin-bottom: 0rem;
}
#image-library #image-library-upload-library .upload-row{
	display:none;
}
#designs #tools-mobile li.mob-toolbar-preview a{
	color:#000;
}
/* KK - 17/07/2024 - Improvements made to spacing for Mobile */
@media screen and (max-width: 991px) {
    #tools-mobile #pages input {
        padding: 0px;
    }
    #preview-tick {
    line-height: 1rem;
    padding-left: 1rem;
    }
    #template-actions-checkbox {
    margin-top: -1rem;
    }
    .proceed_box > * {
    margin-bottom: 0rem;
    }
    article#designs section.process_section {
    padding: 0rem 0;
}
}
@media screen and (max-width: 768px) {
    #templateimage, .template-image {
        transform: scale(0.75);
    }
    #image-library #dropFile {
    display:none!important;
}
}
@media screen and (max-width: 480px) {
    #templateimage, .template-image {
    	transform: scale(0.5);
    }
}
/* 5 Designs Step  */
a#afteruploadProceed, a#group_proceed, a#afteruploadDownloadSample {
  float: right;
  margin-left: 10px;
}
.mv_cont h2 {
    margin: 1.3rem 0;
    text-align: center;
}
#designs .mv_cont #p-matrix-options-container, #p-matrix-download-container {
    padding: 30px 30px 10px 30px;
    border: 1px solid #999;
    border-radius: 3px;
    /* margin: 10px; */
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.productListing.upload_logo_listing {
    display: grid;
    grid-template-columns: auto;
    max-width: 50%;
    margin: auto;
}
.productListing.upload_image_listing {
    display: grid;
    grid-template-columns: auto;
    /* max-width: 50%; */
    margin: auto;
}
.productListing.upload_logo_listing h2, .productListing.group_select_listing h2 {
    text-align: center;
}
.upload_logo_listing .listing-product-image img {
    /* width: 100%; */
    max-width: 500px;
    max-height: 400px;
}
.productListing.upload_logo_listing .listing-product .listing-product-image {
    border: 0px;
}
#designs .upload_logo_listing .listing-product, #designs .group_select_listing .listing-product, .group_select_listing .productinfo, #designs .upload_image_listing .listing-product, .upload_image_listing .productinfo {
    color: #333333;
}
.stepcont {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}
#designs {
    background-color:#fff;
}
div#afterupload, div#afterupload2, div#afterupload3 {
    margin: 30px 0;
}
.select_group {
    margin-bottom: 20px;
}
.select_group button {
    color: #000;
    background-color: #f7f7f7;
    border: 1px solid #d6d6d6;
}
span.group_select_include {
    display: inline-block;
    margin-top: 1rem;
}
.can-toggle {
  position: relative;
  width: 120px;
  clear: both;
}
.can-toggle *, .can-toggle *:before, .can-toggle *:after {
  box-sizing: border-box;
}
.can-toggle input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.can-toggle input[type=checkbox][disabled] ~ label {
  pointer-events: none;
}
.can-toggle input[type=checkbox][disabled] ~ label .can-toggle__switch {
  opacity: 0.4;
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:before {
  content: attr(data-unchecked);
  left: 0;
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  content: attr(data-checked);
}
.can-toggle label {
  user-select: none;
  position: relative;
  display: flex;
  align-items: center;
}
.can-toggle label .can-toggle__label-text {
  flex: 1;
  padding-left: 32px;
}
.can-toggle label .can-toggle__switch {
  position: relative;
}
.can-toggle label .can-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
}
.can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background: white;
  transform: translate3d(0, 0, 0);
}
.can-toggle input[type=checkbox][disabled] ~ label {
  color: rgba(234, 0, 48, 0.5);
}
.can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch {
  background-color: #ea0030;
}
.can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  color: #b70026;
}
.can-toggle input[type=checkbox]:hover ~ label {
  color: #d1002b;
}
.can-toggle input[type=checkbox]:checked ~ label:hover {
  color: #55bc49;
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch {
  background-color: #70c767;
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  color: #4fb743;
}
.can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
  background-color: #5fc054;
}
.can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  color: #47a43d;
}
.can-toggle label .can-toggle__label-text {
  flex: 1;
}
.can-toggle label .can-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  background: #ff0538;
}
.can-toggle label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.5);
}
.can-toggle label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color: #ea0030;
}
.can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(65px, 0, 0);
}
.can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle label {
  font-size: 14px;
}
.can-toggle label .can-toggle__switch {
  height: 36px;
  flex: 0 0 134px;
  border-radius: 4px;
  cursor: pointer;
}
.can-toggle label .can-toggle__switch:before {
  left: 67px;
  font-size: 12px;
  line-height: 36px;
  width: 67px;
  padding: 0 12px;
}
.can-toggle label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 2px;
  width: 65px;
  line-height: 32px;
  font-size: 12px;
}
.can-toggle label .can-toggle__switch:hover:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(44px, 0, 0);
}
.can-toggle.can-toggle--size-small input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small label {
  font-size: 13px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch {
  height: 28px;
  flex: 0 0 90px;
  border-radius: 2px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:before {
  left: 45px;
  font-size: 10px;
  line-height: 28px;
  width: 45px;
  padding: 0 12px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:after {
  top: 1px;
  left: 1px;
  border-radius: 1px;
  width: 44px;
  line-height: 26px;
  font-size: 10px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.stepcont .cartsteps-cell, .stepcont .cartsteps-cell-active {
  width: 25%;
}
.mv_cont .editor_tool .editor_extras {
  left: 0;
}
.mv_cont .editor_extras_content {
  width: 100px;
}
#designs .mv_cont .editor_extras_content a {
  width: 100%;
}
#beforeuploadProceed {
  float: left;
}
.group_description {
  padding: 1rem;
  padding-top: 0;
  text-align: center;
}
.mv_cont #template-actions {
  background-color: #fff;
}
a.enlarge_icon, a.enlarge_icon:visited {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  backdrop-filter: brightness(0.4);
}
.listing-product-image {
  position: relative;
}
.mv_cont span.listing-product-int {
    margin-top: 1rem;
}
.toggle_cont {
  width: 100%;
}
#page_select_bar.stuck {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 0 5%;
  background: #f7f7f7;
}
.bar_msg_cont {
  position: relative;
}
#group_error {
  position: absolute;
  top: -10px;
  left: 0;
  margin: 0;
  width: 100%;
  padding: 0.5rem;
  z-index: 1000;
}
.mv_cont .stuck h2 {
  margin: 0.5rem 0;
  font-size: 2rem;
}
.stuck a#group_proceed, .stuck a#beforeuploadProceed {
  padding: 5px 10px;
  font-size: 1rem;
}
/* tabs layout on preview updated */
.template-preview .r-tabs-nav {
  display: flex; /* Arrange list items horizontally */
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden; /* Hide overflowing items */
  width: 100%; /* Occupy the full width of the container */
  scroll-behavior: smooth; /* Smooth scrolling for browsers with native scroll behavior */
}
@media only screen and (max-width: 768px) {
  .template-preview .r-tabs-nav, .scroll-btn.scroll-btn-left, .scroll-btn.scroll-btn-right {
      display: none;
  }
}
.template-preview .r-tabs-nav li {
  /* min-width: 150px; Set a consistent size for list items */
  text-align: center;
  /* background: #f0f0f0;
  padding: 10px;
  border-radius: 4px; */
  text-overflow: ellipsis;
  white-space: nowrap;
}
.template-preview .r-tabs {
  position:relative;
}
.scroll-btn {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 0px;
  position:absolute;
  top: 0;
  z-index: 10;
  display: none;
}
.scroll-btn.scroll-btn-left {
  left:0;
  border-right: 1px solid #fff;
}
.scroll-btn.scroll-btn-right {
  right:0;
  border-left: 1px solid #fff;
}
.scroll-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}
@media only screen and (max-width: 768px) {
  .r-tabs-accordion-title {
      display: block;
      background-color: #01109f;
      text-shadow: unset;
  }
}
/* tabs layout on preview updated */
.mv_cont {
    margin-bottom: 2rem;
}
.no_editable_fields {
    text-align: center;
}