    .purchase-online {
        text-align: center;
        color: #D2A9FF;
        margin-top: 25px;
        font-size: 24px;
    }
    .purchase-online a {
        color: #F2EDAE;
    }
    .main-container {
        background: linear-gradient(165deg, #D2A9FF 11.65%, #ED61AB 106.86%);
        padding: 10px;
        border-radius: 46px;
        box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.25);
    }

    .main-box {
        padding: 40px;
        width: 100%;
        background: linear-gradient(180deg, #36226F 0%, #6841D5 100%);
        border-radius: 38px;
    }

    .inner-shadow-box {
        background: rgba(255, 255, 255, 0.4);
        border-radius: 21px;
        padding: 40px;
    }

    .loading-text {
        color: #FFF;
        text-align: center;
        -webkit-text-stroke-width: 3px;
        -webkit-text-stroke-color: #36226F;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .locator-title {
        margin: 0;
        text-align: center;
    }

    .locator-title svg {
        position: absolute;
        top: 0;
        left: 20px;
    }

    .locator-title span {
        font-size: 45px;
        line-height: normal;
        display: inline-block;
        font-weight: 400;
        color: #fff;
        text-shadow: -2px -2px 0 #D2A9FF, 2px -2px 0 #D2A9FF, -2px 2px 0 #ED61AB, 2px 2px 0 #ED61AB;
        -webkit-text-stroke-color: #2C2568;
        -webkit-text-stroke-width: 3px;
        margin: 0;
        text-align: center;
        position: relative;
        padding: 40px 0 0 0;
    }

    .subtitle {
            -webkit-text-stroke: 10px #36226F;
            paint-order: stroke fill;
            text-shadow: -2px 10px 5px rgb(0 0 0 / 26%);
        color: #FFF;
        text-align: center;
        -webkit-text-stroke-width: 3px;
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: 140%;
    }

    .main-section {
        padding: 36px 0 0;
    }

    .location-heading {
        margin: 20px 0 26px;
    }

    .text-center{
        text-align: center;
    }

    .location-heading span {
        display: block;
        font-size: 35px;
        font-weight: 400;
        color: #fff;
        text-shadow: -2px -2px 0 #D2A9FF, 2px -2px 0 #D2A9FF, -2px 2px 0 #ED61AB, 2px 2px 0 #ED61AB;
        -webkit-text-stroke-color: #2C2568;
        -webkit-text-stroke-width: 3px;
        -webkit-text-stroke: 10px #2a036b;
        paint-order: stroke fill;
        text-shadow: -2px 10px 5px rgb(0 0 0 / 26%);
    }

    .location-heading span.flag {
        display: inline-block;
        vertical-align: middle;
    }

    .instruction-text {
        color: #FFF;
        -webkit-text-stroke-color: #36226F;
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: 140%;
        text-align: left;
        -webkit-text-stroke: 7px #2a036b;
        paint-order: stroke fill;
        text-shadow: -2px 10px 5px rgb(0 0 0 / 26%);
    }

    .inline-radio {
        display: flex;
        flex-wrap: wrap;
    }

    .two-column-radio {
        margin: 0 -6px;
    }

    .two-column-radio > label {
        width: calc(50% - 12px);
        margin: 12px 6px 0;
    }

    .three-column-radio {
        margin: 0 -4.5px;
    }

    .three-column-radio > label {
        width: calc(33.3% - 9px);
        margin: 22px 4.5px 0;
    }


    /**** Custom Radio Button ***/
    
    /* label container */
    .radio-button-container {
        display: block;
        position: relative;
        border: 5px solid #3B257C;
        border-radius: 50px;
        padding: 20px 25px 20px 55px;
        background: #fff;
        text-align: left;
        font-size: 24px;
        color: #36226F;
    }

    .radio-button-container.square-container {
        border-radius: 15px;
        padding: 33px 33px 33px 72px;
    }

    /* Hide the browser's default radio button */
    .radio-button-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom radio button */
    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 21px;
        width: 21px;
        background-color: rgba(0,0,0,0);
        border-radius: 50%;
        border: 2px solid #EC2A90;
        transition: all 0.3s;
    }

    .radio-button-container .checkmark {
        top: 20px;
        left: 20px;
    }

    .radio-button-container.square-container .checkmark {
        top: 33px;
        left: 33px;
    }


    /* On mouse-over, add a grey background color */
    .radio-button-container:hover input ~ .checkmark {
        border-color: rgba(0,0,0,0.5);
    }

    /* When the radio button is checked */
    .radio-button-container input:checked ~ .checkmark {
        background-color: rgba(0,0,0,0);
        border-color: #EC2A90;
    }


    /* Create the indicator (the dot/circle - hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .radio-button-container input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the indicator (dot/circle) */
    .radio-button-container .checkmark:after {
        top: 2px;
        left: 2px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #EC2A90;
    }


    /*** CTA Button ***/

    .button-container {
        margin: 30px 0;
        text-align: center;
    }

    .btn-cta {
        padding: 14px 24px 8px;
        display: inline-block;
        -webkit-text-stroke-width: 3px;
        font-size: 30px;
        font-style: normal;
        font-weight: 300;
        line-height: 140%; /* 42px */
        text-align: center;
    }

    .btn-full {
        width: 100%;
    }

    /*** Pink Button Styling ***/

    .btn-pink {
        border-radius: 100px;
        border: 5px solid #EC2A90;
        background: #EA67AC;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        color: #FFF;
        -webkit-text-stroke-color: #36226F;
        -webkit-text-stroke: 7px #2a036b;
        paint-order: stroke fill;
        text-shadow: -2px 10px 5px rgb(0 0 0 / 26%);
    }

    /*** Blue Button Styling ***/

    .btn-blue {
        border-radius: 75px;
        border: 5px solid #6841D5;
        background: #8D7EF5;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.50);
        color: #FFF;
        -webkit-text-stroke-color: #6841D5;
        min-width: 334px;
        -webkit-text-stroke: 7px #6841D5;
        paint-order: stroke fill;
        text-shadow: -2px 10px 5px rgb(0 0 0 / 26%);
    }

    .btn-blue:focus,
    .btn-blue:hover {
        background: #482a9c;
    }

    /*** White Button Stling ***/

    .btn-white {
        border-radius: 100px;
        border: 5px solid #3B257C;
        background: #FFF;
        color: #36226F;
        font-size: 24px;
        -webkit-text-stroke-color: transparent;
    }

    .btn-white:focus,
    .btn-white:hover {
        border-color: #EC2A90;
        background: #fff;
        color: #36226F;
    }

    /*** Yellow Button Styling ***/

    .btn-yellow {
        border-radius: 75px;
        border: 5px solid #F8BE1E;
        background: #F2EDAE;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.50);
        color: #FFF;
        -webkit-text-stroke-color: #3B257C;
         -webkit-text-stroke: 7px #2a036b;
        paint-order: stroke fill;
        text-shadow: -2px 10px 5px rgb(0 0 0 / 26%);
    }

    .btn-yellow:focus,
    .btn-yellow:hover {
        background: #e2d96e;
        color: #fff;
    }

    /*** Blue Reverse Button Styling ***/

    .btn-blue-reverse {
        border-radius: 75px;
        border: 5px solid #6841D5;
        background: #36226F;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.50);
        color: #FFF;
        -webkit-text-stroke: 7px #ED61AB;
        paint-order: stroke fill;
    }


    .vertical-btn-container > .btn-cta {
        margin: 0 0 24px;
    }

    .vertical-btn-container > .btn-cta:last-child {
        margin: 0;
    }
    

    .address-finded h4 {
        color: #F2EDAE;
        -webkit-text-stroke-width: 3px;
        -webkit-text-stroke-color: #36226F;
        font-family: Knicknack;
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: 140%; /* 33.6px */
        -webkit-text-stroke: 10px #2a036b;
        paint-order: stroke fill;
    }

    .address-item > span {
        display: block;
    }

    .address-finded .address-item {
        color: #FFF;
        font-family: "Knicknack";
        font-size: 20px;
        font-style: normal;
        font-weight: 400 !important;
        line-height: 140%;
        list-style:  none;
        margin: 0 0 30px;
    }
.address-finded .address-item  strong{
	font-weight: 400 !important;
}
    .inline-form {
        display: flex;
    }

    input[type="text"] {
        border-radius: 100px;
        border: 5px solid #3B257C;
        background: #FFF;
        color: #2C2568;
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: 140%;
        padding: 20px 34px;
        margin-right: 15px;
    }

    input::placeholder {
        color: #C4C4C4;
    }


    /*** Custom Select Styling ***/
    .dropdown {
        width: 100%;
        font-weight: 300;
    }
    @media (min-width: 768px) {
        .dropdown {
            width: 100%;
        }
    }
    
    .dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
        transform: scaleY(1);
        opacity: 1;
        padding: 0;
    }

    .dropdown__filter .dropdown-caret {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-100%) rotate(0deg);
        width: 20px;
        height: 20px;
        transition: all ease 0.3s;
        text-align: center;
    }
    .dropdown__switch:checked + .dropdown__options-filter .dropdown__filter .dropdown-caret{
        transform: rotate(-180deg);
    }
    .dropdown__options-filter {
        width: 100%;
        cursor: pointer;
    }
    .dropdown__filter {
        position: relative;
        display: flex;
        border-radius: 100px;
        border: 5px solid #3B257C;
        background: #FFF;
        padding: 15px 40px;
        border-radius: 18px;
        transition: 0.3s;
        color: #C4C4C4;
        font-size: 24px;
        font-style: normal;
		list-style:none;
        font-weight: 300;
        line-height: 140%; /* 33.6px */
    }
    .dropdown__filter:focus {
        outline: none;
    }
    
    .dropdown__select {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin-top: 15px;
        overflow: hidden;
        transform: scaleY(0);
        transform-origin: top;
        border-radius: 21px;
        opacity: 0;
        transition: 0.2s ease-in-out;
        z-index: 2;
    }
    .dropdown__select-option {
        transition: 0.3s;
        color: #36226F;
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: 140%;
        background: #fff;
        padding: 15px 32px;
    }
    .dropdown__select-option:last-of-type {
        border-bottom: 0;
    }
    .dropdown__select-option:hover {
        background-color: #EBD8FF;
    }

    li.dropdown__filter-selected::marker {
        content: none;
    }

    .section-amazon,
    .store-container {
        margin-top: 50px;
    }


    @media (max-width: 768px) {
        .btn-blue {
            min-width: 100%;
        }
        .btn-cta {
            white-space: unset;
        }
        .main-box .inline-form {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .main-box input[type="text"] {
            font-size: 18px;
            padding: 12px 20px;
            margin-right: 0px;
        }


        .btn-cta {
            padding: 10px 24px;
            font-size: 16px;
        }
        .radio-button-container {
            padding: 20px 15px 20px 46px;
            font-size: 20px;
        }
        .main-box .checkmark {
            left: 14px;
            height: 18px;
            width: 18px;
        }
        li.dropdown__filter-selected {
            font-size: 18px;
            line-height: 35px;
        }
        .dropdown__select-option {
            transition: 0.3s;
            color: #36226F;
            font-size: 20px;
            font-style: normal;
            font-weight: 300;
            line-height: 140%;
            background: #fff;
            padding: 10px 15px;
        }
        .main-box {
            padding: 15px;
        }


        .locator-title span {
            padding: 0px;
        }


        .main-section {
            padding: 5px 0 0;
        }


        .inner-shadow-box {
            padding: 20px;
        }


        .two-column-radio > label {
            width: calc(100% - 0px);
            margin: 12px 0px 0;
        }
    }

@media (max-width: 1100px) {
    .three-column-radio > label {
        width: calc(50% - 9px);
        min-width: 200px;
        max-width: 100%;
    }
}

@media screen and (max-width: 620px) {
    .three-column-radio > label {
        width: 100%;
        margin:22px 0 0;
    }
}