.one-your-reg {
    margin-top: 40px !important;
}

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

.reviews-trust {
    /* text-align: right;
    margin-left: 66px; */
    margin-top: 16px;
}

.green-off {
    color: #358465;
    margin-left: 10px;
    /* text-transform: lowercase !important; */
    font-size: 13px;

}

.price {
    /* margin-left: 6px; */
}

.price-row p {
    color: black;
    font-weight: 600;
    /* margin-top: 10px; */
}

.buy-btn-mobile {
    background: #37622C !important;
    color: white !important;
    padding: 10px 16px !important;
    float: right !important;
    /* border-radius: 7px !important; */
    font-size: 15px !important;
    font-weight: 700 !important;
    width: 100%;
    height: 60px;
    margin-top: 10px;
    border-radius: 0px !important;
}

#maincontent #builder-menu #builder-menu-internal #builder-reg .entries {
    border: 5px solid #356329 !important;
}

.nameplate-main-container #builder-actions #add-to-basket {
    border-radius: 0px !important;
    background: #356329 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    font-size: 15px !important;
    margin-top: .9375rem !important;
    margin-right: 20px !important;
}

.fake-price {
    text-decoration: line-through;
    color: gray;
    margin-left: 10px;
    font-weight: 700;
    font-weight: normal;
    font-size: 13px !important;
    margin-left: unset;
}

.true-price {
    font-weight: 800 !important;
}

#builder-font {
    list-style: none;
}

:root {
    /* --seg-accent: #2e54a2; */
    --seg-accent: black;
    --seg-border: #d6d7db;
    /* --seg-text: #111; */
    --seg-text: black;
    --seg-radius: 0rem;
    --seg-focus: color-mix(in srgb, var(--seg-accent) 30%, transparent);
}

#builder-font fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-inline-size: auto;
}

#builder-font .segmented {
    width: clamp(290px, 100%, 565px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(6px, 2vw, 12px);
    border: 0;
    margin-bottom: 12px;
}

#builder-font .segmented__input {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

#builder-font .segmented__option {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;

    padding-block: clamp(10px, 1.8vw, 14px);
    padding-inline: clamp(4px, 2.2vw, 20px);

    border: 4px solid var(--seg-border);
    border-radius: var(--seg-radius);
    background: #fff;
    color: var(--seg-text);

    font-weight: 700;
    font-size: 19px;
    line-height: 1.1;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

    text-transform: uppercase;
    letter-spacing: 0.02em;

    cursor: pointer;
    user-select: none;
    transition: background-color 0.15s ease, color 0.15s ease,
        border-color 0.15s ease, box-shadow 0.15s ease;
}

#builder-font .segmented__option:hover {
    border-color: #c3c5cb;
}

#builder-font .segmented__option:active {
    filter: brightness(0.98);
}

#builder-font .segmented__input:checked+.segmented__option {
    background: var(--seg-accent);
    border-color: var(--seg-accent);
    color: #fff;
}

#builder-font .segmented__input:focus-visible+.segmented__option {
    outline: none;
    box-shadow: 0 0 0 3px var(--seg-focus);
}

#builder-font .selectable {
    position: absolute !important;
}

#builder-font .segmented__input:disabled+.segmented__option {
    opacity: 0.4;
    cursor: not-allowed;
}

#builder-font .segmented label {
    margin-left: unset;
    margin-right: unset;
}

.text-style-pp-wrapper {
    display: grid;
    grid-template-columns: 1fr 3fr;
    /* large : small */
}

.text-style-selected {
    padding-left: 8px;
}


.segmented__option {
    width: 100%;
    margin-bottom: 8px !important;
}

.segmented {
    display: contents !important;
}

.font-image-src {
    max-height: 185px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
}

.font-image-src img,
.source-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.font-image-src:hover img,
.font-image-src:hover .source-img {
    transform: scale(1.5);
}

.grid-container-editor-details .qty-wrapper {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    /* margin-bottom: 20px; */
}

.grid-container-editor-details .number-input {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 10px;
}

.grid-container-editor-details .number-input button {
    border: none;
    background: #f5f5f5;
    padding: 5px 10px;
    cursor: pointer;
    color: black;
    font-size: 14px;
}

.grid-container-editor-details .number-input input {
    margin-bottom: unset !important;
    width: 34px !important;
    text-align: center;
    border: none;
    outline: none;
    font-size: 14px;
    height: 13px;
    cursor: none !important;
    background: white;
    font-weight: bold;
}

input:disabled {
    color: black !important;
}


.grid-container-editor-details-mobile .plate-size-value {
    flex: 1;
    min-width: 0;
}


.grid-container-editor-details-mobile .qty-wrapper {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    /* margin-bottom: 15px; */
}

.grid-container-editor-details-mobile .number-input {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 10px;
}

.grid-container-editor-details-mobile .number-input button {
    border: none;
    background: #f5f5f5;
    padding: 5px 10px;
    cursor: pointer;
    color: black;
    font-size: 14px;
    height: 40px;
    width: 40px;
}

.grid-container-editor-details-mobile .number-input #quantity-front,
.grid-container-editor-details-mobile .number-input #quantity-rear,
 .grid-container-editor-details-mobile .number-input #quantity-plate{
    margin-bottom: unset !important;
    /* width: 34px !important; */
    width: 40px !important;
    text-align: center;
    border: none;
    outline: none;
    font-size: 14px;
    height: 13px;
    cursor: none !important;
    background: white;
    font-weight: bold;
}

.grid-container-editor-details-mobile {
    /* padding-left: 12px;
    padding-right: 12px; */
    margin-bottom: 20px;
    margin-top: 5px;
}


.grid-container-editor-details {
    display: grid;
    /* grid-template-columns: 2fr 1fr; */
    grid-template-columns: 1fr 1fr;
    /* large : small */
}

.delivery-details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* large : small */
}

.reviews-wrapper-on-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* large : small */
    text-align: right;
}

.mobile-grid-pricing {
    display: grid;
    grid-template-columns: 0.5fr 2fr 2fr;
}

.mobile-grid-pricing img {
    margin-top: 10px;
    margin-left: 10px;
}


.details-material {
    color: black !important;
    margin-bottom: 8px;
    font-size: 15px;
}

.delivery-details .delivery-title {
    color: black !important;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 10px;
}

.delivery-details p {
    font-size: 14px !important;
    margin-top: -5px;
    margin-left: 27px;
}

.plate-size-value {
    /* max-width: 130px; */
    max-width: 300px;
    white-space: normal;
    word-break: break-word;
    line-height: 1.2;
    font-size: 14px !important;
}

.mob-free-delivery {
    width: 100%;
    background: #E5E5E5;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    display: none;
}

.true-price-mobile {
    font-size: 16px !important;
    margin-top: -4px;
    margin-bottom: -9px;
}

.reviews-wrapper-on-top-mobile {
    display: grid;
    grid-template-columns: 2fr 2fr;

}
/* .plate-hide{
    display: unset !important;
}
.plate-show{
    display:block;
} */
/* #numberplate-mob-default{
    display: block;
} */
#builder-actions #numberplate-mob{
    
}

.pp-footer-ul-li{
    list-style-type: none !important;
}

section.builder-space-alloted{
    min-height: unset !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .price {
       width: 100% !important;
       margin-right: unset !important;
    }
}


@media only screen and (min-width: 900px) and (max-width: 1024px) {
    .move-in-mobile-view {
        /* width: 93% !important; */
        top: 10% !important;
    }
}

@media only screen and (min-width: 820px) and (max-width: 900px) {
    .move-in-mobile-view {
        /* width: 92% !important; */
        top: 10% !important;
    }
}

@media only screen and (min-width: 800px) and (max-width: 820px) {
    .move-in-mobile-view {
        /* width: 92% !important; */
        top: 140% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
    .move-in-mobile-view {
        /* width: 94% !important; */
        top: 6% !important;
    }
}

@media only screen and (min-width: 670px) and (max-width:768px) {
    .move-in-mobile-view {
        /* width: 96.5% !important; */
        top: 6% !important;
    }
}

@media only screen and (min-width: 580px) and (max-width:670px) {
    .move-in-mobile-view {
        /* width: 94.5% !important; */
        top: 6% !important;
    }
}

@media only screen and (min-width: 550px) and (max-width:580px) {
    .move-in-mobile-view {
        /* width: 94% !important; */
        top: 6% !important;
    }
}

@media only screen and (min-width: 480px) and (max-width:580px) {
    .move-in-mobile-view {
        /* width: 96% !important; */
        top: 6% !important;
    }

    #builder-reg {
        margin-top: 100px !important;
    }
}

@media only screen and (min-width: 400px) and (max-width:480px) {
    .move-in-mobile-view {
        /* width: 95% !important; */
        top: 6.5% !important;
    }
}

@media only screen and (min-width: 360px) and (max-width:400px) {
    .move-in-mobile-view {
        /* width: 94% !important; */
        top: 6% !important;
    }
}

@media only screen and (min-width: 345px) and (max-width:360px) {
    .move-in-mobile-view {
        /* width: 94% !important; */
        top: 6% !important;
    }

    #builder-reg {
        margin-top: 90px !important;
    }
}

@media only screen and (min-width: 300px) and (max-width:345px) {
    .move-in-mobile-view {
        /* width: 93% !important; */
        top: 6% !important;

    }

    #builder-reg {
        margin-top: 110px !important;
    }
}

@media only screen and (min-width: 600px) and (max-width:1024px) {
    #builder-reg {
        margin-top: 120px !important;
    }
}

@media only screen and (min-width: 500px) and (max-width:1024px) {
    .text-style-pp-wrapper {
        grid-template-columns: 2fr 2fr !important;
    }
}

@media only screen and (max-width: 550px) {
    label.segmented__option {
        /* font-size: 17px !important; */
        font-size: 15px !important;
    }


    .font-image-src {
        /* max-height: 155px !important; */
        max-height: 150px !important;
    }
}

@media only screen and (max-width: 340px) {
    .font-image-src {
        /* max-height: 155px !important; */
        max-height: 143px !important;
    }
}

@media only screen and (max-width: 410px) {
    .grid-container-editor-details-mobile .number-input button{
        height: 30px !important;
        width: 30px !important;
    }
    .grid-container-editor-details-mobile .number-input #quantity-front, .grid-container-editor-details-mobile .number-input #quantity-rear, .grid-container-editor-details-mobile .number-input #quantity-plate{
       width: 30px !important; 
    }
}

@media only screen and (min-width: 340px) and (max-width:360px) {
    .font-image-src {
        max-height: 150px !important;
    }
}

@media only screen and (max-width: 360px) {
    .move-in-mobile-view {
        top: 10.5%;
    }

    /* #builder-reg{
        margin-top: 70px !important;
    } */
    .reviews-wrapper-on-top-mobile p {
        font-size: 10px !important;
    }

    .green-off {
        margin-top: 1.5px !important;
        padding-left: 5px !important;
    }

    .text-style-title-strong {
        font-size: 11.3px !important;
    }

    .grid-container-editor-details-mobile {
        padding-left: unset !important;
        padding-right: unset !important;
    }

    .plate-size-value {
        font-size: 11.5px !important;
        margin-top: 10px !important;
    }
}

@media only screen and (min-width: 360px) and (max-width: 485px) {
    #builder-reg {
        margin-top: 110px !important;
    }

    .reviews-wrapper-on-top-mobile p {
        font-size: 10px !important;

    }
}

@media only screen and (max-width: 364px) {
    /* .move-in-mobile-view{
        top: 15% !important;
        } */

    .high-quality-title {
        font-size: 20px !important;
    }

    .reviews-wrapper-on-top-mobile p {
        font-size: 11px !important;
        margin-top: 8px !important;
        margin-left: -20px !important;
    }


}

@media only screen and (min-width: 485px) and (max-width:1024px) {
    /* #builder-reg{
        margin-top: 120px !important;
    } */
}

/*jade*/
/* @media only screen and (min-width: 481px) and (max-width:1024px){
    .move-in-mobile-view{
        top: 13% !important;
    }
} */

@media only screen and (min-width: 365px) and (max-width:1024px) {

    /* .move-in-mobile-view{
        top: 13%;
        } */
    .reviews-wrapper-on-top-mobile p {
        font-size: 13.5px !important;
        margin-top: 7px !important;
        margin-left: -20px !important;
    }

    .plate-size-value {
        /* max-width: 130px; */
        /* max-width: 200px !important; */
        margin-top: 15px !important;
        font-size: 12px !important;
    }

}



@media only screen and (max-width: 1024px) {
    .hide-on-mobile {
        display: none !important;
    }

    #numberplate-mob, .mobile-price-row, #numberplate-mob-default{
        display: none !important;
    }

    .review-start-mobile-wrap {
        margin-top: unset !important;
    }

    .review-start-mobile-wrap img {
        height: 25px !important;
    }

    .hide-on-desktop {
        display: block !important;
    }

    .grid-container-editor-details-mobile {
        display: block !important;
    }

    .mob-price {
        margin-top: -20px !important;
    }

    .move-in-mobile-view {
        position: absolute;
        left: 2.5%;
        right: 2.4%;
        /* margin-right: 11px; */
    }

}

@media only screen and (min-width: 1024px) and (max-width: 1150px) {
    #add-to-basket {
        width: 250px !important;

    }

}

@media only screen and (max-width: 768px) {
    .four-text-style {
        margin-top: -20px !important;
    }

    /* .text-style-option label{
        font-size: 13px !important;
    } */


    .font-image-src {
        /* max-height: 162px; */
    }

    #builder-font {
        margin-top: 25px !important;
    }


}

@media only screen and (max-width: 800px) {
    #maincontent #builder-menu #builder-menu-internal .vertical.menu .builder-menu-content {
        padding: 0 10px !important;
    }

    #maincontent #builder-menu #builder-menu-internal .vertical.menu .plate-row {
        padding: 0 10px !important;
    }
}


@media (max-width: 360px) {
    .your-price-mobile-wrap .arrow-green-mobile {
        height: 60px !important;
        width: 30px !important;
        /* margin-top: 10px !important; */
    }

    .your-price-mobile-wrap .computed-price {
        font-size: 12px !important;
    }

    .builder-menu-content .plate-size-title {
        font-size: 12.5px !important;
    }
}

@media (max-width: 768px) {

    .high-quality-title {
        display: none !important;
    }

    .pricing-wrapper {
        /* display: inline-grid; */
        margin-right: 0 !important;
        position: absolute;
        margin-top: -10px !important;
        margin-left: 15px;
    }

    .price {
        /* color: black !important; */
        margin-bottom: -5px !important;
    }

    .desk-slashed-price {
        margin-bottom: -5px;
    }

    .desk-slashed-price strong {
        font-size: 14px !important;
    }

    .green-off {
        margin-left: 0px !important;
        text-transform: uppercase !important;
        font-size: 12px !important;
    }

    .true-price {
        font-size: 16px !important;
    }




    .four-text-style {
        margin-top: -15px !important;
    }

    .builder-menu-content .plate-size-title {
        font-size: .87rem !important;
    }

    #pbregletter1::placeholder {
        font-size: 40px !important;
    }

    #pbregletter1 {
        height: 63px !important;
        font-size: 40px !important;
        /* line-height: 2 !important; */

    }

    #form_register_context_box .entries {
        height: 72px !important;
    }

    #maincontent #builder-menu #builder-menu-internal #builder-reg .entries {
        border: 5px solid #356329 !important;
    }


    .your-price-mobile-wrap .arrow-green-mobile {
        height: 65px;
        margin-top: 0px !important;
    }

    .your-price-mobile-wrap .computed-price {
        font-size: 16px !important;
    }


}

@media (min-width: 768px) {
    .bannerouter {
        margin-top: -30px !important;
    }

}


@media (max-width: 1024px) {
    .desk-view-top-text {
        display: none;
    }
}

@media (max-width: 332px) {
    .your-price-mobile-wrap .btn-buy-now-mobile {
        padding: 12px !important;
        font-size: 12px;
    }

}

@media (max-width: 309px) {
    .your-price-mobile-wrap .computed-price {
        font-size: 15px !important;
    }
}



@media (max-width: 801px) {

    .selected-custom-padding-for-mobile {
        padding: 15px !important;
    }

    /* .four-text-style {
        margin-top: 15px !important;
    } */
}

@media (max-width: 440px) {
    .h1-cpd-title {
        font-size: 14px !important;
    }
}


@media (max-width: 768px) {

      li.one-your-reg{
    margin-top: unset !important;
  }

  li.six-borders{
    margin-top: -10px !important;
  }

    .desktop-view-select-plate-maker {
        display: none !important;
    }

    .mobile-view-select-plate-maker {
        display: block !important;
    }

    .is-drilldown .plate-row {
        /* padding: 0.3rem 1.5rem !important; */
        padding: unset !important;

    }

    .mob-free-delivery {
        display: block !important;
    }


}

@media (max-width: 460px) {
    .v2-plate-layout-container select {
        font-size: 13px !important;
    }

}

@media (max-width: 369px) {
    .v2-plate-layout-container label strong {
        font-size: 12.5px !important;
        /* Change this to your desired size */
    }

}

@media (max-width: 375px) {
    .one-your-reg>.v2-plate-layout-container:first-of-type {
        max-width: 70px !important;
    }

}

@media (max-width: 333px) {
    .one-your-reg>.v2-plate-layout-container:nth-of-type(2) {
        max-width: 105px !important;
    }

    .one-your-reg>.v2-plate-layout-container:first-of-type {
        max-width: 67px !important;
    }

}

@media (max-width: 1024px) {

    number1plate-embed .is-drilldown .plate-row {
        flex-direction: unset !important;

    }

}

@media (max-width: 332px) {
    .btn-buy-now-mobile {
        width: 90px !important;
    }

    .v2-plate-layout-container label strong {
        font-size: 11.5px !important;
    }

    label.segmented__option {
        /* font-size: 17px !important; */
        font-size: 13px !important;
    }
}

@media (max-width: 282px) {
    .v2-plate-layout-container label strong {
        font-size: 11px !important;
    }


}

@media (max-width: 350px) {
    .buy-btn-mobile {
        font-size: 15px !important;
    }

    .green-off {
        font-size: 10px !important;
    }

    .true-price-mobile {
        font-size: 17px !important;
    }

    .mob-slash-price {
        font-size: 12px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .desk-price {
        display: none !important;
    }
}


@media only screen and (min-width: 650px) and (max-width: 1024px) {
    .your-price-mobile-wrap .computed-price {
        position: relative;
        left: 30%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
    #main-content #builder-menu h3 {
        font-size: unset !important;
    }

    .h1-cpd-title {
        font-size: 30px !important;
    }
}

@media only screen and (min-width: 828px) and (max-width: 1199px) {
    .price{
        text-align: left !important;
        width: 100% !important;
    }
}

@media (min-width: 1400px){
    .price{
        width: 100% !important;
    }
}