/*
Template Name: Kingsmead
Template: generatepress
*/

@import url("https://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css");

body{
  font-family: 'Gilroy', Arial, Helvetica, sans-serif !important;
}

.site-header {
  background-color: rgba(45,62,75,1);
  color: #f7f8f9;
}

body.transparent-header .site-header,
body.tax-product_cat .site-header,
body.search-results .site-header,
body.single-post .site-header {
  background-color: rgba(45,62,75,0.54);
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}

.archive.tax-product_cat #range-background{
  display: block !important;
}

.archive #range-background{
  display: none;
}

.archive.tax-product_cat #product-description-box{
  margin-top: -300px !important;
}

.archive #product-description-box{
  margin-top: 80px;
}

.consent-checkbox{
  display: flex;
}

.consent-checkbox br{
  display: none;
}

.consent-checkbox label{
  top: -3px;
  position: relative;
}

.acceptance-field{
  margin-right: 5px;
}

/* Product Filter Styling */

.accordion .filter-grid {
    display: grid;
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5em;
}

.accordion .filter-grid a {
    pointer-events: none;
}


.accordion .filter-grid input {
       display: block;
    height: 105%;
    width: 100%;
    position: absolute;
    top: -5px;
    opacity: 0;
}

.accordion .filter-grid input:checked+label {
    /*color: red;*/
    font-weight: 700;
}

.accordion .filter-grid input:checked+label a {
    /*color: red;*/
    font-weight: 700;
}

.accordion .category-toggle .filter-count:before { content: "("; }
.accordion .category-toggle .filter-count:after { content: ")"; }

.filter-buttons {
  margin: 30px 0;
  text-align: center;
}
.view-results-btn, .clear-filters-btn {
  border-radius: 99px;
  width: 135px;
  max-width: 100%;
  padding: 4px;
}
.view-results-btn {
  background: #FBC4A8;
  color: #283F4C;
}
.clear-filters-btn {
  background: #283F4C;
  color: #fff;
}


/* !Product Filter Styling */


/* Accordion */

.accordion {
    transform: translateZ(0);
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background: #fff;*/
    color: #00051F;
}

.accordion>.accordion-toggle {
    position: absolute;
    opacity: 0;
    display: none;
}

.accordion>label {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 14px;
    /*font-weight: 700;
    border-bottom: 1px solid #ddd;
    background: #fff;*/
    cursor: pointer;
    height: fit-content;
}
.accordion.filter-active>label {
  font-weight: 700;
}

.accordion>label:after {
	/* content: "\f078"; */
	content: "\2b";
    position: absolute;
    top: 0px;
    right: 20px;
    font-family: fontawesome;
	/* transform: rotate(-90deg); */
    transition: 0.3s transform;
}

/*
.accordion>section {
    height: 0;
    transition: 0.3s all;
    overflow: hidden;
}
*/

/*
.accordion>.accordion-toggle:checked~label:after {
*/
.accordion.is-active > label:after {
  content: "\2212" !important;
}

/*
.accordion>.accordion-toggle:checked~section {
*/
.accordion section.filter-grid {
  display: none;
  padding: 0 10px;
}

.accordion section.filter-grid:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.accordion section.filter-grid .filter-grid-inner {
  display: flex;
  flex-wrap: wrap;
}

.accordion section.filter-grid .filter-grid-inner .filter-item {
  width: 50%;
  padding: 5px 10px;
  position: relative;
}

.accordion section.filter-grid .filter-grid-inner .filter-item label {
	font-size:12px;
	    display: flex;
    align-items: center;
    column-gap: 4px;
}
.accordion section.filter-grid .filter-grid-inner .filter-item img {
	min-width:25px;
}
.accordion>section p:last-child {
    margin: 15px 0;
    padding: 0px 20px 15px 20px;
    /* font-size: 12px; */
    line-height: 1.5;
    border-bottom: 1px solid #ddd;
}

/* !Accordion */

/* Load products and Woocommerce Product Archive */

.woocommerce-ordering,
/* .woocommerce-result-count, */
.woocommerce-pagination {
    display: none;
}

.load-products-wrapper {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: baseline;
    cursor: pointer;
    color: black;
}

.load-products-wrapper i {
    margin-left: 0.5em;
}


/* !Load products and Woocommerce Product Archive */


/* custom styles */

.notification-alert {
    max-width: 300px;
    display: inline-block;
    text-align: center;
    padding: 15px 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(0, 0);
    transition: all 0.3s ease-in-out;
    display: none;
}

.notification-alert.alert-success {
    background-color: #adff2f;
    height: 36px;
    width: 370px;
    z-index: 9999;
    position: absolute;
    top: -55px;
    left: 0;
    font-size: 10px;
    padding: 3px;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    display: inline-block;
    right: 10%;
    bottom: 0;
    text-align: center;

    -webkit-transition: opacity 3s linear;
    -moz-transition: opacity 3s linear;
    -ms-transition: opacity 3s linear;
    -o-transition: opacity 3s linear;
    transition: opacity 3s linear;
    opacity: 1;
}

.notification-alert.alert-success.hide {
    opacity: 0;
}


/* !custom styles */

.pagination {
  text-align: center;
  padding-top: 30px;
}

.pagination .page-numbers {
  display: none;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  display: inline-block;
  margin: 0 15px;
}


.top-bar {
  background: var( --e-global-color-primary );
  border-bottom: 2px solid var( --e-global-color-secondary );
}

.top-bar .inside-top-bar {
  justify-content: space-between;
}

.top-bar .inside-top-bar ul li a {
  color: var( --e-global-color-secondary );
}
.top-bar .inside-top-bar ul li {
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0 0 24px;
}
.top-bar .inside-top-bar ul li.my-account { background-image: url(assets/img/icons/user-account.svg); }
.top-bar .inside-top-bar ul li.wishlist { background-image: url(assets/img/icons/wishlist.svg); }
.top-bar .inside-top-bar ul li.contact { background-image: url(assets/img/icons/contact.svg); padding-left: 27px; }

.top-bar .widget {
  display: block !important;
  order: 0 !important;
  margin: 0 !important;
}

.top-bar .inside-top-bar a.samples-link {
  background-image: url(assets/img/icons/carpet-tile.svg);
  color: var( --e-global-color-secondary );
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0 0 24px;
  height: 17px;
  display: inline-block;
}

@media (max-width: 456px) {
  .top-bar .inside-top-bar {
    display: block;
    text-align: center;
  }

  .top-bar .widget {
    margin: 10px 0 !important;
  }
  .top-bar .widget_nav_menu>div>ul {
    justify-content: center;
    white-space: nowrap;
  }


}

/* product page styling */

.product-cta{
  position: absolute;
  bottom: 0;
  width: 100%;
}

.view-product{
  display: flex;
  align-items: center;
  background: var( --e-global-color-primary );
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px 10px 15px;
  border-radius: 30px;
  color: var( --e-global-color-secondary );
  font-family: 'Gilroy', Arial, Helvetica, sans-serif;
  font-size: 16px;
  transition: all 0.2s ease;
}

.view-product svg{
  width: 24px;
  position: relative;
  top: -1px;
  margin-right: 10px;
}

.view-product svg circle{
  transition: all 0.2s ease;
}

.view-product svg line{
  transition: all 0.2s ease;
}

.view-product:hover{
  background: var( --e-global-color-secondary );
  color: var( --e-global-color-primary );
}

.view-product:hover svg circle{
  stroke: var( --e-global-color-primary );
}

.view-product:hover svg line{
  stroke: var( --e-global-color-primary );
}

/* end product stying */


.ranges-in-category {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.ranges-in-category a.ric-link {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  display: block;
  width: calc(25% - 30px);
  font-family: 'Gilroy', Arial, Helvetica, sans-serif;
  color: var( --e-global-color-primary );
  margin: 15px;
  position: relative;
}
@media (max-width: 991px) {
  .ranges-in-category a.ric-link {
    width: calc(50% - 30px);
  }
}
@media (max-width: 450px) {
  .ranges-in-category a.ric-link {
    width: calc(100% - 30px);
  }
}

.ranges-in-category a.ric-link span {
  display: block;
}
.ranges-in-category a.ric-link .ric-inner {
  padding: 15px 20px 70px;
}
.ranges-in-category a.ric-link .ric-title {
  font-size: 23px;
  margin-bottom: 10px;
  font-weight: 300;
  text-align: left;
}
.ranges-in-category a.ric-link .ric-button {
  text-align: center;
}
.ranges-in-category a.ric-link .ric-button .btn {
  display: inline-block;
  background: var( --e-global-color-secondary );
  border-radius: 99px;
  padding: 8px 10px;
  margin-top: 10px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  white-space: nowrap;
  top: auto;
  display: block;
}

.range-more-info{
  font-family: 'Gilroy', Arial, Helvetica, sans-serif;
  color: var(--e-global-color-primary);

}

.range-more-info .rmi-toggle {
  font-size: 30px;
  font-weight: 300;
  cursor: pointer;
  padding: 10px 50px 10px 0;
  position: relative;
}
.range-more-info .rmi-toggle:after {
  content: "";
  background-image: url("/wp-content/uploads/2022/04/arrow-circle-blue.svg");
  background-size: 35px 35px;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  transform: translate( 0 , -50% ) rotate(90deg);
  font-size: 18px;
  right: 0;
  transition: transform 0.3s ease;
}
.range-more-info.active .rmi-toggle:after {
  content: "";
  transform: translate( 0 , -50% ) rotate(270deg);
}
.range-more-info .rmi-extendable {
  display: none;
  font-size: 18px;
  border-top: 1px solid #DEDEDE;
  padding: 20px 0;
}

.range-more-info .rmi-extendable p {
  margin-bottom: 10px;
}

@media(max-width: 768px){
  .range-more-info .rmi-toggle {
    font-size: 22px;
  }

  .range-more-info .rmi-extendable {
    font-size: 16px;
  }
}

.product-cta {
  text-align: center;
}
.add-to-cart-btn {
  display: inline-block;
  border-radius: 99px;
  width: 150px;
  max-width: 100%;
  padding: 10px;
  background: #FBC4A8;
  color: #283F4C;
  margin: 20px auto;
  white-space: nowrap;
}
.add-to-cart-btn svg {
  width: 20px;
  vertical-align: -4px;
  margin-right: 2px;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  padding-bottom: 120px;
}


.top-bar aside p {
  margin: 0;
}
.top-bar aside p:empty {
  display: none;
}

#km-product-categories {
  display: none !important;
}

body.tax-product_cat .filter-product_cat-wrapper,
body.tax-product_cat .filter-material-wrapper,
body.tax-product_cat .filter-constructions-wrapper,
body.tax-product_cat .filter-features-wrapper,
body.tax-product_cat .filter-room_types-wrapper,
.shortcode-product-filter-outer.limited-filters .filter-product_cat-wrapper,
.shortcode-product-filter-outer.limited-filters .filter-material-wrapper,
.shortcode-product-filter-outer.limited-filters .filter-constructions-wrapper,
.shortcode-product-filter-outer.limited-filters .filter-features-wrapper,
.shortcode-product-filter-outer.limited-filters .filter-room_types-wrapper  {
  display: none;
}


.km-blog-posts {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  min-width: calc(100% + 30px);
}

.km-blog-posts .km-blog-post {
  display: block;
  width: calc(33.3% - 30px);
  margin: 15px;
  background: #2d3e4b;
}

@media (max-width: 1100px) {
  .km-blog-posts .km-blog-post {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .elementor-widget-kingsmead_blog_posts .elementor-widget-container{
    max-width: 500px;
    margin: auto;
  }

  .km-blog-posts .km-blog-post {
    width: calc(100% - 30px);
  }

  .km-blog-posts{
    padding-bottom: 60px;
    justify-content: center;
  }

  .km-blog-posts .km-blog-post .bp-category{
    display: flex;
  }

  .km-blog-posts .km-blog-post .bp-category img{
    top: 0 !important;
    margin-right: 8px !important;
  }

  .slick-list{
    max-width: 500px;
  }

  .slick-arrow{
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    background: #2d3e4b;
    border-radius: 100%;
  }

  .slick-arrow:after{
    content: '';
    background-image: url('/wp-content/uploads/2022/04/arrow-circle-peach.svg');
    background-size: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
  }

  .slick-next{
    right: 30px;
    font-size: 0;
  }

  .slick-prev{
    left: 30px;
    font-size: 0;
  }

  .slick-prev:after{
    transform: rotate(180deg);
  }

  .slick-dots{
    position: absolute;
    bottom: 15px;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .slick-dots li{
    margin: 0 5px;
  }

  .slick-dots button{
    font-size: 0 !important;
    background: #2d3e4b;
    padding: 4px;
    border-radius: 100%;
    opacity: 0.35;
    transition: all 0.1s ease;
  }

  .slick-dots .slick-active button{
    opacity: 1;
  }
}
.km-blog-posts .km-blog-post span { display: block; }

.km-blog-posts .km-blog-post img {
  width: 100%;
  height: auto;
}

.km-blog-posts .km-blog-post .bp-info {
  padding: 20px;
  color: #fff;
}

.km-blog-posts .km-blog-post.bp-cat-advice .bp-info{
  color: #2d3e4b;
}

.km-blog-posts .km-blog-post .bp-category {
  font-family: "Gilroy", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 20px;
  margin-bottom: 10px;
}
.km-blog-posts .km-blog-post .bp-category img {
  height: 20px;
  width: auto;
  margin-right: 3px;
  position: relative;
  top: 3px;
}
.km-blog-posts .km-blog-post .bp-title {
  font-family: "Gilroy", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 15px;
}
.km-blog-posts .km-blog-post .bp-excerpt {
  font-family: "Gilroy", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}
.km-blog-posts .km-blog-post .bp-read-more {
  font-family: "Gilroy", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #FAC8AC;
  transition: all 0.2s ease;
}
.km-blog-posts .km-blog-post .bp-read-more svg {
  width: 13px;
  margin-left: 3px;
  transition: all 0.2s ease;
}

.km-blog-posts .km-blog-post .bp-read-more:hover svg {
  margin-left: 6px;
}

.km-blog-posts .km-blog-post .bp-read-more svg path, .km-blog-posts .km-blog-post .bp-read-more svg line{
  transition: all 0.2s ease;
}

.km-blog-posts .km-blog-post.bp-cat-advice .bp-read-more{
  color: #2d3e4b;
}

.km-blog-posts .km-blog-post.bp-cat-advice .bp-read-more svg path, .km-blog-posts .km-blog-post.bp-cat-advice .bp-read-more svg line{
  stroke: #2d3e4b;
}

.km-blog-posts .km-blog-post .bp-read-more:hover{
  color: #ffffff;
}

.km-blog-posts .km-blog-post .bp-read-more:hover svg path, .km-blog-posts .km-blog-post .bp-read-more:hover svg line {
  stroke: #ffffff;
}

/* Google map - find retailer */
#asl-storelocator.asl-cont.asl-template-3 {
  color: #2d3e4b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .btn.btn-asl {
  background: #2d3e4b;
  color: #ffffff;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-panel-inner .sl-dist-calc {
  color: #2d3e4b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-panel-inner .asl-addr-search .asl-clear-btn {
  background: #ffffff;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-panel-inner .asl-addr-search .sl-search-btn i {
  color: #ffffff;
  background: #2d3e4b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-panel-inner .asl-addr-search:before {
  color: #000000;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-panel-inner .asl-addr-search .form-control {
  color: inherit;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-panel-inner .asl-addr-search .form-control::placeholder {
  color: #3d5b99;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-panel-inner .asl-filter-tabs {
  background-color: #3d5b99;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-panel-inner .asl-filter-tabs.no-adv-filter {
  border-bottom: 3px solid #3d5b99;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-panel-inner .asl-filter-tabs .nav .nav-item .nav-link {
  background-color: #2d3e4b;
  color: #ffffff !important;
  border-right: 1px solid #ffffff;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-panel-inner .asl-filter-tabs .nav .nav-item .badge-light {
  color: #2d3e4b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-panel-inner .asl-filter-tabs .nav .nav-item:last-child .nav-link {
  border-right: none;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.item-state > a.colisiond {
  background-color: #ffffff;
  color: inherit;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.item-state > a {
  background-color: #2d3e4b;
  color: #ffffff;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-no-item {
  color: #2d3e4b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item {
  border-bottom: 1px solid #8695b6;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item.highlighted {
  background-color: #ffffff;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec h3 {
  color: #2d3e4b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .sl-cat-tag ul li {
  color: inherit;
  background-color: #3d5b99;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .addr-loc ul li i {
  color: #2d3e4b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .addr-loc ul li span.txt-hours {
  color: inherit;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .addr-loc ul li span,
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .addr-loc ul li a {
  color: inherit;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .addr-loc ul li.s-direction-rout span {
  color: #2d3e4b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-filter-sec .asl-filter-cont {
  background: #ffffff;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-filter-sec .asl-filter-cont .sl-sec-title a {
  background-color: #2d3e4b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-filter-sec .asl-filter-cont .sl-sec-title a span {
  color: #ffffff;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-filter-sec .asl-filter-cont .asl-filter-list ul li.c-actv {
  background: #2d3e4b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-filter-sec .asl-filter-cont .asl-filter-list ul li.c-actv a,
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-filter-sec .asl-filter-cont .asl-filter-list ul li.c-actv a:hover {
  color: #ffffff;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-filter-sec .asl-filter-cont .asl-filter-list ul li a {
  color: inherit;
  border-bottom: 1px solid #8695b6;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .asl-filter-sec .asl-filter-cont .asl-filter-list ul li a:hover {
  color: #2d3e4b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .typeahead,
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .tt-query,
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .tt-hint {
  border: 2px solid #3d5b99;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .typeahead {
  background-color: #ffffff;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .typeahead:focus {
  border: 2px solid #2d3e4b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .tt-hint {
  color: inherit;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .tt-menu {
  background-color: #ffffff;
  border: 1px solid #3d5b99;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .tt-suggestion {
  color: #3d5b99;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .tt-suggestion:hover {
  color: #ffffff;
  background-color: #2d3e4b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .tt-suggestion.tt-cursor {
  color: #ffffff;
  background-color: #2d3e4b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .sl-loading {
  background-color: #ffffff;
  border: 1px solid #3d5b99;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .modal-dialog .modal-content .modal-header {
  background-color: #2d3e4b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .modal-dialog .modal-content .modal-header .modal-title {
  color: #ffffff;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .modal-dialog .modal-content .modal-body .location-inner .location-left p {
  color: inherit;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .modal-dialog .modal-content .modal-body .location-inner .location-left p i {
  color: #2d3e4b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .modal-dialog .modal-content .modal-body .location-inner .location-left .sl-img-cont {
  background-color: #2d3e4b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .modal-dialog .modal-content .modal-body .location-inner ul li p {
  color: inherit;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .modal-dialog .modal-content .modal-body .location-inner ul li p i {
  color: #2d3e4b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .modal-dialog .modal-content .modal-body .location-inner ul li span {
  color: #3d5b99;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .modal-dialog .modal-content .modal-footer {
  border-top: 1px solid #8695b6;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .modal-dialog .modal-content .modal-footer ul li a {
  color: #2d3e4b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont *::-webkit-scrollbar-thumb {
  background: #2d3e4b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont *::-webkit-scrollbar-thumb:hover {
  background: #3d5b99;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .direction-detail {
  background-color: #05386b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .adp {
  color: #2d3e4b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .adp .adp-substep {
  border-top: 1px solid #c0c5c9;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .adp .adp-substep .adp-stepicon .adp-maneuver {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 17.6 627.2' fill='%23#{@dark-i}' style='enable-background:new 0 0 17.6 627.2;' xml:space='preserve'%3E %3Cg%3E %3Cg%3E %3Cpath d='M13.1,13.1h-3v-9l-3,2.2L5.3,3.9L10,0.4c0.6-0.4,1.3-0.5,2-0.2c0.6,0.3,1.1,1,1.1,1.7V13.1z'/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='8.5,8.1 4.4,1.8 1.6,8.1 '/%3E %3C/g%3E %3Cg%3E %3Cpath d='M15.6,173.7h-3v-9l-3,2.2l-1.8-2.4l4.7-3.6c0.6-0.4,1.3-0.5,2-0.2c0.6,0.3,1.1,1,1.1,1.7V173.7z'/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='10.9,168.7 6.9,162.3 4,168.6 '/%3E %3C/g%3E %3Cg%3E %3Cpath d='M6.4,193.1h-3v-11.2c0-0.7,0.4-1.4,1-1.7c0.6-0.3,1.4-0.3,2,0.2l4.7,3.6l-1.8,2.4l-3-2.2V193.1z'/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='8,188 12.1,181.7 15,188 '/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='13.9,218.9 7.4,215.1 13.5,212 '/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='8.6,23.6 8.5,16.1 2.8,19.9 '/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='15.5,39.9 8,40 11.8,45.7 '/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='6.3,51.6 10.5,57.6 13,51.3 '/%3E %3C/g%3E %3Cg%3E %3Cpath d='M15.2,28.5h-3v-7.1H7v-3h5.6c1.4,0,2.5,1.1,2.5,2.5V28.5z'/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='9.2,74.5 9.3,67 15.1,70.8 '/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='12.3,110.1 4.8,110 8.6,104.2 '/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='15.8,130.4 8.3,130.3 12.1,124.5 '/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='12.1,146.3 4.6,146.2 8.4,140.5 '/%3E %3C/g%3E %3Cg%3E %3Cpath d='M5.7,79.3h-3v-7.6c0-1.4,1.1-2.5,2.5-2.5h5.6v3H5.7V79.3z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M5.7,47.3h-3v-7.7c0-0.2,0-2.4,1.5-3.9c0.7-0.7,1.9-1.5,3.8-1.5c1.5,0,2.8,0.5,3.7,1.5 c1.7,1.8,1.5,4.5,1.5,4.8l-3-0.2c0-0.5,0-1.8-0.7-2.5c-0.2-0.2-0.6-0.5-1.4-0.5c-0.8,0-1.3,0.2-1.7,0.6c-0.6,0.7-0.7,1.8-0.7,1.8 V47.3z'/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='1.9,310 9.4,310.1 5.6,315.8 '/%3E %3C/g%3E %3Cg%3E %3Cpath d='M14.7,317.4h-3v-7.7c0-0.3-0.1-1.3-0.7-1.8c-0.4-0.4-0.9-0.6-1.7-0.6c-0.9,0-1.2,0.3-1.5,0.5 c-0.7,0.7-0.7,2.2-0.7,2.5l-3,0.2c0-0.3-0.2-3,1.5-4.8c0.9-1,2.2-1.5,3.7-1.5c2,0,3.2,0.8,3.8,1.5c1.5,1.6,1.5,3.7,1.5,3.9V317.4z '/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='2.6,469.9 10.1,470 6.3,475.7 '/%3E %3C/g%3E %3Cg%3E %3Cpath d='M15.3,477.3h-3v-7.7c0-0.3-0.1-1.3-0.7-1.8c-0.4-0.4-0.9-0.6-1.7-0.6c-0.9,0-1.2,0.3-1.5,0.5 c-0.7,0.7-0.7,2.2-0.7,2.5l-3,0.2c0-0.3-0.2-3,1.5-4.8c0.9-1,2.2-1.5,3.7-1.5c2,0,3.2,0.8,3.8,1.5c1.5,1.6,1.5,3.7,1.5,3.9V477.3z '/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='16.5,326.1 9,326.2 12.8,332 '/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='8.6,340.8 11,347.9 15.3,342.5 '/%3E %3C/g%3E %3Cg%3E %3Cpath d='M6.8,333.5h-3v-7.7c0-0.2,0-2.4,1.5-3.9c0.7-0.7,1.9-1.5,3.8-1.5c1.5,0,2.8,0.5,3.7,1.5 c1.7,1.8,1.5,4.5,1.5,4.8l-3-0.2c0-0.5,0-1.8-0.7-2.5c-0.2-0.2-0.6-0.5-1.4-0.5c-0.8,0-1.3,0.2-1.7,0.6c-0.6,0.7-0.7,1.8-0.7,1.8 V333.5z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M5.4,65h-3v-6.3c0-0.9,0.4-1.6,1-2.2l5.1-4.1l1.9,2.4l-5.1,4V65z'/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='7.1,86.5 11.4,92.5 13.9,86.2 '/%3E %3C/g%3E %3Cg%3E %3Cpath d='M6.3,99.9h-3v-6.3c0-0.9,0.4-1.6,1-2.2l5.1-4.1l1.9,2.3l-5.1,4V99.9z'/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='9.7,378.6 5.5,384.3 3.1,378.3 '/%3E %3C/g%3E %3Cg%3E %3Cpath d='M13.5,391.4h-3v-5.9l-4.9-3.8l1.8-2.4l5,3.9c0.7,0.5,1.1,1.3,1.1,2.1V391.4z'/%3E %3C/g%3E %3Cg%3E %3Crect x='7.1' y='108.4' width='3' height='10.8'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M7.5,135.9c-3.4,0-6.1-2.7-6.1-6.1c0-3.4,2.7-6.1,6.1-6.1s6.1,2.7,6.1,6.1C13.6,133.1,10.8,135.9,7.5,135.9z M7.5,126.6c-1.7,0-3.1,1.4-3.1,3.1s1.4,3.1,3.1,3.1s3.1-1.4,3.1-3.1S9.2,126.6,7.5,126.6z'/%3E %3C/g%3E %3Cg%3E %3Crect x='6' y='134.4' width='3' height='3.2'/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='1.2,201.9 8.7,201.8 4.9,196 '/%3E %3C/g%3E %3Cg%3E %3Cpath d='M9.3,207.5c-3.4,0-6.1-2.7-6.1-6.1s2.7-6.1,6.1-6.1s6.1,2.7,6.1,6.1S12.7,207.5,9.3,207.5z M9.3,198.3 c-1.7,0-3.1,1.4-3.1,3.1s1.4,3.1,3.1,3.1s3.1-1.4,3.1-3.1S11,198.3,9.3,198.3z'/%3E %3C/g%3E %3Cg%3E %3Crect x='7.8' y='206' width='3' height='3.2'/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='14.9,236.8 7.4,236.7 11.2,231 '/%3E %3C/g%3E %3Cg%3E %3Cpath d='M6.8,242.5c-3.4,0-6.1-2.7-6.1-6.1s2.7-6.1,6.1-6.1s6.1,2.7,6.1,6.1S10.2,242.5,6.8,242.5z M6.8,233.2 c-1.7,0-3.1,1.4-3.1,3.1s1.4,3.1,3.1,3.1s3.1-1.4,3.1-3.1S8.5,233.2,6.8,233.2z'/%3E %3C/g%3E %3Cg%3E %3Crect x='5.3' y='241' width='3' height='3.2'/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='1.8,254 9.3,253.9 5.5,248.1 '/%3E %3C/g%3E %3Cg%3E %3Cpath d='M10,259.6c-3.4,0-6.1-2.7-6.1-6.1s2.7-6.1,6.1-6.1s6.1,2.7,6.1,6.1S13.3,259.6,10,259.6z M10,250.4 c-1.7,0-3.1,1.4-3.1,3.1s1.4,3.1,3.1,3.1s3.1-1.4,3.1-3.1S11.7,250.4,10,250.4z'/%3E %3C/g%3E %3Cg%3E %3Crect x='8.5' y='258.1' width='3' height='3.2'/%3E %3C/g%3E %3Cg%3E %3Crect x='6.8' y='145.8' width='3' height='4.7'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M6.7,156.2h-3V153c0-0.8,0.4-1.6,1-2.2l2.7-2.4l2,2.3L6.7,153V156.2z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M13,156.2h-3V153l-2.6-2.3l2-2.3l2.7,2.4c0.6,0.5,1,1.3,1,2.2V156.2z'/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='12.7,271.9 5.2,271.8 9,266 '/%3E %3C/g%3E %3Cg%3E %3Crect x='7.4' y='271.4' width='3' height='4.7'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M7.3,281.8h-3v-3.2c0-0.8,0.4-1.6,1-2.2l2.7-2.4l2,2.3l-2.6,2.3V281.8z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M13.6,281.8h-3v-3.1l-2.6-2.3l2-2.3l2.7,2.4c0.6,0.5,1,1.3,1,2.2V281.8z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M9.8,227.9h-3v-6.4c0-0.4-0.1-0.9-0.4-1.3l-2.2-3.1l2.5-1.7l2.2,3.1c0.6,0.9,0.9,1.9,0.9,3V227.9z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M9.8,227.9h-3v-6.2c0-1,0.3-1.9,0.8-2.7l2.2-3.5l2.5,1.6l-2.2,3.5c-0.2,0.3-0.3,0.7-0.3,1.2V227.9z'/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='4.7,292.2 11.2,288.5 5.1,285.3 '/%3E %3C/g%3E %3Cg%3E %3Cpath d='M11.8,301.3h-3v-6.4c0-1.1,0.3-2.1,0.9-3l2.2-3.1l2.5,1.7l-2.2,3.1c-0.3,0.4-0.4,0.8-0.4,1.3V301.3z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M11.8,301.3h-3v-5.8c0-0.7-0.2-1.3-0.5-1.9l-2-3.2l2.5-1.6l2,3.2c0.7,1,1,2.2,1,3.5V301.3z'/%3E %3C/g%3E %3Cg%3E %3Crect x='2.8' y='341.4' width='3' height='12.8'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M5.8,354.2h-3v-3.5c0-5.4,6.5-7.7,6.8-7.8l0.9,2.8l-0.5-1.4l0.5,1.4c0,0-4.7,1.6-4.7,4.9V354.2z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M4.7,596.1h-3v-11.2c0-0.7,0.4-1.4,1.1-1.7c0.7-0.3,1.4-0.3,2,0.2l4.7,3.5l-1.8,2.4l-3-2.2V596.1z'/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='6.3,591 10.4,584.7 13.2,591 '/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='7.3,422 7.2,414.5 1.4,418.3 '/%3E %3C/g%3E %3Cg%3E %3Cpath d='M13.8,426.8h-3v-7.1H5.7v-3h5.6c1.4,0,2.5,1.1,2.5,2.5V426.8z'/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='8.3,491.9 8.4,484.4 14.2,488.2 '/%3E %3C/g%3E %3Cg%3E %3Cpath d='M4.8,496.8h-3v-7.6c0-1.4,1.1-2.5,2.5-2.5h5.6v3H4.8V496.8z'/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='10.5,445.7 6.2,451.7 3.7,445.4 '/%3E %3C/g%3E %3Cg%3E %3Cpath d='M14.3,459.1h-3v-6.2l-5.1-4l1.9-2.3l5.1,4.1c0.7,0.5,1,1.3,1,2.2V459.1z'/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='12,538.1 4.5,538 8.3,532.3 '/%3E %3C/g%3E %3Cg%3E %3Crect x='6.7' y='536.4' width='3' height='10.5'/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='3.8,554.7 10,551.1 4.1,548.1 '/%3E %3C/g%3E %3Cg%3E %3Cpath d='M10.6,563.3h-3v-6.1c0-1,0.3-2,0.9-2.9l2.1-3l2.5,1.7l-2.1,3c-0.2,0.3-0.4,0.7-0.4,1.1V563.3z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M10.6,563.3h-3v-5.9c0-0.3-0.1-0.7-0.3-0.9L5.2,553l2.5-1.6l2.1,3.4c0.5,0.8,0.7,1.6,0.7,2.5V563.3z'/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='12.5,504.1 6,500.4 12.2,497.2 '/%3E %3C/g%3E %3Cg%3E %3Cpath d='M8.4,513.2h-3v-6.4c0-0.4-0.1-0.9-0.4-1.3l-2.2-3.1l2.5-1.7l2.2,3.1c0.6,0.9,0.9,1.9,0.9,3V513.2z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M8.4,513.2h-3v-5.5c0-1.4,0.4-2.7,1.1-3.9l1.9-3l2.5,1.6l-1.9,3c-0.4,0.7-0.7,1.5-0.7,2.3V513.2z'/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='7.5,429.9 9.9,437 14.2,431.6 '/%3E %3C/g%3E %3Cg%3E %3Crect x='1.7' y='430.5' width='3' height='12.8'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M4.7,443.3h-3v-3.5c0-5.4,6.5-7.7,6.8-7.8l1,2.8c0,0-4.7,1.6-4.7,4.9V443.3z'/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='10,516.4 7.6,523.5 3.3,518.1 '/%3E %3C/g%3E %3Cg%3E %3Crect x='12.8' y='517' width='3' height='12.8'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M15.8,529.8h-3v-3.5c0-3.3-4.7-4.9-4.7-4.9l1-2.8c0.3,0.1,6.8,2.3,6.8,7.8V529.8z'/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='7.8,598.5 5.4,605.6 1.1,600.2 '/%3E %3C/g%3E %3Cg%3E %3Crect x='10.6' y='599' width='3' height='12.8'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M13.6,611.8h-3v-3.5c0-3.3-4.7-4.9-4.7-4.9l1-2.8c0.3,0.1,6.8,2.3,6.8,7.8V611.8z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M12.9,371.7c-1.6,0-3.1-0.6-4.4-1.1c-1.1-0.4-2.2-0.8-3.2-0.8c-2,0-3.1,1.3-3.1,1.3l-0.8-0.6 c0.1-0.1,1.3-1.7,3.9-1.7c1.2,0,2.3,0.4,3.6,0.9c1.3,0.5,2.6,1,4.1,1c2.5,0,3.2-1.1,3.2-1.1l0.9,0.5C17,370.2,16,371.7,12.9,371.7 z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M12.9,374.3c-1.6,0-3.1-0.6-4.4-1.1c-1.1-0.4-2.2-0.8-3.2-0.8c-2,0-3.1,1.3-3.1,1.3l-0.8-0.6 c0.1-0.1,1.3-1.7,3.9-1.7c1.2,0,2.3,0.4,3.6,0.9c1.3,0.5,2.6,1,4.1,1c2.5,0,3.2-1.1,3.2-1.1l0.9,0.5C17,372.7,16,374.3,12.9,374.3 z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M5.5,364c0,0-1.3-0.2-1.3,1.2c0,1.3,1.3,1.1,1.3,1.1V364z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M13.1,364c0,0,1.3-0.2,1.3,1.2c0,1.3-1.3,1.1-1.3,1.1V364z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M9.3,359.4c-3.1,0-4,3.2-4,3.2v6.7c0,0,1.1,0.1,2,0.4c1,0.3,3.2,1.1,3.2,1.1s1.2,0.4,2.9,0.4v-8.6 C13.4,362.6,12.5,359.4,9.3,359.4z M11.2,363.5c0-0.1-0.4-1.4-1.9-1.4c-1.5,0-1.9,1.4-1.9,1.4l-1-0.2c0.2-0.8,1-2.2,2.8-2.2 s2.7,1.4,2.8,2.2L11.2,363.5z'/%3E %3Cpath d='M13.6,371.5h-0.3c-1.8,0-2.9-0.4-3-0.4l-3.2-1.1c-0.9-0.3-1.9-0.4-2-0.4l-0.2,0l0-7c0,0,1-3.4,4.3-3.4 s4.3,3.4,4.3,3.4l0,0.1V371.5z M5.5,369c0.4,0,1.1,0.1,1.9,0.4l3.2,1.1c0,0,1,0.3,2.6,0.4v-8.3c-0.1-0.3-1-3-3.8-3s-3.7,2.7-3.8,3 V369z M11,363.8l-0.1-0.2c-0.1-0.2-0.4-1.2-1.6-1.2c-1.3,0-1.6,1.2-1.6,1.2l-0.1,0.2l-1.5-0.3l0.1-0.2c0.2-0.8,1.1-2.4,3.1-2.4 s2.9,1.6,3.1,2.4l0.1,0.2L11,363.8z M9.3,361.8c1.3,0,1.9,0.9,2,1.4l0.5-0.1c-0.3-0.7-1-1.8-2.5-1.8c-1.5,0-2.3,1-2.5,1.8l0.5,0.1 C7.5,362.7,8,361.8,9.3,361.8z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M11.5,624.6c-1.6,0-3.1-0.6-4.4-1.1c-1.1-0.4-2.2-0.8-3.2-0.8c-2,0-3,1.3-3.1,1.3l-0.8-0.6 c0.1-0.1,1.3-1.7,3.9-1.7c1.2,0,2.3,0.4,3.6,0.9c1.3,0.5,2.6,1,4.1,1c2.5,0,3.2-1.1,3.2-1.1l0.9,0.5 C15.6,623.1,14.7,624.6,11.5,624.6z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M11.5,627.2c-1.6,0-3.1-0.6-4.4-1.1c-1.1-0.4-2.2-0.8-3.2-0.8c-2,0-3,1.3-3.1,1.3L0.1,626 c0.1-0.1,1.3-1.7,3.9-1.7c1.2,0,2.3,0.4,3.6,0.9c1.3,0.5,2.6,1,4.1,1c2.5,0,3.2-1.1,3.2-1.1l0.9,0.5 C15.6,625.7,14.7,627.2,11.5,627.2z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M4.2,617c0,0-1.3-0.2-1.3,1.2c0,1.3,1.3,1.1,1.3,1.1V617z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M11.7,617c0,0,1.3-0.2,1.3,1.2c0,1.3-1.3,1.1-1.3,1.1V617z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M8,612.3c-3.1,0-4,3.2-4,3.2v6.7c0,0,1.1,0.1,2,0.4c1,0.3,3.2,1.1,3.2,1.1s1.2,0.4,2.9,0.4v-8.6 C12,615.5,11.1,612.3,8,612.3z M9.8,616.4c0-0.1-0.4-1.4-1.9-1.4c-1.5,0-1.9,1.4-1.9,1.4l-1-0.2c0.2-0.8,1-2.2,2.8-2.2 s2.7,1.4,2.8,2.2L9.8,616.4z'/%3E %3Cpath d='M12.2,624.4H12c-1.8,0-2.9-0.4-3-0.4c0,0-2.2-0.8-3.2-1.1c-0.9-0.3-1.9-0.4-2-0.4l-0.2,0l0-7 c0,0,1-3.4,4.3-3.4s4.3,3.4,4.3,3.4l0,0.1V624.4z M4.2,622c0.4,0,1.1,0.1,1.9,0.4c1,0.3,3.2,1.1,3.2,1.1c0,0,1,0.3,2.6,0.4v-8.3 c-0.1-0.3-1-3-3.8-3s-3.7,2.7-3.8,3V622z M9.6,616.7l-0.1-0.2c-0.1-0.2-0.4-1.2-1.6-1.2c-1.3,0-1.6,1.2-1.6,1.2l-0.1,0.2l-1.5-0.3 l0.1-0.2c0.2-0.8,1.1-2.4,3.1-2.4c2,0,2.9,1.6,3.1,2.4l0.1,0.2L9.6,616.7z M8,614.7c1.3,0,1.9,0.9,2,1.4l0.5-0.1 c-0.3-0.7-1-1.8-2.5-1.8c-1.5,0-2.3,1-2.5,1.8l0.5,0.1C6.1,615.6,6.6,614.7,8,614.7z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M5.8,397.8h-1v-2.4c0-0.3,0.4-2.2,4.9-2.2v1c-3.6,0-3.9,1.3-3.9,1.3L5.8,397.8z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M14.2,397.8h-1v-2.4c0,0,0,0,0,0c0,0-0.4-1.2-3.9-1.2v-1c4.5,0,4.9,1.9,4.9,2.2L14.2,397.8z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M15.2,397.2h-1.6H9.8H9.6H5.7H4.2c-0.3,0-0.6,0.3-0.6,0.6v2c0,0.8,0.6,1.4,1.4,1.4h4.6h0.2h4.6 c0.8,0,1.4-0.6,1.4-1.4v-2C15.8,397.5,15.6,397.2,15.2,397.2z M6,399.2c0,0.1-0.1,0.2-0.2,0.2H5.1c-0.1,0-0.2-0.1-0.2-0.2v-0.8 c0-0.1,0.1-0.2,0.2-0.2h0.7c0.1,0,0.2,0.1,0.2,0.2V399.2z M14.6,399.2c0,0.1-0.1,0.2-0.2,0.2h-0.7c-0.1,0-0.2-0.1-0.2-0.2v-0.8 c0-0.1,0.1-0.2,0.2-0.2h0.7c0.1,0,0.2,0.1,0.2,0.2V399.2z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M5.6,403.1H5.3c-0.3,0-0.6-0.3-0.6-0.6v-1.7c0-0.3,0.3-0.6,0.6-0.6h0.3c0.3,0,0.6,0.3,0.6,0.6v1.7 C6.2,402.8,5.9,403.1,5.6,403.1z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M14,403.1h-0.3c-0.3,0-0.6-0.3-0.6-0.6v-1.7c0-0.3,0.3-0.6,0.6-0.6H14c0.3,0,0.6,0.3,0.6,0.6v1.7 C14.7,402.8,14.4,403.1,14,403.1z'/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='17.6,406 1.9,406 1.9,402.4 3.4,402.4 3.4,404.5 16.1,404.5 16.1,402.4 17.6,402.4 '/%3E %3C/g%3E %3Cg%3E %3Crect x='3.4' y='406.2' transform='matrix(0.613 -0.7901 0.7901 0.613 -319.3648 161.8637)' width='4.3' height='1.5'/%3E %3C/g%3E %3Cg%3E %3Crect x='12.7' y='404.8' transform='matrix(0.7903 -0.6127 0.6127 0.7903 -246.5247 93.5742)' width='1.5' height='4.3'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M3.9,568.6h-1v-2.4c0-0.3,0.4-2.2,4.9-2.2v1c-3.6,0-3.9,1.3-3.9,1.3L3.9,568.6z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M12.3,568.6h-1v-2.4c0,0,0,0,0,0c0,0-0.4-1.2-3.9-1.2v-1c4.5,0,4.9,1.9,4.9,2.2L12.3,568.6z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M13.3,568h-1.6H7.9H7.6H3.8H2.2c-0.3,0-0.6,0.3-0.6,0.6v2c0,0.8,0.6,1.4,1.4,1.4h4.6h0.2h4.6 c0.8,0,1.4-0.6,1.4-1.4v-2C13.9,568.3,13.6,568,13.3,568z M4,570c0,0.1-0.1,0.2-0.2,0.2H3.2c-0.1,0-0.2-0.1-0.2-0.2v-0.8 c0-0.1,0.1-0.2,0.2-0.2h0.7c0.1,0,0.2,0.1,0.2,0.2V570z M12.6,570c0,0.1-0.1,0.2-0.2,0.2h-0.7c-0.1,0-0.2-0.1-0.2-0.2v-0.8 c0-0.1,0.1-0.2,0.2-0.2h0.7c0.1,0,0.2,0.1,0.2,0.2V570z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M3.6,574H3.4c-0.3,0-0.6-0.3-0.6-0.6v-1.7c0-0.3,0.3-0.6,0.6-0.6h0.3c0.3,0,0.6,0.3,0.6,0.6v1.7 C4.2,573.7,3.9,574,3.6,574z'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M12.1,574h-0.3c-0.3,0-0.6-0.3-0.6-0.6v-1.7c0-0.3,0.3-0.6,0.6-0.6h0.3c0.3,0,0.6,0.3,0.6,0.6v1.7 C12.7,573.7,12.4,574,12.1,574z'/%3E %3C/g%3E %3Cg%3E %3Cpolygon points='15.6,576.8 0,576.8 0,573.2 1.5,573.2 1.5,575.3 14.1,575.3 14.1,573.2 15.6,573.2 '/%3E %3C/g%3E %3Cg%3E %3Crect x='1.5' y='577' transform='matrix(0.613 -0.7901 0.7901 0.613 -455.0901 226.4351)' width='4.3' height='1.5'/%3E %3C/g%3E %3Cg%3E %3Crect x='10.8' y='575.6' transform='matrix(0.7902 -0.6129 0.6129 0.7902 -351.6887 128.2717)' width='1.5' height='4.3'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .adp .adp-distance {
  color: #2d3e4b;
  font-weight: bold;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .aswth-btn {
  border-left: 2px solid #ffffff;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .aswth input + label::before {
  background-color: #ffffff;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .aswth input + label::after {
  background-color: #2d3e4b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .aswth input:checked + label::before {
  background-color: #2d3e4b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .aswth input:checked + label::after {
  background-color: #ffffff;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .aswth input:disabled + label {
  color: #868e96;
  cursor: not-allowed;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .aswth input:disabled + label::before {
  background-color: #e9ecef;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .content-text .contentA,
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .content-text .contentB {
  color: inherit;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .infoWindow {
  color: inherit;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .infoBox > img.style_0_x {
  background: #2d3e4b none repeat scroll 0 0;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .infoWindow {
  background-color: #ffffff;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .infoWindow .arrow-down {
  border-top: 25px solid #ffffff;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .infoWindow h3 {
  color: #2d3e4b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .infoWindow .features li {
  color: inherit;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .infoWindow a.action {
  background: #2d3e4b none repeat scroll 0 0;
  color: #ffffff;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .infoBox > img.style_2_x {
  background: #2d3e4b none repeat scroll 0 0;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont #style_0.infoWindow h3 {
  background: #2d3e4b none repeat scroll 0 0;
  color: #ffffff !important;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont #style_0.infoWindow a.action {
  background: #2d3e4b none repeat scroll 0 0;
  color: #ffffff;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont #style_0.infoWindow .storelocator-main .action.directions {
  background: #2d3e4b none repeat scroll 0 0;
  border-left: 1px solid #ffffff;
  color: #ffffff;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont #style_1.infoWindow .storelocator-main .action.directions {
  background: #2d3e4b none repeat scroll 0 0;
  color: #ffffff;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont #style_1.infoWindow > h3 {
  color: #2d3e4b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont #style_2.infoWindow h3 {
  background: #2d3e4b none repeat scroll 0 0;
  color: #ffffff;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .agile-modal h4 {
  color: #2d3e4b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .agile-modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  background-clip: padding-box;
  outline: 0;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .agile-modal-content #asl-current-loc {
  width: 100%;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .agile-modal-content .btn.btn-default {
  background: #2d3e4b none repeat scroll 0 0;
  border-radius: 0;
  color: #ffffff;
  height: 34px;
  border-radius: 3px !important;
  padding: 5px 10px !important;
  font-weight: normal !important;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .agile-modal-backdrop {
  background-color: #000000;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .agile-modal-header h4 {
  color: #2d3e4b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .agile-modal h4 {
  color: #2d3e4b;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .agile-modal .form-group .form-control {
  background: #ffffff none repeat scroll 0 0;
  color: inherit;
  border: 1px solid #3d5b99;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .agile-modal .form-group .btn-submit {
  background: #2d3e4b none repeat scroll 0 0;
  border-color: #2d3e4b;
  color: #ffffff;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .agile-modal-footer {
  border-top: 1px solid #e5e5e5;
}
.asl-cont.asl-template-3 .asl-wrapper .sl-main-cont .agile-modal-backdrop-in {
  background-color: #000000;
}

/* End google map */


.filter-scroll.elementor-element.elementor-fixed {
  top: 0 !important;
}



/* FILTER OVERFLOW SCROLL  */

.elementor-36483 .elementor-element.elementor-element-89db678>.elementor-widget-container {
  padding-top:15px !important;
  padding-bottom:15px !important;
}

.shortcode-product-filter-outer  {
  max-height:90vh;
  overflow-y:scroll;
  padding-right: 5px;
  /* padding:15px 10px 15px 1px !important; */
}
/* .shortcode-product-filter-outer::-webkit-scrollbar {
  display:block ;

} */

/* .shortcode-product-filter-outer:hover::-webkit-scrollbar {
  display:block;
} */
/* width */
.shortcode-product-filter-outer::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.shortcode-product-filter-outer::-webkit-scrollbar-track {
  /* display:block ; */
  background: #cecece;
}

/* Handle */
.shortcode-product-filter-outer::-webkit-scrollbar-thumb {
  background: #fbc4a8;
}

/* Handle on hover */
.shortcode-product-filter-outer::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#asl-storelocator.asl-cont.asl-template-3 .sl-main-cont .asl-panel-inner .asl-addr-search .sl-search-btn i,
#asl-storelocator.asl-cont.asl-template-3 .sl-main-cont .btn.btn-asl,
html body .asl-store-pg .asl-content-box .btn-box a.btn.btn-info,
#asl-storelocator.asl-cont.asl-template-3 .infoBox #style_0 .infowindowContent .asl-buttons a {
  background: #2E3E4B !important;
}

#asl-storelocator.asl-cont.asl-template-3 .sl-main-cont .pol-5.pl-0 .btn.btn-asl {
  text-indent: -9999px;
  position: relative;
  width: 110px;
}
#asl-storelocator.asl-cont.asl-template-3 .sl-main-cont .pol-5.pl-0 .btn.btn-asl:after {
  content: "Go to retailer";
  text-indent: 0;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.asl-store-pg {
  padding: 60px 0 !important;
}


/* REQUEST A VISIT  */

.sl-search-btn {
  display: none !important;
}