/*
Theme Name: Triolab
Theme URI: -
Description: Triolab shop theme
Author: Symbiotisk
Author URI: http://symbiotisk.dk
Template: storefront
*/
.has-overskrift-graa-color {
  color: #53545a;
}

.has-tekst-graa-color {
  color: #6b6b6d;
}

.has-lys-graa-color {
  color: #ecf5fa;
}

.has-blaa-color {
  color: #3594cb;
}

.has-lys-blaa-color {
  color: #d7eaf5;
}

.has-mouseover-lys-blaa-color {
  color: #72b4db;
}

.has-mouseover-moerk-blaa-color {
  color: #1b455a;
}

.has-orange-color {
  color: #eaa900;
}

.has-groen-color {
  color: #58a248;
}

.has-sort-color {
  color: #000;
}

.has-hvid-color {
  color: #fff;
}

.has-overskrift-graa-background-color {
  background-color: #53545a;
}

.has-tekst-graa-background-color {
  background-color: #6b6b6d;
}

.has-lys-graa-background-color {
  background-color: #ecf5fa;
}

.has-blaa-background-color {
  background-color: #3594cb;
}

.has-lys-blaa-background-color {
  background-color: #d7eaf5;
}

.has-mouseover-lys-blaa-background-color {
  background-color: #72b4db;
}

.has-mouseover-moerk-blaa-background-color {
  background-color: #1b455a;
}

.has-orange-background-color {
  background-color: #eaa900;
}

.has-groen-background-color {
  background-color: #58a248;
}

.has-sort-background-color {
  background-color: #000;
}

.has-hvid-background-color {
  background-color: #fff;
}

body p {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  body p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .entry-content {
    font-size: 13px !important;
  }
}

.page-description {
  font-size: 18px !important;
}
@media screen and (max-width: 767px) {
  .page-description {
    font-size: 13px !important;
  }
}

.col-full {
  max-width: 1200px;
}

.site-header {
  border-bottom: none;
}

.main-navigation.toggled .handheld-navigation {
  overflow: visible;
}
.main-navigation.toggled .menu > ul:not(.nav-menu) {
  overflow: visible;
}
.main-navigation.toggled ul[aria-expanded=true] {
  overflow: visible;
}

.main-navigation ul.menu > li > a {
  padding: 16px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
}
.main-navigation ul.menu > li > a:hover {
  background: rgba(53, 148, 203, 0.3);
  color: #3594cb;
}
.main-navigation ul.nav-menu > li > a {
  padding: 16px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
}
.main-navigation ul.nav-menu > li > a:hover {
  background: rgba(53, 148, 203, 0.3);
  color: #3594cb;
}

.site-header-cart .cart-contents {
  padding: 16px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
}

.wp-block-button__link {
  text-transform: uppercase;
}

.icon-circular {
  text-align: center;
}
.icon-circular h3 {
  border-radius: 50%;
  width: 124px;
  height: 124px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
}

.site-info:after {
  content: "";
  background: #5D92C5;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  left: -9px;
  top: 2px;
}
.site-info a {
  display: none;
}
.site-info br {
  display: none;
}
.site-info span {
  display: none;
}

.customize-unpreviewable, html .woocommerce-tabs .panel h2:first-of-type {
  display: none;
}

footer#colophon i {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 3px;
}
footer#colophon a {
  text-decoration: none;
}
footer#colophon a:hover {
  color: #1b455a;
}
footer#colophon h4 {
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #86bfe0;
}

.home .wp-block-cover a {
  color: #fff;
}
.home .wp-block-button {
  margin-bottom: 1rem !important;
}

.justify-stretch {
  clear: both;
}
.justify-stretch h3 {
  margin-top: 20px;
}

.wp-block-columns.justify-stretch .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.login-cta {
  max-width: 600px;
  padding: 4rem !important;
  margin: 0 auto;
}

h1 {
  font-size: 48px;
  font-weight: 500;
}

h3 {
  font-size: 24px;
  color: #53545a;
  font-weight: 500;
}

h2 {
  font-weight: 500;
}

h4 {
  font-weight: 500;
}

.page-id-173 .entry-header {
  display: none;
}

body * {
  font-family: "franklin-gothic-urw";
}
body:not(.logged-in) .logged-in {
  display: none;
}

.hentry .entry-content .wp-block-button .wp-block-button__link {
  font-weight: 500;
}

.editor-styles-wrapper .wp-block-button .wp-block-button__link {
  font-weight: 500;
}

.is-style-outline a {
  border-width: 1px !important;
}

p.phone {
  margin-bottom: 10px;
}

.footer-widgets {
  border-bottom: none;
}

.widget {
  margin-bottom: 1rem;
}
.widget ul ul {
  margin-left: 0;
}

.widget-area h3 {
  font-size: 18px;
}
.widget-area .widget a {
  font-weight: 400 !important;
}

body.logged-in .logged-out {
  display: none;
}

.gform_confirmation_message {
  background: #58a248;
  color: #fff;
  padding: 2rem;
}
.gform_confirmation_message a {
  color: #fff;
  text-decoration: underline;
}

.wc-block-product-categories-list-item a {
  font-size: 18px;
  color: #6b6b6d;
  display: block;
  transition: all 0.1s linear;
  border-top: 1px solid #d7eaf5;
  padding: 11px;
  text-decoration: none !important;
}
.wc-block-product-categories-list-item a:hover {
  background: #d7eaf5;
}
.wc-block-product-categories-list-item span:not(.wc-block-product-categories-list-item__name) {
  display: none;
}
.wc-block-product-categories-list-item .wc-block-product-categories-list-item {
  padding-right: 0;
}
.wc-block-product-categories-list-item .wc-block-product-categories-list-item a {
  font-size: 16px;
  padding: 11px 11px 11px 22px;
  display: block;
}

.storefront-sorting form {
  display: none;
}

.dataTables_info {
  display: none;
}

.order-again + .order-again {
  display: none;
}

.woocommerce-MyAccount-content h2 {
  font-weight: 500;
}

.product-category {
  background: #d7eaf5;
  text-transform: uppercase;
}
.product-category h2 {
  font-size: 18px !important;
  font-weight: 500 !important;
}
.product-category .count {
  display: none;
}

@media screen and (min-width: 768px) {
  .storefront-primary-navigation {
    background: #ecf5fa;
  }
  .site-header .site-branding img {
    max-width: 265px;
  }
}
@media screen and (max-width: 767px) {
  .site-branding {
    margin-top: 8px;
  }
  .menu {
    background: #ecf5fa;
    position: relative;
    z-index: 50;
  }
  .menu:before {
    content: "";
    width: calc(100vw + 160px);
    height: 100%;
    display: block;
    background: #ecf5fa;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10;
    left: -80px;
    right: -80px;
  }
}
@media screen and (max-width: 1023px) {
  .wp-block-columns.justify-stretch .wp-block-column {
    min-width: 100%;
    padding: 0 !important;
  }
}
.woocommerce-privacy-policy-link {
  text-transform: lowercase;
}

.wc-block-grid__product-onsale, .onsale {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper {
    overflow: auto;
  }
  .dataTables_wrapper th, .dataTables_wrapper td {
    display: table-cell !important;
  }
}

#ptholder table.product-table.dataTable tbody th,
#ptholder table.product-table.dataTable tbody td {
  white-space: normal;
}
#ptholder table.product-table.dataTable tbody th span,
#ptholder table.product-table.dataTable tbody td span {
  display: inline-block;
  max-width: 300px;
}

.wc-block-product-search .wc-block-product-search__field {
  max-width: calc(100% - 40px);
}

@media screen and (min-width: 768px) {
  ul.products.columns-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3rem;
  }
  ul.products.columns-3 li {
    float: none;
    width: 100% !important;
    margin-right: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  ul.products.columns-3 li a.button, ul.products.columns-3 li a.added_to_cart {
    display: inline-block;
    margin: 0 auto;
  }
  ul.products.columns-3 li a.button + a.added_to_cart, ul.products.columns-3 li a.added_to_cart + a.added_to_cart {
    margin-top: 2rem;
  }
  ul.products.columns-3:before, ul.products.columns-3:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body, body p {
    font-size: 14px;
  }
}
body, body p {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content {
    width: 73.9130434783%;
    float: left;
    margin-left: 4.347826087%;
    margin-right: 0;
  }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-navigation {
    width: 21.7391304348%;
    float: left;
    margin-right: 0;
  }
}
input[readonly] {
  pointer-events: none;
  background: none;
  border: none;
  box-shadow: none;
  padding-left: 0;
}
