.mytest{

}
.MapWrapper {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: center;
}

.DefaultSale {
    width: 100%;
    box-sizing: border-box;
}
.DefaultSale .h2{ font-size: 26px; margin-top: 5px;}
.LookupSale {
    width: 50%;
}
.detailsRepInfo {flex-wrap: wrap; flex-direction: column}
.detailsRepInfo p {
    margin: 0;
}

#locator_modal .j-modal__content {
    max-width: 950px;
}

.oneRepWrap {
    margin: 20px 10px 0;
    padding: 20px;
    text-align: center;
    background-color: #f3f3f3;
    border-radius: 8px;
    max-width: 450px;
    width: 450px;
    box-sizing: border-box;
}

.allRepWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.Representetive {
    display: flex;
    width: 100%;
}

.Container.Locator {
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 150px;
}

.Locator {
    min-height: calc(100vh - 310px);
    padding-bottom: 180px;
}

.Locator-Navigation {
    margin: 0;
    box-sizing: border-box;
    background-image: linear-gradient(45deg, transparent 50%, #707070 50%), linear-gradient(135deg, #707070 50%, transparent 50%);
    background-position: calc(100% - 8px) calc(1em - 2px), calc(100% - 5px) calc(1em - 2px), 100% 0;
    background-size: 5px 6px, 5px 6px, 2.5em 2.5em;
    background-repeat: no-repeat;
    background-color: #f3f3f3;
    display: block;
    width: 210px;
    font-size: 16px;
    font-weight: 400;
    color: #707070;
    border: 1px solid #dadada;

    padding: 7px 15px;
    cursor: pointer;
    height: 36px;
    letter-spacing: 1px;
}

.Locator-Navigation > option {
    color: #707070;
    letter-spacing: 1px;
}

.Locator-NavigationDescription {
    font-size: 16px;
    color: #707070;
    margin-bottom: 10px;
    text-align: center;
}

#userformzip {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.variationsTitle {
    text-align: left;
}

.Locator-Text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}

#user_zip {
    color: #585858;
    text-transform: none;
    outline: none;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 13px;
    height: 33px;
    margin-right: 15px;
    width: 175px;
    border-radius: 8px;
    border: 1px solid #dedede;
    background-color: #f3f3f3;
}

.RepDetails {
    margin: 20px auto 0;
    padding: 20px;
    text-align: center;
    background-color: #f3f3f3;
    border-radius: 8px;
    max-width: 500px;
}

.RepName,
.j-modal .RepName,
.detailsRep .RepName,
.RepDetails .RepName {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

.RepText {
    font-weight: 500;
    width: 50%;
    text-align: left;
    margin-left: 15px;
    word-break: break-word;
}

.j-modal .btn {
    padding: 15px;
}

.BrowseByLocation {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.detailsRep {
    text-align: center;
}

.Representetive .h2 {
    font-size: 28px;
    font-weight: 400;
}

.RepTitle {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    font-size: 16px;
}

.j-modal h2 {
    font-size: 40px;
    padding-bottom: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.j-modal__content {
    padding-top: 0;
}

.Rep-Text {
    font-size: 16px;
    text-align: center;
}

.detailsRep > p,
.RepDetails > p {
    font-size: 16px;
}

.CustomeService {
    border-top: 1px solid #dedede;
    padding-top: 20px;
}

a.RepText {
    text-decoration: none;
    color: #555555;
}

a.RepText:hover {
    color: #E96758;
}

.RepDetails .RepText {
    width: 68%;
}

label {
    line-height: normal;
}

#locator_modal .j-modal__content {
    width: auto;
    margin: 0 auto;
}

.j-modal__content .RepText {
    width: 75%;
}

[class*=icon--] {
    width: 26px;
    height: 26px;
    fill: currentColor;
    display: inline-block;
}

.j-modal__close {
    top: -30px;
}

.Locator-countries {
    width: 300px;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: 400;
    color: #707070;
    cursor: pointer;
    height: 36px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.locator-country {
    width: 50%;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    line-height: 36px;
    background-color: #f3f3f3;
    border: 1px solid #dadada;
}

.locator-country:hover {
    font-weight: 500;
}

.locator-country:first-child {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.locator-country:last-child {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}


.locator-country.selected {
    color: #fff;
    background-color: #666666;
    font-weight: 500;
    border: 1px solid #666666;
}

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

.states-wrp .Locator-NavigationDescription {
    margin-bottom: 10px;
    display: inline-block;
}

.Locator-Navigation:focus {
    outline: none;
}
.j-modal__content .RepCompanyName, .j-modal__content .RepCompanyName .RepText {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    margin: -10px 0 0 0;
}

.locator__your-representative-btn {
    padding: 0 16px;
    text-align: center;
    box-sizing: border-box;
    line-height: 36px;
    background-color: #f3f3f3;
    border: 1px solid #dadada;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    color: #707070;
    display: block;
    margin: 20px auto;
    width: 240px;
}

.locator__your-representative-btn:hover {
    border: 1px solid #666666;
}

.h2 {
    margin-top: 0.8em;
}

.firstSection {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    padding-bottom: 20px;
    margin:0 auto;
}
.Representetive {
    display: flex;
    justify-content: center;
}


@media all and (max-width: 950px) {
    .firstSection {
        flex-wrap: wrap;
    }

    .LookupSale {
        width: 100%;
    }

    #userformzip {
        width: 100%;
    }
}

@media all and (max-width: 430px) {
    #user_zip {
        width: 120px;
    }

    #check {
        width: 108px;
    }

    #listStates {
        margin-bottom: 10px;
    }

    .oneRepWrap {
        padding: 10px;
    }

    .j-modal__content {
        padding: 0;
    }

    .MapWrapper {
        width: 100%;
    }
}

#locator_modal .j-modal__close.close {
    top: -11px;
}