@charset "UTF-8";
/*
 Theme Name: Hamrén Media Theme 
 Description: Hamrén Media Theme
 Author: Hamrén Media
 Version: 2.0
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:700");
body * {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  color: #2F302F;
}
h1 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  margin-bottom: 10px !important;
  line-height: 1.4em;
  font-weight: bold;
}
@media (min-width: 500px) {
  h1 {
    font-size: 36px;
  }
}
@media (min-width: 1040px) {
  h1 {
    font-size: 50px;
  }
}
.home h1 {
  font-weight: normal;
}
@media (min-width: 1040px) {
  .home h1 {
    font-size: 36px;
  }
}
@media (max-width: 500px) {
  .page-id-380 h1 {
    font-size: 35px;
    line-height: 1.2em;
  }
}
h2 {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  margin-bottom: 10px !important;
  line-height: 1.4em;
}
@media (min-width: 500px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 500px) {
  .page-id-380 h2 {
    font-size: 30px;
    line-height: 1.2em;
  }
}
h3 {
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  line-height: 1.4em;
}
@media (min-width: 500px) {
  h3 {
    font-size: 28px;
  }
}
.hero h3 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}
@media (min-width: 500px) {
  .hero h3 {
    font-size: 26px;
  }
}
h4 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.4em;
}
@media (min-width: 500px) {
  h4 {
    font-size: 20px;
  }
}
p, a, ul li, ol li {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.5em;
}
@media (min-width: 1040px) {
  p, a, ul li, ol li {
    font-size: 16px;
  }
}
p:first-of-type, ul li:first-of-type, ol li:first-of-type {
  margin-top: 0;
}
ul, ol {
  padding-left: 1rem;
}
ul li, ol li {
  margin-bottom: 1rem;
}
ul li::marker, ol li::marker {
  font-weight: bold;
}
a {
  font-weight: 700;
  border-bottom: 2px solid;
  margin-bottom: 2px;
}
pre {
  font-family: "Roboto", sans-serif;
  white-space: normal;
  font-style: normal;
  font-size: 18px;
  margin-top: 0;
}
@media (min-width: 1040px) {
  pre {
    font-size: 22px;
  }
}
pre a {
  font-size: 18px;
}
@media (min-width: 1040px) {
  pre a {
    font-size: 22px;
  }
}
.page-id-380 pre {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  white-space: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4em;
  margin-top: 0;
}
@media (min-width: 1040px) {
  .page-id-380 pre {
    font-size: 18px;
  }
}
@media (min-width: 1054px) {
  .page-id-380 pre {
    font-size: 20px;
  }
}
figcaption {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1.5em;
}
@media (min-width: 1040px) {
  figcaption {
    font-size: 14px;
  }
}
figcaption:first-of-type {
  margin-top: 0;
}
.header {
  background-color: #fff;
  position: relative;
  padding: 10px;
  height: 70px;
  z-index: 20;
  transition: 0.2s ease-in-out all;
  -webkit-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
}
@media (min-width: 500px) {
  .header {
    height: 90px;
  }
}
@media (min-width: 1040px) {
  .header {
    height: auto;
    padding: 15px 40px;
    z-index: 100;
    width: 100%;
    top: 0;
    overflow: hidden;
  }
}
.header.fixed {
  position: fixed;
  z-index: 100;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  top: 0;
  overflow: hidden;
  background-color: #fff;
}
.header.fixed .logo-link .logotype {
  display: none;
}
.header.fixed .logo-link .logotype.sticky-logo {
  display: block !important;
}
.header.opened {
  height: 340px;
  background: #2F302F;
}
.header .row {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 100%;
  margin: 0px auto;
  padding: 0 30px;
}
@media (min-width: 1040px) {
  .header .row {
    padding: 0 40px;
  }
}
.header .row .logo-link .logotype {
  max-width: 200px;
}
@media (min-width: 500px) {
  .header .row .logo-link .logotype {
    max-width: 100%;
  }
}
.header .row .logo-link .logotype.sticky-logo {
  display: none;
}
.header .row .menu-huvudmeny-container {
  opacity: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease-in-out all;
  -webkit-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
}
@media (min-width: 1040px) {
  .header .row .menu-huvudmeny-container {
    opacity: 1;
    width: calc(100% - 260px);
    margin-left: auto;
    justify-content: flex-end;
  }
}
.header .row .menu-huvudmeny-container > ul {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
@media (min-width: 1040px) {
  .header .row .menu-huvudmeny-container > ul {
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: auto;
    align-self: flex-end;
  }
}
.header .row .menu-huvudmeny-container > ul > li {
  margin-bottom: 0;
}
@media (min-width: 1040px) {
  .header .row .menu-huvudmeny-container > ul > li {
    margin-right: 30px;
    position: relative;
  }
}
@media (min-width: 1040px) {
  .header .row .menu-huvudmeny-container > ul > li.active a {
    border-bottom: 2px solid;
  }
}
.header .row .menu-huvudmeny-container > ul > li.active.button {
  background: #ffdfc7;
}
@media (min-width: 1040px) {
  .header .row .menu-huvudmeny-container > ul > li:hover a {
    border-bottom: 2px solid;
  }
}
.header .row .menu-huvudmeny-container > ul > li.button {
  background: #ffdfc7;
  padding: 0px 20px;
  border-radius: 100px;
  width: 180px;
  margin: 0px auto;
}
@media (min-width: 1040px) {
  .header .row .menu-huvudmeny-container > ul > li.button {
    padding: 10px 20px;
    width: auto;
  }
}
.header .row .menu-huvudmeny-container > ul > li.button a {
  border-bottom: none;
}
.header .row .menu-huvudmeny-container > ul > li.button:hover {
  background: #ffcea9;
}
.header .row .menu-huvudmeny-container > ul > li a {
  height: 50px;
  display: flex;
  color: #000;
  font-size: 0.9em;
  font-weight: normal;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  border-bottom: 2px solid transparent;
}
@media (min-width: 500px) {
  .header .row .menu-huvudmeny-container > ul > li a {
    font-size: 1em;
  }
}
@media (min-width: 1040px) {
  .header .row .menu-huvudmeny-container > ul > li a {
    height: 100%;
    justify-content: flex-start;
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
  }
  .header .row .menu-huvudmeny-container > ul > li a:hover {
    color: #000;
  }
}
.fixed.header .row .menu-huvudmeny-container > ul > li a {
  color: #000;
}
@media (min-width: 1040px) {
  .fixed.header .row .menu-huvudmeny-container > ul > li a {
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
  }
  .fixed.header .row .menu-huvudmeny-container > ul > li a:hover {
    color: #000;
  }
}
.header .row .menu-huvudmeny-container.opened {
  opacity: 1;
}
body:not(.home) .menu-huvudmeny-container ul li.current-menu-item a {
  border-bottom: 2px solid;
}
.header .menu-toggle {
  position: absolute;
  right: 40px;
  top: 21px;
  width: 30px;
  height: 25px;
  z-index: 1000;
  cursor: pointer;
  overflow: hidden;
}
@media (min-width: 500px) {
  .header .menu-toggle {
    right: 25px;
    top: 31px;
  }
}
@media (min-width: 1040px) {
  .header .menu-toggle {
    display: none;
  }
}
.fixed.header .menu-toggle span {
  background: #000;
}
.header .menu-toggle span {
  position: absolute;
  right: 0px;
  top: 33px;
  width: 30px;
  height: 5px;
  background: #000;
  content: "";
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.header .menu-toggle span:first-child {
  top: 0px;
}
.header .menu-toggle span:nth-child(2) {
  top: 10px;
  right: 0px;
}
.header .menu-toggle span:nth-child(3) {
  top: 20px;
}
.header .menu-toggle.opened span {
  transform: rotate(45deg);
  top: 10px;
  background: #000;
}
.header .menu-toggle.opened span:nth-child(2) {
  right: -100px;
}
.header .menu-toggle.opened span:nth-child(3) {
  transform: rotate(-45deg);
}
.header.opened {
  background: #fff;
  height: auto;
}
#main .hw_slider {
  position: relative;
  width: 100vw;
  margin-top: -70px;
  max-width: 100%;
  overflow: hidden;
  background: #000;
  opacity: 0;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
@media (min-width: 500px) {
  #main .hw_slider {
    margin-top: -90px;
  }
}
@media (min-width: 1040px) {
  #main .hw_slider {
    margin-top: 0;
  }
}
#main .hw_slider ul {
  padding: 0;
  margin: 0;
}
#main .hw_slider ul li .image-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
  background: #000;
}
#main .hw_slider ul li .image-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.43);
  display: block;
  width: 100%;
}
@media (min-width: 500px) {
  #main .hw_slider ul li .image-wrapper {
    height: 70vh;
  }
}
#main .hw_slider ul li .image-wrapper .text-content {
  padding: 25% 5% 10% 5%;
  z-index: 20;
  position: relative;
}
@media (min-width: 500px) {
  #main .hw_slider ul li .image-wrapper .text-content {
    max-width: 700px;
    padding: 0 0 10% 10%;
  }
}
@media (min-width: 1054px) {
  #main .hw_slider ul li .image-wrapper .text-content {
    max-width: 1050px;
  }
}
#main .hw_slider ul li .image-wrapper .text-content h2 {
  color: #fff;
}
@media (min-width: 500px) {
  #main .hw_slider ul li .image-wrapper .text-content h2 {
    font-size: 47px;
  }
}
@media (min-width: 1054px) {
  #main .hw_slider ul li .image-wrapper .text-content h2 {
    font-size: 57px;
  }
}
#main .hw_slider ul li .image-wrapper .text-content p, #main .hw_slider ul li .image-wrapper .text-content a {
  color: #fff;
}
@media (min-width: 500px) {
  #main .hw_slider ul li .image-wrapper .text-content p, #main .hw_slider ul li .image-wrapper .text-content a {
    font-size: 21px;
    max-width: 600px;
    margin: 0;
  }
}
#main .hw_slider ul li .image-wrapper .text-content a {
  margin-top: 20px;
  background: #fff;
  color: #2F302F;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 30px;
  border-radius: 2px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
#main .hw_slider ul li .image-wrapper .text-content a:hover {
  background: #000;
  color: #fff;
}
#main .hw_slider .flex-control-nav {
  margin: 0;
  padding: 0;
  display: flex;
  position: absolute;
  bottom: 5%;
  left: 5%;
}
@media (min-width: 500px) {
  #main .hw_slider .flex-control-nav {
    bottom: 10%;
    left: 10%;
  }
}
#main .hw_slider .flex-control-nav li a {
  text-indent: -99999px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  margin-right: 5px;
}
@media (min-width: 1040px) {
  #main .hw_slider .flex-control-nav li a {
    margin-right: 10px;
  }
}
#main .hw_slider .flex-control-nav li a.flex-active {
  background-color: #fff;
}
#main .hw_slider .flex-direction-nav {
  display: none;
}
.footer {
  background: #2F302F;
  color: #fff;
}
.footer > .row {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 30px;
  max-width: 1100px;
  margin: 0px auto;
}
.footer > .row .footer-widget {
  width: 100%;
  clear: none;
  margin-right: 10px;
  float: left;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 500px) {
  .footer > .row .footer-widget {
    min-width: 33%;
    margin-right: 0px;
  }
}
@media (min-width: 1040px) {
  .footer > .row .footer-widget {
    max-width: 33%;
    margin-right: 10px;
    min-width: 0%;
    text-align: left;
  }
}
@media (min-width: 1054px) {
  .footer > .row .footer-widget {
    width: 33%;
  }
}
.footer > .row .footer-widget:first-child {
  max-width: 100%;
  margin-right: 0;
}
@media (min-width: 500px) and (max-width: 1040px) {
  .footer > .row .footer-widget:first-child {
    max-width: 100%;
    text-align: center;
    padding: 0 13% 30px;
  }
  .footer > .row .footer-widget:first-child p, .footer > .row .footer-widget:first-child a {
    font-size: 16px;
  }
}
@media (min-width: 1054px) {
  .footer > .row .footer-widget:first-child {
    width: 30%;
  }
}
@media (min-width: 1054px) {
  .footer > .row .footer-widget:last-child {
    text-align: right;
  }
}
.footer > .row .footer-widget h4 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #fff;
  max-width: 240px;
  margin: 0px auto;
}
@media (min-width: 1040px) {
  .footer > .row .footer-widget h4 {
    max-width: 100%;
    margin: 20px auto;
  }
}
.footer > .row .footer-widget p, .footer > .row .footer-widget a {
  font-family: "Roboto", sans-serif;
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5em;
}
@media (min-width: 1040px) {
  .footer > .row .footer-widget p, .footer > .row .footer-widget a {
    text-align: left;
    font-size: 16px;
  }
}
.footer > .row .footer-widget p a, .footer > .row .footer-widget a a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid;
}
.footer .copyright-area-wrapper {
  background: #2F302F;
  text-align: center;
}
@media (min-width: 1040px) {
  .footer .copyright-area-wrapper {
    text-align: left;
  }
}
.footer .copyright-area-wrapper p, .footer .copyright-area-wrapper a {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 12px;
}
@media (min-width: 1040px) {
  .footer .copyright-area-wrapper p, .footer .copyright-area-wrapper a {
    font-size: 14px;
  }
}
.footer .copyright-area-wrapper .row {
  padding: 5px 20px;
  max-width: 1100px;
  margin: 0px auto;
}
@media (min-width: 1040px) {
  .footer .copyright-area-wrapper .row {
    padding: 5px 30px;
    height: 60px;
  }
}
body {
  margin: 0;
  padding: 0;
}
body * {
  box-sizing: border-box;
}
#main .elementor-row {
  max-width: 1100px;
  margin: 0 auto;
}
#main .top-section .elementor-row {
  padding-top: 0px;
}
.elementor-container {
  max-width: 1100px;
  margin: 0 auto;
}
form.elementor-form label.elementor-field-label {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
@media (min-width: 1040px) {
  form.elementor-form label.elementor-field-label {
    font-size: 20px;
  }
}
form.elementor-form h3 {
  margin-bottom: 0;
  border-top: 2px solid black;
  padding-top: 2rem;
}
form.elementor-form a {
  border-bottom: 1px solid;
}
form.elementor-form label {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.5em;
}
@media (min-width: 1040px) {
  form.elementor-form label {
    font-size: 17px;
  }
}
form.elementor-form .elementor-field-type-submit, form.elementor-form .elementor-field-type-acceptance {
  margin-top: 2rem;
}
form.elementor-form .elementor-message.elementor-message-success {
  background: #d3e8d7;
  padding: 20px;
  margin-top: 20px;
}
@media (min-width: 1040px) {
  .elementor-column.elementor-col-50 {
    padding-right: 30px;
  }
}
section.hero:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #000000 20%, rgba(255, 255, 255, 0) 70%);
}
section.hero-light .elementor-container, section.hero .elementor-container {
  min-height: 100px;
}
@media (min-width: 1040px) {
  section.hero-light .elementor-container, section.hero .elementor-container {
    min-height: 300px;
  }
}
section.img-box {
  min-height: 250px;
}
@media (min-width: 1040px) {
  section.img-box {
    min-height: 500px;
  }
}
.elementor-button {
  background: #b7cbbf;
  padding: 10px 20px;
  border-radius: 100px !important;
  border-bottom: none !important;
}
.elementor-button .elementor-button-text {
  display: inline-block;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}
.elementor-button:hover {
  background: #697572;
}
.elementor-button:hover .elementor-button-text {
  color: #fff;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.elementor-button:hover .elementor-button-icon i {
  color: #fff;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.elementor-button.elementor-size-md {
  padding: 10px 20px;
}
.fragorsvar .content {
  padding-bottom: 20px !important;
  border-bottom: 1px solid #b7cbbf;
}
.timeline-box {
  background: #fff;
  padding: 20px;
}
@media (min-width: 500px) {
  .timeline-box {
    padding: 30px;
  }
}
.timeline-box .elementor-widget-price-list .elementor-price-list .elementor-price-list-item {
  margin: 0 !important;
}
.timeline-box .elementor-widget-price-list .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
  font-size: 15px;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e0e0e0;
}
.timeline-box .elementor-widget-price-list .elementor-price-list .elementor-price-list-item .elementor-price-list-header span {
  width: 50%;
}
.timeline-box .elementor-widget-price-list .elementor-price-list .elementor-price-list-item .elementor-price-list-header span.elementor-price-list-title {
  font-weight: bold;
}
table tr {
  border-bottom: 1px solid #2F302F;
}
table tr:first-child td {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  width: auto !important;
}
@media (min-width: 1040px) {
  table tr:first-child td {
    font-size: 15px;
  }
}
table tr td {
  padding: 10px;
  font-family: "Roboto", sans-serif;
  width: auto !important;
}
table tr td:first-child {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
}
@media (min-width: 1040px) {
  table tr td:first-child {
    font-size: 15px;
  }
}
.table-wrapper {
  max-width: 100%;
  overflow: auto;
}
.hwcc_cookie_bar {
  max-width: 100vw;
  background: #fff;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100000000;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  border-top: 1px solid gray;
  opacity: 0;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
@media (min-width: 500px) {
  .hwcc_cookie_bar {
    display: flex;
  }
}
.hwcc_cookie_bar.read-more {
  display: block !important;
  opacity: 1;
}
.hwcc_cookie_bar.read-more:after {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
}
.hwcc_cookie_bar.active {
  opacity: 1;
}
.hwcc_cookie_bar .cookie-bar-inner {
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  color: black;
  -webkit-font-smoothing: antialiased;
  flex-wrap: wrap;
}
@media (min-width: 500px) {
  .hwcc_cookie_bar .cookie-bar-inner {
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: nowrap;
    font-size: 14px;
    width: 100%;
  }
}
.hwcc_cookie_bar .cookie-bar-inner .sr-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}
.hwcc_cookie_bar .cookie-bar-inner .cookie-head {
  margin-bottom: 15px;
}
@media (min-width: 500px) {
  .hwcc_cookie_bar .cookie-bar-inner .cookie-head {
    margin-right: 15px;
    margin-bottom: 0;
    text-transform: none;
    font-weight: normal;
    color: black;
    max-width: 700px;
    margin-right: auto;
  }
}
.hwcc_cookie_bar .cookie-bar-inner a {
  color: black;
  font-weight: bold;
  text-decoration: underline;
}
.hwcc_cookie_bar .cookie-bar-inner button {
  border: 0;
  background: #e5e2e2;
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  display: flex;
  padding: 15px 20px;
  margin-left: auto;
  border-radius: 100px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
@media (min-width: 500px) {
  .hwcc_cookie_bar .cookie-bar-inner button {
    cursor: pointer;
    margin-left: 15px;
  }
}
.hwcc_cookie_bar .cookie-bar-inner button.accept_all_cookies {
  background: #ffdfc7;
  color: black;
  flex-shrink: 0;
  font-size: 0.9rem;
  align-items: center;
}
.hwcc_cookie_bar .cookie-bar-inner button.accept_all_cookies:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
}
.hwcc_cookie_bar .cookie-bar-inner button.accept_all_cookies:hover {
  background: #ffcea9;
  color: black;
}
.hwcc_cookie_bar .cookie-bar-inner button.cookie_settings {
  flex-shrink: 0;
  /* 			    &:after {
				    content: "\f054";
				    line-height: 17px;
				    display: inline-block;
				    font-family: "Font Awesome 5 Free";
				    padding-left: 5px;
			    } */
}
.hwcc_cookie_bar .cookie-bar-inner button.cookie_settings:hover {
  background: #ffdfc7;
  color: black;
}
.hwcc_cookie_bar .cookie-bar-inner button:hover {
  background: #ffcea9;
  color: black;
}
.hwcc_cookie_bar .read-more-cookies {
  display: none;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  -webkit-font-smoothing: antialiased;
  justify-content: space-between;
  width: calc(100% - 40px);
  top: 20px;
  left: 20px;
  background: #fff;
  min-height: 300px;
  z-index: 2000000;
  position: fixed;
  color: #000;
  flex-direction: column;
}
@media (min-width: 500px) {
  .hwcc_cookie_bar .read-more-cookies {
    max-width: 600px;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -150px;
    flex-direction: row;
  }
}
.hwcc_cookie_bar .read-more-cookies.visible {
  display: flex;
}
@media (min-width: 500px) {
  .hwcc_cookie_bar .read-more-cookies .tab-nav {
    min-width: 150px;
    flex-shrink: 0;
  }
}
.hwcc_cookie_bar .read-more-cookies .tab-nav .cookie-button, .hwcc_cookie_bar .read-more-cookies .tab-nav button {
  width: 100%;
  display: block;
  padding: 15px;
  text-align: left;
  background: #e5e2e2;
  border: 0;
  border-bottom: 2px solid #ffffff;
  font-weight: bold;
  font-size: 0.9rem;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  color: black;
}
.hwcc_cookie_bar .read-more-cookies .tab-nav .cookie-button.active, .hwcc_cookie_bar .read-more-cookies .tab-nav button.active {
  background: #fff;
}
.hwcc_cookie_bar .read-more-cookies .tab-target {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab {
  display: none;
  padding: 20px;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab.active {
  display: block;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0 !important;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab .cookie-info-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab .cookie-info-head input[type="checkbox"] {
  margin-left: auto;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab .cookie-info-head input[type="checkbox"]:disabled {
  cursor: default;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab .cookie-info-head input[type="checkbox"]:disabled + label {
  opacity: 0.6;
  cursor: default;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab .cookie-info-head input[type="checkbox"] + label {
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab .cookie-info {
  max-height: 200px;
  overflow: auto;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab table {
  margin-top: 10px;
  width: 100%;
  text-align: left;
  font-family: "Roboto", sans-serif;
  color: black;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab table tr td {
  padding: 5px 0;
  border-bottom: 1px solid lightgray;
  font-size: 0.9rem;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab table th {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 5px 0;
  border-bottom: 1px solid lightgray;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .buttons-wrapper {
  text-align: right;
  padding: 20px;
  margin-top: auto;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .buttons-wrapper button {
  border: 0;
  padding: 15px 20px;
  cursor: pointer;
  margin-top: 10px;
  background: #ffdfc7;
  flex-shrink: 0;
  font-size: 0.9rem;
  color: black;
  font-weight: normal;
  border-radius: 100px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .buttons-wrapper button:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .buttons-wrapper button:hover {
  background: #ffcea9;
  color: #2F302F;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .buttons-wrapper button#save_cookie_option {
  background: #e5e2e2;
  color: black;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .buttons-wrapper button#save_cookie_option:before {
  display: none;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .buttons-wrapper button#save_cookie_option:hover {
  background: #ffdfc7;
  color: black;
}
.cookie-consent label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
}
.cookie-consent label input[type="checkbox"] {
  display: inline-block;
  -webkit-appearance: none;
  margin: 0 5px 0 0;
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  background: gray;
  cursor: pointer;
}
.cookie-consent label input[type="checkbox"]:checked {
  background: gray;
}
.cookie-consent label input[type="checkbox"]:checked:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  color: black;
  position: absolute;
  top: 1px;
  left: 2px;
  font-size: 13px;
  font-weight: bold;
}
.cookie-consent .cookie_settings {
  /* @include button(); */
  border: 0;
  padding: 15px 20px;
  border-radius: 100px;
  color: black;
  cursor: pointer;
  margin-top: 10px;
  flex-shrink: 0;
  font-size: 0.9rem;
  color: black;
  font-weight: normal;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.cookie-consent .cookie_settings:hover {
  background: #ffdfc7;
  color: black;
}
.cookie-bar-active-blocker {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  z-index: 100000000;
  -webkit-font-smoothing: antialiased;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.cookie-bar-active-blocker.active {
  opacity: 1;
}
