/* fonts */

@font-face {
    font-family: "Laser Char new";
    src: url(/public/cfonts/LaserCharlesWright.eot);
    src: url(/public/cfonts/LaserCharlesWright.eot?#iefix) format("embedded-opentype"), url(/public/cfonts/LaserCharlesWright.woff) format("woff"), url(/public/cfonts/LaserCharlesWright.ttf) format("truetype"), url(/public/cfonts/LaserCharlesWright.svg#Sri-TSCRegular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Laser Char 3d new";
    src: url(/public/cfonts/LaserCharlesWright3D.eot);
    src: url(/public/cfonts/LaserCharlesWright3D.eot?#iefix) format("embedded-opentype"), url(/public/cfonts/LaserCharlesWright3D.woff) format("woff"), url(/public/cfonts/LaserCharlesWright3D.ttf) format("truetype"), url(/public/cfonts/LaserCharlesWright3D.svg#Sri-TSCRegular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Laser Char In new";
    src: url(/public/cfonts/LaserCharlesWrightInline.eot);
    src: url(/public/cfonts/LaserCharlesWrightInline.eot?#iefix) format("embedded-opentype"), url(/public/cfonts/LaserCharlesWrightInline.woff) format("woff"), url(/public/cfonts/LaserCharlesWrightInline.ttf) format("truetype"), url(/public/cfonts/LaserCharlesWrightInline.svg#Sri-TSCRegular) format("svg");
    font-weight: 400;
    font-style: normal
}

/* Define the Circular Std font family for different weights */
@font-face {
    font-family: 'CircularStd';
    src: url('/public/cfonts/CircularStd-Book.woff2') format('woff2'),
        url('/public/cfonts/CircularStd-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'CircularStd';
    src: url('/public/cfonts/CircularStd-Medium.woff2') format('woff2'),
        url('/public/cfonts/CircularStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'CircularStd';
    src: url('/public/cfonts/CircularStd-Bold.woff2') format('woff2'),
        url('/public/cfonts/CircularStd-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

body {
    margin: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}

@font-face {
    src: url("../cfonts/CharlesWright-Bold.ttf") format('truetype');
    font-family: CharlesWright;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 0;
    margin-top: 0;
}

.text_upper {
    text-transform: uppercase;
}

.rsp_img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.float_right {
    float: right;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
    visibility: none;
}

:root {
    --white-color: #ffffff;
    --black-color: #303030;
    --blueone-color: #0081ff;
    --bluetwo-color: #1288fa;
    --blueborder-color: #59a2ea;
    --text-color: #9fd4ff;
    --black-color: #010101;
    --yellow-color: #f8cf48;
}

.none, .desktop_none, .cart_none, .not_selected_none {
    display: none;
}

#cnp_wrapper, .cnp_inside {
    width: 100%;
    position: relative;
    clear: both;
}

.cnp_container {
    max-width: 1440px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    width: auto;
}

/*-----Home Page End-----*/

/*Loader End*/
.loader_wrap {
    position: fixed;
    display: block;
    opacity: 0.1;
    width: 100%;
}

.loader {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #2d2d2d;
    background: linear-gradient(to right, #0081ff 10%, rgba(0, 129, 255, 0) 42%);
    animation: loader 2s infinite linear;
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.loader:before {
    width: 50px;
    height: 50px;
    background: var(--blueone-color);
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.loader:after {
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*Slider*/
#customise_your_plates_slider {
    padding-bottom: 33px;
    background-position: center;
    background-size: cover;
}

/*Registration*/
.blue_form_box {
    padding: 34px 80px 15px 80px;
}

/*.position-plate{
    position: relative;
    left: -2px;
}*/
.flex-style {
    display: flex;
    justify-content: space-between;
}

.form-width-style {
    width: 32.2%;
}

.plate-width-style {
    width: 61.2%;
}

/*plate Box*/
.customise_your_plates_heading>h1>span {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    display: none;
}

/*.customise_your_plates_heading > h1 > span, .customise_your_plates_heading > h1
{
    font-family: 'Roboto', sans-serif;
    color: var(--text-color);
    text-align: center;
    text-transform: capitalize;
}*/
/*.customise_your_plates_heading > h1
{
    color: #2d2d2d;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 24px;
}*/
.your_reg_whitebox {
    background-color: var(--white-color);
    margin-top: 15px;
}

.your_reg_yellowbox {
    background-color: var(--yellow-color);
    margin-top: 17px;
}

.front, .rear {
    position: relative;
}

.your_reg_whitebox, .your_reg_yellowbox {
    padding: 5px;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    height: 200px;
}

.plate-text, .plate-text-overlay {
    font-size: 150px;
    text-transform: uppercase;
    border-radius: 5px;
    color: var(--black-color);
    font-family: CharlesWright;
    line-height: 150px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.plate_box .front .not_selected_none, .plate_box .rear .not_selected_none {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 24px;
}

.two-minutes-to-perfect-plates {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
}
/* Hide on desktops, show only on mobile (max-width: 768px) */
.mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .mobile-only {
        display: block;
    }
}

/* Hide on mobile, show only on desktops (min-width: 769px) */
.desktop-only {
    display: block;
}

@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }
}


h1 {
    font-family: "Open Sans Bold", "Open Sans", sans-serif !important;
}

div.benefits-container {
    font-family: 'Roboto', sans-serif;
    display: block ruby;
    gap: 10px; 
    text-align: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
}

div.benefits-container SPAN {
    display: flex-inline;
    align-items: center;
    gap: 5px; 
    font-size: 18px;
}

.mobile-only div.benefits-container SPAN {
    font-size: 1rem;
}

div.logo A {
    font-family: 'Roboto', sans-serif;
    color: black;
    font-size: 1.1rem;
}

@media screen and (max-width: 820px) {
    div.logo A { 
        font-size: 0.95rem !important;
        display: inline-block;
    }
    .main-logo {
        min-width: 165px;
    }
}

@media screen and (max-width: 810px) {
    div.logo A { 
        font-size: 0.95rem !important;
        display: inline-block;
    }
    .main-logo {
        min-width: 165px;
    }
}





@media screen and (max-width: 414px) {
    div.logo {
        width: 97%;
    }
}
@media screen and (max-width: 412px) {
    div.logo {
        width: 98%;
    }
}
@media screen and (max-width: 384px) {
    div.logo {
        width: 95%;
    }
}
@media screen and (max-width: 375px) {
    div.logo {
        width: 90%;
    }
    div.logo A {
        font-size: 0.85rem !important;
        display: inline-block;
    }
}

@media screen and (max-width: 360px) {
    div.logo {
        width: 100%;
    }
    div.logo A {
        font-size: 0.9rem !important;
        display: inline-block;
    }
}

@media screen and (max-width: 345px) {
    div.logo {
        width: 100%;
    }
    div.logo A {
        font-size: 0.8rem !important;
        display: inline-block;
    }
}

div span.express {
    background-color: rgb(255, 217, 0) !important;
    /* background-color: #fdb813 !important; */
    padding: 2px;
    font-style: italic;
}
@media screen and (min-width: 500px) {
    div.logo A {
        font-size: 2rem;
        font-family: 'Roboto', sans-serif;
        color: black;
    }
}

.arrow-down {
    background-image: url('../images/blue-arrow-down.png');
    background-size: 28px 16px;
    background-repeat: no-repeat;
    background-position: center; /* Centers the background image */
    text-align: center;
    height: 16px;
    width: 100%;
    margin-bottom: 20px;
    display: block;
}
  
  
/*plate Box End*/

/*Left*/
.form_list_flex {
    /* display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;*/
}

.heading-style {
    color: #383838;
    font-family: Plus Jakarta sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44.8px;
}

form#builder {
    margin-top: 43px;
}

.left_box {
    /*padding: 50px 35px 12px 35px;
    background: var(--white-color);
    overflow: hidden;
    border-radius: 10px;
    width: 850px;
    margin-right: 15px;
    box-sizing: border-box;*/
}

.input_flex {
    /*    display: flex;*/
    justify-content: space-between;
    width: 100%;
    margin-bottom: 35px;
}

.flex_inner {
    /*    display: flex;*/
    flex-direction: row;
    justify-content: space-between;
}

.label_design>label {
    /*color: #2d2d2d;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    display: inline-block;*/
    margin-bottom: 10px;
    /*    display: inline-block;*/
    color: #383838;
    font-family: Plus Jakarta Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    opacity: 0.6;
}

.label_design>label>img {
    padding-left: 11px;
}

.input>input {
    /* border: none;
    background-color: var(--white-color);
    border: 2px solid #e7e7e7;
    border-radius: 10px;
    margin-right: 30px;
    max-width: 100%;*/
    padding: 16px 15px;
    outline: none;
    border-radius: 4px;
    border: 1px solid rgba(56, 56, 56, 0.20);
    background: #FFF;
}

input:focus {
    border: 1px solid rgba(56, 56, 56, 0.20);
}

input[type=text]:disabled, select:disabled, label.disabled {
    opacity: 0.5;
}

.registration>input, .font_badge>select {
    width: -webkit-fill-available;
    display: block;
    /* text-transform: uppercase; */
    max-width: 100%;
}

input#reg_num {
    text-transform: uppercase;
}

.front_qty>input {
    width: 116px;
}

::placeholder {
    color: #383838;
    font-family: Plus Jakarta Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    opacity: 0.45;
}

.label_design>select {
    /*outline: none;
    border: none;
    background-color: var(--white-color);
    border: 2px solid #e7e7e7;
    border-radius: 10px;
    padding: 11px 30px 11px 10px;
    text-transform: capitalize;
    color: #2d2d2d;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-right: 30px;
    appearance: none;
    background-color: var(--white-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;*/
    color: #383838;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
    width: -webkit-fill-available;
    max-width: 100%;
    padding: 15px 10px;
}

.label_design>select>option {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #2d2d2d;
}

.selector {
    border-radius: 4px;
    border: 1px solid rgba(56, 56, 56, 0.20);
}

select.selector, select.selector_opacity {
    /*background-image: url("../images/Selector.png");
    background-position: calc(100% - 1.4em), 100% 0;
    background-repeat: no-repeat;*/
}

select option {
    background-color: #f5f5f5;
}

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

.plate-style {
    position: relative; 
    width: 42%;
    border-radius: 4px;
    /* border: 1px solid rgba(56, 56, 56, 0.20);
    background: #FFF; */
    display: flex;
    flex-direction: column;
    /* padding: 13px 13px 9.81px 14px; */
}

@media screen and (min-width: 500px) {
 
}
@media screen and (max-width: 500px) {

}

.radio_style {
    /* border: 1px solid blue; */
}

.plate-desc {
    visibility: hidden;
    position: relative;
    width: 172px;
    height: 64px;
    margin: auto;
}

.types_of_plates>select {
    /*    width: 202px;*/
}

.font_badge>select {
    /*    width: 318px;*/
}

/*Left End*/

/*Right*/
.total-price-style {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total-price-style ul {
    display: none;
}

.final_price {
    display: flex;
}

.final_price p {
    text-align: left;
}

.delivery-flex {
    display: flex;
}

.right_box {
    width: auto;
    border-bottom: 1px solid #ececec;
    /*background-color: var(--white-color);
    border-radius: 10px;
    padding: 20px 40px;*/
}

.right_box ul>li {
    border-bottom: 1px solid #fba536;
    position: relative;
}

.right_box>ul>li>a {
    color: #fba536;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    padding: 15px 10px;
    display: block;
    text-transform: capitalize;
}

.right_box ul>li a:hover {
    background-color: #fba536;
    color: var(--white-color);
}

.right_box ul>li:nth-child(1) a:hover:before, .right_box ul>li:nth-child(2) a:hover:before, .right_box ul>li:nth-child(3) a:hover:before,
.right_box ul>li:nth-child(4) a:hover:before {
    position: absolute;
}

.right_box ul>li:nth-child(1) a:hover:before {
    content: url("../images/Save-Design-Icon-Hover.png");
}

.right_box ul>li:nth-child(2) a:hover:before {
    content: url("../images/Update-Design-Icon-Hover.png");
}

.right_box ul>li:nth-child(3) a:hover:before {
    content: url("../images/Reset-Design-Icon-Hover.png");
}

.right_box ul>li:nth-child(4) a:hover:before {
    content: url("../images/View-Cart-Icon-Hover.png");
}

.right_box>ul>li>a>img {
    padding-right: 20px;
}

.right_box>ul>li>a>img, .right_box ul>li>a>p {
    display: inline;
    vertical-align: middle;
}

.right_box>ul>li:nth-child(2) img {
    padding-right: 13px;
}

.right_box>ul>li:nth-child(4) img {
    padding-right: 16px;
}

.final_price {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.final_price>p {
    text-align: center;
    color: #273386;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 7px;
}

.final_price>span {
    color: #273386;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin-top: 5px;
}

.final_price>span>sub {
    font-size: 13px;
    padding-right: 10px;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    bottom: 8px;
}

.add_to_cart_btn {
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.add_to_cart_btn img {
    height: max-content;
}

.add_to_cart_btn>a {
    display: block;
    cursor: pointer;
}

/*Right End*/
/*Slider End*/

/*-----Home Page End-----*/


/*-----About Page-----*/
#innerheader_background {
    /*   background-image: linear-gradient(#fbbf37, #fba536);*/
}

.innerheader_content {
    text-align: center;
    padding: 20px 0;
}

.innerheader_content>h1 {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.faqs {
    text-transform: inherit !important;
}

.innerheader_content>ul>li:first-child:hover a {
    color: var(--blueone-color);
}

.mtb60 {
    margin-top: 49px;
    margin-bottom: 60px;
}

.about_content>h2, .terms_content>h2, .addons>h2, .help_content>h2, .Careers_content>h2, .cart>h2,
.delivery_content>h2, .dashboard_content>h3, .applications>h2 {

    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #2d2d2d;
    display: inline-block;
    text-transform: capitalize;
}

.addons>h2 {
    margin-bottom: 20px;
}

.about_content>p, .terms_content>p, .help_content>p, .Careers_content>p, .delivery_content>p,
.dashboard_content>h6, .privacy_content>p, .privacy_list>p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #303030;
    line-height: 25px;
    margin: 5px 0;
}

.terms_content>p>a, .about_content>p>a {
    text-transform: inherit;
}

/*-----About Page End-----*/

/*Faq Page*/
.faq_box>h2, .mtb20>h4 {
    color: #303030;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 26px;
    margin-bottom: 20px;
}

.mtb20>h4 {
    background-color: #f5f5f5;
    padding: 20px;
    font-size: 16px;
}

.mtb20 {
    margin: 20px 0;
}

.mobile-heading h4 {
    color: #383838;
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 33.6px */
}

.accordion {
    background-color: transparent;
    color: #2d2d2d;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    padding: 15px 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    position: relative;
    transition: 0.4s;
}

.accordion:after {
    content: '\002B';
    color: #2d2d2d;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 15px;
}

.accordion.active:after {
    content: "\2212";
}

.faq_content {
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    clear: both;
    max-height: 0;
    padding: 0 20px;
    transition: all 0.2s ease 0.15s;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    -ms-transition: all 0.2s ease 0.15s;
    -moz-transition: all 0.2s ease 0.15s;
}

.faq_content .mtb20>p {
    font-family: 'Roboto', sans-serif;
    text-transform: inherit;
    font-size: 14px;
    color: #7a7a7a;
    line-height: 25px;
    padding-left: 20px;
}

.faq_content.active {
    padding: 20px 0;
    max-height: 100%;
    transition: all 0.35s ease 0.15s;
    -webkit-transition: all 0.35s ease 0.15s;
    -o-transition: all 0.35s ease 0.15s;
    -ms-transition: all 0.35s ease 0.15s;
    -moz-transition: all 0.35s ease 0.15s;
}

.faq_content>ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.faq_content>ul>li, .faq_content>ul>p, .faq_content>ul>b {
    list-style: circle;
    color: #7a7a7a;
    font-family: 'Roboto', sans-serif;
    text-transform: inherit;
    font-size: 14px;
    display: block;
    padding: 12px 0;
    list-style: disc outside none;
    display: list-item;
    margin-left: 1em;
}

.faq_content>ul>p, .faq_content>ul>b {
    color: #2d2d2d;
}

/*Faq Page End*/

/*Contact Page*/
.contact_flex {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.contact_form {
    width: 50%;
}

.contactus_via_email>h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: 20px;
    font-size: 22px;
}

.contact_info {
    width: 40%;
    background-color: #f5f5f5;
    padding: 40px 40px 10px 40px;
    border-radius: 10px;
    margin-top: 70px;
}

.contact_fields>input, .contact_fields>textarea, .login_fields>input, .register_fields>input,
.register_fields>select, .checkout_fields>input {
    border-radius: 4px;
    border: 1px solid rgba(56, 56, 56, 0.20);
    background: #FFF;
    width: -webkit-fill-available;
    outline: none;
    padding: 12.9px 10px 14.89px;
    color: #383838;
    font-family: Plus Jakarta sans;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

.contact_fields>input:focus, .contact_fields>textarea:focus, .login_fields>input:focus, .register_fields>input:focus,
.register_fields>select:focus, .checkout_fields>input:focus, .selector:focus {
    border-color: #fba536;
}

.contact_fields>button, .login_btn>button, .choose_btn>button, .shipping_btn>button {
    width: 30%;
    border: none;
    color: #fff;
    margin-top: 12px;
    cursor: pointer;
    outline: none;
}

.contact_info>ul>li {
    margin-bottom: 35px;
    color: #2d2d2d;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
}

.contact_info>ul>li>span {
    padding-left: 30px;
    display: block;
}

.contact_info>ul>li>i {
    font-size: 20px;
    float: left;
    color: #fba536;
    margin-top: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.contact_info ul li:hover i {
    color: #273386;
}

.contact_fields.label_design input, .contact_fields.label_design textarea {
    font-family: Plus Jakarta sans;
    font-size: 16px;
    color: #383838;
}

/*Contact Page End*/

/*Login Process*/
.login_form {
    width: 400px;
    margin: auto;
    background-color: #f5f5f5;
    padding: 40px;
    border-radius: 10px;
}

.checkbox label {
    text-transform: inherit;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    margin-bottom: 0;
}

.checkbox label input[type="checkbox"] {
    display: none;
}

.check_icon {
    position: relative;
    display: block;
    border: 1px solid #303030;
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 10px;
}

.check_icon>i {
    position: absolute;
    font-size: 10px;
    line-height: 0;
    top: 48%;
    left: 15%;
    color: #273386;
    transform: scale(2) rotateZ(30deg);
    -webkit-transform: scale(2) rotateZ(30deg);
    -o-transform: scale(2) rotateZ(30deg);
    -ms-transform: scale(2) rotateZ(30deg);
    -moz-transform: scale(2) rotateZ(30deg);
    opacity: 0;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.check_icon>i {
    transform: scale(1) rotateZ(0deg);
    -webkit-transform: scale(1) rotateZ(0deg);
    -o-transform: scale(1) rotateZ(0deg);
    -ms-transform: scale(1) rotateZ(0deg);
    -moz-transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.login_btn>button {
    margin-top: 30px;
    width: 100%;
}

.forget_signup_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e6e6e6;
    margin-top: 30px;
    padding-top: 20px;
}

.forget_password>a, .signup_wrap>a {
    display: block;
    color: #fba536;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: inherit;
    font-size: 14px;
}

.forgot_head_wrap {
    width: 50%;
    margin: auto;
    text-align: center;
}

.forgot_head_wrap>p {
    color: #2d2d2d;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

.forgot_head_wrap>span {
    color: #7a7a7a;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-transform: inherit;
    padding: 20px 40px 30px;
    display: block;
}

/*Login Process End*/

/*Register Page*/
.register_form {
    width: 70%;
    margin: auto;
    background-color: #f5f5f5;
    padding: 40px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.already_member {
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
}

.already_member>p {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: inherit;
    color: #303030;
    font-size: 14px;
    margin-top: 0;
}

.already_member>p>a {
    text-transform: inherit;
    color: #fba536;
    font-size: 14px;
}

.register_fields_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 21.21px;
    margin-bottom: 37px;
}

.register_fields {
    width: -webkit-fill-available;
}


/*Register Page End*/

/*Terms and Use*/
.applications>ul {
    padding: 0 20px 20px 20px;
}

.mobile-block {
    display: none !important;
}

.applications>ul>li {
    list-style: inherit;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    color: #303030;
    font-size: 14px;
    padding: 10px 0;
}

.applications {
    margin-top: 20px;
}

/*Terms and Use End*/

/*privacy*/
.table_privacy {
    border-collapse: collapse;
    width: 100%;
    margin: 0px auto;
    font-family: 'Roboto', sans-serif;
}

.table_privacy th {
    background-color: #f5f5f5;
    color: #2d2d2d;
}

.table_privacy td, .table_privacy th {
    padding: 10px;
    border: 1px solid #e6e6e6;
    text-align: left;
    font-size: 14px;
}

.privacy_inner {
    margin-top: 10px;
}

.privacy_inner>h2, .privacy_list>ul>h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: var(--black-color);
    display: inline-block;
    text-transform: capitalize;
}

.privacy_inner p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #303030;
    line-height: 25px;
    margin: 5px 0;
}

.privacy_list>ul>h2 {
    margin: 10px 0;
}

.privacy_list ul li {
    list-style: decimal;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    color: #303030;
    font-size: 14px;
    padding: 5px 0;
    margin-left: 30px;
}

ul.listing li {
    list-style: lower-alpha;
}

.text_wrap {
    overflow-wrap: break-word;
}

/*privacy end*/

/*Addons Page*/
.addons {
    background-color: #f5f5f5;
    padding: 40px;
}

.addons_flex {
    display: flex;
    align-items: center;
    margin-top: 5px;
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}

.addons_content {
    padding: 35px 40px;
}

.addons_content>h2 {
    font-family: 'Roboto', sans-serif;
    color: #2d2d2d;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
}

.addons_content>p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #7a7a7a;
}

.addons_content>span {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #273386;
    display: block;
    margin-top: 20px;
}

.addons_content>span>b {
    color: #2d2d2d;
    text-transform: capitalize;
}

.addons_btn>button, .checkout_btn>button {
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    padding: 10px;
}

.mt_20 {
    margin-top: 20px;
}

.addons_btn>button>i {
    padding-right: 5px;
}

.addons_img>img {
    width: 300px;
}

/*Modal*/
.close_model_btn {
    position: absolute !important;
    top: 4px !important;
    right: 10px !important;
    font-size: 18px !important;
    background: unset !important;
    color: #303030 !important;
    padding: 0 !important;
}

.modal_loader {
    position: unset;
    display: block;
    opacity: 1;
    width: 100%;
}

.cart_modal {
    display: none;
    background-color: #f5f5f5;
    padding: 40px;
    border-radius: 10px;
    position: fixed;
    z-index: 999;
    height: 120px;
    width: 40%;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    border: 1px solid #273386;
}

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

.reg_total>p {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 10px;
    color: #303030;
}

.modal_btn {
    margin-top: 20px;
}

.modal_btn>button {
    outline: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
}

/*Modal End*/
/*Addons Page End*/

/*Cart Page*/
.cart {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f5f5f5;
    padding: 20px 0;
    border-bottom: 1px solid #f5f5f5;
}

.shipping_fitting {
    display: flex;
    align-items: center;
}

.shopping_btn {
    margin-left: 5px;
    margin-top: 0;
}

.list_heading>ul>li, .list_data>ul>li, .column_labels>label {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #303030;
    text-transform: capitalize;
    font-size: 14px;
}

.column_labels, .product_list, .product_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.column_labels {
    padding: 20px;
    background-color: #f5f5f5;
    margin-top: 20px;
}

.column_labels>label:nth-child(1) {
    width: 20%;
}

.column_labels>label:nth-child(2) {
    margin-right: 30px;
}

.product_details {
    width: 70%;
}

.left-side-cart {
    width: 70%;
}

.product_list, .product_inner {
    font-family: 'Roboto', sans-serif;
    color: #2d2d2d;
    font-size: 14px;
}

.product_list {
    padding: 20px;
    border-bottom: 1px solid #f5f5f5;
}

.front_rear>p, .front_rear_inner>p, .product_details_inner>p {
    padding: 5px 0;
}

.front_rear>p>span {
    width: 20px;
    height: 20px;
    border: 1px solid #f5f5f5;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    border-radius: 5px;
}

.front_rear>p:nth-child(1) i {
    margin: 0 10px 0 5px;
}

.front_rear>p:nth-child(2) i {
    margin: 0 10px;
}

.product_modify>button {
    background-color: #f5f5f5;
    outline: none;
    border: none;
    font-family: 'Roboto', sans-serif;
    color: #2d2d2d;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.product_modify>button:hover, .inner_btn button:hover {
    background: #273386;
    color: #fff;
}

.product_quantity>input {
    border: 2px solid #f5f5f5;
    width: 35px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
}

.product_removal>button {
    background: transparent;
    outline: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    padding: 0;
}

.cart_total {
    background: #f5f5f5;
    padding: 20px;
    margin-top: 20px;
    width: 34%;
    border-radius: 10px;
}

.cart_total>h2 {
    color: #2d2d2d;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.cart_total>ul>li {
    font-family: 'Roboto', sans-serif;
    padding: 10px 0;
}

.cartmt40 {
    margin-top: 40px;
}

.cart_checkout {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #2d2d2d;
}

/*Cart Page End*/

/*Alert Error*/
.alert_error, .alert_success, .alert_primary {
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}

.alert_error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    display: block;
}

.alert_success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.alert_primary {
    background-color: #cce5ff;
    border: 1px solid #b8daff;
    color: #004085;
}

.basket-success {
    color: #fba536;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-left: 10px;
}

.note {
    background-color: #ffffcc;
    border-left: 6px solid #ffeb3b;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding: 10px;
    margin-bottom: 15px;
}

/*Alert Error End*/

/*Dashboard*/
.dashboard_content {
    text-align: center;
}

.custom-link {
    text-decoration: none;
    color: #273386;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.view-record-link {
    margin-top: 10px;
    text-align: left;
}

/*Dashboard End*/

/*CheckOut Page*/
.product_inner {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.ptb_0 {
    padding: 0 0;
}

.checkout_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    gap: 46px;
    padding: 27px 76px 106.45px 79px;
    /* width: 100%; */
}

.checkout_left, .credit_left {
    width: 570px;
    max-width: 100%;
    border-right: 1px solid #f5f5f5;
    padding-right: 30px;
    margin-right: 30px;
}

.login-title {
    margin-bottom: 20px;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}


.click_login {
    margin-bottom: 20px;
}

.click_login, .credit_list {
    width: 100%;
    background-color: #f5f5f5;
    border-top: 2px solid #fba536;
    box-sizing: border-box;
}

.click_login>button {
    background-color: #2d2d2d;
    outline: none;
    border: none;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    color: #303030;
    font-size: 12px;
    text-align: left;
    color: var(--white-color);
    cursor: pointer;
}

.login_content {
    overflow: hidden;
    max-height: 0;
    padding: 0 23px 0 20px;
    transition: all 0.2s ease 0.15s;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    -ms-transition: all 0.2s ease 0.15s;
    -moz-transition: all 0.2s ease 0.15s;
}

.login_content>p, .checkout_form>p, .credit_field>span {
    font-family: 'Roboto', sans-serif;
    color: #7a7a7a;
    font-size: 12px;
    margin-top: 20px;
}

.login_form_flex {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    gap: 10px;
}

.forget_password>a {
    display: block;
    text-transform: capitalize;
    margin-top: 10px;
}

/* .checkout_fields {
    width: 100%;
} */

.mr30 {
    margin-right: 30px;
}

.mb-0 {
    margin-bottom: 0!important;
}

.checkout_fields>input {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 2px;
}

.checkout_password {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: left;
    border: none;
}

.shipping_method>span {
    color: #383838;
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 33.6px */
}

.shipping_method {
    padding-top: 1px;
    padding-left: 2px;
}

.shipping_method_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/*radio*/
/* .method_list {
    border: 1px solid #e6e6e6;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
} */

.radio_container {
    display: flex;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}

.radio_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio_container>p {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #2d2d2d;
    font-size: 14px;
    margin-top: 0;
}

.radio_container>p>span {
    color: #fba536;
}

.shipping_btn>button {
    width: 50%;
    margin-top: 30px;
}

.order_details {
    background-color: #2d2d2d;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.order_details>h3 {
    font-family: 'Roboto', sans-serif;
    color: #2d2d2d;
    text-transform: capitalize;
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--white-color);
}

.subtotal_wrap {
    margin-top: 20px;
    border-top: 2px solid #2d2d2d;
    padding-top: 10px;
}

.product_details_inner {
    width: 75%;
}

.quantity_inner {
    width: 10%;
}

/*Right End*/
/*Checkout Page End*/

/*Visa Card*/
.progressbar>h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #2d2d2d;
    font-size: 16px;
}

.credit_wrap {
    border-radius: 10px;
    padding: 10px 40px 40px 40px;
    background: #f5f5f5;
}

.credit_wrap>form>i {
    font-size: 50px;
    color: var(--blueone-color);
    margin-bottom: 20px;
}

.credit_field input {
    width: 100%;
    outline: none;
    border-radius: 0;
    margin: 10px 0;
    padding: 20px 0;
    border: none;
    background: transparent;
    border-bottom: 1px solid #2d2d2d;
}

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

.credit_field>i {
    font-size: 12px;
}

.sub_btn button {
    width: 100%;
    padding: 10px;
    color: #fff;
    border: none;
    outline: none;
}

.payment_mt40 {
    margin-top: 40px;
}

.pay-checkbox {
    margin: 20px 0;
}

.checkbox label a {
    color: #303030;
    text-decoration: underline;
}

/*Visa Card End*/

/*Documents*/
.upload-btn-wrapper {
    margin-bottom: 10px;
}

.upload-btn-wrapper>label {
    display: block;
    color: #2d2d2d;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.choose_flex {
    display: flex;
    flex-direction: column;
}

.choose_btn>input {
    width: 30%;
    background: #0081ff;
    border: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-top: 12px;
    border-radius: 3px;
    padding: 18px 20px;
    font-size: 13px;
    letter-spacing: 0.8px;
    cursor: pointer;
}

.custom_doc_container {
    border: 1px solid #f5f5f5;
    margin-top: 15px;
}

.upload_details_inner {
    width: 100%;
}

.upload_wrapper {
    background: #f1f1f1;
    margin-bottom: 10px;
    padding: 10px 0px 10px 10px;
}

.upload_wrapper label {
    text-transform: uppercase;
    font-weight: bold;
}

.upload_details_inner span {
    display: block;
    margin-bottom: 8px;
}

.custom_file {
    display: block;
    margin-top: 10px;
}

.doc_title {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #303030;
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
}

.thumbnail {
    display: inline-block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border .2s ease-in-out;
    width: 45%;
}

.thumbnail>a>img {
    margin-right: auto;
    width: 100%;
    height: 300px;
    margin-left: auto;
}

.doc_note {
    background: #0081ff;
    color: #fff;
    padding: 15px;
    margin-bottom: 15px;
}

.progressbar span {
    font-family: 'Roboto', sans-serif;
    color: #303030;
    font-size: 13px;
    display: block;
    margin-top: 5px;
}

.choose_btn>button {
    width: 100%;
}

/*Documents End*/

/*Order History Page*/
.order-history-table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 95%;
    border-radius: 5px;
    overflow: hidden;
}

.order-history-table tr:nth-child(odd) {
    background-color: #ebf3f9;
}



.order-history-table tr {
    background-color: #f5f9fc;
    border: 1px solid #ddd;
    padding: .35em;
}

.order-history-table td {
    padding: 1em;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.table-title {
    text-align: center;
    font-size: 14px;
    font-family: Montserrat-Regular;
    color: #fff;
    text-transform: uppercase;
    background: #273386;
}

.view-record-link {
    margin-top: 10px;
}

.table-container {
    float: left;
    width: 100%;
    max-width: 80%;
    margin-bottom: 60px;
    border-right: 1px solid #f1f1f1;
}

.table-container>p {
    font-size: 16px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #2d2d2d;
}

.list-container {
    float: right;
    max-width: 18%;
    width: 100%;
    margin-bottom: 30px;
}

.order-details-list {
    padding: 15px 0px 15px 0px;
    list-style: none;
    border-bottom: 1px solid #f1f1f1;
    font-family: Montserrat-Light;
    font-size: 13px;
    text-align: left;
}

.order-details-list a, .view-record-link a {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.order-details-list:hover a, .view-record-link:hover a {
    color: #fba536;
}

/*Order History Page End*/


/*order status page*/
.order_details_inner {
    background: #f5f5f5;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.order_details_inner>h3 {
    background-color: #2d2d2d;
    padding: 10px 20px;
    color: var(--white-color);
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    font-size: 12px;
    letter-spacing: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.order-section {
    font-family: 'Roboto', sans-serif;
    border: 1px solid #f1f1f1;
    margin-top: 20px;
    padding: 10px 30px;
}

.order-section .btn-update {
    background: #42b168;
    border: none;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}

.order-section .btn-update:hover {
    background: #389658;
}

.border_bottom {
    border-bottom: none !important;
}

.custom-padding {
    padding: 5px 0;
    border-bottom: 1px solid #f5f5f5;
}

.product_details_inner>p {
    margin-top: 0;
}

.product_price_inner {
    width: 18%;
    text-align: right;
    font-family: 'Roboto', sans-serif;
}

.order_status {
    width: 100%;
}

.text_over {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 190px;
    display: inline-block;
}

/*order status page end*/

/*Update Profile Page*/
.update_profile_form {
    width: 85%;
    margin: auto;
    background-color: #f5f5f5;
    padding: 40px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

/*Update Profile Page End*/

/*Confirm Password Page*/
.password_reset_form {
    width: 70%;
    margin: auto;
    background-color: #f5f5f5;
    padding: 40px;
    border-radius: 10px;
}

.login_fields input::placeholder {
    text-transform: initial;
}

/*Confirm Password Page End*/

.shopping_btn a {
    padding: 10px;
    font-size: 14px;
}

.Apply-coupon button {
    width: 100%;
    border: none;
    outline: none;
    padding: 15px 10px;
    cursor: pointer;
}

.Apply-coupon {
    width: 29%;
}

.coupon-mt-40 {
    margin-top: 40px;
}

.coupon-mt-40 input {
    margin-bottom: 0;
}

.coupon-mt-20 {
    margin-top: 20px;
}

.coupon_fields_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#promocode span {
    font-size: 16px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #7a7a7a;
}

#promocode {
    background: #f5f5f5;
    padding: 30px 20px;
    border-radius: 5px;
}

.remove-promo {
    color: #fff !important;
    background-color: #dc3545 !important;
    background-image: none !important;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-family: Plus Jakarta Sans;
}

#promo_code:read-only {
    border: 1px solid #008000;
}

.product_price_inner .total_price {
    font-size: 20px;
    position: relative;
}

.product_price_inner .total_price del {
    font-size: 12px;
}

#apply-promo:focus {
    outline: none;
}

.product_price_inner .total_price del {
    position: absolute;
    bottom: 3px;
    left: -55px;
}

.checkout_btn-npd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.checkout_btn-npd .underg-btn, .undery-btn {
    width: 49%;
    padding: 15px;
    border: none;
    cursor: pointer;
}

.checkout_btn-npd .another-plate {
    background-color: #fba536;
    background-image: -webkit-linear-gradient(top, #fbbf37, #fba536);
    box-shadow: inset 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
    z-index: 9;
    cursor: pointer;
}

.checkout_btn-npd button {
    outline: none;
}

.cartupdate-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f5f5;
    padding: 15px;
}

.inner_btn button {
    background-color: #e8e6e6;
    outline: none;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #2d2d2d;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.clickhere-login {
    margin-top: 20px;
}

.clickhere-login button {
    width: 20%;
}

.product_price_inner span {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.credit_left form {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

/* checkout status  */
.front-rear {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #383838;
    opacity: 0.6;
}

.plates-preview {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-left: -1px;
}

.lg-number-checkout {
    width: 100%;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    gap: 30px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25))
    drop-shadow(-1px -1px 1px rgba(0, 0, 0, 0.15))
    drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.15));

}

.num-plates-checkout .lg-number-checkout:nth-child(1) {
    background-color: #fff;
    margin-top: 17px;
}

.num-plates-checkout .lg-number-checkout:nth-child(2) {
    /* background-color: #FDB813; */
    background-color: rgb(255, 217, 0);
    margin-top: 20px;
}

.lg-number-checkout span {
    font-family: "Laser Char new";
    font-size: 35px;
    line-height: 100%;
    text-align: center;
    width: fit-content;
    /* display: block; */
}

.mobile-lg-number-checkout {
    display: none;
}

.selected-para {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    opacity: 0.6;

}
.checkout-feature-option {
    width: 100%;
    padding: 16px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
}

.checkout-feature-li {
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkout-price {
    display: flex;
    padding: 20px 9px 31px;
}

.checkout-price-item {
    width: 100%;
}

.checkout-price-item h3 {
    color: #383838;
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 33.6px */
    margin-top: 11px;
}

.checkout-price-item:last-child {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.payment-method-flex p {
    color: #383838;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 112.5% */
}

.checkout-price-item:last-child button {
    background: none;
    border: none;
}

.checkout-price-item:first-child {
    margin-right: 18px;
}

.add-new-plate {
    display: flex;
    align-items: center;
    color: #04B440;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    gap: 7px;
    line-height: 28px;
    z-index: 1;
    background-color: #fff;
    position: relative;
    width: fit-content;
    padding-right: 6px;
}

.add-plate-line {
    width: 100%;
    position: relative;
}

.add-plate-line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #383838;
    opacity: 10%;
    top: 50%;

}

.checkout-feature-li svg {
    display: none;
}

.total-checkout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-left: 5px;
}

.total-checkout .total-checkout-price:nth-child(2) {
    color: #000000;
}

#order_form {
    padding-top: 20px;
}

.register_fields_flex label {
    display: inline-block;
    color: #383838;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 14px;
    opacity: 0.6;
    margin-bottom: 10px;
}

.num-plates-checkout {
    padding-right: 8px;
}

.checkout_total {
    width: 480px;
    display: flex;
    flex-direction: column;
}

.billing_shipping {
    width: 61%;
}

.payment-method {
    padding-top: 20px;
}

.radio-option-descr h4 {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}

.radio-option-descr p {
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    opacity: 0.6;
    margin-top: 4px;
}

.radio-option-price {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: right;
    position: relative;
}

.radio-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.payment-method-flex {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 17px;
}

.payment-method-flex:nth-child(2) {
    padding-left: 2.35px;
}
.payment-method{
    gap: 20px;
    margin-top: 29px;
}

.mobile-header-checkout {
    display: none;
}

.payment_method_list .method_list:nth-child(2) {
    padding-top: 1px;
}

.payment_method_list .method_list:nth-child(4) {
    padding-top: 4px;
}

.pd-l-side {
    padding-left: 2.35px;
}

.checkout-button-div {
    margin-top: 20px;
}

.checkout-payment-btn {
    width: 100%;
    background-color: #42B168;
    padding: 16px 20px;
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.lock-payment {
    position: absolute;
    left: 23px;
    top: 20px;
    height: 23px;
    width: 23px;
    max-width: 100%;

}

.lock-payment img {
    object-fit: contain;
}

.payment-secure {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-start;
    margin-top: 27px;
    padding-left: 3px;
}

.mobile-heading .payment-secure {
    display: none !important;
}

.checkout-review-container {
    position: relative;
    padding-top: 63px;

}

.radio-option-descr h4 span {
    display: none;
}

.checkout-review-container .five_stars img {
    width: 12px;
    height: 12px;
}

.checkout-review-container .testimonial_head {
    margin-bottom: 63px !important;
}

.checkout-review-container .testimonial-pb {
    padding-bottom: 49px !important;
}

.checkout-review-container .testimonial_box {
    padding-left: 72px;
}

.billing_shipping .heading-style {
    margin-left: 1.5px;
    margin-top: 0.4px;
}

.front-rear {
    position: relative;
    top: 1.055px;
    left: 0.5px;
}

.order-summary .selected-para {
    position: relative;
    top: 1px;
}

.left-feature-option .checkout-feature-li:nth-child(3) {
    padding-top: 1px;
}

.right-feature-option .checkout-feature-li:nth-child(3) {
    padding-top: 1px;
}

.right-feature-option .checkout-feature-li:nth-child(1) {
    position: relative;
    top: 0.5px;
}

.right-feature-option .checkout-feature-li:nth-child(1) img {
    position: relative;
    top: -1px;
}

.left-feature-option .checkout-feature-li:not(:first-child) img {
    position: relative;
    top: 1px;
}

.right-feature-option .checkout-feature-li:not(:first-child) img {
    position: relative;
    top: 1px;
}

.left-feature-option .checkout-feature-li:nth-child(2) img {
    top: 2px;
}

.right-feature-option .checkout-feature-li:nth-child(2) img {
    top: 2px;
}

.right-feature-option .checkout-feature-li:nth-child(2) {
    top: 1px;
}

.checkout-price .checkout-price-item:nth-child(3) {
    padding-left: 10px;
}

.checkout-price .checkout-price-item:nth-child(2) {
    position: relative;
    left: 2.5px;
}

.checkout-price-item:last-child button img {
    position: relative;
    top: -3px;
    left: -2px;
}

.add-new-plate span {
    position: relative;
    top: 0.5px;
}

.fir-div label {
    position: relative;
    top: 4px;
}

.sur-div input, .sur-div label {
    position: relative;
    top: 4px;
}

.register_fields_flex:first-child {
    margin-bottom: 39px !important;
}

.email-div-checkout {
    position: relative;
    top: 2px;
}

.method_list:first-child .radio-option-descr h4 {
    position: relative;
    top: -1px;
}

.method_list:nth-child(2) .radio-option-descr h4 {
    position: relative;
    top: -0.5px;
}

.method_list:nth-child(2) .radio-option-price {
    top: 2.8px;
}

.method_list:nth-child(2) p {
    margin-top: 3px;
}

.payment_method_list .method_list:nth-child(2) img {
    position: relative;
    top: 2.1px;
}

.payment_method_list .method_list:nth-child(3) img {
    position: relative;
    top: -1px;
    left: -0.2px;
}

.payment_method_list .method_list:nth-child(4) p {
    position: relative;
    left: -2px;
}

.total-mb-only {
    display: none;
}



/* checkout status  */


/* cart page css starts here  */

.empty-car-container {
    padding: 187px 0px 188px;
}

.et-cart-section {
    width: 60%;
    margin: auto;
    text-align: center;
}

.et-cart-section img {
    margin-bottom: 24px;
}

.et-heading {
    letter-spacing: 0 !important;
}

.et-para-style {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #383838;
    margin: 15px auto 37px;
    width: 41%;
}

.cart-btn-width {
    border-radius: 10px !important;
    font-size: 20px;
}

.cart-items-container {
    padding: 33px 70px 232px 76px;
}

.cart-header {
    padding-bottom: 17px;
    padding-left: 1.5px;
}

.column_labels_cart {
    padding: 16px 25px 16px 0px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.column_labels_cart::before {
    content: "";
    position: absolute;
    opacity: 0.1;
    background-color: #383838;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}

.left-side-cart div {
    color: #383838;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 175% */
    opacity: 0.6;
}

.right-side-cart div {
    color: #383838;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    opacity: 0.6;
}

.right-side-cart {
    display: flex;
    justify-content: flex-start;
    gap: 81px;
    width: 30%;
    position: relative;
    top: 1px;
}

.right-side-cart div:nth-child(2) {
    position: relative;
    left: 3px;
}

.right-side-cart div:nth-child(3) {
    position: relative;
    left: 4px;
}

.checkout-plate-flex {
    display: flex;
    flex-direction: column;
    padding-left: 1px;
}

.cart_product_list {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.cart_product_list {
    padding-bottom: 47px;
    padding-top: 45px;
    padding-right: 25px;
}

.cart_product_list:first-child {
    padding-top: 40px;
    padding-bottom: 47px;
}

.cart_product_list:last-child {
    padding-bottom: 34px;
    padding-top: 45px;
}

.cart_product_list:not(:last-child)::before {
    content: "";
    position: absolute;
    max-width: 1281px;
    margin: auto;
    width: 100%;
    height: 1px;
    bottom: 0;
    opacity: 0.1;
    background: #383838;
}

.cart-product-price-etc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 1px;
}

.cart_product_total_price {
    position: relative;
    left: 2px;
}

.product_removal>button {
    position: relative;
    top: 0.5px;
    left: -0.5px;
}

.cart-plate-demo {
    display: flex;
    gap: 13px;
}

.cart-plate-ft-bk {
    border-radius: 4px;
    width: 246px;
    height: 52px;
    min-width: 246px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-plate-ft-bk.grey-bg {
    background: #F3F3F3;
}

.cart-plate-ft-bk.grey-bg.threedgel {
    text-shadow: 0 0 5px #ccc, 2px 0 2px #ccc, -2px 0 2px #ccc, 0 2px 2px #ccc, 0 -2px 2px #ccc;
}
.cart-plate-ft-bk.yellow-bg.threedgel {
    text-shadow: 0 0 5px #fff, 2px 0 2px #fff, -2px 0 2px #fff, 0 2px 2px #fff, 0 -2px 2px #fff;
}

/* .plate-badge {
    width: 10%;
    background-image: url(/public/images/flag-uk.png);
} */

.cart-plate-ft-bk.yellow-bg {
    background: rgb(255, 217, 0);
    /* background: #FDB813; */
}

/* .cart-plate-demo img {
    width: 210.258px;
    height: 37.227px;
    object-fit: cover;
} */

.info-cart-div {
    cursor: pointer;
    justify-content: center;
    display: flex;
    align-items: center;
    padding-left: 17px;
    position: relative;
    width: fit-content;
}

.inner-info-cart-div {
    display: flex;
    align-items: center;
    gap: 13px;
}

.info-content {
    color: #383838;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 175% */
    opacity: 0.6;
    white-space: nowrap;
}

.info-hid-box {
    position: absolute;
    top: 97%;
    display: none;
    padding-left: 12px;
    padding-top: 13px;
    padding-bottom: 14px;
    padding-right: 32px;
    left: 8px;
    border-radius: 4px;
    backdrop-filter: blur(80px);
    background: rgba(1, 19, 39, 0.80);
    z-index: 1;
}

.info-hid-box .angle-cart {
    position: absolute;
    top: -8px;
    left: 14px;
    width: 12px;
    height: 9px;
    object-fit: cover;
}

.cart-ul-content {
    color: #FFF;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    white-space: nowrap;
}

.info-li-cart {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cart-ul-tick img {
    width: auto;
    height: auto;
    object-fit: contain;
}

.info-cart-icon img {
    width: auto;
    height: auto;
    object-fit: contain;
}

.info-cart-div:hover .info-hid-box {
    display: block;
}

.cart-product-price-etc {
    width: 30%;
}

.cart_product_price {
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;

}

.checkout-plate-flex .cart_product_list:nth-child(1) .inner-info-cart-div {
    position: relative;
    top: 4px;
}

.checkout-plate-flex .cart_product_list:nth-child(1) .info-content {
    position: relative;
    top: -1px;
}

.cart_product_vat_price {
    position: relative;
    left: 3px;
}

.cart-below-btn-npd {
    display: flex;
    justify-content: space-between;
    gap: 35px;
    padding-top: 1px;
    align-items: center;
}

.cart-checkout-btn {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    padding: 11px 42px 10px 42px;
    background-color: #42B168;
    border-radius: 32px;
    border: none;
    width: 351px;
    height: 50px;
    max-width: 100%;
    cursor: pointer;
}

.add-plate-content {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #04B440;
    position: relative;
    top: -1.45px;
}

.left-side-cart div {
    position: relative;
    top: 1px;
    left: 0.5px;
}

.cart-another-plate {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 8.5px;
    padding-right: 6px;
    background-color: #fff;
    position: relative;
    top: -1.5px;
}

.checkout-plate-flex .cart_product_list:not(:first-child) .info-cart-icon {
    position: relative;
    top: 1px;
}

.cart-add-new-plate-before {
    width: 70%;
    position: relative;
}

.cart-add-new-plate-before::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    top: 42%;
    left: 0px;
    background-color: #383838;
    opacity: 10%;
}

.cart-plate-ft-content {
    font-family: "Laser Char new";
    font-size: 52px;
    line-height: 100%;
    color: #272727;
    position: relative;
    top: 1px;
}



.right-side-cart {
    width: 30%;
    visibility: hidden;
}

.checkout-plate-flex .cart_product_list:first-child .cart_product_price::before {
    position: absolute;
    color: #383838;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: right;
    opacity: 60%;
}

.checkout-plate-flex .cart_product_list:first-child .cart_product_price:nth-child(1)::before {
    content: 'Price';
    top: -84px;
}

.checkout-plate-flex .cart_product_list:first-child .cart_product_price:nth-child(2)::before {
    content: 'Total';
    top: -93px;
}

#cartDrawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    background: #fff;
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    font-family: sans-serif;
}

#cartDrawer.open {
    transform: translateX(0);
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}

.cart-body {
    padding: 16px;
    flex-grow: 1;
    overflow-y: auto;
}

.cart-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}

.cart-info small {
    display: block;
    margin-bottom: 8px;
}


.cart-qty button {
    padding: 4px 8px;
    font-size: 14px;
}

.cart-upsells h4 {
    margin-bottom: 10px;
    font-size: 16px;
}

.cart-footer {
    padding: 16px;
    border-top: 1px solid #eee;
}

.cart-footer .subtotal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: bold;
}

.btn-checkout {
    background: black;
    font-size: 20px;
    color: white;
    border-radius: 4px;
    width: 100%;
    padding: 12px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}

#cartDrawer .column_labels_cart {
    padding: 0;
    color: #383838;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    opacity: 0.6;
}


#cartDrawer .cart_product_list {
    padding: 10px 0;
}

#cartDrawer .product_details, #cartDrawer .left-side-cart {
    width: 40%;
    opacity: unset;
}

#cartDrawer .left-side-cart div{
    opacity: unset;
}

#cartDrawer .cart-plate-demo {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


#cartDrawer .cart-plate-ft-bk {
    border-radius: 2px;
    width: 123px;
    height: 26px;
    min-width: 123px;
    padding: 0 10px;
}

#cartDrawer .cart-plate-ft-content {
    font-size: 26px;
}

#cartDrawer .info-cart-div {
    padding-left: 0;
}

#cartDrawer .info-content {
    font-size: 12px;
}

#cartDrawer .ev::before {
    width: 23px;
}

#cartDrawer .cart_product_price {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#cartDrawer .product_removal {
    display: flex;
}

.payments {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.payment-icon {
    width: 30px;
}

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

/* .checkout-plate-flex .cart_product_list:first-child .cart_product_price:nth-child(3)::before {
    
    top: -93px;
    left: -1px;
} */



/* cart page css Ends here  */


/*Media Query*/
@media only screen and (max-width: 1491px) {

    /*Modal*/
    .cart_modal {
        height: 145px;
        width: 50% !important;
        margin-right: auto;
        margin-left: auto;
    }

    .modal_btn>button {
        margin-bottom: 10px;
    }

    /*Modal End*/
}

@media only screen and (max-width: 1439px) {
    .checkout_fields>input {
        max-width: 173px;
    }
}

@media only screen and (max-width: 1425px) {
    .checkout_fields>input {
        max-width: 170px;
    }
}

@media only screen and (max-width: 1380px) {
    .checkout_fields>input {
        max-width: 165px;
    }
}

@media only screen and (max-width: 1370px) {

    /*Modal*/
    .cart_modal {
        width: 70% !important;
    }

    /*Modal End*/

    .checkout_fields>input {
        max-width: 160px;
    }
}

@media only screen and (max-width: 1352px) {
    .checkout_flex {
        gap: 20px;
    }

    .checkout_fields>input {
        max-width: 165px;
    }
}

@media only screen and (max-width: 1324px) {
    .checkout_fields>input {
        max-width: 161px;
    }
}

@media only screen and (max-width: 1300px) {
    .checkout_flex {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 50px;
    }

    .cart-items-container {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 50px;
    }

    .checkout_fields>input {
        max-width: none;
    }
}

@media only screen and (max-width: 1258px) {
    .checkout_fields>input {
        max-width: 174px;
    }
}

@media only screen and (max-width: 1230px) {
    .checkout_fields>input {
        max-width: 170px;
    }
}


@media only screen and (max-width: 1200px) {
    .checkout_fields>input {
        max-width: none;
    }

    /* .your_reg_whitebox, .your_reg_yellowbox {
        width: auto;
        max-width: 100%;
    }

    .privacy_list>ul>li {
        margin-left: 15px;
        margin-right: 15px;
    } */
    .checkout_flex .heading-style {
        font-family: Plus Jakarta Sans;
        font-size: 20px !important;
        font-weight: 700;
        letter-spacing: 0em;
    }

    .plates-preview p {
        font-family: Plus Jakarta Sans;
        font-size: 14px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0em;
    }

    .plates-preview img {
        width: 11px;
        height: 11px;
        object-fit: cover;
    }

    .plates-preview {
        gap: 10px;
    }

    .lg-number-checkout {
        gap: 20px;
    }

    .selected-para-mbo {
        font-family: Plus Jakarta Sans;
        font-size: 16px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: left;
    }

    .register_fields>input {
        font-size: 14px;
    }

    .billing_shipping {
        width: 56%;
    }

    .selected-para {
        font-size: 14px;
    }

    .checkout-price-item h3 {
        font-family: Plus Jakarta Sans;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: left;
        margin-top: -5px;
    }

    .add-new-plate {
        font-family: Plus Jakarta Sans;
        font-size: 14px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: left;
    }

    .total-checkout .total-checkout-price {
        color: #04B440;
        text-align: right;
        font-family: Plus Jakarta Sans;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
    }

    .checkout-price {
        display: flex;
        padding: 10px 9px 15px;
    }

    .total-checkout {
        padding-top: 10px;
        padding-left: 5px;
    }

    .register_fields_flex {
        margin-bottom: 20px;
    }

    .register_fields_flex:nth-child(4) {
        margin-bottom: 25px !important;
    }

    .shipping_method>span {
        font-size: 18px;
    }

    .method_list .radio-option-descr h4 {
        font-size: 16px;
        font-weight: 600;
        line-height: 18px;
    }

    .shipping_method>span {
        color: #383838;
        font-family: Plus Jakarta Sans;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
    }

    .radio-option-price {
        color: #383838;
        text-align: right;
        font-family: Plus Jakarta Sans;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
    }

    .mobile-menu {
        left: 0px;
    }

    .register_fields_flex:nth-child(4) {
        margin-bottom: 10px !important;
    }

    .radio-inner {
        gap: 30px;
    }

    .mobile-heading h4 {
        color: #383838;
        font-family: Plus Jakarta Sans;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
    }

    .total-checkout.total-mb-only {
        padding-top: 25px;
    }

    .checkout-button-div {
        margin-top: 20px;
    }

    .checkout-payment-btn {
        color: #FFF;
        text-align: center;
        font-family: Plus Jakarta Sans;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 12px 15px;
    }

    .checkout-button-div img {
        width: 16.667px;
        height: 20px;
        object-fit: cover;
    }

    .lock-payment {
        display: flex;
        width: 20px;
        height: 20px;
        padding: 0px 1.667px;
        justify-content: center;
        align-items: center;
        left: 13px;
        top: 15px;
        max-width: 100%;
    }

    .et-para-style {
        width: 54%;
    }

    .cart-plate-ft-content {
        font-size: 37px;
    }

    .cart-plate-ft-bk {
        padding-left: 10px;
        padding-right: 10px;
        width: fit-content;
        height: fit-content;
        min-width: fit-content;

        min-width: 200px;
        max-width: 240px;
        padding: 0px 10px;
        display: flex;
        border-radius: 2.25px;
        align-items: center;
        justify-content: center;
    }

    .cart-header .heading-style {
        font-size: 20px;
        line-height: 28px;
    }

    .cart_page_main .left-side-cart div {
        font-size: 14px;
    }

    .info-content {
        font-size: 14px;
    }

    .right-side-cart {
        font-size: 14px;
    }

    .cart_product_price {
        font-size: 20px;
        line-height: 28px;
    }

    .cart_product_list {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cart_product_list:first-child {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cart_product_list:last-child {
        padding-bottom: 34px;
        padding-top: 30px;
    }

    .add-plate-content {
        font-size: 14px;
    }

    .cart-checkout-btn {
        font-size: 16px;
        font-weight: 700;
        line-height: 29px;
        letter-spacing: 0em;
        text-align: center;
    }
    .checkout-plate-flex .cart_product_list:first-child .cart_product_price:nth-child(1)::before {
        top: -74px;
    }
    .checkout-plate-flex .cart_product_list:first-child .cart_product_price:nth-child(2)::before {
        top: -79px;
    }
    .checkout-plate-flex .cart_product_list:first-child .cart_product_price:nth-child(3)::before {
        top: -79px;
    }
    .checkout-plate-flex .cart_product_list:first-child .cart_product_price::before{
        font-size: 14px;
    }
}

@media only screen and (max-width: 1191px) {
    .cnp_container, .register_form, .left_box, .right_box, .cart_total {
        max-width: 100%;
        width: auto;
    }

    .rsp_prl0 {
        padding-right: 0;
        padding-left: 0;
    }

    /*Navigation*/
    .nav {
        z-index: 999;
        padding: 30px 0;
    }

    .nav-btn {
        display: inline-block;
        position: absolute;
        right: 15px;
        top: -10px;
    }

    .nav-btn>label {
        padding: 13px 13px 0 13px;
    }

    .nav-btn>label>span {
        display: block;
        width: 25px;
        padding: 3px;
        border-top: 3px solid var(--blueone-color);
    }

    .nav-links {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: var(--yellow-color);
        height: 0px;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        overflow-y: hidden;
        padding: 0;
        margin-top: 30px;
    }

    .nav-links>li {
        display: block;
        padding: 15px;
    }

    .nav-links>li>a {
        letter-spacing: 0px;
        display: block;
    }

    .nav-links>li>a.active:after {
        width: 100%;
    }

    .nav-links>li:last-child {
        margin-left: 0px;
        margin-top: 10px;
        display: inline-block;
    }

    #nav-check:checked~.nav-links {
        height: 340px;
        overflow-y: auto;
    }

    /*Navigation End*/

    /*Form*/
    .contact_radius {
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }

    .contact_bar {
        width: auto;
        padding: 13px 15px;
        box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.9);
        border-radius: 0;
        position: relative;
        z-index: 2;
    }

    .contact_bar>ul>li {
        padding: 0 5px 0 5px;
    }

    #customise_your_plates_slider, #form_img {
        background-image: none;
    }

    .customise_your_plates_heading {
        margin-top: 20px;
    }

    .plate-text, .plate-text-overlay {
        font-size: 215px;
        line-height: 215px;
    }

    .blue_form_box {
        padding: 40px 20px 0px 20px;
    }

    .your_reg_whitebox, .your_reg_yellowbox {
        margin: 15px 0;
    }

    .input_flex {
        margin-bottom: 17px;
    }

    .input_flex, .form_list_flex {
        flex-direction: column;
    }

    .left_box {
        margin-right: 0;
        margin-bottom: 20px;
        padding-top: 25px;
    }

    #flex_row {
        display: flex;
        flex-direction: row;
    }

    .input>input, .label_design, .label_design>select {
        width: 100%;
        box-sizing: border-box;
        margin-right: 0px;
    }

    .rsp_mr20 {
        margin-right: 0px;
    }

    .rsp_none, .register_form_overlay {
        display: none;
    }

    .rsp_mt17 {
        margin-top: 17px;
    }

    .none {
        display: block;
    }

    .cart_none {
        display: none;
    }

    .mr50 {
        margin-right: 25px;
    }

    /*Form End*/

    /*Services*/
    .services_col {
        width: 100%;
    }

    .services_flex {
        margin-top: 40px;
        top: 0;
    }

    /*Services End*/

    /*Contact Page*/
    .contact_form, .contact_fields>button {
        width: 100%;
    }

    .contact_form {
        margin-right: 30px;
    }

    /*Contact Page End*/


    .checkout_btn>button {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1100px) {
    .plate-text, .plate-text-overlay {
        font-size: 185px;
        line-height: 185px;
    }

    .your_reg_whitebox, .your_reg_yellowbox {
        height: 185px;
    }

    /*Order History*/
    .order-history-table {
        border: 0;
        width: 100%;
    }

    .table-container {
        max-width: 100%;
        margin-bottom: 20px;
        border-right: none;
    }

    .list-container {
        max-width: 100%;
        margin-bottom: 60px;
    }

    .order-history-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .order-history-table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .order-history-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .order-history-table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .order-history-table td:last-child {
        border-bottom: 0;
    }

    /*Order History End*/
}

@media only screen and (max-width: 1059px) {
    .checkout_fields>input {
        max-width: 170px;
    }
}

@media only screen and (max-width: 1028px) {
    .checkout_flex {
        padding-left: 5px;
        padding-right: 5px;
    }

    .plates-preview {
        padding-top: 20px;
    }

    .et-cart-section {
        padding: 0px 9px;
    }
}

@media only screen and (max-width: 1000px) {
    .checkout_fields>input {
        max-width: none;
    }

    .plate-text, .plate-text-overlay {
        font-size: 180px;
        line-height: 180px;
    }

    .your_reg_whitebox, .your_reg_yellowbox {
        height: 180px;
    }

    /*Payment page*/
    .checkout_left, .credit_left {
        width: 100%;
        border-right: none;
        padding-right: 0px;
        margin-right: 0px;
    }


    /*Payment Page End*/

    /*Forget Password*/
    .forgot_head_wrap {
        width: auto;
    }

    /*Forget Password End*/
    .billing_shipping {
        width: 50%;
    }

    .et-para-style {
        width: 57%;
    }

    .cart_product_list {
        padding-right: 0px;
    }

    .cart-product-price-etc {
        width: 34%;
    }

    .right-side-cart {
        width: 30%;
        visibility: hidden;
    }

    .checkout-plate-flex .cart_product_list:first-child .cart_product_price::before {
        position: absolute;
        color: #383838;
        font-family: Plus Jakarta Sans;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        opacity: 0.6;

    }

    .checkout-plate-flex .cart_product_list:first-child .cart_product_price:nth-child(1)::before {
        content: 'Price';
        top: -73px;
    }

    .checkout-plate-flex .cart_product_list:first-child .cart_product_price:nth-child(2)::before {
        content: 'VAT';
        top: -77px;
    }

    .checkout-plate-flex .cart_product_list:first-child .cart_product_price:nth-child(3)::before {
        content: 'Total';
        top: -77px;
    }

    .info-cart-div {
        padding-left: 0px !important;
    }

    .info-hid-box {
        top: 45px;
        left: -275px;
        backface-visibility: hidden;
        backdrop-filter: blur(300px);
        z-index: 999;
    }

    .info-hid-box .angle-cart {
        left: 90%;
    }
}

@media only screen and (max-width: 970px) {
    .plate-text, .plate-text-overlay {
        font-size: 170px;
        line-height: 170px;
    }

    .your_reg_whitebox, .your_reg_yellowbox {
        height: 170px;
    }
}

@media only screen and (max-width: 932px) {
    .nav_logo>img {
        width: 80%;
    }

    .login_signup_cart>li:nth-child(3) {
        display: none;
    }

    .cart_none {
        display: block;
    }

    #rsp_cart {
        position: absolute;
        right: 60px;
        top: -4px;
    }

    #rsp_cart>li>a>span {
        width: 15px;
        height: 15px;
        line-height: 15px;
        background: var(--yellow-color);
        display: inline-block;
        border-radius: 50px;
        position: relative;
        top: 0px;
        text-align: center;
        font-size: 10px;
        color: #fff;
    }

    .login_signup_cart {
        display: inline-block;
        margin-top: 0px;
    }

    .addons_flex {
        flex-direction: column;
    }

    .col_width {
        width: 100%;
    }

    .useful_links {
        margin: 30px 0;
    }

    .login_signup_cart {
        margin-top: 10px;
    }

    .login_signup_cart>li:nth-child(2) {
        border-right: none
    }

    /*Contact Page*/
    .contact_flex {
        flex-direction: column;
        align-items: unset;
    }

    .contact_info {
        width: auto;
        margin-top: 20px;
        padding: 40px 40px 10px 40px;
    }

    /*Contact Page End*/

    /*Addons Page*/
    .addons {
        padding: 20px;
    }

    .addons>h2, .addons_content>h2 {
        font-size: 18px;
    }

    .addons_img>img {
        display: block;
        max-width: 100%;
    }

    .addons_content {
        padding: 35px 10px;
        width: 100%;
        text-align: center;
    }

    .checkout_btn {
        float: none;
        display: block;
        /*margin-top: 20px;*/
    }

    /*Addons Page End*/

    /*Checkout Page*/
    /* .checkout_flex {
        flex-direction: column;
    } */

    .product_price_inner {
        width: 30%;
    }

    .login_form_flex {
        flex-direction: column;
    }

    .mtb0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .billing_shipping>form {
        overflow: hidden;
    }

    /*Checkout Page End*/
}

@media only screen and (max-width: 930px) {
    .plate-text, .plate-text-overlay {
        font-size: 160px;
        line-height: 160px;
    }

    .your_reg_whitebox, .your_reg_yellowbox {
        height: 160px;
    }
}

@media only screen and (max-width:900px) {
    .et-para-style {
        width: 72%;
    }
}

@media only screen and (max-width: 870px) {
    .plate-text, .plate-text-overlay {
        font-size: 150px;
        line-height: 150px;
    }
}

@media only screen and (max-width: 850px) {
    .checkout-feature-option {
        justify-content: flex-start;
        gap: 30px;
    }

    .checkout_flex {
        flex-direction: column;
    }

    .billing_shipping {
        width: 100%;
    }

    .et-para-style {
        width: 77%;
    }
}

@media only screen and (max-width: 800px) {
    .cart_page_main .info-cart-div {
        padding-left: 0px;
    }
}

@media screen and (min-width: 500px) and (max-width: 800px) {
    .cart_page_main .column_labels_cart {
        display: none;
    }

    .cart_page_main .cart_product_list {
        flex-direction: column;
    }

    .cart_page_main .product_details {
        width: 100%;
    }

    .cart_page_main .cart-product-price-etc {
        width: 100%;
        padding-top: 36.88px;
        justify-content: flex-start;
        gap: 40px;
    }

    .cart_product_price {
        position: relative !important;
    }

    .checkout-plate-flex .cart_product_list:first-child .cart_product_price::before {
        position: absolute;
        color: #383838;
        font-family: Plus Jakarta Sans;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        opacity: 0.6;
        top: -23px !important;

    }

    .checkout-plate-flex .cart_product_list .cart_product_price::before {
        position: absolute;
        color: #383838;
        font-family: Plus Jakarta Sans;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        opacity: 0.6;
        top: -23px !important;

    }

    .checkout-plate-flex .cart_product_list .cart_product_price:nth-child(1)::before {
        content: 'Price';
    }

    .checkout-plate-flex .cart_product_list .cart_product_price:nth-child(2)::before {
        content: 'VAT';
    }

    .checkout-plate-flex .cart_product_list .cart_product_price:nth-child(3)::before {
        content: 'Total';
    }

    .checkout-plate-flex .cart_product_list:first-child .cart_product_price:nth-child(1)::before {
        top: -23px !important;
    }

    .cart_page_main .info-cart-div {
        float: right;
        position: relative;
        margin-left: auto;
    }
}

@media only screen and (max-width: 790px) {
    .plate-text, .plate-text-overlay {
        font-size: 145px;
        line-height: 145px;
    }

    .your_reg_whitebox, .your_reg_yellowbox {
        height: 145px;
    }

    /*cart*/
    /* .product_details {
        width: 22%;
    } */

    .column_labels>label:nth-child(1) {
        width: 24%;
    }

    /*cart end*/
}

@media only screen and (max-width: 775px) {
    .plate-text, .plate-text-overlay {
        font-size: 140px;
        line-height: 140px;
    }

    .your_reg_whitebox, .your_reg_yellowbox {
        height: 140px;
    }

    /*privacy*/
    .table_privacy {
        width: 100%;
    }

    .table_privacy, .table_privacy thead, .table_privacy tbody, .table_privacy th, .table_privacy td, .table_privacy tr {
        display: block;
    }

    .table_privacy thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table_privacy tr {
        border: 1px solid #e6e6e6;
    }

    .table_privacytd {
        border: none;
        border-bottom: 1px solid #e6e6e6;
        position: relative;
    }

    .table_privacy td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        content: attr(data-column);
        color: #2d2d2d;
        font-weight: bold;
    }

    /*privacy end*/
}

@media only screen and (max-width: 767px) {
    .mr50 {
        margin-right: 0;
    }

    .services_flex, .cart {
        flex-direction: column;
    }

    .services_col {
        margin-bottom: 40px;
        padding-right: 0;
        padding-left: 0;
    }

    .rsp_mb0 {
        margin-bottom: 0;
    }

    /*Cart Page*/
    .cart>h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .shopping_btn {
        margin-left: 5px;
        margin-top: 5px;
    }

    .shopping_btn>a, .addons_btn>button, .checkout_btn>button, .shopping_btn {
        font-size: 12px;
    }

    .column_labels {
        display: none;
    }

    .column_labels>label:nth-child(2) {
        margin-left: 0px;
    }

    .shopping_cart {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .column_labels, .product_list {
        flex-direction: column;
        align-items: start;
    }

    .column_labels>label {
        padding: 15px 0;
    }

    .product_list {
        padding: 40px 0;
        margin: 0;
        width: 100%;
    }

    .rsp_border_none {
        border-top: none;
    }

    .product_details:before, .product_modify:before, .product_price:before, .product_quantity:before, .product_removal:before,
    .product_total_price:before {
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        color: #2d2d2d;
        width: 40%;
        display: inline-block;
    }

    .front_rear {
        width: 59%;
        margin: 0 0 0 auto;
    }

    .front_rear_inner {
        margin: 0;
    }

    .checkout_btn>button {
        margin: 0;
    }

    .product_modify, .product_price, .product_quantity, .product_total_price {
        width: 100%;
        margin-bottom: 20px;
    }

    .rsp_border {
        border-top: 1px solid #f5f5f5;
        margin-top: 15px;
        padding-top: 15px;
    }

    .right_box {
        position: fixed;
        width: 100%;
        z-index: 2;
        bottom: 0;
        left: 0;
        padding: 0;
        border-radius: 0;
    }

    .right_box>ul {
        display: none;
    }

    .add_to_cart_btn {
        margin: 0 25px 25px 25px;
    }

    .lg-number-checkout {
        gap: 12px;
        border-radius: 2.25px;
    }

    .et-para-style {
        width: 52%;
    }

    .et-cart-section {
        width: auto;
    }

}

@media only screen and (max-width: 760px) {
    .plate-text, .plate-text-overlay {
        font-size: 135px;
        line-height: 135px;
    }

    .your_reg_whitebox, .your_reg_yellowbox {
        height: 135px;
    }
}

@media only screen and (max-width: 745px) {
    .plate-text, .plate-text-overlay {
        font-size: 130px;
        line-height: 130px;
    }

    .your_reg_whitebox, .your_reg_yellowbox {
        height: 130px;
    }
}

@media only screen and (max-width: 730px) {
    .plate-text, .plate-text-overlay {
        font-size: 125px;
        line-height: 125px;
    }

    .your_reg_whitebox, .your_reg_yellowbox {
        height: 125px;
    }
}

@media only screen and (max-width: 715px) {
    .plate-text, .plate-text-overlay {
        font-size: 120px;
        line-height: 120px;
    }

    .your_reg_whitebox, .your_reg_yellowbox {
        height: 120px;
    }
}

@media only screen and (max-width: 700px) {
    .plate-text, .plate-text-overlay {
        font-size: 110px;
        line-height: 115px;
    }

    .your_reg_whitebox, .your_reg_yellowbox {
        height: 115px;
    }

    .cart_modal {
        height: 150px;
    }
}

@media only screen and (max-width: 675px) {
    .plate-text, .plate-text-overlay {
        font-size: 105px;
        line-height: 110px;
    }

    .your_reg_whitebox, .your_reg_yellowbox {
        height: 110px;
    }
}

@media only screen and (max-width: 635px) {
    .plate-text, .plate-text-overlay {
        font-size: 100px;
        line-height: 105px;
    }

    .your_reg_whitebox, .your_reg_yellowbox {
        height: 105px;
    }
}

@media only screen and (max-width: 620px) {
    .mr50 {
        display: inline;
    }

    .login_signup_cart {
        display: inline-block;
        margin-top: 10px;
    }

    .contact_bar>ul>li {
        padding: 0 5px 0 5px;
    }

    .contact_bar>ul>li:nth-child(3) {
        padding-left: 0;
    }

    .contact_bar>ul>li>a>span {
        font-size: 11px;
    }

    .label_design>label {
        font-size: 12px;
    }
}

@media only screen and (max-width: 600px) {
    .plate-text, .plate-text-overlay {
        font-size: 90px;
        line-height: 100px;
    }

    .cart_page_main .info-content {
        display: none !important;
    }

    .your_reg_whitebox, .your_reg_yellowbox {
        height: 100px;
    }

    .et-cart-section {
        padding: 0px 3px;
    }

    .et-para-style {
        width: 67%;
        margin: 10px auto 35px;
    }

    .empty-car-container {
        padding: 104px 0px 123px;
    }

    .et-cart-section img {
        margin-bottom: 20px;
        height: 60px;
        width: 60px;
    }
}

@media only screen and (max-width: 580px) {
    .plate-text, .plate-text-overlay {
        font-size: 80px;
        line-height: 90px;
    }

    .your_reg_whitebox, .your_reg_yellowbox {
        height: 90px;
    }

    /*Forget Password*/
    .forgot_head_wrap>span {
        padding: 20px 0px 30px;
    }

    /*Forget Password End*/
}

@media only screen and (max-width: 531px) {

    /*Modal*/
    .cart_modal {
        width: 60%;
        height: 260px;
    }

    .modal_btn>button {
        margin-right: auto;
        margin-left: auto;
        display: block;
    }

    /*Modal End*/
}

@media only screen and (max-width: 535px) {
    .plate-text, .plate-text-overlay {
        font-size: 75px;
        line-height: 85px;
    }

    .your_reg_whitebox, .your_reg_yellowbox {
        height: 85px;
    }
}

@media only screen and (max-width: 500px) {
    #cartDrawer {
        width: 100%;
    }

    .register_fields_flex {
        flex-direction: column;
    }

    .plate-text, .plate-text-overlay {
        font-size: 70px;
        line-height: 80px;
    }

    .your_reg_whitebox, .your_reg_yellowbox {
        height: 80px;
    }

    .checkout_btn-npd {
        flex-direction: column;
    }

    .checkout_btn-npd .under-btn {
        width: 100% !important;
    }

    .checkout_btn-npd .another-plate {
        margin-bottom: 20px;
    }

    .checkout-page .cnp_container {
        max-width: 390px;
    }

    .checkout_total .heading-style {
        display: none;
    }

    .checkout_total .plates-preview {
        display: none;
    }

    .mobile-header-checkout {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 5px;
    }

    .mobile-header-checkout .heading-style, .mobile-header-checkout .plates-preview {
        display: flex;
    }

    .checkout_flex {
        padding: 23px 10px 48px 12px;
    }

    .checkout_total {
        margin-top: 0px;
    }

    .plates-preview {
        padding-top: 0px;
        margin-left: 0px;
        position: relative;
        top: -4px;
        gap: 5px;
    }

    .plates-preview p {
        font-family: Plus Jakarta Sans;
        font-size: 14px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: left;
    }

    .plates-preview img {
        width: 11px;
        height: 11px;
        object-fit: contain;
    }

    .lg-number-checkout {
        gap: 12px;
        height: 37.34;
        border-radius: 2.25px;
        max-width: 175px;
    }

    .checkout-price {
        display: flex !important;

    }

    .checkout-price {
        padding-left: 2px;
        padding-top: 15.56px;
        padding-bottom: 4px;
    }

    .selected-para {
        font-size: 14px;
    }

    .checkout-price-item h3 {
        font-family: Plus Jakarta Sans;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: left;
        margin-top: -5px;
    }

    .checkout-price-item:first-child {
        margin-right: 45px;
    }

    .checkout-price .checkout-price-item:nth-child(3) .selected-para {
        position: relative;
        left: 2px;
    }

    .checkout-price .checkout-price-item:nth-child(3) h3 {
        position: relative;
        left: -2px;
    }

    .checkout-price .checkout-price-item:nth-child(3) {
        position: relative;
        left: 30px;
    }

    .checkout-price-item:last-child button img {
        position: relative;
        top: 2px;
        left: 2px;
    }

    .mb-revse-dv {
        display: flex;
        flex-direction: column-reverse;

    }

    .add-new-plate svg {
        position: relative;
        left: -3px;
    }

    .add-new-plate {
        font-family: Plus Jakarta Sans;
        font-size: 14px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: left;
    }

    .selected-para-mbo {
        font-family: Plus Jakarta Sans;
        font-size: 16px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: left;
    }

    .order-summary .selected-para {
        padding-left: 2px;
    }

    .checkout-feature-option {
        flex-direction: column;
        gap: 0px;
    }

    .checkout-feature-li img {
        display: none;
    }

    .left-feature-option, .right-feature-option {
        padding-left: 2px;
    }

    .left-feature-option .checkout-feature-li:first-child {
        position: relative;
        top: 1px;
    }

    .left-feature-option .checkout-feature-li:nth-child(2) {
        position: relative;
        top: 1px;
    }

    .left-feature-option .checkout-feature-li:nth-child(2) svg, .left-feature-option .checkout-feature-li:nth-child(4) svg, .left-feature-option .checkout-feature-li:nth-child(3) svg {
        position: relative;
        top: 3px;
    }

    .right-feature-option .checkout-feature-li:nth-child(2) svg {
        position: relative;
        top: 3px;
    }

    .right-feature-option .checkout-feature-li:nth-child(3) {
        position: relative;
        top: -1px;
    }

    .right-feature-option .checkout-feature-li:nth-child(3) svg {
        position: relative;
        top: 3px;
    }

    .total-checkout {
        display: none;
    }

    .billing_shipping .heading-style {
        text-align: left;
        padding-left: 6.5px;
    }

    .billing_shipping {
        width: 100%;
    }

    .checkout_flex {
        gap: 19px;
    }

    .sur-div input, .sur-div label {
        top: 0px;
    }

    .fir-div label {
        top: 0px;
    }

    .register_fields_flex {
        gap: 10px;
        margin-bottom: 10px;
    }

    .email-div-checkout {
        top: 0px;
    }

    .shipping_method>span {
        color: #383838;
        font-family: Plus Jakarta Sans;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        /* 25.2px */
    }

    .shipping_method {
        padding-top: 0px;
        padding-left: 0px;
    }

    .radio_container {
        align-items: flex-start;
    }

    .method_list .radio-option-descr h4 {
        color: #383838;
        font-family: Plus Jakarta Sans;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
        /* 112.5% */
    }

    .radio-option-descr p {
        color: #383838;
        font-family: Plus Jakarta Sans;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        /* 128.571% */
    }

    .method_list:first-child .radio-option-descr h4 {
        position: relative;
        top: 0;
    }

    .radio-option-descr h4 {
        color: #383838;
        font-family: Plus Jakarta Sans;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
        /* 112.5% */
        width: 100%;
        justify-content: space-between;
    }

    .radio-option-descr h4 span {
        display: none;
        color: #383838;
        text-align: right;
        font-family: Plus Jakarta Sans;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
	padding-left: 15px;
        /* 22.4px */
    }

    .mb-price {
        display: inline-flex !important;
    }

    .shipping_method_list {
        padding-right: 4px;
    }

    .method_list .radio-option-descr h4 {
        display: flex;
        justify-content: space-between;
    }

    .shipping_method_list {
        padding-left: 3px;
    }

    .method_list:first-child .radio-option-descr h4 {
        top: 1px;
    }

    .method_list:first-child .radio-option-descr h4 span {
       position: relative;
       /* top: -4px; */
    }

    .method_list:first-child .radio-option-descr p {
        margin-top: 9px;
    }

    .mb-method-list p {
        position: relative;
        top: 6px;
    }

    .mb-method-list-th h4 {
        position: relative;
        top: 3px;
    }

    .mb-method-list-th span {
        position: relative;
        top: -2px;

    }

    .mobile-heading {
        display: flex;
        justify-content: space-between;
    }

    .mobile-heading .payment-secure {
        display: flex !important;
        margin-top: 0px;
        gap: 10.2px;
        position: relative;
        top: 4px;
        padding-right: 7px;
    }

    .mobile-heading .payment-secure img:first-child {
        width: 36.738px;
        height: 21.709px;
        object-fit: cover;
    }

    .mobile-heading .payment-secure img:nth-child(2) {
        width: 39.243px;
        height: 18.929px;
        object-fit: cover;
    }

    .mobile-heading h4 {
        color: #383838;
        font-family: Plus Jakarta Sans;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        /* 25.2px */
    }

    .payment-method .radio_container {
        align-items: center;
    }

    .payment-method .method_list:nth-child(2) p {
        margin-top: 0px;
    }

    .payment_method_list .method_list:nth-child(1) p {
        position: relative;
        top: -1px;
        left: 0px;
    }

    .payment_method_list .method_list:nth-child(3) .payment-method-flex {
        position: relative;
        top: 2px;
    }

    .payment_method_list .method_list:nth-child(3) img {
        position: relative;
        top: 0px;
        left: 0px;
    }

    .payment-method-flex {
        gap: 16px;
    }

    .payment-method .method_list:nth-child(2) p {
        margin-top: 0px;
        position: relative;
        left: 0.5px;
    }

    .total-mb-only {
        display: flex;
        padding: 36px 0px 0px 3px;
    }

    .mobile-none-payment {
        display: none;
    }

    .checkout-button-div img {
        width: 16.667px;
        height: 20px;
        object-fit: cover;
    }

    .lock-payment {
        display: flex;
        width: 20px;
        height: 20px;
        padding: 0px 1.667px;
        justify-content: center;
        align-items: center;
        left: 13px;
        top: 15px;
        max-width: 100%;
    }

    .checkout_flex {
        flex-direction: column;
    }

    .register_fields .form-control {
        padding: 14px 10px 16px;
    }

    .et-para-style {
        width: 70%;
    }

    .cart_page_main .cnp_container {
        max-width: 390px;
        margin: auto;
    }

    .cart_page_main .cart-header {
        display: none;
    }

    .cart_page_main .column_labels_cart {
        display: none;
    }

    .cart_page_main .cart-items-container {
        padding: 30px 18px 98px 17px;
    }

    .cart_page_main .cart_product_list {
        flex-direction: column;
    }

    .cart_page_main .cart_product_list {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .cart_page_main .cart_product_list:first-child {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .cart_page_main .cart_product_list:last-child {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .cart-plate-ft-bk {
        width: 100%; 
        max-width: 240px;
        padding: 0px 10px;
        height: 37.34px;
        max-height: 37.34px;
        display: flex;
        border-radius: 2.25px;
        align-items: center;
        justify-content: center;
        min-width: fit-content;
    }

    .cart-plate-ft-content {
        font-size: 37px;
    }

    .info-cart-div {
        display: none;
    }

    .product_details {
        width: 100%;
    }

    .cart_product_list {
        padding-right: .87px;
    }
 
    .cart-plate-demo {
        gap: 10px;   
    }

    .cart_product_price {
        font-family: Plus Jakarta Sans;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: left;
    }

    .cart-product-price-etc {
        padding-top: 36.88px;
        width: 100%;
    }

    .cart_product_ac_price {
        position: relative;
    }

    .cart_product_price::before {
        position: absolute !important;
        top: -23px !important;
        font-family: Plus Jakarta Sans;
        font-size: 14px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: left;
        color: #383838;
        opacity: 60%;
    }

    .cart_page_main .cart_product_ac_price::before {
        content: "Price" !important;
    }

    .cart_page_main .cart_product_vat_price::before {
        content: "VAT" !important;
    }

    .cart_page_main .cart_product_total_price::before {
        content: "Total" !important;
        left: 4px !important;
    }

    .cart_page_main .cart_product_vat_price {
        position: relative;
        left: 9px;
    }

    .cart_page_main .cart_product_total_price {
        position: relative;
        left: 16px;
    }

    .cart_page_main .product_removal>button {
        position: relative;
        top: 2.5px;
        left: 2px;
    }

    .cart-below-btn-npd {
        flex-direction: column;
        gap: 21px;
    }

    .cart-add-new-plate-before {
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cart-add-new-plate-before::before {
        top: 50%;
    }

    .checkout-plate-flex .cart_product_list:not(:first-child) .cart-product-price-etc {
        padding-top: 37px
    }

    .checkout-plate-flex .cart_product_list:not(:first-child) .product_removal>button {
        top: 3px
    }

    .cart-below-btn-npd {
        padding-top: 18px;
        padding-left: 1px;
    }

    .add-plate-content {
        font-size: 14px;
    }

    .cart-another-plate {
        gap: 0px;
        position: relative;
        width: 100%;
        justify-content: center;
    }

    .cart-add-new-plate-before::before {
        display: none;
    }

    .cart-another-plate::before {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        top: 50%;
        left: 0px;
        background-color: #383838;
        opacity: 10%;
    }

    .cart-checkout-btn {
        width: 100%;
    }

    .add-plate-content {
        padding-left: 15px;
        background-color: #fff;
        position: relative;
        top: 0.3px;
        left: 5px;
        padding-right: 10px;
    }

    .add-plate-icon {
        position: relative;
        left: 6px;
        top: 1px;
    }

}

@media only screen and (max-width: 479px) {
    .mr50>li:nth-child(2) {
        border-right: none;
    }

    .mr50>li:nth-child(3) {
        border-right: 1px solid var(--blueborder-color) !important;
    }

    .addons_btn>button, .checkout_btn>button {
        padding: 10px 14px;
    }

    .shopping_btn {
        padding: 10px 0px;
    }

    .order_details_inner>h3 {
        margin-bottom: 10px;
    }

    .register_fields>input {
        padding: 12.5px 10px 14.5px;
    }

    .rsp_mr20 {
        margin-right: 0px;
    }



}

@media only screen and (max-width: 475px) {
    .plate-text, .plate-text-overlay {
        font-size: 65px;
        line-height: 75px;
    }

    .your_reg_whitebox, .your_reg_yellowbox {
        height: 75px;
    }

    .login_form {
        box-sizing: border-box;
        padding: 20px;
        width: calc(100vw - 45px);
        margin: 0 10px;
    }
}

@media only screen and (max-width: 450px) {
    .plate-text, .plate-text-overlay {
        font-size: 60px;
        line-height: 70px;
    }

    .your_reg_whitebox, .your_reg_yellowbox {
        height: 70px;
    }
}

@media only screen and (max-width: 430px) {
    .plate-text, .plate-text-overlay {
        font-size: 55px;
        line-height: 65px;
    }

    .your_reg_whitebox, .your_reg_yellowbox {
        height: 65px;
    }

    .cartupdate-btn {
        flex-direction: column;
    }

    .inner_btn {
        margin-bottom: 10px;
    }

    .clickhere-login button {
        width: 25%;
    }
    .testimonial_box {
        padding-left: 28px !important;
    }

    .cart-plate-ft-bk {
        max-width: 150px;
    }
}

@media only screen and (max-width: 400px) {
    .plate-text, .plate-text-overlay {
        font-size: 60px;
        line-height: 70px;
    }

    .your_reg_whitebox, .your_reg_yellowbox {
        height: 70px;
    }

    /*Payment Page*/
    .expires_cvv_flex {
        flex-direction: column;
    }

    .payment_mt40, .sub_btn {
        margin-top: 20px;
    }

    .checkout-page .cnp_container {
        padding: 0px;
    }

    .et-para-style {
        width: 100%;
        margin: 10px auto 35px;
    }
    .cart_page_main .cnp_container {
padding-left: 0px;
padding-right: 0px;
    }

    /*Payment Page End*/
}

@media only screen and (max-width: 375px) {

    .cart-plate-ft-bk {
        max-width: 145px;
    }
}

@media only screen and (max-width:374px) {
    #rsp_cart {
        top: 6px;
    }

    .nav_logo>a>img {
        max-width: 80%;
    }

    ul.mr50 {
        display: none;
    }

    ul.login_signup_cart {
        margin-top: 0;
    }

    .customise_your_plates_heading>h2 {
        font-size: 20px;
    }

    .flex_inner {
        flex-direction: column;
    }

    /* .rsp_mr20 {
        margin-bottom: 20px;
    } */

    .service_content+span {
        font-size: 16px;
    }

    .shipping_fitting {
        flex-direction: column;
    }

    .your_reg_whitebox, .your_reg_yellowbox {
        height: 50px;
    }

    .plate-text, .plate-text-overlay {
        font-size: 45px;
        line-height: 50px;
    }

    /*Modal*/
    .reg_total>p {
        font-size: 18px;
    }

    /*Modal End*/

    /*Forget Password*/
    .forgot_head_wrap>p {
        font-size: 14px;
    }

    .forgot_head_wrap>span {
        font-size: 12px;
    }

    /*Forget Password End*/
}

@media only screen and (max-width: 360px) {

    .cart-plate-ft-bk {
        max-width: 140px;
    }

    .lg-number-checkout {
        max-width: 130px;
    }
}

@media only screen and (max-width: 345px) {

    .cart-plate-ft-bk {
        max-width: 130px;
    }

    .lg-number-checkout {
        max-width: 130px;
    }
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 170px;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    left: -10px;
    top: -40px;
    background: #fba536;
    border: 3px solid #faaf50;
    border-radius: 10px;
    text-transform: capitalize;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.checkbox {
    width: fit-content;
    display: inline-block;
}

.faq_content p {
    color: #7a7a7a;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    display: block;
    padding: 12px 0;
    margin-left: 1em;
    line-height: 20px;
}

.subheading {
    color: #2d2d2d !important;
}

