@charset "UTF-8";

:root {
  --theme-black: #212121;
  --theme-primary: #a59c94;
  --theme-gray: #bbbcbc;
  --theme-light: #f7f7f7;
  --theme-product: #d9d9d6;
  --theme-link: #212121;
  --padding: 1rem;
  --header-width: 1280px;
  --body-width: 1586px;
}

@media only screen and (min-width: 768px) {
  body {
    --padding: 2rem;
  }
}

html {
  font-size: 18px;
  line-height: 26px;
  box-sizing: border-box;
}

body {
  font-size: 1rem;
  line-height: 1.4444444444em;
  font-family: "ABCArizonaFlare", Sans-Serif;
}

html,
body {
  height: 100%;
  height: 100%;
  min-height: 100%;
  background: #fff;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a {
  color: var(--theme-primary);
  text-decoration: underline;
  transition:
    color 0.1s ease,
    border 0.1s ease,
    font-weight 0.1s ease,
    background 0.1s ease;
}

a:hover {
  color: var(--theme-primary);
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  font-family: "ABCArizonaFlare", Sans-Serif;
  word-wrap: break-word;
  hyphens: auto;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
  margin-top: 0;
}

h1,
.heading-1,
.elementor-widget-heading h1.elementor-heading-title {
  font-size: 50px;
  font-size: 2.7777777778rem;
  line-height: 2.4rem;
  font-weight: 500;
}

h2,
.heading-2,
.elementor-widget-heading h2.elementor-heading-title {
  font-size: 40px;
  font-size: 2.2222222222rem;
  line-height: 2rem;
  font-weight: 500;
}

h3,
.heading-3,
.elementor-widget-heading h3.elementor-heading-title {
  font-size: 25px;
  font-size: 1.3888888889rem;
  line-height: 1.8rem;
}

h4,
.heading-4,
.elementor-widget-heading h4.elementor-heading-title {
  font-size: 1rem;
  line-height: 1.4rem;
}

p,
li {
  font-size: 1rem;
  line-height: 1.4444444444em;
}
p:first-child,
li:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 575px) {
  p,
  li {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}

figure {
  max-width: 100%;
}

img {
  max-width: 100%;
}

strong {
  font-weight: 700;
}

input,
textarea,
select,
option,
button {
  font-family: "ABCArizonaFlare", Sans-Serif;
}

.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5 {
  color: var(--theme-black);
  position: relative;
  display: inline-block;
  font-weight: normal;
}
.heading h1:after,
.heading h2:after,
.heading h3:after,
.heading h4:after,
.heading h5:after {
  content: "";
  width: 70%;
  height: 2px;
  display: inline-block;
  background-color: #9597d2;
  position: relative;
  bottom: 0.6rem;
}
.heading h1 {
  font-size: 50px;
  font-size: 2.7777777778rem;
}
.heading h2 {
  font-size: 42px;
  font-size: 2.3333333333rem;
}
.heading h3 {
  font-size: 35px;
  font-size: 1.9444444444rem;
}
.heading h4 {
  font-size: 22px;
  font-size: 1.2222222222rem;
}
.heading h4:after {
  height: 1px;
}

h1.heading,
h2.heading,
h3.heading,
h4.heading,
h5.heading {
  color: var(--theme-black);
  position: relative;
  display: inline-block;
  font-weight: normal;
  margin: 0 0 0.2em 0;
}
h1.heading:after,
h2.heading:after,
h3.heading:after,
h4.heading:after,
h5.heading:after {
  content: "";
  width: 70%;
  height: 2px;
  display: inline-block;
  background-color: var(--theme-gray);
  position: relative;
  bottom: 0.6rem;
}

h1.heading {
  font-size: 50px;
  font-size: 2.7777777778rem;
}

h2.heading {
  font-size: 42px;
  font-size: 2.3333333333rem;
}

h3.heading {
  font-size: 35px;
  font-size: 1.9444444444rem;
}

h4.heading {
  font-size: 22px;
  font-size: 1.2222222222rem;
}
h4.heading:after {
  height: 1px;
}

ul.horizontal-list {
  list-style-type: none;
  margin: 0 0 2rem 0;
  padding: 0;
  display: inline-block;
}
ul.horizontal-list li {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1;
}
ul.horizontal-list li a.toui-button {
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 0.8888888889em;
  padding: 10px 18px;
  font-weight: 300;
}
#header .main-header .inner-wrapper,
.container,
.container-sm {
  width: 100%;
  max-width: var(--header-width);
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: var(--padding);
  padding-right: var(--padding);
}
body.elementor-page #contents.container {
  --padding: 0rem;
}

.fa-wrapper {
  display: inline;
}

.toui-button .fa-wrapper {
  display: inline-block;
}

a.ui-arrow {
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
}
a.ui-arrow.size-lg::before {
  width: 28px;
}
a.ui-arrow.size-xl::before {
  width: 70px;
}
a.ui-arrow.reverse:before {
  order: 0;
  margin-left: 0px;
  margin-right: 5px;
}
a.ui-arrow.reverse:after {
  content: "\e814";
  order: -1;
  position: relative;
}
a.ui-arrow.reverse:hover:after {
  margin-left: 4px;
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px);
}
a.ui-arrow.download:before {
  content: "";
  display: none;
}
a.ui-arrow.download:after {
  content: "\e818";
  position: relative;
  margin-left: 10px;
  font-size: 1.2em;
}
a.ui-arrow.download:hover:after {
  margin-left: 10px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  transform: translateY(-3px);
}
a.ui-arrow.upload:before {
  content: "";
  display: none;
}
a.ui-arrow.upload:after {
  content: "\e801";
  position: relative;
  margin-left: 10px;
  font-size: 0.6em;
}
a.ui-arrow.upload:hover:after {
  margin-left: 10px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  transform: translateY(-3px);
}
a.ui-arrow:before {
  content: "";
  height: 1px;
  width: 14px;
  margin-left: 5px;
  background-color: var(--theme-primary);
  display: inline-block;
  order: 2;
}
a.ui-arrow:after {
  font-size: 0.7em;
  margin-left: 4px;
  order: 3;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  color: var(--theme-primary);
  content: "\e800";
  font-family: "toui-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.ui-arrow:hover:after {
  margin-left: 12px;
}

#contents {
  max-width: var(--header-width);
}

body.elementor-page #contents,
body.elementor-content-fullwidth #contents {
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.elementor-text-editor p,
.elementor-text-editor li {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.elementor-widget.hvit-lenke a {
  color: #fff;
  text-decoration: underline;
}
.elementor-widget.hvit-lenke a:hover {
  text-decoration: none;
}

@font-face {
  font-family: "Corda";
  src: url("subset-Corda-Light.eot");
  src:
    local("Corda-Light"),
    url("subset-Corda-Light.eot?#iefix") format("embedded-opentype"),
    url("subset-Corda-Light.woff2") format("woff2"),
    url("subset-Corda-Light.woff") format("woff"),
    url("subset-Corda-Light.ttf") format("truetype"),
    url("subset-Corda-Light.svg#Corda-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Corda";
  src: url("subset-Corda-Medium.eot");
  src:
    local("Corda Medium"),
    local("Corda-Medium"),
    url("subset-Corda-Medium.eot?#iefix") format("embedded-opentype"),
    url("subset-Corda-Medium.woff2") format("woff2"),
    url("subset-Corda-Medium.woff") format("woff"),
    url("subset-Corda-Medium.ttf") format("truetype"),
    url("subset-Corda-Medium.svg#Corda-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
body.onscroll .wrapper {
  padding-top: 74px;
}
@media only screen and (max-width: 768px) {
  .wrapper {
    padding-top: 74px;
  }
}
.admin-bar .wrapper {
  padding-top: 0;
}

#header {
  /* position: relative; */
}
#header .top-line {
  background-color: var(--theme-light);
  border-bottom: 1px solid var(--theme-primary);
  padding: 12px 0;
}
#header .top-line .container,
#header .top-line .container-lg,
#header .top-line .container-sm {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  #header .top-line {
    display: none;
  }
}
#header .main-header {
  position: relative;
  height: 84px;
  padding: 5px 0;
  background-color: #fff;
  border-bottom: 1px solid var(--theme-primary);
}
@media only screen and (max-width: 768px) {
  #header .main-header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
  }
}
body.onscroll #header .main-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}
.admin-bar #header .main-header {
  position: static;
}
#header .main-header .site-logo {
  background-image: url(../images/beha-logo-2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 168px;
  height: 74px;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-indent: -90000px;
}
@media only screen and (max-width: 1179px) {
  #header .main-header .site-logo {
    width: 142px;
  }
}
@media only screen and (max-width: 768px) {
  #header .main-header .site-logo {
    width: 124px;
  }
}
#header .main-header .inner-wrapper {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media all and (max-width: 1676px) {
  #header .main-header .inner-wrapper {
    /* padding: 0 5.9%; */
  }
}
#header .main-header .inner-wrapper > .brand,
#header .main-header .inner-wrapper > .header-nav,
#header .main-header .inner-wrapper > .search-form {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: left;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#header .main-header .inner-wrapper .brand {
  padding-right: 1em;
}
@media only screen and (max-width: 575px) {
  #header .main-header .inner-wrapper .brand {
    padding-right: 0;
  }
}
#header .main-header .inner-wrapper .header-nav {
  padding-right: 1em;
  flex: 1 1 auto;
  justify-content: flex-end;
  align-items: center;
  height: 74px;
}
#header .main-header .inner-wrapper .header-nav > ul {
  height: 100%;
  align-items: center;
}
@media all and (max-width: 1080px) {
  #header .main-header .inner-wrapper .header-nav {
    padding-right: 1em;
  }
  body.search-is-active #header .main-header .inner-wrapper .header-nav,
  body.search-results #header .main-header .inner-wrapper .header-nav {
    flex: 0 0 auto;
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #header .main-header .inner-wrapper .header-nav {
    padding-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  #header .main-header .inner-wrapper .header-nav {
    padding-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  #header .main-header .inner-wrapper .search-form {
    display: none;
  }
}
#header .main-header .shopping-cart-area {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 55.5px;
  background-color: var(--theme-primary);
  color: #fff;
  text-align: center;
  line-height: 74px;
}
#header .breadcrumbs {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  box-sizing: border-box;
}
#header .breadcrumbs,
.container-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--body-width);
  padding-left: var(--padding);
  padding-right: var(--padding);
}
#header .breadcrumbs p {
  font-size: 14px;
  font-size: 0.7777777778rem;
  color: var(--theme-gray);
  margin-bottom: 0;
}
#header .breadcrumbs p a {
  color: inherit;
  text-decoration: none;
}
#header .breadcrumbs p a:hover {
  color: var(--theme-black);
}
#header .breadcrumbs p .active-page {
  color: var(--theme-black);
}
#header .woocommerce-breadcrumb {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  font-size: 14px;
  font-size: 0.7777777778rem;
  color: var(--theme-gray);
}
#header .woocommerce-breadcrumb p {
  margin-bottom: 0;
}
#header .woocommerce-breadcrumb a {
  color: var(--theme-gray);
  text-decoration: none;
}
#header .woocommerce-breadcrumb a:hover {
  color: var(--theme-black);
}

.header-fb-link a {
  background-color: var(--theme-primary);
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 24px;
  line-height: 25px;
  color: #fff !important;
  position: relative;
  top: -3px;
  float: left;
  margin-right: 3px;
}
.header-fb-link a:hover {
  background-color: #9597d2;
}

.search-form {
  position: relative;
  padding: 0;
  width: 290px;
}
@media all and (max-width: 1080px) {
  .search-form {
    width: 36px;
  }
  body.search-is-active .search-form {
    width: 320px;
  }
}
@media all and (max-width: 768px) {
  .search-form {
    width: 320px;
  }
  body.search-is-active .search-form {
    width: 320px;
  }
}
.search-form > div {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid var(--theme-primary);
  transition: width 0.5s ease-out;
  overflow: hidden;
  width: 100%;
}
.search-form > div input[type="search"],
.search-form > div input[type="text"] {
  width: 100%;
  outline: none;
  border: 0;
  background: #fff;
  padding: 8px 0;
  margin: 0;
  color: var(--theme-black);
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 300;
}
@media all and (max-width: 1080px) {
  .search-form > div input[type="search"],
  .search-form > div input[type="text"] {
    width: 0%;
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
  body.search-is-active .search-form > div input[type="search"],
  body.search-is-active .search-form > div input[type="text"] {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .search-form > div input[type="search"],
  .search-form > div input[type="text"] {
    width: 100%;
  }
  body.search-is-active .search-form > div input[type="search"],
  body.search-is-active .search-form > div input[type="text"] {
    width: 100%;
  }
}
.search-form > div input[type="search"]::-webkit-input-placeholder,
.search-form > div input[type="text"]::-webkit-input-placeholder {
  color: #a2b6bd;
}
.search-form > div input[type="search"]:-moz-placeholder,
.search-form > div input[type="text"]:-moz-placeholder {
  color: #a2b6bd;
}
.search-form > div input[type="search"]::-moz-placeholder,
.search-form > div input[type="text"]::-moz-placeholder {
  color: #a2b6bd;
}
.search-form > div input[type="search"]:-ms-input-placeholder,
.search-form > div input[type="text"]:-ms-input-placeholder {
  color: #a2b6bd;
}
.search-form > div input[type="search"]::-webkit-search-decoration,
.search-form > div input[type="search"]::-webkit-search-cancel-button,
.search-form > div input[type="search"]::-webkit-search-results-button,
.search-form > div input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.search-form > div button {
  border: 0;
  position: absolute;
  right: 0;
  top: 6px;
  background: transparent;
  color: #a2b6bd;
  font-size: 20px;
  font-size: 1.1111111111rem;
}
.search-form.mobile-search {
  width: 85%;
}
.search-form.mobile-search > div {
  width: 100%;
  margin: 0;
  overflow: auto;
  float: none;
}
.search-form.mobile-search > div input {
  width: 100%;
  font-size: 18px;
  font-size: 1rem;
  font-family: "ABCArizonaFlare", Sans-Serif;
  color: var(--theme-primary);
}
.search-form.mobile-search > span {
  position: absolute;
  top: -3px;
  right: 0;
  float: none;
}
.icon-search {
  display: block;
  width: 1em;
  height: 1em;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../images/ikoner/search.svg);
}

ul.reponsive-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.reponsive-menu li {
  position: relative;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  ul.reponsive-menu li {
    display: block;
    position: static;
    float: none;
  }
}
ul.reponsive-menu li a {
  display: block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  ul.reponsive-menu li a {
    display: block;
    position: relative;
    text-decoration: none;
  }
}
ul.reponsive-menu ul {
  position: absolute;
  z-index: 9999;
  min-width: 100px;
  max-width: 360px;
  width: auto;
  top: auto;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
ul.reponsive-menu ul.align-menu-right {
  left: auto;
  right: 0;
}
ul.reponsive-menu ul li {
  white-space: nowrap;
}
ul.reponsive-menu ul li ul {
  top: 0;
  left: 100%;
}
ul.reponsive-menu ul li a {
  position: relative;
  display: block;
}
@media only screen and (max-width: 768px) {
  ul.reponsive-menu ul {
    position: static;
    max-width: 100%;
  }
  ul.reponsive-menu ul.level-2 li a:before {
    margin-left: 10px;
    content: "";
  }
  ul.reponsive-menu ul.level-3 li a:before {
    margin-left: 20px;
    content: "";
  }
  ul.reponsive-menu ul.level-4 li a:before {
    margin-left: 30px;
    content: "";
  }
  ul.reponsive-menu ul.level-5 li a:before {
    margin-left: 40px;
    content: "";
  }
  ul.reponsive-menu ul.level-6 li a:before {
    margin-left: 50px;
    content: "";
  }
}
ul.reponsive-menu > li {
  float: left;
  position: relative;
}
#mainmenu .submenu {
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  margin: 0;
  left: 0;
  top: 100%;
  position: absolute;
}
#mainmenu .menu-expanded ~ .submenu {
  display: block !important;
}
#mainmenu > li:hover .submenu {
  display: block !important;
}
#mainmenu > li:last-child {
  margin-right: 0;
}
ul.reponsive-menu > li.last-menu-item ul li {
  left: 0;
  right: 100%;
}
@media only screen and (max-width: 768px) {
  ul.reponsive-menu > li {
    display: block;
    position: static;
    float: none;
    margin-right: 0;
  }
}
ul.reponsive-menu.vertical li {
  display: block;
  float: none;
  position: static;
  white-space: normal;
  margin-bottom: 0;
  margin-right: 0;
}
ul.reponsive-menu.vertical li a {
  position: relative;
  display: block;
  text-decoration: none;
}
ul.reponsive-menu.vertical ul {
  position: static;
  width: 100%;
  max-width: 100%;
}
ul.reponsive-menu.vertical ul.level-2 li > a {
  padding-left: 10px;
}
ul.reponsive-menu.vertical ul.level-3 li > a {
  padding-left: 20px;
}
ul.reponsive-menu.vertical ul.level-4 li > a {
  padding-left: 30px;
}
ul.reponsive-menu.vertical ul.level-5 li > a:before {
  margin-left: 40px;
  content: "";
}
ul.reponsive-menu.vertical ul.level-6 li > a:before {
  margin-left: 50px;
  content: "";
}
ul.reponsive-menu.flyout {
  display: inline-block;
  min-width: 200px;
  width: auto;
}
ul.reponsive-menu.flyout li {
  display: block;
  float: none;
  position: relative;
  white-space: normal;
  margin-bottom: 0;
  margin-right: 0;
}
ul.reponsive-menu.flyout li a {
  position: relative;
  display: block;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  ul.reponsive-menu.flyout li a {
    display: block;
    position: relative;
    text-decoration: none;
  }
}
@media only screen and (max-width: 768px) {
  ul.reponsive-menu.flyout li {
    display: block;
    position: static;
    float: none;
  }
}
ul.reponsive-menu.flyout ul {
  position: absolute;
  z-index: 9999;
  min-width: 200px;
  width: auto;
  top: 0;
  left: 100%;
  right: auto;
}
ul.reponsive-menu.flyout ul.level-2 li > a,
ul.reponsive-menu.flyout ul.level-3 li > a,
ul.reponsive-menu.flyout ul.level-4 li > a {
  padding-left: 0;
}
ul.reponsive-menu.flyout ul.level-5 li > a:before,
ul.reponsive-menu.flyout ul.level-6 li > a:before {
  margin-left: 0px;
  content: "";
}
@media only screen and (max-width: 768px) {
  ul.reponsive-menu.flyout ul {
    position: static;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  ul.reponsive-menu.flyout {
    display: block;
    width: auto;
  }
}
ul.reponsive-menu:after {
  display: table;
  clear: both;
  content: " ";
  width: 0;
  height: 0;
}

#menudrawer-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  top: 0;
  bottom: 0;
  z-index: 888;
  display: block;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

#shopmenu-drawer {
  background: rgba(0, 0, 0, 0.9);
  left: -100%;
  width: 85%;
}
#shopmenu-drawer.expanded {
  left: 0;
  width: 85%;
  box-shadow: 0 1px 10px 3px rgba(0, 0, 0, 0.4);
}
#shopmenu-drawer .close-drawer {
  float: none;
}
#shopmenu-drawer .close-drawer a {
  width: 30px;
  height: 30px;
  top: -6px;
  left: -9px;
  opacity: 1;
}
#shopmenu-drawer .close-drawer a:hover:before,
#shopmenu-drawer .close-drawer a:hover:after {
  background-color: #fff;
}

.responsive-menu-drawer {
  background: #fff;
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  height: 100vh;
  visibility: hidden;
  padding: 1em;
  z-index: 999;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.admin-bar .responsive-menu-drawer {
  top: var(--wp-admin--admin-bar--height);
}
.responsive-menu-drawer.expanded {
  right: 0;
  visibility: visible;
  overflow-y: auto;
  box-shadow: 0 1px 10px 3px rgba(0, 0, 0, 0.12);
}
.responsive-menu-drawer .close-drawer {
  display: block;
  float: right;
}
.responsive-menu-drawer .close-drawer a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  text-indent: -9000px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -webkit-transition-delay: 0.4s;
  /* Safari */
  transition-delay: 0.4s;
}
.responsive-menu-drawer .close-drawer a:before,
.responsive-menu-drawer .close-drawer a:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 2px;
  margin-top: 0px;
  background: #ff2300;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.responsive-menu-drawer .close-drawer a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.responsive-menu-drawer .close-drawer a:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.responsive-menu-drawer .close-drawer a:hover:before,
.responsive-menu-drawer .close-drawer a:hover:after {
  background: var(--theme-black);
}

body.menu-drawer-is-visible,
body.drawer-open {
  margin-top: 0;
  overflow: hidden;
  height: 100% !important;
}
body.menu-drawer-is-visible #menudrawer-overlay,
body.drawer-open #menudrawer-overlay {
  opacity: 1;
}
body.menu-drawer-is-visible .toggle-menudrawer,
body.drawer-open .toggle-menudrawer {
  opacity: 0;
}
body.menu-drawer-is-visible .responsive-menu-drawer .close-drawer a,
body.drawer-open .responsive-menu-drawer .close-drawer a {
  opacity: 1;
}

.drawer-header {
  height: 56px;
}

.drawer-header {
  height: 56px;
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}

.drawer-header > span,
.drawer-header > form {
  flex: 0 1 auto;
}

.drawer-header > form {
  width: 100%;
}

.js__toggleMobileSideNav {
  display: none;
  width: 36px;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 50% 50%;
  -moz-border-radius: 50% 50%;
  -ms-border-radius: 50% 50%;
  -o-border-radius: 50% 50%;
  border-radius: 50% 50%;
  font-size: 18px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  background-color: var(--theme-primary);
  cursor: pointer;
}
.js__toggleMobileSideNav span {
  line-height: 1;
  font-size: inherit;
  color: inherit;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .tlc {
    display: none;
  }
}

.responsive-menu-drawer {
  padding: 1rem 1.5rem;
}
.responsive-menu-drawer .close-drawer {
  margin-top: 0px;
  margin-right: 0px;
  float: none;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50% 50%;
  font-size: 18px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  background-color: var(--theme-primary);
  cursor: pointer;
}
.responsive-menu-drawer .close-drawer span {
  line-height: 1;
  font-size: inherit;
  color: inherit;
  font-weight: normal;
}
.responsive-menu-drawer .close-drawer > a {
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-left: 4px;
}
.responsive-menu-drawer .close-drawer > a:before,
.responsive-menu-drawer .close-drawer > a:after {
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  #mainmenu {
    display: none;
  }
}

.top-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.top-menu li {
  font-size: 14px;
  font-size: 0.7777777778rem;
  float: left;
  display: inline-block;
  font-weight: 300;
}
.top-menu li > a {
  display: block;
  color: var(--theme-primary);
  text-decoration: none;
}
.top-menu li > a:hover {
  color: var(--theme-black);
}
.top-menu li.menu-item-current > a,
.top-menu li.current-menu-item > a,
.top-menu li.is-active-element > a,
.top-menu li.current_page_parent > a,
.top-menu li.current_page_ancestor > a {
  color: var(--theme-primary);
}
.top-menu > li:not(:last-child) {
  margin-right: 8px;
}
.top-menu > li:not(:last-child) > a:after {
  content: "|";
  display: inline-block;
  margin-left: 8px;
}

.menu,
.menu li {
  margin: 0;
  padding: 0;
}
.menu li,
.menu a {
  display: block;
}
.menu li {
  position: relative;
  font-family: "ABCArizonaFlare", Sans-Serif;
  text-transform: normal;
  font-size: 16px;
  font-size: 0.8888888889rem;
  margin-right: 20px;
  line-height: 1;
}
.menu li.menu-item-current > a,
.menu li.current-menu-item > a,
.menu li.is-active-element > a,
.menu li.current_page_parent > a,
.menu li.current_page_ancestor > a,
.menu li.current-product-ancestor > a,
.menu li.current-product_cat-ancestor > a {
  color: var(--theme-primary);
  background-color: transparent;
}
@media all and (max-width: 1300px) {
  .menu li {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 1179px) {
  .menu li {
    font-size: 16px;
    font-size: 0.8888888889rem;
    margin-right: 12px;
  }
}
.menu li a {
  color: var(--theme-black);
  transition: background 0.25s ease-in-out;
  text-decoration: none;
}
.menu li a:hover,
.menu li a:active,
.menu li a:focus {
  color: var(--theme-primary);
  background-color: transparent;
}
.menu > li > ul {
  padding: 0 0 0.8rem 0;
  border-bottom: 1px solid #e3ecf0;
}
.menu > li > a {
  padding: 12px 0;
}
#mainmenu > li.has-children > a {
  position: relative;
  padding-right: 12px;
}
#mainmenu > li.has-children > a:after {
  content: "\2039";
  font-size: 18px;
  transform: rotate(-90deg);
  position: absolute;
  right: 0;
  top: 10px;
}
#mainmenu > li.has-children > a.menu-expanded:after {
  transform: rotate(90deg);
}
.menu > li ul li {
  margin-right: 0;
}
.menu > li ul li a {
  padding-right: 0;
}
.menu > li ul li a span.caret:after {
  padding-top: 7px;
}
.menu > li ul > li > a {
  padding: 7px 12px;
  display: block;
}

@media only screen and (min-width: 768px) {
  /* 2.1 Flex-display of `.menu` for desktop */
  .menu {
    display: flex;
    flex-flow: row wrap;
    /* 2.1.1 Border adjustments for menu-items */
  }
}
.mega-menu-outer {
  background: var(--theme-light);
  width: 100%;
  position: relative;
  top: 5px;
  z-index: 998;
  box-shadow: 0 3px 12px -6px rgba(0, 0, 0, 0.5);
  padding: 2em 0;
  opacity: 0;
  pointer-events: none;
  transition:
    0.5s opacity ease-in-out,
    0.5s position ease-in-out;
}
@media only screen and (min-width: 768px) {
  .mega-menu-outer .container > .row {
    margin-left: 50px;
    margin-right: 50px;
  }
}

.mega-menu-outer.visible {
  opacity: 1;
  pointer-events: all;
}

#drawer-mainmenu span.caret {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 36px;
  height: 100%;
  background: transparent;
  text-align: center;
  font-family: "toui-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#drawer-mainmenu span.caret:after {
  padding-top: 10px;
  content: "\e879";
  display: block;
}
#drawer-mainmenu span.caret.open:after {
  content: "\e87b";
}

#topmenu-in-drawer {
  border-top: 1px solid var(--theme-gray);
  margin-top: 1em;
  padding-top: 0.5em;
  display: block;
}
#topmenu-in-drawer li {
  font-size: 14px;
  font-size: 0.7777777778rem;
}
#topmenu-in-drawer li > a {
  display: block;
  color: var(--theme-gray);
  text-decoration: none;
  padding: 6px 0;
}
#topmenu-in-drawer li > a:hover {
  color: var(--theme-primary);
}

#topmenu-mega-menu .mm-menu,
#topmenu-mega-menu .mm-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#topmenu-mega-menu .mm-menu ul {
  margin-top: 4px;
}
#topmenu-mega-menu .mm-menu ul li {
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 400;
}
#topmenu-mega-menu .mm-menu ul li > a {
  text-decoration: none;
  color: var(--theme-gray);
}
#topmenu-mega-menu .mm-menu ul li > a:hover {
  color: var(--theme-primary);
}
#topmenu-mega-menu .mm-menu ul li.is-active-product > a {
  font-weight: 500;
  color: var(--theme-black);
}
#topmenu-mega-menu .mm-menu > li {
  font-size: 18px;
  font-size: 1rem;
  margin: 0 0 12px 0;
  font-weight: 400;
}
#topmenu-mega-menu .mm-menu > li > a {
  text-decoration: none;
  color: var(--theme-black);
}
#topmenu-mega-menu .mm-menu > li > a:hover {
  color: var(--theme-primary);
}
#topmenu-mega-menu .mm-menu > li.is-active-category,
#topmenu-mega-menu .mm-menu > li.is-parent-category {
  font-weight: 500;
}
#topmenu-mega-menu .mm-menu > li.is-active-category > a,
#topmenu-mega-menu .mm-menu > li.is-parent-category > a {
  color: var(--theme-primary);
}
#topmenu-mega-menu .mm-menu > li .dd-trigger {
  font-family: "toui-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 8px;
}
#topmenu-mega-menu .mm-menu > li .dd-trigger:after {
  content: "\e879";
  display: block;
}
#topmenu-mega-menu .mm-menu > li .dd-trigger.open:after {
  content: "\e87b";
}

#footer {
  background: var(--theme-black);
  color: white;
  position: relative;
  z-index: 1;
  margin-top: 4em;
}
@media only screen and (max-width: 1179px) {
  #footer {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 768px) {
  #footer {
    margin-top: 1em;
  }
}
#footer h3,
#footer h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.5rem;
  color: var(--theme-gray);
}
#footer a {
  color: white;
  text-decoration: none;
}
#footer a:hover {
  color: white;
  text-decoration: underline;
}
#footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer p,
#footer li,
#footer span {
  font-weight: 300;
}
#footer #branding-footer {
  padding: 2rem 0 1rem;
}
#footer #branding-footer .column {
  padding-bottom: 0;
}
#footer #branding-footer .site-logo {
  background-image: url(../images/beha-logo-2-white.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  width: 140px;
  height: 32px;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-indent: -90000px;
  filter: grayscale(100%);
  transition: 0.4s all ease-in-out;
}
#footer #branding-footer .site-logo:hover {
  filter: grayscale(0);
}
#footer #branding-footer .tag-line {
  margin: 0 0 0 12px;
  padding: 0 0 0 0;
  line-height: 1;
  font-size: 15px;
  font-size: 0.8333333333rem;
  font-weight: 300;
  display: inline-block;
  position: relative;
  top: 9px;
}
#footer #branding-footer .social-media {
  display: inline-block;
}
#footer #branding-footer .social-media li {
  display: inline-block;
  margin-right: 6px;
  font-size: 1.3em;
}
#footer #branding-footer .social-media li a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 50% 50%;
  -moz-border-radius: 50% 50%;
  -ms-border-radius: 50% 50%;
  -o-border-radius: 50% 50%;
  border-radius: 50% 50%;
  font-size: 18px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  background-color: var(--theme-gray);
  cursor: pointer;
}
#footer #branding-footer .social-media li a span {
  line-height: 1;
  font-size: inherit;
  color: inherit;
  font-weight: normal;
}
#footer #branding-footer .social-media li a:hover {
  background-color: var(--theme-primary);
}
#footer #main-footer {
  padding: 4em 0;
}
#footer #main-footer .footer-block,
#footer #main-footer .dcwp-sidebar {
  margin-bottom: 2em;
}
#footer #main-footer .contact-information ul li a span {
  padding-right: 8px;
  color: inherit;
}
#footer #main-footer .contact-information ul li a:hover {
  text-decoration: none;
}
#footer #main-footer .container > .row > .column:first-child,
#footer #main-footer .container-lg > .row > .column:first-child,
#footer #main-footer .container-sm > .row > .column:first-child {
  position: relative;
}
#footer #main-footer .container > .row > .column:first-child:after,
#footer #main-footer .container-lg > .row > .column:first-child:after,
#footer #main-footer .container-sm > .row > .column:first-child:after {
  content: "";
  height: 100%;
  width: 1px;
  background: var(--theme-primary);
  position: absolute;
  right: 2em;
  top: 0;
}
#footer #bottom-line {
  padding: 1em 0;
  border-top: 1px solid var(--theme-primary);
}
#footer #bottom-line p {
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.3em;
  margin: 0;
}
#footer #bottom-line p a {
  text-decoration: none;
}
#footer #bottom-line p a:hover,
#footer #bottom-line p a:active {
  color: var(--theme-primary);
  text-decoration: underline;
}

a.back-to-top,
a.back-to-top:link,
a.back-to-top:visited {
  position: absolute;
  z-index: 999;
  right: 2em;
  top: 2rem;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50% 50%;
  font-size: 18px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  background-color: var(--theme-primary);
  cursor: pointer;
}
a.back-to-top > i,
a.back-to-top > span.fa-wrapper,
a.back-to-top:link > i,
a.back-to-top:link > span.fa-wrapper,
a.back-to-top:visited > i,
a.back-to-top:visited > span.fa-wrapper {
  font-size: 1.3rem;
  color: #fff !important;
  line-height: 30px;
  width: 30px;
  text-align: center;
}
a.back-to-top.visible,
a.back-to-top:link.visible,
a.back-to-top:visited.visible {
  opacity: 1;
}

a.back-to-top:hover {
  background-color: var(--theme-gray);
}

.inner-column-50 {
  float: left;
  width: 48%;
  margin-right: 2%;
}
.inner-column-50:last-of-type {
  margin-right: 0;
}

body.page-template-default .wp-page,
body.search-results .wp-page,
body.search-no-results .wp-page {
  padding: 4em 0;
}
@media only screen and (max-width: 1179px) {
  body.page-template-default .wp-page,
  body.search-results .wp-page,
  body.search-no-results .wp-page {
    padding: 2em 0;
  }
}
@media only screen and (max-width: 768px) {
  body.page-template-default .wp-page,
  body.search-results .wp-page,
  body.search-no-results .wp-page {
    padding: 1em 0;
  }
}
body.elementor-page .wp-page,
body.elementor-page.page-template-default .wp-page {
  padding: 0 0;
}
@media only screen and (max-width: 1179px) {
  body.elementor-page .wp-page,
  body.elementor-page.page-template-default .wp-page {
    padding: 0 0;
  }
}
@media only screen and (max-width: 768px) {
  body.elementor-page .wp-page,
  body.elementor-page.page-template-default .wp-page {
    padding: 0.6rem 0;
  }
}
body.narrow-content-area .wp-page {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 1179px) {
  body.narrow-content-area .wp-page {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  body.narrow-content-area .wp-page {
    width: 90%;
  }
}
@media only screen and (max-width: 575px) {
  body.narrow-content-area .wp-page {
    width: 100%;
  }
}

#woo-product-header {
  background-color: #fff;
  padding-bottom: 25px;
}
#woo-product-header .row {
  background-color: var(--theme-product);
}
@media only screen and (max-width: 768px) {
  #woo-product-header .row {
    margin: 0;
  }
}
#woo-product-header .product-image-gallery {
  padding-left: 0;
}
@media all and (max-width: 1024px) {
  #woo-product-header .product-image-gallery {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #woo-product-header .product-image-gallery {
    padding-right: 0;
  }
}
#woo-product-header .product-image-gallery .gallery-wrapper,
#woo-product-header .product-image-gallery .slick-list,
#woo-product-header .product-image-gallery .slick-track {
  height: 100%;
}
#woo-product-header .product-image-gallery .gallery-entry {
  width: 100%;
  min-height: 580px;
  height: 100%;
}
@media only screen and (max-width: 1179px) {
  #woo-product-header .product-image-gallery .gallery-entry {
    min-height: 460px;
  }
}
@media all and (max-width: 1066px) {
  #woo-product-header .product-image-gallery .gallery-entry {
    min-height: 420px;
  }
}
@media only screen and (max-width: 768px) {
  #woo-product-header .product-image-gallery .gallery-entry {
    min-height: 380px;
  }
}
@media only screen and (max-width: 575px) {
  #woo-product-header .product-image-gallery .gallery-entry {
    min-height: 270px;
  }
}
#woo-product-header .product-image-gallery .gallery-entry .image-container {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#woo-product-header .product-image-gallery .gallery-entry .image-container img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}
#woo-product-header .product-image-gallery .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#woo-product-header .product-image-gallery .slick-dots {
  bottom: 26px;
  left: 26px;
  text-align: left;
}
#woo-product-header .product-image-gallery .slick-dots li button {
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-border-radius: 50% 50%;
  -moz-border-radius: 50% 50%;
  -ms-border-radius: 50% 50%;
  -o-border-radius: 50% 50%;
  border-radius: 50% 50%;
}
#woo-product-header .product-image-gallery .slick-dots li button:before {
  content: "";
}
#woo-product-header .product-image-gallery .slick-dots li.slick-active button {
  border-color: var(--theme-primary);
}
#woo-product-header .product-image-gallery .swiper-pagination-bullets {
  bottom: 26px;
  left: 26px;
  text-align: left;
}
#woo-product-header
  .product-image-gallery
  .swiper-pagination-bullets
  span.swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  background-color: transparent;
  opacity: 1;
  margin: 0 3px;
  -webkit-border-radius: 50% 50%;
  -moz-border-radius: 50% 50%;
  -ms-border-radius: 50% 50%;
  -o-border-radius: 50% 50%;
  border-radius: 50% 50%;
}
#woo-product-header
  .product-image-gallery
  .swiper-pagination-bullets
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--theme-primary);
}
#woo-product-header .product-introduction {
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  #woo-product-header .product-introduction {
    padding-left: 0;
  }
}
@media all and (max-width: 1024px) {
  #woo-product-header .product-introduction {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
#woo-product-header .product-introduction .sizer {
  height: 100%;
  display: flex;
  padding: 2em;
}
@media all and (max-width: 890px) {
  #woo-product-header .product-introduction .sizer {
    padding: 1em;
  }
}
@media only screen and (max-width: 768px) {
  #woo-product-header .product-introduction .sizer {
    padding: 6px;
  }
}
#woo-product-header .product-introduction .inner-column {
  background-color: #fff;
  padding: 4em 2em 1em 2em;
  flex: 1 1 auto;
}
@media only screen and (max-width: 768px) {
  #woo-product-header .product-introduction .inner-column {
    padding: 2em 2em 2em 2em;
  }
}
@media only screen and (max-width: 575px) {
  #woo-product-header .product-introduction .inner-column {
    padding: 1em 1em 1em 1em;
  }
}
#woo-product-header .product-introduction .inner-column .column-buttons {
  margin-top: 2em;
}
@media all and (max-width: 1066px) {
  #woo-product-header .product-introduction .inner-column .column-buttons {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 768px) {
  #woo-product-header .product-introduction .inner-column .column-buttons {
    margin-top: 1em;
  }
}
@media all and (max-width: 1066px) {
  #woo-product-header .product-introduction ul.horizontal-list {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  #woo-product-header .product-introduction ul.horizontal-list {
    margin-bottom: 1rem;
  }
}
#woo-product-header
  .product-introduction
  ul.horizontal-list
  li
  > a.toui-button {
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 0.8888888889em;
  padding: 10px 18px;
  font-weight: 300;
}
@media all and (max-width: 1066px) {
  #woo-product-header
    .product-introduction
    ul.horizontal-list
    li
    > a.toui-button {
    font-size: 12px;
    font-size: 0.6666666667rem;
  }
}
@media only screen and (max-width: 575px) {
  #woo-product-header
    .product-introduction
    ul.horizontal-list
    li
    > a.toui-button {
    font-size: 12px;
    font-size: 0.6666666667rem;
  }
}
#woo-product-header .product-introduction .product-title {
  font-size: 25px;
  font-size: 1.3888888889rem;
  font-weight: bold;
  margin: 0 0 0.5rem 0;
}
@media only screen and (max-width: 1179px) {
  #woo-product-header .product-introduction .product-title {
    font-size: 23px;
    font-size: 1.2777777778rem;
  }
}
@media all and (max-width: 1066px) {
  #woo-product-header .product-introduction .product-title {
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}
@media only screen and (max-width: 768px) {
  #woo-product-header .product-introduction .product-title {
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}
@media only screen and (max-width: 575px) {
  #woo-product-header .product-introduction .product-title {
    font-size: 18px;
    font-size: 1rem;
  }
}
#woo-product-header .product-introduction .model-name {
  font-size: 36px;
  font-size: 2rem;
  font-weight: normal;
  margin: 0;
  line-height: 1.1em;
}
@media only screen and (max-width: 1179px) {
  #woo-product-header .product-introduction .model-name {
    font-size: 30px;
    font-size: 1.6666666667rem;
  }
}
@media all and (max-width: 1066px) {
  #woo-product-header .product-introduction .model-name {
    font-size: 26px;
    font-size: 1.4444444444rem;
  }
}
@media only screen and (max-width: 768px) {
  #woo-product-header .product-introduction .model-name {
    font-size: 26px;
    font-size: 1.4444444444rem;
  }
}
@media only screen and (max-width: 575px) {
  #woo-product-header .product-introduction .model-name {
    font-size: 22px;
    font-size: 1.2222222222rem;
  }
}
#woo-product-header .product-introduction .product-description {
  margin: 1.8rem 0 0 0;
}
@media all and (max-width: 1066px) {
  #woo-product-header .product-introduction .product-description {
    margin-top: 1.1rem;
  }
}
@media only screen and (max-width: 768px) {
  #woo-product-header .product-introduction .product-description {
    margin-top: 1.1rem;
  }
}
@media only screen and (max-width: 575px) {
  #woo-product-header .product-introduction .product-description {
    margin-top: 1rem;
  }
}
#woo-product-header .product-introduction .product-description p,
#woo-product-header .product-introduction .product-description li {
  font-size: 18px;
  font-size: 1rem;
}
@media all and (max-width: 1066px) {
  #woo-product-header .product-introduction .product-description p,
  #woo-product-header .product-introduction .product-description li {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
@media only screen and (max-width: 768px) {
  #woo-product-header .product-introduction .product-description p,
  #woo-product-header .product-introduction .product-description li {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
@media only screen and (max-width: 575px) {
  #woo-product-header .product-introduction .product-description p,
  #woo-product-header .product-introduction .product-description li {
    font-size: 12px;
    font-size: 0.6666666667rem;
  }
}
#woo-product-header .product-introduction .product-attrs {
  display: block;
  max-width: 80%;
  margin-bottom: 1rem;
}
#woo-product-header .product-introduction .product-attrs li {
  display: block;
  line-height: 1.4em;
  margin-bottom: 6px;
  font-size: 16px;
  font-size: 0.8888888889rem;
}
#woo-product-header .product-introduction .product-attrs li span {
  color: var(--theme-primary);
  /* margin-right: 6px; */
}
#woo-product-header .product-introduction .product-attrs li em {
  font-style: normal;
}
#woo-product-header
  .product-introduction
  .product-attrs
  li:not(:last-child):after {
  padding: 0 6px;
  display: inline-block;
}
@media all and (max-width: 1066px) {
  #woo-product-header .product-introduction .product-attrs li {
    font-size: 14px;
    font-size: 0.7777777778rem;
    line-height: 1.1em;
  }
}
@media only screen and (max-width: 768px) {
  #woo-product-header .product-introduction .product-attrs li {
    font-size: 14px;
    font-size: 0.7777777778rem;
    line-height: 1.1em;
  }
}
@media only screen and (max-width: 575px) {
  #woo-product-header .product-introduction .product-attrs li {
    font-size: 12px;
    font-size: 0.6666666667rem;
    line-height: 1.1em;
  }
}
#woo-product-header .product-introduction .color-option {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 2px solid var(--theme-gray);
  background: #fff;
  border-radius: 50% 50%;
  margin-left: 4px;
}
#woo-product-header .product-introduction .color-option.color-black {
  background: #222;
}
#woo-product-header .product-introduction .color-option.color-white {
  background: #fff;
}
#woo-product-header .product-introduction .color-option.color-grey {
  background: #525252;
}
#woo-product-header .product-introduction .color-option.color-orange {
  background: orange;
}
#woo-product-header .product-introduction .color-option.color-red {
  background: red;
}
#woo-product-header .product-introduction .color-option.color-blue {
  background: blue;
}
#woo-product-header .column {
  padding-bottom: 0 !important;
}

#product-icon-row {
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 4em;
}
@media only screen and (max-width: 768px) {
  #product-icon-row {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  #product-icon-row {
    margin-bottom: 2em;
  }
}
#product-icon-row .column {
  padding-bottom: 0;
}
#product-icon-row .back-arrow {
  max-width: 150px;
}
#product-icon-row .icon-row {
  text-align: right;
}
@media only screen and (max-width: 575px) {
  #product-icon-row .icon-row {
    padding-top: 1rem;
  }
}
#product-icon-row .icon-row ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  hyphens: manual;
  text-align: left;
}
@media only screen and (max-width: 575px) {
  #product-icon-row .icon-row ul {
    justify-content: center;
  }
}
.product-icon-norskprodusert {
  order: -1;
}
[class^="product-icon-"] {
  margin: 0;
  display: inline-block;
  margin-right: 1em;
}
[class^="product-icon-"] p {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  font-size: 0.7777777778rem;
  color: var(--theme-primary);
  font-weight: 300;
}
[class^="product-icon-"] .the-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
[class^="product-icon-"] span {
  padding-left: 0.8em;
}

.product-icon-garanti2 .the-icon {
  background-image: url(../images/ikoner/2garanti.png);
  width: 58px;
}

.product-icon-garanti5 .the-icon {
  background-image: url(../images/ikoner/5garanti.png);
  width: 58px;
}

.product-icon-nemko .the-icon {
  background-image: url(../images/ikoner/Nemco_icon.svg);
}

.product-icon-semko .the-icon {
  background-image: url(../images/ikoner/semko.png);
}

.product-icon-barnesikring .the-icon {
  background-image: url(../images/ikoner/barnesikring.svg);
}

.product-icon-frostsikring .the-icon {
  background-image: url(../images/ikoner/frostsikring.svg);
}

.product-icon-wifi .the-icon {
  background-image: url(../images/ikoner/wifisymbol.svg);
}
.product-icon-bluetooth .the-icon {
  background-image: url(../images/ikoner/bt_g.png);
}
.product-icon-norskprodusert .the-icon {
  background-image: url(../images/ikoner/norsk.png);
}

.product-icon-dobbelisolert .the-icon {
  background-image: url(../images/ikoner/dobbeltisolert.svg);
}

.has-wifi {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 16px;
  font-size: 0.8888888889rem;
}
@media all and (max-width: 1066px) {
  .has-wifi {
    font-size: 14px;
    font-size: 0.7777777778rem;
  }
}
.has-wifi:before {
  content: "";
  width: 36px;
  height: 36px;
  margin-right: 1rem;
  display: inline-block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../images/ikoner/wifisymbol.svg);
}
@media all and (max-width: 1066px) {
  .has-wifi:before {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}

.has-bt {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 16px;
  font-size: 0.8888888889rem;
}
@media all and (max-width: 1066px) {
  .has-bt {
    font-size: 14px;
    font-size: 0.7777777778rem;
  }
}
.has-bt:before {
  content: "";
  width: 36px;
  height: 36px;
  margin-right: 1rem;
  display: inline-block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../images/ikoner/bluetoothsymbol.svg);
}
@media all and (max-width: 1066px) {
  .has-bt:before {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}

@media all and (max-width: 960px) {
  #product-sidebar {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #product-sidebar {
    width: 100%;
    max-width: 100%;
    padding: 0 2rem 1rem 2rem;
    order: -1;
  }
}

@media only screen and (max-width: 768px) {
  #product-main {
    width: 100%;
    max-width: 100%;
    padding: 1rem 2rem 0 2rem;
    order: 0;
  }
}

@media only screen and (max-width: 768px) {
  #main .product .row {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
  }
}

.slider-parent {
  min-width: 0;
  min-height: 0;
}

.slick-slider * {
  min-height: 0;
  min-width: 0;
}

.gallery-wrapper {
  overflow: hidden;
  min-width: 100%;
  width: 0;
}

.woocommerce.front-popular-white > ul.products[class*="columns-"] li.product {
  background: #fff;
}
.woocommerce.front-popular-white
  > ul.products[class*="columns-"]
  li.product
  .product-data {
  background: var(--theme-light);
  margin: 0;
}
.woocommerce.front-popular-blue > ul.products[class*="columns-"] li.product,
.woocommerce.term-varmeovner ul.products[class*="columns-"] li.product {
  background: var(--theme-product);
}
body.term-hvitevarer .woocommerce ul.products[class*="columns-"] li.product {
  background: #fff;
}
body.term-hvitevarer
  .woocommerce
  ul.products[class*="columns-"]
  li.product
  .product-data {
  background: var(--theme-light);
}
@media all and (max-width: 1066px) {
  .woocommerce .related.products ul.products.columns-3 > li:nth-child(3n),
  .woocommerce
    .related.products
    ul.products.columns-3
    li.product:nth-child(3n) {
    width: 100%;
  }
}
.woocommerce ul.products,
.woocommerce ul.products[class*="columns-"] {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce ul.products:before,
.woocommerce ul.products:after,
.woocommerce ul.products[class*="columns-"]:before,
.woocommerce ul.products[class*="columns-"]:after {
  display: none;
}
.woocommerce ul.products > li,
.woocommerce ul.products li.product,
.woocommerce ul.products[class*="columns-"] > li,
.woocommerce ul.products[class*="columns-"] li.product {
  float: none !important;
  display: flex;
  flex-wrap: wrap;
  background: var(--theme-product);
  border: 1px solid #e3ecf0;
}
@media all and (max-width: 1066px) {
  .woocommerce ul.products > li,
  .woocommerce ul.products li.product,
  .woocommerce ul.products[class*="columns-"] > li,
  .woocommerce ul.products[class*="columns-"] li.product {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2em;
  }
}
@media all and (max-width: 1066px) {
  .woocommerce ul.products > li:nth-child(2n),
  .woocommerce ul.products li.product:nth-child(2n),
  .woocommerce ul.products[class*="columns-"] > li:nth-child(2n),
  .woocommerce ul.products[class*="columns-"] li.product:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 680px) {
  .woocommerce ul.products > li,
  .woocommerce ul.products li.product,
  .woocommerce ul.products[class*="columns-"] > li,
  .woocommerce ul.products[class*="columns-"] li.product {
    width: 100%;
    margin-bottom: 2em;
    margin-right: 0;
  }
}
.woocommerce ul.products > li .product-inner,
.woocommerce ul.products li.product .product-inner,
.woocommerce ul.products[class*="columns-"] > li .product-inner,
.woocommerce ul.products[class*="columns-"] li.product .product-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.woocommerce ul.products > li a.toui-button,
.woocommerce ul.products li.product a.toui-button,
.woocommerce ul.products[class*="columns-"] > li a.toui-button,
.woocommerce ul.products[class*="columns-"] li.product a.toui-button {
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 0.8888888889em;
  padding: 10px 18px;
  font-weight: 300;
}
.woocommerce ul.products > li .product-attrs,
.woocommerce ul.products li.product .product-attrs,
.woocommerce ul.products[class*="columns-"] > li .product-attrs,
.woocommerce ul.products[class*="columns-"] li.product .product-attrs {
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
li.divider {
  display: block;
}
.woocommerce ul.products > li .product-attrs li,
.woocommerce ul.products li.product .product-attrs li,
.woocommerce ul.products[class*="columns-"] > li .product-attrs li,
.woocommerce ul.products[class*="columns-"] li.product .product-attrs li {
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1.3em;
  margin: 0 0 0.2em 0;
}
.woocommerce ul.products > li .product-attrs li span,
.woocommerce ul.products li.product .product-attrs li span,
.woocommerce ul.products[class*="columns-"] > li .product-attrs li span,
.woocommerce ul.products[class*="columns-"] li.product .product-attrs li span {
  color: var(--theme-primary);
}
.woocommerce ul.products > li .product-attrs li em,
.woocommerce ul.products li.product .product-attrs li em,
.woocommerce ul.products[class*="columns-"] > li .product-attrs li em,
.woocommerce ul.products[class*="columns-"] li.product .product-attrs li em {
  font-style: normal;
}
li.divider:after {
  content: "/";
  padding: 0 6px;
  display: inline-block;
}
@media only screen and (max-width: 575px) {
  .woocommerce ul.products > li .product-attrs li,
  .woocommerce ul.products li.product .product-attrs li,
  .woocommerce ul.products[class*="columns-"] > li .product-attrs li,
  .woocommerce ul.products[class*="columns-"] li.product .product-attrs li {
    font-size: 14px;
    font-size: 0.7777777778rem;
    line-height: 1.1em;
  }
}
.woocommerce ul.products > li .has-wifi,
.woocommerce ul.products li.product .has-wifi,
.woocommerce ul.products[class*="columns-"] > li .has-wifi,
.woocommerce ul.products[class*="columns-"] li.product .has-wifi {
  position: absolute;
  top: 1.8em;
  right: 1em;
}
.woocommerce ul.products > li .has-wifi:before,
.woocommerce ul.products li.product .has-wifi:before,
.woocommerce ul.products[class*="columns-"] > li .has-wifi:before,
.woocommerce ul.products[class*="columns-"] li.product .has-wifi:before {
  margin: 0;
}
.woocommerce ul.products > li .has-wifi span,
.woocommerce ul.products li.product .has-wifi span,
.woocommerce ul.products[class*="columns-"] > li .has-wifi span,
.woocommerce ul.products[class*="columns-"] li.product .has-wifi span {
  display: none;
}
.woocommerce ul.products > li .product-image,
.woocommerce ul.products li.product .product-image,
.woocommerce ul.products[class*="columns-"] > li .product-image,
.woocommerce ul.products[class*="columns-"] li.product .product-image {
  height: 246px;
}
.woocommerce ul.products > li .product-image > a,
.woocommerce ul.products li.product .product-image > a,
.woocommerce ul.products[class*="columns-"] > li .product-image > a,
.woocommerce ul.products[class*="columns-"] li.product .product-image > a {
  display: block;
  padding: 18px;
  padding-bottom: 0;
}
.woocommerce ul.products > li .product-image > a img,
.woocommerce ul.products li.product .product-image > a img,
.woocommerce ul.products[class*="columns-"] > li .product-image > a img,
.woocommerce ul.products[class*="columns-"] li.product .product-image > a img {
  min-width: 100%;
  height: auto;
}
.woocommerce ul.products > li .product-image .responsive-product-image,
.woocommerce ul.products li.product .product-image .responsive-product-image,
.woocommerce
  ul.products[class*="columns-"]
  > li
  .product-image
  .responsive-product-image,
.woocommerce
  ul.products[class*="columns-"]
  li.product
  .product-image
  .responsive-product-image {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0;
  width: 100%;
  height: 100%;
}
.woocommerce ul.products > li .product-data,
.woocommerce ul.products li.product .product-data,
.woocommerce ul.products[class*="columns-"] > li .product-data,
.woocommerce ul.products[class*="columns-"] li.product .product-data {
  padding: 1.8em;
  background: #fff;
  margin: 3px;
  position: relative;
}
.woocommerce ul.products > li .product-data .product-title,
.woocommerce ul.products li.product .product-data .product-title,
.woocommerce ul.products[class*="columns-"] > li .product-data .product-title,
.woocommerce
  ul.products[class*="columns-"]
  li.product
  .product-data
  .product-title {
  display: block;
  margin-bottom: 1rem;
}
.woocommerce ul.products > li .woocommerce-loop-product-title,
.woocommerce ul.products li.product .woocommerce-loop-product-title,
.woocommerce
  ul.products[class*="columns-"]
  > li
  .woocommerce-loop-product-title,
.woocommerce
  ul.products[class*="columns-"]
  li.product
  .woocommerce-loop-product-title {
  font-size: 20px;
  font-size: 1.1111111111rem;
  margin: 0;
  padding: 0;
}
.woocommerce ul.products > li .woocommerce-loop-product-excerpt,
.woocommerce ul.products li.product .woocommerce-loop-product-excerpt,
.woocommerce
  ul.products[class*="columns-"]
  > li
  .woocommerce-loop-product-excerpt,
.woocommerce
  ul.products[class*="columns-"]
  li.product
  .woocommerce-loop-product-excerpt {
  font-size: 16px;
  font-size: 0.8888888889rem;
  margin: 0;
}

.woocommerce.front-popular-white > ul.products > li {
  background: #fff;
}
.woocommerce.front-popular-white > ul.products > li .product-data {
  background: #fff;
  margin: 0;
}
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce ul.products > li {
  float: none;
  display: flex;
  flex-wrap: wrap;
  background: var(--theme-light);
  border: 1px solid #e3ecf0;
}
.woocommerce ul.products > li .category-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.woocommerce ul.products > li a.toui-button {
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 0.8888888889em;
  padding: 10px 18px;
  font-weight: 300;
}
.woocommerce ul.products > li .category-image {
  height: 280px;
}
.woocommerce ul.products > li .category-image > a {
  display: block;
  padding: 18px;
  padding-bottom: 0;
}
.woocommerce ul.products > li .category-image > a img {
  min-width: 100%;
  height: auto;
}

.woocommerce ul.products li.product a img {
  margin: 0;
  display: block;
  aspect-ratio: 19/13;
  object-fit: cover;
}
.woocommerce ul.products > li .category-image .responsive-product-image {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0;
  width: 100%;
  height: 100%;
}
.woocommerce ul.products > li .category-data {
  padding: 1.8em;
  background: #fff;
  margin: 1px;
  flex-grow: 1;
}
.woocommerce ul.products > li .woocommerce-category__title {
  font-size: 22px;
  font-size: 1.2222222222rem;
  margin: 0;
}

.beha-usermanual-container ul.simple-toggle {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.beha-usermanual-container ul.simple-toggle ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.beha-usermanual-container ul.simple-toggle li {
  font-size: 20px;
  font-size: 1.1111111111rem;
}
.beha-usermanual-container ul.simple-toggle > li {
  font-size: 22px;
  font-size: 1.2222222222rem;
  border-bottom: 1px solid #9597d2;
}
.beha-usermanual-container ul.simple-toggle > li.open {
  border-bottom: 1px solid transparent;
}
.beha-usermanual-container ul.simple-toggle > li > a {
  color: var(--theme-black);
  font-weight: 400;
  padding: 8px 0;
  display: block;
  position: relative;
}
.beha-usermanual-container ul.simple-toggle > li span.caret {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 36px;
  height: 100%;
  background: transparent;
  text-align: center;
  font-family: "toui-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.beha-usermanual-container ul.simple-toggle > li span.caret:after {
  padding-top: 10px;
  content: "\e879";
  display: block;
}
.beha-usermanual-container ul.simple-toggle > li span.caret.open:after {
  content: "\e87b";
}
.beha-usermanual-container ul.simple-toggle > li > ul {
  max-height: 0;
  overflow: hidden;
}
.beha-usermanual-container ul.simple-toggle > li > ul.is-open {
  max-height: 100vh;
  margin: 0.2em 0;
}
.beha-usermanual-container ul.simple-toggle > li > ul li {
  border-bottom: 1px solid var(--theme-gray);
  margin: 0;
  padding: 0;
}
.beha-usermanual-container ul.simple-toggle > li > ul li > a {
  display: flex;
  justify-content: space-between;
  align-content: center;
  position: relative;
  padding: 6px 0;
}
.beha-usermanual-container ul.simple-toggle > li > ul li > a .dl-btn {
  font-size: 14px;
  font-size: 0.7777777778rem;
}
.beha-usermanual-container ul.simple-toggle > li > ul li > a .dl-btn:after {
  font-family: "toui-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e818";
  margin-left: 4px;
}
.beha-usermanual-container
  ul.simple-toggle
  > li
  > ul
  li
  > a:hover
  .dl-btn:after {
  animation: bounce-dl 0.2s 1 ease-out;
  -webkit-animation: bounce-dl 0.2s 1 ease-out;
}

@keyframes bounce-dl {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-4px);
  }
}
@-webkit-keyframes bounce-dl {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-4px);
  }
}
#beha-typeskilt .the-typesign .image-view {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #e3ecf0;
  border-radius: 20px 20px 20px 20px;
  padding: 2em;
  margin: 1em 0;
}
#beha-typeskilt .the-typesign .image-view figure {
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 320px;
  width: 320px;
}
#beha-typeskilt .the-typesign .description-view p {
  text-align: center;
  font-size: 14px;
  font-size: 0.7777777778rem;
}

.wpsl-beha .wpsl-search {
  background: transparent;
}
.wpsl-beha .wpsl-search:before,
.wpsl-beha .wpsl-search:after {
  display: none;
}
.wpsl-beha .wpsl-search #wpsl-search-wrap {
  float: none;
}
.wpsl-beha .wpsl-search #wpsl-search-wrap form {
  margin: 0;
  padding: 0;
}
.wpsl-beha .wpsl-search #wpsl-search-wrap div {
  float: none;
  margin-right: 0;
}
.wpsl-beha .wpsl-search #wpsl-search-wrap .input-wrapper {
  position: relative;
  display: inline-block;
  border: 1px solid #e3ecf0;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -ms-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  overflow: hidden;
  width: 66%;
  border-radius: 3em;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .wpsl-beha .wpsl-search #wpsl-search-wrap .input-wrapper {
    width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .wpsl-beha .wpsl-search #wpsl-search-wrap .input-wrapper {
    width: 100%;
  }
}
.wpsl-beha .wpsl-search #wpsl-search-wrap #wpsl-search-input {
  width: 100%;
  outline: none;
  border: 0;
  background: #fff;
  padding: 8px 16px;
  margin: 0;
  color: var(--theme-black);
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 300;
}
.wpsl-beha .wpsl-search #wpsl-search-wrap #wpsl-search-btn {
  float: none;
  margin-right: 0;
  border: 0;
  position: absolute;
  right: 3px;
  top: 4px;
  background: transparent;
  color: #a2b6bd;
  box-shadow: none;
  padding: 0;
  width: 36px;
  font-size: 20px;
  font-size: 1.1111111111rem;
}
.wpsl-beha #wpsl-result-list #wpsl-stores {
  padding-right: 1em;
}

.ui-panel-box {
  border: 1px solid var(--theme-gray);
  background-color: var(--theme-light);
  padding: 1.6em 2em;
  margin-bottom: 2em;
}
@media only screen and (max-width: 575px) {
  .ui-panel-box {
    padding: 1em;
  }
}
.ui-panel-box.primary {
  background-color: var(--theme-primary);
  border-color: transparent;
}
.ui-panel-box.accent {
  background-color: #ff2300;
  border-color: transparent;
}
.ui-panel-box.secondary {
  background-color: #9597d2;
  border-color: transparent;
}
.ui-panel-box h2,
.ui-panel-box h3 {
  font-size: 22px;
  font-size: 1.2222222222rem;
  color: var(--theme-black);
  position: relative;
  line-height: 1.3rem;
  font-weight: 500;
}
.ui-panel-box h2:after,
.ui-panel-box h3:after {
  content: "";
  height: 1px;
  background-color: var(--theme-gray);
  display: block;
  margin-top: 12px;
  width: 100%;
}
.ui-panel-box p,
.ui-panel-box li {
  font-size: 16px;
  font-size: 0.8888888889rem;
}

.appstore-buttons li {
  padding: 0 4px 0 0;
}
.appstore-buttons li:last-child {
  padding-right: 0;
}
.appstore-buttons li > a {
  display: block;
}

.product-downloads {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.product-downloads li {
  font-size: 14px;
  font-size: 0.7777777778rem;
}
.product-downloads li:last-child {
  padding-right: 0;
}
.product-downloads li > a {
  display: block;
}

.product-benefits {
  margin: 0 0 1rem 0.9em;
  padding: 0;
  list-style-type: circle;
  padding: 0;
}
.product-benefits:last-of-type {
  margin-bottom: 0;
}
.product-benefits li {
  font-size: 14px;
  font-size: 0.7777777778rem;
}

@media only screen and (max-width: 1179px) {
  #beha-front:after {
    content: "";
    display: table;
    padding: 36px;
  }
}
@media only screen and (max-width: 768px) {
  #beha-front:after {
    padding: 0;
  }
}
#beha-front .section-wrapper {
  display: flex;
  align-content: stretch;
  height: 100%;
  height: 60vh;
  min-height: 680px;
}
@media only screen and (max-width: 1179px) {
  #beha-front .section-wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  #beha-front .section-wrapper {
    min-height: 100%;
    height: 100%;
  }
}
#beha-front .section-wrapper .left-column {
  width: 70%;
  flex: 0 1 auto;
  padding-right: 2em;
}
@media only screen and (max-width: 1179px) {
  #beha-front .section-wrapper .left-column {
    width: 100%;
    padding-right: 0;
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 768px) {
  #beha-front .section-wrapper .left-column {
    padding-bottom: 1em;
  }
}
#beha-front .section-wrapper .right-column {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1179px) {
  #beha-front .section-wrapper .right-column {
    flex-direction: row;
  }
}
@media only screen and (max-width: 768px) {
  #beha-front .section-wrapper .right-column {
    flex-direction: column;
  }
}
#beha-front .section-wrapper .right-column .box {
  margin-bottom: 2em;
}
@media only screen and (max-width: 1179px) {
  #beha-front .section-wrapper .right-column .box {
    margin-bottom: 0;
    margin-right: 2em;
  }
}
@media only screen and (max-width: 768px) {
  #beha-front .section-wrapper .right-column .box {
    margin-bottom: 1em;
    margin-right: 0;
  }
}
#beha-front .section-wrapper .right-column .box:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1179px) {
  #beha-front .section-wrapper .right-column .box:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #beha-front .section-wrapper .right-column .box:last-child {
    margin-bottom: 0;
  }
}
#beha-front .section-wrapper .section-inner,
#beha-front .section-wrapper .box-inner {
  height: 100%;
}

.box {
  flex: 1;
}
.box .box-inner {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: space-between;
}
.box .box-inner .the-box {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.box .box-inner .box-bottom {
  display: flex;
  align-content: space-between;
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  padding-top: 12px;
}
.box .box-inner .box-bottom li {
  width: 50%;
  flex: 1 1 auto;
  margin: 0;
}
.box .box-inner .box-bottom li:first-child {
  width: 66%;
}
@media only screen and (max-width: 1179px) {
  .box .box-inner .box-bottom li:first-child {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .box .box-inner .box-bottom li:first-child {
    width: 50%;
  }
}
.box .box-inner .box-bottom li h1,
.box .box-inner .box-bottom li h2,
.box .box-inner .box-bottom li h3,
.box .box-inner .box-bottom li h4,
.box .box-inner .box-bottom li p,
.box .box-inner .box-bottom li li {
  margin: 0;
}
.box .box-inner .box-bottom .box-title {
  font-size: 25px;
  font-size: 1.3888888889rem;
  font-weight: normal;
}
@media only screen and (max-width: 1179px) {
  .box .box-inner .box-bottom .box-title {
    font-size: 22px;
    font-size: 1.2222222222rem;
  }
}
.box .box-inner .box-bottom .box-button {
  text-decoration: none;
  font-size: 16px;
  font-size: 0.8888888889rem;
}
@media only screen and (max-width: 1179px) {
  .box .box-inner .box-bottom .box-button {
    font-size: 14px;
    font-size: 0.7777777778rem;
  }
}

.beha-hover-box h3 {
  font-size: 25px;
  font-size: 1.3888888889rem;
}
.beha-hover-box p,
.beha-hover-box li,
.beha-hover-box span {
  font-size: 16px;
  font-size: 0.8888888889rem;
}
.beha-hover-box .hover-content {
  min-height: 280px;
  padding: 2em;
  opacity: 0;
  background: var(--theme-primary);
  display: flex;
  align-items: flex-end;
  transition: 0.3s opacity ease-in-out;
}
.beha-hover-box .hover-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.beha-hover-box .hover-content ul li {
  color: #fff;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 300;
}
@media only screen and (max-width: 1179px) {
  .beha-hover-box .hover-content ul li {
    font-size: 14px;
    font-size: 0.7777777778rem;
  }
}
.beha-hover-box .hover-content ul li a {
  color: inherit;
  text-decoration: none;
}
.beha-hover-box .hover-content ul li a:hover {
  text-decoration: underline;
}
.beha-hover-box:hover .hover-content {
  opacity: 0.8;
}

.beha-teaser-entry {
  height: 100%;
}

.frontpage-teaser-banner {
  height: 100%;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .frontpage-teaser-banner {
    height: 50vh;
    align-items: flex-end;
  }
}
.frontpage-teaser-banner .inner-content {
  padding-left: 4em;
  max-width: 70%;
}
@media only screen and (max-width: 1179px) {
  .frontpage-teaser-banner .inner-content {
    padding: 6em 3em;
    max-width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .frontpage-teaser-banner .inner-content {
    padding: 2em 2em;
  }
}
.frontpage-teaser-banner h1 {
  font-size: 38px;
  font-size: 2.1111111111rem;
  line-height: 1.2em;
  font-weight: 300;
  color: #777777;
}
@media only screen and (max-width: 768px) {
  .frontpage-teaser-banner h1 {
    font-size: 32px;
    font-size: 1.7777777778rem;
  }
}
@media only screen and (max-width: 768px) {
  .frontpage-teaser-banner h1 {
    font-size: 24px;
    font-size: 1.3333333333rem;
  }
}

/*

.hover-box {
 position: relative;
  
  .inner {
  z-index:2;
    position: relative;
  }
  &:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    background:rgba(blue,.9);
    opacity: 0;
    z-index:1;
  }
  &:hover {
    &:after {
      opacity: 1;
    }
  }
}
*/
.flex {
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
}
.flex.reverse {
  flex-direction: row-reverse;
}
.flex.columns {
  flex-direction: column;
}
.flex.columns.reverse {
  flex-direction: column-reverse;
}
.flex.nowrap {
  flex-wrap: nowrap;
}
.flex.middle {
  align-items: center;
}
.flex.bottom {
  align-items: flex-end;
}

.ui-selectwrapper {
  border: 1px solid #e3ecf0;
  border-radius: 24px;
  display: inline-block;
  background-color: #fff;
  padding: 4px 12px;
  margin-bottom: 6px;
  max-width: 100%;
}
.ui-selectwrapper > select {
  display: inline-block;
  border: 0;
  color: #444;
  background: transparent;
  font-size: 16px;
  font-size: 0.8888888889rem;
}
.ui-selectwrapper > select:focus {
  outline: none;
}
.ui-selectwrapper > select:disabled {
  background-color: #f3f3f3;
  border-color: #e0e0e0;
  color: #c7c7c7;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src:
    url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick.woff") format("woff"),
    url("./fonts/slick.ttf") format("truetype"),
    url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: var(--theme-black);
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: var(--theme-black);
  opacity: 0.75;
}

.wpml-ls-menu-item .wpml-ls-flag {
  width: 25px !important;
  height: auto !important;
}

.big-icons-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
}
.big-icons-row > * {
  margin-right: 1rem;
}

.has-both {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 16px;
  font-size: 0.8888888889rem;
}
@media all and (max-width: 1066px) {
  .has-both {
    font-size: 14px;
    font-size: 0.7777777778rem;
  }
}
.has-both:before {
  content: "";
  width: 36px;
  height: 72px;
  margin-right: 1rem;
  display: inline-block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../images/ikoner/both_b.svg);
}
@media all and (max-width: 1066px) {
  .has-both:before {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}

.woocommerce ul.products > li .has-bt,
.woocommerce ul.products li.product .has-bt,
.woocommerce ul.products[class*="columns-"] > li .has-bt,
.woocommerce ul.products[class*="columns-"] li.product .has-bt {
  position: absolute;
  top: 1.8em;
  right: 1em;
}
.woocommerce ul.products > li .has-bt:before,
.woocommerce ul.products li.product .has-bt:before,
.woocommerce ul.products[class*="columns-"] > li .has-bt:before,
.woocommerce ul.products[class*="columns-"] li.product .has-bt:before {
  margin: 0;
}
.woocommerce ul.products > li .has-bt span,
.woocommerce ul.products li.product .has-bt span,
.woocommerce ul.products[class*="columns-"] > li .has-bt span,
.woocommerce ul.products[class*="columns-"] li.product .has-bt span {
  display: none;
}
.woocommerce ul.products > li .has-both,
.woocommerce ul.products li.product .has-both,
.woocommerce ul.products[class*="columns-"] > li .has-both,
.woocommerce ul.products[class*="columns-"] li.product .has-both {
  position: absolute;
  top: 1.8em;
  right: 1em;
}
.woocommerce ul.products > li .has-both:before,
.woocommerce ul.products li.product .has-both:before,
.woocommerce ul.products[class*="columns-"] > li .has-both:before,
.woocommerce ul.products[class*="columns-"] li.product .has-both:before {
  margin: 0;
}
.woocommerce ul.products > li .has-both span,
.woocommerce ul.products li.product .has-both span,
.woocommerce ul.products[class*="columns-"] > li .has-both span,
.woocommerce ul.products[class*="columns-"] li.product .has-both span {
  display: none;
}

#woo-product-header .product-introduction .product-attrs-colors {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  gap: 1rem;
}
