@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


@font-face {
    font-family: 'Laser Charles Wright';
    src: url('../fonts/LaserCharlesWright.eot');
    src: url('../fonts/LaserCharlesWright.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LaserCharlesWright.woff2') format('woff2'),
        url('../fonts/LaserCharlesWright.woff') format('woff'),
        url('../fonts/LaserCharlesWright.ttf') format('truetype'),
        url('../fonts/LaserCharlesWright.svg#LaserCharlesWright') format('svg');
    font-weight:normal;
    font-style:normal;
    font-display:swap;}

@font-face {
    font-family: 'Cambria';
    src: url('../fonts/Cambria-Bold.woff2') format('woff2'),
        url('../fonts/Cambria-Bold.woff') format('woff'),
		url('../fonts/cambriab.ttf') format('truetype');
    font-weight:bold;
    font-style:normal;
    font-display:swap;}	

@font-face {
    font-family: 'HelveticaNowText';
    src: url('../fonts/HelveticaNowText-ExtraBold.woff2') format('woff2'),
        url('../fonts/HelveticaNowText-ExtraBold.woff') format('woff'),
    	url('../fonts/HelveticaNowText-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Semibold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;}		

@font-face {
    font-family: 'Agency FB Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Agency FB Bold'), url('../fonts/AGENCYB.woff') format('woff');}	

@font-face {
    font-family: 'Arial Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Bold'), url('../fonts/ARIALBD.woff') format('woff');}	
	
@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/TimesNewRomanPS-BoldMT.woff2') format('woff2'),
        url('../fonts/TimesNewRomanPS-BoldMT.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;}		
	


.builder-container  {font-family:"Barlow Condensed", serif; font-weight:400; font-style:normal; font-size:14px; padding:0; margin:0;}
.builder-container a {outline:none; text-decoration:none;transition: all linear .3s;-o-transition: all linear .3s; -ms-transition: all linear .3s;-moz-transition: all linear .3s;-webkit-transition: all linear .3s;}  
a:focus,a:visited,a:hover {outline:none; text-decoration:none;transition: all linear .3s;-o-transition: all linear .3s; -ms-transition: all linear .3s;-moz-transition: all linear .3s;-webkit-transition: all linear .3s;}

.builder-container img {max-width:100%;}

.builder-container input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#1F1D1B; font-size:16px; font-weight:400;
}
.builder-container input::-moz-placeholder { /* Firefox 19+ */
  color:#1F1D1B; font-size:16px; font-weight:400;
}
.builder-container input:-ms-input-placeholder { /* IE 10+ */
  color:#1F1D1B; font-size:16px; font-weight:400;
}
.builder-container input:-moz-placeholder { /* Firefox 18- */
  color:#1F1D1B; font-size:16px; font-weight:400;}
 

/* width */
::-webkit-scrollbar {width:4px; border-radius:10px;}

/* Track */
::-webkit-scrollbar-track {background:#fff; border-radius:10px;}
 
/* Handle */
::-webkit-scrollbar-thumb {background:#0072BB; border-radius:10px;}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {background:#000; cursor:pointer;}	  

  #exTab2 h3 {
	padding:15px;
    font-size:16px;
    font-weight:400; display:block; margin:0 0 15px; line-height:1.4;}  
.innerBox {
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    width:100%; 
	max-width:1260px; 
	gap:0;	
    flex-direction:row;
	border:3px solid #f1c735;
    margin:0;}  
.innerBox .inner-left {
    width:35%;
    padding:20px 10px 10px;
    margin:5px;
    min-height:650px;
    background-color:#f1c735;
    color:#000;
    border:1px solid #B5962B;
    border-radius:5px;
	position:relative;}	
.innerBox .inner-right {
    width:65%;
    padding:0;
    margin:5px;
    background-color:#f7f7f7;
    border:1px solid #D3AE2E;
    min-height:650px;
    border-radius:5px;}
.inner-container .tab-content {
	border:none;
    padding:0;
    margin:0;
    background:#f7f7f7;    
    border-radius:0 0 5px 5px;}
.builder-container {
	margin:20px auto;
    padding:20px 0;
    display:flex;
    width:100%;
    align-items:flex-start;
    justify-content:space-between;
    max-width:1300px;
    gap:20px;}	
.builder-container .builder-tab {width:75%;}
.builder-container .builder-cart {width:25%;     
	border:1px solid #D9D9D9;
    background:#eee;
    border-radius:5px;
    padding:0;}
.builder-container .builder-cart .note input[type=checkbox] {margin-top:0;}	

.builder-tab .tab-content {margin-top:0;}
.nav-tabs>li {
    float:left;
    margin-bottom:0;}
.builder-tab .nav-tabs {
    border-bottom:none;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap: 1px;
    margin-left: -1px;
    margin-right: -1px;}	
.builder-tab .nav-tabs>li {width:100%; margin-bottom: 0px;}	
.builder-tab .nav-tabs li.active a, .builder-tab .nav-tabs li.active a:focus, .builder-tab .nav-tabs li.active a:hover {
    color:#000;
    cursor:default;
    background-color:#f1c735;
    border:1px solid #f1c735;
    border-bottom-color:transparent;}
.builder-tab .nav-tabs>li>a {
    margin-right:4px;
    line-height:1.4;
    padding:10px 20px;
    border-radius:2px 2px 0 0;
    min-width:146px;
    text-align:center;
    color:#888;
    background-color:#E6E6E6;
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
	text-decoration: none;
	letter-spacing: 0.5px;}	
.builder-tab .nav-tabs>li>a[aria-expanded="false"] {color:#000;}	
.builder-tab .nav-tabs li:first-child a {border-radius:8px 2px 0 0;}
.builder-tab .nav-tabs li:last-child a {border-radius:2px 8px 0 0;}	
.builder-tab .nav-tabs li:last-child a {margin-right:0;}	
.builder-tab .nav-tabs>li>a:hover {border-color:#f1c735; background-color:#f1c735; color:#000;}	
.inner-right .nav-tabs {justify-content:flex-start;}
.inner-right .nav-tabs li {margin-bottom:0; width:100%;}
.inner-right .nav-tabs li a {margin-right:0; font-size:20px; color:#1F1D1B;}
.inner-right .nav-tabs li:first-child a {border-radius:5px 0 0 0;}
.inner-right .nav-tabs li:last-child a {border-radius:0 5px 0 0;}
.inner-right .nav-tabs li a span {
    font-weight:normal;
    font-size:15px;
    letter-spacing:0.5px;}
.inner-right .nav-tabs li a:hover, .inner-right .nav-tabs li.active a {box-shadow:0 2px 7px rgba(0, 0, 0, 0.3); color:#1F1D1B;}

.builder-cart h3 {color:#1F1D1B;
    font-size:25px;
    font-weight:600;
    text-transform:uppercase;
    margin:0 0 10px;
    padding:0;
    display:block;}
.builder-cart h4 {color:#1F1D1B;
    font-size:20px;
    font-weight:600;
    text-transform:uppercase;
    margin:0 0 8px;
    padding:0;
    display:block;}	
.builder-cart .cart-panel {
    padding:20px;
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    flex-direction:column;
    width:100%;}
.builder-cart .cart-panel.gray {background-color:#EAE5E5;}
.cart-panel ul {
    padding:0;
    margin:0;
    list-style:none; display:block; width:100%;}
.cart-panel ul li {border-bottom:1px solid #515151;
    padding:5px 0 3px;
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    gap:5px; 
	color:#1F1D1B;
	font-family: "Barlow", serif;}	
.cart-panel ul li strong {display:block;
    min-width:110px;
    font-weight:700;
    text-transform:uppercase;
    font-size:13px;
    letter-spacing:0.3px;}
.cart-panel ul li span {font-weight:normal;
    text-transform:none;
    font-size:14px;}
.cart-panel ul.list3 li {
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;}	
.cart-panel ul.list3 li strong {min-width:25%;}	
.cart-panel ul.list3 li span {
    width:50%;
    text-align:left;}
.cart-panel ul.list3 li span:last-child {
    width: 25%;}	
.cart-panel .note {
    color:#1F1D1B;
    font-size:14px;
    font-weight: normal;
    display: flex;
    align-items: flex-start;
    gap:5px;
    justify-content:flex-start;}	
.note label {font-weight:normal; display:block; font-size:15px; letter-spacing:0.3px;}	
.cart-panel .total {display:flex;
    align-items: flex-start;
    justify-content: space-between;
    padding:20px 0 0;
    margin:0;
    text-align: left;
    width: 100%;
    color: #1F1D1B;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Barlow", serif;}	
.cart-panel .total .amt {font-weight:400;}	
.cart-btn {    
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0;
    width: 100%;}
.cart-btn a.btn {background:#0072BB;
    color: #fff;
    padding:15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    border-radius:0 0 5px 5px;
	font-family: "Barlow", serif; 
    font-size: 18px;
    text-transform: uppercase;
    font-weight:600;
    letter-spacing:0.5px;     
	text-decoration: none;}	
.cart-btn a.btn strong {font-weight:600;}	
.cart-btn a.btn:hover {background:#1F1D1B;}	
.plate-thumb {
    min-height:535px;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    flex-direction:column;}
.plate-thumb img {max-width: 350px;}
.innerBox .title {
    width: 100%;
    display: flex;
    align-items:baseline;
    justify-content: space-between;
    color: #1F1D1B;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    font-family:"Barlow", serif; margin:0 0 5px; padding:0;}
.innerBox .title span {
    display: block;
    line-height: 1;
    margin: 0;
    padding:0;}	
.innerBox .title img {max-width:24px;}	
.plate-form {
    display:block;
    width:100%;
    margin:0;
    padding:0 0 10px;
    float:left;}
.plate-form .input-group {
    margin:0 0 5px;
    display:block;
    padding:0;
    float:left;
    width:100%;}
.plate-form .input-group.afterReg {margin-bottom:10px;}	
.plate-form .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: block !important;
    height:34px !important;
    padding:8px 12px;
    border-radius:5px !important;
    border-color:#A0A0A0;
	font-size:18px; line-height:1; color:#1F1D1B; text-transform:uppercase;}	
.plate-form .input-group .print-format {    
	position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display:flex !important;
    align-items: center;
    justify-content: flex-start;
    height:34px !important;
    padding:8px 12px;
    border-radius: 5px;
    font-size: 22px; font-weight:700; text-transform:uppercase;
    line-height: 1.4;
    color: #1F1D1B;
    background-color: #fff;
    background-image: none;
    border:1px solid #A0A0A0;}	
.input-group .print-format span {font-family:"Barlow", serif; font-weight:400;
    font-size: 14px;
    text-transform: none; margin-right:5px;}	
.msg.error {
    background:#D11A16;
    color: #fff;
    margin: 5px 0;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 13px;
	font-weight:400;
    line-height: 1;
    width: 100%;
    float: left;}
.innerBox .inner-left .btn-wrap {
    position: absolute;
    display: flex;
    width: 96%;
    margin: 0 2% 2%;
    padding: 0;
    margin-top: 10px;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
    background-color: #0072BB;
    bottom: 0;
    left: 0;
    right: 0;}	
.btn-wrap .btn.full-btn {width:100%;}
.btn-wrap .btn.previous {border-radius:5px 0 0 5px; justify-content:flex-start;}
.btn-wrap .btn.previous img {transform: rotateY(180deg);}	
.btn-wrap .btn.next {border-radius:0 5px 5px 0;}	
.btn-wrap .btn {
    background-color:#0072BB;
	border:none;
    border-radius:5px;
    color: #fff;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 500;
    letter-spacing: normal;
    position: relative;
    gap:5px;
    line-height: 1.3;     text-decoration: none;}
.btn-wrap .btn img {margin-top:2px;}
.btn-wrap .btn:hover {background-color:#1F1D1B; border-color:#1F1D1B; color:#fff;}

.plate-form .form-group {
    margin:5px 0;
    display:flex;
    padding: 0;
    float: left;
    width: 100%;
    gap: 10px;
    align-items:flex-start;
    justify-content: space-between;
    flex-direction:row;}
.plate-form .form-group span {color:#1F1D1B; font-family:"Inter", sans-serif; font-weight:400; font-size:13px; line-height:1;}	
.chkbx-toggle {display:none;}
.chkbx-toggle + label {
  position: relative;
  cursor: pointer;
  outline: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 40px;
  height: 20px;
  background-color:#999;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s; margin-bottom:0;}
.chkbx-toggle + label::before, .chkbx-toggle + label::after {
  content: "";
  display: block;
  position: absolute;}
.chkbx-toggle + label::before {
  right: 1px;
  left: 1px;
  top: 1px;
  bottom: 1px;
  background-color:#999;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;}
.chkbx-toggle + label::after {
  top: -1px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s; border:1px solid #999;
}
.chkbx-toggle:checked + label {
  background-color:#07B532;     
  margin-bottom: 0;
}
.chkbx-toggle:checked + label::before {
  background-color:#008220;
}
.chkbx-toggle:checked + label::after {
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  border: 1px solid #008220;}
  
.chkbx-toggle:disabled + label {
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity:0.5;
  cursor:default;}
 
.select-holder {
    margin:5px 0 10px;
    display:block;
    padding:0;
    float:left;
    width:100%; 
	position:relative;} 
.select-holder h4 {font-family:"Barlow", serif; color:#1F1D1B; font-weight:700; font-size:14px; margin:0 0 6px;}	 
.select-holder .picture {
    width: 70%;
    float: left;
    display: block;
    margin:0;
    padding:0;}	
.select-holder .picture span {
    font-family: "Inter", sans-serif;
    font-size: 13px;}	
.select-holder .form-group {
    width:30%;
    align-items:center;
    float:none;
    justify-content:flex-end;
    margin:0;
    min-height:56px;}	
.select-holder .bedge {position:relative;}	
.select-holder .bedge .strip {
    background: #0CCA3E;
    color: #fff;
    font-size: 13px;
    padding: 4px 8px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    border-radius: 0 0 0 5px;
	transition: all .3s ease;}
.select-holder.selected .picture {position:relative;}	
.select-holder.selected .picture:after {background:#0CCA3E; content:'Selected'; display:inline-block;
    color:#fff;
    font-size:13px;
    padding:4px 8px;
    position:absolute;
    right: 0;
    top: 0;
    line-height: 1;
    border-radius: 0 0 0 5px;
	transition: all .3s ease;} 	
.select-strip label.strip-inner {
    cursor:pointer;
    display:block;
    margin:0;}
.select-strip label.strip-inner:hover .gray-strip {background:#1F1D1B; border:4px solid #1F1D1B; transition: all .3s ease; color:#fff;}		

.select-strip {margin:0 0 10px;
    display: block;
    padding: 0;
    float:left;
    width:100%; 
	position:relative;
	cursor:pointer;}		
.select-strip .picture {
    width: 100%;
    float: left;
    display: block;
    margin: 0;
    padding: 0;
	background-color:#fff;
    border-radius:5px 5px 0 0;
    overflow:hidden;}

.select-strip input[type="radio"] {
    visibility: hidden;
    padding: 0 !important;
    margin: 0;
    position: absolute;}
.select-strip.selected {position:relative;}	
.select-strip:before {background: #0CCA3E; 
	content: 'Selected';
    color: #fff;
    font-size: 14px;
    padding: 5px 8px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    border-radius: 0 0 0 5px;
    z-index: 9;
    font-weight:500;
	transition:all .4s ease;
    visibility: hidden;
    opacity:0;}
.select-strip.selected:before {visibility:visible; opacity:1;}
	
.select-strip .bedge {position:relative; width:100%;}	
.select-strip .bedge .strip {
    background: #0CCA3E;
    color: #fff;
    font-size: 13px;
    padding: 4px 8px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    border-radius: 0 0 0 5px;}
.select-strip .gray-strip { 
	background:#eee;
    border:4px solid #eee;
    border-radius:0 0 5px 5px;
    color:#111;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:4px 6px 5px;
    gap:10px;
    font-size:16px;
    text-transform:uppercase;
    font-weight:500;}	
.select-strip .gray-strip img {
    top:2px;
    position:relative;
    filter:invert(.8);}	
.select-strip.selected .gray-strip {background:#1F1D1B; border:4px solid #1F1D1B; color:#fff;}	
.innerBox .title.text-sm {font-size:14px; align-items:flex-start; margin-bottom:5px; text-transform:none; font-weight:600;}
.select-strip label.strip-inner:hover .gray-strip img {filter:invert(0);}
.select-strip.selected .gray-strip img {filter:invert(0);}

.color-palette {display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:6px !important;
    margin:0 0 15px;
    padding:0;
    flex-wrap:wrap;
    flex-direction:row;}
.color-palette .option-color {
	width:24px; 
	cursor:pointer;
    height:24px; 
	border:2px solid transparent;
    background-color:#fff;
    display: inline-block;
    border-radius:2px;
	transition:all .3s ease;}
.color-palette .option-color:hover {border:2px solid #000;}	
.color-palette label.strip-inner {
    cursor:pointer;
    display:block;
    margin:0;}
.color-palette .radio-option.selected .option-color {border:2px solid #000; transition:all .3s ease;}
.color-palette .radio-option input[type="radio"] {
    visibility: hidden;
    padding: 0;
    margin: 0;
    position: absolute;}
	
.custom-text {display:block;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;}
.custom-text .form-inner {width:100%;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:4px;
    margin:0;
    padding:0;}
.custom-text .form-inner .input-field {border:1px solid #A0A0A0;
    border-radius:5px;
    height:36px;
    width:83%;
    padding:8px;
    margin:0;
	text-transform:uppercase;
    font-size:18px;}
.custom-text .form-inner .btn-text {width:17%; height:36px; background:#0CCA3E; border:none; border-radius:5px;}
.custom-text .form-inner .btn-text:hover {background:#000;}

.font-option {height:152px; overflow-y:auto; margin-bottom:15px;}
.font-option .text-select {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    padding:0 8px 0 0;
    margin:0;
    gap:4px;}
.text-select .radio-option {width:100%;}
.text-select .text-box {
    border:1px solid #A0A0A0; 
	cursor:pointer; 
    background:#fff;
    width:100%;
    text-align:center;
    margin:0 auto;
    padding:0;
    height:34px;
    border-radius: 5px;
    display: flex;
    align-items:center;
    justify-content:center;
	transition:all .2s ease;}
.text-select .text-box:hover {border:2px solid #000;}	
.text-select .text-box img {max-height:16px;}
.font-option .radio-option.selected .text-box img {filter:brightness(0);}
.font-option .radio-option .text-box img {filter:contrast(0);}

/* width */
.scrolls::-webkit-scrollbar {width:4px; border-radius:10px;}

/* Track */
.scrolls::-webkit-scrollbar-track {background:#fff; border-radius:10px;}
 
/* Handle */
.scrolls::-webkit-scrollbar-thumb {background:#0072BB; border-radius:10px;}

/* Handle on hover */
.scrolls::-webkit-scrollbar-thumb:hover {background:#000; cursor:pointer;}	

.style-plate {
    display: flex;
    flex-direction: column;
    line-height:1.3;
    font-weight:400; 
	font-size:16px;}
.style-plate span {font-weight:500;}	

.character-section {height:460px; overflow-y:auto; margin-bottom:15px; padding-right:8px;}
.character-section .select-strip .bedge {height:140px;}
.character-section .select-strip label {cursor:pointer;
    display:block;
    margin:0;}

.finish-style {
	display: flex;
    padding: 20px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 20px;
    min-height: 510px;
    flex-direction: column;
    background: #eee;
    border: 1px solid #D9D9D9;
    border-radius:5px;}
.finish-style .caption {font-size:18px; line-height:1.3; font-weight:500; display:block; padding:0; margin:0 0 15px; text-align:center;}	

.finish-style .final-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    justify-content: flex-start;
    margin: 0;
    padding: 0;}		
.final-box h2 {font-size:30px; color:#1F1D1B; font-weight:600; text-transform:uppercase; line-height:1.3; margin:15px 0; padding:0; display:block; width:100%;}
.registration-table {display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    width: 100%;}
.registration-table .row-main {display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin:0 0 10px;
    padding:0 0 5px;
    width:100%;
    border-bottom:1px solid #000; font-size:15px; font-family:"Barlow", serif;}
.row-main .row-label {font-weight:600; text-transform:uppercase; color:#000;}
.row-main .row-value {font-weight:500;}

.front-rear {display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    margin:20px 0;
    padding:0;
    width:100%;}
.front-rear .front-section {background:#EAE5E5;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    width:100%;
    padding:15px;
    border-radius:3px;}
.front-rear h3 {font-size:22px; color:#1F1D1B; font-weight:600; text-transform:uppercase; line-height:1.3; margin:0 0 10px; padding:0; display:block; width:100%;}
.front-rear .registration-table .row-main {font-size:14px;}

.front-rear-bottom {display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin:0;
    padding:0;
    width:100%;}
.front-rear-bottom .frb-box {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding:0; 
	margin:0;}
.frb-box .note {color:#1F1D1B;
    font-size: 14px;
    font-weight: normal;
    display:flex;
    align-items:flex-start;
    gap:5px;
    justify-content:flex-start;
    background:#1F1D1B;
    padding:10px;
    height:60px;
	border-radius:2px;}
.frb-box .note input[type="checkbox"] {margin-top:1px;}	
.frb-box .note label {
    display:block;
    font-size:13px; 
	line-height:1.3; 
	color:#BFBFBF; 
	font-family:"Inter", sans-serif; 
	font-weight:300;} 	
.frb-box .cart-btn {margin:0; padding:0; display:block;}
.frb-box .cart-btn a.btn {border-radius:2px; font-size:20px; height:60px;}
.frb-box .cart-btn a.btn strong {font-weight:700;}

.plate-create {width:500px; height:auto; display:block; margin:0; padding:0;}

.font-color {display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:7px;
    margin:0 0 15px;
    padding:0;
    flex-wrap:wrap;
    flex-direction:row;}
.font-color .option-color {width:26px; cursor:pointer;
    height:26px; 
	border:2px solid transparent;
    background-color:#fff;
    display: inline-block;
    border-radius: 2px;
    transition: all .3s ease;}
.font-color .option-color:hover {border:2px solid #000;}	
.font-color label.strip-inner {
    cursor:pointer;
    display:block;
    margin:0;}
.font-color .radio-option.selected .option-color {border:2px solid #000; transition:all .3s ease;}
.font-color .radio-option input[type="radio"] {
    visibility:hidden;
    padding:0;
    margin:0;
    position:absolute;}
.font-option .text-select label.fontInner {
    cursor:pointer;
    display:block;
    margin:0;}
.font-option .radio-option.selected .text-box {border:2px solid #000; transition:all .3s ease; color:#000;}
.font-option .radio-option input[type="radio"] {
    visibility:hidden;
    padding:0;
    margin:0;
    position:absolute;}
.badge-upload {display:block;
    margin:0 auto;
    padding:0;
    text-align:center;}
.badge-upload strong {font-size:16px;
    margin: 10px auto;
    display: block;
    font-family: "Barlow", serif;}	
.badge-upload .uploadFile {
 	width:100%; font-family:"Barlow", serif; 
	text-align:center;
    background-color:#0072BB;
    border:1px solid #FFD543;
    color:#fff;
    font-size:15px;
    line-height:1;
    overflow: hidden;
    padding:0 10px;
    position: relative;
    resize: none;
    border-radius: 5px;
    height: 42px;
    font-weight: 500;
	display:flex;
    align-items:center;
    justify-content:center;
    gap:5px;
	transition:all .3s ease;}
.badge-upload .uploadFile:hover {background-color:#1F1D1B;}	
.badge-upload .uploadFile [type=file] {
  cursor:pointer !important;
  display:block;
  font-size:999px;
  filter:alpha(opacity=0);
  min-height:100%;
  min-width:100%;
  opacity:0;
  position:absolute;
  right:0px;
  text-align:center;
  top:0px;
  z-index:1;}
.badge-category {display:flex;
    align-items:center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap:wrap;
    margin:10px 0;
    padding:0 4px 0 0;
    text-align: center;
    position:relative;
    width:100%; gap:10px;
	max-height:300px;
    overflow-y: auto;}	
.badge-category .badge-logo {flex:0 0 47%; position:relative; border-radius:8px; overflow:hidden; border:3px solid transparent; cursor:pointer; transition:all .3s ease;}	
.badge-logo img {overflow:hidden;
    border-radius:5px;
    display: block;
    margin: 0 auto;
    max-width: 100%;}
.badge-logo .badge-label {position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background:#1F1D1B99; 	
    overflow:hidden;
    border-radius:0 0 5px 5px;
    padding:3px 5px;
    color:#fff;
	font-weight: 500;
    font-size: 14px;
	transition:all .3s ease;}
.badge-category .badge-logo:hover {border:3px solid #1F1D1B;}	
.badge-logo:hover .badge-label {background:#1F1D1B;}

.badge-category .badge-logo label.strip-inner {
    cursor:pointer;
    display:block;
    margin:0;
	overflow:hidden;}
.badge-category .badge-logo.selected {border:3px solid #1F1D1B; position:relative;}
.badge-category .badge-logo input[type="radio"] {
    visibility:hidden;
    padding:0;
    margin:0;
    position:absolute;}
.badge-logo.selected .badge-label {background:#1F1D1B;}	
.badge-category .badge-logo.selected:before {visibility:visible; opacity:1;}
.badge-category .badge-logo:before {
    background: #0CCA3E;
    content:'Selected';
    color:#fff;
    font-size:12px;
    padding:3px 8px 5px;
    position: absolute;
    right:0;
    top:0;
    line-height: 1;
    border-radius: 0 0 0 5px;
    z-index: 9;
    font-weight: 500;
    transition: all .4s ease;
    visibility: hidden;
    opacity:0;}

.categoryContainer {display:flex;
    align-items:center;
    justify-content:space-between;
    flex-direction:row;
    flex-wrap: wrap;
    margin: 10px 0;
    padding: 0 4px 0 0;
    text-align: center;
    position: relative;
    width: 100%;
    gap:0;
    max-height:300px;
    overflow-y:auto;}
.strip-results .categoryContainer {max-height:400px;} 		
#badgeTab #parent-categories .categoryContainer {max-height:360px;}	
#badgeTab #child-categories .categoryContainer {max-height:400px;}	

.categoryContainer .indcategory {flex:0 0 49%;
    position:relative;
    border-radius:8px;
    overflow: hidden;
    border:2px solid #fff;
    cursor:pointer;
    transition:all .3s ease;
    height:90px;
    margin-bottom: 8px;}	
.categoryContainer .indcategory:hover {border:2px solid #1F1D1B;}	
.categoryContainer .indcategory.selected {border:2px solid #1F1D1B; position:relative;}
.categoryContainer .indcategory.selected:before {visibility:visible; opacity:1;}
.categoryContainer .indcategory:before {
    background: #0CCA3E;
    content: 'Selected';
    color: #fff;
    font-size: 12px;
    padding: 3px 8px 5px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    border-radius: 0 0 0 5px;
    z-index: 9;
    font-weight: 500;
    transition: all .4s ease;
    visibility: hidden;
    opacity: 0;}
.categoryContainer .indcategory input[type="checkbox"] {
    visibility:hidden;
    padding:0;
    margin:0;
    position:absolute;}	
.categoryContainer .indcategory input[type="radio"] {
    visibility:hidden;
    padding:0;
    margin:0;
    position:absolute;}		
.categoryContainer .indcategory label.strip-inner {
    cursor:pointer;
    display:block;
    margin:0;
    overflow:hidden;}
.strip-results .categoryContainer .strip-post label.strip-inner {cursor:pointer;
    display:flex;
    margin: 0;
    overflow: hidden;
    background: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height:inherit;}
.strip-results .categoryContainer .strip-post label.strip-inner .strip-label {
	font-size:12px;
    padding:8px 0 5px;
    font-family:"Inter", sans-serif;
    font-weight:500;}	

.badge-category .badge-logo img {overflow: hidden;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;}	
.categoryContainer .indcategory img {
   overflow: hidden;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;}	
.strip-results .categoryContainer .strip-post label.strip-inner img {border-radius:0 0 5px 5px;}		
.categoryContainer .indcategory .badge-label {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background:#1F1D1B99;
    overflow: hidden;
    border-radius:0 0 5px 5px;
    padding:8px 5px;
    color: #fff;
    font-weight: 500;
    font-size:15px;
    transition:all .3s ease;}
.categoryContainer .indcategory:hover .badge-label {background: #1F1D1B;}	
button.go-back, button.backButton {
    background-color: transparent;
    border: none;
    border-radius:5px;
    color: #000;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: normal;
    position: relative;
    gap: 0;
    line-height: 1;
    padding: 0;
    font-family:"Barlow Condensed", serif;
    margin:8px 0;
    text-decoration: underline;}		
button.go-back:hover, button.backButton:hover {background-color:transparent;
    border-color:transparent;
    color:#000;}	 
.plate-thumb .plate-create-container img {max-width:100%;}	
.plate-create .custom_plate {
    background:none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
    width:100%;
    height:110px;
    overflow:hidden;}	
.plate-create-container .custom_plate.no-badge-plate .frontplateno {font-size:110px;}	
.plate-create-container .custom_plate .frontplateno {
	font-size:110px;
    line-height:110px;
    width: 100%;
    border: none;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0;
    background: #fff;
    box-shadow: inset 0 0px 4px #000;
    font-family: 'Laser Charles Wright';
    letter-spacing:3px;
    font-weight: 500; padding:0;}	
.plate-create-container .custom_plate .frontplateno.show-plate, .plate-create .rear_plate .fontStyle.rearplateno.show-plate {font-size:110px;}	

.plate-create .custom_plate.badge-plate .frontplateno, .plate-create .rear_plate .custom_plate.badge-plate .fontStyle.rearplateno {font-size:98px;}
.plate-create .custom_plate.badge-plate .frontplateno.show-plate, .plate-create .rear_plate .custom_plate.badge-plate .fontStyle.rearplateno.show-plate {font-size:98px;}

		
.plate-create-container .custom_plate .frontplateno.threed-plate {text-shadow:0 0px 4px rgba(0, 0, 0, 0.4), 1px -2px 1px #ff0000;}
.plate-create-container .custom_plate .frontplateno.shadow-plate {font-weight:700; text-transform:uppercase; color:#f5f5f5;
    text-shadow: 1px 1px 1px #919191, 1px 2px 1px #919191, 1px 3px 1px #919191, 1px 2px 1px #919191, 1px 2px 1px #919191, 1px 2px 1px #919191, 1px 2px 1px #919191, 1px 2px 1px #919191, 1px 2px 1px #919191, 1px 2px 1px #919191, 1px 2px 4px rgba(16, 16, 16, 0.4), 1px 2px 4px rgba(16, 16, 16, 0.2), 1px 2px 4px rgba(16, 16, 16, 0.2), 1px 2px 4px rgba(16, 16, 16, 0.4);}

.plate-create-container {
	position: relative;
	display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-direction:row;
    flex-wrap:wrap;
    border-radius:10px;
	height:150px;
    overflow:hidden;
	border:6px solid #1F1D1B !important;
	border-bottom-width:5px !important;}
.plate-create-container .custom_plate .frontplateno.texture-plate {font-weight:700; text-transform:uppercase; background-image:url('../images/font-texture.jpg'); background-size:0 0;
	background-size:cover;
	-webkit-text-fill-color:transparent;
	-webkit-background-clip:text;
  -moz-background-clip:text;
  background-clip:text;}	

.plate-create .custom_plate .badgeLogoIfSelected {border-right:none;
    position:relative;
    overflow:hidden;
    width:60px;
    height:110px;
    border-radius:8px;
    border:none;
    margin:0 6px 0 0;
    background:#fff;
	box-shadow:inset 0 0px 4px #000;}
.plate-create .rear_plate .custom_plate .badgeLogoIfSelected {position:relative;
    overflow:hidden;
    width:60px;
    height:110px;
    border-radius:8px;
    border:none; margin-right:6px !important;
    margin:0;
    background:#F2C735;
    border-left: none;
    border-bottom: none;
    border-top: none;
	box-shadow: inset 0 0px 4px #000;}
.plate-create .rear_plate .rear_plate_inner .custom_plate .frontplateno {font-size:110px;
    line-height:110px;
	font-family:'Laser Charles Wright';
    letter-spacing:4px;
    width: 100%;
    border: none;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0;
    background:#F2C735;}	
.plate-create .rear_plate .custom_plate.no-badge-plate .fontStyle.rearplateno {font-size:110px;}
.plate-create .rear_plate .fontStyle.rearplateno {
	color:#1F1D1B;
    font-weight:500;
    line-height:110px !important;
    width: 100%;
    border: none;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin:0 auto;
    background: #F2C735;
    box-shadow: inset 0 0px 4px #000;
    font-family: 'Laser Charles Wright';
    letter-spacing:3px;
    font-size:110px; padding:0;}		

.plate-create .custom_plate .badgeLogoIfSelected img {max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
    border-radius:8px;
    max-height: 110px;
    margin: 0 auto;
    height: 100%;}
#stripTab .strip-results .strip-parent-categories {max-height:480px;}

.elementor-widget-search .e-search-input-wrapper output {padding:0;} 	
.plate-create .stripStyle {
    width:100%;
    height:30px;
    background-size:cover;
    background-repeat:no-repeat;
    margin:0 auto;
    text-align:center;
    background-position:center center;
    background-color:#fff;
	border-top:4px solid #1F1D1B;
    border-radius: 0 0 8px 8px;
    overflow: hidden;}

.registrationpop, .badgepop, .strippop{cursor: pointer;}
#characterModal, #registrationModal, #badgeModal, #stripModal, #BgModal {
    margin: 0 auto;
    padding: 0;
    height: 100vh;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);}
#characterModal .modal-content, #registrationModal .modal-content, #badgeModal .modal-content, #stripModal .modal-content, #BgModal .modal-content {
    left: 0;
    right: 0;
    top: 30%;
    bottom: 0;
    z-index: 9999;
    margin: 0 auto;
    min-height: 170px;
    max-height: max-content;
    height: auto;
    background-color: #fff;
    border: 2px solid #ffcd29;
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
    color: #111;
    max-width: min(640px, calc(100% - 30px));
    padding: 30px;
    position: relative;
    width: 640px;}
#characterModal .modal-content .close, #registrationModal .modal-content .close, #badgeModal .modal-content .close, #stripModal .modal-content .close, #BgModal .modal-content .close {
    font-size: 40px;
    color: #fff;
    opacity: 1;
    font-weight: 600;
    position: absolute;
    right:10px;
    top:10px;
    background: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: self-end;
    justify-content: center;
    line-height:40px;}
#stripModal .modal-content .close:hover, #characterModal .modal-content .close:hover, #registrationModal .modal-content .close:hover, #badgeModal .modal-content .close:hover, #BgModal .modal-content 
.close:hover {background:#ffcd29; color:#111; transition:all linear .3s;}	
#characterModal .modal-content p, #registrationModal .modal-content p, #badgeModal .modal-content p, #stripModal .modal-content p, #BgModal .modal-content p {font-size:18px; line-height:1.3;}		
#characterModal .modal-content p strong, #registrationModal .modal-content p strong, #badgeModal .modal-content p strong, #stripModal .modal-content p strong, #BgModal .modal-content p strong {font-weight:600;}
#characterModal .modal-content h2, #registrationModal .modal-content h2, #badgeModal .modal-content h2, #stripModal .modal-content h2, #BgModal .modal-content h2 {font-size:26px;
    font-weight: 500;
    margin: 0 0 15px;
    display: block;}

.overlayLoader2 {
	position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, .4);
    z-index:2000;    
    overflow-y:auto;}	
.overlayLoader {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, .4);
    z-index:2000;    
    overflow-y:auto;}
.frameloader {
  width: 42px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:#fff;
  --_m: 
    conic-gradient(#0000 5%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
  position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;}
@keyframes l3 {to{transform: rotate(1turn)}}

.plate-create-container .frontplateno {font-size:102px; font-weight:500; letter-spacing:4px; line-height:110px; font-family:'Laser Charles Wright';}
.badgeStyle {padding:0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:14px;
    font-weight: 600;
    letter-spacing:2px;
    line-height: 1.3;
    text-transform: uppercase;
    height: 26px;   
    position: absolute;
    bottom: 0;}
.stripStyle {width:388px; height:41px;}

.breadcrumb-container {
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    gap:0;
    font-family:"Inter", sans-serif;
    font-size:11px;
    font-weight:500;
    margin:5px 0 10px;
    flex-wrap: wrap;
    background:#d8b02a;
    color:#000;
    padding:0;
    border-radius:5px;}
.breadcrumb-container .breadcrumb-item:first-child {
	padding-right:0;
    padding-bottom:2px;
    padding-top: 2px;
    padding-left:10px;}
/*.breadcrumb-container .breadcrumb-item:nth-child(5) {
    padding-top:0;}	*/	
.breadcrumb-container .breadcrumb-item {
	position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:row;
    padding:3px 3px 3px 10px; font-size:10px; line-height:1.1; 
	transition:all ease 0.3s;}
.breadcrumb-container .breadcrumb-item:hover {color:#fff;}	
.breadcrumb-container .breadcrumb-item:after {content:'';
    display:inline-block;
    padding:0;
    margin:0;
    width:15px;
    height:9px;
    background:url('../images/arrow-breadcrumb.svg') no-repeat 6px 0;
    background-size:9px;
	filter:invert(1);}
.breadcrumb-container .breadcrumb-item:last-child {padding-right:0;}	
.breadcrumb-container .breadcrumb-item:last-child:after {display:none;}

.breadcrumb-strip-container {display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    font-family:"Inter", sans-serif;
    font-size: 11px;
    font-weight:500;
    margin:5px 0 10px;
    flex-wrap: wrap;
    background:#d8b02a;
    color: #000;
    padding:0;
    border-radius:5px;}
.breadcrumb-strip-container .breadcrumb-item:first-child {padding-right:0;
    padding-bottom:6px;
    padding-left:10px;}
/*.breadcrumb-strip-container .breadcrumb-item:nth-child(5) {
    padding-top:0;}	*/
.breadcrumb-strip-container .breadcrumb-item {
	position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:row;
    padding:6px 3px 6px 5px; 
	transition:all ease 0.3s;}
.breadcrumb-strip-container .breadcrumb-item:hover {color:#fff;}	
.breadcrumb-strip-container .breadcrumb-item:after {content:'';
    display:inline-block;
    padding:0;
    margin:0;
    width:15px;
    height:9px;
    background:url('../images/arrow-breadcrumb.svg') no-repeat 6px 0;
    background-size:9px;
	filter:invert(1);}
.breadcrumb-strip-container .breadcrumb-item:last-child {padding-right:0; padding-left:10px;}	
.breadcrumb-strip-container .breadcrumb-item:last-child:after {display:none;}
	
/*  Breadcrumb clickable link style */
.breadcrumb-container .breadcrumb-item {
    color: #0073e6; /* blue for links */
    cursor: pointer;
    transition: color 0.2s ease-in-out;}

/*  Hover effect for clickable links */
.breadcrumb-container .breadcrumb-item:hover {
    color:#005bb5; /* darker blue on hover */
    text-decoration:underline;}

/*  Non-clickable (last item) breadcrumb */
.breadcrumb-container .breadcrumb-item:last-child {
    color:#333; /* gray text for inactive item */
    cursor:default;
    text-decoration:none;}

/*  Optional: give the breadcrumb a cleaner look */
.breadcrumb-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:0; padding:3px 0;
    font-family: "Inter", sans-serif;
    font-size: 11px;
}

/*  Keep the arrow but make it lighter for inactive links */
.breadcrumb-container .breadcrumb-item:after {
    filter: invert(0.5);}

#badge-posts {padding-bottom:10px;}
.badgeContainer {display:flex;
    align-items:center;
    justify-content:space-between;
    flex-direction:row;
    flex-wrap: wrap;
    margin: 10px 0;
    padding: 0 4px 5px 0;
    text-align: center;
    position: relative;
    width: 100%;
    gap: 10px;
    max-height:400px;
    overflow-y:auto;}	

.badgeContainer .indcategory {
	flex:0 0 100%;
    position:relative;
    border-radius:8px;
    overflow:hidden;
    border:2px solid #f0f0f0;
    cursor:pointer;
    transition:all .3s ease;
    min-height:190px;
    background:#f0f0f0;
    display:flex;
    align-items:center;
    justify-content:center;}	
.badgeContainer .indcategory:hover {border:2px solid #1F1D1B;}	
.badgeContainer .indcategory.selected {border:2px solid #1F1D1B; position:relative;}
.badgeContainer .indcategory.selected:before {visibility:visible; opacity:1;}
.badgeContainer .indcategory:before {
    background: #0CCA3E;
    content: 'Selected';
    color: #fff;
    font-size: 12px;
    padding: 3px 8px 5px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    border-radius: 0 0 0 5px;
    z-index: 9;
    font-weight: 500;
    transition: all .4s ease;
    visibility: hidden;
    opacity: 0;}
.badgeContainer .indcategory input[type="checkbox"] {
    visibility:hidden;
    padding:0;
    margin:0;
    position:absolute;}	
.badgeContainer .indcategory input[type="radio"] {
    visibility:hidden;
    padding:0;
    margin:0;
    position:absolute;}		
.badgeContainer .indcategory label.strip-inner {
    cursor:pointer;
    display:block;
    margin:0;
    overflow:hidden;
	width:100%;
    height:100%;}
.badgeContainer .indcategory img {
    overflow: hidden;
    border-radius:5px 5px 0 0;
    display: block;
    margin:0 auto 40px;
    max-width:70px;}		
.badgeContainer .indcategory.selected .badge-label {height:60px; background:#1F1D1B99;}	
.badgeContainer .indcategory label {
    display:block;
	cursor:pointer;
    margin:0;
    width:100%;}
.badgeContainer .indcategory .badge-label {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background:#1F1D1B99;
    overflow:hidden;
    border-radius:0 0 5px 5px;
    padding:7px 5px 10px;
    color: #fff;
    font-weight:500;
    font-size:16px;
    transition:all .3s ease;
    text-align: center;
    min-height:inherit;}
.badgeContainer .indcategory:hover .badge-label {background:#1F1D1B;}

.badgeContainer .badge-selection {
    position:absolute;
    bottom:0;
    padding:7px 10px;
    right:0;
    color:#fff;
    font-weight: normal;
    left:0;
    height:32px;
	font-family:"Inter", sans-serif;
    font-size:13px; 
	line-height:1;
    visibility:hidden;
    opacity:0;
	background:#000;
    margin-top:0;
	display: flex;
    align-items: center;
    justify-content: center;}
.badgeContainer .badge-selection .btype {
    display:flex;
    align-items: baseline;
    justify-content: center;
    margin:0 10px 0 0;
    padding:0;}
.badgeContainer .badge-selection .btype input[type="radio"] {
    padding:0;
    margin:0;
    position:relative;}	
.badgeContainer .badge-selection .btype label.bt-custom {padding:0 2px;}

.badgeContainer .badge-selection .type-title {margin-right:10px;}		
.badgeContainer .indcategory.selected .badge-selection {
    visibility:visible;
    opacity:1;}	
.badge-selection label {
	padding:0 6px;
    font-weight:500;
    font-size:13px; 
	position:relative; 
	margin-bottom:0;}
.badgeContainer .badge-selection input[type="radio"] {
    visibility:visible;
    position:relative; 
	top:2px;}		
.finishvalus {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    margin:0;
    padding:0;
    width:100%;}
.finish-style .final-box .overlayLoader {
    height:100vh;
    position:fixed;}
.plate-create .badgeLogoIfSelected {
    border-right: none;
    position: relative;
    overflow: hidden;
    width: 15%;
    height: auto;}
.plate-create .rearplateno {
	font-family: 'Laser Charles Wright';
    letter-spacing: 3px;
    font-size: 102px;
    line-height:110px;
	font-weight: 500;
    width: 100%;
    border-left:none;}	
.plate-create .rear_plate_inner .custom_plate {
	display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-direction:row;
    flex-wrap:nowrap;
    border-radius:8px;
    height:110px;
    overflow:hidden;
    width:100%;}	

.plate-create .rear_plate_inner {
	background:#1F1D1B;
    border:6px solid #1F1D1B;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-direction:row;
    flex-wrap:wrap;
    border-radius:10px;
    height:150px;
    overflow:hidden;
    width:100%;
	position:relative;
	border-bottom-width:5px !important;}

.strip-logos.categoryContainer .strip-logo.indcategory {flex:0 0 100%;
	position:relative;
    border-radius:5px;
    overflow:hidden;
    border: none;
    cursor: pointer;
    transition: all .3s ease;
    min-height: inherit;
    margin-bottom: 10px;
    padding:8px 5px 5px;
    border-bottom:1px solid #b39735;
    background:#fff;
	height:auto;}

.wc-block-components-sidebar-layout.wc-block-cart {padding-top:50px !important;}
.wc-block-cart table {font-size:16px;}
.is-large.wc-block-cart .wc-block-cart__totals-title {font-size:16px !important;     
	padding: 0 16px 8px 0 !important;
    text-transform: none !important;
    font-weight: 600 !important;}
.wc-block-cart table tfoot th, .wc-block-cart table thead th {font-size:16px;}
.wc-block-components-sidebar {font-size:14px;}
.is-large.wc-block-cart .wc-block-cart-items th {
    padding:8px 16px 8px 8px !important;
    white-space:nowrap;
    border:none !important;
    border-top:none !important;
	background:#f9f9f9 !important;
    font-weight:600;
    text-transform:none;}
.wc-block-cart .wc-block-cart__submit-container .wc-block-components-button	{background-color:#0072BB;
    border: none;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 500;
    letter-spacing: normal;
    position: relative;
    line-height: 1.3;
    text-decoration:none;
	min-height: 2.8em !important;}	
.wc-block-cart .wc-block-cart__submit-container .wc-block-components-button:hover {background-color:#1F1D1B;
    border-color: #1F1D1B;
    color: #fff;}	
.wc-block-components-product-name {
    font-size:17px !important;
    overflow-wrap: anywhere;
    word-break: break-word;
    color:#1F1D1B;
    text-decoration:none !important;
    font-weight:600;}	
.wc-block-components-product-metadata {font-size:14px!important;}
.wc-block-components-product-price {
    display:block;
    font-weight:600;
    color:#0072BB;}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    flex: 1 1 auto;
    padding-left: 16px;
    padding-right: 16px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    background: #c36;}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover {background:#1F1D1B; border-color:#1F1D1B;}	
.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {opacity:1;}
.wc-block-components-totals-coupon .wc-block-components-panel__button {font-weight:600;}
.wc-block-components-totals-item {font-weight:600;}	
.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
    font-weight:600;
    min-width:170px;}
.wc-block-components-product-details.wc-block-components-product-details li {margin-bottom:5px;}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {color:#c36 !important; font-size:14px !important; font-weight:500 !important;}	

.wp-block-woocommerce-cart-order-summary-block {
    padding:15px;
    background:#f9f9f9;
    border-radius:5px;
    border:1px solid #eee;
    margin-bottom:20px;}
.wc-block-components-totals-wrapper .wc-block-components-totals-coupon, .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-item {padding:0 !important;}
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {visibility:visible !important;}	

.productidExists .existingproductcontainer {
    pointer-events: none; /* Disable interactions */
    opacity: 0.5; /* Greyed out effect */
}

.productidExists .existingproductcontainer .chkbx-toggle:checked + label::before {
    background-color: #999;
    margin-bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;}
.productidExists .existingproductcontainer .chkbx-toggle:checked + label::after {
    border:1px solid #999;}

.woocommerce-cart .woocommerce {min-height:240px;}
.woocommerce-cart .wc-empty-cart-message {font-size:15px; margin-top:20px;}
.woocommerce-cart .return-to-shop {
    display: block;
    width: auto;
    max-width: 180px;
    font-weight: 400 !important;}
.woocommerce-cart .return-to-shop a.button {display:inline-block !important;
    width:100%;
    margin:0 auto;
    padding:15px 10px;
    margin-top: 0;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    background-color: #0072BB;
    font-size: 14px;
    color: #fff;
    font-weight:500 !important;
    text-align:center;}
.woocommerce-cart .return-to-shop a.button:hover {background-color:#1F1D1B; color:#fff;}

.fb-cart .woocommerce-notices-wrapper {font-size:14px; font-weight:normal;}
.fb-cart .woocommerce-cart-form {font-size:15px; margin:30px 0;}
.fb-cart .woocommerce-cart-form .cart_item {}
.fb-cart .woocommerce-cart-form th.product-remove, .fb-cart .woocommerce-cart-form td.product-remove {
    width: 5%;
    align-items: center;
    text-align: center;}
.woocommerce-cart table.cart .product-thumbnail img {width:180px; margin: 0 auto; display: block;}	
.woocommerce-cart table.cart .product-thumbnail {width:15%;}
.fb-cart td.product-remove a.remove	{margin: 0 auto;
    display: block;
    font-size: 1.2em;
    height: 1.3em;
    width: 1.3em;
    text-align: center;
    line-height: 1em;
    border-radius: 100%;
    color:#1F1D1B !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    background:#FBCD2F;}
.fb-cart td.product-remove a.remove:hover {color:#fff !important;
    background:#0072BB;
    padding: 0;}	
.woocommerce-cart .fb-cart .wc-proceed-to-checkout a.checkout-button {    
	display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size:2em;
    padding:0.9em 1em;
    background-color: #0072BB;
    font-weight: 600;}
.woocommerce-cart .fb-cart .wc-proceed-to-checkout a.checkout-button:hover {background-color:#1F1D1B; color:#fff;}	
.woocommerce-cart .fb-cart  .cart-collaterals .cart_totals {
    float: right;
    width: 45%;
    margin-bottom:50px;}
.woocommerce-cart .fb-cart .cart-collaterals .cart_totals h2 {
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: none;}	
.woocommerce-cart .fb-cart table.shop_table {font-size:16px; border:1px solid #ddd; margin:0 0 15px;}	
.woocommerce .fb-cart td.product-name .wc-item-meta, .woocommerce .fb-cart td.product-name dl.variation {font-size:14px;}
.woocommerce-page table.cart td.actions .coupon {
    width: 50%;
    display: flex; align-items: center;}
.woocommerce-page .fb-cart table.cart td.actions .coupon label {
    display:none;
    visibility: visible;
    top: 0 !important;
    position: relative !important;
    width: auto;
    height: auto;
    clip-path: none; margin-right:5px; line-height: 1.5;}
.woocommerce-page table.cart td.actions .coupon .input-text {width: 60% !important;
    height: 36px;
    padding: 10px !important;
    font-size: 14px;
    line-height: normal;}
.woocommerce-page table.cart td.actions .coupon button.button {background-color:#0072BB;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    height: 36px;
    line-height: 1;
    text-transform: capitalize;
    padding: 10px 15px;}	
.woocommerce-page table.cart td.actions .coupon button.button:hover {background-color:#1F1D1B;}	
.woocommerce-page table.cart td.actions button[name="update_cart"] {background-color: #0072BB;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    height: 36px;
    line-height: 1;
    text-transform: capitalize;
    padding: 10px 15px;
    opacity: 0.7;}
.woocommerce-page table.cart td.actions button[name="update_cart"]:hover {
    opacity: 1;
    background-color: #1F1D1B;
    color: #fff;}
	
.fb-checkout .woocommerce {font-size:15px;}
.fb-checkout .woocommerce form .form-row .input-text, .fb-checkout .woocommerce form .form-row select {width:100%;
    margin:0;
    line-height: normal;
    height: 40px;
    font-size:14px;
	font-weight:400;
    letter-spacing: normal;
    padding:.5em 1em;
    display:block;
	border:1px solid #ddd;}
.fb-checkout .select2-container .select2-dropdown, .fb-checkout .select2-container .select2-selection {border:1px solid #ddd;}
.fb-checkout .select2-container .select2-selection--single .select2-selection__rendered {padding:.5em 1em; height:40px;}	

.fb-checkout .woocommerce {margin-top:2em;}	
#add_payment_method #payment, .woocommerce-cart .fb-checkout #payment, .woocommerce-checkout .fb-checkout #payment {background:#0072BB;
    border-radius:5px;
    color:#fff; 
    margin-bottom:40px;}	
.woocommerce-checkout .fb-checkout #payment a.woocommerce-privacy-policy-link {color:#f1c735; text-decoration:underline;}	
.woocommerce-checkout .fb-checkout #payment a.woocommerce-privacy-policy-link:hover {color:#fff; text-decoration:none;}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {background-color:#fff !important; margin-bottom:0;}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {border: 1em solid #fff !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;}
.fb-checkout .woocommerce #payment #place_order, .fb-checkout .woocommerce-page #payment #place_order {
    float:right;
    background-color:#f1c735;
    color:#1F1D1B;
    height:46px;
    padding:0 2em;
    font-size:18px;
    text-transform:none;
    font-weight:700;
    border-radius:5px;}	
.fb-checkout .woocommerce #payment #place_order:hover, .fb-checkout .woocommerce-page #payment #place_order:hover {background-color:#1F1D1B; color:#f1c735;}
.woocommerce-thankyou-order-received {font-size:20px;
    margin-bottom:20px;
    font-weight:600;
    color:#000;}	
.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    padding: 20px;
    border: 1px solid #e1e1e1;
    background: #f9f9f9;}
.woocommerce-order > p {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #000;}	
	
.elementor-menu-cart__main {padding:20px !important;}	
.elementor-menu-cart__main .elementor-menu-cart__product {padding-right:10px;}
.elementor-menu-cart__product-name, .elementor-menu-cart__product-price {font-size:16px !important;
    padding-left:10px !important;
    color:#1F1D1B !important;
    font-weight:600;}
.elementor-menu-cart__product-remove {border:2px solid #0072BB !important;}
.elementor-menu-cart__product-remove:after, .elementor-menu-cart__product-remove:before {background:#0072BB !important; height:2px !important;}
.elementor-menu-cart__product-remove:hover {border:2px solid #000 !important;}
.elementor-menu-cart__product-remove:hover:after, .elementor-menu-cart__product-remove:hover:before {background:#000 !important;}
.elementor-menu-cart__product .variation {font-size:13px; font-weight:normal;}
.elementor-menu-cart__product .variation dt {
    grid-column-start:1;
    font-weight:600;}
.elementor-menu-cart__subtotal {text-align:right !important; color:#0072BB!important;}
.elementor-menu-cart__subtotal strong {font-weight:700;}	
.elementor-menu-cart__footer-buttons .elementor-button--view-cart, .elementor-menu-cart__footer-buttons .elementor-button--checkout {background-color:#0072BB !important;
    color:#fff !important;
    padding:15px;
    border-radius:5px !important;}
.elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover, .elementor-menu-cart__footer-buttons .elementor-button--checkout:hover {background-color:#FBCD2F !important; color:#1F1D1B !important;}	
.elementor-menu-cart__close-button {
    width:28px !important;
    height:30px !important;
    border-radius:50%;
    padding:0;
    background:#FBCD2F !important;}
.elementor-menu-cart__close-button:hover {background:#0072BB !important;}	
.elementor-menu-cart__close-button:hover:before, .elementor-menu-cart__close-button:hover:after {background:#fff !important;}
.elementor-menu-cart__close-button:before {
    transform: rotate(45deg);
    width:14px !important;
    left:7px !important;
    background:#1F1D1B !important;
    height:2px !important;}	
.elementor-menu-cart__close-button:after {
    transform: rotate(-45deg);
    width:14px !important;
    left:7px !important;
    background:#1F1D1B !important;
    height:2px !important;}	
.woocommerce td.product-name dl.variation {font-size:14px;}	
.woocommerce td.product-name dl.variation dt {
    font-weight:600;
    color:#000;}	
.woocommerce-checkout #payment div.payment_box {margin-bottom:0;}
	
.custom-product-grid {
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    grid-column-gap:var(--grid-column-gap, 30px);
    grid-row-gap: var(--grid-row-gap, 30px);
    align-items: stretch;
    grid-auto-rows: 1fr;}
.custom-product-grid h1.product_title {
    font-family:"Barlow Condensed", Sans-serif;
    font-size:24px;
    font-weight:500;
    line-height:26px;
    color:#2E6480; 
	padding:0 10px !important; 
	margin-top:0;}
.custom-product-grid .elementor-widget-button .elementor-button {background-color:transparent; padding:0;}	
.product .elementor-loop-pagination-info {font-size:14px;} 

.plate-create-container-shop-product {position:relative;}
/*.plate-create-container-shop-product .custom_plate-shop-product {
    width: 100%;
    left: 0;}*/	
.custom_plate-shop-product {
    position:absolute;
    width:430px;
    margin:0;
    padding:0;
    left:64px;
    height:110px;
    top:5px;
    border-radius:8px;
	box-shadow:none;}
/*.custom_plate-shop-product .fontStyle.frontplateno {
    font-size:96px;
    line-height:110px;
    width:100%;
    border:none;
    height:110px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    margin:0;
    font-family:'Laser Charles Wright';
    letter-spacing:3px;
    font-weight:500; 
	background:none;
    padding:0;}*/
.custom_plate-shop-product .fontStyle.frontplateno {
    font-size:96px;
    line-height:110px;
    width:100%;
    border:none;
    height:110px;
    display:block;
    align-items:center; text-align:center;
    border-radius:10px;
    margin:0;
    font-family:'Laser Charles Wright';
    letter-spacing:3px;
    font-weight:500; 
	background:none;
    padding:0;}		

.custom_plate-shop-product .fontStyle.frontplateno.show-plate {font-size:96px;}
.plate-create .rear_plate .custom_plate-shop-product .fontStyle.rearplateno.show-plate {font-size:96px; box-shadow:none; padding:0; background:none;}
.plate-create .rear_plate .custom_plate-shop-product .fontStyle.rearplateno {font-size:96px; box-shadow:none; background: none;}

.rear_plate .custom_plate-shop-product .fontStyle.frontplateno {background:#F2C735;}
ul.wc-item-meta {
    padding-left:0;
    margin:20px 0;}
ul.wc-item-meta li {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: normal;}	
ul.wc-item-meta li strong {
    min-width: 150px;}	
ul.wc-item-meta li img {
	padding:7px 0;
    max-width:150px;}	
.fb-checkout .woocommerce-form {
    margin: 0 0 40px;
    padding: 20px;
    background: #f7f7f7;
    border: 1px solid #eee;
    border-bottom: 2px solid #e5e5e5;
    border-radius: 4px;}	
.fb-checkout .woocommerce-form .button {display:inline-block;
    width: auto;
    margin: 0 auto;
    padding: 0 10px;
    margin-top: 0;
    border-radius:5px;
    align-items: center;
    background-color:#0072BB;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    min-width: 120px;
    height: 42px;
    line-height:42px;}	
.fb-checkout .woocommerce-form .button:hover {background-color:#1F1D1B; color:#fff;}	
.woocommerce table.shop_table td {vertical-align:top !important;}

.woocommerce-account .page-content {padding:40px 0; font-size:15px;}
.woocommerce-MyAccount-navigation ul {
    list-style:none;
    background-color:#f1c735;
    padding:20px;
    border-radius:5px;
    color:#1F1D1B;
	border:1px solid #B5962B;}
.woocommerce-MyAccount-navigation ul li {
    padding: 0 0 10px;}
.woocommerce-MyAccount-navigation ul li a {
    color: #1F1D1B;
    text-decoration:none;
    font-weight:500;
    font-size:16px;}	
.woocommerce-MyAccount-navigation ul li a:hover {text-decoration:underline;}	
.woocommerce-account .woocommerce-MyAccount-content a {color:#0072BB; text-decoration:underline;}
.woocommerce-account .woocommerce-MyAccount-content a:hover {text-decoration:none;}

.woocommerce-account .page-content h2 {font-family:"Barlow Condensed", Sans-serif;
    font-size:42px;
    font-weight:800;
    text-transform:uppercase;
    line-height:42px;
    letter-spacing:2px;
    color:#000000;
    margin:0 auto 20px;
    text-align:center;}

.woocommerce-account .woocommerce-form-login.login {
    margin:0 0 40px;
    padding:20px;
    background:#f9f9f9;
    border:1px solid #eee;
    border-bottom:2px solid #e5e5e5;
    border-radius:4px;
    font-family:"Barlow Condensed", Sans-serif;}
.woocommerce-account .woocommerce-form-login.login .form-row label {font-weight:600;
    font-size:16px;
    text-transform:none;}
.woocommerce-account .woocommerce-form-login.login .form-row .input-text {width:100%;
    margin:0;
    line-height:normal;
    height:40px;
    font-size:14px;
    font-weight:400;
    letter-spacing:normal;
    padding:.5em 1em;
    display:block;
    border:1px solid #ddd;}		
.woocommerce-account .woocommerce-form-login.login .woocommerce-form-login__submit {float:left;
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0;
    padding: 0 10px;
    margin-top: 0;
    border-radius: 5px;
    align-items: center;
    background-color: #0072BB;
    font-size: 16px;
    color: #fff;
    font-weight:500;
    text-align:center;
    min-width:100px;
    height:42px;
    line-height:42px;}
.woocommerce-account .woocommerce-form-login.login .woocommerce-form-login__submit:hover {background-color:#1F1D1B; color:#fff;}
.woocommerce-LostPassword.lost_password a {text-decoration:underline;}
.woocommerce-LostPassword.lost_password a:hover {text-decoration:none; color:#1F1D1B;}
.search-results .product .product_title {font-family:"Barlow Condensed", Sans-serif;
    font-size:24px;
    font-weight:500;
    line-height:26px;
    color:#2E6480 !important;
    padding:0;
    margin-top:0;}
.search-results .elementor-155 .elementor-element .woocommerce-product-details__short-description {color:#999 !important; font-weight:400 !important;}	
.search-results .product .e-con>.e-con-inner {gap:10px;}	
.search-results .product .e-con>.e-con-inner .price {color:#1F1D1B !important;
    font-family: "Barlow Condensed", Sans-serif;
    font-size:20px;
    font-weight:600;
    line-height:42px;}
.search-results .e-con-inner .woocommerce {margin-bottom:40px !important;}
.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme {
    display:inline-block;
    margin-bottom:0;
    line-height:40px;}
.woocommerce-checkout form .form-row.create-account {margin:0;}
.woocommerce-checkout form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:flex-start;}
.woocommerce-checkout form .form-row .input-checkbox {
    margin:0 !important;
    position: relative;}	
	
.elementor-popup-modal .dialog-message .elementor-heading-title {font-family: "Barlow Condensed", Sans-serif;
    font-size: 36px;
    font-weight: 700!important;
    text-transform: uppercase;
    line-height: 42px;
    letter-spacing: 2px!important;
    color: #2E6480;}
.elementor-popup-modal .dialog-message .e-search-form input.e-search-input {width:100%;
    margin:0;
    line-height:normal;
    font-size:16px;
    font-weight:400;
    letter-spacing:normal;
    padding:.5em 1em;
    display:block;
    border:1px solid #ddd;
    border-radius:4px;}
.elementor-popup-modal .dialog-message .e-search-form .e-search-submit {height:56px;
    display:flex;
    width:auto;
    padding:10px !important;
    margin:0 0 0 5px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    background-color: #0072BB;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    min-width: 100px;
    line-height: 42px;}
.elementor-popup-modal .dialog-message .e-search-form .e-search-submit:hover {background-color:#1F1D1B;
    border-color:#1F1D1B;
    color:#fff;}
.elementor-popup-modal a.dialog-close-button:focus {outline:none; border:none;}	

.custom-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 9999;}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



.woocommerce-account .woocommerce-ResetPassword {
    margin:0 0 40px;
    padding:20px;
    background:#f9f9f9;
    border:1px solid #eee;
    border-bottom:2px solid #e5e5e5;
    border-radius:4px;
    font-family:"Barlow Condensed", Sans-serif;}
.woocommerce-account .woocommerce-ResetPassword .form-row label {font-weight:600;
    font-size:16px;
    text-transform:none;}
.woocommerce-account .woocommerce-ResetPassword .form-row .input-text {width:100%;
    margin:0;
    line-height:normal;
    height:40px;
    font-size:14px;
    font-weight:400;
    letter-spacing:normal;
    padding:.5em 1em;
    display:block;
    border:1px solid #ddd;}		
.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row {
    width: 100%;}	
.woocommerce-account .woocommerce-ResetPassword .woocommerce-Button {float:left;
    display: inline-block;
    width: auto;
    margin:0;
    padding:0 20px;
    margin-top: 0;
    border-radius: 5px;
    align-items: center;
    background-color: #0072BB;
    font-size: 16px;
    color: #fff;
    font-weight:500;
    text-align:center;
    min-width:100px;
    height:42px;
    line-height:42px;}
.woocommerce-account .woocommerce-ResetPassword .woocommerce-Button:hover {background-color:#1F1D1B; color:#fff;}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%;
    margin: 0 0 40px;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-bottom: 2px solid #e5e5e5;
    border-radius: 4px;}
.woocommerce-account .woocommerce-MyAccount-content a {font-weight: 500;}	
.woocommerce table.my_account_orders {font-size:16px !important;}
.woocommerce table.my_account_orders .button {white-space: nowrap;
    border-radius: 5px;
    align-items: center;
    background-color:#0072BB;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    width: auto;
    height: 32px;
    line-height: 30px;
    padding: 0 20px;}	 
.woocommerce table.my_account_orders .button:hover {background-color:#111; color:#fff;}	
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses:before, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses:after {display:none;}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 20px 0 0;
    padding: 0;
    gap: 20px;}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #e5e5e5;
    width: 50%;
    float: none;}	
.woocommerce-Addresses .woocommerce-Address h2 {
    font-size: 17px;
    text-align: left;
    font-family: "Barlow", serif;
    color: #111;
    margin: 0 0 15px;
    line-height: 1.2;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: 700;}	
.woocommerce-account .addresses .title .edit {float:left !important; font-size:14px; margin-bottom:5px;}	

.woocommerce form .form-row label {
    line-height: 2;
    font-weight: 600;
    font-size: 16px;
    text-transform: none;
    font-family: "Barlow Condensed", sans-serif;}
.woocommerce-account .woocommerce-MyAccount-content form .form-row .input-text {width:100%;
    margin: 0;
    line-height: normal;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    padding: .5em 1em;
    display: block;
    border: 1px solid #ddd;}
.woocommerce form .form-row em {font-size:12px;}	
.woocommerce form fieldset {
    margin: 20px 0 0;
    padding: 0 5px;}
.woocommerce form fieldset legend {
    line-height: 2;
    font-weight: 600;
    font-size: 22px;
    text-transform: capitalize;
    font-family: "Barlow Condensed", sans-serif;}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button {float:left;
    display: inline-block;
    width: auto;
    margin:10px;
    padding:0 20px;
    border-radius: 5px;
    align-items: center;
    background-color: #0072BB;
    font-size: 16px;
    color: #fff;
    font-weight:500;
    text-align:center;
    min-width:100px;
    height:44px;
    line-height:42px;}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button:hover {background-color:#1F1D1B; color:#fff;}
#characterModal .modal-content h1, #registrationModal .modal-content h1, #badgeModal .modal-content h1, #stripModal .modal-content h1 {font-size:30px; font-weight:500; margin:0 0 15px; display:block;}

.text-select .text-box.times-font {
    font-size:18px;
    color:#808080;
    font-family:'Times New Roman';}



.badge-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    max-height: 250px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);}
.badge-suggestion-item {
	padding: 10px;
    cursor: pointer;
    transition: background 0.2s ease;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #1f1f1f;
    font-weight: 500;}

.badge-suggestion-item:last-child {
    border-bottom: none;}

.badge-suggestion-item:hover {
    background-color: #f5f5f5;}
.badge-suggestion-item.no-matches {
    color: #999;
    cursor: default;
    font-style: italic;
    pointer-events: none;
    background: #fafafa;}
.badge-suggestion-item.highlighted {
    background-color: #e0f0ff;
    color: #000;}

.badge-search {
    display: none;
    position: relative;
    margin-top: 10px;}
.clear-badge-search {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    padding: 0;
    line-height:1;}
.clear-badge-search:hover {color:#000;}
.toggle-badge-search {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;}



.strip-search {
    display: none;
    position: relative;
    margin-top: 10px;}
.clear-strip-search {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    padding: 0;
    line-height:1;}
.clear-strip-search:hover {color:#000;}
.toggle-strip-search {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;}
.strip-suggestions {
    position:absolute;
    top:100%;
    left:0;
    right:0;
    background:#fff;
    border:1px solid #ccc;
    border-top: none;
    max-height: 250px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);}
.strip-suggestion-item {
    padding: 10px 15px;
    cursor: pointer;
    transition: background 0.2s ease;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color:#333;}
.strip-suggestion-item:last-child {border-bottom:none;}
.strip-suggestion-item:hover {background-color:#f5f5f5;}
.strip-suggestion-item.no-matches {
    color: #999;
    cursor: default;
    font-style: italic;
    pointer-events: none;
    background:#fafafa;}
.strip-suggestion-item.highlighted {
    background-color: #e0f0ff;
    color: #000;}
.strip-search {position:relative;}
.clear-strip-search {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    padding: 0;
    line-height:1;}
.clear-strip-search:hover {color:#000;}

/*.innerBox .titleContainer {display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    flex-direction:row;
    margin:0 0 8px;
    padding:0;
    width:100%;
	position:relative;}*/
.innerBox .titleContainer {display: block;
    margin: 0 0 8px;
    padding: 0;
    width: 100%;}
		
.innerBox .titleContainer .title {
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    flex-direction: row;
    margin: 0;
    padding: 0;
    max-width: 100%;}	
.titleContainer .title .titleSection {
    width:100%;
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    margin:0;
    padding:0;}	
.titleContainer .titleSection .badgepop {
    width:20px;
    height:20px;
    margin-left:5px;}	
.innerBox .title img {max-width:22px;}	
.titleContainer .search-filter-wrapper {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
    z-index: 9;
    top: -20px;}
.search-filter-wrapper .badge-search-toggle .toggle-badge-search, .titleContainer .search-filter-wrapper .toggle-strip-search {
    background:#0072BB;
    border: none;
    padding: 0 10px;
    max-width: inherit;
    position: absolute;
    top: -5px;
    right: 0;
    outline: none;
    box-shadow: none;
    height: 28px;}	
.search-filter-wrapper .badge-search-toggle .toggle-badge-search:hover, .titleContainer .search-filter-wrapper .toggle-strip-search:hover {background:#1f1f1f;}	
.badge-search-toggle .toggle-badge-search img, .badge-search-toggle .toggle-strip-search img {max-width:14px;
    margin-top:-5px;
    filter:invert(1);}	
.strip-search-toggle .toggle-strip-search img {max-width:14px;
    margin-top:-5px;
    filter:invert(1);}	
.search-filter-wrapper .badge-search-toggle .toggle-badge-search span, .titleContainer .search-filter-wrapper .toggle-strip-search span {
    font-size: 15px;
    color: #fff;
    line-height: 1;
    margin-right: 4px;}
.badge-search-toggle, .strip-search-toggle {
    margin: 0;
    padding: 0;
    display: inline-block;}		
.titleContainer .search-filter-wrapper .badge-search, .titleContainer .search-filter-wrapper .strip-search {
    display: none;
    position: relative;
    margin-top: 24px;
    width: 100%;
    max-width:100%;}
.search-filter-wrapper .badge-search .clear-badge-search, .search-filter-wrapper .strip-search .clear-strip-search {
    padding: 0;
    border: none;
    background: none;
    font-size:26px !important;
    line-height: 19px;
    font-weight: 500;}	
.search-filter-wrapper .badge-search .badge-search-input, .search-filter-wrapper .strip-search .strip-search-input {
    padding:5px;
    height:40px;
    width:100%;
    background:#fff;
    font-weight:500;
    color: #1f1f1f;
    font-size: 14px;}	
.search-filter-wrapper .badge-search .clear-badge-search:hover, .search-filter-wrapper .strip-search .clear-strip-search:hover {color:#0072BB;}	
 
.plate-create-container-shop-product.shopProductStrip .badgeStyle {
    position: absolute;
    bottom: 2px;
    border-radius: 0 0 6px 6px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 98.5%;
    left: 0;
    right: 0;} 
.elementor-155 .elementor-element.elementor-element-c1b77ac > .elementor-widget-container {padding-top:10px !important;}
.home .elementor-155 .bestseller-home-container .elementor-element.elementor-element-c1b77ac img {max-width:inherit;}	

@media only screen and (max-width: 768px) {
    body .woocommerce table.cart .product-thumbnail,
    body .woocommerce-page #content table.cart .product-thumbnail,
    body .woocommerce-page table.cart .product-thumbnail {display:block !important;}
	
	.woocommerce-cart table.cart .product-thumbnail {width:100%;}	
	.woocommerce-page table.shop_table_responsive tr td::before{display:none;}
}


.productidExists .existingproductcontainer.customizable-product {
    pointer-events:visible;
    opacity: 1; /* Greyed out effect */}


.productidExists .existingproductcontainer.customizable-product .chkbx-toggle:checked + label::before {
    background-color:#008220;
    margin-bottom:0;
    right:0;
    left:0;
    top:0;
    bottom:0;}
.productidExists .existingproductcontainer.customizable-product .chkbx-toggle:checked + label::after {
    border:1px solid #008220;}

/* When there is NO badge, center the text block */
.custom_plate-shop-product.no-badge-plate {
  position:absolute;
  top:6px;
  left:0;
  width:100%;
  height:110px;
  display:flex;
  align-items:center;
  justify-content:center;}

/* Center and resize text for no-badge mode */
.plate-create .custom_plate-shop-product.no-badge-plate .fontStyle.rearplateno.show-plate {font-size:110px;}
.plate-create .custom_plate-shop-product.no-badge-plate .fontStyle.rearplateno {font-size:110px;}
.custom_plate-shop-product.no-badge-plate .fontStyle.frontplateno {
  font-size: 110px;
  line-height: 110px;
  letter-spacing: 3px;}

/* When badge exists, keep original alignment */
.custom_plate-shop-product.badge-plate {
    position:absolute;
    left:64px;
    top:5px;
    width:430px;
    height:110px;}

.custom_plate-shop-product.badge-plate .fontStyle.frontplateno {
  font-size:96px;
  line-height:110px;}

.badge-view-img {max-width:100px !important;}

.custom-color-btn {
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
  color: #fff !important;
  font-weight: 500;
  padding: 10px 22px;}
.custom-color-btn:hover {
  background-color: #0b5ed7 !important;
  border-color: #0a58ca !important;}

.woocommerce .product .summary .quantity .qty {min-height:52px; font-size:16px;}

.woocommerce .related.products ul.products li.product .price {
    display:block;
    font-weight: 600;
    margin: 1rem 0 1.5rem;
    font-size: 1em;
    background: none;
    color: #000;
    padding:0;}
.related.products h2 {
    font-size: 2.5em;
    margin: 4rem 0 2rem;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;}	
.woocommerce .related.products ul.products li.product .price:last-child span {color:#000 !important;}	
.woocommerce .related.products ul.products li.product .button {
    display: inline-block;
    margin-top: 0;
    background-color:#f5cf3b !important;
    color:#000000 !important;
    padding: 14px 20px;
    font-family: "Barlow Condensed";
    text-transform: uppercase;
    font-size: 0.9em;}
.woocommerce .related.products ul.products li.product .button:hover {background-color:#0072BB !important; color:#fff !important;}	
.woocommerce .product form.cart .button:hover {background-color:#0072BB !important; color:#fff !important;}
.woocommerce .woocommerce-tabs .tabs a:focus {outline:none; outline-offset:unset;}
.comment-reply-title {font-size:2em;}
.woocommerce .product .woocommerce-tabs  h2 {
    font-size: 2em;
    text-transform:none;
    font-weight: 600;}
.productGridx:hover .product-title-link {height:100%;}	
.wc-proceed-to-checkout {text-align:right;}
.woocommerce-cart .fb-cart .wc-proceed-to-checkout a.checkout-button {display: inline-block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.5em;
    padding: 0.9em 1em;
    background-color: #0072BB;
    font-weight: 600;}

.clear-options-btn, .back-to-start {background-color:#0072BB !important;}
.clear-options-btn:hover, .back-to-start:hover {background-color:#222 !important;}

.disclaimer {
    padding:20px 20px 0;
    text-align:left;
    display:block;
    width:100%;
    position:absolute;
    bottom:0; 
	font-size:15px;
    line-height:1.2;}

.disabled-cart {
    pointer-events:none;
    opacity:0.4;}
.delivery-notice {
    margin:0 0 25px;
    padding:15px 20px;
    display:block;
    width:100%;
    border:2px solid #ccc;}
.delivery-notice h2 {
    margin:0 0 10px;
    padding:0;
    font-size:3rem !important;
    font-weight:600;}

.color-picker-buttons #custom_strip_color, .color-picker-buttons #custom_font_color {
    position: absolute;
    top: 15px;
    left: 0;
    width: auto;
    height: auto;
    background: #ff0000;
    align-items: flex-start;
    justify-content: flex-start;
    display: flex !important;
    z-index:-1;}
.color-picker-buttons .custom-color-btn {
        font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border: none;
    background:#0072BB !important;
    margin:0 0 5px;}	
.color-picker-buttons .custom-color-btn:hover {background:#000 !important;}	

.color-picker-buttons button#badgebg_color {
    font-size: 11px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border: none;
    background: #0072BB;
    margin: 0 0 5px;
    color: #fff;}
.color-picker-buttons button#badgebg_color:hover {background:#000;}	

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .plate-create-container .custom_plate .frontplateno {padding-top:15px;}
}}
