/*section.howitworks { position: relative; padding: 100px 0; }
section.howitworks:after { content: ''; position: absolute; background: url(../image/back-pattern.png) no-repeat center center / cover; width: 100%; height: 100%; left: 0; top: 0; mix-blend-mode: multiply; opacity: 0.1; }
section.howitworks > .container { position: relative; z-index: 1; }
section.howitworks .title-content-wrapper .top-title { opacity: 0.7; }
section.howitworks .listing { margin: 50px 0 0 0; }
section.howitworks .listing .listing-inner { display: flex; flex-flow: row wrap; gap: 30px; }
section.howitworks .listing .listing-inner .list { width: calc((100% - 90px) / 4); }
section.howitworks .listing .listing-inner .list .list-inner { border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 10px; padding: 25px 25px 50px 25px; transition: 400ms; position: relative; }
section.howitworks .listing .listing-inner .list .list-inner .icon { overflow: hidden; width: 80px; height: 80px; background-color: rgba(255, 255, 255, 0.1); border-radius: 10px; margin: 0 0 20px 0; transition: 400ms; position: relative; }
section.howitworks .listing .listing-inner .list .list-inner .icon img { max-width: 50px; max-height: 50px; transition: 400ms; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
section.howitworks .listing .listing-inner .list .list-inner .count { position: absolute; left: 25px; bottom: -20px; background-color: var(--secondarycolor); width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50px; transition: 400ms; border: 1px solid rgba(255, 255, 255, 0.2); font-size: 20px; line-height: normal; font-weight: 600; }
section.howitworks .listing .listing-inner .list .list-inner:hover { background-color: var(--secondarycolor); }
section.howitworks .listing .listing-inner .list .list-inner:hover .icon img.normalicon { transform: translate(-50%, -50%)scale(0); }
section.howitworks .listing .listing-inner .list .list-inner:hover .icon { background-color: var(--whitecolor); }
section.howitworks .listing .listing-inner .list .list-inner:hover .count { background-color: var(--whitecolor); color: var(--secondarycolor); border-color: var(--secondarycolor); }
section.howitworks .listing .listing-inner .list .list-inner .icon img.hovericon { transform: scale(0) translate(-50%, -50%); }
section.howitworks .listing .listing-inner .list .list-inner:hover .icon img.hovericon { transform: scale(1) translate(-50%, -50%); }

@media screen and (max-width:1429px) { }*/




/*section.whyus { padding: 100px 0; position: relative; }
section.whyus .whyus-inner { display: flex; align-items: center; justify-content: space-between; }
section.whyus .whyus-inner .details { max-width: 550px; }
section.whyus .whyus-inner .video,
section.whyus .whyus-inner .video video { width: 620px; height: 500px; object-fit: cover; border-radius: 20px; display: block; }
section.whyus .video-control { position: absolute; right: 20px; bottom: 20px; width: 64px; height: 64px; background-color: transparent; border: none; padding: 0; color: var(--secondarycolor); margin: 0; border-radius: 50px; cursor: pointer; display: flex; align-items: center; justify-content: center; padding: 0 0 0 6px; }
section.whyus .video-control span { font-size: 34px; line-height: 1; }
section.whyus .video-container { position: relative; }
section.whyus .video-control:not(.playing) .video-control-pause,.video-control.playing .video-control-play { display: none; }
section.whyus .whyus-inner .details [class*="button--"] { padding: 40px 0 0 0; }*/






/*section.ouradvantages { position: relative; padding: 100px 0; background-color: rgb(23 82 160 / 4%); }
section.ouradvantages .listing { margin: 50px 0 0 0; }
section.ouradvantages .listing .listing-inner { display: flex; flex-flow: row wrap; gap: 30px; }
section.ouradvantages .listing .listing-inner .list { width: calc((100% - 60px) / 3); position:relative; }
section.ouradvantages .listing .listing-inner .list .list-inner { position: relative; padding: 20px; }
section.ouradvantages .listing .listing-inner .list .list-inner .icon img { max-width: 74px; max-height: 74px; height: auto; width: auto; margin: 0 auto 20px auto; }


section.ouradvantages .listing .listing-inner .list:before,
section.ouradvantages .listing .listing-inner .list:After { content: ''; position: absolute; background-color: #000000; transition: 400ms; opacity: 0.15; }
section.ouradvantages .listing .listing-inner .list:nth-child(1):before,
section.ouradvantages .listing .listing-inner .list:nth-child(2):before,
section.ouradvantages .listing .listing-inner .list:nth-child(3):before,
section.ouradvantages .listing .listing-inner .list:nth-child(4):before,
section.ouradvantages .listing .listing-inner .list:nth-child(5):before,
section.ouradvantages .listing .listing-inner .list:nth-child(6):before,
section.ouradvantages .listing .listing-inner .list:nth-child(7):before,
section.ouradvantages .listing .listing-inner .list:nth-child(8):before,
section.ouradvantages .listing .listing-inner .list:nth-child(9):before,
section.ouradvantages .listing .listing-inner .list:nth-child(10):before,
section.ouradvantages .listing .listing-inner .list:nth-child(11):before,
section.ouradvantages .listing .listing-inner .list:nth-child(12):before { width: 94%; height: 1px; left: 50%; transform: translateX(-50%); top: -15px; }

section.ouradvantages .listing .listing-inner .list:nth-child(1):before,
section.ouradvantages .listing .listing-inner .list:nth-child(2):before,
section.ouradvantages .listing .listing-inner .list:nth-child(3):before { display: none; }

section.ouradvantages .listing .listing-inner .list:nth-child(1):after,
section.ouradvantages .listing .listing-inner .list:nth-child(2):after,
section.ouradvantages .listing .listing-inner .list:nth-child(4):after,
section.ouradvantages .listing .listing-inner .list:nth-child(5):after,
section.ouradvantages .listing .listing-inner .list:nth-child(7):after,
section.ouradvantages .listing .listing-inner .list:nth-child(8):after,
section.ouradvantages .listing .listing-inner .list:nth-child(10):after,
section.ouradvantages .listing .listing-inner .list:nth-child(11):after { width: 1px; height: 94%; right: -15px; transform: translateY(-50%); top: 50%; }

section.ouradvantages [class*="button--"].has-icon { margin: 60px auto 0 auto; width: 100%; }
section.ouradvantages [class*="button--"].has-icon a { max-width: 300px; margin: 0 auto; }*/







/*section.homeblog { padding: 100px 0; position: relative; }
section.homeblog .title-content-button-wrapper { display: flex; align-items: end; justify-content: space-between; margin: 0 0 30px 0; }
section.homeblog .title-content-button-wrapper .title-content-wrapper { max-width: 100%; margin: 0; }
section.homeblog .title-content-button-wrapper .title-content-wrapper .main-title h2 { margin: 0; }
section.homeblog .homeblog-inner .listing .list + .list { margin: 50px 0 0 0; }
section.homeblog .homeblog-inner .listing .list .list-inner { display: flex; align-items: center; }
section.homeblog .homeblog-inner .listing .list .list-inner .image { width: 620px; }
section.homeblog .homeblog-inner .listing .list .list-inner .details { width: calc(100% - 620px); padding: 10px 10px 10px 80px; }
section.homeblog .homeblog-inner .listing .list .list-inner .image img { height: 380px; object-fit: cover; border-radius: 20px; }
section.homeblog .homeblog-inner .listing .list .list-inner .details .date-postedby { display: flex; align-items: center; gap: 25px; }
section.homeblog .homeblog-inner .listing .list .list-inner .details .date-postedby .postedby { font-size: 16px; line-height: normal; }
section.homeblog .homeblog-inner .listing .list .list-inner .details .date-postedby .postedby .postedby-inner { display: flex; align-items: center; background-color: rgb(23 82 160 / 10%); padding: 10px; border-radius: 40px; gap: 10px; }
section.homeblog .homeblog-inner .listing .list .list-inner .details .date-postedby .postedby .postedby-inner .icon { }
section.homeblog .homeblog-inner .listing .list .list-inner .details .date-postedby .postedby .postedby-inner img { max-width: 20px; }
section.homeblog .homeblog-inner .listing .list .list-inner .details .title-content-wrapper { margin: 20px 0 30px 0; }*/















.numberplate-parent { width: auto; display: inline-block; padding: 20px 0 0 0; position: relative; }
.numberplate-parent .np-row .np-column { transition: 400ms; }
.numberplate-parent .np-row .np-column input,
.numberplate-parent .np-row .np-column [class*="numberplate-field-"] { margin: 0; font-size: 26px; line-height: normal; font-weight: 700; padding: 5px; text-transform: uppercase; text-align: center; background-color: var(--whitecolor); z-index: 1; position: relative; }
.numberplate-parent .np-row .np-column input::placeholder { font-size: inherit; font-weight: inherit; text-transform: uppercase; opacity: 0.2; text-align: center; }
.numberplate-parent .np-row .np-column.np-column-logos { width: 21px; }
.numberplate-parent .np-row .np-column.np-column-logos .listing { display: flex; flex-direction: column; gap: 10px; align-items: center;}
.numberplate-parent .np-row .np-column.np-column-logos .listing .list .logo img { display: block; max-width: 21px; background: #e8e8e8 no-repeat 0 0/contain; border-radius: 50%; }
.numberplate-parent .np-row .np-column.np-column-logos .listing .list .logo.plakette img { max-width: 16px; margin: 0 auto; }
.numberplate-parent .numberplate-parent-inner { box-shadow: 2px 4px 20px 0px #0000001A; width: auto; display: inline-block; border-radius: 16px; }
.numberplate-parent .numberplate-parent-inner .numberplate.first-step { width: 430px; border-radius: 16px; padding: 10px 10px 10px 50px; border: 2px solid #636363; position: relative; }
.numberplate-parent .numberplate-parent-inner .numberplate.first-step:before { content: ''; position: absolute; left: 0; top: 0; width: 43px; height: 100%; background: url(https://www.wunschkennzeichen.jetzt/images/de.svg) no-repeat; border-radius: 13px 0 0 13px; }
.numberplate-parent .numberplate-parent-inner .numberplate.first-step .numberplate-first-step .np-row { display: flex; align-items: center; gap: 15px; justify-content: space-between; }

/*.numberplate-parent .numberplate-parent-inner .numberplate.first-step .numberplate-first-step .np-row .np-column.width1 { width: 41px; }
.numberplate-parent .numberplate-parent-inner .numberplate.first-step .numberplate-first-step .np-row .np-column.width2 { width: 69px; }
.numberplate-parent .numberplate-parent-inner .numberplate.first-step .numberplate-first-step .np-row .np-column.width3 { width: 95px; }
.numberplate-parent .numberplate-parent-inner .numberplate.first-step .numberplate-first-step .np-row .np-column.width4 { width: 125px; }*/
.numberplate-parent .numberplate-parent-inner .numberplate.first-step .numberplate-first-step .np-row .np-column.width1 { width: 41px; }
.numberplate-parent .numberplate-parent-inner .numberplate.first-step .numberplate-first-step .np-row .np-column.width2 { width: 69px; }
.numberplate-parent .numberplate-parent-inner .numberplate.first-step .numberplate-first-step .np-row .np-column.width3 { width: 95px; }
.numberplate-parent .numberplate-parent-inner .numberplate.first-step .numberplate-first-step .np-row .np-column.width4 { width: 125px; }

/*.first-step-result { border-radius: 10px; padding: 20px 30px; box-shadow: 0px 0px 10px 0px #00000016; background-color: #ffffff; }
.first-step-result .first-step-result-inner { display: flex; align-items: center; gap: 25px; }
.first-step-result .first-step-result-inner img { max-width: 220px; }*/
.registration-office-result { border-radius: 10px; padding: 10px; background-color: #ffffff; width: calc(50% - 12px);}
.registration-office-result .registration-office-result-inner { display: flex; align-items: center; gap: 10px; }
.registration-office-result .registration-office-result-inner img { width: 70px; }
.fullnumber-search-result { padding: 15px 0 10px 0; }
.registration-office-result .registration-office-result-inner .details {
    font-size: 16px;
    line-height: 1;
}
.fullnumber-search-result .full-numberplate .full-numberplate-details { display: flex; justify-content: space-between; font-size: 34px; line-height: normal; font-weight: 700; }
.fullnumber-search-result .full-numberplate .status{display: flex; font-size: 20px; line-height: 1; font-weight: 700;}
.status-text:before,
.fullnumber-search-result .full-numberplate .status:before { content: ""; display: inline-block; width: 26px; height: 21px; margin: 0 20px 0 0; }
.result-success,
.fullnumber-search-result .full-numberplate .status.reservable { color: #29AA5D; }
.result-success:before,
.fullnumber-search-result .full-numberplate .status.reservable:before { background-image: url("data:image/svg+xml,%3Csvg width='26' height='21' viewBox='0 0 26 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.1017 0.948639C25.3864 1.24858 25.6124 1.60491 25.7665 1.9972C25.9207 2.38949 26 2.81004 26 3.23477C26 3.65949 25.9207 4.08004 25.7665 4.47233C25.6124 4.86463 25.3864 5.22095 25.1017 5.5209L11.3419 20.0514C11.0579 20.3521 10.7205 20.5906 10.349 20.7534C9.97748 20.9162 9.57924 21 9.17704 21C8.77485 21 8.3766 20.9162 8.00512 20.7534C7.63363 20.5906 7.29621 20.3521 7.01217 20.0514L0.896718 13.5934C0.322559 12.9871 0 12.1647 0 11.3073C0 10.4498 0.322559 9.62744 0.896718 9.02112C1.47088 8.4148 2.2496 8.07418 3.06159 8.07418C3.87357 8.07418 4.6523 8.4148 5.22646 9.02112L9.17704 13.1994L20.7719 0.948639C21.056 0.647935 21.3934 0.409357 21.7649 0.246574C22.1364 0.0837914 22.5346 0 22.9368 0C23.339 0 23.7373 0.0837914 24.1087 0.246574C24.4802 0.409357 24.8176 0.647935 25.1017 0.948639Z' fill='%2329AA5D'/%3E%3C/svg%3E"); }

/*.fullnumber-search-result .full-numberplate .status.reservable:before { content: ""; background: url(http://wunschkennzeichen.jetzt/images/icon-check-green.svg) no-repeat 0 2px; display: inline-block; width: 20px; height: 20px; }*/
.result-error,
.fullnumber-search-result .full-numberplate .status.not-reservable { color: #D54C4C; }
.result-error:before,
.fullnumber-search-result .full-numberplate .status.not-reservable:before { background: url(http://wunschkennzeichen.jetzt/images/icon-cross.svg) no-repeat 0 0; }
.numberplate-status.numberplate-reservable { display: flex; justify-content: space-between; align-items: center; padding: 20px 0 0 0; }
.numberplate-status.numberplate-reservable button#numberplate-add-to-cart-button { margin: 0; background-color: #29AA5D; color: #ffffff; width: auto; border-radius: 50px; padding: 9px 30px 11px 30px; border: none; transition: 400ms; cursor: pointer; }
.numberplate-status.numberplate-reservable button#numberplate-add-to-cart-button:hover { opacity: 0.6; }
section.home-banner .home-banner-inner .order-manufacturer .order-manufacturer-inner .order-left .numberplate-reserv .numberplate-submit { width: 50%; }
.numberplate-submit > button { margin: 0 auto; display: block;  background-color: #29AA5D; color: #ffffff; width: 100%; border-radius: 50px; padding: 10px 30px; border: none; transition: 400ms; cursor: pointer;}
.numberplate-submit > button:hover { opacity: 0.6;}
.numberplate-submit > button:disabled { cursor: not-allowed; }
.numberplate-submit .numberplate-search-loader { margin: 0; position: absolute; right: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); border-radius: 10px; display: flex; align-items: center; justify-content: center; z-index: 9; }
.numberplate-submit .numberplate-search-loader svg { width: 100%; max-width: 40%; }
.numberplate-submit .numberplate-search-loader svg path { fill: var(--whitecolor); }
.numberplate-parent.second-strp-visible { width: 100%; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner { width: 100%; box-shadow: none; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step { padding: 0; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .np-row.np-row-select,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .np-row.np-row-select .numberplate-months { display: flex; gap: 15px 24px; margin: 0 0 20px 0; flex-flow: row wrap; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .np-row.np-row-select .np-column.np-column-select { width: calc((100% - 24px) / 2); }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .np-row.np-row-select .np-column.np-column-select.np-column-first-column {
    width: 100%;
}
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .np-row.np-row-select .np-column.np-column-select > select { padding: 10px 10px 12px 5px; font-size: 14px; margin: 0; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .np-row.np-row-select .np-column.np-column-select > label { font-size: 14px; line-height: normal; padding: 0 0 5px 0; display: block; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .numberplate-second-step .np-row.np-row-fields { display: flex; align-items: center; gap: 10px; justify-content: space-between; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .numberplate-second-step .np-row.np-row-fields { position: relative; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .numberplate-second-step .np-row.np-row-fields:before { content: ''; position: absolute; left: 0; top: 0; width: 40px; height: 100%; background: url(https://wunschkennzeichen-sh.de/wp-content/uploads/2025/08/de-small.svg); border-radius: 0; z-index: 0; background-color: #005cc1; background-size: contain; background-position: left top; background-repeat: no-repeat;}
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .numberplate-second-step .np-row.np-row-fields.has-inner-row:before { background-size: contain;
background-position: left top;
    background-color: transparent;}
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .numberplate-second-step .np-row.np-row-fields .width1 { width: 50px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .numberplate-second-step .np-row.np-row-fields .width2 { width: 69px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .numberplate-second-step .np-row.np-row-fields .width3 { width: 95px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .numberplate-second-step .np-row.np-row-fields .width4 { width: 125px; }
.numberplate .numberplate-inner .numberplate-main form .form-row .form-column.form-column-from-until.numberplate-last-field { width: 30px; }
.numberplate .numberplate-inner .numberplate-main form .form-row .form-column.form-column-from-until.numberplate-last-field .form-row { justify-content: center; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .numberplate-second-step .np-row.np-row-fields .np-column .from-until .from-until-inner { display: flex; flex-direction: column; justify-content: space-between; gap: 10px; position: relative; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .numberplate-second-step .np-row.np-row-fields .np-column .from-until .from-until-inner:after { content: ''; background-color: var(--bodycolor); width: 100%; height: 2px; position: absolute; top: 50%; transform: translateY(-50%); }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .numberplate-second-step .np-row.np-row-fields .np-column .from-until .from-until-inner .from-until-list span { font-size: 22px; padding: 0; line-height: normal; font-weight: 600; display: block; text-align: center; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .numberplate-second-step .np-row.np-row-fields { display: flex; align-items: center; gap: 10px; justify-content: space-between; border-radius: 6px; padding: 10px 10px 10px 50px; border: 2px solid #636363; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .numberplate-second-step .np-row.np-row-fields .np-column.EH-seasonal-plate { font-size: 40px; line-height: normal; font-weight: 700; text-transform: uppercase; text-align: center; }

/*.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step.selected-grünes-kennzeichen .np-row .np-column input { color: #007800; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step.selected-grünes-kennzeichen .np-row .np-column input::placeholder { color: #afcaaf; opacity: 1; }*/
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step.selected-tax-free .np-row .np-column input { color: #007800; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step.selected-tax-free .np-row .np-column input::placeholder { color: #afcaaf; opacity: 1; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .np-row.np-row-fields { transition: 400ms; box-shadow: 2px 4px 20px 0px #0000001A; overflow: hidden; }

.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-520-"] .np-row.np-row-fields { width: 463px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-480-"] .np-row.np-row-fields { width: 430px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-460-"] .np-row.np-row-fields { width: 413px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-420-"] .np-row.np-row-fields { width: 380px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-400-"] .np-row.np-row-fields { width: 364px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-340-"] .np-row.np-row-fields { width: 314px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-320-"] .np-row.np-row-fields { width: 298px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-280-"] .np-row.np-row-fields { width: 265px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-255-"] .np-row.np-row-fields { width: 244px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-240-"] .np-row.np-row-fields { width: 231px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-220-"] .np-row.np-row-fields { width: 215px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-200-"] .np-row.np-row-fields { width: 198px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-180-"] .np-row.np-row-fields { width: 182px; }


/*.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-520-"] .np-row.np-row-fields { width: 520px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-480-"] .np-row.np-row-fields { width: 480px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-460-"] .np-row.np-row-fields { width: 460px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-420-"] .np-row.np-row-fields { width: 420px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-400-"] .np-row.np-row-fields { width: 400px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-340-"] .np-row.np-row-fields { width: 340px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-320-"] .np-row.np-row-fields { width: 320px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-280-"] .np-row.np-row-fields { width: 280px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-255-"] .np-row.np-row-fields { width: 255px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-240-"] .np-row.np-row-fields { width: 240px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-220-"] .np-row.np-row-fields { width: 220px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-200-"] .np-row.np-row-fields { width: 200px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-180-"] .np-row.np-row-fields { width: 180px; }*/


/* As per live site width of mm */
/*.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-520-"] .np-row.np-row-fields { width: 364px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-480-"] .np-row.np-row-fields { width: 336px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-460-"] .np-row.np-row-fields { width: 322px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-420-"] .np-row.np-row-fields { width: 294px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-400-"] .np-row.np-row-fields { width: 280px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-340-"] .np-row.np-row-fields { width: 238px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-320-"] .np-row.np-row-fields { width: 224px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-280-"] .np-row.np-row-fields { width: 196px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-255-"] .np-row.np-row-fields { width: 175px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-240-"] .np-row.np-row-fields { width: 168px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-220-"] .np-row.np-row-fields { width: 154px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-200-"] .np-row.np-row-fields { width: 140px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-180-"] .np-row.np-row-fields { width: 126px; }*/


.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .np-row.np-row-fields.has-inner-row { display: flex; flex-direction: column; align-items: start; gap: 25px 15px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .np-row.np-row-fields.has-inner-row .np-inner-row { display: flex; align-items: center; gap: 15px; justify-content: space-between; width: 100%; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .np-row.np-row-fields.has-inner-row .np-inner-row.np-inner-row-bottom { margin: 0 0 0 -43px; width: calc(100% + 43px); }

/*.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step.selected-motorrad .np-row.np-row-fields.has-inner-row .np-inner-row.np-inner-row-top { justify-content: center; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step.selected-motorrad .np-row.np-row-fields.has-inner-row .np-inner-row.np-inner-row-middle .np-column.np-column-second.np-column-logos .listing { flex-direction: row; }*/
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step.selected-motorcycle .np-row.np-row-fields.has-inner-row .np-inner-row.np-inner-row-top { justify-content: center; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step.selected-motorcycle .np-row.np-row-fields.has-inner-row .np-inner-row.np-inner-row-middle .np-column.np-column-second.np-column-logos .listing { flex-direction: row; }








.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-240-"] .numberplate-second-step .np-row.np-row-fields .np-column.EH-seasonal-plate,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-220-"] .numberplate-second-step .np-row.np-row-fields .np-column.EH-seasonal-plate,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-200-"] .numberplate-second-step .np-row.np-row-fields .np-column.EH-seasonal-plate,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-180-"] .numberplate-second-step .np-row.np-row-fields .np-column.EH-seasonal-plate,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-240-"] .np-row.np-row-fields input,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-220-"] .np-row.np-row-fields input,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-200-"] .np-row.np-row-fields input,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-180-"] .np-row.np-row-fields input,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-240-"] .np-row.np-row-fields *,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-220-"] .np-row.np-row-fields *,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-200-"] .np-row.np-row-fields *,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-180-"] .np-row.np-row-fields * { font-size: 24px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-240-"] .np-row.np-row-fields .np-column .from-until .from-until-inner .from-until-list span,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-220-"] .np-row.np-row-fields .np-column .from-until .from-until-inner .from-until-list span,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-200-"] .np-row.np-row-fields .np-column .from-until .from-until-inner .from-until-list span,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-180-"] .np-row.np-row-fields .np-column .from-until .from-until-inner .from-until-list span { font-size: 13px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-180-"] .np-row.np-row-fields .np-inner-row.np-inner-row-middle .np-column.np-column-logos { width: 52px; }









/*.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-255-"] .numberplate-second-step .np-row.np-row-fields .np-column.EH-seasonal-plate,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-240-"] .numberplate-second-step .np-row.np-row-fields .np-column.EH-seasonal-plate,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-220-"] .numberplate-second-step .np-row.np-row-fields .np-column.EH-seasonal-plate,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-200-"] .numberplate-second-step .np-row.np-row-fields .np-column.EH-seasonal-plate,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-180-"] .numberplate-second-step .np-row.np-row-fields .np-column.EH-seasonal-plate,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-255-"] .np-row.np-row-fields input,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-240-"] .np-row.np-row-fields input,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-220-"] .np-row.np-row-fields input,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-200-"] .np-row.np-row-fields input,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-180-"] .np-row.np-row-fields input,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-255-"] .np-row.np-row-fields *,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-240-"] .np-row.np-row-fields *,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-220-"] .np-row.np-row-fields *,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-200-"] .np-row.np-row-fields *,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-180-"] .np-row.np-row-fields * { font-size: 24px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-240-"] .np-row.np-row-fields .np-column .from-until .from-until-inner .from-until-list span,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-220-"] .np-row.np-row-fields .np-column .from-until .from-until-inner .from-until-list span,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-200-"] .np-row.np-row-fields .np-column .from-until .from-until-inner .from-until-list span,
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-180-"] .np-row.np-row-fields .np-column .from-until .from-until-inner .from-until-list span { font-size: 13px; }
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-180-"] .np-row.np-row-fields .np-inner-row.np-inner-row-middle .np-column.np-column-logos { width: 52px; }
*/















.woocommerce-notices-wrapper:first-child { display: none; }
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select { font-family: inherit; border: 2px solid #d9d9d9; width: 100%; margin-bottom: 5px; padding: 10px 20px 10px 20px; font-size: 16px; line-height: 24px; color: var(--bodycolor); background-color: var(--whitecolor); border-radius: 10px; }
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order { float: none; background-color: var(--primarycolor); border-radius: 50px; padding: 14px 30px 17px 30px; letter-spacing: 1px; display: inline-block; width: auto; font-weight: normal; transition: 400ms; }
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover { opacity: 0.4; }





p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received { text-align: center; padding: 20px 10px 24px 10px; font-size: 24px; line-height: normal; display: block; background: var(--gradientcolor); border-radius: 50px; color: #ffffff; font-weight: 700; letter-spacing: 2px; }





.cartpage-parent .cart-page-main { padding: 100px 0; position: relative; }
.cartpage-parent .cart-page-main * { float: none; }
.cartpage-parent .cart-page-main .cart-page-inner { display: flex; gap: 25px; align-items: flex-start;}
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products,

.checkout .checkout-page-inner .checkout-page-left-form {
    width: 70%;
box-shadow: 0 0 20px 0px rgb(201 39 25 / 10%);
    padding: 20px 25px 30px 25px;
    border-radius: 10px;
}
.checkout .checkout-page-inner .checkout-page-left-form .woocommerce-billing-fields .salutation-field label { display: none; }
.checkout .checkout-page-inner .checkout-page-left-form .woocommerce-billing-fields .form-row-wide span.woocommerce-input-wrapper { display: flex; gap: 35px; }
.checkout .checkout-page-inner .checkout-page-left-form .woocommerce-billing-fields .form-row-wide .woocommerce-input-wrapper span.radio-main { display: flex; align-items: center; }
.checkout .checkout-page-inner .checkout-page-left-form .woocommerce-billing-fields .form-row-wide .woocommerce-input-wrapper span.radio-main input { margin: 0; }
.checkout .checkout-page-inner .checkout-page-left-form .woocommerce-billing-fields .form-row-wide .woocommerce-input-wrapper .radio-main [type="radio"]:checked,
.checkout .checkout-page-inner .checkout-page-left-form .woocommerce-billing-fields .form-row-wide .woocommerce-input-wrapper .radio-main [type="radio"]:not(:checked) { position: absolute; left: -9999px; }
.checkout .checkout-page-inner .checkout-page-left-form .woocommerce-billing-fields .form-row-wide .woocommerce-input-wrapper .radio-main [type="radio"]:checked + label,
.checkout .checkout-page-inner .checkout-page-left-form .woocommerce-billing-fields .form-row-wide .woocommerce-input-wrapper .radio-main [type="radio"]:not(:checked) + label { position: relative; padding-left: 34px; cursor: pointer; line-height: 20px; display: inline-block; }
.checkout .checkout-page-inner .checkout-page-left-form .woocommerce-billing-fields .form-row-wide .woocommerce-input-wrapper .radio-main [type="radio"]:checked + label:before,
.checkout .checkout-page-inner .checkout-page-left-form .woocommerce-billing-fields .form-row-wide .woocommerce-input-wrapper .radio-main [type="radio"]:not(:checked) + label:before { content: ''; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border: 1px solid #ddd; border-radius: 100%; background: #fff; }
.checkout .checkout-page-inner .checkout-page-left-form .woocommerce-billing-fields .form-row-wide .woocommerce-input-wrapper .radio-main [type="radio"]:checked + label:after,
.checkout .checkout-page-inner .checkout-page-left-form .woocommerce-billing-fields .form-row-wide .woocommerce-input-wrapper .radio-main [type="radio"]:not(:checked) + label:after { content: ''; width: 12px; height: 12px; background: var(--primarycolor); position: absolute; top: 4px; left: 4px; border-radius: 100%; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.checkout .checkout-page-inner .checkout-page-left-form .woocommerce-billing-fields .form-row-wide .woocommerce-input-wrapper .radio-main [type="radio"]:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); transform: scale(0); }
.checkout .checkout-page-inner .checkout-page-left-form .woocommerce-billing-fields .form-row-wide .woocommerce-input-wrapper .radio-main [type="radio"]:checked + label:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }

#billing_is_company { display: none; }
#billing_is_company_field .woocommerce-input-wrapper { display: flex; align-items: center; }
#billing_is_company_field label.checkbox { position: relative; padding-left: 30px; cursor: pointer; user-select: none; color: #333; }
#billing_is_company_field label.checkbox::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; border: 2px solid #ccc; border-radius: 4px; background: #fff; transition: all 0.2s ease; }
#billing_is_company:checked + label.checkbox::before { border-color: var(--primarycolor); }
#billing_is_company:checked + label.checkbox::after { content: ""; position: absolute; left: 7px; top: 50%; transform: translateY(-60%) rotate(45deg); width: 6px; height: 12px; border: solid var(--primarycolor); border-width: 0 2px 2px 0; }

.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing { display: flex; flex-direction: column; gap: 25px; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product { display: flex; align-items: center; justify-content: space-between; padding: 15px; border: 1px solid #f2f2f2; gap: 25px; font-size: 14px; line-height: normal; font-family: var(--secondaryfontfamily); color: var(--blackcolor); border-radius: 15px; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product button.custom-cart-btn { margin: 0; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .product-image { width: 18%; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .product-image img { display: block; height: auto; width: auto; margin: 0 auto; max-height: 100px; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .product-title-desc { width: 54%; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .product-title-desc .product-content p a:hover { opacity: .4; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .product-title-desc .product-content p a { color: var(--primarycolor); font-weight: bold; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .product-title-desc .title { font-size: 22px; line-height: normal; padding: 0 0 5px 0; font-family: var(--secondaryfontfamily); font-weight: 600; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .product-list-price { width: 14%; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .product-list-price span.woocommerce-Price-amount.amount { font-weight: 700; font-size: 150%; letter-spacing: 2px; width: 100%; display: block; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .product-list-button { width: 14%; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product button.custom-cart-btn { padding: 10px; font-size: 14px; line-height: normal; border: none; background-color: var(--secondarycolor); color: var(--whitecolor); font-weight: 500; transition: 400ms; cursor: pointer; border-radius: 5px;}
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .product-title-desc .product-content p:last-child { margin: 0; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product button.custom-cart-btn:hover { background-color: var(--blackcolor); }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data,
.checkout .checkout-page-inner .checkout-page-right-data.woocommerce-checkout-review-order { width: 30%; }

.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .accessories-product-list-title { padding: 0 0 15px 0; }

.checkout .checkout-page-inner { display: flex; gap: 25px; align-items: flex-start;}

.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .emission-sticker { position: relative; width: 100%; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .emission-sticker-data { position: absolute; left: 50%; transform: translateX(-50%); bottom: 22px; color: var(--blackcolor); font-weight: 700; font-size: 88%; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .emission-sticker img.emission-sticker-image { width: 100px; height: 100px; }

.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .parking-numberplate,
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .product-image .numberplate-thumbnail { position: relative; display: flex; align-items: center; border: 1px solid var(--blackcolor); border-radius: 5px; margin: 0 auto; width: max-content; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .parking-numberplate img.parking-numberplate-image,
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .product-image .numberplate-thumbnail img { width: 16px; margin: 0; border-radius: 5px 0 0 5px; max-height: max-content; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .parking-numberplate span.parking-numberplate-data,
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .product-image .numberplate-thumbnail .numberplate-thumbnail-data { color: var(--blackcolor); font-weight: 700; font-size: 18px; line-height: 1; padding: 0 4px; align-items: center; }

.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .product-image .numberplate-thumbnail .numberplate-thumbnail-data .numberplate-text { display: flex; align-items: center; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .product-image .numberplate-thumbnail .numberplate-thumbnail-data { display: flex; font-size: 18px; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .product-image .numberplate-thumbnail .numberplate-thumbnail-data .numberplate-text .numberplate-field.eh-plate,
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-accessories-item .checkout-accessories-item-listing .checkout-accessories-checkout-accessories-product .flex .flex-left .numberplate-thumbnail .numberplate-thumbnail-data .numberplate-text .numberplate-field.eh-plate { font-size: 70%; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .product-image .numberplate-thumbnail .numberplate-thumbnail-data .numberplate-text .from-until-month,
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-accessories-item .checkout-accessories-item-listing .checkout-accessories-checkout-accessories-product .flex .flex-left .numberplate-thumbnail .numberplate-thumbnail-data .numberplate-text .from-until-month { display: flex; flex-direction: column; position: relative; font-size: 65%; gap: 5px; line-height: 1 ;    margin: 0 3px;}
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .product-image .numberplate-thumbnail .numberplate-thumbnail-data > span.numberplate-sticker span[class*="sticker-"] { width: 10px; height: 10px; display: block; background-repeat: no-repeat; background-size: cover; }

.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .product-image .numberplate-thumbnail .numberplate-thumbnail-data .numberplate-text .from-until-month:after,
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-accessories-item .checkout-accessories-item-listing .checkout-accessories-checkout-accessories-product .flex .flex-left .numberplate-thumbnail .numberplate-thumbnail-data .numberplate-text .from-until-month:after { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); background-color: var(--blackcolor); width: 100%; height: 2px; }

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals { float: none; width: 100%; }

.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-accessories-item .checkout-accessories-item-listing .checkout-accessories-checkout-accessories-product .flex .flex-left .numberplate-thumbnail { position: relative; display: flex; align-items: center; border: 1px solid var(--blackcolor); border-radius: 5px; margin: 0; width: max-content; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-accessories-item .checkout-accessories-item-listing .checkout-accessories-checkout-accessories-product .flex .flex-left .numberplate-thumbnail img.numberplate-thumbnail-image { width: 18px; margin: 0; border-radius: 5px 0 0 5px; max-height: max-content; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-accessories-item .checkout-accessories-item-listing .checkout-accessories-checkout-accessories-product .flex .flex-left .numberplate-thumbnail .numberplate-thumbnail-data { color: var(--blackcolor); font-weight: 700; font-size: 13px; line-height: normal; padding: 0 0 0 4px; display: flex; align-items: center; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-accessories-item .checkout-accessories-item-listing .checkout-accessories-checkout-accessories-product .flex .flex-left .numberplate-thumbnail .numberplate-thumbnail-data span.numberplate-sticker span[class*="sticker-"] { width: 10px; height: 10px; display: block; background-repeat: no-repeat; background-size: cover; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-accessories-item .checkout-accessories-item-listing .checkout-accessories-checkout-accessories-product .flex .flex-left .numberplate-thumbnail .numberplate-thumbnail-data .numberplate-text { display: flex; align-items: center; gap: 3px;}

.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-accessories-item .checkout-accessories-item-listing .checkout-accessories-checkout-accessories-product .flex .flex-left .checkout-accessories-product-image .parking-numberplate { position: relative; display: flex; align-items: center; border: 1px solid var(--blackcolor); border-radius: 5px; margin: 0; width: max-content; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-accessories-item .checkout-accessories-item-listing .checkout-accessories-checkout-accessories-product .flex .flex-left .checkout-accessories-product-image .parking-numberplate img.parking-numberplate-image { width: 11px; margin: 0; border-radius: 5px 0 0 5px; max-height: max-content; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-accessories-item .checkout-accessories-item-listing .checkout-accessories-checkout-accessories-product .flex .flex-left .checkout-accessories-product-image .parking-numberplate .parking-numberplate-data { color: var(--blackcolor); font-weight: 700; font-size: 13px; line-height: normal; padding: 0 0 0 4px; display: flex; }

.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .reservation-office,
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .reservation-days,
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .cart-item-summary { display: flex; align-items: center; order: 2;}
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .reservation-office .image,
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .reservation-days .image,
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .cart-item-summary .image { width: 25px; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .reservation-office .details,
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .reservation-days .details,
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .cart-item-summary .details { padding: 0 0 0 10px; width: calc(100% - 40px); text-align: left; line-height: 1.3; letter-spacing: 1px; font-size: 16px;}
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .reservation-office .image img,
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .reservation-days .image img { border-radius: 50px; width: 25px; height: 25px; object-fit: cover; }

.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .order-preview-title { padding: 0 0 30px 0; letter-spacing: 1px; order: 1;}
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box { padding: 20px 25px 30px 25px; border-radius: 10px;     box-shadow: 0 0 20px 0px rgb(201 39 25 / 10%); display: flex; flex-direction: column;}

.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .reservation-days { padding: 10px 0; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .cart-item {
    order: 3;
        margin: 20px 0;
}

.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .cart-accessories-item {
    order: 4;
}
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .cart-item-summary { padding: 10px 0; font-weight: 500; text-align: center; border-radius: 5px;}
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .block-summary {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #f2f2f2;
        order: 5;
}
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .block-summary .total-price-wrapper { display: flex; align-items: center; justify-content: space-between; padding: 0 0 10px 0; font-weight: 600;}
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .block-summary .total-price-wrapper .total-price { font-weight: 700; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .block-summary .total-price-summary { font-size: 12px; line-height: normal; }

.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .cart-item-summary .image img { max-width: 22px; }

.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .numberplate-parent .np-row .np-column input,
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .numberplate-parent .np-row .np-column [class*="numberplate-field-"],
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .numberplate-parent .np-row .np-column[class*="numberplate-field-"] { background-color: transparent; padding: 5px 5px;     font-size: 24px;}
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .numberplate-parent .np-row .np-column.np-column-logos .listing .list .logo img { max-width: 12px; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .numberplate-second-step .np-row.np-row-fields .np-column .from-until .from-until-inner .from-until-list span {
    font-size: 18px;
}

.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .numberplate-second-step .np-row.np-row-fields { gap: 0; padding: 0 5px 0 30px; }

.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .numberplate-second-step .np-row.np-row-fields .width1 { width: auto; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .numberplate-second-step .np-row.np-row-fields .width2 { width: auto; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .numberplate-second-step .np-row.np-row-fields .width3 { width: auto; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .numberplate-second-step .np-row.np-row-fields .width4 { width: auto; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .cart-accessories-listing-inner .cart-accessories.cart-accessories-product .flex .flex-left .cart-accessories-product-image .numberplate-thumbnail .numberplate-thumbnail-data .numberplate-sticker span {
    width: 10px;
    height: 10px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
}
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-collaterals .wc-proceed-to-checkout a.checkout-button.button { background-color: var(--primarycolor); border-radius: 50px; padding: 15px 20px; display: flex; align-items: center; justify-content: center; gap: 15px; font-weight: normal; letter-spacing: 1px; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-collaterals .wc-proceed-to-checkout a.checkout-button.button img { filter: brightness(0) invert(1); transition: 400ms; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-collaterals .wc-proceed-to-checkout a.checkout-button.button:hover { opacity: 0.4; }

.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .numberplate-parent.second-strp-visible { padding: 0; }

.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .np-row.np-row-fields.has-inner-row .np-inner-row.np-inner-row-bottom { margin: 0 0 0 -23px; width: calc(100% + 23px); }

.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-"] .np-row.np-row-fields { width: max-content; justify-content: normal; padding: 5px 15px 5px 40px; background: transparent;}

.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-accessories-item .checkout-accessories-item-listing .checkout-accessories-checkout-accessories-product .emission-sticker { position: relative; width: 65px; height: 65px; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-accessories-item .checkout-accessories-item-listing .checkout-accessories-checkout-accessories-product .emission-sticker .emission-sticker-data { position: absolute; left: 50%; transform: translateX(-50%); bottom: 5px; color: var(--blackcolor); font-weight: 700; font-size: 48%; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-accessories-item .checkout-accessories-item-listing .checkout-accessories-checkout-accessories-product .emission-sticker img.emission-sticker-image { width: 65px; height: 65px; }

.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-"] .np-row.np-row-fields::before { height: 100%; width: 28px;     background-position: center center;}
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-"] .np-row.np-row-fields.has-inner-row::before{
	background-size: contain;
    background-position: left top;
    background-color: transparent;
}
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product .custom-cart-btn {
    display: flex;
    position: relative;
    align-items: center;
    gap: 5px;
}

.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product .custom-cart-btn::before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    mask-image: url(https://wunschkennzeichen-sh.de/wp-content/uploads/2025/08/icon-add.svg);
    background-color: #fff;
    mask-repeat: no-repeat;
    mask-size: 100%;
    mask-position: center center;
}

.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product .custom-cart-btn.remove-btn::before {
    mask-image: url(https://wunschkennzeichen-sh.de/wp-content/uploads/2025/08/icon-check.svg);
}
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product button.custom-cart-btn.remove-btn {
    background-color: #000;
}
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .np-row.np-row-fields.has-inner-row .np-inner-row{gap: 5px;}
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box { padding: 20px 25px 30px 25px; border-radius: 10px; box-shadow: 0 0 20px 0px rgb(201 39 25 / 10%); display: flex; flex-direction: column;}
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .reservation-office,
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .reservation-days,
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-item-summary { display: flex; align-items: center; order: 2;}
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .reservation-office .image,
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .reservation-days .image,
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-item-summary .image { width: 25px; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .reservation-office .details,
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .reservation-days .details,
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-item-summary .details { padding: 0 0 0 10px; width: calc(100% - 40px); text-align: left; line-height: 1.3; letter-spacing: 1px; font-size: 16px;}
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .reservation-office .image img,
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .reservation-days .image img { border-radius: 50px; width: 25px; height: 25px; object-fit: cover; }

.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .order-preview-title { padding: 0 0 30px 0; letter-spacing: 1px; order: 1;}
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .reservation-days { padding: 10px 0}
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-item-summary {
padding: 10px 0;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
 }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .block-summary .total-price-wrapper { display: flex; align-items: center; justify-content: space-between; padding: 0 0 10px 0; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .block-summary .total-price-wrapper .total-price { font-weight: 700; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .block-summary .total-price-summary { font-size: 12px; line-height: normal; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-item-summary .image img { max-width: 22px; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .numberplate-parent .np-row .np-column input,
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .numberplate-parent .np-row .np-column [class*="numberplate-field-"],
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .numberplate-parent .np-row .np-column[class*="numberplate-field-"] { background-color: transparent; padding: 5px 5px; font-size: 24px;}
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .numberplate-parent .np-row .np-column.np-column-logos .listing .list .logo img { max-width: 12px; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .numberplate-second-step .np-row.np-row-fields { gap: 0; padding: 5px 15px 5px 40px; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .numberplate-second-step .np-row.np-row-fields .width1 { width: auto; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .numberplate-second-step .np-row.np-row-fields .width2 { width: auto; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .numberplate-second-step .np-row.np-row-fields .width3 { width: auto; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .numberplate-second-step .np-row.np-row-fields .width4 { width: auto; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .cart-collaterals .wc-proceed-to-checkout a.checkout-button.button { background-color: var(--primarycolor); border-radius: 50px; padding: 15px 20px; display: flex; align-items: center; justify-content: center; gap: 15px; font-weight: normal; letter-spacing: 1px; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .cart-collaterals .wc-proceed-to-checkout a.checkout-button.button img { filter: brightness(0) invert(1); transition: 400ms; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .cart-collaterals .wc-proceed-to-checkout a.checkout-button.button:hover { opacity: 0.4; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .numberplate-parent.second-strp-visible { padding: 0; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .np-row.np-row-fields.has-inner-row .np-inner-row.np-inner-row-bottom { margin: 0 0 0 -23px; width: calc(100% + 23px); }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-"] .np-row.np-row-fields { width: max-content; justify-content: normal; background-color: transparent;}
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-"] .np-row.np-row-fields::before { width: 28px;     background-position: center center;}
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-"] .np-row.np-row-fields.has-inner-row::before{
background-position: top left;
}

.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-accessories-item .accessories-title { display: block; padding: 20px 0 20px 0; font-weight: 600; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-accessories-item .checkout-accessories-item-listing .checkout-accessories-checkout-accessories-product { padding: 10px; background-color: transparent; border-radius: 10px; position: relative;     border: 1px solid #c8c8c8;}
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-accessories-item .checkout-accessories-item-listing .checkout-accessories-checkout-accessories-product .flex { display: flex; align-items: center; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-accessories-item .checkout-accessories-item-listing .checkout-accessories-checkout-accessories-product .flex .flex-left { width: 100px; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-accessories-item .checkout-accessories-item-listing .checkout-accessories-checkout-accessories-product .flex .flex-right { width: calc(100% - 100px); padding: 0 0 0 20px; font-size: 16px; letter-spacing: 1px; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-accessories-item .checkout-accessories-item-listing .checkout-accessories-checkout-accessories-product .flex .flex-right .checkout-accessories-product-title {
    line-height: 1.5;
    margin-bottom: 7px;
}
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-accessories-item .checkout-accessories-item-listing .checkout-accessories-checkout-accessories-product .flex .flex-right .checkout-accessories-product-list-price { font-size: 80%; font-weight: 700; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-accessories-item .checkout-accessories-listing-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 20px 0;
}
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-accessories-item .checkout-accessories-item-listing .checkout-accessories-checkout-accessories-product .flex .flex-right p:last-child { margin: 0; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-accessories-item .checkout-accessories-item-listing .checkout-accessories-checkout-accessories-product:hover .flex .flex-right .checkout-accessories-product-desc { opacity: 1; }
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-accessories-item .checkout-accessories-item-listing .checkout-accessories-checkout-accessories-product .flex .flex-left img { display: block; max-height: 65px; height: auto; width: auto; margin: 0 auto;}
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .block-summary {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #f2f2f2;
    order: 5;
}
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-item {
    order: 3;
    margin: 20px 0;
}

.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-accessories-item {
    order: 4;
}
#ship-to-different-address .woocommerce-form__label-for-checkbox input[type=checkbox]{display: none;}
#ship-to-different-address .woocommerce-form__label-for-checkbox input[type=checkbox] + span{padding-left: 32px; cursor: pointer; position: relative;}
#ship-to-different-address .woocommerce-form__label-for-checkbox input[type=checkbox] + span:before { position: absolute; left: 0; top: 8px; padding: 10px; border: solid 2px var(--primarycolor); border-radius: 4px; content: ''; }
#ship-to-different-address .woocommerce-form__label-for-checkbox input[type=checkbox]:checked + span:after { position: absolute; left: 9px; top: 12px; width: 6px; height: 14px; content: ''; border-style: solid; border-width: 0 2px 2px 0; border-color: var(--primarycolor); -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.checkout .checkout-page-inner .checkout-page-left-form .woocommerce-additional-fields { padding: 40px 0 0 0; }

.checkout .checkout-page-inner .checkout-page-right-data.woocommerce-checkout-review-order .next-to-payment-button button,
.checkout .checkout-page-inner .checkout-page-right-data.woocommerce-checkout-review-order .place-order-button button { background-color: var(--primarycolor); border-radius: 50px; padding: 15px 20px; display: flex; align-items: center; justify-content: center; gap: 15px; font-weight: normal; letter-spacing: 1px; color: var(--whitecolor); transition: 400ms; margin: 20px 0 30px 0; cursor: pointer; }
.checkout .checkout-page-inner .checkout-page-right-data.woocommerce-checkout-review-order .next-to-payment-button button:hover,
.checkout .checkout-page-inner .checkout-page-right-data.woocommerce-checkout-review-order .place-order-button button:hover { opacity: 0.4; }

.checkout { padding: 50px 0; }

.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .cart-accessories-listing-inner { display: flex; flex-direction: column; gap: 10px; margin: 0 0 20px 0; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .cart-accessories-listing-inner .cart-accessories.cart-accessories-product { border: 1px solid #c8c8c8; border-radius: 10px; padding: 10px; position: relative; background: transparent;}
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .cart-accessories-listing-inner .cart-accessories.cart-accessories-product .flex .flex-left .cart-accessories-product-image  img {
    display: block;
    max-height: 65px;
    height: auto;
    width: auto;
    margin: 0 auto;
 }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .cart-accessories-listing-inner .cart-accessories.cart-accessories-product .flex .flex-right {     width: calc(100% - 100px);
    padding: 0 0 0 20px;
    font-size: 16px;
    letter-spacing: 1px;
 }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .cart-accessories-listing-inner .cart-accessories.cart-accessories-product .flex .flex-right .cart-accessories-product-title {
    line-height: 1.5;
    margin-bottom: 7px;
}
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .cart-accessories-listing-inner .cart-accessories.cart-accessories-product .flex .flex-left .cart-accessories-product-image .parking-numberplate,
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .cart-accessories-listing-inner .cart-accessories.cart-accessories-product .flex .flex-left .cart-accessories-product-image .numberplate-thumbnail { position: relative; display: flex; align-items: center; border: 1px solid var(--blackcolor); border-radius: 5px; margin: 0; width: max-content; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .cart-accessories-listing-inner .cart-accessories.cart-accessories-product .flex .flex-left .cart-accessories-product-image .parking-numberplate img,
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .cart-accessories-listing-inner .cart-accessories.cart-accessories-product .flex .flex-left .cart-accessories-product-image .numberplate-thumbnail img { width: 15px; margin: 0; border-radius: 5px 0 0 5px; max-height: max-content; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .cart-accessories-listing-inner .cart-accessories.cart-accessories-product .flex .flex-left .cart-accessories-product-image .parking-numberplate span.parking-numberplate-data,
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .cart-accessories-listing-inner .cart-accessories.cart-accessories-product .flex .flex-left .cart-accessories-product-image .numberplate-thumbnail .numberplate-thumbnail-data {
        font-weight: 700;
    font-size: 13px;
    line-height: normal;
    padding: 0 0 0 4px;
    display: flex;
    align-items: center;
 }

.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .cart-accessories-listing-inner .cart-accessories.cart-accessories-product .flex .flex-left .cart-accessories-product-image .emission-sticker { position: relative; width: 65px; height: 65px; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .cart-accessories-listing-inner .cart-accessories.cart-accessories-product .flex .flex-left .cart-accessories-product-image .emission-sticker .emission-sticker-data { position: absolute; left: 50%; transform: translateX(-50%); bottom: 5px; font-size: 48%; font-weight: 700;  color: var(--blackcolor);}
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .cart-accessories-listing-inner .cart-accessories.cart-accessories-product .flex .flex-left .cart-accessories-product-image .numberplate-thumbnail .numberplate-thumbnail-data .numberplate-text { display: flex; align-items: center; gap: 5px; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .cart-accessories-listing-inner .cart-accessories.cart-accessories-product .flex .flex-left .cart-accessories-product-image .numberplate-thumbnail .numberplate-thumbnail-data .numberplate-text .from-until-month { display: flex; flex-direction: column; align-items: center; gap: 5px; position: relative; font-size: 60%; }
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .cart-accessories-listing-inner .cart-accessories.cart-accessories-product .flex .flex-left .cart-accessories-product-image .numberplate-thumbnail .numberplate-thumbnail-data .numberplate-text .from-until-month:before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); background-color: var(--blackcolor); width: 100%; height: 1px; }

.woocommerce-order { padding: 80px 0; }
.woocommerce .woocommerce-order  ul.order_details { margin: 35px 0 50px 0; display: flex; flex-flow: row wrap; gap: 55px; justify-content: center; background: var(--gradientcolor); padding: 20px 20px; border-radius: 50px; }
.woocommerce .woocommerce-order ul.order_details li { float: none; border: none; padding: 0; margin: 0; text-align: center; letter-spacing: 1px; color: var(--whitecolor); }
.woocommerce .woocommerce-order ul.order_details strong { padding: 7px 0 0 0; }
.woocommerce .woocommerce-order .woocommerce-thankyou-payment-method { padding: 0px 0 30px 0; color: var(--blackcolor); font-weight: 700; letter-spacing: 2px; font-size: 27px; text-align: left; }
.woocommerce .woocommerce-order .woocommerce-thankyou-payment-method p:last-child { margin: 0; }

.woocommerce-order section.woocommerce-order-details,
.woocommerce-order section.woocommerce-customer-details { background-color: #eaf3ff; padding: 20px 25px 30px 25px; border-radius: 25px; }
.woocommerce-order section.woocommerce-order-details table.shop_table,
.woocommerce-order section.woocommerce-customer-details address { border-radius: 20px; border: 3px solid var(--whitecolor); color: var(--blackcolor); letter-spacing: 1px; }
.woocommerce-order section.woocommerce-order-details table.shop_table a { color: var(--secondarycolor); }
.woocommerce-order section.woocommerce-customer-details address { padding: 20px 30px 30px 40px; font-size: 22px; line-height: 1.6; }


.woocommerce .cart-empty.woocommerce-info { border-top-color: var(--primarycolor); letter-spacing: 1px; }
.woocommerce-info::before { color: var(--primarycolor); }
.woocommerce .return-to-home a.button.wc-backward { background-color: var(--primarycolor); border-radius: 50px; padding: 15px 30px 18px 30px; font-weight: normal; letter-spacing: 1px; color: var(--whitecolor); margin: 0 0 20px 0; }
.woocommerce .return-to-home a.button.wc-backward:hover { opacity: 0.4; }

.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .accessories-title {
    display: block;
    padding: 20px 0 20px 0;
    font-weight: 600;
}
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .accessories-title {
    display: block;
    padding: 20px 0 20px 0;
    font-weight: 600;
}

.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-accessories-product {
    padding: 10px;
    background-color: var(--whitecolor);
    border-radius: 20px;
    position: relative;
}

.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-accessories-product .flex {
    display: flex;
    align-items: center;
}

.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-accessories-product .flex .flex-left {
    width: 100px;
}

.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .cart-accessories-listing-inner .cart-accessories.cart-accessories-product .flex .flex-right .cart-accessories-product-list-price {
    font-size: 80%;
    font-weight: 700;
}

.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data .cart-page-numberplate-box .cart-accessories-listing-inner .cart-accessories.cart-accessories-product:hover .flex .flex-right .cart-accessories-product-desc {
    opacity: 1;
}

/* checkout-step-2 */

.review-order-main .checkout-page-inner .checkout-page-left {
    width: 70%;
    box-shadow: 0 0 20px 0px rgb(201 39 25 / 10%);
    padding: 20px 25px 30px 25px;
    border-radius: 25px;
}

.review-order-main .checkout-page-inner .wc_payment_method input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    margin: 0;
    z-index: 1;
    margin-top: 2px;
}

.review-order-main .checkout-page-inner .wc_payment_method input[type="radio"] + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 3px solid #ddd;
    border-radius: 100%;
    background: transparent;
    box-sizing: border-box;
}

.review-order-main .checkout-page-inner .wc_payment_method input[type="radio"] + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 1.3;
    display: inline-block;
    font-weight: 700;
}

.review-order-main .checkout-page-inner .wc_payment_method input[type="radio"] + label::after {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--primarycolor);
    position: absolute;
    top: 7px;
    left: 7px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.review-order-main .checkout-page-inner .wc_payment_method input[type="radio"]:not(:checked) + label::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.review-order-main .checkout-page-inner .checkout-page-right-data .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .np-row.np-row-fields::before {
    height: 100%;
    width: 36px;
    background-position: center center;
}

.review-order-main .checkout-page-inner .checkout-page-right-data .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .np-row.np-row-fields.has-inner-row::before {
    background-position: left top;
    background-color: transparent;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
	margin-bottom: 20px;
}

.review-order-main .checkout-page-inner .wc_payment_method .input-radio {
    width: auto;
}

.review-order-main .checkout-page-inner .wc_payment_method label {
    line-height: 1;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background-color: transparent;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
	    border-bottom-color: var(--primarycolor);
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
	background-color: var(--primarycolor);
	color: #fff;
}
#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input{
	    margin: 2px 1em 0 0;
}
.review-order-main .checkout-page-inner button#place_order {
    margin-top: 30px;
}
.checkout-page-right-data #wpmc-prev.button , .checkout-page-right-data #wpmc-next.button {
    background-color:var(--primarycolor);
    margin-bottom: 80px;
        padding: 20px;
    border-radius: 40px;
    margin-top: 30px;
}
body.woocommerce-checkout {
        margin: 250px 0 0 0;
}
.woocommerce form .form-row input.input-text:-internal-autofill-selected{
    background-color: transparent;
}
/* checkout-step-2 */

/* thankyou page */
.woocommerce-order-received .woocommerce-order ul.woocommerce-thankyou-order-details {
    flex-direction: column;
    gap: 0;
    border-radius: 10px;
    max-width: 900px;
    margin: 30px auto;
    box-shadow: 0 0 20px 0px rgb(201 39 25 / 10%);
    background: var(--whitecolor);
}

.woocommerce-order-received .woocommerce-order ul.woocommerce-thankyou-order-details li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #00000029;
    padding: 10px 0;
	    color: var(--bodycolor);
}
.woocommerce-order-received .woocommerce-order ul.woocommerce-thankyou-order-details li:last-child {
    border: 0;
}

.woocommerce-thankyou-order-received {
    position: relative;
}

.woocommerce-thankyou-order-received::before {
    content: '';
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
    background-image: url(https://wunschkennzeichen-sh.de/wp-content/uploads/2025/08/check-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 20px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-items-body .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .np-row.np-row-fields {
    width: max-content;
    justify-content: normal;
    gap: 0;
    padding: 3px 3px 3px 16px;
    border-radius: 3px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-items-body .numberplate-parent .np-row .np-column.np-column-logos .listing .list .logo img {
    max-width: 12px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-items-body .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .numberplate-second-step .np-row.np-row-fields .np-column{
    width: auto;
}


.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-items-body .order-item-details {
    display: flex;
    align-items: center;
    gap: 20px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-items-body .numberplate-parent {
    padding: 0;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details  .woocommerce-order-details {
    background: transparent;
    border: 0;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-items-body .np-column [class*="numberplate-field-"] {
    background: transparent;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details  .woocommerce-Price-amount.amount {
    font-weight: 700;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-totals {
    max-width: 400px;
    margin-left: auto;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-total-row {
    border: 0;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-item-row:last-child {
    border: 0;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-item-row{
    padding: 20px;
    background-color: var(--whitecolor);
    border-radius: 20px;
    position: relative;
    border: 0;
    margin: 20px 0;
    align-items: center;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-items-body {
    border-bottom: 1px solid #ddd;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-items-header .order-item-label {
    font-weight: 700;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-item-row .order-accessories-product-image img {
    display: block;
    max-height: 88px;
    height: auto;
    width: auto;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-item-row .order-accessories-product-image .numberplate-thumbnail img.numberplate-thumbnail-image {
    width: 15px;
    margin: 0;
    border-radius: 5px 0 0 5px;
    max-height: max-content;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-item-row .order-accessories-product-image .numberplate-thumbnail {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid var(--blackcolor);
    border-radius: 5px;
    margin: 0;
    width: max-content;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-item-row .order-accessories-product-image .numberplate-thumbnail .numberplate-thumbnail-data {
    color: var(--blackcolor);
    font-weight: 700;
    font-size: 13px;
    line-height: normal;
    padding: 0 0 0 4px;
    display: flex;
    align-items: center;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-item-row .order-accessories-product-image .parking-numberplate img.parking-numberplate-image {
    width: 13px;
    margin: 0;
    border-radius: 5px 0 0 5px;
    max-height: max-content;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-item-row .order-accessories-product-image .numberplate-thumbnail .numberplate-thumbnail-data .numberplate-sticker span[class*="sticker-"] {
    width: 10px;
    height: 10px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-item-row .order-accessories-product-image .numberplate-thumbnail .numberplate-thumbnail-data .numberplate-text {
    display: flex;
    align-items: center;
    gap:3px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-item-row .order-accessories-product-image .parking-numberplate {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid var(--blackcolor);
    border-radius: 5px;
    margin: 0;
    width: max-content;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-item-row .order-accessories-product-image .parking-numberplate .parking-numberplate-data {
    color: var(--blackcolor);
    font-weight: 700;
    font-size: 13px;
    line-height: normal;
    padding: 0 0 0 4px;
    display: flex;
    align-items: center;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-item-row .order-accessories-product-image .emission-sticker {
    position: relative;
    width: 65px;
    height: 65px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-item-row .order-accessories-product-image .emission-sticker .emission-sticker-data {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    color: var(--blackcolor);
    font-weight: 700;
    font-size: 48%;
    text-align: center;
    width: 100%;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-items-body .product-numberplate .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-"] .np-row.np-row-fields::before {
    height: 100%;
    width: 16px;
    background-position: center center;
    border-radius: 0;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-items-body .product-numberplate .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step[class*="selected-"] .np-row.np-row-fields.has-inner-row::before {
    background-size: contain;
    background-position: left top;
    background-color: transparent;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-total-row .label {
    font-weight: 700;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-items-body  .numberplate-parent .np-row .np-column [class*="numberplate-field-"] {
    font-size: 16px;
    padding: 3px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-items-body .numberplate-parent .np-row .np-column .listing {
    gap: 2px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-items-body .order-item-details .order-accessories-product-image {
    width: 170px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-items-body .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .np-row.np-row-fields .np-inner-row {
    width: 100%;
    justify-content: space-between;
    margin: 0;
    gap: 0;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-items-body .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .numberplate-second-step .np-row.np-row-fields .np-column .from-until .from-until-inner .from-until-list span {
    font-size: 16px;
        line-height: 1;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-item-row .order-accessories-product-image .numberplate-thumbnail .numberplate-thumbnail-data .numberplate-text .from-until-month {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    position: relative;
    font-size: 60%;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-item-row .order-accessories-product-image .numberplate-thumbnail .numberplate-thumbnail-data .numberplate-text .from-until-month::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: var(--blackcolor);
    width: 100%;
    height: 1px;
}

/* thankyou page */


footer.footer .top-footer { padding: 80px 0; }
footer.footer .top-footer .footer-inner { display: flex; flex-flow: row wrap; justify-content: space-between; gap: 30px; }
footer.footer .top-footer .footer-inner .footer-column { width: calc((100% - 120px) / 5); }
footer.footer .top-footer .footer-inner .footer-column.footer-menu ul li a,
footer.footer .top-footer .footer-inner .footer-column.footer-contact .listing .list .list-inner a { color: var(--whitecolor); font-family: var(--secondaryfontfamily); display: inline-block; line-height: normal; position: relative; text-transform: capitalize; font-size: 16px; }
footer.footer .top-footer .footer-inner .footer-column.logo img { max-width: 184px; }
footer.footer .top-footer .footer-inner .footer-column.footer-contact .listing .list .list-inner { display: flex; align-items: center; }
footer.footer .top-footer .footer-inner .footer-column.footer-contact .listing .list .list-inner .icon { width: 50px; height: 50px; background-color: var(--secondarycolor); transition: 400ms; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
footer.footer .top-footer .footer-inner .footer-column.footer-contact .listing .list .list-inner .icon img { max-width: 20px; transition: 400ms; }
footer.footer .top-footer .footer-inner .footer-column.footer-contact .listing .list .list-inner .content { width: calc(100% - 50px); padding: 0 0 0 20px; }
footer.footer .top-footer .footer-inner .footer-column.footer-contact .listing .list + .list { padding: 20px 0 0 0; }
footer.footer .top-footer .footer-inner .footer-column.footer-menu ul li + li a { padding: 15px 0 0 0; }
footer.footer .top-footer .footer-inner .footer-column .title-content-wrapper .main-title h2 { font-size: clamp(2rem, 2rem + 0vw, 2rem); margin: 0 0 20px 0; }
footer.footer .top-footer .footer-inner .logo { width: 184px; }
footer.footer .top-footer .footer-inner .footer-menu.navigation-menu { width: 190px; }
footer.footer .top-footer .footer-inner .footer-menu.other-menu { width: 140px; }
footer.footer .top-footer .footer-inner .footer-menu.user-menu { width: 172px; }
footer.footer .top-footer .footer-inner .footer-contact { width: 250px; }

footer.footer .bottom-footer { padding: 18px 0; font-size: 16px; line-height: normal; }
footer.footer .bottom-footer .bottom-footer-inner { display: flex; align-items: center; justify-content: space-between; }
footer.footer .bottom-footer .bottom-footer-inner .social-media ul { display: flex; align-items: center; gap: 10px; }
footer.footer .bottom-footer .bottom-footer-inner .social-media ul li a { width: 44px; height: 44px; background-color: rgba(255, 255, 255, 0.10); display: flex; align-items: center; justify-content: center; border-radius: 50px; }
footer.footer .bottom-footer .bottom-footer-inner .social-media ul li a:hover { background-color: var(--primarycolor); }
footer.footer .bottom-footer .bottom-footer-inner .social-media ul li a img { transition: 400ms; max-width: 16px; max-height: 16px; width: auto; height: auto; }
footer.footer .bottom-footer .bottom-footer-inner .social-media ul li a:hover img { transform: scale(1.5); }
footer.footer .bottom-footer .bottom-footer-inner .copyright { font-family: var(--secondaryfontfamily); }
footer.footer .bottom-footer .bottom-footer-inner .copyright p { margin: 0; }
footer.footer .bottom-footer .bottom-footer-inner .copyright p a { text-decoration: underline; font-weight: 600; color: var(--whitecolor); }

footer.footer .top-footer .footer-inner .footer-column.footer-menu ul li a:after,
footer.footer .top-footer .footer-inner .footer-column.footer-contact .listing .list .list-inner a:after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 10px; background-color: var(--secondarycolor); z-index: 0; opacity: 0.6; transition: 400ms; }
footer.footer .top-footer .footer-inner .footer-column.footer-menu ul li a:hover:after,
footer.footer .top-footer .footer-inner .footer-column.footer-contact .listing .list .list-inner a:hover:after { width: 100%; }


/* single post */
.single-post.post {
    padding: 80px 0;
}
.single-post.post ul.wp-block-list {
    list-style: disc;
    padding-left: 25px;
    margin: 15px 0;
}
.single-post.post .post-categories , .single-post.post .post-tags {
    margin: 20px 0;
}

.single-post.post .post-categories a , .single-post.post .post-tags a{
    background-color: #eaf3ff;
    padding: 8px 10px;
    border-radius: 3px;
    display: inline-block;
    line-height: 1;
    margin: 0 5px;
    color: var(--bodycolor);
}
.single-post.post .post-categories a:hover , .single-post.post .post-tags a:hover{
color: var(--whitecolor);
background-color: var(--primarycolor);
}

.legal-pages {
    margin-bottom: 40px;
}

.legal-pages .entry-content h3,.legal-pages .entry-content h2,.legal-pages .entry-content h4 {
    margin: 20px 0 0 0;
}
.single-post .post-thumbnail img {
    height: 500px;
    object-fit: cover;
}


.single-post .post-title {
    color:var(--primarycolor);
    text-align: center;
}

/* single post */
@media screen and (max-width:1429px) {

	.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .np-row.np-row-select,
	.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .np-row.np-row-select .numberplate-months { gap: 15px 10px; }
	.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .np-row.np-row-select .np-column.np-column-select { width: calc((100% - 10px) / 2); }

	footer.footer .top-footer .footer-inner .footer-column.footer-menu ul li a,
	footer.footer .top-footer .footer-inner .footer-column.footer-contact .listing .list .list-inner a { color: var(--whitecolor); font-family: var(--secondaryfontfamily); display: inline-block; line-height: normal; position: relative; text-transform: capitalize; font-size: 14px; }
}

@media screen and (max-width:1199px) {
	section.howitworks { padding: 40px 0 60px 0; }
	section.howitworks .listing { margin: 30px 0 0 0; }
	section.howitworks .listing .listing-inner .list { width: calc((100% - 30px) / 2); }
	section.whyus { padding: 40px 0; }
	section.whyus .whyus-inner .video,
	section.whyus .whyus-inner .details { width: 48%; height: auto; }
	section.whyus .whyus-inner .video video { width: 100%; height: auto; }
	section.ouradvantages { padding: 40px 0; }
	section.ouradvantages .listing .listing-inner .list .list-inner { padding: 10px 5px; }
	section.ouradvantages [class*="button--"].has-icon { margin: 40px auto 0 auto; }
	section.homeblog { padding: 40px 0; }
	section.homeblog .homeblog-inner .listing .list .list-inner .image { width: 48%; }
	section.homeblog .homeblog-inner .listing .list .list-inner .details { width: 48%; padding: 10px 10px 10px 0; }
	section.homeblog .homeblog-inner .listing .list .list-inner .details .date-postedby { flex-direction: column; align-items: start; gap: 10px; }
	section.homeblog .homeblog-inner .listing .list .list-inner .details .title-content-wrapper { margin: 20px 0 20px 0; }
	section.homeblog .homeblog-inner .listing .list + .list { margin: 20px 0 0 0; }
	section.homeblog .homeblog-inner .listing .list .list-inner { justify-content: space-between; }

	footer.footer .top-footer .footer-inner .logo { order: 1; width: 40%; }
	footer.footer .top-footer .footer-inner .footer-menu.navigation-menu { order: 3; }
	footer.footer .top-footer .footer-inner .footer-menu.other-menu { order: 4; }
	footer.footer .top-footer .footer-inner .footer-menu.user-menu { order: 5; }
	footer.footer .top-footer .footer-inner .footer-contact { order: 2; width: 40%; }
	footer.footer .top-footer .footer-inner .footer-menu.navigation-menu,
	footer.footer .top-footer .footer-inner .footer-menu.other-menu,
	footer.footer .top-footer .footer-inner .footer-menu.user-menu { width: 25%; }

	.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .accessories-product-list-title { padding: 0 0 15px 0; }
	.checkout .checkout-page-inner,
	.cartpage-parent .cart-page-main .cart-page-inner { flex-direction: column; }
	.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products,
	.checkout .checkout-page-inner .checkout-page-left-form { width: 100%; }
	.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data,
	.checkout .checkout-page-inner .checkout-page-right-data.woocommerce-checkout-review-order { width: 100%; }
	.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing { gap: 15px; }

	.woocommerce .woocommerce-order ul.order_details { flex-direction: column; gap: 25px; }


	.review-order-main .checkout-page-inner .checkout-page-left {
		width: 100%;
		padding: 20px 15px;
		border-radius: 10px;
	}
	.review-order-main .checkout-page-inner .checkout-page-right-data{
		width: 100%;
		border-radius: 10px;
	}
	.review-order-main .checkout-page-inner .checkout-page-right-data .numberplate-parent .np-row .np-column input, .review-order-main .checkout-page-inner .checkout-page-right-data .numberplate-parent .np-row .np-column [class*="numberplate-field-"]{
		font-size: 30px;
	}
	#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods ,
	#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row{
		padding: 1em 0;
	}
.woocommerce-order-received .woocommerce-order ul.woocommerce-thankyou-order-details{
    gap: 0;
}
.woocommerce-order-received .woocommerce-order .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .np-row.np-row-fields{
    width: max-content;
            gap: 0;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-items-body .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .numberplate-second-step .np-row.np-row-fields .np-column {
    width: auto;
}
.cartpage-parent .cart-page-main{
    padding: 0;
}
.single-post.post {
    padding: 40px 0;
}
.numberplate-submit > button{
        padding: 10px 20px;
}
}






@media screen and (max-width:767px) {

	section.howitworks .listing .listing-inner { flex-direction: column; }
	section.howitworks .listing .listing-inner .list { width: 100%; }

	section.whyus .whyus-inner { flex-direction: column; }
	section.whyus .whyus-inner .video,
	section.whyus .whyus-inner .details { width: 100%; }
	section.whyus .whyus-inner .details { padding: 20px 0 0 0; text-align: center; }
	section.whyus .whyus-inner .details [class*="button--"] { padding: 20px 0 0 0; }

	section.ouradvantages .listing .listing-inner { flex-direction: column; }
	section.ouradvantages .listing .listing-inner .list { width: 100%; }
	section.ouradvantages .listing .listing-inner .list:before,
	section.ouradvantages .listing .listing-inner .list:After { display: none; }

	section.homeblog .title-content-button-wrapper { flex-direction: column; align-items: center; text-align: center; gap: 20px; }
	section.homeblog .homeblog-inner .listing .list .list-inner { flex-direction: column; }
	section.homeblog .homeblog-inner .listing .list .list-inner .image { width: 100%; }
	section.homeblog .homeblog-inner .listing .list .list-inner .details { width: 100%; text-align: center; padding: 20px 0 10px 0; }
	section.homeblog .homeblog-inner .listing .list .list-inner .details .date-postedby { align-items: center; }
	section.homeblog .homeblog-inner .listing .list + .list { margin: 40px 0 0 0; }
	section.homeblog .homeblog-inner .listing .list .list-inner .image img { height: auto; }

	footer.footer .top-footer { padding: 40px 0; }
	footer.footer .top-footer .footer-inner { justify-content: center; gap: 40px; }
	footer.footer .top-footer .footer-inner .logo { width: 100%; }
	footer.footer .top-footer .footer-inner .footer-column.logo img { max-width: 100%; margin: 0 auto; }
	footer.footer .top-footer .footer-inner .footer-menu.navigation-menu { width: 100%; }
	footer.footer .top-footer .footer-inner .footer-column { text-align: center; }
	footer.footer .top-footer .footer-inner .footer-menu.other-menu { width: 100%; }
	footer.footer .top-footer .footer-inner .footer-menu.user-menu { width: 100%; }
	footer.footer .top-footer .footer-inner .footer-contact { width: 100%; }
	footer.footer .top-footer .footer-inner .footer-column.footer-contact .listing .list .list-inner { flex-direction: column; gap: 15px; }
	footer.footer .top-footer .footer-inner .footer-column.footer-contact .listing .list .list-inner .content { width: 100%; padding: 0; }
	footer.footer .top-footer .footer-inner .footer-column.footer-contact .listing .list + .list { padding: 30px 0 0 0; }
	footer.footer .top-footer .footer-inner .footer-column.footer-menu ul li + li a { padding: 4px 0 0 0; }
	footer.footer .top-footer .footer-inner .footer-column .title-content-wrapper .main-title h2 { margin: 0 0 10px 0; }
	footer.footer .bottom-footer .bottom-footer-inner { flex-direction: column; text-align: center; gap: 20px; }
	footer.footer .bottom-footer .bottom-footer-inner .copyright { width: 100%; }
	footer.footer .bottom-footer .bottom-footer-inner .social-media { width: 100%; }
	footer.footer .bottom-footer .bottom-footer-inner .social-media ul { justify-content: center; }



	.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .accessories-product-list-title { padding: 0 0 15px 0; }
	.cartpage-parent .cart-page-main .cart-page-inner { flex-direction: column; }
	.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products,
	.checkout .checkout-page-inner .checkout-page-left-form { width: 100%; }
	.cartpage-parent .cart-page-main .cart-page-inner .cart-page-right-data,
	.checkout .checkout-page-inner .checkout-page-right-data.woocommerce-checkout-review-order { width: 100%; }
	.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing { gap: 15px; }
	.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product { flex-wrap: wrap; }
	.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .product-image { width: 100%; }
	.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .product-title-desc { width: 100%; }
	.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .product-list-price { width: auto; }
	.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .product-list-button { width: auto; }
	.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .product-image img { margin: 0 auto; }

	.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product { gap: 15px; }

	.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product-listing .custom-product .emission-sticker { width: 100px; margin: 0 auto;}
	.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .checkout-accessories-item .checkout-accessories-item-listing .checkout-accessories-checkout-accessories-product .emission-sticker .emission-sticker-data { bottom: 7px; }

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-order-details{
    padding: 0;
}
.woocommerce-order section.woocommerce-order-details, .woocommerce-order section.woocommerce-customer-details{
    padding: 20px 10px;
    border-radius: 10px;
}
.woocommerce-thankyou-order-received::before {
    width: 60px;
    height: 60px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-items-body .order-item-details{
    flex-direction: column;
    align-items: flex-start;
}
.cartpage-parent .cart-page-main .cart-page-inner .cart-page-left-products .custom-product .custom-cart-btn{
    justify-content: center;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-items-body .np-column [class*="numberplate-field-"]{
    font-size: 30px;
}
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .numberplate-parent .np-row .np-column input, .checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .numberplate-parent .np-row .np-column [class*="numberplate-field-"], .checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .numberplate-parent .np-row .np-column[class*="numberplate-field-"]{
    font-size: 24px;
}
.checkout .woocommerce-checkout-review-order .checkout-page-numberplate-box .numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .np-row.np-row-fields.has-inner-row .np-inner-row{
    gap: 0;
}
.numberplate-parent.second-strp-visible .numberplate-parent-inner .numberplate.second-step .numberplate-second-step .np-row.np-row-fields{
        max-width: max-content;
}
}


@media screen and (max-width:575px) {
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-items-body .order-item-row {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    border-radius: 10px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-items-body .order-item-row .order-item-details ,
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-items-body .order-item-row .order-item-total {
    max-width: 100%;
    text-align: center;
    justify-content: center;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-items-body .order-item-details{
    align-items: center;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-items-body .order-item-details .order-accessories-product-image{
        width: auto;
}
.single-post .post-thumbnail img {
    height: 350px;
}
.registration-office-result{
    width: unset;
}
section.home-banner .home-banner-inner .order-manufacturer .order-manufacturer-inner .order-left .numberplate-reserv .numberplate-submit{
    width: 100%;
}
}