[tabindex="-1"]:focus, input:read-write:focus, select:focus, textarea:focus{
    box-shadow:none!important
}

.locationPopups .elementor-heading-title a {
  font-family: "Futura BT Condensed", Sans-serif;
}

.elementor-popup-modal.letsHave {
  z-index: 99999;
}


/* * {
    cursor: none;
} */

.cursor {
    position: fixed;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: yellow;
    mix-blend-mode: difference;
    z-index: 999999;
    pointer-events: none;    
}

:root{
    --gredient:linear-gradient(90deg, #254EDB 0%, #29248A 56.48%, #150B53 100%);
    --gredient180:linear-gradient(180deg, #254EDB 0%, #29248A 56.48%, #150B53 100%);
    --primaryColor:#221F20;
    --accentColor:#254EDB;
    --textColor:#8B89AA;
    --whiteColor:white;
    --borderColor:#ECEBF8;
    --offWhite:#F7F6FF;

    --g-text-size:16px;
    --g-text-line-height:1.6em;
    
    --h1:75px;
    --h2:55px;
    --h3:35px;
    --h4:28px;
    --h5:20px;
    --h6:18px;


    --FuturaCon:"Futura BT Condensed", Sans-serif;
    --medium:500;
    --light:300;
    --thin:100;
    --bold:bold;
    --regular:400;
    --ultraLight:200;
}


a.healcode-button {  
  background: black;
  padding: 9px 35px;
  color: white;
  font-family: "Futura BT Condensed", Sans-serif!important;
  text-transform: uppercase;
  font-weight: 500 !important;
  font-size: 20px;
  opacity: 1;
  letter-spacing: 0.5px;
}
a.healcode-button:hover, a.healcode-button:focus {
  color: white;
}

.locationPopups{
	z-index:999999
}

.elementor-message {
    width: 100%;
    padding: 20px !important;
    text-align: center;
    border: 1px solid #222;
    border-radius: 5px;
    background: #eee;
    color:#222;
    margin-top:25px;
}

.elementor-message.elementor-message-success{
    border-color:#627A62;
    background:#E4EDE4
}


.elementor-widget-icon .elementor-icon-wrapper{
    display:flex;
}

.form-control{
    border-radius:0;
    border:none;
    background:var(--offWhite);        
}

.input-group .input-group-text{
    border-radius:0;
    border:none;
    background:var(--primaryColor);
    color:var(--whiteColor)
}

.section{
    padding-top:120px;
    padding-bottom:120px
}

.container{
    max-width:1170px;       
}
.container-lg{
    max-width:960px;
}

.container-sm{
    max-width:700px;
}

img{
    max-width:100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body{
    font-size:var(--g-text-size);
    line-height:var(--g-text-line-height);
    color:var(--primaryColor);
    font-family:var(--GT);
    font-weight:var(--medium);    
}

.textColor,
.textColor p{
    color:var(--textColor)
}

.mb-0 p:last-child{
    margin-bottom:0;
}


h1, h2, h3, h4, h5, h6{
    letter-spacing: -0.5px;
}

h2{
    font-size:var(--h2)
}

h3{
    font-size:var(--h3)
}

h4{
    font-size:var(--h4)
}

h5{
    font-size:var(--h5)
}

h6{
    font-size:var(--h6);
}

.btn{
    border-radius:0;
    padding:15px 35px;
    font-size:18px;
    font-weight:var(--medium);
    border:0
}

.btn-primary{
    background:var(--accentColor)
}

.btn-primary:is(:hover, :focus){
    background:var(--primaryColor)
}

.btn-light{
    color:var(--primaryColor)
}
.btn-light:is(:hover, :focus){
    background:var(--accentColor);
    color:var(--whiteColor)
}

.header .st0{
    fill:#222!important
}

.healCodeBtn {
    text-align: center;
  }

.healCodeBtn a.healcode-link {
    font-family: var(--FuturaCon);
    font-size: 25px;
    font-weight: bold;    
    padding: 12px 35px 12px 35px;
    text-transform: uppercase;
    letter-spacing: normal;
    font-style: italic;
    line-height: 1;
    background: var( --e-global-color-accent );
    color: #fff;
    display:inline-block;
}

.bw-widget__cta {    
    font-weight: 700 !important;
    font-family: "Futura BT Condensed", Sans-serif !important;
    text-decoration: none !important;
    color: #fff !important;
    background: #222 !important;
    padding: 10px 35px !important;
	font-style:normal!important;
	text-transform:uppercase!important;
}
.bw-session__detail-link {
    font-style: normal !important;
    text-transform: capitalize !important;
    padding: 0 !important;    
    color: #222 !important;    
    text-decoration: underline;
}
.bw-session__name {
    font-weight: 600 !important;
  }
  .hc-pignose-calendar-wrapper{
    z-index: 999999!important;
  }
  .hc-pignose-calendar-wrapper-overlay{
    z-index: 99999;
  }  
  .bw-session__description {
    font-size: 15px !important;
    line-height: 1.5em !important;
  }
  .bw-session__description strong {
    display: block;
    font-size: 16px;
    color: #222;
    text-decoration: none !important;
  }
  .bw-header__account-link,
  .bw-header__account-link:hover {    
    color: #fff!important;
    font-weight: 900 !important;
    border: 1px solid #fff;
    font-family: "Futura BT Condensed", Sans-serif !important;
  }
  .healCode healcode-widget > div {
    border: 2px solid #222;
  }
  .bw-widget__header {
    background: #222;
  }
  .bw-header__title {
    color: #fff;
  }


/* ========= Site Header ========== */
.mainLocationTitle.elementor-widget {
  margin-bottom: 10px !important;
}
header.header ul.premium-nav-menu li.menu-item > a {
  font-size: 18px !important;
}

.elementor-location-popup .elementor-top-section ul.elementor-icon-list-items li.elementor-icon-list-item small {
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    font-family: "HelveticaNeue", Sans-serif;
    font-size: 11px;
    line-height: 0.4em;
    opacity: 0.6;
    position: relative;
    top: 0px;
}

.premium-mega-content-container .elementor-top-section ul.elementor-icon-list-items li.elementor-icon-list-item span small{
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    font-family: "HelveticaNeue", Sans-serif;
    font-size: 10px;
    line-height: 0.4em;
    opacity: 0.6;
    position: relative;
    top: 3px;
}


.premium-mega-nav-item[data-full-width="true"] .premium-mega-content-container{
    position: fixed;
    left:0!important;
    top:170px!important;
}
body.logged-in .premium-mega-nav-item[data-full-width="true"] .premium-mega-content-container{
    top:199px!important
}

body.page-template-template-no-header-shadow-full-width .header .elementor-top-section section.elementor-top-section {      
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1) !important;
  }
  .locations ul li span {
    line-height: normal;
  }  
  .locations ul li span small {
    position: relative;
    top: -4px;
  }

.megaMenu > .elementor-container {
    float: left;
  }

body.page-template-template-no-header-shadow-full-width .header .elementor-top-section{
    box-shadow:none!important;
}

.header{
    z-index: 99999!important;
}

.locationPopups {
    z-index: 99999!important;
  }


nav.elementor-nav-menu--dropdown{
    display:none;
}
.header a:hover {
    opacity: 1;
}

.elementor-location-footer {
    margin-top: 60px;
}


.menu-item > a{
    position: relative;
}
/* .current_page_item > a::after{
    content: '' !important;
    position: absolute;
    height: 4px !important;
    width: 20px !important;
    right: 0 !important;
    border-radius: 20px;
    background: var(--accentColor);
    bottom: -5px !important;
    left: auto !important;
} */
.bars .elementor-icon-wrapper{
    display:flex;
}

.bars svg rect{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height:2px;
}

.bars svg rect:last-child{
    transform-origin: center left;
}

.bars svg rect:nth-child(2n){
    transform-origin: center left;
}

.bars.openMenu svg rect:nth-child(2n){
    transform-origin: left top;
}
.bars svg rect:first-child{
    transform-origin: right;
}

.bars.openMenu svg rect:last-child{
    transform:scaleX(0);
    
}

.bars.openMenu svg rect:first-child{
    width:100%;    
    -webkit-transform: rotate(-42deg) translateY(-3px);
    transform: rotate(-42deg) translateY(-3px);
}
.bars.openMenu svg rect:nth-child(2n){
    width:100%;
    x:0;
    -webkit-transform: rotate(42deg) translate(2px, -16px);
    transform: rotate(42deg) translate(2px, -17px);
}

.sticky-parent{
	position: sticky !important;
    position: -webkit-sticky !important;
    top: 110px;
} 

.projectArea .projectContent .elementor-section{
    position: relative;
}

.projectArea .projectContent .elementor-section::after{
    content:'';
    position: absolute;
    left:-20vw;
    top:0;
    width: 100vw;
    background: var(--gredient);
    height:100%;
    transform: scaleX(-1);
    z-index: -1;
}

.projectArea .projects{
    position: relative;
    z-index: 999;
}

.bgPattern{
    max-width:250px;
    position: relative;
}
.bgPattern img{
    position: relative;
    z-index: 99;
}
.bgPattern::after{
    content:'';
    position: absolute;
    background:url('../images/bg-pattern.svg') repeat;
    border-top-left-radius: 25px;;
    border-bottom-right-radius: 25px;
    left:0;
    top:0;
    width:100%;
    height:100%;
    transform: translate(-35px, 35px);
    background-size:55px;    
}

.progress-container {
    width: 100%;
    height: 2px;
    background: var(--offWhite);
}

.progress-bar {
    width: 0;
    height: 100%;
    background: var(--accentColor);
    transition: width 0.8s;
}


.menuPopup.elementor-popup-modal {
    height:auto;
    overflow: hidden;
    top:110px;    
}

.menuPopup .elementor-section.elementor-section-height-full{
    height:auto!important;
}

.menuPopup .dialog-message{
    height:100vh!important
}

.locPopup {
  z-index: 999999!important;
  backdrop-filter: blur(50px);
}

.locPopup .dialog-widget-content{
    background:transparent!important
}

/* ========= About Us ========= */

.tabSystem .elementor-tabs{
    position: relative;
}
.tabSystem .elementor-tabs-wrapper{
    padding-top:120px;
    padding-bottom:120px;
    width:40%!important;
    padding-left:50px;
}
.tabSystem .elementor-tabs-content-wrapper{
    position: relative;
    width:60%!important;
}
.tabSystem .elementor-tabs-content-wrapper::after{
    content:'';
    position: absolute;
    width:100%;
    height:calc(100% + 120px);
    background:var(--gredient);
    top:0;
    transform: translateY(-60px);
}
.tabSystem .elementor-tabs-content-wrapper .elementor-tab-content{
    position: relative;
    z-index: 99;
}
.tabSystem .elementor-tabs-wrapper .elementor-tab-title {
    position: relative;
    padding: 0;    
    margin: 45px 0;
    padding-right: 180px;
    text-align: right;
}

.tabSystem .elementor-tabs-wrapper .elementor-tab-title:focus-visible{
    box-shadow: none!important;
}

.tabSystem .elementor-tabs-wrapper .elementor-tab-title::after{
    background: var(--whiteColor);
    content: ""!important;
    height: 3px!important;
    position: absolute!important;
    right: 0!important;
    top: 50%!important;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    transition: all .3s ease-in-out;
    width: 160px!important;
}
.tabSystem .elementor-tabs-wrapper .elementor-tab-title.elementor-active::after{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.tabSystem .elementor-tabs-content-wrapper .elementor-tab-content{
    padding:30px 70px;
}

.tabSystem .elementor-tabs-content-wrapper .elementor-tab-content .snglServices {
    float: left;
    padding: 25px 0;
    width: 100%;
}
.tabSystem .elementor-tabs-content-wrapper .elementor-tab-content .snglServices:not(:last-child) {
    border-bottom: 1px solid hsla(0,0%,100%,.5);
}
.tabSystem .elementor-tabs-content-wrapper .elementor-tab-content .snglServices .serTitle {
    font-size: var(--h5);
    margin-bottom: 5px;
}
.tabSystem .elementor-tabs-content-wrapper .elementor-tab-content .snglServices p {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 0;
    opacity: 0.5;
  }
  .tabSystem .elementor-tabs-content-wrapper .elementor-tab-content .snglServices p br{
    display:none;
  }  

  /* ======== Career ======== */
  .hiring .elementor-tabs-wrapper{
    margin-top:25px;
  }

  .hiring .elementor-tabs-wrapper .elementor-tab-title{
    padding: 18px 15px;
    margin: 0 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .hiring .elementor-tabs-wrapper .elementor-tab-title.elementor-active{
    color: var(--accentColor) !important;
    font-weight: var(--medium) !important;
    box-shadow: inset 0px -3px 0px 0px var(--accentColor);
  }

  .hiring .elementor-tabs-content-wrapper{
    min-height:300px;
    display:flex;
    align-items: center;
    justify-content: center;
    border-bottom:1px solid var(--borderColor)!important;
    border-top:1px solid var(--borderColor)!important;
  }
.hiring .elementor-tabs-content-wrapper .elementor-tab-content{
    padding:0;
    width:100%;
}

.bigText .elementor-heading-title {
    writing-mode: vertical-lr;
    transform: scale(-1);
}

.bigText .elementor-widget-heading .elementor-widget-container{
    mix-blend-mode: screen;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{
    display:none;
}
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon .elementor-accordion-icon-opened{
    display:none;
}
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon .elementor-accordion-icon-closed{
    display:block;
}

#locDropdown .elementor-accordion .elementor-accordion-item{
    float: left;
    width: 100%;
    border-bottom: 1px solid #222!important;
    padding: 30px;
}

#locDropdown .elementor-accordion .elementor-accordion-item:last-child{
    border:none!important;
}
#locDropdown .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    padding: 0;
}
#locDropdown .elementor-accordion .elementor-accordion-item .elementor-tab-content ul {
    margin-top: 15px;
}
#locDropdown .elementor-accordion .elementor-accordion-item .elementor-tab-content ul li span small{
    opacity: 0.6;
}
#locDropdown .elementor-accordion .elementor-accordion-item .elementor-tab-content ul li span small {
    opacity: 0.6;
    display: block;
    line-height: 6px;
  }
  #locDropdown  .elementor-accordion .elementor-tab-title{
    position: relative;
    line-height:1!important;
    cursor:pointer
  }
  #locDropdown  .elementor-accordion .elementor-tab-title .elementor-accordion-icon{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
  }

/* ========= Custom Popup ========= */

.cstPopup ul.elementor-icon-list-items li.elementor-icon-list-item span small{
    display: block;
    font-size: 70%;
    opacity: 0.6;
    position: relative;
    top: -4px;
}


  /* ========= Training Form =========== */

  .formDesign .elementor-field-group{
    position: relative;
  }

  .formDesign .elementor-field-group label.elementor-field-label{
    position: absolute;
    z-index: 99;
    left:25px;
    top:-13px;
    padding:0 10px;
    background:var(--whiteColor)
  }

  .subLocAddWrap .elementor-container{
    flex-wrap:wrap;
    justify-content: center;
  }  
  .subLocAddWrap .elementor-container .sngLocation{
    flex:0 33.33%;
    width:100%;
    max-width:33.33%;
    min-height:340px;
  }

  .mainLocationTitle .elementor-heading-title a {
    font-family: "Futura BT Condensed", sans-serif;
}

/* ========= Training Pag ========= */

.trainingGroup .elementor-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.trainingGroup .elementor-column {
    flex: 1 0 25%;
    max-width: 25%;
    width: 100%;
}

/* =========== Store Locator =========== */

.storeLocator{

}
.storeLocator .searchform {
    display: none;
}
.storeLocator #wpsl-gmap {
    min-height: calc(100vh - 110px);
}

.storeLocator #wpsl-result-list {
    padding: 70px;
    max-height: calc(100vh - 110px);
    overflow: auto;
}

.storeLocator .location-wrap li {
    padding: 15px 0 !important;
 }

 .storeLocator .location-wrap li p {
    margin: 0 !important;
 }
 .storeLocator .location-wrap h3 {
    margin: 0;
    color: var(--primaryColor);
 }
 .storeLocator .location-wrap li p:first-child strong {
    font-size: 20px;
  }
  .storeLocator .location-wrap {
    margin-bottom: 25px;
  }
  .storeLocator .location-wrap li p:first-child strong a {
    color: var(--primaryColor);
  }  
.premium-mega-content-container .elementor-top-section ul.elementor-icon-list-items li.elementor-icon-list-item span {
  text-transform: capitalize;
}


.theTextseter h2 span {
  position: relative;
  top: -17px;
  right: -10px;
  font-size: 60px;
}
.mainSecflot {
  position: relative;
  left: 140px;
  z-index: 999;
}

/* ======== Gift Card Page ======== */

.giftCardLocation select {
  width: 380px;
max-width:100%;
  margin: auto;
  border: 1px solid #000;
  padding: 15px 20px;    
  line-height: normal;
  background: white;
  border-radius: 7px;
	font-size:25px;
	font-weight:700;
}

.giftCardLocation select option{
	font-size:16px;
	font-weight:500;
	color:black
}

.giftCardLocation .giftWrap > label {
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  color: black;
  padding: 0 8px;
  background: white;
  line-height: normal;
  left: 10px;
  top: 5px;
}

.giftWrap .ammount-option {
  display: flex;
  gap: 20px;
	margin-top:25px
}
.giftWrap .ammount-option .snglOption {
  position: relative;
  flex: 1 auto;
  text-align: center;
}
.giftWrap .ammount-option .snglOption .form-group input {
  position: absolute;
  width: 100%;
  height: 100%;
  appearance: none;
  left: 0;
  top: 0;
  z-index: 9;
	cursor:pointer
}
.giftWrap .ammount-option .snglOption .form-group label {
  border: 1px solid #000;
  padding: 3px 0;
  border-radius: 0;
  font-size: 14px;
  font-family: "Ford Antenna", Sans-serif;
  font-weight: bold;
	cursor:pointer;
	width:100%;
}
.giftWrap .ammount-option .snglOption .form-group input:checked + label {
  background: black;
  color: white;
}

.locationDetect {
  z-index: 99999!important;
}

.storeLocator .hclc_list_class{
	height:auto!important;	
	overflow:visible!important;
	display:flex;
	flex-wrap:wrap;	
	gap:20px;	
}
.storeLocator .hclc_list_class > div {
  flex: 0 0 100%;
  max-width: calc(33.33% - 20px);
  padding: 30px;
  background: #fff;  
  border-radius: 0;  	
  min-height: 300px;
	box-shadow:0px 0px 20px 0px rgba(0,0,0,0.06);
	--webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.06);
	border-radius:10px;
}
.storeLocator .hclc_list_class > div:hover{
	box-shadow:0px 0px 0px 2px rgba(0,0,0,0.06);
	--webkit-box-shadow:0px 0px 0px 2px rgba(0,0,0,0.06);
}
#locatoraid-form-container {
  max-width: 550px;
  position:relative;
}
#locatoraid-form-container .hc-col-8 {
  width: 100%;
}


#locatoraid-search-form-locate a {
  font-size: 13px;
  color: #222;
  font-weight: 500;
}
#locatoraid-search-form-locate a::before{
	content:"\f3c5";
	font-family:"Font Awesome 6 Pro";
	margin-right:5px;
	font-weight: 900;
  font-size: 15px;
}
.storeLocator #locatoraid-form-container form input[type="text"] {
  border: 1px solid #000 !important;
  padding: 15px;
  min-height: 70px;
  border-radius: 7px;
	padding-left:50px;
}
.storeLocator input#locatoraid-search-form-button,
.storeLocator input#locatoraid-search-form-reset-location{
  padding: 0;  
  position: absolute;
  
  background: url('https://www.yogabox.com/wp-content/uploads/2025/02/searc-icon.svg') no-repeat;
    background-size: cover;
  font-size: 0;
  width: 25px;
  height: 25px;
  top: 18px;
  background-size: cover;
  cursor: pointer;
}
.storeLocator input#locatoraid-search-form-reset-location{
	width:15px;
	height:15px;
	background: url('https://www.yogabox.com/wp-content/uploads/2025/02/reset-1.svg') no-repeat;
    background-size: cover;
	top:27px;
	right: 20px;
}

.storeLocator input#locatoraid-search-form-button{
	width:20px;
	height:20px;
	left:25px;
	top:25px;
	display:block!important
}
.storeLocator #locatoraid-map-list-container .hclc_list_class > div .lpr-location {
  border: 0;      
  margin: 0;  
}
.storeLocator #locatoraid-form-container form input:disabled {  
  font-size: 20px;
  color: #000;
  font-weight: bold;
	
}
.storeLocator .lpr-location-address {
  font-size: 15px;
  font-style: normal;
  line-height: 1.5em;
  color: #000;
}
.storeLocator #locatoraid-map-list-container .hclc_list_class .lpr-location .lpr-location-name div.lpr-location-distance {
  font-size: 12px;
  color: #fff;
  padding: 4px 7px;
  border:1px solid var( --e-global-color-accent );
  display: inline-block;
  border-radius: 4px;
  background: var( --e-global-color-accent );
	margin-left:5px;
}
.storeLocator #locatoraid-map-list-container .hclc_list_class .lpr-location .lpr-location-name div.lpr-location-distance > div{
	margin-right:0;
}
.storeLocator #locatoraid-map-list-container .hclc_list_class .lpr-location > div {
  margin: 10px 0 !important;
}
.storeLocator #locatoraid-map-list-container .hclc_list_class .lpr-location .lpr-location-name {
  font-size: 30px;
  line-height: normal;
  font-weight: normal;
  color: #000;
	display:flex;
	  align-items: center;
}
.storeLocator #locatoraid-map-list-container .hclc_list_class .lpr-location > div.lpr-location-phone, 
.storeLocator #locatoraid-map-list-container .hclc_list_class .lpr-location > div.lpr-location-directions, 
.storeLocator #locatoraid-map-list-container .hclc_list_class .lpr-location > div.lpr-location-website {
  font-size: 15px;
  color: #000;
  line-height: 1.3em;
  margin: 6px 0 !important;
}
.storeLocator #locatoraid-map-list-container .hclc_list_class .lpr-location > div.lpr-location-phone a, 
.storeLocator #locatoraid-map-list-container .hclc_list_class .lpr-location > div.lpr-location-directions a, 
.storeLocator #locatoraid-map-list-container .hclc_list_class .lpr-location > div.lpr-location-website a{
	color:#000;
}
#locatoraid-map-list-container .hclc_list_class .lpr-location > div.lpr-location-website,
#locatoraid-map-list-container .hclc_list_class .lpr-location > div.lpr-location-website a{	
	color: #2C559F !important;
  text-decoration: underline;
}
.storeLocator #locatoraid-map-list-container .hclc_list_class .lpr-location > div.lpr-location-phone {
  margin-top: 20px !important;
}

.storeLocator #locatoraid-map-list-container .hclc_list_class .lpr-location > div.lpr-location-phone{
	margin-top:20px!important;
}
.storeLocator #locatoraid-map-list-container .hclc_list_class .lpr-location > div:first-child{
	margin-top:0!important;
}
.storeLocator #locatoraid-map-list-container .hclc_list_class .lpr-location > div.lpr-location-directions {
  width: 100%;    
  margin-top: 0 !important;
  display: inline-block;
	text-align:center;
	margin-top:15px!important
}

.storeLocator #locatoraid-map-list-container .hclc_list_class .lpr-location > div.lpr-location-directions a.lpr-directions{  
  border: 1px solid #221F20;
  padding: 17px 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;  
  display: block;
}
.storeLocator #locatoraid-map-list-container .hclc_list_class > div:hover .lpr-location > div.lpr-location-directions a.lpr-directions{
	background:#221F20;
	color:#fff!important
}
.storeLocator .hc-loader-shader {
  position: fixed!important;
  left: 0!important;
  top: 0!important;
  right: 0!important;
  bottom: 0!important;
  opacity: 1!important;
  background: rgba(255,255,255,0.1)!important;  
  z-index: 99999!important;
  backdrop-filter: blur(7px)!important;
 --webkit-backdrop-filter: blur(7px)!important;
}
.hc-loader{
  position: fixed!important;
  left: 50%!important;
  top: 50%!important;  
  margin: 0!important;
  z-index: 999999!important;  
  width: 30px!important;
  height: 30px!important;
}
#locatoraid-search-form-locate {
  
}

.hc-outlined{
	outline-style: none!important;
}

@media screen and (max-width:639px){
	.giftCardLocation select{
		font-size:20px;
	}
}



.aHeading a.healcode-button {
  padding: 0;
  background: transparent;
  color: #000;
  font-family: "HelveticaNeue", Sans-serif !important;
  font-size: 15px;
  font-weight: bold !important;
  font-style: normal;
  letter-spacing: 0.5px;
}