body {
    background:white;
    font-family:roboto;
    color:#444 !important;
}
.headarea {
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

/* Scrollbar style */
/* width */
::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #cfafec;
    border-radius: 10px;
    box-shadow: inset 0 0 6px #3c3c3c;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover,  ::-webkit-scrollbar-thumb:focus {
    background: #ba9ad8; 
  }

.sp_rightcolumn {

    overflow-y: auto;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: inset 0px -5px 5px #eeeeee;
}
.headmenuitem li {
    margin-bottom: 2px;
}
.headmenuitem ul {
    display: flex;
    list-style: none;
    margin-bottom: 2px;
}
.headmenuitem ul li a {
    background: white;
    padding: 5px 15px;
    color: black;
    font-weight: bold;
    border-left: 1px solid #cdcdcd;
    font-size: 14px;
}
.headmenuitem ul li:first-child a{
    border-left:none;
}
.headmenuitem ul li a:hover, .headmenuitem ul li a:focus {
    background: #ededed;
}
.sp_leftcolumn {
    padding: 0px 20px 0px 0px;
}
.backgroundcover2 {
    background:none;
}
.sp_container {
    padding:200px 0px;
}
.sp_image img {
    width: 100%;
}
.sp_container h1 {
    font-size: 35px;
    font-weight: 500;
    text-align: left;
    margin: 5px;
    letter-spacing: 1px;
}
.headitem span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin: 5px auto;
}
.sp_buttons {
    display: flex;
    margin: 10px auto;
    gap: 10px;
    justify-content: space-between;
}
.sp_buttons a {
    background-size: 35px;
    color: white;
    font-weight: bold;
    padding: 10px 10px 10px 20px;
    text-align: center;
    border-radius: 3px;
    text-decoration: none !important;
    font-size: 20px;
}
.sp_button:hover, .sp_button:focus {
    opacity: .8;
}
.sp_button {
    flex-grow:1;
}

.sp_item + .sp_item {
    margin-left:2%;
}
.sp_button_dir {
    background: #5c0f8c url(/image/store/direction.png) no-repeat 9%;
}
.sp_button_call {
    background: #5c0f8c url(/image/store/callus.png) no-repeat 9%;
}
.sp_info {
    display: flex;
    flex-wrap: wrap;
}
span.sp_info_icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: bottom;
    background-size: contain;
    margin: 0 auto 0 -8px;
}
.sp_info_address {
    flex: 1;
    min-width: 265px;
}
.sp_info_contact_email {
    min-width: 110px;
}
.sp_info_contact_phone {
    min-width: 100px;
}
.sp_info_contact {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex: 1;
    min-width: 240px;
}
.sp_info a {
    line-height: 30px;
    color: black;
    text-decoration: underline;
    font-weight: 400;
}
.sp_info a:hover, .sp_info a:focus {
    font-weight: bold;
}
.loc_icon {
    background: #fff url(/image/store/location.png) no-repeat 0;
}
.phone_icon {
    background: #fff url(/image/store/phone.png) no-repeat 0;
}
.email_icon {
    background: #fff url(/image/store/email.png) no-repeat 0;
}
.sp_services {
    background: #ededed;
    padding: 15px;
    color: #434343;
    font-weight: 400;
    font-size: 16px;
    margin: 15px auto;
}
.sp_service.sp_24 {
    font-weight: 500;
}
span.service_icon {
    display: inline-block;
    width: 20px;
    margin-right: 5px;
}
span.service_icon img {
    width: 100%;
}
.sp_hours {
    padding: 20px 30px 30px;
    margin: 15px auto;
    font-size: 14px;
    border-top: 1px solid #f6f6f6;
    box-shadow: 0px 2px 4px #ababab;
}
.sp_hours h2, .sp_services h2 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin: 0px auto 20px;
    color:black;
}

.day_container {
    display: flex;
}
.dc_bold {
    font-weight: 500;
}
.day_container_right.dc_side {
    order: 2;
    margin-left: auto;
}
.sp_social_link {
    margin: 5px auto;
}

.sp_social_link h3 {
    margin: 0px;
}
.sp_social_link a {
    padding: 10px;
    font-size: 15px;
    color: black;
    background: orange;
    width: 100%;
    display: block;
    text-align: center;
}
.sp_social_link a:hover, .sp_social_link a:focus {
    background: #ff7e00;
}
.sp_social_link a span {
    width: 30px;
    height: 15px;
    display: inline-block;
    vertical-align: bottom;
}
.sp_google a span {
    background: url(/image/store/google.png) no-repeat 0 0;
    background-size: contain;
}
.sp_facebook a span {
    background: url(/image/store/fb.png) no-repeat 0 0;
    background-size: contain;
}
.sp_instagram a span {
    background: url(/image/store/insta.png) no-repeat 0 0;
    background-size: contain;
}
.sp_about_section h2 {
    font-size: 18px;
    font-weight: bold;
}
h2.sp_h2 {
    font-size: 17px;
    font-weight: 500;
    padding: 15px 0 10px;
}
h2.sp_h2 span {
    display: inline;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
}
.sp_lotion_products h2 {
    font-size: 18px;
    font-weight: bold;
}
.sp_lotion_products {
    margin: 30px auto 80px;
}
.sp_lotion_button {
    background: #5c0f8c;
    margin: 10px auto;
    padding: 12px;
    border-radius: 3px;
    color: white;
    display: flex;
    flex: 1;
    gap: 2%;
    cursor: pointer;
}
.sp_lotion_button:hover, .sp_lotion_button:focus {
    opacity:.8;
}
.sp_lotions h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 3px;
}
.sp_lotion_left p {
    font-size: 12px;
    line-height: 14px;
}
span.sp_lotion_icon img {
    width: 100%;
}
span.sp_lotion_icon {
    max-width: 25px;
    margin-right: 10px;
}
.sp_lotion_right p {
    display: flex;
    align-items: end;
}
.sp_lotion_left {
    flex: 2;
}
.sp_lotion_right {
    order: 2;
    margin-left: auto;
    text-align: right;
    background: #4f0080;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}
.info span {
    display: unset;
    font-size: unset;
    font-weight: unset;
}
.sp_reviews_cont h2 {
    font-size: 18px;
    font-weight: bold;
}
.sp_reviews_cont {
    margin: 40px auto;
}
.sp_faqsright {
    display:none;
}
/* FAQ SECTION */
.faq-question {
    border-bottom: 1px solid #dadada;
}
.faq-question a {
    display: flex;
    align-items: baseline;
    color: black;
    font-weight: 300;
    padding: 10px;
    font-size: 16px;
    z-index: 3;
    position: relative;
}
.faq-question a:hover, .faq-question a:focus {
    box-shadow: 0px 2px 3px #ababab;
}
.faq-question i {
    margin-left: auto;
    order: 2;
}
.faq-question p {
    margin: 0;
}
.faq-cont h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto 10px;
}
.faq-cont {
    margin: 25px auto;
}
.faq-question a span {
    display:unset;
    color: black;
    font-weight: 300;
    font-size: 16px;
    padding-left:10px;
}
.faq-answer {
    display:none;
    font-style: italic;
    font-size: 14px;
    padding: 10px 20px 10px 30px;    
}
.faq-answer.open_faq {
    background: #f2f2f2;
}
.open_question {
    box-shadow: 0px 2px 3px #ababab;
}
.faq2 {
    display:none;
}
/* PRICING SECTION */
.np_container {
    margin: 20px auto;
}
.np_container_section {
    margin-top: 30px;
}
.np_container h2 {
    font-size: 18px;
    font-weight: bold;
}
.np_details {
    border: 1px solid #ededed;
    padding: 20px;
    display: flex;
    font-size: 14px;
    line-height: 16px;
    gap: 3%;
}
.np_info.np_detail ul li {
    letter-spacing: -.5px;
    padding-bottom: 2px;
}
.np_pic.np_detail {
    flex: 1;
    align-items: end;
    display: flex;
    min-width: 230px;
}
.np_detail img {
    width: 100%;
}
.np_info.np_detail {
    flex: 2;
    min-width: 325px;
}
.np_month, .np_year {
    background: #5c0f8c;
    margin: 10px auto;
    padding: 12px;
    border-radius: 3px;
    color: white;
    display: flex;
    flex: 1;
    gap: 2%;
    cursor: pointer;
}
.np_month:hover, .np_year:hover, .np_month:focus, .np_year:focus {
    opacity: .8;
}
.np_memberships {
    display: flex;
    gap: 1%;
    flex-wrap: wrap;
}
.np_pricing h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 3px;
}
.np_left p {
    font-size: 12px;
    line-height: 14px;
}
.np_left {
    flex: 2;
}
.np_right {
    flex: 1;
    order: 2;
    margin-left: auto;
    text-align: center;
    background: #4f0080;
    padding: 10px;
}
p.np_price {
    margin: 0;
    font-size: 25px;
    font-weight: 1000;
}
.np_right p:last-child {
    display: flex;
    align-items: end;
    margin-top: -5px;
}
.np_right span.buyonline {
    font-size: 13px;
    font-weight: bold;
    flex: 2;
}
span.np_icon {
    flex: 1;
    max-width: 23px;
}
span.np_icon img {
    width: 100%;
}
.np_extras {
    display: flex;
    gap: 1%;
    margin-top: -13px;
}
.np_extra {
    margin: 10px auto;
    padding: 9px 12px;
    border-radius: 3px;
    display: flex;
    flex: 1;
    gap: 2%;
    background: orange;
    color: black;
}
.np_extras_left p {
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
}
.np_extras_right p:last-child {
    font-size: 13px;
    font-weight: bold;
    margin-top: -5px;
}
.np_extras_left {
    flex: 2;
}
.np_extras_right {
    background: #ff8d00;
    padding: 5px 10px;
    text-align: center;
}
p.np_extra_price {
    margin: 0;
    font-size: 18px;
    font-weight: 1000;
}
.np_extras_left h4 {
    font-size: 15px;
    margin-bottom: 6px;
}
.np_extras_right p:last-child {
    font-size: 12px;
    font-weight: bold;
}

/*Location Search Page CSS */
.mappage {
    height: auto;
    min-height: 400px;
    display: block;
    overflow: hidden;
    background: white;
    padding: 35px 20px;
    border: 1px solid #e1e1e1;
}
h1#storetop {
    font-size: 35px;
    margin-top: 15%;
    font-weight: 500;
    color: #444;
}
#map {
    height: 450px;
    width: 100%;
}
.state {
    display: flex;
    text-align: center;
    margin: 20px auto;
    width: 100%;
    background: white;
    color: white;
    font-size: 18px;
    padding: 0;
    align-items: center;
    align-content: space-between;
    flex-wrap: wrap;
}
.select_gp {
    flex: 1;
    margin-bottom: 0;
    display: flex;
    align-content: space-between;
}
#stateselect, #cityselect {
    margin:0px;
}
select#stateselect, select#cityselect {
    background: white;
    border-radius: 0px;
    border: 1px solid #d1d1d1;
    padding: 20px;
    margin: 0px 5px;
    flex: 1;
    min-width: 200px;
}
.ch_color {
    color:black;
}
#cityselect option, #stateselect option {
    color: black;
    font-weight: 500;
}
#cityselect option:disabled, #stateselect option:disabled {
    color: gray;
    font-weight: 500;
}
#zipcodesearch {
    padding: 10px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background: white;
    color: black;
    font-size: 18px;
}
#or {
    margin: 0 auto;
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    background: white;
    display: block;
    width: 100px;
}
.divider {
    border-bottom: 2px dotted #cfcfcf;
    margin-bottom: -18px;
    margin-top: 30px;
}
input#zipselect {
    background: white;
    border-radius: 0px;
    border: 1px solid #d1d1d1;
    padding: 20px;
    margin: 0px 5px;
    flex: 1;
    color:black;
}
input#zipsubmit {
    left: 0;
    right: 0;
    width: 25%;
    min-width: 120px;
    background: orange;
    border: 1px outset #e9b03c;
    padding: 5px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin-left: 5px;
    margin-bottom: 0px;
}
#zipcodesearch {
    display: flex;
    text-align: center;
    margin: 0 auto;
    background: white;
    color: black;
    font-size: 18px;
    padding: 0;
    margin-top: 20px;
}
#locationitem {
    background: rgb(221 221 221);
    margin-bottom: 1%;
    border-radius: 5px;
    color: black;
    text-align: center;
    padding: 2.5% 2%;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    border: 1px solid #dbdbdb;
}
span.locator_icon img {
    width: 100%;
}
span.locator_icon {
    width: 65px;
    display: inline-block;
}
div.loc-info {
    display: inline-block;
    text-align: left;
}
#locationitem h5 {
    font-weight: 500;
    margin-bottom: 3px;
    color: black;
    font-size: 22px;
}
div.loc-info {
    display: inline-block;
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    margin-left: 15px;
    line-height: 20px;
}
#locationitem:hover {
    background: #ffb100;
}
.mapmargin {
    margin-bottom: 10% !important;
}

@media screen and (max-width:1199px) {
    .sp_buttons a {
        font-size:17px;
    }
}

@media screen and (max-width:990px) {
    .sp_container {
        padding-top:100px;
    }
    .sp_container h1 {
        font-size: 25px;
        text-align: center;
        width: 100%;
        padding: 0 20px;
    }
    .sp_leftcolumn {
        padding:20px;
    }
    nav.headitem.headmenuitem {
        margin: 20px auto 0px;
    }
    .sp_rightcolumn {
        box-shadow: none;
    }
    .sp_faqsright {
        display:block;
    }
    .sp_faqsleft {
        display:none;
    }
    .faq1 {
        display:none;
    }
    .faq2 {
        display:unset;
    }
}
@media screen and (max-width:780px) {
    .np_details {
        display:block;
        
    }
    .np_detail img {
        width: 50%;
        margin: 0 auto;
    }

    .np_info.np_detail {
        margin: 0 auto;
        padding: 0 20px;
    }
    h1#storetop {
        font-size: 35px;
        margin-bottom: 0px;
    }

}
@media screen and (max-width:650px) {
    .np_month, .np_year {
        flex-basis:100%;
    }
    .np_month {
        margin:10px auto 0px;
    }
    .np_year {
        margin:5px auto 10px;
    }
    section#storeheader {
        padding: 100px 0px 10px;
    }
    #map {
        height:300px;

    }
    h1#storetop {
        font-size: 30px;
        margin-bottom: 0px;
    }
    

}
@media screen and (max-width:500px) {
    .sp_social_link a {
        font-size: 13px;
    }
    .sp_services {
        font-size: 14px;
    }
    .sp_container span {
        font-size: 18px;
    }
    #map {
        height:300px;
    }
    .np_detail img {
        width: 100%;
        margin: 0 auto;
    }
    .np_info.np_detail {
        min-width:unset;
        flex:unset;
    }
    .np_extras {
        flex-wrap:wrap;
    }
    .np_extra {
        flex-basis:100%;
        margin: 9px auto -3px;
    }    .mappage {
        padding: 15px 10px;
    }
    .mapwrap, .search {
        padding: 0px;
    }
    section#storeheader {
        padding: 100px 0px 0px;
    }
    select#stateselect, select#cityselect {
        margin-top:5px;
    }
    #locationitem {
        padding: 15px;
    }
    #locationitem h5 {
        font-size: 20px;
    }
    div.loc-info {
        font-size: 14px;
        line-height: 17px;
    }
    span.locator_icon {
        width: 55px;
    }
    h1#storetop {
        font-size: 25px;
        margin-bottom: 0px;
        margin-top:10px;
    }
    #map {
        height:250px;
    }
    h1#storetop {
        font-size: 25px;
        margin-bottom: 0px;
        margin-top:10px;
    }
}