* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Tahoma', helvetica;
  font-size: 16px;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fredoka", sans-serif;
}

main {
  /*padding: 2rem;*/
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.wrap {
  max-width: 1150px;
  padding: 0 10px;
  margin: 0 auto;

}


.wrap-header {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

.header {
  padding: 20px 0;
  background-color: #2a4c99;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header #logo {
  width: 225px;
  /* height: auto;
  padding: 0 !important; */
}

.header-cart {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.header-cart img {
  margin-right: 20px;
}

.navbar {
  background-color: #e8e8e8;
  padding: 13px 0;
}

.navbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.navbar ul li {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.hero-sec {
  /* background-image: url('../images/banbacks.jpg'); */
  background-image: url('https://plates.carplatesdirect.com/assets/carplatesdirect/images/banbacks.jpg');
  background-repeat: repeat-x;
  color: #fff;
  background-size: contain;
  /* height: 149px; */
  /* height: 200px; */
}

.hero-sec-under {
  background-color: white;
  /* background-image: url('../images/banbacks.jpg'); */
  height: 100px;
  color: black !important;
  /* margin-top: -5px; */

}

.hero-sec-under h1 {
  padding-left: 10px;
  padding-right: 10px;
}


.hero-sec-under .h1-4d {
  font-size: 27px;
}

.hero-sec-under .h1-4d .big {
  font-size: 60px;
}

.hero-sec-under .h1-4d .med {
  font-size: 51px;
}

.hero-sec-under .h1-4d .small {
  /* font-size: 35px; */
  font-size: 45px !important;
}


.hero-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* height: 149px; */
  /* height: 200px; */
}

.hero-sec .highlight {
  color: #ffc10a;
}

.hero-img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.h1-mob {
  display: none;
}

.hero-sec h1,
.hero-sec p {
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  line-height: 1;
}

/* .hero-sec p {
  margin-top: 20px;
} */

.hero-sec h1 .big {
  font-size: 60px;
  /* font-size: clamp(20px, 60px, 60px); */
}

.hero-sec h1 .med {
  font-size: 51px;
  /* font-size: clamp(16px, 51px, 51px); */
}

.hero-sec h1 .small {
  font-size: 35px;
  /* font-size: clamp(10px, 35px, 35px); */
}

.hero-sec p {
  text-align: right;
}

.hero-sec p .big {
  font-size: 59px;
}

.hero-sec p .med {
  font-size: 48px;
}

.hero-sec p .small {
  /* font-size: 29px; */
  font-size: 28px;
}

.builder {
  padding: 20px 0;
}

.plates-sec {
  padding: 50px 0;
}

.plates-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.plates-col {}

.plates-rating {
  color: #6F6E6E;
}

.plates-rating-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.plates-rating-header h2 {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 48px;
  margin-right: 8px;
}

.plates-rating-header p {
  margin-right: 16px;
}

.plates-rating li {
  font-size: 17px;
  line-height: 1.7;
  border: 1px solid #e3e3e3;
  padding: 30px 30px 10px 30px;
  border-radius: 4px;
  max-width: 402px;
  width: 100%;
  margin-bottom: 30px;
}

.plates-rating-star img {
  max-width: 141px;
  margin-right: 16px;
}

.plates-rating-date {
  font-weight: 700;
  margin: 20px 0 5px;
}

.plates-rating li p {
  margin-bottom: 16px;
}

.plates-listing {
  max-width: 581px;
  width: 100%;
  padding-top: 20px;
}

.plates-listing h2 {
  color: #335ec1;
  position: relative;
  text-align: center;
  font-family: "Leelawadee UI", Arial !important;
  margin-bottom: 50px;
}

.plates-listing h2:before {
  background-color: #cdcdcd;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

.plates-listing h2 span {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 6px 15px;
}

.plates-listing h3 {
  color: #333;
  font-family: 'Tahoma', helvetica;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.plates-listing img {
  display: block;
  margin: 20px 0 40px;
}

.footer {
  background-color: #2a4c99;
  color: #fff;
  padding: 28px 0 21px;
}

.footer p {
  margin-bottom: 16px;
  line-height: 1.5;
}

.footer-logo {
  width: 200px;
  margin-bottom: 30px;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-left {
  width: 30%;
}

.footer-left p {
  max-width: 300px;
}

.footer-center {
  width: 50%;
  padding-left: 30px;
}

.footer-right {
  width: 20%;
}

.footer-center,
.footer-right {
  padding-top: 40px;
}

.footer-center ul {
  margin-bottom: 30px;
}

.footer-center li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-family: "Fredoka", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.footer-center li img {
  width: 26px;
  margin-right: 10px;
}

.footer-right {
  text-align: right;
}

.footer-right h3 {
  font-size: 25px;
}

.footer-right p {
  margin: 20px 0;
}

.footer-right a {
  font-size: 19px;
  color: #fff;
}

.footer-right a:hover,
.footer-copy a:hover {
  text-decoration: underline;
}

.footer-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  margin: 30px 0 20px;
  line-height: 1.5;
}

.footer-copy li:not(:first-child):before {
  content: '|';
  margin: 0 5px;
  display: inline-block;
}

.footer-copy a {
  color: #fff;
}

.site-content h1,
h2 {
  margin-bottom: 15px;
}

.site-content h1 {
  font-size: 60px;
}

.site-content h2 {
  font-weight: 500;
}

.site-content p {
  margin-bottom: 15px;
  line-height: 1.5;
}

.fittingol {
  margin-left: 30px;
  list-style-type: decimal !important;
  margin-bottom: 10px;
}

.fittingol li {
  margin-bottom: 5px;
}

.fittingul {
  margin-left: 30px;
  list-style: circle !important;
  margin-bottom: 10px;
}

.fittingul li {
  margin-bottom: 5px;
}

.ul-no-dot {
  list-style: none !important;
}

.contactinfo {
  width: 309px;
  height: 30px;
  float: right;
  text-align: right;
  color: #fff;
  line-height: 24px;
  margin-top: 19px;
}

.contactemail a {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.headright .buttonLabel {
  color: #fff;
}

.basket-header-img {
  margin-right: 10px;
}

.headerBasket a {
  float: right;
}

.small-index {
  font-size: 35px;
}

#maincontent #builder-menu #builder-menu-internal #builder-reg .entries {
  border: 7px solid #27b523!important;
}

.nameplate-main-container #builder-actions {
  background-color: white !important;
}

.nameplate-main-container #maincontent {
  background-color: white !important;
}

#pbregletter1::placeholder {
  color: #27b523 !important; /* Change to your desired color */
  opacity: 1 !important;  /* Optional: make sure it's fully visible */
}

.hero-inner .img-banner-custom-pages{
  max-width: 370px;
  height: 200px;
  width: 100%;
  /* height: 100%; */
}

.hero-inner .img-banner-custom-pages{
 object-fit: fill;
  /* height: 100%; */
}

.checkout-btn{
  background-color: #27b523 !important;
}