.product-registration p {
    line-height: 1.5rem;
}

.input-circle {
    font-size: var(--fds-fs-300);
}

.input-circle,
#async input,
.select-circle input {
    padding: 0.875rem 2.625rem 0.875rem 1.563rem !important;
    /*border-radius: 3.125rem !important;*/
    /*border: unset;*/
    background: #f7f7f7 !important;
    color: var(--fds-black) !important;
}

.product-registration label {
    font-size: var(--fds-fs-325);
    color: var(--fds-black);
    margin-bottom: 0.5rem;
}

.product-registration input::-webkit-input-placeholder {
    color: var(--fds-black);
}

.product-registration input::-moz-placeholder {
    color: var(--fds-black);
}

.product-registration input:-ms-input-placeholder {
    color: var(--fds-black);
}

.product-registration input::-ms-input-placeholder {
    color: var(--fds-black);
}

.product-registration input::placeholder {
    color: var(--fds-black);
}

.select-circle .select-arrow {
    text-align: right;
    right: 1rem;
    top: 50%;
    margin-top: -6.5px;
    height: 7px;
    width: 14px;
    cursor: pointer;
}

    .select-circle .select-arrow:before {
        color: var(--fds-black);
        content: '';
        border-top: 0.438rem solid transparent;
        border-bottom: 0.438rem solid transparent;
        border-left: 0.438rem solid black;
        width: 0;
        height: 0;
        position: absolute;
        transform: rotate(0deg);
    }

.select-circle.selected-category .select-arrow:before {
    transform: rotate(90deg);
}

.form-outline.form-outline .form-control {
    font-size: var(--fds-fs-350);
}

.product-registration .form-outline .form-control.active ~ .form-notch .form-notch-trailing,
.form-outline .form-control:focus ~ .form-notch .form-notch-trailing,
.form-outline .form-control ~ .form-notch .form-notch-leading {
    /*border: unset;
    box-shadow: none;*/
}

.form-notch div {
    /*box-shadow: none !important;*/
}

.arrow-right-main {
    position: absolute;
    right: 0.938rem;
    width: 2.188rem;
    height: 2.188rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.arrrowright {
    width: 0;
    height: 0;
    border-top: 0.438rem solid transparent;
    border-bottom: 0.438rem solid transparent;
    border-left: 0.438rem solid black;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    margin-left: auto;
}

.arrow-right-main.arrow-down .arrrowright {
    transform: translateY(-50%) rotate(90deg);
}

.where-can-find-modal-link a {
    color: var(--fds-grey-700);
    font-size: 0.875rem;
    text-decoration: underline;
}

.registration-info .shipping-small-font {
    line-height: 1.125rem;
}


#hidden_div {
    display: none;
}

#slide-out {
    display: none;
}

.product-click {
    font-size: var(--fds-fs-600);
}

.register-product-box {
    border: 1px solid var(--fds-grey-400);
}

.register-text {
    font-size: var(--fds-fs-150);
    line-height: 1.1;
    margin-block: .25rem;
}

.form-btn {
    font-size: var(--fds-fs-250);
}

.product-box {
    border-bottom: 0.063rem solid var(--fds-grey-400);
    margin: 1rem;
}

    .product-box:last-child {
        border-bottom: none;
    }

.model-section h3 {
    font-size: var(--fds-fs-600);
}

.product-text {
    font-size: var(--fds-fs-325);
    line-height: 1.1;
}

.model-text {
    background-color: var(--fds-grey-100);
    padding: 0.625rem;
    font-size: var(--fds-fs-350);
}

.modal-header {
    justify-content: center;
}

    .modal-header h3 {
        display: block;
    }

.btn-close {
    position: absolute;
    right: 0.938rem;
    top: 1.125rem;
}

.register-product-box {
    height: 33rem;
    overflow-y: auto;
}

.border-gray {
    border: 1px solid var(--fds-grey-400);
}

.register-product-box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: var(--fds-fs-150);
    background-color: #fff;
}

.register-product-box::-webkit-scrollbar {
    width: 0.813rem;
    background-color: #fff;
}

.register-product-box::-webkit-scrollbar-thumb {
    border-radius: var(--fds-fs-150);
    box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1);
    background-color: var(--fds-grey-400);
}

.product-image,
.product-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#newaddress .modal-content {
    border: 1px solid #97989C;
    border-radius: 0;
}

.modal-backdrop.show {
    background: #ffffff;
    backdrop-filter: saturate(180%) blur(3px);
    -webkit-backdrop-filter: saturate(180%) blur(3px);
    opacity: 0.8;
}

@media(min-width:768px) {

    .product-image,
    .product-text {
        display: block;
    }
}

@media(min-width:992px) {
    .product-registration label {
        font-size: var(--fds-fs-450);
    }
}

div#async, div#async #crc-number {
    height: 50px;
}

    div#async label {
        margin-left: 0px;
        font-size: var(--fds-fs-300);
        padding-top: 1rem;
    }

div.or-text h4 {
    padding: 10px 13px;
    border: 2px solid;
    border-radius: 30px;
    background-color: rgb(79, 79, 79);
    color: white;
}

.autocomplete-custom-item-title {
    font-size: 0.9rem;
    font-weight: 500;
}

.autocomplete-custom-item-subtitle {
    font-size: 0.7rem;
}

.shipping-small-font {
    font-size: var(--fds-fs-150);
    line-height: 16px;
    color: var(--fds-black);
}
