@import url("https://use.typekit.net/egu5ewj.css");
:root {
  --text-base-size: 14px;
  --text-scale-ratio: 1.35;
  --text-xs: calc((var(--text-base-size) / var(--text-scale-ratio)) / var(--text-scale-ratio));
  --text-sm: calc(var(--text-xs) * var(--text-scale-ratio));
  --text-md: calc(var(--text-sm) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-lg: calc(var(--text-md) * var(--text-scale-ratio));
  --text-xl: calc(var(--text-lg) * var(--text-scale-ratio));
  --text-xxl: calc(var(--text-xl) * var(--text-scale-ratio));
  --text-xxxl: calc(var(--text-xxl) * var(--text-scale-ratio));
}
@media (min-width: 576px) {
  :root {
    --text-base-size: 14px;
  }
}
@media (min-width: 768px) {
  :root {
    --text-base-size: 14px;
  }
}
@media (min-width: 990px) {
  :root {
    --text-base-size: 14px;
  }
}
@media (min-width: 1200px) {
  :root {
    --text-base-size: 14px;
  }
}
@media (min-width: 1640px) {
  :root {
    --text-base-size: 14px;
  }
}
@media (min-width: 576px) {
  :root {
    --text-scale-ratio: 1.35;
  }
}
@media (min-width: 768px) {
  :root {
    --text-scale-ratio: 1.35;
  }
}
@media (min-width: 990px) {
  :root {
    --text-scale-ratio: 1.35;
  }
}
@media (min-width: 1200px) {
  :root {
    --text-scale-ratio: 1.35;
  }
}
@media (min-width: 1640px) {
  :root {
    --text-scale-ratio: 1.35;
  }
}
:root {
  --spacing: 20px;
  --spacing-2x: calc(var(--spacing) * 2);
  --spacing-3x: calc(var(--spacing) * 3);
  --spacing-4x: calc(var(--spacing) * 5);
  --spacing-5x: calc(var(--spacing) * 5);
}
@media (min-width: 576px) {
  :root {
    --spacing: 20px;
  }
}
@media (min-width: 768px) {
  :root {
    --spacing: 20px;
  }
}
@media (min-width: 990px) {
  :root {
    --spacing: 20px;
  }
}
@media (min-width: 1200px) {
  :root {
    --spacing: 20px;
  }
}
@media (min-width: 1640px) {
  :root {
    --spacing: 20px;
  }
}
.test {
  padding: var(--spacing) var(--spacing-2x) var(--spacing-3x) var(--spacing-4x);
  margin: var(--spacing-5x);
}
#top #wrap_all .home-bransjer-section .flex_column_table {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 26px);
  margin: 0 -13px !important;
}
@media (min-width: 768px) {
  #top #wrap_all .home-bransjer-section .flex_column_table {
    width: calc(100% + 50px);
    margin: 0 -25px -20px !important;
  }
}
@media (min-width: 990px) {
  #top #wrap_all .home-bransjer-section .flex_column_table {
    width: calc(100% + 30px);
    margin: -15px !important;
  }
}
@media (min-width: 1200px) {
  #top #wrap_all .home-bransjer-section .flex_column_table {
    width: calc(100% + 50px);
    margin: -25px !important;
  }
}
#top #wrap_all .home-bransjer-section .flex_column_table > a {
  background: #ffffff;
  width: calc(50% - 26px);
  margin: 13px;
}
@media (min-width: 768px) {
  #top #wrap_all .home-bransjer-section .flex_column_table > a {
    width: calc(50% - 50px);
    margin: 25px;
  }
}
@media (min-width: 990px) {
  #top #wrap_all .home-bransjer-section .flex_column_table > a {
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media (min-width: 1200px) {
  #top #wrap_all .home-bransjer-section .flex_column_table > a {
    width: calc(25% - 50px);
    margin: 25px;
  }
}
> #top #wrap_all .home-bransjer-section .flex_column_table:last-child {
  display: none;
}
#top #wrap_all .home-bransjer-section .flex_column .avia-image-container {
  height: 150px;
}
@media (min-width: 576px) {
  #top #wrap_all .home-bransjer-section .flex_column .avia-image-container {
    height: 200px;
  }
}
@media (min-width: 768px) {
  #top #wrap_all .home-bransjer-section .flex_column .avia-image-container {
    height: 220px;
  }
}
@media (min-width: 990px) {
  #top #wrap_all .home-bransjer-section .flex_column .avia-image-container {
    height: 160px;
  }
}
@media (min-width: 1200px) {
  #top #wrap_all .home-bransjer-section .flex_column .avia-image-container {
    height: 220px;
  }
}
#top #wrap_all .home-bransjer-section .flex_column .avia-image-container .avia-image-container-inner {
  height: 100%;
  width: 100%;
}
#top #wrap_all .home-bransjer-section .flex_column .avia-image-container .avia-image-container-inner .avia-image-overlay-wrap {
  height: 100%;
}
#top #wrap_all .home-bransjer-section .flex_column .avia-image-container .avia-image-container-inner .avia-image-overlay-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top #wrap_all .home-bransjer-section .flex_column .av-special-heading {
  margin: 10px 0px !important;
  font-size: 16px !important;
}
@media (min-width: 576px) {
  #top #wrap_all .home-bransjer-section .flex_column .av-special-heading {
    margin: 15px 0px !important;
  }
}
@media (min-width: 768px) {
  #top #wrap_all .home-bransjer-section .flex_column .av-special-heading {
    margin: 20px 0px !important;
    font-size: 18px !important;
  }
}
@media (min-width: 990px) {
  #top #wrap_all .home-bransjer-section .flex_column .av-special-heading {
    font-size: 20px !important;
  }
}
@media (min-width: 1200px) {
  #top #wrap_all .home-bransjer-section .flex_column .av-special-heading {
    margin: 25px 0 !important;
    font-size: 22px !important;
  }
}
@media (min-width: 1640px) {
  #top #wrap_all .home-bransjer-section .flex_column .av-special-heading {
    font-size: 24px !important;
  }
}
#top #wrap_all .home-bransjer-section .flex_column .av-special-heading:hover {
  color: #00bb7e;
}
#top #wrap_all .home-bransjer-section .flex_column .av-special-heading .av-special-heading-tag {
  font-size: unset;
}
#top #wrap_all .home-bransjer-section .av-flex-placeholder {
  width: 0;
}
#top .home-banner-section .widget_product_search {
  padding: 0;
}
#top .home-banner-section .woocommerce-product-search {
  max-width: 300px;
  position: relative;
  margin: 0;
}
#top .home-banner-section .woocommerce-product-search::before {
  content: "\e810";
  font-family: fontello;
  background: #005f61;
  color: #ffffff;
  width: 50px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  text-align: center;
  top: 2px;
  left: 2px;
  font-size: 26px;
  z-index: -1;
}
#top .home-banner-section .woocommerce-product-search .search-field {
  height: 48px;
  line-height: 48px;
  width: 100%;
  text-indent: 80px;
  padding: 0 20px 0 0;
  border: 2px solid;
  margin-bottom: 20px;
  font-size: 18px;
  background: transparent;
}
#top .home-banner-section .woocommerce-product-search input[type=submit] {
  height: 48px;
  line-height: 48px;
  width: calc(100% - 40px);
  padding: 0 20px;
  font-size: 18px;
  font-weight: 900;
  transition: all 0.3s;
  display: none;
}
#top .home-banner-section .woocommerce-product-search input[type=submit]:hover {
  background: #005f61;
}
.form-zip-code,
.form-zip-city {
  display: inline-block;
}
.form-zip-code {
  width: 200px;
}
.form-zip-city {
  width: calc(100% - 200px);
}
#footer .wpcf7-form {
  width: 100%;
  max-width: 480px;
  text-align: left;
  margin: 30px auto 0;
}
#footer .wpcf7-form br {
  display: none;
}
#footer .wpcf7-form input {
  padding: 0 18px;
  border: none;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  margin: 0 0 5px;
}
#footer .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 13px;
  color: #f5610a;
}
#footer .wpcf7-form .wpcf7-submit {
  width: 100%;
  margin-top: 40px;
  display: inline-block;
  transition: all 0.3s;
  font-weight: 900;
  background: #00bb7e;
  color: #ffffff;
}
#footer .wpcf7-form .wpcf7-submit:hover {
  background: #005f61;
}
#footer .wpcf7-form .ajax-loader {
  position: absolute;
  bottom: 20px;
}
#footer .wpcf7-form input[type=checkbox] {
  height: 20px;
  line-height: 20px;
  margin: 0 10px 0 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
#footer .wpcf7-form .wpcf7-list-item-label {
  font-size: 12px;
  font-weight: 200;
  line-height: 20px;
  height: 20px;
  display: inline-block;
}
#footer .wpcf7-form .wpcf7-response-output {
  margin: 50px 0 0;
  text-align: center;
  border: none;
}
#footer .wpcf7-form .wpcf7-form-control-wrap:not(:nth-last-child(4)) {
  margin: 0;
  width: 100%;
  display: inline-block;
  margin-right: 0;
  margin-bottom: 20px;
  vertical-align: top;
}
@media (min-width: 768px) {
  #top .home-banner-section .woocommerce-product-search::before {
    width: 60px;
    height: 55px;
    line-height: 55px;
    font-size: 32px;
  }
  #top .home-banner-section .woocommerce-product-search .search-field {
    height: 55px;
    line-height: 55px;
    margin-bottom: 15px;
  }
  #top .home-banner-section .woocommerce-product-search input[type=submit] {
    height: 55px;
    line-height: 55px;
  }
}
@media (min-width: 990px) {
  #footer .wpcf7-form {
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin: 60px 0 50px;
  }
  #footer .wpcf7-form .wpcf7-submit {
    width: calc(25% - 30px);
    margin-top: 0;
  }
  #footer .wpcf7-form .wpcf7-form-control-wrap:not(:nth-last-child(4)) {
    width: calc(25% - 30px);
    margin-right: 30px;
    margin-bottom: 0;
  }
  #footer .wpcf7-form .wpcf7-form-control-wrap:nth-last-child(4) {
    position: absolute;
    left: 0;
    top: 140px;
  }
  #footer .wpcf7-form.invalid .wpcf7-form-control-wrap:nth-last-child(4) {
    top: 150px;
  }
}
@media (min-width: 1200px) {
  #footer .wpcf7-form {
    width: calc(100% + 50px);
    margin: 70px 0 55px;
  }
  #footer .wpcf7-form .wpcf7-submit {
    width: calc(25% - 50px);
  }
  #footer .wpcf7-form .ajax-loader {
    bottom: 40px;
  }
  #footer .wpcf7-form .wpcf7-form-control-wrap:not(:nth-last-child(4)) {
    width: calc(25% - 50px);
    margin-right: 50px;
  }
}
.cart-empty-custom-message {
  color: #f5610a;
  text-align: center;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}
#top.woocommerce-cart p.return-to-shop {
  display: none;
}
#top p.cart-empty {
  font-weight: 600;
}
.return-top-shop-btn-wrapper {
  margin-top: 22px;
  display: inline-block;
}
#footer {
  padding: 0;
  border: none;
  position: relative;
}
#footer::before {
  content: "";
  background: #005f61;
  width: 10000px;
  left: -5000px;
  bottom: 0;
  position: absolute;
  height: 100%;
}
#footer .flex_column {
  width: 100%;
  margin: 0;
  padding: 50px 0;
}
#footer .widget {
  margin: 0;
}
#footer .flex_column.first {
  text-align: center;
  position: relative;
}
#footer .flex_column.first::before {
  content: "";
  background-image: url("../img/logokopp-web.png");
  height: 100%;
  width: 100vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
  background-position: center center;
  background-size: cover;
  z-index: -2;
}
#footer .flex_column.first::after {
  content: "";
  background: #005f61;
  height: 100%;
  width: 100vw;
  opacity: 0.8;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
  z-index: -1;
}
#footer .flex_column.first .widgettitle {
  font-size: 22px;
  padding-bottom: 13px;
  margin: 0 0 15px;
  position: relative;
  color: #ffffff;
  line-height: 30px;
}
#footer .flex_column.first .widgettitle::before {
  content: "";
  background: #00bb7e;
  height: 4px;
  width: 70px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#footer .flex_column.first .widget {
  margin-bottom: 30px;
}
#footer .flex_column.first .widget:first-child .textwidget {
  max-width: 700px;
  margin: 0 auto;
}
#footer .flex_column.first .widget:last-child {
  margin-bottom: 0;
}
#footer .flex_column:nth-child(2) .widget {
  margin-bottom: 30px;
}
#footer .flex_column:nth-child(2) .widget:last-child {
  margin-bottom: 0;
  margin-top: 50px;
}
#footer .widgettitle {
  margin: 15px 0 5px;
  text-transform: unset;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 900;
}
#footer .textwidget {
  font-size: 16px;
  line-height: 24px;
}
#footer .textwidget a {
  display: inline-block;
  text-decoration: underline;
  transition: all 0.3s;
}
#footer .textwidget a.inline-tag {
  margin-right: 10px;
}
#footer .textwidget .sep {
  display: inline-block;
  margin: 0 3px;
}
#top #footer .social_bookmarks {
  height: unset;
  margin-top: 10px;
  display: flex;
  gap: 1rem;
}
#top #footer .social_bookmarks li {
  display: inline-block;
  width: auto;
  float: none;
}
#top #footer .social_bookmarks li:hover a {
  background: transparent;
  color: #00bb7e;
}
#top #footer .social_bookmarks a {
  color: #ffffff;
  width: 100%;
  text-decoration: none;
  text-align: left;
}
#top #footer .social_bookmarks a:before {
  font-size: 27px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#top #footer .social_bookmarks .avia_hidden_link_text {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
}
#top #footer .flex_column:last-child {
  margin-bottom: 0;
}
#footer .flex_column:last-child {
  padding: 35px 0;
  position: relative;
}
#footer .flex_column:last-child::after {
  content: "";
  background: #373a36;
  height: 100%;
  width: 100vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
  z-index: -1;
}
#footer .flex_column:last-child .widget {
  display: inline-block;
  vertical-align: middle;
}
#footer .flex_column:last-child .widget:first-child {
  max-width: 160px;
  width: 40%;
}
#footer .flex_column:last-child .widget:first-child a {
  display: flex;
}
#footer .flex_column:last-child .widget:first-child img {
  height: 31px;
}
#footer .flex_column:last-child .widget:nth-child(2) {
  max-width: 300px;
  width: calc(60% - 30px);
  margin-left: 30px;
}
#footer .flex_column:last-child .widget:nth-child(2) .textwidget {
  font-size: 12px;
  line-height: 18px;
}
#footer .flex_column:last-child .textwidget a {
  display: inline-block;
}
#top #scroll-top-link {
  display: flex;
  flex-direction: row-reverse;
  background: #00bb7e;
  color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 900;
  padding: 0 15px;
  text-align: left;
  opacity: 0.8;
  width: auto;
  bottom: 20px;
  right: 20px;
  height: 40px;
  line-height: 40px;
}
#top #scroll-top-link:hover {
  background: #005f61;
}
#top #scroll-top-link::before {
  content: "\e803";
  font-family: fontello;
}
@media (min-width: 768px) {
  #footer .flex_column.first .widgettitle {
    line-height: 26px;
  }
  #footer .flex_column:last-child .textwidget a {
    display: inline-block;
  }
}
@media (min-width: 990px) {
  #footer .flex_column {
    padding: 100px 0;
  }
  #footer .flex_column:nth-child(2) {
    display: flex;
  }
  #footer .flex_column:nth-child(2) .widget {
    margin-bottom: 0;
  }
  #footer .flex_column:nth-child(2) .widget:first-child {
    width: 20%;
  }
  #footer .flex_column:nth-child(2) .widget:not(:first-child) {
    padding-left: 30px;
  }
  #footer .flex_column:nth-child(2) .widget:last-child {
    margin-top: 0;
  }
  #footer .textwidget a {
    display: block;
  }
  #footer .textwidget .sep {
    display: none;
  }
  #footer .flex_column:last-child {
    padding: 50px 0;
  }
  #footer .flex_column:last-child .widget:nth-child(2) {
    width: auto;
    margin-left: 70px;
  }
  #footer .flex_column:last-child .widget:nth-child(2) .textwidget {
    font-size: 18px;
    line-height: 28px;
  }
  #top #scroll-top-link {
    bottom: 30px;
    right: 30px;
    height: 50px;
    line-height: 50px;
  }
  #top #scroll-top-link .avia_hidden_link_text {
    display: inline-block;
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  #footer .flex_column:nth-child(2) .widget:not(:first-child) {
    padding-left: 50px;
  }
  #footer .textwidget {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (min-width: 1640px) {
  #footer .flex_column:nth-child(2) .widget:not(:first-child) {
    padding-left: 70px;
  }
  #footer .textwidget {
    font-size: 18px;
    line-height: 28px;
  }
}
.category-footer-text {
  font-size: 17px;
  line-height: 25px;
  width: 100%;
  margin-bottom: 70px;
}
@media (min-width: 990px) {
  .category-footer-text {
    column-count: 2;
    column-gap: 20px;
  }
}
.category-footer-text h2 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 30px;
  column-span: all;
}
#wpadminbar,
.responsive.html_mobile_menu_tablet #top #wrap_all #header {
  position: fixed;
}
.responsive.html_mobile_menu_tablet.html_header_top #top #main {
  margin-top: 112px;
}
html.mega-menu-avia-off-canvas-open #wpadminbar {
  z-index: 3;
}
.responsive #top #wrap_all #header {
  transition: all 0.3s;
}
.responsive #top #wrap_all #header .header_bg {
  opacity: 1;
}
.responsive #top #wrap_all #header.stick-header {
  margin-top: -31px !important;
}
#header_meta .sub_menu {
  height: 30px;
  top: 0;
  width: 100%;
  padding: 0;
}
#header_meta .sub_menu .menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#header_meta .menu-item {
  border: none;
  padding: 0 15px;
}
#header_meta .menu-item a {
  font-weight: 400;
  font-size: 10px;
  padding: 0;
  height: 30px;
  line-height: 29px;
  transition: all 0.3s;
}
#header_meta .menu-item a:hover {
  color: #005f61;
}
#header_meta .phone-info {
  display: none;
  padding: 0;
}
#header_meta .phone-info a {
  font-weight: 400;
  font-size: 13px;
  height: 30px;
  line-height: 29px;
  margin-left: 40px;
  transition: all 0.3s;
}
#header_meta .phone-info a:hover {
  color: #005f61;
}
#header_meta .phone-info a:hover .av-icon-char {
  color: #ffffff;
}
#header_meta .phone-info a .av-icon-char {
  font-size: 16px;
  margin-right: 3px;
}
.responsive #header_meta .sub_menu ul li {
  padding: 0;
}
.responsive #header_meta .sub_menu ul li:not(:last-child) {
  padding-right: 10px;
}
#top #header_main .logo img, #top #header_main .logo svg {
  width: 66px;
}
#top #header_main .widget_product_search {
  width: 20px;
  position: absolute;
  right: 130px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
}
#top #header_main .widget_product_search .widgettitle {
  font-size: 0;
  cursor: pointer;
  display: inline-block;
  height: auto;
  line-height: 0;
  position: relative;
}
#top #header_main .widget_product_search .widgettitle::before {
  content: "\e810";
  font-family: fontello;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
#top #header_main .widget_product_search input:not(.search-field) {
  display: none;
}
#top #header_main .woocommerce-product-search {
  margin: 0;
  position: absolute;
  display: none;
  width: 180px;
  background: #005f61;
  padding: 5px;
  left: 50%;
  transform: translateX(-50%);
  top: 70px;
}
#top #header_main .woocommerce-product-search::before {
  content: "\e810";
  font-family: fontello;
  color: #ffffff;
  width: 38px;
  height: 28px;
  line-height: 28px;
  position: absolute;
  text-align: center;
  bottom: 6px;
  left: 6px;
  font-size: 14px;
  z-index: -1;
}
#top #header_main .widget_nav_menu {
  padding: 0;
  position: absolute;
  right: 86px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
}
#top #header_main .widget_nav_menu .menu-item {
  display: none;
}
#top #header_main .widget_nav_menu .quote-li {
  width: auto;
}
#top #header_main .widget_nav_menu .dropdown .dropdown-toggle a {
  padding: 0;
  height: 33px;
  display: block;
  position: relative;
  width: 28px;
}
#top #header_main .widget_nav_menu .dropdown .dashicons-cart {
  height: 100%;
  margin: 0;
}
#top #header_main .widget_nav_menu .dropdown .dashicons-cart::before {
  content: "\e805";
  font-family: "fontello";
  font-size: 28px;
}
#top #header_main .widget_nav_menu .dropdown .totalitems {
  background: #f5610a;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  height: 18px;
  line-height: 18px;
  width: 18px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  bottom: -2px;
  left: calc(50% + 9px);
  transform: translateX(-50%);
}
#top #header_main .widget_nav_menu .dropdown .dropdown-menu {
  margin-top: 0;
  padding: 15px;
  background: #005f61;
  box-sizing: border-box;
  line-height: normal;
  left: 50%;
  transform: translateX(-50%);
}
#top #header_main .widget_nav_menu .dropdown .dropdown-menu .dashicons {
  height: 100%;
  margin: 0;
}
#top #header_main .widget_nav_menu .dropdown .dropdown-menu .dashicons::before {
  content: "\e806";
  font-family: "fontello";
  font-size: 14px;
  color: #00bb7e;
  transition: all 0.3s;
}
#top #header_main .widget_nav_menu .dropdown .dropdown-menu .dashicons:hover::before {
  color: #f5610a;
}
#top #header_main .widget_nav_menu .dropdown .dropdown-menu .pronam {
  padding-right: 10px;
}
#top #header_main .widget_nav_menu .dropdown .dropdown-menu .pronam a {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 0;
  margin-bottom: 10px;
  transition: all 0.3s;
}
#top #header_main .widget_nav_menu .dropdown .dropdown-menu .woo_options_mini {
  margin: 0;
  padding-right: 10px;
}
#top #header_main .widget_nav_menu .dropdown .dropdown-menu .woo_options_mini .variation {
  font-size: 14px;
  line-height: 24px;
  display: none;
}
#top #header_main .widget_nav_menu .dropdown .dropdown-menu .woo_options_mini .variation dd {
  margin: 0 0px 15px;
}
#top #header_main .widget_nav_menu .dropdown .dropdown-menu .colpro {
  margin-bottom: 25px;
}
#top #header_main .widget_nav_menu .dropdown .dropdown-menu #quantity {
  font-size: 14px !important;
  display: inline-block;
  line-height: normal;
}
#top #header_main .widget_nav_menu .dropdown .dropdown-menu .view-quote-row {
  margin: 0 !important;
}
#top #header_main .widget_nav_menu .dropdown .dropdown-menu #view-quote {
  background: #00bb7e;
  border: 1px solid #00bb7e;
  padding: 0 15px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s;
}
#top #header_main .widget_nav_menu .dropdown .dropdown-menu #view-quote:hover {
  background: #005f61;
}
#top #header_main .widget_nav_menu .dropdown .dropdown-menu .row {
  padding: 0;
  margin: 0 !important;
}
#top #header_main .widget_nav_menu .dropdown .dropdown-menu #empty-message {
  font-size: 14px;
  margin: 0;
}
#top #header_main #menu-item-shop {
  z-index: 3;
  margin-right: 20px;
  border: none;
}
#top #header_main #menu-item-shop .cart_dropdown_link {
  padding: 0;
}
#top #header_main #menu-item-shop .cart_dropdown_link span:not(.av-cart-counter) {
  content: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Frame%2029'%3e%3cpath%20id='Vector'%20d='M14.6989%204.32517C14.541%203.66324%2014.1625%203.07354%2013.6248%202.65156C13.087%202.22958%2012.4215%202%2011.7358%202C11.0502%202%2010.3847%202.22958%209.84692%202.65156C9.30918%203.07354%208.93072%203.66324%208.77283%204.32517H4V22H19.4717V4.32517H14.6989ZM11.7452%203.86014C11.9774%203.85978%2012.2045%203.92776%2012.3977%204.05548C12.591%204.18321%2012.7417%204.36494%2012.8308%204.57768C12.9199%204.79041%2012.9434%205.0246%2012.8984%205.2506C12.8533%205.47659%2012.7416%205.68424%2012.5776%205.84728C12.4135%206.01031%2012.2044%206.12139%2011.9767%206.16647C11.7489%206.21155%2011.5129%206.1886%2011.2983%206.10052C11.0837%206.01244%2010.9003%205.8632%2010.7713%205.67167C10.6422%205.48014%2010.5733%205.25494%2010.5733%205.02456C10.5733%204.71606%2010.6967%204.42016%2010.9164%204.20184C11.1361%203.98353%2011.4342%203.86063%2011.7452%203.86014ZM12.917%2017.8147H7.28109V15.9546H12.9058L12.917%2017.8147ZM16.1906%2014.3325H7.28109V12.465H16.1906V14.3325ZM16.1906%2010.843H7.28109V8.98101H16.1906V10.843Z'%20fill='%23373A36'/%3e%3c/g%3e%3c/svg%3e");
  filter: invert(1) brightness(255);
}
#top #header_main #menu-item-shop .av-cart-counter {
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
  margin: 14px 0 0 14px;
  background: #f5610a;
  color: #ffffff;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
}
#top #header_main .widget_custom_html {
  padding: 0;
  position: absolute;
  top: 0;
  right: 170px;
  z-index: 1;
}
#top #header_main .widget_custom_html a {
  text-decoration: none;
}
#top #header_main .widget_custom_html .header-phone-icon {
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s;
}
#top #header_main .widget_product_search .search-field {
  margin: 0;
  background: transparent;
  border: 1px solid #ffffff;
  padding: 0 10px 0 0;
  text-indent: 40px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
}
#top #header_main .widget_product_search.widget {
  padding: 0;
  text-align: right;
}
#top #header_main .widget_product_search.widget .widgettitle {
  padding: 0;
}
.responsive #top #wrap_all #header_main .main_menu {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  z-index: 0;
}
#header_main #mega-menu-wrap-avia .mega-menu-toggle {
  background: transparent;
}
#header_main #mega-menu-wrap-avia .mega-menu-toggle .mega-toggle-block {
  margin: 0;
  height: 3px;
  width: 30px;
  background: #ffffff;
  position: relative;
  transition: all 0.3s;
}
#header_main #mega-menu-wrap-avia .mega-menu-toggle .mega-toggle-block::before, #header_main #mega-menu-wrap-avia .mega-menu-toggle .mega-toggle-block::after {
  content: "";
  background: #ffffff;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -10px;
  margin: 0;
  transition: all 0.3s;
}
#header_main #mega-menu-wrap-avia .mega-menu-toggle .mega-toggle-block::after {
  top: 10px;
}
#header_main #mega-menu-wrap-avia .mega-menu-toggle .mega-toggle-label {
  display: none;
}
#header_main #mega-menu-wrap-avia .mega-menu-toggle::after {
  top: 112px;
  transition: all 0.3s;
}
#header_main #mega-menu-wrap-avia .mega-menu-open .mega-toggle-block {
  height: 0;
}
#header_main #mega-menu-wrap-avia .mega-menu-open .mega-toggle-block::before, #header_main #mega-menu-wrap-avia .mega-menu-open .mega-toggle-block::after {
  top: 0px;
  transform: rotate(-45deg);
}
#header_main #mega-menu-wrap-avia .mega-menu-open .mega-toggle-block::after {
  top: 0;
  transform: rotate(45deg);
}
#header.stick-header #header_main .main_menu #mega-menu-avia {
  height: calc(100vh - 81px);
  top: 81px;
}
#header.stick-header #header_main #mega-menu-wrap-avia .mega-menu-toggle::after {
  top: 81px;
}
#top #header_main .widget_maxmegamenu {
  display: none;
  top: 15px;
  left: 90px;
  padding-top: 0;
}
#top #header_main .widget_maxmegamenu ul.mega-sub-menu {
  margin-top: 15px;
  left: -90px !important;
}
#top #header_main .widget_maxmegamenu .mega-menu-item {
  margin-right: 30px;
}
#top #header_main .widget_maxmegamenu .mega-menu-item .mega-menu-link {
  padding: 0;
}
#top #header_main .widget_maxmegamenu .mega-menu-item .mega-menu-link .mega-indicator::after {
  content: "\e801";
  font-family: "fontello";
  font-size: 15px;
  top: 1px;
  color: #00bb7e !important;
  transition: all 0.3s;
  transform: rotate(0deg);
}
#top #header_main .widget_maxmegamenu .mega-menu-item .mega-menu-link:hover .mega-indicator::after {
  color: #80afb0 !important;
  transform: rotate(180deg);
}
#top #header_main .widget_maxmegamenu .mega-sub-menu .menu-cat-inner {
  padding: 0 10px;
  box-sizing: border-box;
}
#top #header_main .widget_maxmegamenu .mega-sub-menu .mega-menu-item {
  padding: 30px 30px 30px 40px !important;
}
#top #header_main .widget_maxmegamenu .menu-product-lists li,
#top #header_main .widget_maxmegamenu .menu-bransjer-list li {
  margin-left: 2%;
  width: 31%;
  display: inline-block;
}
#top #header_main .widget_maxmegamenu .menu-product-lists li:not(:last-child),
#top #header_main .widget_maxmegamenu .menu-bransjer-list li:not(:last-child) {
  margin-bottom: 14px;
}
#top #header_main .widget_maxmegamenu .menu-product-lists li a,
#top #header_main .widget_maxmegamenu .menu-bransjer-list li a {
  color: #005f61;
  font-size: 17px;
  transition: all 0.3s;
}
#top #header_main .widget_maxmegamenu .menu-dynamic-cat-link {
  color: #005f61;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 30px;
}
#top #header_main .widget_maxmegamenu .menu-dynamic-cat-link a {
  border-bottom: 1px solid #005f61;
}
#top #header_main .widget_maxmegamenu .menu-cat-inner {
  width: 16%;
  display: inline-block;
}
#top #header_main .widget_maxmegamenu .menu-cat-lists li:not(:last-child) {
  margin-bottom: 15px;
}
#top #header_main .widget_maxmegamenu .menu-cat-lists li a {
  color: #005f61;
  font-size: 16px;
  line-height: 20px;
}
#header_main .main_menu #mega-menu-avia {
  height: calc(100vh - 112px);
  top: 112px;
  max-width: 100%;
  width: 100%;
  right: -100%;
}
.admin-bar #header_main .main_menu #mega-menu-avia {
  height: calc(100vh - 158px);
  top: 158px;
}
.admin-bar #header_main #mega-menu-wrap-avia .mega-menu-toggle::after {
  top: 158px;
}
.admin-bar #header.stick-header #header_main .main_menu #mega-menu-avia {
  height: calc(100vh - 127px);
  top: 127px;
}
.admin-bar #header.stick-header #header_main #mega-menu-wrap-avia .mega-menu-toggle::after {
  top: 127px;
}
#top #header_main .main_menu #mega-menu-avia {
  background: #005f61;
}
#top #header_main .main_menu #mega-menu-avia .mega-menu-link {
  padding: 0;
}
#top #header_main .main_menu #mega-menu-avia .mega-menu-link .mega-indicator::after {
  content: "\e801";
  font-family: "fontello";
  font-size: 15px;
  top: 1px;
  transition: all 0.3s;
  transform: rotate(-90deg);
}
#top #header_main .main_menu #mega-menu-avia .mega-menu-link:hover .mega-indicator::after {
  transform: rotate(0deg);
}
#top #header_main .main_menu #mega-menu-avia li.mega-toggle-on .mega-menu-link .mega-indicator::after {
  transform: rotate(0deg);
}
#top #header_main .main_menu #mega-menu-avia li.mega-toggle-on .mega-menu-link:hover .mega-indicator::after {
  transform: rotate(-90deg);
}
#top #header_main .main_menu #mega-menu-avia li {
  margin: 0px !important;
  border-bottom: 1px solid #ffffff;
  padding-top: 15px;
  padding-bottom: 10px;
  background: #00bb7e;
}
#top #header_main .main_menu #mega-menu-avia li a {
  background: #00bb7e;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
#top #header_main .main_menu #mega-menu-avia .mega-sub-menu {
  background: #ffffff;
  margin-top: 10px;
  padding: 0px;
}
#top #header_main .main_menu #mega-menu-avia .mega-sub-menu .mega-menu-item .menu-dynamic-cat-link a {
  background: #ffffff;
  color: #005f61;
  padding: 0 !important;
}
#top #header_main .main_menu #mega-menu-avia .mega-sub-menu .mega-menu-item-type-widget {
  padding: 0px !important;
}
#top #header_main .main_menu #mega-menu-avia .mega-sub-menu .mega-menu-item-type-widget h4 {
  background: #ffffff;
  margin-bottom: 0px;
  padding: 17px 40px;
  border-bottom: 1px solid #005f61;
}
#top #header_main .main_menu #mega-menu-avia .mega-sub-menu .mega-menu-item-type-widget h4::after {
  content: "\e801";
  font-family: "fontello";
  font-size: 15px;
  top: 1px;
  color: #005f61;
  transition: all 0.3s;
  float: right;
  transform: rotate(-90deg);
}
#top #header_main .main_menu #mega-menu-avia .mega-sub-menu .mega-menu-item-type-widget h4:hover::after {
  transform: rotate(0deg);
}
#top #header_main .main_menu #mega-menu-avia .mega-sub-menu .mega-menu-item-type-widget h4 a {
  border-bottom: none;
  padding: 0;
}
#top #header_main .main_menu #mega-menu-avia .mega-sub-menu .mega-menu-item-type-widget h4.active-sublist::after {
  transform: rotate(0deg);
}
#top #header_main .main_menu #mega-menu-avia .mega-sub-menu .mega-menu-item-type-widget h4.active-sublist:hover::after {
  transform: rotate(-90deg);
}
#top #header_main .main_menu #mega-menu-avia .mega-sub-menu .mega-menu-item-type-widget .menu-cat-inner:last-child h4 {
  border-bottom: none;
}
#top #header_main .main_menu #mega-menu-avia .mega-sub-menu .mega-menu-item-type-widget .menu-cat-lists {
  margin: 0;
}
#top #header_main .main_menu #mega-menu-avia .mega-sub-menu .mega-menu-item-type-widget .menu-cat-lists li {
  border-bottom: 1px solid #005f61;
  background: #ffffff;
}
#top #header_main .main_menu #mega-menu-avia .mega-sub-menu .mega-menu-item-type-widget .menu-cat-lists li a {
  background: #ffffff;
  color: #005f61;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s;
}
#top #header_main .main_menu #mega-menu-avia .mega-sub-menu .mega-menu-item-type-widget .menu-cat-lists li a:hover {
  color: #00bb7e !important;
}
#top #header_main .main_menu #mega-menu-avia .mega-sub-menu .mega-menu-item-type-widget .menu-product-lists,
#top #header_main .main_menu #mega-menu-avia .mega-sub-menu .mega-menu-item-type-widget .menu-bransjer-list {
  margin: 0px;
}
#top #header_main .main_menu #mega-menu-avia .mega-sub-menu .mega-menu-item-type-widget .menu-product-lists li,
#top #header_main .main_menu #mega-menu-avia .mega-sub-menu .mega-menu-item-type-widget .menu-bransjer-list li {
  margin-bottom: 0px !important;
  background: #ffffff;
  padding: 0;
  border-bottom: 1px solid #005f61;
  width: 100%;
  display: block;
}
#top #header_main .main_menu #mega-menu-avia .mega-sub-menu .mega-menu-item-type-widget .menu-product-lists li {
  padding: 20px 40px;
}
#top #header_main .main_menu #mega-menu-avia .mega-sub-menu .mega-menu-item-type-widget .menu-product-lists li a {
  width: 100%;
  display: inline-block;
  padding: 0 !important;
  box-sizing: content-box;
  line-height: 28px;
  font-size: 18px;
  height: auto;
  color: #005f61;
  background: #ffffff;
  transition: all 0.3s;
}
#top #header_main .main_menu #mega-menu-avia .mega-sub-menu .mega-menu-item-type-widget .menu-product-lists li a:hover {
  color: #00bb7e;
}
#top #header_main .main_menu #mega-menu-avia .mega-sub-menu .mega-menu-item-type-widget .menu-bransjer-list li:last-child {
  border-bottom: none !important;
}
#top #header_main .main_menu #mega-menu-avia .mega-sub-menu .mega-menu-item-type-widget .menu-bransjer-list li a {
  color: #005f61;
  background: #ffffff;
  line-height: 70px;
  text-decoration: none;
  transition: 0.3s;
}
#top #header_main .main_menu #mega-menu-avia .mega-sub-menu .mega-menu-item-type-widget .menu-bransjer-list li a:hover {
  color: #00bb7e;
}
#top #header_main .main_menu .menu-cat-inner {
  width: 100%;
  display: block;
  padding: 0;
}
#top #header_main .mega-menu-item .mega-menu-link .mega-indicator::after {
  color: #ffffff !important;
}
#top #header_main .mega-menu-item .mega-menu-link .mega-indicator:hover::after {
  color: #ffffff !important;
}
#top #header_main .main_menu #mega-menu-avia li.menu-second {
  background: #ffffff;
  border-bottom: 1px solid #717371;
}
#top #header_main .main_menu #mega-menu-avia .menu-second a {
  background: #ffffff;
  color: #005f61;
  font-weight: 400;
  font-size: 16px;
  transition: all 0.3s;
}
#top #header_main .main_menu #mega-menu-avia .menu-second a:hover {
  color: #00bb7e;
}
#top #header_main .main_menu #mega-menu-avia li.contact-button {
  width: 50%;
  background: transparent;
  padding: 0;
  border: none;
  display: inline-block;
  text-align: center;
  padding-bottom: 100px;
}
#top #header_main .main_menu #mega-menu-avia li.contact-button a {
  height: 70px;
  line-height: 70px;
  display: inline-block;
  width: auto;
  font-size: 14px !important;
  font-weight: 400;
  padding: 0 10px !important;
  background: transparent;
}
#top #header_main .main_menu #mega-menu-avia li.contact-button a:hover {
  color: #00bb7e;
}
#top #header_main .main_menu #mega-menu-avia li.contact-button .av-icon-char {
  margin-right: 5px;
}
#top #header_main .main_menu #mega-menu-avia li.contact-button.phone {
  left: 0;
}
#top #header_main .main_menu #mega-menu-avia .menu-item-avia-special {
  display: none;
}
@media (min-width: 576px) {
  #header_meta .menu-item {
    padding: 0 30px;
  }
  #header_meta .menu-item a {
    font-size: 14px;
  }
  .responsive #header_meta .sub_menu ul li {
    padding: 0;
  }
  .responsive #header_meta .sub_menu ul li:not(:last-child) {
    padding-right: 30px;
  }
  #top #header_main #menu-item-shop {
    margin-right: 25px;
  }
  #top #header_main #menu-item-shop .cart_dropdown_link span:not(.av-cart-counter)::before {
    font-size: 24px;
  }
  #top #header_main .widget_nav_menu {
    right: 98px;
  }
  #top #header_main .widget_nav_menu .dropdown .dropdown-toggle a {
    height: 40px;
    width: 34px;
  }
  #top #header_main .widget_nav_menu .dropdown .dashicons-cart::before {
    font-size: 34px;
  }
  #top #header_main .widget_product_search {
    width: 26px;
    right: 153px;
  }
  #top #header_main .widget_product_search .widgettitle::before {
    font-size: 24px;
  }
  #top #header_main .widget_custom_html {
    right: 204px;
  }
  #top #header_main .widget_custom_html .header-phone-icon {
    font-size: 24px;
  }
  #top #header_main .main_menu #mega-menu-avia li.contact-button a {
    font-size: 18px !important;
  }
}
@media (min-width: 768px) {
  .responsive.html_mobile_menu_tablet.html_header_top #top #main {
    margin-top: 122px;
  }
  #top #header_main .logo img {
    top: 50%;
    transform: translateY(-50%);
  }
  #top #header_main #menu-item-shop {
    margin-right: 30px;
  }
  #top #header_main .widget_nav_menu {
    right: 118px;
  }
  #top #header_main .widget_product_search {
    right: 178px;
  }
  #top #header_main .widget_custom_html {
    right: 234px;
  }
  #header_main #mega-menu-wrap-avia .mega-menu-toggle .mega-toggle-block {
    height: 4px;
    width: 40px;
  }
  #header_main #mega-menu-wrap-avia .mega-menu-toggle .mega-toggle-block::before, #header_main #mega-menu-wrap-avia .mega-menu-toggle .mega-toggle-block::after {
    height: 4px;
    top: -13px;
  }
  #header_main #mega-menu-wrap-avia .mega-menu-toggle .mega-toggle-block::after {
    top: 13px;
  }
  #header_main #mega-menu-wrap-avia .mega-menu-toggle::after {
    top: 122px;
  }
  #header_main #mega-menu-wrap-avia .mega-menu-open .mega-toggle-block {
    height: 0;
  }
  #header_main #mega-menu-wrap-avia .mega-menu-open .mega-toggle-block::before, #header_main #mega-menu-wrap-avia .mega-menu-open .mega-toggle-block::after {
    top: 0px;
  }
  #header_main #mega-menu-wrap-avia .mega-menu-open .mega-toggle-block::after {
    top: 0;
  }
  #header_main .main_menu #mega-menu-avia {
    height: calc(100vh - 122px);
    top: 122px;
    max-width: 100%;
    width: 480px;
    right: -480px;
  }
  #header.stick-header #header_main .main_menu #mega-menu-avia {
    height: calc(100vh - 91px);
    top: 91px;
  }
  #header.stick-header #header_main #mega-menu-wrap-avia .mega-menu-toggle::after {
    top: 91px;
  }
  .admin-bar #header_main .main_menu #mega-menu-avia {
    height: calc(100vh - 154px);
    top: 154px;
  }
  .admin-bar #header_main #mega-menu-wrap-avia .mega-menu-toggle::after {
    top: 154px;
  }
  .admin-bar #header.stick-header #header_main .main_menu #mega-menu-avia {
    height: calc(100vh - 123px);
    top: 123px;
  }
  .admin-bar #header.stick-header #header_main #mega-menu-wrap-avia .mega-menu-toggle::after {
    top: 123px;
  }
}
@media (min-width: 990px) {
  .responsive.html_mobile_menu_tablet.html_header_top #top #main {
    margin-top: 0;
  }
  #header_meta .sub_menu {
    width: auto;
  }
  #header_meta .sub_menu .menu {
    display: inline-block;
  }
  #header_meta .phone-info {
    display: inline-block;
  }
  #top #header_main #menu-item-shop {
    z-index: 3;
    margin-right: 30px;
  }
  #top #header_main .widget_custom_html {
    display: none;
  }
  #top #header_main .widget_product_search {
    width: 180px;
    right: 178px;
  }
  #top #header_main .widget_product_search .widgettitle {
    display: none;
  }
  #top #header_main .woocommerce-product-search {
    position: relative;
    display: block;
    background: transparent;
    padding: 0;
    left: 0;
    transform: unset;
    top: 0;
  }
  #top #header_main .woocommerce-product-search::before {
    bottom: 1px;
    left: 1px;
  }
  #top #header_main .widget_maxmegamenu {
    display: block;
  }
  .responsive #top #wrap_all #header_main .main_menu {
    z-index: 1;
  }
  #header_main #mega-menu-wrap-avia .mega-menu-toggle::after {
    top: 102px;
  }
  #header.stick-header #header_main .main_menu #mega-menu-avia {
    height: calc(100vh - 71px);
    top: 71px;
  }
  #header.stick-header #header_main #mega-menu-wrap-avia .mega-menu-toggle::after {
    top: 71px;
  }
  #header_main .main_menu #mega-menu-avia {
    height: calc(100vh - 102px);
    top: 102px;
  }
  .admin-bar #header_main .main_menu #mega-menu-avia {
    height: calc(100vh - 134px);
    top: 134px;
  }
  .admin-bar #header_main #mega-menu-wrap-avia .mega-menu-toggle::after {
    top: 134px;
  }
  .admin-bar #header.stick-header #header_main .main_menu #mega-menu-avia {
    height: calc(100vh - 103px);
    top: 103px;
  }
  .admin-bar #header.stick-header #header_main #mega-menu-wrap-avia .mega-menu-toggle::after {
    top: 103px;
  }
}
@media (min-width: 1200px) {
  #top #header_main .widget_maxmegamenu {
    left: 115px;
  }
  #top #header_main .widget_maxmegamenu ul.mega-sub-menu {
    left: -115px !important;
  }
  #top #header_main .widget_maxmegamenu .mega-menu-item {
    margin-right: 50px;
  }
  #top #header_main .mega-sub-menu .mega-menu-item {
    padding: 40px 60px 40px 70px !important;
  }
  .menu-cat-lists li a {
    font-size: 18px;
    line-height: 24px;
  }
}
#footer .textwidget .privacy-policy {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 25px;
}
#footer .textwidget .privacy-policy span {
  color: #fff;
}
#footer .textwidget .privacy-policy .acceptance {
  width: 100%;
}
#footer .textwidget .privacy-policy .wpcf7-list-item {
  margin-left: 0;
}
#footer .textwidget .privacy-policy a {
  display: inline;
}
#top .tc-extra-product-options .tc-element-inner-wrap .tc-row {
  gap: 0.25rem;
}
#top .tc-extra-product-options .tm-epo-element-label {
  font-size: 22px;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}
#top .tc-extra-product-options .tm-epo-element-label span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
#top .tc-extra-product-options .tm-toggle.tm-section-label {
  font-size: 18px;
  color: #ffffff;
  background-color: #005f61;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 20px;
  position: relative;
}
#top .tc-extra-product-options .tm-toggle.tm-section-label span.tcfa.tm-arrow::before {
  content: "\e877";
  font-family: "entypo-fontello";
  position: absolute;
  right: 18px;
  font-size: 30px;
  line-height: 22px;
  font-weight: 300 !important;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#top .tc-extra-product-options .tm-toggle.tm-section-label span.tcfa.tm-arrow.tcfa-angle-up::before {
  transform: rotate(180deg);
}
#top .tc-extra-product-options .tm-collapse {
  margin: 0;
  background-image: none;
}
#top .tc-extra-product-options .tc-tooltip::before {
  content: "\e811";
  font-family: fontello;
  color: #00bb7e;
}
#top .tc-extra-product-options .tmcp-ul-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#top .tc-extra-product-options .tmcp-ul-wrap .tmcp-field-wrap {
  width: auto !important;
  margin: 0 !important;
  flex: 0 1 auto !important;
}
#top .tc-extra-product-options .tmcp-ul-wrap.tm-extra-product-options-textarea .tmcp-field-wrap {
  width: 100% !important;
  margin: 0 !important;
}
#top .tc-extra-product-options input,
#top .tc-extra-product-options textarea {
  margin: 0;
}
#top .tc-extra-product-options .tc-chars {
  line-height: 1;
}
#top .tc-extra-product-options .cpf-type-checkbox .tmcp-field-wrap .tc-field-label-wrap,
#top .tc-extra-product-options .cpf-type-radio .tmcp-field-wrap .tc-field-label-wrap {
  flex: 0 1 auto;
  width: auto;
  display: inline;
}
#top .tc-extra-product-options .cpf-type-checkbox .tmcp-field-wrap .tc-label-wrap,
#top .tc-extra-product-options .cpf-type-radio .tmcp-field-wrap .tc-label-wrap {
  display: inline-flex;
  flex-wrap: nowrap;
}
#top .tc-extra-product-options .cpf-type-checkbox .tmcp-field-wrap .tc-label.tm-label,
#top .tc-extra-product-options .cpf-type-radio .tmcp-field-wrap .tc-label.tm-label {
  font-size: 13px;
  font-weight: 700;
  padding-left: 0 !important;
  flex: 0 1 auto;
}
#top .tc-extra-product-options .cpf-type-checkbox .tmcp-field-wrap .tc-label.tm-label > span,
#top .tc-extra-product-options .cpf-type-radio .tmcp-field-wrap .tc-label.tm-label > span {
  display: block;
}
#top .tc-extra-product-options .cpf-type-checkbox .tmcp-field-wrap .tc-label.tm-label span,
#top .tc-extra-product-options .cpf-type-radio .tmcp-field-wrap .tc-label.tm-label span {
  font-size: inherit;
  font-weight: inherit;
}
#top .tc-extra-product-options .cpf-type-checkbox .tmcp-field-wrap .tc-label.tm-label .tc-label-text,
#top .tc-extra-product-options .cpf-type-radio .tmcp-field-wrap .tc-label.tm-label .tc-label-text {
  display: inline;
}
#top .tc-extra-product-options .cpf-type-checkbox .tmcp-field-wrap .tm-epo-field-label,
#top .tc-extra-product-options .cpf-type-radio .tmcp-field-wrap .tm-epo-field-label {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
  width: auto;
  flex: 0 1 auto;
}
#top .tc-extra-product-options .cpf-type-checkbox .tmcp-field-wrap .tm-epo-field-label input,
#top .tc-extra-product-options .cpf-type-radio .tmcp-field-wrap .tm-epo-field-label input {
  accent-color: #00BB7D;
}
#top .tc-extra-product-options .cpf-type-checkbox .tmcp-field-wrap .tm-epo-field-label input[type=checkbox], #top .tc-extra-product-options .cpf-type-checkbox .tmcp-field-wrap .tm-epo-field-label input[type=radio],
#top .tc-extra-product-options .cpf-type-radio .tmcp-field-wrap .tm-epo-field-label input[type=checkbox],
#top .tc-extra-product-options .cpf-type-radio .tmcp-field-wrap .tm-epo-field-label input[type=radio] {
  height: 1.13rem;
  width: 1.13rem;
}
#top .tc-extra-product-options .cpf-type-checkbox .tmcp-field-wrap .tc-inline-description,
#top .tc-extra-product-options .cpf-type-radio .tmcp-field-wrap .tc-inline-description {
  visibility: hidden;
  display: none;
}
#top .tc-extra-product-options .tm-epo-required {
  display: none;
}
#tm-epo-totals {
  display: none;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  background-color: #f5610a;
  padding-right: 20px;
  margin-left: 19px;
  display: inline-flex;
  align-items: center;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button:hover {
  color: #ffffff;
  background-color: #00bb7e;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img {
  max-height: 52px;
  max-width: 52px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist {
  color: inherit;
}
.tinv-wishlist .woocommerce-error,
.tinv-wishlist .woocommerce-message {
  display: none;
}
.tinv-wishlist #tinvwl_product_actions {
  min-width: 150px;
}
.wishlist-counter {
  order: 3;
  left: -38px;
  top: 2px;
}
@media (min-width: 768px) {
  .wishlist-counter {
    left: 0;
    top: 0;
  }
}
div.wishlist_products_counter .wishlist_products_counter_number,
div.wishlist_products_counter .wishlist_products_counter_text {
  min-height: 0;
  line-height: normal;
  display: flex;
  bottom: 4px;
  padding-bottom: 1px;
}
.wishlist_products_counter {
  position: static;
}
#top table.tinvwl-table-manage-list thead {
  color: #fff;
  background-color: #005f61;
}
#top table.tinvwl-table-manage-list thead th {
  border: none;
}
#top table.tinvwl-table-manage-list thead tr:nth-child(odd) {
  background-color: inherit;
}
#top table.tinvwl-table-manage-list thead td {
  border: none;
}
#top table.tinvwl-table-manage-list tbody tr:nth-child(even) {
  background-color: #bec6c4;
}
#top table.tinvwl-table-manage-list tbody td {
  border: none;
}
#top table.tinvwl-table-manage-list tbody dd {
  font-weight: 400;
}
#top table.tinvwl-table-manage-list tfoot td {
  border: none;
}
.tinv-wishlist th {
  border-width: 0px !important;
}
.tinv-wishlist .product-cb {
  display: block !important;
}
.tinv-wishlist thead tr {
  display: flex;
}
@media (min-width: 990px) {
  .tinv-wishlist thead tr {
    display: revert;
  }
}
.tinv-wishlist .wishlist_item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
}
@media (min-width: 990px) {
  .tinv-wishlist .wishlist_item {
    display: revert;
  }
}
.tinv-wishlist .wishlist_item .product-cb {
  width: 25% !important;
  order: 2;
}
@media (min-width: 990px) {
  .tinv-wishlist .wishlist_item .product-cb {
    width: 20px !important;
  }
}
.tinv-wishlist .wishlist_item .product-remove {
  width: 25% !important;
  order: 4;
}
@media (min-width: 990px) {
  .tinv-wishlist .wishlist_item .product-remove {
    width: 20px !important;
  }
}
.tinv-wishlist .wishlist_item .product-thumbnail {
  width: 50% !important;
  order: 3;
}
@media (min-width: 990px) {
  .tinv-wishlist .wishlist_item .product-thumbnail {
    width: 25% !important;
  }
}
.tinv-wishlist .wishlist_item .product-name {
  width: 100% !important;
  order: 1;
  border-left-width: 0px !important;
  text-align: left !important;
}
.main_color .button.quick-add {
  text-align: center;
  background-color: #00bb7e;
  margin: 15px 10px 0 10px;
  display: block;
  font-size: 16px;
  font-weight: 900;
  width: 100%;
}
.main_color .button.quick-add:hover {
  background-color: rgb(51, 200.6, 151.8);
}
.button-quick-add-wrapper {
  width: 100%;
  display: flex;
}
.button-quick-add-wrapper.stock-empty .button.quick-add {
  background-color: #f5610a;
}
.button-quick-add-wrapper.stock-empty .button.quick-add:hover {
  background-color: #f5610a;
}
.product .added_to_cart.wc-forward {
  display: none;
}
#wrap_all .quick-add.ajax_add_to_cart {
  display: block !important;
}
#top #related_product_post .woocommerce .products {
  padding-left: 0;
}
#top #related_product_post .woocommerce .products .woocommerce-result-count {
  display: none;
}
.woocommerce-product-details__short-description .main {
  margin-bottom: 1.2em;
}
.woocommerce-product-details__short-description .expand-text,
.woocommerce-product-details__short-description .show-product-info {
  cursor: pointer;
  margin-bottom: 1.2em;
}
.woocommerce-product-details__short-description .expand-text .text-object,
.woocommerce-product-details__short-description .show-product-info .text-object {
  color: #00bb7e;
  text-decoration: underline;
}
.woocommerce-product-details__short-description .extended {
  margin-bottom: 1.2em;
  display: none;
}
.woocommerce-product-details__short-description h1, .woocommerce-product-details__short-description h2, .woocommerce-product-details__short-description h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 1.4em;
  margin-bottom: 1.2em;
}
.woocommerce-product-details__short-description p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.woocommerce-product-details__short-description p:first-of-type {
  margin-top: 0;
}
.woocommerce-product-details__short-description p:last-of-type {
  margin-top: 0;
  margin-bottom: 0;
}
.woocommerce-product-details__short-description p:only-of-type {
  margin-top: 0;
  margin-bottom: 0;
}
.quote-contact-information {
  max-width: none;
  width: 100%;
}
.gform_wrapper .gfield_consent_description {
  max-height: none;
  overflow: visible;
  border: none;
  padding: 0;
}
.custom-product-details .content-box.quote-gravity-form {
  padding-right: 20px;
  padding-bottom: 35px;
  padding-left: 20px;
}
.single-product-summary .inner-single-info.quote-section {
  display: none;
}
.single-product-summary.cart-form form.cart {
  display: block;
}
.single-product-summary.cart-form .inner-single-info.quote-section {
  display: none;
}
.single-product-summary.gravity-form form.cart {
  display: none;
}
.single-product-summary.gravity-form .inner-single-info.quote-section {
  display: block;
}
#top .av-horizontal-gallery .avia-slideshow-controls a {
  opacity: 1;
  top: 54%;
}
#top .av-horizontal-gallery .avia-slideshow-controls a:before {
  border-width: 0;
  line-height: 32px;
}
#top .av-horizontal-gallery .avia-slideshow-arrows a {
  top: 60% !important;
}
@media (min-width: 990px) {
  #top .av-horizontal-gallery .avia-slideshow-arrows a {
    top: 54% !important;
  }
}
#top .av-horizontal-gallery .prev-slide, #top .av-horizontal-gallery .next-slide {
  background: #00bb7e;
  transform: translateX(-50%);
  z-index: 9;
  height: 35px;
  width: 35px;
}
#top .av-horizontal-gallery .prev-slide:before, #top .av-horizontal-gallery .next-slide:before {
  content: "\e803";
  font-family: fontello;
  opacity: 1;
  font-size: 16px;
}
#top .av-horizontal-gallery .prev-slide {
  transform: rotate(270deg);
  display: block;
  margin-left: 0;
}
#top .av-horizontal-gallery .next-slide {
  transform: rotate(90deg);
  display: block;
  margin-right: 0;
}
@media (min-width: 990px) {
  #top div .dropdown_widget.dropdown_widget_cart {
    right: -30px;
  }
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a:only-child {
  width: 100% !important;
  text-align: center;
}
.mini-cart-header {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
ul.woocommerce-micro-cart {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
ul.woocommerce-micro-cart .woocommerce-micro-cart-item {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.5rem;
  align-items: center;
  padding: 0.75rem 1rem !important;
  border-radius: 2px;
  border: 1px solid #B2C2C2;
  background: #E2E8E8;
  color: #373A36;
  margin: 0;
}
ul.woocommerce-micro-cart .woocommerce-micro-cart-item a {
  color: inherit;
}
ul.woocommerce-micro-cart .woocommerce-micro-cart-item .remove_from_cart_button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  border-radius: 50% !important;
  background: #B2C2C2 !important;
  color: #373A36;
  font-size: 0.6875rem;
  text-indent: 0;
  border: none !important;
  font-weight: 400 !important;
}
.wishlist-counter {
  margin-right: 7px;
  position: relative;
}
.wishlist-counter a.wishlist_products_counter.top_wishlist-custom {
  height: 100%;
}
.wishlist-counter a.wishlist_products_counter.top_wishlist-custom img {
  max-width: 40px;
  max-height: 40px;
  margin: 5px 6px 0 0 !important;
}
.wishlist-counter .wishlist_products_counter_number {
  font-size: 11px;
  color: #ffffff;
  background: #f5610a;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  right: 4px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 990px) {
  .wishlist-counter .wishlist_products_counter_number {
    bottom: 3px;
  }
}
.product_tag-finnes-uten-logo .quantity,
.product_cat-med-logo .quantity {
  display: none;
}
.grecaptcha-badge {
  visibility: hidden;
}
.custom-group-badges {
  width: 100%;
  display: flex;
  text-align: right;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  margin-bottom: -30px;
  z-index: 1;
}
.custom-group-badges .custom-badge {
  border-radius: 0;
  border: 1px solid #373a36;
  background: #ffffff;
  color: #373a36;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 9px 4px;
  margin: 5px;
  display: inline-block;
}
.custom-group-badges .custom-badge.ny-badge {
  color: #f5610a;
  border-color: #f5610a;
}
.custom-group-badges .custom-badge.ditt-design {
  color: #fff;
  background-color: #005f61;
  border-color: #005f61;
}
.custom-group-badges .custom-badge.soldbadge {
  border: 1px solid #f5610a;
  background: #f5610a;
  color: #ffffff;
}
.custom-group-badges .custom-badge.sustainability {
  border: 1px solid #00bb7e;
  background: #00bb7e;
  color: #ffffff;
}
.cookie-notice-container .cn-button {
  color: #fff;
  text-decoration: underline;
}
.cookie-notice-container .cn-button:hover {
  text-decoration: none;
}
#top #scroll-top-link {
  right: 80px;
  height: 50px;
  line-height: 50px;
}
@media (min-width: 768px) {
  #top #scroll-top-link {
    right: 90px;
  }
}
#top .contact-trigger-wrapper {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #00bb7e;
  display: flex;
  justify-content: center;
  align-content: center;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
}
@media (min-width: 768px) {
  #top .contact-trigger-wrapper {
    right: 30px;
    bottom: 30px;
  }
}
#top .contact-trigger-wrapper .contact-trigger {
  display: flex;
  justify-content: center;
  align-content: center;
}
#top .contact-trigger-wrapper .contact-trigger:hover {
  cursor: pointer;
}
#top .contact-trigger-wrapper .contact-trigger .contact-icon {
  line-height: 50px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  text-indent: -999999px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z'/%3E%3C/svg%3E");
}
#top .contact-trigger-wrapper.active .contact-trigger .contact-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/%3E%3C/svg%3E");
}
#top .mobile-contact-wrapper {
  position: fixed;
  display: none;
  opacity: 0;
  z-index: 9999999;
  width: calc(100% - 40px);
  max-width: 650px;
  max-height: calc(100% - 160px);
  height: auto;
  background-color: #ffffff;
  padding: 25px;
  right: 20px;
  bottom: 80px;
  box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  overflow-y: scroll;
  border-radius: 20px;
  /* Width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#top .mobile-contact-wrapper::-webkit-scrollbar {
  width: 10px;
}
#top .mobile-contact-wrapper::-webkit-scrollbar-track {
  background: #ffffff;
  margin-left: -10px;
  margin-top: 10px;
  height: calc(100% - 20px);
  border-radius: 50%;
  overflow: hidden;
}
#top .mobile-contact-wrapper::-webkit-scrollbar-thumb {
  background: #005f61;
}
#top .mobile-contact-wrapper::-webkit-scrollbar-thumb:hover {
  background: #00bb7e;
}
@media (min-width: 768px) {
  #top .mobile-contact-wrapper {
    bottom: 90px;
    right: 30px;
  }
}
#top .mobile-contact-wrapper.active {
  display: block;
  opacity: 1;
}
#top .mobile-contact-wrapper form .gform_body li, #top .mobile-contact-wrapper form .gform_footer li, #top .mobile-contact-wrapper form .gform_fields li {
  width: 100%;
}
#top .mobile-contact-wrapper form .gform_body .gform_button, #top .mobile-contact-wrapper form .gform_footer .gform_button, #top .mobile-contact-wrapper form .gform_fields .gform_button {
  background-color: #00bb7d;
  font-weight: 700;
  color: #ffffff;
  border-color: #00995b;
  width: 100%;
  padding: 15px;
}
#top .mobile-contact-wrapper form .gform_body .gform_button:hover, #top .mobile-contact-wrapper form .gform_footer .gform_button:hover, #top .mobile-contact-wrapper form .gform_fields .gform_button:hover {
  background-color: #00995b;
}
#top .mobile-contact-wrapper form .gfield_description {
  border: none;
  background: transparent;
  overflow: hidden;
  padding: 0;
  display: inline-block;
  width: auto;
}
#top .mobile-contact-wrapper form .gfield_description .text-wrapper {
  display: none;
}
#top .mobile-contact-wrapper form .gfield_description .text-wrapper.active {
  display: block;
  color: #fff;
  background-color: #005f61;
  padding: 10px 15px;
  border-radius: 10px;
  margin: 10px 0;
}
#top .mobile-contact-wrapper form .gfield_description .text-wrapper a {
  color: #fff;
}
#top .mobile-contact-wrapper form .gfield_description .tooltip-trigger {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 20px;
  background-color: #00bb7e;
  content: "?";
  text-align: center;
  line-height: 20px;
  margin-left: 5px;
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: 2px;
  right: 0;
  text-indent: -99999px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9' fill='none'%3E%3Cpath d='M3.73478 5.91199V5.7745C3.73747 5.30273 3.77926 4.92666 3.86013 4.64629C3.9437 4.36592 4.06502 4.13947 4.22407 3.96694C4.38313 3.7944 4.57453 3.63804 4.79829 3.49786C4.96543 3.39003 5.11505 3.27815 5.24715 3.16223C5.37924 3.04631 5.48438 2.91825 5.56256 2.77807C5.64074 2.63519 5.67983 2.47613 5.67983 2.3009C5.67983 2.11489 5.63535 1.95179 5.54638 1.81161C5.45742 1.67142 5.33746 1.56359 5.18649 1.48811C5.03822 1.41262 4.87377 1.37488 4.69315 1.37488C4.51792 1.37488 4.35213 1.41397 4.19577 1.49215C4.03941 1.56763 3.91135 1.68086 3.81161 1.83183C3.71186 1.9801 3.65794 2.16476 3.64986 2.38582H2C2.01348 1.84665 2.14288 1.40184 2.3882 1.05138C2.63352 0.698224 2.95837 0.435379 3.36275 0.262845C3.76713 0.0876149 4.21329 0 4.70124 0C5.23771 0 5.71218 0.0889629 6.12464 0.266889C6.53711 0.442119 6.86061 0.696876 7.09515 1.03116C7.32969 1.36545 7.44696 1.76847 7.44696 2.24025C7.44696 2.55566 7.39439 2.83603 7.28925 3.08135C7.18681 3.32398 7.04258 3.53964 6.85657 3.72835C6.67055 3.91437 6.45084 4.08286 6.19743 4.23383C5.98446 4.36053 5.80923 4.49263 5.67174 4.63011C5.53695 4.7676 5.43585 4.92666 5.36846 5.10728C5.30376 5.2879 5.27006 5.51031 5.26736 5.7745V5.91199H3.73478ZM4.53544 8.5C4.26586 8.5 4.03536 8.40565 3.84396 8.21694C3.65525 8.02553 3.56224 7.79638 3.56494 7.5295C3.56224 7.2653 3.65525 7.03885 3.84396 6.85014C4.03536 6.66143 4.26586 6.56708 4.53544 6.56708C4.79155 6.56708 5.01665 6.66143 5.21075 6.85014C5.40485 7.03885 5.50325 7.2653 5.50595 7.5295C5.50325 7.70742 5.45607 7.87052 5.36441 8.01879C5.27545 8.16437 5.15818 8.28164 5.01261 8.3706C4.86703 8.45687 4.70798 8.5 4.53544 8.5Z' fill='white'/%3E%3C/svg%3E");
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 768px) {
  #top .mobile-contact-wrapper form .gfield_description .tooltip-trigger {
    width: 20px;
    height: 20px;
    background-size: 8px;
  }
}
#top .mobile-contact-wrapper form .gfield_description .tooltip-trigger:hover {
  cursor: pointer;
}
#top .mobile-contact-wrapper form .gfield_description .tooltip-trigger.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.46967 8.53033C0.176777 8.23744 0.176777 7.76256 0.46967 7.46967L7.46967 0.46967C7.76256 0.176776 8.23744 0.176777 8.53033 0.46967C8.82322 0.762563 8.82322 1.23744 8.53033 1.53033L1.53033 8.53033C1.23744 8.82322 0.762563 8.82322 0.46967 8.53033Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.46967 0.46967C0.762563 0.176777 1.23744 0.176777 1.53033 0.46967L8.53033 7.46967C8.82322 7.76256 8.82322 8.23744 8.53033 8.53033C8.23744 8.82322 7.76256 8.82322 7.46967 8.53033L0.46967 1.53033C0.176777 1.23744 0.176777 0.762563 0.46967 0.46967Z' fill='white'/%3E%3C/svg%3E");
}
#top .mobile-contact-wrapper form .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top .mobile-contact-wrapper form .gform_fields .gfield {
  position: relative;
  padding-right: 0;
  margin: 0;
  margin-bottom: 10px;
}
#top .mobile-contact-wrapper form .gform_fields .gfield:has(.gfield_description) .ginput_container {
  margin-bottom: 10px;
}
#top .mobile-contact-wrapper form .gform_fields .gfield .gform_fileupload_rules {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  line-height: normal;
}
#top .mobile-contact-wrapper form .gform_fields .gfield.select-product {
  width: 100%;
}
@media (min-width: 768px) {
  #top .mobile-contact-wrapper form .gform_fields .gfield.select-product {
    width: calc(50% - 8px);
  }
}
#top .mobile-contact-wrapper form .gform_fields .gfield.amount {
  width: 100%;
}
@media (min-width: 768px) {
  #top .mobile-contact-wrapper form .gform_fields .gfield.amount {
    width: calc(50% - 8px);
  }
}
#top .mobile-contact-wrapper form .gform_fields .gfield.upload .ginput_container {
  display: flex;
  flex-wrap: wrap;
}
#top .mobile-contact-wrapper form .gform_fields .gfield.upload input {
  width: 100%;
}
@media (min-width: 768px) {
  #top .mobile-contact-wrapper form .gform_fields .gfield.upload input {
    width: 50%;
  }
}
#top .mobile-contact-wrapper form .gform_fields .gfield.upload .gfield_description {
  width: 100%;
}
@media (min-width: 768px) {
  #top .mobile-contact-wrapper form .gform_fields .gfield.upload .gfield_description {
    width: 50%;
  }
}
#top .mobile-contact-wrapper form .gform_footer {
  margin-top: 0;
  padding-top: 0;
}
.custom-product-tabs input.tab {
  display: none;
}
.custom-product-tabs .tab-headings {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  overflow: auto;
}
.custom-product-tabs .tab-headings .tab-label {
  display: block;
  margin: 0;
  padding: 0.75rem 1rem;
  flex-grow: 1;
  text-align: center;
  background-color: #B2C2C2;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.custom-product-tabs .tab-headings .tab-label:hover {
  background-color: #e0e0e0;
}
.custom-product-tabs .tab-content {
  padding: 1.5rem;
  background-color: #E2E8E8;
  font-weight: 500;
}
.custom-product-tabs .tab-content .tab-content-item {
  display: none;
}
.custom-product-tabs .tab-content b,
.custom-product-tabs .tab-content strong {
  color: inherit;
  font-weight: 700;
}
.custom-product-tabs input:checked:nth-of-type(1) ~ .tab-content .tab-content-item:nth-of-type(1) {
  display: block;
}
.custom-product-tabs input:checked:nth-of-type(1) ~ .tab-headings label:nth-of-type(1) {
  background-color: #E2E8E8;
}
.custom-product-tabs input:checked:nth-of-type(2) ~ .tab-content .tab-content-item:nth-of-type(2) {
  display: block;
}
.custom-product-tabs input:checked:nth-of-type(2) ~ .tab-headings label:nth-of-type(2) {
  background-color: #E2E8E8;
}
.custom-product-tabs input:checked:nth-of-type(3) ~ .tab-content .tab-content-item:nth-of-type(3) {
  display: block;
}
.custom-product-tabs input:checked:nth-of-type(3) ~ .tab-headings label:nth-of-type(3) {
  background-color: #E2E8E8;
}
.custom-product-tabs input:checked:nth-of-type(4) ~ .tab-content .tab-content-item:nth-of-type(4) {
  display: block;
}
.custom-product-tabs input:checked:nth-of-type(4) ~ .tab-headings label:nth-of-type(4) {
  background-color: #E2E8E8;
}
.custom-product-tabs input:checked:nth-of-type(5) ~ .tab-content .tab-content-item:nth-of-type(5) {
  display: block;
}
.custom-product-tabs input:checked:nth-of-type(5) ~ .tab-headings label:nth-of-type(5) {
  background-color: #E2E8E8;
}
.custom-product-tabs input:checked:nth-of-type(6) ~ .tab-content .tab-content-item:nth-of-type(6) {
  display: block;
}
.custom-product-tabs input:checked:nth-of-type(6) ~ .tab-headings label:nth-of-type(6) {
  background-color: #E2E8E8;
}
.custom-product-tabs input:checked:nth-of-type(7) ~ .tab-content .tab-content-item:nth-of-type(7) {
  display: block;
}
.custom-product-tabs input:checked:nth-of-type(7) ~ .tab-headings label:nth-of-type(7) {
  background-color: #E2E8E8;
}
.custom-product-tabs input:checked:nth-of-type(8) ~ .tab-content .tab-content-item:nth-of-type(8) {
  display: block;
}
.custom-product-tabs input:checked:nth-of-type(8) ~ .tab-headings label:nth-of-type(8) {
  background-color: #E2E8E8;
}
.custom-product-tabs input:checked:nth-of-type(9) ~ .tab-content .tab-content-item:nth-of-type(9) {
  display: block;
}
.custom-product-tabs input:checked:nth-of-type(9) ~ .tab-headings label:nth-of-type(9) {
  background-color: #E2E8E8;
}
.custom-product-tabs input:checked:nth-of-type(10) ~ .tab-content .tab-content-item:nth-of-type(10) {
  display: block;
}
.custom-product-tabs input:checked:nth-of-type(10) ~ .tab-headings label:nth-of-type(10) {
  background-color: #E2E8E8;
}
.custom-product-tabs input.tab:checked + .tab-label {
  background-color: red;
}
dialog.direct-inquiry-response {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}
dialog.direct-inquiry-response .inner-dialog {
  background: #fff;
  padding: 3rem;
  max-width: 39.0625rem;
  margin-inline: auto;
  max-height: 98svh;
  overflow-y: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
dialog.direct-inquiry-response .inner-dialog button.close:not(.textual) {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  background: transparent;
  appearance: none;
  border: none;
  padding: 0 0.5rem;
  margin: 0;
  font-size: 0.875rem;
  color: #0D5E60;
  cursor: pointer;
}
dialog.direct-inquiry-response .inner-dialog button.close.textual {
  text-decoration: underline;
  appearance: none;
  background: none;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}
dialog.direct-inquiry-response .inner-dialog form {
  padding: 0 !important;
  margin: 0 !important;
}
dialog.direct-inquiry-response .inner-dialog form button#place_order {
  width: 100%;
}
dialog.direct-inquiry-response .inner-dialog .note {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
.autocomplete-input-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.autocomplete-input-wrapper .autocomplete_result_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 1000;
}
.autocomplete-input-wrapper .autocomplete_result_wrapper .autocomplete-list-item {
  cursor: pointer;
  font-size: 1rem;
  padding: 0.25rem 1rem;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
}
.autocomplete-input-wrapper .autocomplete_result_wrapper .autocomplete-list-item:hover {
  background-color: #f0f0f0;
}
.autocomplete-input-wrapper .autocomplete_result_wrapper[data-wrapper-active=false] {
  display: none;
}
#top * {
  font-family: "objektiv-mk3";
}
#top #main a {
  font-weight: 600;
}
#top #main a:hover {
  color: #00bb7e;
}
#top li::marker {
  color: #00bb7e;
}
#top .container_wrap {
  border-top-width: 0;
}
button:focus {
  border: none !important;
  outline: 0 !important;
}
#top .nopadding .container, #top .nopadding .content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#top.single-product .single-product-summary .single_add_to_cart_button {
  margin-bottom: 15px;
}
#top .woocommerce-notices-wrapper {
  max-width: 39.0625rem;
  margin-inline: auto;
}
#top div.woocommerce-message,
#top ul.woocommerce-error {
  border-color: #005f61;
  background-color: #005f61;
  color: #ffffff;
  padding: 2rem;
}
#top div.woocommerce-message li,
#top ul.woocommerce-error li {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 1rem;
  row-gap: 0.5rem;
}
#top div.woocommerce-message li a,
#top ul.woocommerce-error li a {
  font-size: inherit;
}
#top div.woocommerce-message li a:not(.button),
#top ul.woocommerce-error li a:not(.button) {
  font-weight: inherit !important;
  color: inherit !important;
}
#top div.woocommerce-message li a:not(.button):hover,
#top ul.woocommerce-error li a:not(.button):hover {
  text-decoration: underline;
}
#top div.woocommerce-message li a.button,
#top ul.woocommerce-error li a.button {
  background-color: #00BB7D;
  color: #ffffff;
  font-weight: 700;
  border-radius: 0;
  transition: background-color 0.3s;
  float: none;
  line-height: inherit;
  padding: 0.25rem 0.5rem;
  margin: 0;
  margin-left: auto;
}
#top div.woocommerce-message li a.button:hover,
#top ul.woocommerce-error li a.button:hover {
  color: inherit !important;
  background-color: rgb(0, 161.5, 107.9545454545);
}
#top div.woocommerce-message li a strong,
#top ul.woocommerce-error li a strong {
  font-weight: inherit;
  color: inherit;
}
@media (max-width: 767px) {
  #top div.woocommerce-message,
  #top ul.woocommerce-error {
    padding: 1rem;
  }
}
#top div.woocommerce-message a.button {
  background-color: #f5610a;
  font-size: 17px;
  min-width: 250px !important;
  padding: 14px 15px;
  border-radius: 0;
}
#top #main {
  background: #ffffff;
}
#top .avia-section-default .content,
#top .avia-section-default .sidebar {
  padding-top: 35px;
  padding-bottom: 35px;
}
#top .avia-section-large .content,
#top .avia-section-large .sidebar {
  padding-top: 50px;
  padding-bottom: 50px;
}
#top .avia-section-huge .content,
#top .avia-section-huge .sidebar {
  padding-top: 70px;
  padding-bottom: 70px;
}
#top .special_amp {
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
  color: #005f61;
}
#top .av-special-heading-tag {
  text-transform: unset;
  font-weight: 900;
  letter-spacing: 0;
  line-height: initial;
}
#top .av-subheading {
  opacity: 1;
}
.avia_textblock p:not(:last-child) {
  margin-bottom: 20px;
}
#top .avia-button-wrap {
  width: 100%;
  display: block;
}
#top .avia-button {
  font-size: 16px;
  font-weight: 900;
  height: 50px;
  line-height: 50px;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
}
#top .avia-button:hover {
  background: #005f61;
}
#top .main-heading .av-special-heading-tag {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding-bottom: 14px;
}
#top .main-heading .av-special-heading-tag::after {
  content: "";
  background: #00bb7e;
  height: 4px;
  width: 70px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#top .main-heading .av-subheading {
  max-width: 700px;
  margin: 30px auto 0;
}
#top .main-heading.capitalize-text .av-special-heading-tag {
  text-transform: unset;
}
#top .main-heading.left-align .av-special-heading-tag::after {
  left: 0;
  transform: unset;
}
#top .title_container {
  position: absolute;
  width: 100%;
}
#top .title_container .container {
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: 35px;
  margin-bottom: -35px;
}
#top .title_container a {
  text-decoration: none;
  transition: all 0.3s;
}
#top .title_container a:hover {
  color: #005f61;
}
#top .breadcrumb {
  left: 0;
  margin-left: 0px;
}
#top .breadcrumb .trail-before {
  display: none;
}
#top .breadcrumb .sep {
  width: 10px;
  text-align: center;
  color: transparent;
  position: relative;
  padding: 0;
}
#top .breadcrumb .sep::before {
  content: ">";
  color: #373a36;
  position: absolute;
}
@media (min-width: 576px) {
  #top .avia-button-wrap {
    width: auto;
  }
  #top .avia-button {
    width: 300px;
  }
}
@media (min-width: 768px) {
  #top .avia-section-default .content,
  #top .avia-section-default .sidebar {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #top .avia-section-large .content,
  #top .avia-section-large .sidebar {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #top .avia-section-huge .content,
  #top .avia-section-huge .sidebar {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #top .custom-default-white-space {
    height: 70px !important;
  }
  #top .avia-button {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }
  #top .breadcrumb {
    left: 0;
    margin-left: 50px;
  }
}
@media (min-width: 990px) {
  #top .avia-section-default .content,
  #top .avia-section-default .sidebar {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #top .avia-section-large .content,
  #top .avia-section-large .sidebar {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #top .avia-section-huge .content,
  #top .avia-section-huge .sidebar {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.woocommerce-product-details__short-description ul,
.woocommerce-product-details__short-description ol,
.post-entry ul,
.post-entry ol {
  padding-left: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .woocommerce-product-details__short-description ul,
  .woocommerce-product-details__short-description ol,
  .post-entry ul,
  .post-entry ol {
    padding-left: 0;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.woocommerce-product-details__short-description ul li,
.woocommerce-product-details__short-description ol li,
.post-entry ul li,
.post-entry ol li {
  margin-left: 1em;
}
.woocommerce-product-details__short-description ul,
.post-entry ul {
  list-style: disc;
}
.woocommerce-product-details__short-description ol,
.post-entry ol {
  list-style: decimal;
}
#top .home-banner-section .content-column .av-special-heading {
  max-width: 100%;
  line-height: 60px;
}
#top .home-banner-section .content-column .av-special-heading span {
  color: #00bb7e;
}
#top .home-banner-section .content-column .avia-button {
  width: 100%;
}
#top .home-banner-section .avia_textblock {
  max-width: 100%;
  line-height: 24px;
}
#top .home-banner-section .avia_textblock p {
  text-align: center;
}
#top .home-banner-section .woocommerce-product-search {
  max-width: 100%;
  position: relative;
  margin: 0;
}
#top .home-banner-section .choosing-column {
  display: flex;
  align-items: center;
  max-width: 100%;
}
#top .home-banner-section .choosing-column .av_font_icon {
  width: 100%;
  margin-bottom: 30px;
  margin-left: 0px;
}
#top .home-banner-section .choosing-column .av-special-heading {
  width: 100%;
  display: block;
}
#top .home-banner-section .choosing-column .avia-button-wrap {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}
#top .home-banner-section .choosing-column .avia-button {
  display: inline-block;
  float: none;
}
#top .home-banner-section .choosing-column .avia-button:hover {
  background: #ffffff;
  color: #005f61;
}
.responsive #top #wrap_all .home-banner-section .flex_column_table {
  display: flex;
  flex-direction: column-reverse;
}
.responsive #top #wrap_all .home-banner-section .content-column {
  margin-bottom: 20px;
}
.home-product-section .product-sorting {
  display: none;
}
#top .quick-delivery-section {
  width: 85%;
  max-width: 1500px;
  display: block;
  margin: 0 auto;
  float: none;
}
#top .quick-delivery-section .av-special-heading {
  max-width: 700px;
  line-height: 60px;
}
#top .quick-delivery-section .av-special-heading-tag span {
  font-weight: 400;
}
#top .industries-section .av-flex-placeholder {
  width: 3%;
}
.industries-section .flex_column {
  box-shadow: 0px 0px 6px 0px rgba(190, 198, 196, 0.5);
  transition: all 0.3s;
}
.industries-section .flex_column:hover {
  box-shadow: 0px 0px 6px 0px #bec6c4;
}
.industries-section .flex_column .av-special-heading-tag {
  padding: 20px;
}
#top .customer-logo-section .avia-logo-element-container {
  margin: 0;
}
#top .customer-logo-section .avia-smallarrow-slider-heading {
  display: none;
}
#top .customer-logo-section .avia-content-slider-inner {
  max-width: 480px;
  margin: -15px auto;
}
#top .customer-logo-section .avia-content-slider-inner .flex_column {
  padding: 15px;
  display: inline-block;
  float: none;
  box-sizing: border-box;
  vertical-align: middle;
}
#top .customer-logo-section .avia-content-slider-inner img {
  box-shadow: none;
  height: 60px;
  width: auto;
  max-width: 60px;
}
.responsive #top #wrap_all .customer-logo-section .avia-content-slider-inner .flex_column {
  width: 33%;
  margin: 0;
}
.inspiration-section .avia-content-slider {
  width: 100%;
  margin: 0;
  overflow: visible;
}
.inspiration-section .avia-content-slider-inner {
  overflow: visible;
}
.inspiration-section .slide-entry-wrap {
  margin: 0;
}
.inspiration-section .slide-image {
  border-radius: 0;
  margin: 0;
}
.inspiration-section .slide-image img {
  width: 100%;
  border-radius: 0;
  height: 165px;
  object-fit: cover;
}
.inspiration-section a:hover .image-overlay {
  opacity: 0 !important;
}
.inspiration-section .image-overlay-inside,
.inspiration-section .slide-entry-excerpt {
  display: none;
}
.inspiration-section .slide-content {
  padding: 20px;
}
.inspiration-section .entry-title {
  color: #373a36;
  font-size: 16px;
  line-height: 22px;
  font-weight: 900;
  margin-bottom: 13px;
  transition: all 0.3s;
}
.inspiration-section .entry-title:hover {
  color: #00bb7e;
}
.inspiration-section .slide-meta {
  color: #373a36;
  font-size: 14px;
  padding-left: 25px;
  position: relative;
}
.inspiration-section .slide-meta::before {
  content: "";
  background-image: url(img/calender-icon.svg);
  height: 16px;
  width: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 6px;
}
#top #wrap_all .inspiration-section .slide-entry {
  background: #ffffff;
  width: 100%;
  margin: 30px 0;
  box-shadow: 0px 0px 6px 0px rgba(190, 198, 196, 0.5);
  display: flex;
  align-items: center;
}
#top #wrap_all .inspiration-section .slide-entry:last-child {
  margin-bottom: 10px;
}
#top.single .single-related-post .recent-post-datetimes li {
  color: #373a36;
  font-size: 14px;
  padding-left: 25px;
  position: relative;
}
#top.single .single-related-post .recent-post-datetimes li::before {
  content: "";
  background-image: url(img/calender-icon.svg);
  height: 16px;
  width: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: -1px;
}
@media (min-width: 576px) {
  #top .customer-logo-section .avia-content-slider-inner img {
    max-width: 80px;
  }
}
@media (min-width: 768px) {
  #top .home-banner-section .top-white-space {
    height: 100px !important;
  }
  .responsive #top #wrap_all .home-banner-section .content-column {
    margin-bottom: 50px;
  }
  #top .quick-delivery-section {
    width: calc(100% - 100px);
  }
  #top .customer-logo-section .avia-content-slider-inner {
    max-width: 640px;
  }
  #top .customer-logo-section .avia-content-slider-inner img {
    height: 100px;
    max-width: 120px;
  }
  #top #wrap_all .inspiration-section .slide-entry-wrap {
    width: calc(100% + 50px);
    margin: -25px;
  }
  #top #wrap_all .inspiration-section .slide-entry {
    width: calc(50% - 50px);
    margin: 25px;
  }
}
@media (min-width: 990px) {
  #top .home-banner-section .av-flex-placeholder {
    width: 0;
  }
  #top .home-banner-section .content-column .av-special-heading {
    max-width: 525px;
    line-height: 60px;
  }
  #top .home-banner-section .content-column .avia-button {
    width: 300px;
    height: 55px;
    line-height: 55px;
  }
  #top .home-banner-section .av-special-heading {
    text-align: left;
  }
  #top .home-banner-section .av-special-heading .av-special-heading-tag {
    text-align: inherit;
  }
  #top .home-banner-section .avia_textblock {
    max-width: 525px;
    line-height: 24px;
  }
  #top .home-banner-section .avia_textblock p {
    text-align: inherit;
  }
  #top .home-banner-section .woocommerce-product-search {
    max-width: 300px;
  }
  #top .home-banner-section .choosing-column .av_font_icon {
    width: 100px;
    margin-right: 30px;
    margin-bottom: 0px;
  }
  #top .home-banner-section .choosing-column .av-special-heading {
    width: 100%;
    text-align: left;
  }
  #top .home-banner-section .choosing-column .avia-button-wrap {
    margin-top: 0px;
    margin-right: 6px;
  }
  #top .home-banner-section .choosing-column .avia-button {
    float: right;
    display: block;
  }
  .responsive #top #wrap_all .home-banner-section .flex_column_table {
    display: table;
  }
  #top .customer-logo-section .avia-content-slider-inner {
    max-width: 100%;
    margin: 0;
  }
  #top .customer-logo-section .avia-content-slider-inner .slide-entry-wrap {
    display: flex;
    align-items: center;
  }
  #top .customer-logo-section .avia-content-slider-inner .flex_column {
    padding: 0;
  }
  #top .customer-logo-section .avia-content-slider-inner img {
    width: 80px;
    height: auto;
    max-width: 100%;
  }
  #top #wrap_all .inspiration-section .slide-entry-wrap {
    width: calc(100% + 30px);
    margin: -15px;
  }
  #top #wrap_all .inspiration-section .slide-entry {
    display: table-cell;
    width: calc(25% - 30px);
    margin: 15px;
  }
  #top #wrap_all .inspiration-section .entry-title {
    font-size: 18px;
    line-height: 24px;
    min-height: 48px;
  }
  #top #wrap_all .inspiration-section .slide-image img {
    height: unset;
  }
}
@media (min-width: 1200px) {
  .responsive #top #wrap_all .home-banner-section .content-column .av-special-heading {
    font-size: 48px;
  }
  #top .home-banner-section .av-flex-placeholder {
    width: 10%;
  }
  #top .customer-logo-section .avia-content-slider-inner img {
    width: 100px;
  }
  #top #wrap_all .inspiration-section .slide-entry-wrap {
    width: calc(100% + 50px);
    margin: -25px;
  }
  #top #wrap_all .inspiration-section .slide-entry {
    width: calc(25% - 50px);
    margin: 25px;
  }
}
#top .inner-about-us .main-heading .av-special-heading-tag {
  padding-bottom: 10px;
}
#top .inner-about-us .main-heading .av-special-heading-tag::after {
  height: 4px;
}
.inner-about-us .avia_textblock {
  max-width: 700px;
  margin: 0 auto;
}
.inner-about-us .avia_textblock p {
  line-height: 22px;
}
#top.page .enable-styling h2 {
  font-size: 28px;
  font-weight: 900;
  color: #005f61;
  margin-bottom: 20px;
  margin-top: 60px;
}
#top.page .enable-styling h2 strong {
  font-weight: 900;
  color: #005f61;
}
#top.page .enable-styling h3, #top.page .enable-styling h4, #top.page .enable-styling h5, #top.page .enable-styling h6 {
  font-weight: 800;
  color: #373a36;
  margin-top: 40px;
  margin-bottom: 20px;
}
#top.page .enable-styling h3 strong, #top.page .enable-styling h4 strong, #top.page .enable-styling h5 strong, #top.page .enable-styling h6 strong {
  font-weight: 800;
  color: #373a36;
}
#top.page .enable-styling strong {
  font-weight: 800;
}
#top .quick-delivery-section.about-page .av-special-heading {
  max-width: 430px;
}
#top .about-smile-section img {
  border-radius: 0px;
}
#top .about-smile-section .av-flex-placeholder {
  width: 5%;
}
#top .about-smile-section .avia_textblock strong {
  font-weight: 800;
  color: #00bb7e;
}
.responsive #top #wrap_all .about-smile-section .flex_column {
  margin: 0;
}
.about-environmental-section .avia_textblock {
  max-width: 660px;
  margin: 0 auto;
}
#top #wrap_all .about-effektivitet-section .flex_column_table {
  display: flex;
  flex-direction: column-reverse;
}
.corporate-responsibility-section .avia_textblock {
  max-width: 690px;
  margin: 0 auto;
}
#top .directories-heading-section .content {
  padding-bottom: 0;
}
.directories-grid-section {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0px 30px 45px;
  position: relative;
  justify-content: center;
}
.directories-grid-section::after {
  content: "";
  position: absolute;
  width: calc(100% + 1000px);
  margin-left: -500px;
  height: 100%;
  background: rgba(190, 198, 196, 0.15);
  left: 0;
  top: 0;
}
#top .directories-grid-section .flex_cell {
  position: relative;
  z-index: 9;
}
#top .directories-grid-section .flex_column_table {
  width: calc(100% - 10px);
  margin: 5px 5px 25px;
  box-shadow: 0px 0px 6px 0px rgba(190, 198, 196, 0.5);
  display: flex;
  background: #ffffff;
  align-items: center;
}
#top .directories-grid-section .flex_column_table::before {
  content: "";
}
#top .directories-grid-section .flex_column_table .avia-image-container {
  opacity: 0;
}
#top .directories-grid-section .av-special-heading {
  margin-bottom: 15px;
}
#top .directories-grid-section .avia-button-wrap {
  width: auto;
  display: inline-block;
}
#top .directories-grid-section .avia-button {
  width: auto;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  padding: 0 20px;
  cursor: pointer;
}
.responsive #top #wrap_all .directories-grid-section .no_margin {
  padding: 0% !important;
}
.responsive #top #wrap_all .directories-grid-section .flex_column_table .flex_column {
  width: calc(100% - 90px);
  background-color: #ffffff;
  display: inline-block;
}
.responsive #top #wrap_all .directories-grid-section .flex_column_table .flex_column:not(.first) {
  padding: 10px 20px !important;
}
.responsive #top #wrap_all .directories-grid-section .flex_column_table .flex_column.first {
  width: 90px;
  display: inline-block;
}
#top .about-partner-section .avia-image-container {
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
}
#top .about-partner-section .avia-image-container img {
  width: 50px;
  height: 50px;
}
#top .about-partner-section .gasellebedrift .avia-image-container img {
  height: 60px;
  width: 60px;
}
#top .about-partner-section .avia-image-container-inner {
  height: 100%;
}
#top .about-partner-section .avia-image-overlay-wrap {
  height: 100%;
  display: flex;
  align-items: end;
}
#top .about-partner-section .av-special-heading-tag {
  font-weight: 500;
  line-height: 16px;
}
#top .about-partner-section .av-special-heading-tag a {
  text-decoration: none;
  transition: 0.3s;
}
#top .about-partner-section .av-special-heading-tag a:hover {
  opacity: 1;
  color: #00bb7e;
}
.responsive #top #wrap_all .about-partner-section .flex_column_table {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.responsive #top #wrap_all .about-partner-section .flex_column {
  width: 33%;
  margin: 25px 0;
  padding: 0 10px;
  box-sizing: border-box;
}
.responsive #top #wrap_all .about-partner-section .av-flex-placeholder {
  display: none;
}
#top .bransjer-banner .content {
  padding-bottom: 0px;
}
#top .takeaway-top-section .flex_column_table {
  margin-top: 0px;
}
#top .takeaway-top-section .av-flex-placeholder {
  width: 5%;
}
#top .takeaway-top-section .main-heading .av-special-heading-tag {
  padding-bottom: 7px;
}
#top .takeaway-top-section .main-heading .av-special-heading-tag::after {
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
}
#top .takeaway-top-section .avia_textblock p {
  line-height: 22px;
}
#top .takeaway-top-section .avia_textblock p:not(:last-child) {
  margin-bottom: 15px;
}
.responsive #top #wrap_all .takeaway-top-section .flex_column {
  text-align: center;
  margin: 0px;
}
.responsive #top #wrap_all .takeaway-top-section .flex_column:not(:last-child) {
  margin-bottom: 30px;
}
#top .bransjer-product-section .product .custom-group-badges .custom-badge {
  line-height: 14px;
}
.responsive #top #main .bransjer-product-section .products {
  display: flex;
  max-width: 320px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.responsive #top #main .bransjer-product-section .products .product {
  width: 100%;
  margin: 0 0 30px;
}
#top .inner-latest-blog-section article.post-entry {
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0px 0px 6px 0px rgba(190, 198, 196, 0.5);
}
#top .inner-latest-blog-section article.post-entry .big-preview {
  width: 100%;
  padding: 0;
}
#top .inner-latest-blog-section article.post-entry .big-preview img {
  border-radius: 0;
}
#top .inner-latest-blog-section article.post-entry .entry-content-wrapper {
  width: 100%;
  padding: 30px 30px 15px;
  box-sizing: border-box;
}
#top .inner-latest-blog-section article.post-entry .entry-content-wrapper .post-title {
  color: #373a36;
  font-size: 18px;
  font-weight: 900;
  padding: 0;
  text-align: left;
  margin: 0 0 10px;
}
#top .inner-latest-blog-section article.post-entry .entry-content-wrapper .post-title a {
  transition: all 0.3s;
}
#top .inner-latest-blog-section article.post-entry .entry-content-wrapper .post-title a:hover {
  color: #00bb7e;
}
#top .inner-latest-blog-section article.post-entry .entry-content-wrapper .entry-content {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
}
#top .inner-latest-blog-section article.post-entry .entry-content-wrapper .entry-footer,
#top .inner-latest-blog-section article.post-entry .entry-content-wrapper .post_delimiter {
  display: none;
}
#top .inner-latest-blog-section article.post-entry .entry-content-wrapper .post-meta-infos {
  text-align: left;
  padding-left: 25px;
  position: relative;
  font-size: 14px;
  color: #373a36;
  max-width: 100%;
}
#top .inner-latest-blog-section article.post-entry .entry-content-wrapper .post-meta-infos::before {
  content: "";
  background-image: url(img/calender-icon.svg);
  height: 16px;
  width: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 7px;
}
#top .inner-latest-blog-section article.post-entry .entry-content-wrapper .post-meta-infos .date-container {
  color: #373a36;
}
#top .inner-latest-blog-section article.post-entry .entry-content-wrapper .post-meta-infos span {
  display: none;
}
#top .inner-latest-blog-section article.post-entry .blog-meta {
  display: none;
}
#top #wrap_all .inner-latest-blog-section article.post-entry .entry-content-header {
  max-width: 100%;
}
#top #wrap_all .inner-latest-blog-section article.post-entry .entry-content-wrapper {
  text-align: left;
  max-width: 100%;
}
#top #wrap_all .inner-inspiration-section .slide-entry-wrap {
  display: flex;
  flex-wrap: wrap;
}
#top #wrap_all .inner-inspiration-section .slide-entry-wrap .slide-entry {
  margin: 15px 0;
}
#top #wrap_all .inner-inspiration-section .slide-entry-wrap .slide-image {
  min-width: 90px;
  width: 50%;
  max-width: 200px;
  display: inline-flex;
}
#top #wrap_all .inner-inspiration-section .slide-entry-wrap .slide-meta {
  padding-bottom: 0;
  line-height: 15px;
}
#top #wrap_all .inner-inspiration-section .alm-btn-wrap {
  text-align: center;
  margin-top: 38px;
}
#top #wrap_all .inner-inspiration-section .alm-btn-wrap .avia-button {
  background: #00bb7e;
  color: #ffffff;
  text-align: left;
  padding: 0 25px;
  box-sizing: border-box;
  cursor: pointer;
}
#top #wrap_all .inner-inspiration-section .alm-btn-wrap .avia-button::after {
  content: "\e807";
  font-family: fontello;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#top #wrap_all .inner-inspiration-section .alm-btn-wrap .avia-button:hover {
  background: #005f61;
}
#top #wrap_all .inner-inspiration-section .post-bottom-wrapper {
  width: 100%;
}
#top #wrap_all .inner-inspiration-section .post-bottom-wrapper .post-result-count {
  margin: 50px 0 0;
  display: flex;
  align-items: center;
}
#top #wrap_all .inner-inspiration-section .post-bottom-wrapper .post-result-count .left-button-wrapper {
  width: 30%;
  display: none;
}
#top #wrap_all .inner-inspiration-section .post-bottom-wrapper .post-result-count .left-button-wrapper .avia-button {
  background: #005f61;
  color: #ffffff;
}
#top #wrap_all .inner-inspiration-section .post-bottom-wrapper .post-result-count .left-button-wrapper .avia-button:hover {
  background: #00bb7e;
}
#top #wrap_all .inner-inspiration-section .post-bottom-wrapper .post-result-count .simple-pagination-wraper {
  width: 40%;
  text-align: center;
  padding: 0 30px;
  box-sizing: border-box;
  display: none;
}
#top #wrap_all .inner-inspiration-section .post-bottom-wrapper .post-result-count .simple-pagination-wraper .progress-bar-main {
  width: 100%;
  height: 5px;
  background: rgba(0, 95, 97, 0.4);
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}
#top #wrap_all .inner-inspiration-section .post-bottom-wrapper .post-result-count .simple-pagination-wraper .progress-bar-dynamic {
  height: 5px;
  background: #005f61;
  display: block;
}
#top #wrap_all .inner-inspiration-section .post-bottom-wrapper .post-result-count .right-button-wrapper {
  width: 100%;
  text-align: center;
}
#top #wrap_all .inner-inspiration-section .post-bottom-wrapper .post-result-count .right-button-wrapper .avia-button {
  background: #00bb7e;
  color: #ffffff;
}
#top #wrap_all .inner-inspiration-section .post-bottom-wrapper .post-result-count .right-button-wrapper .avia-button:hover {
  background: #005f61;
}
#top.single-post .stretch_full .main-title {
  display: none;
}
#top.single-post .template-blog .big-preview img {
  width: 100%;
  border-radius: 0;
}
#top.single-post .container.template-single-blog {
  max-width: 800px;
}
#top.single-post .container.template-single-blog main.content {
  padding-top: 70px;
  padding-bottom: 50px;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header {
  margin-top: 20px;
  position: relative;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .post-title {
  text-align: left;
  padding: 0;
  font-size: 24px;
  letter-spacing: 0px;
  font-weight: 800;
  line-height: 30px;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 30px;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .post-title::after {
  content: "";
  background: #00bb7e;
  height: 3px;
  width: 70px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .post-meta-infos {
  display: inline-flex;
  flex-direction: column;
  width: calc(100% - 110px);
  margin: 0;
  padding-left: 60px;
  box-sizing: border-box;
  text-align: left;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .post-meta-infos .blog-author {
  order: 1;
  font-size: 0px;
  height: 18px;
  line-height: 18px;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .post-meta-infos .blog-author .entry-author-link a {
  color: #373a36;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .post-meta-infos .blog-meta {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .post-meta-infos .blog-meta .rounded-container {
  height: 50px;
  width: 50px;
  font-size: 18px;
  position: relative;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .post-meta-infos .blog-meta .rounded-container .iconfont {
  font-size: 16px;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .post-meta-infos .blog-meta .rounded-container .iconfont::before {
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .post-meta-infos .date-container {
  display: block;
  font-size: 12px;
  color: #373a36;
  order: 2;
  line-height: 18px;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .post-meta-infos .post_delimiter,
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .post-meta-infos .blog-categories,
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .post-meta-infos .text-sep {
  display: none;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .av-social-sharing-box {
  display: inline-flex;
  width: 110px;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .av-social-sharing-box .av-share-box .av-share-link-description {
  display: none;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .av-social-sharing-box .av-share-box .av-share-box-list {
  border: none;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .av-social-sharing-box .av-share-box .av-share-box-list .av-share-link {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  display: inline-block;
  border: none;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .av-social-sharing-box .av-share-box .av-share-box-list .av-share-link:last-child {
  margin-right: 0px;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .av-social-sharing-box .av-share-box .av-share-box-list .av-share-link a {
  border: none;
  padding: 0;
  background: #00bb7e;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .av-social-sharing-box .av-share-box .av-share-box-list .av-share-link a::before {
  color: #ffffff;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .av-social-sharing-box .av-share-box .av-share-box-list .av-share-link:hover a {
  background: #005f61;
}
#top.single-post .container.template-single-blog .entry-content-wrapper section.tags ul {
  color: #005f61;
  list-style: none;
  margin: 0;
  padding: 0;
}
#top.single-post .container.template-single-blog .entry-content-wrapper section.tags ul li {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  margin-left: 0;
  display: inline-block;
}
#top.single-post .container.template-single-blog .entry-content-wrapper section.tags ul li::after {
  content: ", ";
  color: #005f61;
  display: inline-block;
}
#top.single-post .container.template-single-blog .entry-content-wrapper section.tags ul li:last-child::after {
  content: "";
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content {
  margin-top: 30px;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content p:not(:last-child) {
  margin-bottom: 20px;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content .post-content-image {
  margin-bottom: 70px;
  margin-top: 70px;
  display: block;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content .post-content-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content .post-content-heading {
  margin-bottom: 30px;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content .post-content-heading .main-heading {
  font-size: 24px;
  font-weight: 800;
  color: #373a36;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content figure figcaption {
  font-size: 12px;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content h2 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 60px;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content h2 strong {
  font-weight: 900;
  color: #005f61;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content h3, #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content h4, #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content h5, #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content h6 {
  font-weight: 800;
  color: #373a36;
  margin-top: 40px;
  margin-bottom: 20px;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content h3 strong, #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content h4 strong, #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content h5 strong, #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content h6 strong {
  font-weight: 800;
  color: #373a36;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content h3 {
  font-size: 22px;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content h4 {
  font-size: 20px;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content h5, #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content h6 {
  font-size: 18px;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content strong {
  font-weight: 600;
  color: #373a36;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content blockquote {
  border-left: 5px #00bb7d solid;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 12px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content blockquote p {
  margin-bottom: 0.4em;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-content blockquote p:not(:last-child) {
  margin-bottom: 0.4em;
}
#top.single-post .container.template-single-blog .entry-content-wrapper .entry-footer,
#top.single-post .container.template-single-blog .entry-content-wrapper .post_delimiter {
  display: none;
}
#top.single-post #related_product_post .products .products {
  display: flex;
  flex-wrap: wrap;
  max-width: 320px;
  margin: 45px auto 15px;
}
#top.single-post #related_product_post .products .products .product {
  margin: 0 0 30px;
  width: 100%;
}
#top.single-post .home-bransjer-section {
  border: none;
}
#top.single-post .home-bransjer-section .content {
  padding: 50px 0;
}
#top.single-post .home-bransjer-section .content .custom-default-white-space {
  height: 45px !important;
}
#top.single-post .home-bransjer-section .content .flex_column_table {
  width: calc(100% + 26px);
  margin: -13px !important;
}
#top.single-post .inspiration-section {
  border: none;
  background: rgba(190, 198, 196, 0.15);
  padding: 50px 0;
}
#top.single-post .inspiration-section .main-heading {
  text-align: center;
  font-size: 20px;
  margin-bottom: 35px;
}
#top.single-post .inspiration-section .related-post-column {
  display: flex;
  flex-wrap: wrap;
}
#top.single-post .inspiration-section .related-post-column .recent-post-column {
  width: 100%;
  margin: 15px 0;
  box-shadow: 0px 0px 6px 0px rgba(190, 198, 196, 0.5);
  display: flex;
  align-items: center;
  background: #ffffff;
}
#top.single-post .inspiration-section .related-post-column .recent-post-column .attachment-recent-post-thumnb {
  width: 118px;
  height: 165px;
  object-fit: cover;
}
#top.single-post .inspiration-section .related-post-column .recent-post-column .rpost-content-area {
  padding: 20px;
}
#top.single-post .inspiration-section .related-post-column .recent-post-column .rpost-content-area .recent-post-title {
  color: #373a36;
  font-size: 16px;
  line-height: 22px;
  font-weight: 900;
  margin-bottom: 13px;
  transition: all 0.3s;
}
#top.single-post .inspiration-section .related-post-column .recent-post-column .rpost-content-area .recent-post-title:hover {
  color: #00bb7e;
}
#top.single-post .inspiration-section .avia-button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
@media (min-width: 576px) {
  #top .inner-about-us .main-heading .av-special-heading-tag {
    padding-bottom: 14px;
  }
  #top .inner-about-us .main-heading .av-special-heading-tag::after {
    height: 6px;
  }
  .inner-about-us .avia_textblock p {
    line-height: 24px;
  }
  #top .about-partner-section .av-special-heading-tag {
    line-height: 20px;
  }
  #top.single-post .container.template-single-blog main.content {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header {
    margin-top: 30px;
  }
  #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .post-title {
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 12px;
    margin-bottom: 50px;
  }
  #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .post-title::after {
    height: 5px;
  }
  #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .post-meta-infos {
    width: calc(100% - 160px);
    padding-left: 90px;
  }
  #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .post-meta-infos .blog-author {
    height: 24px;
    line-height: 24px;
  }
  #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .post-meta-infos .blog-author .entry-author-link a {
    font-size: 16px;
  }
  #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .post-meta-infos .blog-meta .rounded-container {
    height: 75px;
    width: 75px;
  }
  #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .post-meta-infos .blog-meta .rounded-container .iconfont {
    font-size: 22px;
  }
  #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .post-meta-infos .date-container {
    font-size: 16px;
    line-height: 24px;
  }
  #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .av-social-sharing-box {
    width: 160px;
  }
  #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .av-social-sharing-box .av-share-box .av-share-box-list .av-share-link {
    width: 45px;
    height: 45px;
  }
  #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .av-social-sharing-box .av-share-box .av-share-box-list .av-share-link a {
    height: 45px;
    font-size: 24px;
    line-height: 45px;
  }
  #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content {
    margin-top: 50px;
    font-size: 17px;
    line-height: 26px;
  }
  #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content p:not(:last-child) {
    margin-bottom: 25px;
  }
  #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content figure figcaption {
    font-size: 14px;
  }
  #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .responsive #top #wrap_all .directories-grid-section {
    display: flex;
    flex-wrap: wrap;
    padding: 0 25px 20px;
  }
  .responsive #top #wrap_all .directories-grid-section .flex_cell {
    width: calc(50% - 50px);
    margin: 0 25px 50px;
  }
  .responsive #top #wrap_all .directories-grid-section .flex_column_table {
    width: 100%;
    margin: 0;
  }
  #top .about-partner-section .av-special-heading-tag {
    line-height: 24px;
  }
  .responsive #top #wrap_all .about-partner-section .flex_column {
    margin: 30px 0;
    padding: 0 20px;
  }
  .responsive #top #main .bransjer-product-section .products {
    width: calc(100% + 50px);
    max-width: unset;
    margin: 0 -25px -50px;
  }
  .responsive #top #main .bransjer-product-section .products .product {
    width: calc(50% - 52px);
    display: inline-block;
    vertical-align: top;
    margin: 0 25px 50px;
  }
  #top #wrap_all .inner-inspiration-section .alm-listing {
    display: inline-block;
    margin: -25px 0 0;
  }
  #top #wrap_all .inner-inspiration-section .alm-reveal.slide-entry-wrap {
    margin: 0 -25px;
  }
  #top #wrap_all .inner-inspiration-section .slide-entry-wrap .slide-entry {
    margin: 25px;
  }
  #top #wrap_all .inner-inspiration-section .post-bottom-wrapper {
    width: calc(100% - 50px);
    margin-left: 25px;
  }
  #top #wrap_all .inner-inspiration-section .post-bottom-wrapper .post-result-count {
    margin: 50px 0 20px;
  }
  #top #wrap_all .inner-inspiration-section .post-bottom-wrapper .post-result-count .left-button-wrapper {
    width: 30%;
    display: inline-block;
  }
  #top #wrap_all .inner-inspiration-section .post-bottom-wrapper .post-result-count .simple-pagination-wraper {
    width: 40%;
    display: inline-block;
  }
  #top #wrap_all .inner-inspiration-section .post-bottom-wrapper .post-result-count .right-button-wrapper {
    width: 30%;
    text-align: right;
  }
  #top.single-post .container.template-single-blog main.content {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header {
    margin-top: 40px;
  }
  #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .post-title {
    font-size: 36px;
    line-height: 44px;
    padding-bottom: 14px;
    margin-bottom: 60px;
  }
  #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .post-meta-infos {
    padding-left: 95px;
  }
  #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .post-meta-infos .blog-author {
    height: 28px;
    line-height: 28px;
  }
  #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .post-meta-infos .blog-author .entry-author-link a {
    font-size: 18px;
  }
  #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .post-meta-infos .date-container {
    font-size: 17px;
    line-height: 28px;
  }
  #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content {
    margin-top: 60px;
    font-size: 18px;
    line-height: 28px;
    max-width: 100%;
  }
  #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content p:not(:last-child) {
    margin-bottom: 30px;
  }
  #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content figure figcaption {
    font-size: 16px;
  }
  #top.single-post #related_product_post .products .products {
    max-width: unset;
    width: calc(100% + 50px);
    margin: 45px -25px;
  }
  #top.single-post #related_product_post .products .products .product {
    margin: 25px;
    width: calc(50% - 50px);
  }
  #top.single-post .home-bransjer-section .content {
    padding: 100px 0;
  }
  #top.single-post .home-bransjer-section .content .custom-default-white-space {
    height: 65px !important;
  }
  #top.single-post .home-bransjer-section .content .flex_column_table {
    width: calc(100% + 50px);
    margin: -25px !important;
  }
  #top.single-post .inspiration-section {
    padding: 100px 0;
  }
  #top.single-post .inspiration-section .main-heading {
    font-size: 22px;
    margin-bottom: 45px;
  }
  #top.single-post .inspiration-section .related-post-column {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
  #top.single-post .inspiration-section .related-post-column .recent-post-column {
    width: calc(50% - 50px);
    margin: 25px;
  }
  #top.single-post .inspiration-section .avia-button-wrap {
    margin-top: 45px;
  }
}
@media (min-width: 990px) {
  #top #wrap_all .about-effektivitet-section .flex_column_table {
    display: table;
  }
  #top .about-partner-section .avia-image-container {
    width: 70px;
    height: 70px;
  }
  #top .about-partner-section .avia-image-container img {
    width: 70px;
    height: 70px;
  }
  #top .about-partner-section .gasellebedrift .avia-image-container img {
    height: 80px;
    width: 80px;
  }
  #top .about-partner-section .av-special-heading-tag {
    line-height: 28px;
  }
  #top .takeaway-top-section .main-heading .av-special-heading-tag {
    padding-bottom: 14px;
  }
  #top .takeaway-top-section .main-heading .av-special-heading-tag::after {
    height: 6px;
    left: 0;
    transform: unset;
  }
  #top .takeaway-top-section .avia_textblock p {
    line-height: 26px;
  }
  #top .takeaway-top-section .avia_textblock p:not(:last-child) {
    margin-bottom: 20px;
  }
  .responsive #top #wrap_all .takeaway-top-section .flex_column {
    text-align: left;
  }
  .responsive #top #wrap_all .takeaway-top-section .flex_column:not(:last-child) {
    margin-bottom: 0;
  }
  .responsive #top #main .bransjer-product-section .products {
    width: calc(100% + 30px);
    margin: 0 -15px -50px;
  }
  .responsive #top #main .bransjer-product-section .products .product {
    width: calc(25% - 32px);
    margin: 0 15px 50px;
  }
  #top .inner-latest-blog-section article.post-entry .big-preview {
    width: 50%;
  }
  #top .inner-latest-blog-section article.post-entry .big-preview img {
    height: 450px;
    object-fit: cover;
  }
  #top .inner-latest-blog-section article.post-entry .entry-content-wrapper {
    width: 50%;
    padding: 50px;
  }
  #top .inner-latest-blog-section article.post-entry .entry-content-wrapper .post-title {
    font-size: 22px;
    margin: 0 0 20px;
  }
  #top .inner-latest-blog-section article.post-entry .entry-content-wrapper .entry-content {
    margin-bottom: 20px;
  }
  #top .inner-latest-blog-section article.post-entry .entry-content-wrapper .post-meta-infos {
    padding-left: 30px;
    font-size: 16px;
  }
  #top .inner-latest-blog-section article.post-entry .entry-content-wrapper .post-meta-infos::before {
    height: 20px;
    width: 18px;
    top: 6px;
  }
  #top #wrap_all .inner-inspiration-section .alm-listing {
    margin: -15px 0 0;
  }
  #top #wrap_all .inner-inspiration-section .alm-reveal.slide-entry-wrap {
    margin: 0 -15px;
  }
  #top #wrap_all .inner-inspiration-section .slide-entry-wrap .slide-entry {
    margin: 15px;
  }
  #top #wrap_all .inner-inspiration-section .slide-entry-wrap .slide-image {
    min-width: auto;
    width: 100%;
    max-width: 100%;
    height: 150px;
    max-height: 150px;
  }
  #top #wrap_all .inner-inspiration-section .post-bottom-wrapper {
    width: calc(100% - 30px);
    margin-left: 15px;
  }
  #top #wrap_all .inner-inspiration-section .post-bottom-wrapper .post-result-count {
    margin: 50px 0 20px;
  }
  #top #wrap_all .inner-inspiration-section .post-bottom-wrapper .post-result-count .left-button-wrapper {
    width: 30%;
    display: inline-block;
  }
  #top #wrap_all .inner-inspiration-section .post-bottom-wrapper .post-result-count .simple-pagination-wraper {
    width: 40%;
    display: inline-block;
  }
  #top #wrap_all .inner-inspiration-section .post-bottom-wrapper .post-result-count .right-button-wrapper {
    width: 30%;
  }
  #top.single-post .container.template-single-blog main.content {
    padding-top: 150px;
    padding-bottom: 80px;
  }
  #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header {
    margin-top: 60px;
  }
  #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content-header .post-title {
    font-size: 48px;
    line-height: 60px;
  }
  #top.single-post .container.template-single-blog .entry-content-wrapper .entry-content h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #top.single-post #related_product_post .products .products {
    width: calc(100% + 30px);
    margin: 50px -15px;
  }
  #top.single-post #related_product_post .products .products .product {
    margin: 15px;
    width: calc(25% - 30px);
  }
  #top.single-post .home-bransjer-section .content .custom-default-white-space {
    height: 70px !important;
  }
  #top.single-post .home-bransjer-section .content .flex_column_table {
    width: calc(100% + 30px);
    margin: -15px !important;
  }
  #top.single-post .inspiration-section .main-heading {
    font-size: 24px;
    margin-bottom: 70px;
  }
  #top.single-post .inspiration-section .related-post-column {
    width: calc(100% + 30px);
    margin: -15px;
  }
  #top.single-post .inspiration-section .related-post-column .recent-post-column {
    width: calc(25% - 30px);
    margin: 15px;
    display: block;
  }
  #top.single-post .inspiration-section .related-post-column .recent-post-column .attachment-recent-post-thumnb {
    width: 100%;
    height: 170px;
  }
  #top.single-post .inspiration-section .avia-button-wrap {
    margin-top: 70px;
  }
}
@media (min-width: 1200px) {
  .responsive #top #wrap_all .directories-grid-section {
    padding: 0 35px 100px;
  }
  .responsive #top #wrap_all .directories-grid-section .flex_cell {
    width: calc(25% - 30px);
    margin: 0 15px;
  }
  .responsive #top #wrap_all .about-partner-section .flex_column {
    width: 20%;
    margin: 0;
    padding: 0 10px;
  }
  .responsive #top #main .bransjer-product-section .products {
    width: calc(100% + 50px);
    margin: 0 -25px -50px;
  }
  .responsive #top #main .bransjer-product-section .products .product {
    width: calc(25% - 52px);
    margin: 0 25px 50px;
  }
  #top .inner-latest-blog-section article.post-entry .entry-content-wrapper {
    padding: 50px 70px;
  }
  #top .inner-latest-blog-section article.post-entry .entry-content-wrapper .post-title {
    font-size: 24px;
    margin: 0 0 30px;
  }
  #top .inner-latest-blog-section article.post-entry .entry-content-wrapper .entry-content {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #top .inner-latest-blog-section article.post-entry .entry-content-wrapper .post-meta-infos {
    font-size: 18px;
  }
  #top #wrap_all .inner-inspiration-section .alm-listing {
    margin: -25px 0 0;
  }
  #top #wrap_all .inner-inspiration-section .alm-reveal.slide-entry-wrap {
    margin: 0 -25px;
  }
  #top #wrap_all .inner-inspiration-section .slide-entry-wrap .slide-entry {
    margin: 25px;
  }
  #top #wrap_all .inner-inspiration-section .slide-entry-wrap .slide-image {
    height: 180px;
    max-height: 180px;
  }
  #top #wrap_all .inner-inspiration-section .post-bottom-wrapper {
    width: calc(100% - 50px);
    margin-left: 25px;
  }
  #top #wrap_all .inner-inspiration-section .post-bottom-wrapper .post-result-count {
    margin: 60px 0 20px;
  }
  #top #wrap_all .inner-inspiration-section .post-bottom-wrapper .post-result-count .simple-pagination-wraper .progress-bar-main {
    width: 220px;
    margin-left: 20px;
  }
  #top.single-post #related_product_post .products .products {
    width: calc(100% + 50px);
    margin: 50px -25px;
  }
  #top.single-post #related_product_post .products .products .product {
    margin: 25px;
    width: calc(25% - 50px);
  }
  #top.single-post .home-bransjer-section .content .flex_column_table {
    width: calc(100% + 50px);
    margin: -25px !important;
  }
  #top.single-post .inspiration-section .related-post-column {
    width: calc(100% + 50px);
    margin: -25px;
  }
  #top.single-post .inspiration-section .related-post-column .recent-post-column {
    width: calc(25% - 50px);
    margin: 25px;
  }
  #top.single-post .inspiration-section .related-post-column .recent-post-column .attachment-recent-post-thumnb {
    height: 200px;
  }
}
@media (min-width: 1640px) {
  .responsive #top #wrap_all .directories-grid-section {
    padding: 0 25px 100px;
  }
  .responsive #top #wrap_all .directories-grid-section .flex_cell {
    width: calc(25% - 50px);
    margin: 0 25px;
  }
  #top .inner-latest-blog-section article.post-entry .big-preview img {
    height: 370px;
    object-fit: cover;
  }
  #top #wrap_all .inner-inspiration-section .slide-entry-wrap .slide-image {
    height: 240px;
    max-height: 240px;
  }
}
.bapf_loader_page,
#top.prisforesporsel .main-title.entry-title {
  display: none;
}
#top p.return-to-shop {
  display: inline-block;
  margin-top: 35px;
}
#top p.cart-empty {
  line-height: normal;
}
.custom-product-details .content-box strong {
  margin: 28px 0 0;
}
#top.single-product .single-product-summary .single_add_to_cart_button {
  margin-bottom: 15px;
  margin-block: 1.5rem;
}
#top .bapf_no_products {
  display: none;
}
.responsive .woocommerce .title_container .breadcrumb {
  z-index: 10;
  line-height: 15px;
  font-size: 11px;
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -7px;
}
.responsive .woocommerce .title_container .main-title {
  display: none;
}
#top.single-product .single-product-summary .single_add_to_cart_button.disabled {
  opacity: 0.5;
}
#top .template-shop,
#top .template-shop .avia-content-slider-inner {
  overflow: visible;
  margin: 0;
  border: none;
}
#top:not(.single-product) .template-shop .products,
#top.single-product .related.products .products {
  max-width: 320px;
  margin: 0 auto -30px;
}
.responsive #top.single-product #main .related.products .product,
.responsive #top:not(.single-product) #main .template-shop .product {
  float: none;
  width: 100%;
  margin: 0 0 30px;
  display: inline-block;
}
#top div.single-product-summary .quantity {
  width: auto;
}
#top div.single-product-summary .quantity input.minus,
#top div.single-product-summary .quantity input.plus,
#top div.single-product-summary .quantity input.qty {
  font-size: 19px;
  line-height: 52px;
  width: 52px;
  height: 52px;
}
#top .product .inner_product {
  border: none;
  padding: 10px 10px 20px;
  box-shadow: 0px 0px 6px 0px rgba(190, 198, 196, 0.5);
}
#top .product .inner_product .attachment-shop_catalog {
  height: 200px;
  width: auto;
  margin: 0 auto;
}
#top .product .product_on_sale .inner_product_header {
  padding-right: 5px;
}
#top .product .inner_product_header {
  border: none;
  height: unset;
  min-height: unset;
  padding: 5px 10px;
  position: unset;
}
#top .product .inner_product_header .onsale,
#top .product .inner_product_header .avia-arrow {
  display: none;
}
#top .product .add_to_cart_button {
  display: none;
}
#top .product .inner_product a {
  box-sizing: border-box;
  position: relative;
}
#top .product .custom_product_exerpt {
  padding: 0 10px;
  font-size: 13px;
  line-height: 18px;
}
#top .product .custom_product_footer {
  display: flex;
  justify-content: space-between;
}
#top .product .custom_product_qty {
  font-size: 14px;
  margin: 15px 0 0 10px;
  font-weight: 700;
}
#top .product .custom-product-price {
  font-size: 14px;
  margin: 15px 10px 0 10px;
  font-weight: 700;
}
#top .woocommerce-loop-product__title {
  text-transform: unset;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 900;
  color: #373a36;
}
#category_filter_dropdowng {
  display: none;
}
.post-type-archive-product .main-title,
#top.woocommerce-checkout .main-title {
  display: none;
}
#shop_page_top_section {
  z-index: 9;
  position: relative;
  border: none;
}
#shop_page_top_section .container {
  padding: 0;
}
#shop_page_top_section .top-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
  font-size: 16px;
  line-height: 22px;
}
#shop_page_top_section .top-intro h2 {
  font-weight: 900;
  font-size: 24px;
  padding-bottom: 6px;
  margin-bottom: 15px;
  position: relative;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}
#shop_page_top_section .top-intro h2::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 70px;
  background: #00bb7e;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#shop_page_top_section .shop-filter-area-outer {
  display: flex;
  flex-wrap: wrap;
}
#shop_page_top_section .shop-filter-area-outer .category-area {
  width: 100%;
  position: relative;
  text-align: center;
}
#shop_page_top_section .shop-filter-area-outer .category-area #cat_list {
  position: absolute;
  z-index: 999999;
  background: #ffffff;
  width: 100%;
  padding: 0;
  box-shadow: 0px 3px 6px 0px rgba(190, 198, 196, 0.5);
  opacity: 0;
  transition: 0.3s;
  display: none;
  top: 60px;
  max-width: 320px;
  left: 50%;
  transform: translateX(-50%);
}
#shop_page_top_section .shop-filter-area-outer .category-area #cat_list .back_icon {
  font-family: fontello;
  color: #005f61;
  font-size: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
#shop_page_top_section .shop-filter-area-outer .category-area #cat_list .cat_parent_list {
  font-size: 16px;
  line-height: 55px;
  border-bottom: 1px solid #005f61;
  font-weight: 700;
  padding: 0 25px;
  text-align: left;
  cursor: pointer;
}
#shop_page_top_section .shop-filter-area-outer .category-area #cat_list .cat_parent_list::after {
  content: "\f006";
  font-family: fontello;
  color: #005f61;
  position: absolute;
  right: 25px;
}
#shop_page_top_section .shop-filter-area-outer .category-area #cat_list .cat_parent_list a {
  background: #ffffff;
  position: relative;
  z-index: 99;
}
#shop_page_top_section .shop-filter-area-outer .category-area #cat_list .cat_parent_list:last-child {
  border-bottom: none;
}
#shop_page_top_section .shop-filter-area-outer .category-area #cat_list .cat_parent_list .list-of-products {
  border-top: 1px solid #005f61;
  width: calc(100% + 50px);
  margin: 0px -25px;
}
#shop_page_top_section .shop-filter-area-outer .category-area #cat_list .cat_parent_list .list-of-products li {
  font-size: 16px;
  line-height: 55px;
  border-bottom: 1px solid #005f61;
  font-weight: 400;
  padding: 0 25px;
  text-align: left;
}
#shop_page_top_section .shop-filter-area-outer .category-area #cat_list .cat_parent_list .list-of-products li:last-child {
  border-bottom: none;
}
#shop_page_top_section .shop-filter-area-outer .category-area #cat_list .active-products {
  text-align: right;
  border: none;
}
#shop_page_top_section .shop-filter-area-outer .category-area #cat_list .active-products::after {
  display: none;
}
#shop_page_top_section .shop-filter-area-outer .category-area #cat_list a {
  color: #005f61;
  display: block;
  text-decoration: none;
  display: inline-block;
}
#shop_page_top_section .shop-filter-area-outer .category-area #cat_list.active-list {
  opacity: 1;
  display: inline-block !important;
}
#shop_page_top_section .shop-filter-area-outer .filter-area {
  width: 100%;
  position: relative;
  max-width: 320px;
  margin: 20px auto;
}
#shop_page_top_section .shop-filter-area-outer .search-form-area {
  width: 100%;
  position: relative;
}
#shop_page_top_section .filter-area .shop_cat_shorting {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  flex-wrap: wrap;
}
#shop_page_top_section .filter-area .filter-text {
  background: #005f61;
  color: #ffffff;
  height: 45px;
  line-height: 45px;
  font-size: 13px;
  padding: 0 35px;
  box-sizing: border-box;
  margin-right: 10px;
  text-align: center;
  position: relative;
  width: calc(50% - 10px);
  cursor: pointer;
}
#shop_page_top_section .filter-area .filter-text::before {
  content: "\e80b";
  font-family: fontello;
  position: absolute;
  color: #ffffff;
  font-size: 18px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
#shop_page_top_section .filter-area .filter-text .product_count_search {
  background: #f5610a;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  height: 18px;
  line-height: 18px;
  width: 18px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
#shop_page_top_section .filter-area .filter-text.active::before {
  content: "\e806";
}
#shop_page_top_section .filter-area .woocommerce-ordering {
  margin: 0 0 0 10px;
  min-width: auto;
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  width: calc(50% - 10px);
  cursor: pointer;
}
#shop_page_top_section .filter-area .sort_by_filter {
  width: calc(50% - 10px);
  margin-left: 10px;
}
#shop_page_top_section .filter-area .sort_by_filter .sort_main_filter {
  background: #005f61;
  color: #ffffff;
  height: 45px;
  line-height: 45px;
  font-size: 13px;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}
#shop_page_top_section .filter-area .sort_by_filter .sort_main_filter::before {
  content: "\e813";
  font-family: fontello;
  position: absolute;
  color: #ffffff;
  font-size: 18px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
#shop_page_top_section .filter-area .sort_by_filter .sort_main_filter.active::before {
  content: "\e806";
}
#shop_page_top_section .filter-area .sort_by_filter .sort-inner-area {
  height: 0;
  opacity: 0;
  background: #ffffff;
  visibility: hidden;
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 150px;
  z-index: 2;
  box-shadow: 0 0 6px 0 rgba(190, 198, 196, 0.5);
  transition: all 0.3s;
}
#shop_page_top_section .filter-area .sort_by_filter .sort-inner-area li {
  list-style: none;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#shop_page_top_section .filter-area .sort_by_filter .sort-inner-area li a {
  font-weight: 700;
  text-decoration: none;
  color: #005f61;
  transition: all 0.3s;
}
#shop_page_top_section .filter-area .sort_by_filter .sort-inner-area li a:hover {
  opacity: 0.5;
}
#shop_page_top_section .filter-area .sort_by_filter .sort-inner-area li:not(:last-child) {
  border-bottom: 1px solid rgba(190, 198, 196, 0.5);
}
#shop_page_top_section .filter-area .sort_by_filter .sort-inner-area.active-filter-dropdown {
  display: block !important;
  height: 165px;
  visibility: visible;
  opacity: 1;
}
#shop_page_top_section .search-form-area input:not(.search-field) {
  display: none;
}
#shop_page_top_section .shop-post-found {
  position: relative;
  text-align: center;
  margin-top: 30px;
}
#shop_page_top_section .shop-post-found .product-found {
  color: #005f61;
  font-size: 14px;
  font-weight: 400;
  background: #ffffff;
  padding: 0 20px;
}
#shop_page_top_section .shop-post-found .product-found::before {
  content: "";
  background: #005f61;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  top: calc(50% + 3px);
  transform: translate(-50%, -50%);
  z-index: -1;
}
#top #shop_page_top_section .content {
  padding-bottom: 20px;
}
#top #shop_page_top_section #cat_button {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 70px 0 20px;
  background: #00bb7e;
  color: #ffffff;
  position: relative;
  max-width: 320px;
  box-sizing: border-box;
  text-align: left;
  cursor: pointer;
  text-transform: unset;
  outline: none;
  font-weight: 700;
}
#top #shop_page_top_section #cat_button::before, #top #shop_page_top_section #cat_button::after {
  content: "";
  background: #ffffff;
  width: 30px;
  height: 3px;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  transform: translateY(-50%);
  visibility: visible;
  transition: all 0.3s;
}
#top #shop_page_top_section #cat_button::after {
  top: calc(50% + 5px);
}
#top #shop_page_top_section #cat_button .all_product_heading,
#top #shop_page_top_section #cat_button #product_counter {
  display: none;
}
#top #shop_page_top_section #cat_button .all_product_heading {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
#top #shop_page_top_section #cat_button #product_counter {
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  font-weight: 400;
}
#top #shop_page_top_section #cat_button.active-btn::before, #top #shop_page_top_section #cat_button.active-btn::after {
  top: calc(50% - 0px);
  transform: translateY(-50%) rotate(45deg);
}
#top #shop_page_top_section #cat_button.active-btn::after {
  top: calc(50% + 0px);
  transform: translateY(-50%) rotate(-45deg);
}
#top #shop_page_top_section .filter-area .woocommerce-ordering::before {
  content: "\e813";
  font-family: fontello;
  position: absolute;
  color: #ffffff;
  font-size: 18px;
  top: 50%;
  left: calc(50% - 50px);
  transform: translateY(-50%);
}
#top #shop_page_top_section .filter-area .orderby {
  background: #005f61;
  color: #ffffff;
  padding: 0 0 0 60px;
  height: 45px;
  line-height: 45px;
  border: none;
  border-radius: 0;
  width: 100%;
  text-align: left;
  font-size: 13px;
  cursor: pointer;
}
#top #shop_page_top_section .category_couter_wrapper {
  position: relative;
}
#top #shop_page_top_section .category_couter_wrapper #category_filter_dropdowng {
  background: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(190, 198, 196, 0.5);
  padding: 20px;
  position: absolute;
  top: -100px;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
}
#top #shop_page_top_section #category_filter_dropdowng .widget {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
#top #shop_page_top_section #category_filter_dropdowng .widget:not(:last-child) {
  margin-bottom: 50px;
}
#top #shop_page_top_section #category_filter_dropdowng .widgettitle {
  text-transform: unset;
  letter-spacing: 0;
  margin: 0 0 25px;
  color: #373a36;
}
#top #shop_page_top_section #category_filter_dropdowng .bapf_head h3 {
  text-transform: unset;
  letter-spacing: 0;
  margin: 0 0 25px;
  color: #373a36;
  font-weight: 600;
}
#top #shop_page_top_section #category_filter_dropdowng .bapf_body li {
  display: inline-block;
}
#top #shop_page_top_section #category_filter_dropdowng .bapf_body input {
  display: none;
}
#top #shop_page_top_section #category_filter_dropdowng .bapf_body label {
  color: #373a36;
  background: transparent;
  text-decoration: none;
  box-shadow: 0px 3px 6px 0px rgba(190, 198, 196, 0.5);
  padding: 15px;
  font-weight: 600;
  border-radius: 0;
  line-height: 24px;
  margin: 0 7px 20px 0;
  box-sizing: border-box;
  transition: all 0.3s;
  min-width: 75px;
  text-align: center;
}
#top #shop_page_top_section #category_filter_dropdowng .bapf_body label:hover {
  background: #f5610a;
  color: #ffffff;
}
#top #shop_page_top_section #category_filter_dropdowng .count {
  display: none;
}
#top #shop_page_top_section #category_filter_dropdowng .bapf_body li.checked label {
  background: #f5610a;
  color: #ffffff;
}
#top #shop_page_top_section #category_filter_dropdowng .bapf_body li.checked label::before {
  display: none;
}
#top #shop_page_top_section .search-form-area {
  text-align: center;
}
#top #shop_page_top_section .search-form-area .woocommerce-product-search {
  margin: 0;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 320px;
}
#top #shop_page_top_section .search-form-area .woocommerce-product-search::before {
  content: "\e810";
  font-family: fontello;
  background: #005f61;
  color: #ffffff;
  width: 60px;
  height: 46px;
  line-height: 46px;
  position: absolute;
  text-align: center;
  top: 2px;
  left: 2px;
  font-size: 24px;
  z-index: -1;
}
#top #shop_page_top_section .search-form-area .search-field {
  height: 50px;
  line-height: 50px;
  text-indent: 80px;
  padding: 0 20px 0 0;
  border: 2px solid;
  margin-bottom: 0;
  font-size: 18px;
  background: transparent;
  box-sizing: border-box;
}
.responsive #top #wrap_all #shop_page_top_section .container {
  max-width: 100%;
  width: 100%;
}
#top.tax-product_cat .alm-listing,
#top.post-type-archive-product .alm-listing {
  display: inline-block;
  margin: 30px 0 -30px;
  width: 100%;
}
#top.tax-product_cat .alm-listing .products,
#top.post-type-archive-product .alm-listing .products {
  margin: 0 auto;
}
#top.tax-product_cat .shop-bottom-wrapper-outer,
#top.post-type-archive-product .shop-bottom-wrapper-outer {
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
  justify-content: space-between;
  margin-bottom: 110px;
}
#top.tax-product_cat .shop-bottom-wrapper-outer .shop-bottom-wrapper,
#top.post-type-archive-product .shop-bottom-wrapper-outer .shop-bottom-wrapper {
  align-items: left;
  align-self: center;
  flex-wrap: wrap;
  width: 50%;
  position: relative;
}
#top.tax-product_cat .shop-bottom-wrapper-outer .shop-bottom-wrapper .avia-button,
#top.post-type-archive-product .shop-bottom-wrapper-outer .shop-bottom-wrapper .avia-button {
  background: #005f61;
  color: #ffffff;
}
#top.tax-product_cat .shop-bottom-wrapper-outer .shop-bottom-wrapper .avia-button:hover,
#top.post-type-archive-product .shop-bottom-wrapper-outer .shop-bottom-wrapper .avia-button:hover {
  background: #00bb7e;
}
#top.tax-product_cat .shop-bottom-wrapper-outer .shop-bottom-wrapper .woocommerce-result-count,
#top.post-type-archive-product .shop-bottom-wrapper-outer .shop-bottom-wrapper .woocommerce-result-count {
  width: 100%;
  max-width: 360px;
  text-align: left;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top.tax-product_cat .shop-bottom-wrapper-outer .shop-bottom-wrapper .progress-bar-main,
#top.post-type-archive-product .shop-bottom-wrapper-outer .shop-bottom-wrapper .progress-bar-main {
  width: calc(100% - 115px);
  height: 5px;
  background: rgba(0, 95, 97, 0.4);
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
#top.tax-product_cat .shop-bottom-wrapper-outer .shop-bottom-wrapper .progress-bar-dynamic,
#top.post-type-archive-product .shop-bottom-wrapper-outer .shop-bottom-wrapper .progress-bar-dynamic {
  height: 5px;
  background: #005f61;
  display: block;
}
#top.tax-product_cat .skg_loadmore,
#top.post-type-archive-product .skg_loadmore {
  float: none;
  text-align: center;
  margin: 80px 0 60px;
  width: 100%;
  background: #00bb7e;
  color: #ffffff;
  font-size: 18px;
  padding: 0 20px;
  font-weight: 900;
  height: 50px;
  line-height: 50px;
  width: 100%;
  margin: 0;
  text-align: left;
  max-width: 360px;
  border-radius: 0;
  transition: all 0.3s;
  cursor: pointer;
  margin-top: 20px !important;
}
@media (min-width: 768px) {
  #top.tax-product_cat .skg_loadmore,
  #top.post-type-archive-product .skg_loadmore {
    margin-top: 0px !important;
  }
}
#top.tax-product_cat .skg_loadmore::after,
#top.post-type-archive-product .skg_loadmore::after {
  content: "\e807";
  font-family: fontello;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#top.tax-product_cat .skg_loadmore:hover,
#top.post-type-archive-product .skg_loadmore:hover {
  background: #005f61;
}
#top.tax-product_cat .avia-button.done,
#top.post-type-archive-product .avia-button.done {
  cursor: auto;
}
#top.post-type-archive-product .pagination {
  display: none;
}
#top.tax-product_cat .template-shop .term-description {
  display: none;
}
.single-product-summary::-webkit-scrollbar {
  width: 8px;
}
.single-product-summary::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}
.single-product-summary::-webkit-scrollbar-thumb {
  background: #00bb7d;
  border-radius: 6px;
}
.single-product-summary::-webkit-scrollbar-thumb:hover {
  background: #005f61;
}
.single-product .template-shop {
  padding: 0 0 50px;
}
.single-product .template-shop .product {
  margin-top: 0px;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  width: 100%;
  float: right;
  margin: 0;
  height: unset;
  box-shadow: 0px 0px 6px 0px rgba(190, 198, 196, 0.5);
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  width: 100%;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-arrow,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-list {
  display: none !important;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-dots {
  display: flex;
  width: 100%;
  justify-content: center;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-dots li {
  padding: 0;
  width: 10px;
  height: 10px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-dots li button {
  width: 100px;
  height: 10px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-dots li button::before {
  font-size: 20px;
  line-height: 14px;
  width: 10px;
  height: 10px;
  padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 1;
  padding: 0;
  border: none;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-next,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-prev {
  background: #00bb7e;
  left: 50% !important;
  transform: rotate(180deg) translateX(50%);
  z-index: 9;
  height: 35px;
  width: 35px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-next {
  top: unset;
  right: unset;
  bottom: 20px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-next::before {
  content: "\e803";
  font-family: fontello;
  opacity: 1;
  font-size: 16px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-prev {
  bottom: unset;
  top: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-prev::before {
  content: "\e801";
  font-family: fontello;
  opacity: 1;
  font-size: 16px;
}
.single-product div.product .woocommerce-product-gallery .slick-slide {
  height: 130px;
  margin-bottom: 20px;
  border: none;
  position: relative;
}
.single-product div.product .woocommerce-product-gallery .slick-slide::before {
  content: "";
  background: #000000;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: -1;
}
.single-product .single-product-main-image {
  width: 100%;
  margin: 0 0 30px;
  padding: 5px 5px 30px;
  position: relative !important;
}
.single-product .single-product-main-image .avia-wc-30-product-gallery-lightbox {
  display: none;
}
.single-product .single-product-main-image .images a {
  border-style: solid;
  border: none;
  padding: 0;
}
.single-product .single-product-main-image .single-custom-badges,
.single-product .single-product-main-image .onsale {
  display: none;
}
.single-product .woocommerce-product-details__short-description {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-weight: 400;
}
.single-product .single-product-summary .product_title {
  font-weight: 900;
  font-size: 22px;
  padding-bottom: 12px;
  margin-bottom: 18px;
  position: relative;
  text-align: center;
}
.single-product .single-product-summary .product_title::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 70px;
  background: #00bb7e;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.single-product .single-product-summary .single_variation_wrap {
  margin: 46px 0 0;
  overflow: visible;
  text-align: center;
}
.single-product .single-product-summary .button-variable-item span {
  font-size: 13px;
}
.single-product .single-product-summary .button-variable-item .variable-item-span-description {
  font-size: 13px;
  line-height: 24px;
  position: relative;
  top: 3px;
  font-weight: 400;
}
.single-product .single-product-summary .variable-item-span-button {
  margin-bottom: 0px;
  display: inline-block;
}
#top.single-product .up-sells h2 {
  margin-bottom: 1.4em;
  font-weight: 900;
}
#top.single-product .summary form.cart {
  text-align: center;
}
@media (min-width: 990px) {
  #top.single-product .summary form.cart {
    text-align: left;
  }
}
#top.single-product .summary form.cart .quantity {
  float: none;
  display: inline-block;
}
@media (min-width: 990px) {
  #top.single-product .summary form.cart .quantity {
    float: left;
  }
}
#top.single-product div.product .woocommerce-product-gallery .lightbox-added img {
  width: 100%;
  height: 100%;
}
#top.single-product div.product .woocommerce-product-gallery .slick-slide img {
  transition: all 0.3s;
}
#top.single-product div.product .woocommerce-product-gallery .slick-slide:hover img {
  opacity: 0.7;
}
#top.single-product div.product .woocommerce-product-gallery .slick-slide img.flex-active {
  opacity: 0.7;
}
#top.single-product .product .custom-group-badges {
  text-align: center;
  position: absolute;
  padding: 10px 5px;
  z-index: 3;
}
#top.single-product .single-product-summary {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
  padding: 0;
  position: relative;
}
#top.single-product .single-product-summary .field-order-note label {
  font-size: 18px;
  margin-top: 25px;
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 700;
  color: #373a36;
}
#top.single-product .single-product-summary .field-order-note label::after {
  content: "\e811";
  font-family: fontello;
  color: #00bb7e;
  margin-left: 10px;
}
#top.single-product .single-product-summary .field-order-note label .optional {
  display: none;
}
#top.single-product .single-product-summary .field-order-note textarea {
  height: 90px;
}
#top.single-product .single-product-summary .custom_product_qty {
  margin-top: 25px;
  padding: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
#top.single-product .single-product-summary .woocommerce-variation,
#top.single-product .single-product-summary .woocommerce-variation-availability {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}
#top.single-product .single-product-summary .woocommerce-variation-availability p {
  font-size: 16px;
  font-weight: 400;
}
#top.single-product .single-product-summary .add-to-cart-top-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 990px) {
  #top.single-product .single-product-summary .add-to-cart-top-row {
    flex-direction: row;
    align-items: baseline;
  }
}
#top.single-product .single-product-summary .add-to-cart-top-row .custom_product_qty {
  margin: 0;
}
#top.single-product .single-product-summary .button-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  margin-block: 1.5rem;
}
#top.single-product .single-product-summary .button-row button {
  margin: 0;
}
#top.single-product .single-product-summary button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  float: none;
  border-radius: 0;
  background: transparent;
  color: #373A36;
  padding: 0.75rem;
  font-weight: 700;
  font-size: 1rem;
  position: relative;
  transition: all 0.3s;
}
#top.single-product .single-product-summary [name=add-to-cart-direct] {
  background: #f5610a;
  color: #fff;
  padding-inline: 1rem;
}
#top.single-product .single-product-summary [name=add-to-cart-direct]:hover, #top.single-product .single-product-summary [name=add-to-cart-direct]:active {
  background: #005f61;
}
#top.single-product .single-product-summary .single_add_to_cart_button::before,
#top.single-product .single-product-summary .wc-variation-selection-needed::before {
  content: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Frame%2029'%3e%3cpath%20id='Vector'%20d='M14.6989%204.32517C14.541%203.66324%2014.1625%203.07354%2013.6248%202.65156C13.087%202.22958%2012.4215%202%2011.7358%202C11.0502%202%2010.3847%202.22958%209.84692%202.65156C9.30918%203.07354%208.93072%203.66324%208.77283%204.32517H4V22H19.4717V4.32517H14.6989ZM11.7452%203.86014C11.9774%203.85978%2012.2045%203.92776%2012.3977%204.05548C12.591%204.18321%2012.7417%204.36494%2012.8308%204.57768C12.9199%204.79041%2012.9434%205.0246%2012.8984%205.2506C12.8533%205.47659%2012.7416%205.68424%2012.5776%205.84728C12.4135%206.01031%2012.2044%206.12139%2011.9767%206.16647C11.7489%206.21155%2011.5129%206.1886%2011.2983%206.10052C11.0837%206.01244%2010.9003%205.8632%2010.7713%205.67167C10.6422%205.48014%2010.5733%205.25494%2010.5733%205.02456C10.5733%204.71606%2010.6967%204.42016%2010.9164%204.20184C11.1361%203.98353%2011.4342%203.86063%2011.7452%203.86014ZM12.917%2017.8147H7.28109V15.9546H12.9058L12.917%2017.8147ZM16.1906%2014.3325H7.28109V12.465H16.1906V14.3325ZM16.1906%2010.843H7.28109V8.98101H16.1906V10.843Z'%20fill='%23373A36'/%3e%3c/g%3e%3c/svg%3e");
}
#top.single-product .single-product-summary .single_add_to_cart_button:hover, #top.single-product .single-product-summary .single_add_to_cart_button:active,
#top.single-product .single-product-summary .wc-variation-selection-needed:hover,
#top.single-product .single-product-summary .wc-variation-selection-needed:active {
  background: #dedede;
}
#top.single-product .single-product-summary .reset_variations {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
#top.single-product .single-product-summary .added_quote_pro {
  margin: 0 auto 20px;
  padding: 20px 40px;
  font-size: 0;
  line-height: 0;
  color: #f5610a;
  font-weight: 400;
  position: relative;
  max-width: 332px;
  box-shadow: 0 3px 6px 0px rgba(190, 198, 196, 0.5);
}
#top.single-product .single-product-summary .added_quote_pro a {
  color: #ffffff;
  background: #005f61;
  font-size: 18px;
  text-align: center;
  font-weight: 900;
  height: 50px;
  line-height: 50px;
  display: block;
  width: 100%;
  margin-top: 20px;
  transition: all 0.3s;
}
#top.single-product .single-product-summary .added_quote_pro a:hover {
  background: #00bb7e;
}
#top.single-product .single-product-summary .added_quote_pro #close_inquiry_btn {
  color: #ffffff;
  background: #f5610a;
  height: 50px;
  line-height: 50px;
  display: block;
  width: 100%;
  transition: all 0.3s;
  cursor: pointer;
}
#top.single-product .single-product-summary .added_quote_pro #close_inquiry_btn:hover {
  background: #00bb7e;
}
#top.single-product .single-product-summary .custom-product-details .arrow-icon {
  font-family: "entypo-fontello";
  position: absolute;
  right: 18px;
  font-size: 30px;
  line-height: 22px;
  font-weight: 300 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#top.single-product .single-product-summary .active-toggle .arrow-icon {
  transform: rotate(180deg);
}
#top.single-product .single-product-summary .product-details-btn {
  font-size: 14px;
  padding: 10px 30px 10px 40px;
  background: #00bb7e;
  color: #ffffff;
  height: auto;
  line-height: 24px;
  width: unset;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 0;
}
#top.single-product .single-product-summary .product-details-btn::before {
  content: "\e808";
  font-family: "fontello";
  font-size: 14px;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
#top.single-product .single-product-summary .product-details-btn:hover {
  background: #005f61;
}
#top.single-product .variations_form .variations {
  margin: 0;
}
#top.single-product .variations_form .variations td {
  padding: 0;
}
#top.single-product .product-informations-inner {
  margin-top: 40px;
}
#top.single-product .container {
  box-sizing: border-box;
}
#top.single-product .avia-section .template-page {
  padding: 0;
}
#top.single-product .avia-section .product_column {
  margin: 0;
}
#top.single-product #single_motta_section {
  margin: 50px 0;
  display: inline-block;
  position: relative;
}
#top.single-product #single_motta_section .content {
  padding: 40px 0 25px;
}
#top.single-product #single_motta_section::before {
  content: "";
  background: rgba(190, 198, 196, 0.15);
  height: calc(100% + 100px);
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#top.single-product #single_motta_section .av-special-heading-tag {
  margin: 0;
  padding-bottom: 0px;
  display: block;
  font-size: 30px;
  line-height: 36px;
}
#top.single-product #single_motta_section .avia-button {
  margin-top: 40px;
  text-decoration: none !important;
  opacity: 1;
  height: 50px;
  line-height: 50px;
}
#top.single-product .related.products {
  display: inline-block;
  margin: 50px 0;
  text-align: center;
  width: 100%;
}
#top.single-product .related.products h2:not(.woocommerce-loop-product__title) {
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 900;
}
#top.single-product .related.products h2:not(.woocommerce-loop-product__title)::after {
  content: "";
  background: #00bb7e;
  height: 4px;
  width: 70px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#top.single-product .related.products .product {
  text-align: left;
}
#top.single-product .related.products .product .custom-group-badges {
  text-align: right;
  position: relative;
  padding: 0;
  margin-bottom: -30px;
  z-index: 1;
  width: 100%;
  left: 0;
}
#top.single-product .related.products .more-relative-button {
  margin-top: 70px;
}
#top.single-product #av_section_inspirasjon_single,
#top.single-product #av_section_bransjer_single {
  margin: 50px 0;
  display: inline-block;
  position: relative;
}
#top.single-product #av_section_inspirasjon_single .container,
#top.single-product #av_section_bransjer_single .container {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
#top.single-product #av_section_inspirasjon_single .av-special-heading-tag,
#top.single-product #av_section_bransjer_single .av-special-heading-tag {
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
  font-size: 20px;
}
#top.single-product #av_section_inspirasjon_single .avia-button-wrap,
#top.single-product #av_section_bransjer_single .avia-button-wrap {
  text-align: center;
}
#top.single-product #av_section_inspirasjon_single::before {
  content: "";
  background: rgba(190, 198, 196, 0.15);
  height: calc(100% + 100px);
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#top.single-product #av_section_inspirasjon_single .av-special-heading {
  margin: 0 0 40px;
}
#top.single-product #av_section_inspirasjon_single .slide-entry-wrap {
  display: inline-block;
  width: 100%;
  margin: -15px 0;
}
#top.single-product #av_section_inspirasjon_single .slide-entry-wrap .slide-entry {
  margin: 15px 0;
}
#top.single-product #av_section_inspirasjon_single .slide-image {
  display: inline-block;
  width: 250px;
  height: 200px;
  max-height: 220px;
}
#top.single-product #av_section_inspirasjon_single .slide-image img {
  height: 100%;
}
#top.single-product #av_section_inspirasjon_single .avia-button-wrap {
  margin-top: 40px;
}
#top.single-product #av_section_bransjer_single .av-special-heading {
  margin: 0 0 27px !important;
}
#top.single-product #av_section_bransjer_single .entry-content-wrapper {
  width: calc(100% + 26px);
  margin-left: -13px;
}
#top.single-product #av_section_bransjer_single .flex_column {
  box-shadow: 0px 0px 6px 0px rgba(190, 198, 196, 0.5);
  width: calc(50% - 26px);
  margin: 13px;
}
#top.single-product #av_section_bransjer_single .flex_column .r-bransjer-inner img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
#top.single-product #av_section_bransjer_single .r-bransjer-title {
  text-transform: unset;
  font-weight: 900;
  letter-spacing: 0;
  line-height: initial;
  text-align: center;
  color: #373a36;
  font-size: 16px;
  padding: 10px 0;
}
#top.single-product #av_section_bransjer_single .avia-button-wrap {
  margin-top: 27px;
}
#top.single-product #av_section_bransjer_single .avia-button {
  display: inline-block;
  float: none;
}
#top .send-proposal-heading {
  font-size: 17px;
  font-weight: 800;
  margin-top: 30px;
  padding-left: 38px;
  margin-bottom: -20px;
  margin-bottom: 35px;
  position: relative;
  background: #00bb7e;
  color: #ffffff;
  padding: 15px 30px 15px 50px;
  z-index: 9;
  transition: all 0.3s;
  cursor: pointer;
}
#top .send-proposal-heading::before {
  content: "\e805";
  font-family: "fontello";
  font-size: 26px;
  position: absolute;
  color: #ffffff;
  top: 10px;
  left: 11px;
  color: #fff;
}
#top .send-proposal-heading::after {
  content: "\f004";
  font-family: "fontello";
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
#top .send-proposal-heading.active {
  margin-bottom: 15px;
}
#top .send-proposal-heading.active::after {
  transform: translateY(-50%) rotate(180deg);
}
#top .variations_form {
  border: none;
  padding: 0;
}
#top .woo-variation-items-wrapper .label {
  font-size: 16px;
  margin-top: 30px;
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 700;
  color: #373a36;
}
#top .woo-variation-items-wrapper .label::after {
  content: "\e811";
  font-family: fontello;
  color: #00bb7e;
  margin-left: 10px;
}
#top .woo-variation-swatches .variable-items-wrapper {
  display: inline-block;
}
#top div .woocommerce-variation-add-to-cart .quantity input {
  height: 50px;
  width: 50px;
  font-size: 20px;
  border: none;
  background: rgba(190, 198, 196, 0.15) !important;
}
#top div .woocommerce-variation-add-to-cart .quantity input.minus,
#top div .woocommerce-variation-add-to-cart .quantity input.plus {
  background: #005f61 !important;
  color: #ffffff;
  transition: all 0.3s;
}
#top div .woocommerce-variation-add-to-cart .quantity input.minus:hover,
#top div .woocommerce-variation-add-to-cart .quantity input.plus:hover {
  background: #00bb7e !important;
}
#top.single-product.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  box-shadow: 0px 3px 6px 0px rgba(190, 198, 196, 0.5);
  padding: 10px 15px;
  font-weight: 600;
  border-radius: 0;
  margin: 0 11px 15px 4px;
  color: #373a36;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 54px;
  line-height: inherit;
  min-width: 108px;
  outline: none;
}
#top.single-product.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, #top.single-product.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
  box-shadow: 0px 0px 6px 0px rgba(190, 198, 196, 0.5);
  background: #00bb7e;
  color: #ffffff;
}
.custom-product-details .inner-single-info:not(:last-child) {
  margin-bottom: 25px;
}
.custom-product-details .single-accordion-heading {
  background: #005f61;
  color: #ffffff;
  padding: 11px 20px;
  display: inline-block;
  min-width: 100%;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
}
.custom-product-details .content-box {
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  margin-top: 20px;
  font-weight: 400;
}
.custom-product-details .content-box strong {
  display: block;
  color: #373a36;
  font-weight: 700;
  font-size: 14px;
}
.cart-contents-outer {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
  gap: 1vw;
}
.cart-contents-reapeated .product-name {
  text-transform: inherit;
  letter-spacing: initial;
  font-size: 19px;
  font-weight: 600;
  color: #373a36;
  margin-bottom: 7px;
}
.cart-contents-reapeated .product-price {
  font-weight: 700;
  color: #00bb7e;
  margin-top: 25px;
}
.cart-contents-reapeated .image-overlay.overlay-type-extern {
  display: none;
}
.cart-contents-reapeated {
  padding: 25px;
  /*  display: inline-block;
  width: 25%;*/
  box-shadow: 0px 0px 10px 5px rgba(190, 198, 196, 0.5);
  border-radius: 3px;
  position: relative;
}
.cart-contents-reapeated .product-remove {
  position: absolute;
  right: 0;
  top: 0;
}
.cart-contents-reapeated .product-remove a {
  background-image: none;
  color: #ffffff;
  text-indent: unset !important;
  text-align: center;
  border: none;
  border-radius: 0;
  padding: 3px;
  font-size: 14px;
  line-height: 17px;
}
.cart-contents-reapeated .product-thumbnail {
  display: inline-block;
  width: 25%;
}
.cart-contents-reapeated .product-thumbnail img {
  width: 75px;
}
.cart-inner-content-wrapper {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  width: 67%;
}
.single-product .no_sidebar_border#top #main .sidebar,
.single-product .no_sidebar_border .content {
  display: none;
}
.custom-image-outer-wrapper {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .custom-image-outer-wrapper {
    max-width: 46%;
  }
}
#top.woocommerce-checkout #order_review #place_order.button {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  background: #f5610a;
}
#top.woocommerce-checkout #order_review #place_order.button:hover {
  background: #005f61;
}
#top.request-a-quote .main-title {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  padding-bottom: 10px;
  font-weight: 900;
  line-height: 30px;
  text-transform: unset;
  text-align: center;
}
#top.request-a-quote .main-title::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 70px;
  background: #00bb7e;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#top.request-a-quote .alternate_color.title_container .main-title a {
  color: #005f61;
}
#top.request-a-quote .template-page {
  padding: 130px 0 50px;
}
#top.request-a-quote .woocommerce-cart-form .woocommerce-cart-form__contents {
  border: 1px solid #005f61;
  border-radius: 0;
  margin-bottom: 30px;
}
#top.request-a-quote .woocommerce-cart-form thead tr {
  background: #005f61;
  color: #ffffff;
}
#top.request-a-quote .woocommerce-cart-form thead th {
  text-transform: capitalize;
  letter-spacing: 0;
  padding: 10px 15px;
  font-size: 14px;
  text-align: left;
}
#top.request-a-quote .woocommerce-cart-form tbody tr:nth-child(2n) {
  background: rgba(190, 198, 196, 0.15);
}
#top.request-a-quote .woocommerce-cart-form tbody td {
  padding: 15px;
  vertical-align: middle;
  font-size: 14px;
}
#top.request-a-quote .woocommerce-cart-form tbody .product-remove {
  width: 40px;
  padding: 10px;
  box-sizing: border-box;
}
#top.request-a-quote .woocommerce-cart-form tbody .product-remove .remove {
  width: 100%;
  background: transparent;
  border: none;
  font-size: 0;
  color: transparent;
  text-indent: 0;
  text-align: center;
}
#top.request-a-quote .woocommerce-cart-form tbody .product-remove .remove::after {
  content: "\e806";
  font-family: fontello;
  font-size: 14px;
  color: #00bb7e;
  transition: all 0.3s;
}
#top.request-a-quote .woocommerce-cart-form tbody .product-remove .remove:hover::after {
  color: #005f61;
}
#top.request-a-quote .woocommerce-cart-form tbody .product-name {
  text-align: left;
}
#top.request-a-quote .woocommerce-cart-form tbody .product-name a {
  font-size: 16px;
  font-weight: 700;
  color: #005f61;
  display: inline-block;
  margin-bottom: 0;
}
#top.request-a-quote .woocommerce-cart-form tbody .product-thumbnail {
  text-align: center;
  padding: 10px;
  width: 80px;
  box-sizing: border-box;
}
#top.request-a-quote .woocommerce-cart-form tbody .variation dt {
  font-size: 14px;
  font-weight: 400;
  margin: 0 5px 0 0;
  color: #373a36;
}
#top.request-a-quote .woocommerce-cart-form tbody .variation dt:not(:last-child) {
  margin-bottom: 10px;
}
#top.request-a-quote .woocommerce-cart-form tbody .variation dd {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #373a36;
}
#top.request-a-quote .woocommerce-cart-form tbody div.quantity {
  width: auto;
  min-width: 110px;
}
#top.request-a-quote .woocommerce-cart-form tbody div.quantity input {
  height: 35px;
  width: 35px;
  font-size: 14px;
  border: none;
  background: rgba(190, 198, 196, 0.15);
  box-sizing: border-box;
}
#top.request-a-quote .woocommerce-cart-form tbody div.quantity input.minus,
#top.request-a-quote .woocommerce-cart-form tbody div.quantity input.plus {
  font-size: 16px;
  background: #005f61;
  color: #ffffff;
  transition: all 0.3s;
}
#top.request-a-quote .woocommerce-cart-form tbody div.quantity input.minus:hover,
#top.request-a-quote .woocommerce-cart-form tbody div.quantity input.plus:hover {
  background: #00bb7e;
}
#top.request-a-quote .af_quote_form label {
  font-size: 14px;
  margin-bottom: 10px;
}
#top.request-a-quote .af_quote_form label .required {
  color: #f5610a;
}
#top.request-a-quote .af_quote_form input,
#top.request-a-quote .af_quote_form textarea {
  height: 45px;
  padding: 10px;
  font-size: 14px;
  box-sizing: border-box;
  color: #373a36;
}
#top.request-a-quote .af_quote_form textarea {
  height: 100px;
}
#top.request-a-quote .af_quote_form .button {
  height: 45px;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0 30px;
  transition: all 0.3s;
}
#top.request-a-quote .af_quote_form .button:hover {
  background: #005f61;
}
#top.request-a-quote .cart-empty {
  display: block;
  margin-bottom: 30px;
}
.responsive #top.request-a-quote .title_container .breadcrumb {
  z-index: 10;
  line-height: 15px;
  font-size: 11px;
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -7px;
}
@media (min-width: 576px) {
  #shop_page_top_section .top-intro h2 {
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  #top.single-product #av_section_bransjer_single .flex_column .r-bransjer-inner img {
    height: 200px;
  }
  #top.single-product #av_section_bransjer_single .r-bransjer-title {
    padding: 15px 0;
  }
  #top.request-a-quote .main-title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 768px) {
  #top div.woocommerce-message {
    line-height: normal;
    padding-bottom: 32px !important;
  }
  #top:not(.single-product) .template-shop .products,
  #top.single-product .related.products .products {
    width: calc(100% + 50px);
    max-width: unset;
    margin: 0 -25px -50px;
  }
  .responsive #top.single-product #main .related.products .product,
  .responsive #top:not(.single-product) #main .template-shop .product {
    width: calc(50% - 53px);
    display: inline-block;
    vertical-align: top;
    margin: 0 25px 50px;
  }
  #shop_page_top_section .top-intro h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  #shop_page_top_section .shop-post-found .product-found {
    font-size: 16px;
    padding: 0 25px;
  }
  #shop_page_top_section .shop-post-found .product-found::before {
    top: calc(50% + 1px);
  }
  #top.tax-product_cat .alm-listing,
  #top.post-type-archive-product .alm-listing {
    margin: 50px 0 -50px;
  }
  #top.tax-product_cat .alm-listing .products,
  #top.post-type-archive-product .alm-listing .products {
    margin: 0 -25px;
  }
  .single-product .single-product-main-image {
    padding: 5px;
  }
  .single-product .single-product-summary .product_title {
    font-size: 30px;
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
  #top.single-product .single-product-summary {
    display: block;
    width: 100%;
  }
  #top.single-product #single_motta_section {
    margin: 100px 0;
  }
  #top.single-product #single_motta_section::before {
    height: calc(100% + 200px);
  }
  #top.single-product #single_motta_section .content {
    padding: 50px 0;
  }
  #top.single-product .related.products {
    margin: 100px 0;
  }
  #top.single-product .related.products h2:not(.woocommerce-loop-product__title) {
    margin-bottom: 70px;
    font-size: 24px;
  }
  #top.single-product #av_section_inspirasjon_single,
  #top.single-product #av_section_bransjer_single {
    margin: 100px 0;
  }
  #top.single-product #av_section_inspirasjon_single::before {
    height: calc(100% + 200px);
  }
  #top.single-product #av_section_inspirasjon_single .av-special-heading {
    margin: 0px 0 70px;
  }
  #top.single-product #av_section_inspirasjon_single .slide-entry-wrap {
    width: calc(100% + 50px);
    margin: -25px;
  }
  #top.single-product #av_section_inspirasjon_single .slide-entry-wrap .slide-entry {
    margin: 25px;
  }
  #top.single-product #av_section_inspirasjon_single .avia-button-wrap {
    margin-top: 70px;
  }
  #top.single-product #av_section_bransjer_single .av-special-heading {
    margin: 0 0 45px !important;
  }
  #top.single-product #av_section_bransjer_single .entry-content-wrapper {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
  #top.single-product #av_section_bransjer_single .flex_column {
    width: calc(50% - 50px);
    margin: 25px;
  }
  #top.single-product #av_section_bransjer_single .flex_column .r-bransjer-inner img {
    height: 220px;
  }
  #top.single-product #av_section_bransjer_single .r-bransjer-title {
    font-size: 18px;
    padding: 20px 0;
  }
  #top.single-product #av_section_bransjer_single .avia-button-wrap {
    margin-top: 45px;
  }
  #top.request-a-quote .main-title {
    font-size: 36px;
    padding-bottom: 15px;
    line-height: 44px;
  }
}
@media (min-width: 990px) {
  #top div.woocommerce-message a.button {
    min-width: 250px !important;
  }
  #top:not(.single-product) .template-shop .products,
  #top.single-product .related.products .products {
    width: calc(100% + 30px);
    margin: 0 -15px -30px;
  }
  .responsive #top.single-product #main .related.products .product,
  .responsive #top:not(.single-product) #main .template-shop .product {
    width: calc(25% - 34px);
    margin: 0 15px 30px;
  }
  #shop_page_top_section .top-intro {
    margin: 0 auto 70px;
    font-size: 17px;
    line-height: 24px;
  }
  #shop_page_top_section .top-intro h2 {
    font-size: 45px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    text-transform: unset;
  }
  #shop_page_top_section .top-intro h2::after {
    height: 6px;
  }
  #shop_page_top_section .shop-filter-area-outer .category-area {
    width: 25%;
    text-align: left;
  }
  #shop_page_top_section .shop-filter-area-outer .category-area #cat_list {
    top: 51px;
    left: 0;
    transform: unset;
  }
  #shop_page_top_section .shop-filter-area-outer .filter-area {
    width: 50%;
    margin-top: 0;
    max-width: 360px;
  }
  #shop_page_top_section .shop-filter-area-outer .filter-area .filter-text {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0 25px 0 35px;
  }
  #shop_page_top_section .shop-filter-area-outer .filter-area .filter-text::before {
    font-size: 25px;
  }
  #shop_page_top_section .shop-filter-area-outer .search-form-area {
    width: 25%;
  }
  #shop_page_top_section .shop-post-found {
    display: block;
  }
  #shop_page_top_section .shop-post-found .product-found {
    font-size: 18px;
    padding: 0 30px;
  }
  #shop_page_top_section .shop-post-found .product-found::before {
    top: 50%;
  }
  #top #shop_page_top_section .content {
    padding-bottom: 50px;
  }
  #top #shop_page_top_section #cat_button {
    height: 50px;
    line-height: 50px;
    width: auto;
  }
  #top #shop_page_top_section #cat_button .all_product_heading,
  #top #shop_page_top_section #cat_button #product_counter {
    display: none;
  }
  #top #shop_page_top_section .filter-area .woocommerce-ordering::before {
    font-size: 25px;
    left: calc(50% - 60px);
  }
  #top #shop_page_top_section .filter-area .orderby {
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 50px;
    font-size: 18px;
  }
  #top #shop_page_top_section .filter-area .sort_by_filter .sort_main_filter {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  #top #shop_page_top_section .filter-area .sort_by_filter .sort_main_filter::before {
    font-size: 24px;
  }
  #top #shop_page_top_section .filter-area .sort_by_filter .sort-inner-area {
    right: unset;
    max-width: 170px;
  }
  #top #shop_page_top_section .filter-area .sort_by_filter .sort-inner-area li {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
  #top #shop_page_top_section .filter-area .sort_by_filter .sort-inner-area.active-filter-dropdown {
    height: 156px;
  }
  #top #shop_page_top_section .category_couter_wrapper #category_filter_dropdowng {
    top: -50px;
    padding: 35px 25px 30px;
  }
  #top #shop_page_top_section .search-form-area {
    text-align: right;
  }
  #top #shop_page_top_section #category_filter_dropdowng .berocket_single_filter_widget {
    width: 33%;
    display: inline-block;
    vertical-align: top;
  }
  #top #shop_page_top_section #category_filter_dropdowng .berocket_single_filter_widget:not(:last-child) {
    margin-bottom: 0;
  }
  #top.tax-product_cat .alm-listing,
  #top.post-type-archive-product .alm-listing {
    margin: 50px 0 -30px;
  }
  #top.tax-product_cat .alm-listing .products,
  #top.post-type-archive-product .alm-listing .products {
    margin: 0 -15px;
  }
  #top.tax-product_cat .shop-bottom-wrapper,
  #top.post-type-archive-product .shop-bottom-wrapper {
    display: inline-block;
    max-width: 100%;
    width: 50%;
    position: unset;
    margin: 0 23px;
    height: 60px;
    line-height: 60px;
  }
  #top.tax-product_cat .shop-bottom-wrapper .woocommerce-result-count,
  #top.post-type-archive-product .shop-bottom-wrapper .woocommerce-result-count {
    font-size: 16px;
    max-width: 360px;
  }
  #top.tax-product_cat .shop-bottom-wrapper .progress-bar-main,
  #top.post-type-archive-product .shop-bottom-wrapper .progress-bar-main {
    width: calc(100% - 120px);
  }
  #top.tax-product_cat .skg_loadmore,
  #top.post-type-archive-product .skg_loadmore {
    height: 60px;
    line-height: 60px;
    max-width: 300px;
    width: 50%;
    /* text-align: right;*/
    margin: 0 26px 0;
  }
  .single-product div.product .woocommerce-product-gallery .flex-viewport {
    width: calc(100% - 160px);
  }
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    width: 130px;
  }
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-arrow,
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-list {
    display: block !important;
  }
  .single-product .single-product-summary .product_title {
    font-size: 36px;
    margin-bottom: 30px;
    text-align: left;
  }
  .single-product .single-product-summary .product_title::after {
    height: 6px;
    left: 0;
    transform: unset;
  }
  .single-product .single-product-summary .woocommerce-product-details__short-description {
    font-size: 17px;
    line-height: 24px;
    text-align: left;
  }
  .single-product .single-product-summary .button-variable-item span {
    font-size: 16px;
  }
  .single-product .single-product-summary .single_variation_wrap {
    margin: 75px 0 40px;
    text-align: left;
  }
  #top.single-product .product .custom-group-badges {
    text-align: left;
    padding: 13px 20px 10px 25px;
    width: calc(100% - 160px);
    left: 160px;
  }
  #top.single-product .single-product-summary .custom_product_qty {
    margin: 25px 0;
    text-align: left;
    font-size: 14px;
  }
  #top.single-product .single-product-summary .field-order-note label {
    font-size: 22px;
    margin-top: 70px;
    margin-bottom: 30px;
    font-weight: 400;
  }
  #top.single-product .single-product-summary .field-order-note textarea {
    height: 140px;
  }
  #top.single-product .single-product-summary .added_quote_pro {
    margin: 0 0 20px;
  }
  #top.single-product .single-product-summary .added_quote_pro a,
  #top.single-product .single-product-summary .added_quote_pro #close_inquiry_btn {
    height: 60px;
    line-height: 60px;
  }
  #top.single-product .single-product-summary .product-details-btn {
    font-size: 17px;
    padding: 8px 35px 8px 56px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  #top.single-product .single-product-summary .woocommerce-variation-availability p {
    font-size: 16px;
  }
  #top.single-product .single-product-summary .reset_variations {
    font-size: 16px;
    text-align: left;
  }
  #top.single-product #single_motta_section .content {
    padding: 70px 0;
  }
  #top.single-product #single_motta_section .content .av-special-heading-tag {
    padding-bottom: 10px;
    font-size: 48px;
    line-height: 60px;
  }
  #top.single-product #single_motta_section .content .avia-button {
    margin-top: 50px;
    height: 60px;
    line-height: 60px;
  }
  #top.single-product #av_section_inspirasjon_single .av-special-heading-tag,
  #top.single-product #av_section_bransjer_single .av-special-heading-tag {
    font-size: 24px;
  }
  #top.single-product #av_section_inspirasjon_single .slide-entry-wrap {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  #top.single-product #av_section_inspirasjon_single .slide-entry-wrap .slide-entry {
    margin: 0 15px;
  }
  #top.single-product #av_section_inspirasjon_single .slide-image {
    width: 100%;
  }
  #top.single-product #av_section_bransjer_single .av-special-heading {
    margin: 0 0 70px !important;
  }
  #top.single-product #av_section_bransjer_single .entry-content-wrapper {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  #top.single-product #av_section_bransjer_single .flex_column {
    width: calc(25% - 30px);
    margin: 0 15px;
  }
  #top.single-product #av_section_bransjer_single .flex_column .r-bransjer-inner img {
    height: 160px;
  }
  #top.single-product #av_section_bransjer_single .r-bransjer-title {
    font-size: 20px;
  }
  #top.single-product #av_section_bransjer_single .avia-button-wrap {
    margin-top: 70px;
  }
  #top .woo-variation-items-wrapper .label {
    font-size: 22px;
    margin-top: 70px;
    margin-bottom: 30px;
    font-weight: 400;
  }
  #top.single-product.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    padding: 35px;
    margin: 0 21px 25px 4px;
  }
  .custom-product-details .inner-single-info:not(:last-child) {
    margin-bottom: 20px;
  }
  .custom-product-details .single-accordion-heading {
    padding: 15px 20px;
    font-size: 18px;
    width: auto;
    min-width: 100%;
  }
  .custom-product-details .content-box {
    font-size: 17px;
    line-height: 24px;
    margin-top: 35px;
  }
  .custom-product-details .content-box strong {
    font-size: 17px;
  }
  #top.request-a-quote .main-title {
    top: 100px;
    font-size: 45px;
    padding-bottom: 20px;
    line-height: 60px;
  }
  #top.request-a-quote .main-title::after {
    height: 6px;
  }
  #top.request-a-quote .template-page {
    padding: 220px 0 100px;
  }
  #top.request-a-quote .woocommerce-cart-form .woocommerce-cart-form__contents {
    margin-bottom: 50px;
  }
  #top.request-a-quote .woocommerce-cart-form thead th {
    padding: 15px 20px;
    font-size: 16px;
  }
  #top.request-a-quote .woocommerce-cart-form tbody td {
    padding: 20px;
    font-size: 16px;
  }
  #top.request-a-quote .woocommerce-cart-form tbody .product-remove {
    width: 60px;
    padding: 10px;
  }
  #top.request-a-quote .woocommerce-cart-form tbody .product-remove .remove::after {
    font-size: 16px;
  }
  #top.request-a-quote .woocommerce-cart-form tbody .product-name a {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #top.request-a-quote .woocommerce-cart-form tbody .variation dt {
    font-size: 16px;
    margin: 0 10px 0 0;
  }
  #top.request-a-quote .woocommerce-cart-form tbody .variation dd {
    font-size: 14px;
  }
  #top.request-a-quote .woocommerce-cart-form tbody div.quantity {
    min-width: 140px;
  }
  #top.request-a-quote .woocommerce-cart-form tbody div.quantity input {
    height: 45px;
    width: 45px;
    font-size: 16px;
  }
  #top.request-a-quote .woocommerce-cart-form tbody div.quantity input.minus,
  #top.request-a-quote .woocommerce-cart-form tbody div.quantity input.plus {
    font-size: 18px;
  }
  #top.request-a-quote .af_quote_form label {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #top.request-a-quote .af_quote_form .button {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  #top:not(.single-product) .template-shop .products,
  #top.single-product .related.products .products {
    width: calc(100% + 50px);
    margin: 0 -25px -50px;
  }
  .responsive #top.single-product #main .related.products .product,
  .responsive #top:not(.single-product) #main .template-shop .product {
    width: calc(25% - 54px);
    margin: 0 25px 50px;
  }
  #top.tax-product_cat .alm-listing,
  #top.post-type-archive-product .alm-listing {
    margin: 50px 0 -50px;
  }
  #top.tax-product_cat .alm-listing .products,
  #top.post-type-archive-product .alm-listing .products {
    margin: 0 -25px;
  }
  .single-product .single-product-main-image {
    width: 100%;
  }
  .single-product .single-product-summary .product_title {
    font-size: 44px;
  }
  #top.single-product .product {
    display: flex;
  }
  #top.single-product .product .custom-image-outer-wrapper,
  #top.single-product .product .single-product-summary {
    display: inline-block;
  }
  #top.single-product .product .custom-image-outer-wrapper {
    width: 46%;
  }
  #top.single-product .product .single-product-summary {
    width: 54%;
    margin: 0;
    padding-left: 100px;
  }
  #top.single-product .product .custom-group-badges {
    text-align: left;
    padding: 13px 0px;
    width: 100%;
    left: auto;
  }
  #top.single-product #av_section_inspirasjon_single .slide-entry-wrap {
    width: calc(100% + 50px);
    margin: 0 -25px;
  }
  #top.single-product #av_section_inspirasjon_single .slide-entry-wrap .slide-entry {
    margin: 0 25px;
  }
  #top.single-product #av_section_bransjer_single .entry-content-wrapper {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
  #top.single-product #av_section_bransjer_single .flex_column {
    width: calc(25% - 50px);
    margin: 0 25px;
  }
  #top.single-product #av_section_bransjer_single .flex_column .r-bransjer-inner img {
    height: 220px;
  }
  #top.single-product #av_section_bransjer_single .r-bransjer-title {
    font-size: 22px;
    padding: 25px 0;
  }
}
@media (min-width: 1640px) {
  .single-product .single-product-summary .product_title {
    font-size: 48px;
  }
  #top.single-product #av_section_bransjer_single .r-bransjer-title {
    font-size: 24px;
  }
}
#top.product_cat_med-logo .single-product-summary .quantity {
  display: none !important;
}
#top.product_uten_med-logo .single-product-summary .price {
  display: block;
}
#top .single-product-summary .price span {
  font-size: 24px;
  font-weight: 800;
}
#top .single-product-summary .custom_product_qty .min-qty {
  font-size: 16px;
}
#top .up-sells ul.products {
  display: flex;
}
#top .up-sells ul.products .product {
  height: auto;
}
#top.foresporsler .main-title.entry-title {
  display: none;
}
#top.foresporsler .main_color table, #top.foresporsler .main_color tbody, #top.foresporsler .main_color tr, #top.foresporsler .main_color td, #top.foresporsler .main_color th, #top.foresporsler .main_color thead {
  background: transparent;
  background-color: transparent;
  color: #333;
}
#top.foresporsler .tinv-wishlist,
#top.foresporsler .quote-contact-information {
  padding: 20px;
  box-sizing: border-box;
}
#top.foresporsler .tinv-wishlist h2,
#top.foresporsler .quote-contact-information h2 {
  font-size: 36px;
  font-weight: 900;
  color: #005f61;
  line-height: 1em;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
#top.foresporsler .tinv-wishlist {
  background-color: #f8f8f8;
}
#top.foresporsler .tinv-wishlist .product-name a {
  font-weight: 600;
}
#top.foresporsler .tinv-wishlist .wishlist_item:nth-child(even) {
  background: transparent !important;
  color: #333333 !important;
}
#top.foresporsler .tinv-wishlist .wishlist_item:nth-child(odd) {
  background: rgba(190, 198, 196, 0.15) !important;
  color: #333333 !important;
}
#top ul#shipping_method {
  margin-top: 0;
  margin-bottom: 0;
}
#top ul#shipping_method li {
  padding: 0;
}
#top ul#shipping_method li bdi {
  color: #333;
}
#top ul#shipping_method li .woocommerce-Price-currencySymbol {
  color: #333;
}
#top.handlekurv .main_color table,
#top.handlekurv .main_color tbody,
#top.handlekurv .main_color tr,
#top.handlekurv .main_color td,
#top.handlekurv .main_color th,
#top.handlekurv .main_color thead {
  background: transparent;
}
#top.handlekurv div a.remove {
  text-indent: unset;
  background-image: none;
  background-color: transparent;
  border-radius: unset;
  border-style: none;
  border-width: 0;
  display: inline-block;
}
#top.handlekurv div a.remove svg {
  display: block;
  height: 100%;
  width: 100%;
}
#top.handlekurv div a.remove:hover svg path {
  fill: rgb(51, 200.6, 151.8);
}
#top.handlekurv .shop_table thead th.product-remove,
#top.handlekurv .shop_table thead td.product-remove,
#top.handlekurv .shop_table tbody th.product-remove,
#top.handlekurv .shop_table tbody td.product-remove {
  width: 25px;
  text-align: center;
}
#top.handlekurv .shop_table thead th.actions,
#top.handlekurv .shop_table thead td.actions,
#top.handlekurv .shop_table tbody th.actions,
#top.handlekurv .shop_table tbody td.actions {
  padding: 12px 0;
}
#top.handlekurv table,
#top.handlekurv tbody,
#top.handlekurv tr,
#top.handlekurv td,
#top.handlekurv th {
  border: 0px;
  background: transparent;
}
#top.handlekurv .woocommerce {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top.handlekurv .woocommerce .shop_table .cart_item:nth-child(even) {
  background: transparent !important;
  color: #ffffff !important;
}
#top.handlekurv .woocommerce .shop_table .cart_item:nth-child(odd) {
  background: rgba(190, 198, 196, 0.15) !important;
  color: #333 !important;
}
#top.handlekurv .woocommerce .shop_table th.product-quantity {
  text-align: center;
}
#top.handlekurv .woocommerce .shop_table .product-quantity .quantity {
  width: auto;
}
#top.handlekurv .woocommerce .shop_table .product-quantity .quantity input.minus,
#top.handlekurv .woocommerce .shop_table .product-quantity .quantity input.plus,
#top.handlekurv .woocommerce .shop_table .product-quantity .quantity input.qty {
  font-size: 16px;
  line-height: 26px;
  width: 26px;
  height: 26px;
}
#top.handlekurv .woocommerce .woocommerce-cart-form {
  width: 100%;
  background: #f8f8f8;
  padding: 20px;
}
@media (min-width: 990px) {
  #top.handlekurv .woocommerce .woocommerce-cart-form {
    width: 100%;
  }
}
#top.handlekurv .woocommerce .woocommerce-cart-form table,
#top.handlekurv .woocommerce .woocommerce-cart-form tbody,
#top.handlekurv .woocommerce .woocommerce-cart-form tr,
#top.handlekurv .woocommerce .woocommerce-cart-form td,
#top.handlekurv .woocommerce .woocommerce-cart-form th {
  color: #333;
}
#top.handlekurv .woocommerce .woocommerce-cart-form tr.cart_item {
  border-bottom: 0px solid white;
}
#top.handlekurv .woocommerce .woocommerce-cart-form tr.cart_item:last-of-type {
  border-bottom: 0px;
}
#top.handlekurv .woocommerce .woocommerce-cart-form .product-name {
  padding: 10px;
  border-left-width: 0px;
}
#top.handlekurv .woocommerce .woocommerce-cart-form .product-name a {
  font-weight: 600;
  color: #333;
}
#top.handlekurv .woocommerce .cart-collaterals {
  width: 100%;
  color: #333 !important;
}
@media (min-width: 990px) {
  #top.handlekurv .woocommerce .cart-collaterals {
    width: 100%;
  }
}
#top.handlekurv .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}
#top.handlekurv .woocommerce .cart-collaterals .cart_totals strong,
#top.handlekurv .woocommerce .cart-collaterals .cart_totals a {
  color: #333;
}
#top.handlekurv .woocommerce .cart-collaterals .cart_totals strong.checkout-button,
#top.handlekurv .woocommerce .cart-collaterals .cart_totals a.checkout-button {
  color: #fff;
}
#top.handlekurv .woocommerce .cart-collaterals .cart_totals .shop_table {
  background: transparent;
  padding: 20px;
}
#top.handlekurv .woocommerce .cart-collaterals .cart_totals .shop_table tr {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 990px) {
  #top.handlekurv .woocommerce .cart-collaterals .cart_totals .shop_table tr {
    display: table-row;
  }
}
#top.handlekurv .woocommerce .cart-collaterals .cart_totals .shop_table tr th {
  font-size: 14px;
  width: 100%;
  padding: 20px;
}
@media (min-width: 990px) {
  #top.handlekurv .woocommerce .cart-collaterals .cart_totals .shop_table tr th {
    width: auto;
    padding: 20px;
  }
}
#top.handlekurv .woocommerce .cart-collaterals .cart_totals .shop_table tr th td {
  padding: 20px !important;
}
@media (min-width: 990px) {
  #top.handlekurv .woocommerce .cart-collaterals .cart_totals .shop_table tr.shipping td, #top.handlekurv .woocommerce .cart-collaterals .cart_totals .shop_table tr.cart-subtotal td, #top.handlekurv .woocommerce .cart-collaterals .cart_totals .shop_table tr.tax-rate td {
    padding: 20px;
  }
}
#top.handlekurv .woocommerce .cart-collaterals .cart_totals .shop_table tr .woocommerce-shipping-calculator {
  margin-bottom: 0;
}
#top.handlekurv .woocommerce .cart-collaterals .cart_totals .shop_table tr.shipping {
  font-size: 16px;
  line-height: 1.4;
}
#top.handlekurv .woocommerce .cart-collaterals .cart_totals .shop_table tr.shipping label,
#top.handlekurv .woocommerce .cart-collaterals .cart_totals .shop_table tr.shipping span,
#top.handlekurv .woocommerce .cart-collaterals .cart_totals .shop_table tr.shipping bdi,
#top.handlekurv .woocommerce .cart-collaterals .cart_totals .shop_table tr.shipping a {
  font-size: inherit;
  line-height: 1.4;
}
#top.handlekurv .woocommerce .cart-collaterals .cart_totals .shop_table .order-total td {
  width: 100%;
  padding: 20px;
}
#top.handlekurv .woocommerce .cart-collaterals .cart_totals h2 {
  color: #333333 !important;
  font-weight: 600;
}
#top.handlekurv .woocommerce .cart-collaterals .cart_totals table,
#top.handlekurv .woocommerce .cart-collaterals .cart_totals tbody,
#top.handlekurv .woocommerce .cart-collaterals .cart_totals tr,
#top.handlekurv .woocommerce .cart-collaterals .cart_totals td,
#top.handlekurv .woocommerce .cart-collaterals .cart_totals th {
  color: #333 !important;
}
dialog.direct-inquiry-response .checkout-page-heading,
body.woocommerce-checkout .checkout-page-heading {
  font-weight: 800;
  font-size: 45px;
  margin-bottom: 2rem;
  position: relative;
  line-height: normal;
  text-align: left;
  text-transform: unset;
}
@media (max-width: 767px) {
  dialog.direct-inquiry-response .checkout-page-heading,
  body.woocommerce-checkout .checkout-page-heading {
    font-size: 2.25rem;
  }
}
dialog.direct-inquiry-response .checkout-page-subheading-list,
body.woocommerce-checkout .checkout-page-subheading-list {
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
  row-gap: 0.5rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 700;
  color: #00BB7D;
  list-style: disc;
}
dialog.direct-inquiry-response .checkout-page-subheading-list li,
body.woocommerce-checkout .checkout-page-subheading-list li {
  color: inherit;
}
@media (max-width: 767px) {
  dialog.direct-inquiry-response .checkout-page-subheading-list,
  body.woocommerce-checkout .checkout-page-subheading-list {
    flex-direction: column;
  }
}
dialog.direct-inquiry-response .woocommerce-billing-fields__field-wrapper,
dialog.direct-inquiry-response .woocommerce-shipping-fields__field-wrapper,
dialog.direct-inquiry-response .woocommerce-additional-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  column-gap: 0.75rem;
  margin-top: 1rem;
}
dialog.direct-inquiry-response .woocommerce-billing-fields__field-wrapper .form-row,
dialog.direct-inquiry-response .woocommerce-shipping-fields__field-wrapper .form-row,
dialog.direct-inquiry-response .woocommerce-additional-fields__field-wrapper .form-row,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row {
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
}
dialog.direct-inquiry-response .woocommerce-billing-fields__field-wrapper .form-row.form-row-first, dialog.direct-inquiry-response .woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
dialog.direct-inquiry-response .woocommerce-shipping-fields__field-wrapper .form-row.form-row-first,
dialog.direct-inquiry-response .woocommerce-shipping-fields__field-wrapper .form-row.form-row-last,
dialog.direct-inquiry-response .woocommerce-additional-fields__field-wrapper .form-row.form-row-first,
dialog.direct-inquiry-response .woocommerce-additional-fields__field-wrapper .form-row.form-row-last,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row.form-row-first,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row.form-row-first,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row.form-row-last,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row.form-row-first,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row.form-row-last {
  width: 50%;
  width: calc(50% - 0.375rem);
}
dialog.direct-inquiry-response .woocommerce-billing-fields__field-wrapper .form-row label,
dialog.direct-inquiry-response .woocommerce-shipping-fields__field-wrapper .form-row label,
dialog.direct-inquiry-response .woocommerce-additional-fields__field-wrapper .form-row label,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row label,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row label {
  font-size: 0.8125rem !important;
  line-height: 1.5;
  font-weight: 500 !important;
}
dialog.direct-inquiry-response .woocommerce-billing-fields__field-wrapper .form-row input,
dialog.direct-inquiry-response .woocommerce-billing-fields__field-wrapper .form-row textarea,
dialog.direct-inquiry-response .woocommerce-shipping-fields__field-wrapper .form-row input,
dialog.direct-inquiry-response .woocommerce-shipping-fields__field-wrapper .form-row textarea,
dialog.direct-inquiry-response .woocommerce-additional-fields__field-wrapper .form-row input,
dialog.direct-inquiry-response .woocommerce-additional-fields__field-wrapper .form-row textarea,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row input,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row textarea,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row input,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row textarea,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row input,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row textarea {
  border: 1px solid #373A36 !important;
  padding: 0.5rem 0.75rem !important;
  border-radius: 2px !important;
}
dialog.direct-inquiry-response .woocommerce-billing-fields__field-wrapper .form-row input::placeholder,
dialog.direct-inquiry-response .woocommerce-billing-fields__field-wrapper .form-row textarea::placeholder,
dialog.direct-inquiry-response .woocommerce-shipping-fields__field-wrapper .form-row input::placeholder,
dialog.direct-inquiry-response .woocommerce-shipping-fields__field-wrapper .form-row textarea::placeholder,
dialog.direct-inquiry-response .woocommerce-additional-fields__field-wrapper .form-row input::placeholder,
dialog.direct-inquiry-response .woocommerce-additional-fields__field-wrapper .form-row textarea::placeholder,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row input::placeholder,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row textarea::placeholder,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row input::placeholder,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row textarea::placeholder,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row input::placeholder,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row textarea::placeholder {
  font-style: italic;
}
dialog.direct-inquiry-response .woocommerce-billing-fields__field-wrapper .form-row.form-row-hidden,
dialog.direct-inquiry-response .woocommerce-shipping-fields__field-wrapper .form-row.form-row-hidden,
dialog.direct-inquiry-response .woocommerce-additional-fields__field-wrapper .form-row.form-row-hidden,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row.form-row-hidden,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row.form-row-hidden,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row.form-row-hidden {
  display: none !important;
}
dialog.direct-inquiry-response .woocommerce-checkout-review-order .woocommerce-checkout-payment,
body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
dialog.direct-inquiry-response .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row.place-order,
body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row.place-order {
  padding: 0 !important;
  margin: 0 !important;
}
dialog.direct-inquiry-response .woocommerce-checkout-review-order .woocommerce-checkout-payment button#place_order,
body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button#place_order {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  background-color: #f5610a;
  color: #fff;
  border: none;
  cursor: pointer;
}
dialog.direct-inquiry-response .woocommerce-checkout-review-order .woocommerce-checkout-payment button#place_order:hover,
body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button#place_order:hover {
  background-color: #009B6D;
  color: #fff;
}
dialog.direct-inquiry-response .woocommerce-terms-and-conditions-wrapper p,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 0.5em;
}
dialog.direct-inquiry-response .woocommerce-terms-and-conditions-wrapper a,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a {
  text-decoration: underline !important;
  color: inherit !important;
  font-weight: inherit !important;
}
form.woocommerce-checkout.micro {
  max-width: 39.0625rem;
  margin-inline: auto;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  form.woocommerce-checkout.micro {
    padding: 0;
  }
}
body.woocommerce-order-received .woocommerce-order {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
  font-size: 2.75rem;
  font-weight: 800;
  margin-bottom: 2.375rem;
  text-transform: none;
}
body.woocommerce-order-received .woocommerce-order p {
  font-size: 1rem;
  line-height: 1.5;
}
body.woocommerce-order-received .woocommerce-order p a {
  text-decoration: underline !important;
}
#top.single-post .wp-block-button__link {
  border-radius: 0;
  transition: all 0.3s;
  font-weight: 900;
  height: 50px;
  font-size: 18px;
  background-color: #00bb7e;
  color: white;
  min-width: 200px;
}
#top.single-post .wp-block-button__link:hover {
  background-color: rgb(51, 200.6, 151.8);
  text-decoration: none;
}
#top.single-post pre {
  display: block;
  width: calc(100% - 50px);
  white-space: pre-wrap;
  color: white;
  background-color: #005f61;
  background-image: none;
  padding: 25px;
  position: relative;
  overflow: visible;
  margin-bottom: 25px;
  font-size: 1em;
  /*     &:before{
           display: block;
           content: '';
           position: absolute;
           left: 0;
           top: 0;
           transform: translateX(-100%);
           width: 200%;
           height: 100%;
           background-color: $dark_green;
       }
       &:after{
           display: block;
           content: '';
           position: absolute;
           left: 0;
           top: 0;
           transform: translateX(50%);
           width: 200%;
           height: 100%;
           background-color: $dark_green;
       } */
}
#top.single-post pre strong {
  color: white !important;
  font-size: 1.5em;
  margin-bottom: 0px;
  display: block;
}
#top.single-post pre strong::after {
  content: "";
  background: #00bb7e;
  height: 4px;
  width: 70px;
  position: relative;
  display: block;
  margin: 20px 0 0 0;
}
#top .fullsize .template-blog .post .entry-content-wrapper > * {
  max-width: none;
}