/*FONTS*/
@font-face {
  font-family: 'Objektiv Bold';
  src: url('/assets/premiumplates/fonts/ObjektivMk2Trial-Bold.woff2') format('woff2'),
    url('/assets/premiumplates/fonts/ObjektivMk2Trial-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Objektiv Regular';
  src: url('/assets/premiumplates/fonts/ObjektivMk2W03-Regular.woff2') format('woff2'),
    url('/assets/premiumplates/fonts/ObjektivMk2W03-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



/* Inline Style Start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: 'Objektiv Regular', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: #fff;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #335ec1;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

p {
  margin-bottom: 20px;
}

.flex {
  display: flex;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.wrap {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  clear: both;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0.5rem;
  color: #000;
}

.site-header {
  background-image: url('/assets/premiumplates/images//header-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  /*background: #000;*/
  color: #fff;
  width: 100%;
  position: relative;
  padding: 20px 0;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.header-center {
  flex-shrink: 0;
  gap: 40px;
  padding: 0 20px;
}

.header-left,
.header-center,
.header-right {
  display: flex;
  align-items: center;
}

.header-left .logoimg {
  max-width: 300px;
  /* As per your original design */
  width: 100%;
  height: auto;
}

.header-right img {
  width: 80%;
}

.footer-middle img {
  width: 60%;
}



.dispatch-text {
  font-weight: bold;
  margin-right: 8px;
  text-transform: uppercase;
  color: #fff;
}

.dispatch-time {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.contactinfo a {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
  /* optional: removes default indent */
}

#countdown1 {
  color: #ededcd;
  font-size: 18px;
  visibility: visible;
}

.subbar {
  background: #333;
  height: 10px;
  width: 100%;
}

.subbarinner {
  margin: 0 auto;
  max-width: 1150px;
  font-size: 18px;
  color: #000;
  font-weight: 800;
  clear: both;
}



.main-content-row {
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
  padding-bottom: 100px;
  /* If you want consistent spacing at top */
}

.revwid-box {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  padding: 24px;
  margin-bottom: 20px;
  font-family: "Arial", sans-serif;
  line-height: 1.6;
  max-width: 500px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}


.revwid-review-stars {
  display: flex;
  align-items: center;
  margin-right: 10px;
}


.revwid-icon-star.revwid-is-rating-icon::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23fbbc05' d='M287.9 17.8L354 150.2l146.6 21.3c26.2 3.8 36.7 36 17.7 54.6L439 338.5l25 145.5c4.5 26.1-23 46-46.4 33.7L288 439.6 158.4 517.7c-23.4 12.3-50.9-7.6-46.4-33.7l25-145.5-79.3-77.4c-19-18.6-8.5-50.8 17.7-54.6L222 150.2 288.1 17.8c11.7-23.6 45.6-23.9 57.3 0z'/%3E%3C/svg%3E");*/
  background-image: url('/assets/premiumplates/images//star-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
}


.revwid-rating-text {
  font-size: 16px;
  color: #333;
  margin-left: 8px;
  font-weight: 500;
}


.revwid-review-date {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #6f6e6e;
  margin-bottom: 8px;
}


.revwid-review-text {
  font-size: 18px;
  color: #6f6e6e;
  line-height: 1.7;
  margin: 0;
}


.reviews-col {
  width: 50%;
  padding-right: 20px;
}

.plates-col {
  width: 50%;
  padding-left: 20px;
}

.plates-col h5 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #101010;
  position: relative;
  text-align: center;
}

.plates-col h5:before {
  content: '';
  background: #cfcfcf;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 20px;
  left: 0;
  display: inline-block;
}

.plates-col h5 span {
  position: relative;
  background: #fff;
  z-index: 1;
  display: inline-block;
  padding: 0 20px;
}

.plates-col h6 {
  text-align: center;
  font-size: 20px;
  margin: 40px 0 20px;
  color: #343434;
}

.revwid-container .revwid-box {
  border: 1px solid #e3e3e3;
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.revwid-review .revwid-review-header .revwid-review-rating-text {
  color: #404040;
}

.site-footer {
  width: 100%;
  background: #000;
  color: #fff;
  clear: both;
  padding: 2em 0 1.5em 0;
  border-top: 1px solid #f0f0f0;
  /* or #999, whichever you used */
}

.site-footer .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* Example: left, middle, right columns */
.footer-left {
  width: 33.33%;
  padding-right: 10px;
}

.footer-middle {
  width: 33.33%;
  padding: 0 10px;
  font-family: 'Open Sans', sans-serif;
}

.footer-right {
  width: 33.33%;
  text-align: right;
  padding-left: 10px;
}

.site-footer h5 {
  /*font-family: "FredokaOne-Regular", Arial, sans-serif;*/
  font-size: 23px;
  color: #fff !important;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: normal;
  /* or bold if you prefer */
}


.footer-left p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}

a:visited,
.alink:visited {
  color: #fff !important;
}

/* a.selected {
  color: #1979c3 !important;
} */

.content-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 50px 0px;
}

footer {
  bottom: 0;
  padding: 0;
  margin: 0;
}

/* Inline Style End */

.site-header.responsive .header-center {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header-center a {
  color: #fff;
}

.header-center a:hover {
  color: #ddd;
  text-decoration: none;
}

.header-right {
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.header-right:hover {
  transform: scale(1.1);
}


.same-day {
  padding: 12px;
}

.same-day p {
  text-align: center;
  margin-bottom: 0;
}

.revwid-review-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.hero-img {
  position: relative;
  /*padding: 50px 0;*/
  display: flex;
  align-items: center;
}

.hero-img .hero-bg {
  width: 100%;
  height: auto;
  margin: 0 auto;
  /*display: block;*/
}

.hero-img .hero-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
}

.hero-text h1,
.hero-text p {
  color: #fff;
}

.hero-text h1 {
  font-size: clamp(22px, 3vw, 45px);
  line-height: 1.1;
  margin-bottom: 20px;
  font-family: 'Objektiv Bold';
  font-size: 3rem;
  text-transform: capitalize;
}

.hero-text p {
  font-size: clamp(12px, 1.5vw, 30px);
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: lighter;
}

.hero-intro {
  width: 50%;
}

.hero-mob {
  display: none;
}

.footer-middle ul {
  margin-bottom: 30px;
}

.footer-middle li {
  font-size: 18px;
  padding-left: 30px;
  margin-bottom: 10px;
}

.footer-right-link {
  color: #fff;
}

.menu-toggler {
  display: none;
  position: absolute;
  top: 15px;
  left: 20px;
  width: 30px;
  height: auto;
}

.copyright a {
  color: #fff;
}

.same-day p {
  font-size: clamp(12px, 2.5vw, 16px);
  line-height: 1.2;
  text-align: center;
  margin: 0;
}

.toc ul li,
.privacy ul li {
  margin-left: 45px;
  margin-bottom: 20px;
  list-style: disc;
}

.toc hr,
.privacy hr {
  margin-bottom: 20px;
}

@media (max-width: 991px) {

  /* Header reflow */
  .header-row {
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    /* allow line breaks */
  }

  .header-left {
    margin: 0 auto;
  }

  .header-center {
    width: 100%;
    margin-top: 20px;
  }

  .header-right {
    display: block;
  }

  .main-content-row {
    flex-direction: column;
  }

  .reviews-col,
  .plates-col {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  /* Footer stacks columns */
  .footer-left,
  .footer-middle,
  .footer-right {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
}

@media (min-width: 900px) and (max-width: 1169px) {

  /* Adjust columns as needed. Maybe 2 columns for main. 
     Possibly narrower or partial changes. */
  .header-row {
    flex-wrap: nowrap;
  }

  .main-content-row {
    flex-direction: row;
  }

  .reviews-col {
    width: 50%;
  }

  .plates-col {
    width: 50%;
  }
}

@media (min-width: 1170px) {

  /* Full-size layout. The above column widths apply. 
     Possibly more spacing or bigger font. */
  .header-row {
    flex-wrap: nowrap;
  }
}

@media (max-height: 800px) {
  footer {
    position: static;
  }
}

@media (min-width: 900px) {
  .header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer-distributed {
    background-color: #292c2f;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    font: bold 16px sans-serif;
    padding: 55px 50px;
    margin-top: 80px;
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
  }

  .footer-distributed .footer-left {
    width: 35%;
  }

  .footer-distributed .footer-center {
    width: 35%;
  }

  .footer-distributed .footer-right {
    width: 25%;
  }

  .footer-distributed h3 {
    color: #ffffff;
    font: normal 36px 'Cookie', cursive;
    margin: 0;
  }

  .footer-distributed h3 span {
    color: #5383d3;
  }

  .footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
  }

  .footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
  }

  .footer-distributed .footer-company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
  }

  .footer-distributed .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
  }

  .footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
  }

  .footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
  }

  .footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
  }

  .footer-distributed .footer-center p a {
    color: #5383d3;
    text-decoration: none;
  }

  .footer-distributed .footer-company-about {
    line-height: 23px;
    color: #92999f;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
  }

  .footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .footer-distributed .footer-icons {
    margin-top: 25px;
  }

  .footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
  }

  a.footer-cent {
    color: #FFF !important;
    text-decoration: none;
  }

  a.footer-cent:hover {
    text-decoration: underline;
  }
}

@media (max-width: 899px) {
  .header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer-distributed {
    background-color: #292c2f;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    font: bold 25px sans-serif;
    padding: 55px 50px;
    margin-top: 80px;
    text-align: center;
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-distributed h3,
  .footer-distributed h3 span,
  .footer-distributed .footer-links,
  .footer-distributed .footer-links a,
  .footer-distributed .footer-company-name,
  .footer-distributed .footer-center i,
  .footer-distributed .footer-center p,
  .footer-distributed .footer-center p span,
  .footer-distributed .footer-center p a,
  .footer-distributed .footer-company-about,
  .footer-distributed .footer-company-about span,
  .footer-distributed .footer-icons,
  .footer-distributed .footer-icons a {
    text-align: center !important;
  }

  .footer-center {
    width: 424px !important;
    height: 200px !important;
    margin: 0 auto !important;
  }

  a.footer-cent {
    color: #FFF !important;
    text-decoration: none;
  }

  a.footer-cent:hover {
    text-decoration: underline;
  }
}

@media (max-width: 991px) {
  .site-header {
    padding: 15px 0;
  }

  .same-day {
    padding: 15px;
  }



  .menu-toggler {
    display: block;
  }

  .header-center {
    display: none;
  }


  .header-right {
    position: absolute;
    top: 15px;
    right: 20px;
  }

  .header-left .logoimg {
    width: 200px;
  }


  .main-content-row {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .revwid-review-header {
    flex-direction: column;
  }

  .revwid-review-text {
    font-size: 16px;
  }

  .plates-col h5 {
    font-size: 18px;
    margin-top: 20px;
  }

  .plates-col h5:before {
    top: 10px;
  }

  .plates-col h6 {
    text-align: left;
  }

  .footer-middle li {
    padding-left: 0;
  }

  .site-footer {
    padding: 50px 0 100px;
  }

  .footer-left,
  .footer-middle {
    display: none;
  }

  .revwid-box {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-text p {
    width: 80%;
  }
}

@media (max-width: 1108px) {
  .hero-intro {
    width: 50%;
  }

  /* .hero-img .hero-text {
    top: -20px;
  } */
  .hero-text h1 {
    font-size: 1.5rem !important;
  }
}

.nameplate-main-container #builder-actions {
  background-color: white !important;
}

.nameplate-main-container #maincontent {
  background-color: white !important;
}

#cookiescript_injected_wrapper {
  display: none !important;
}

#builder-actions .one-your-reg  {
  margin-top: unset !important;
}

select#builder-size{
  margin-bottom: unset !important;
}

.is-drilldown-submenu-parent{
  margin-bottom: -30px !important;
}
ul#builder-menu-drilldown > li.plate-row{
  margin-top: unset !important;
}

.builder-menu-content > select#builder-size{
  margin-bottom: unset !important;
}

/* #builder-actions > .price{
  margin-top: -20px !important;
} */
.price-checkout > #builder-plate-mobile > .price{
  margin-top: -37px !important;
}


#add-to-basket{
  font-size: 20px !important;
  margin-top: 25px !important;
}