/* Slideshow video */
.tm-slideshow-video .uk-slideshow > li:first-of-type .uk-overlay-panel {
  padding: 0;
}
.tm-slideshow-video .uk-slideshow > li:first-of-type .ch-slideshow-content {
  display: block !important;
  margin: 0;
}
.tm-slideshow-video .uk-slideshow > li:first-of-type .ch-slideshow-content video {
  max-width: unset;
  min-width: 100vw;
  min-height: 100%;
}
/* End Slideshow video */

/* SEARCH PANEL BUTTON */
body.tm-home .ch-search-button-wrapper .tm-top-search .uk-button {
  padding: 15px 20px !important;
  height: unset;
  min-height: unset;
  line-height: unset;
}

body.tm-home .ch-search-button-wrapper .tm-top-search .ch-search-top {
  margin: 0;
}
body:not(.tm-home) .ch-search-button-wrapper {
  height: unset !important;
  margin: 0px;
  /*padding: 10px 0;*/
  /*background: #f5f5f5;*/
}
body:not(.tm-home) .ch-search-button-wrapper .tm-top-search,
.ch-search-button-wrapper .tm-top-search.uk-active {
  /*background: #647da2;*/
}
.ch-search-button-wrapper .tm-top-search.uk-active {
  padding: 10px 0;
}
.ch-search-button-wrapper .tm-top-search {
  /*background: transparent;*/
}
.ch-search-button-wrapper .tm-top-search .uk-container {
  max-width: 500px;
}
@media (max-width: 639px) {
 .ch-search-button-wrapper .tm-top-search .uk-container {
   padding: 0;
  } 
}
.ch-search-button-wrapper .tm-top-search .ch-search-top {
  /*background: transparent;*/
  padding: 0;
}
.tm-home .ch-search-button-wrapper .tm-top-search .ch-search-top {
  margin: -50px 0 0;
}
.tm-home .ch-search-button-wrapper .tm-top-search .ch-search-top .uk-button {
  padding: 25px 20px;
}
.ch-search-button-wrapper .tm-top-search .ch-search-top .uk-button {
  width: 100%;
  min-width: 100%;
  text-transform: uppercase;
  padding: 15px 20px;
  letter-spacing: 1px;
}
.ch-search-button-wrapper .tm-top-search.uk-active .ch-search-top .uk-button {
  padding: 10px 20px;
}
.ch-search-button-wrapper .tm-top-search .ch-search-top .uk-button .uk-flex > div:first-of-type {
  font-size: 2.6rem;
  font-weight: 700;
}
body:not(.tm-home) .ch-search-button-wrapper .tm-top-search .ch-search-top .uk-button .uk-flex > div:first-of-type,
.ch-search-button-wrapper .tm-top-search.uk-active .ch-search-top .uk-button .uk-flex > div:first-of-type {
  font-size: 2rem;
}
.ch-search-button-wrapper .tm-top-search .ch-search-top .uk-button .uk-flex > div:last-of-type {
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  line-height: 110%;
}
body:not(.tm-home) .ch-search-button-wrapper .tm-top-search .ch-search-top .uk-button .uk-flex > div:last-of-type,
.ch-search-button-wrapper .tm-top-search.uk-active .ch-search-top .uk-button .uk-flex > div:last-of-type {
  font-size: .8rem;
  line-height: 100%;
}
/* END SEARCH PANEL BUTTON */

body:not(.tm-home) .tm-toolbar .uk-clearfix div {
  color: #525c65;
}

/* MOBILE NAV */

@media (min-width:391px) and (max-width:960px) {
  .tm-toolbar .tm-ch-currency {
      margin: 0 40px 0 15px;
  }
}

@media (max-width:390px) {
  .tm-toolbar .tm-ch-currency {
      margin: 0 30px 0 5px;
  }
}

/* END MOBILE NAV */
