img {
    pointer-events: none !important;
}

@keyframes stroke {
	0%   {
		stroke-dashoffset: 10%;
		stroke-dasharray: 0 50%;
	}
	100% {
		stroke-dashoffset: -10%;
		stroke-dasharray: 50% 0;
	}
}

@keyframes shining {
    0% {
        background-position:80% 20%;
    }
    
    100% {
        background-position: 20% 80%;
    }
}

.animatedHeading.draw.animationActive svg{
    animation: 2s stroke linear;
    animation-timing-function: ease-out;
    animation-fill-mode:forwards;
}

.animatedHeading.shine.animationActive :is(h1,h2,h3,h4,h5,h6) {
    animation: 3s shining;
    transition-timing-function: cubic-bezier(0.100, 0.555, 0.100, 0.955); /* custom */
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
}

.animatedHeading.shine :is(h1,h2,h3,h4,h5,h6) {
    background: linear-gradient(45deg, var(--e-global-color-primary),var(--e-global-color-accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: 80% 20%;
  display: inline-block;
  font-weight: 900;
}

html, body {
    overflow-x: hidden !important;
}

::-moz-selection { /* Code for Firefox */
  color: white;
  fill: white;
  stroke: white;
  background: var(--e-global-color-primary);
}

::selection {
  color: white;
  stroke: white;
  fill:white;
  background: var(--e-global-color-primary);
}

.uael-offcanvas-menu-item[href="#"], .uael-offcanvas-sub-menu-item[href="#"] {
    pointer-events: none;
}

.menu-item {
    cursor: pointer !important;
}

@media (max-width: 767px) {
    .asw-menu-btn {
        bottom: 50px !important;
    }
}


/** Geolocation Link **/
.yith-sl-geolocation.style-text {
    font-weight: 600 !important;
    font-size: 13px !important;
    font-family: inherit !important;
}

p:has(> #yith-sl-wrap-search-bar), 
#yith-sl-wrap-search-stores, 
.wrapper-main-sections > p, 
#yith-sl-section-results > p {
    display: none !important;
}

.ti-controls {
    display: block !important;
}

#yith-sl-section-map {
    width: 100%;
}

/** Hide Image **/
#yith-store-locator .store-image {
    display: none !important;
}

/** Address Wrapper & Alignment Fix **/
#yith-store-locator .yith-sl-results .store-info,
#yith-sl-section-map .store-info.yith-sl-pin-modal {
    margin: 15px 0 !important;
    text-align: left !important;
    padding: 0 25px !important;   
    font-family: inherit !important;
}

/** Title **/
#yith-store-locator .store-name a, 
#yith-store-locator .store-name span,
#yith-sl-section-map .yith-sl-pin-modal .store-name span {
    font-size: 1.2em;
    font-family: inherit !important; 
    color: #000000 !important;
    font-weight: 600 !important;
    display: block;
    margin-bottom: 5px;
    text-align: left !important;
}

/** Address **/
#yith-store-locator .store-address,
#yith-sl-section-map .yith-sl-pin-modal .store-address {
    font-size: 1.05em;
    margin-bottom: 15px !important;
    line-height: 1.4;
    text-align: left !important;
    font-family: inherit !important;
}

/** Phone & Phone Icon Fixes **/
#yith-store-locator .store-contact .store-phone,
#yith-sl-section-map .yith-sl-pin-modal .store-phone {
    font-size: 1.1em;
    margin-bottom: 20px !important;
    white-space: nowrap;          
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    font-family: inherit !important;
}

.store-phone b {
    display: none;
}

.store-phone:before {
    content: "\f879";
    font-family: "Font Awesome 5 Free";
    color: #0F3B54;
    display: inline-block;
    font-weight: 900;
    margin-right: 8px;            
}

/** Action Links & Website Button **/
#yith-store-locator .yith-sl-results .store-info a,
#yith-sl-section-map .yith-sl-pin-modal .store-info a {
    display: block;               
    text-decoration: none !important;
    font-weight: 600;
    margin-top: 8px;
    text-align: left !important;
    font-family: inherit !important;
}

#yith-store-locator .view-website.custom-link.button {
    border-radius: 10px;
    border: 1px solid #0F3B54; 
    padding: 10px 5px;
    margin-top: 10px;
    font-size: 13px !important;
    font-family: inherit !important;
}

#yith-store-locator .view-website.custom-link.button:hover, 
#yith-store-locator .view-website.custom-link.button:active, 
#yith-sl-section-map .yith-sl-pin-modal .view-website.link:hover, 
#yith-sl-section-map .yith-sl-pin-modal .view-website.link:active {
    background: #303030 !important;
    color: #fff !important;
}

/** Info Windows (Map Pins) **/
#yith-sl-section-map .store-info.yith-sl-pin-modal {
    margin: 0 !important;
    font-family: inherit !important;
    text-align: left !important;
}

#yith-sl-section-map .yith-sl-pin-modal .view-website.link {
    text-decoration: none !important;
    background: #0F3B54 !important;
    padding: 10px !important;
    border-radius: 10px !important;
    border: 0px !important;
    width: 125px !important;
    text-align: center !important;
    color: #fff !important;
    font-family: inherit !important;
}

#yith-sl-section-map .yith-sl-pin-modal .store-name span:first-child {
    color: #000000 !important;
}

/** Original Grid/Layout Styles **/
#yith-store-locator #yith-sl-section-results {
    padding-top: 20px;
}

#yith-store-locator #yith-sl-results ul {
    margin: 0 !important;
}

#yith-store-locator #yith-sl-results ul li.wrap-store-details {
    background: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    border-radius: 0px;
    text-align: left !important;
    font-family: inherit !important;
}

#yith-sl-wrap-search-stores {
    margin-bottom: 25px !important;
}

#yith-sl-wrap-search-stores .title-search-bar {
    font-size: 30px !important;
    font-weight: 800 !important;
    font-family: inherit !important;
}

#yith-store-locator .wrapper-main-sections #yith-sl-section-results {
    padding: 0px 20px 0px 20px !important;
    width: 40%;
}

#yith-store-locator .wrapper-main-sections #yith-sl-section-map {
    padding: 0 !important;
}

#yith-store-locator #yith-sl-section-results .title {
    display: none !important;
}