/*
 Theme Name:   Storefront Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Storefront Child Theme
 Author:       Sandra Johansson
 Author URI:   https://www.bizkit.nu
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  storefrontchild
*/

:root {
  --white: #ffffff;
  --lightGrey: #efefef;
  --mediumGrey: #979797;
  --darkGrey: #4b4b4b;
  --lightOrange: #f4a257;
  --darkOrange: #ea8e2e;
  --purple: #7f3c55;
  --lightBlue: #366977;
  --darkBlue: #213b53;
  --titleFont: "Raleway", sans-serif;
  --textFont: "Lato", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.content-area,
.site-main,
.hentry {
  margin-bottom: 0px;
}

h1 {
  font-family: var(--titleFont) !important;
  text-align: center;
  color: var(--darkGrey);
  font-size: 40px;
  padding-bottom: 40px;
  font-weight: 300 !important;
}
h2 {
  font-family: var(--titleFont) !important;
  color: var(--darkGrey);
  font-size: 40px;
  padding-bottom: 40px;
  font-weight: 300;
}

h3 {
  font-family: var(--titleFont) !important;
  color: var(--darkGrey);
  font-size: 26px;
  line-height: 30px;
  font-weight: 500 !important;
  padding-bottom: 10px !important;
}

h4 {
  font-family: var(--textFont) !important;
  color: var(--darkGrey);
  font-size: 24px;
  font-weight: 500 !important;
}

body {
	font-size: 18px; 
}

p,
li {
  font-size: inherit;
  line-height: 1.618;
  font-family: var(--textFont);
}

a {
  color: var(--darkOrange);
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #ea8e2e;
}

.image-fullwidth .elementor-widget-wrap.elementor-element-populated {
  padding: 0px !important;
}

.elementor-widget-toggle {
  padding: 0px 80px;
}

/* The primary button styles */
input[type="submit"],
.button-primary,
.elementor-post__read-more,
.elementor-button,
.button,
.button.alt,
.read-more-button {
  background-color: var(--darkOrange);
  border: none;
  border-radius: 50px !important;
  color: var(--white) !important;
  font-weight: 400 !important;
  padding: 15px 60px !important;
  text-decoration: none !important;
  font-size: 18px !important;
  font-family: var(--textFont) !important;
  line-height: normal;
}

input[type="submit"]:hover,
.button-primary:hover,
.elementor-post__read-more:hover,
.elementor-button:hover,
.button:hover,
.button.alt:hover {
  background: var(--lightOrange);
  color: #ffffff;
}

input[type="submit"]:focus,
.button-primary:focus,
.elementor-post__read-more:focus,
.elementor-button:focus,
.button:focus,
.button.alt:focus,
input[type="submit"]:focus-visible,
.button-primary:focus-visible,
.elementor-post__read-more:focus-visible .elementor-button:focus-visible,
.button:focus-visible .button.alt:focus-visible {
  outline: none;
}

.added_to_cart {
  background: none;
  border: none;
  color: var(--darkOrange);
  text-decoration: underline !important;
  font-family: var(--textFont) !important;
}

.added_to_cart:hover {
  background: none;
  border: none;
  color: var(--lightOrange);
}

.added_to_cart:focus,
.added_to_cart:focus-visible {
  outline: none !important;
}

.button.wc-forward::after {
  display: none !important;
}

.woocommerce-message {
  display: none !important;
}

/* HEADER STYLES */
.site-header {
  background-color: #f7f7f7;
  position: fixed;
  width: 100%;
  padding-top: 30px;
  border-bottom: 1px solid #f7f7f7;
}

.push-content {
  height: 115px;
}

.mobile-meny-column {
  height: 0 !important;
}

.site-logo {
  margin-top: -16px;
}

.dektop-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-right {
  margin-top: 18px !important;
}

.header-right .wp-container-12 {
  gap: 0;
}

.search-box {
  display: none;
  position: fixed;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  width: 100%;
  left: 0;
}

.menu-headermenu-container ul {
  text-align: center;
}

.menu-headermenu-container ul li {
  display: inline-block;
  padding-top: 30px;
}

.menu-headermenu-container ul li:before {
  display: none;
}

.menu-headermenu-container ul li a {
  font-family: var(--titleFont);
  color: var(--darkGrey);
  font-size: 20px;
  letter-spacing: 0.1px;
}

.menu-headermenu-container ul li a:hover,
.menu-headermenu-container ul li.current-menu-item a,
.active-link-kunskapsbanken a {
  color: var(--darkGrey) !important;
  text-decoration: underline;
  text-decoration-color: var(--lightOrange);
  text-decoration-thickness: 8px;
  text-underline-offset: 20px;
}

.menu-headermenu-container ul li a:focus {
  outline-color: transparent;
}

.site-header input.wp-block-search__input {
  border: 0;
  box-shadow: none;
  background: none;
  color: var(--darkGrey);
  font-size: 18px;
  letter-spacing: 0.1px;
  font-family: "Font Awesome 5 Pro", var(--textFont);
  padding: 8px 10px;
  text-align: center;
}

.site-header input.wp-block-search__input:focus {
  outline-color: var(--lightOrange);
}

.site-header form button,
.site-header label.wp-block-search__label {
  display: none !important;
}

.site-header .wp-block-columns {
  margin-bottom: 0px;
  /*height:46px;*/
}

.widget.woocommerce.widget_shopping_cart:hover::before {
  filter: opacity(0.9) drop-shadow(0 0 0 black);
}

.widget.woocommerce.widget_shopping_cart:before {
  content: "\f07a";
  font-family: "Font Awesome 5 Pro";
  font-size: 28px;
  cursor: pointer;
  color: var(--mediumGrey);
  font-weight: 600;
}

.widget_shopping_cart_content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid var(--lightGrey);
  width: 300px;
  margin-top: 22px;
}

.widget_shopping_cart_content a {
  color: var(--darkGrey);
  font-weight: 600;
}

.widget_shopping_cart_content a.remove::before {
  content: "\f00d";
  color: var(--darkGrey);
}

.widget_shopping_cart_content .button.wc-forward {
  background-color: var(--darkGrey) !important;
  color: var(--white);
}

.widget_shopping_cart_content .button.wc-forward:hover {
  color: var(--white);
}

.widget_shopping_cart_content .button.checkout.wc-forward {
  background-color: var(--darkOrange) !important;
  color: var(--white);
}

.woocommerce-mini-cart__empty-message {
  padding-top: 15px;
  padding-left: 15px;
}

.cart-counter {
  position: absolute;
  background: orange;
  color: #ffffff;
  font-weight: 600;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50px;
  margin-top: -10px;
  margin-left: 20px;
  font-size: 14px;
  padding-top: 1px;
  padding-left: 2px;
  z-index: 99;
}

.header-right img {
  height: 31px;
  width: auto;
  margin-top: 6px;
  cursor: pointer;
}

.header-right i {
  font-size: 28px;
}

.header-right i.search-icon-button {
  color: var(--mediumGrey);
  margin-top: 10px;
}

.header-right i.search-icon-button:hover {
  color: #8b8b8b;
  cursor: pointer;
}

.header-right .wp-block-columns {
  display: flex;
}

.login-icon-button:hover {
  filter: opacity(0.9) drop-shadow(0 0 0 black);
}

.login-dropdown {
  display: none;
  position: absolute;
  background: #ffffff;
  border: 1px solid var(--lightGrey);
  margin-top: 14px;
  width: 160px;
}

.login-dropdown p {
  font-size: 18px;
  margin: 0px;
}

.login-dropdown a {
  color: var(--darkGrey);
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: block;
  padding: 10px;
  width: 100%;
  font-weight: 600;
}

.login-dropdown br {
  display: none;
}

.login-dropdown a:hover {
  color: var(--darkOrange);
}

/* MOBILE MENU STYLES 
.mobile-menu,
.wp-container-3.mobile-menu-content {
  display: none;
}

.mobile-menu-icon {
  font-size: 28px;
  text-align: right;
  padding-top: 5px;
  color: var(--mediumGrey);
}

.mobile-menu .wp-container-1 {
  display: none;
}

body .is-layout-flex .mobile-menu-content {
  display: none;
}

.mobile-menu-content {
  display: none;
  background-color: var(--white);
  background-color: var(--white);
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh !important;
  padding: 42px;
  width: 100%;
  z-index: 999;
}

.mobile-menu-content ul li {
  display: block;
  padding-left: 0px;
}

.mobile-menu-icon-close {
  font-size: 28px;
  text-align: right;
  padding-top: 5px;
}*/

/* PREFOOTER STYLES */
.prefooter {
  background-color: var(--mediumGrey);
  padding: 60px 20px;
}

.prefooter h3 {
  font-family: var(--textFont) !important;
  text-align: center;
  color: var(--white);
  font-size: 26px;
  padding-bottom: 40px;
  font-weight: 300 !important;
}

.login-container {
  margin-bottom: 40px;
}

.login-links {
  display: flex;
  justify-content: center;
}

.login-link-item {
  text-align: center;
  padding: 0px 30px;
  color: #ffffff;
}

.login-link-item:hover .login-link-item-content {
  background: var(--lightGrey);
}

.login-link-item:focus {
  outline: none;
}

.login-link-item-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login-link-item-content {
  background: var(--white);
  padding: 33px 30px;
  border-radius: 60px;
  margin-bottom: 10px;
}

.login-link-item img {
}

.newsletter-signup {
  text-align: center;
}

.newsletter-signup input[type="text"] {
  background: var(--white);
  border: none;
  border-radius: 50px;
  color: var(--darkGrey);
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 10px 50px;
  font-size: 14px;
  font-style: italic;
}

.newsletter-signup input[type="text"]:focus {
  outline: none;
}

/* FOOTER STYLES */
.site-footer {
  background-color: var(--white);
  border-top: 1px solid var(--lightGrey);
}

.site-footer a {
  text-decoration: none;
}

.site-footer a:hover {
  border-bottom: 1px solid var(--lightOrange);
}

.site-footer .widgettitle {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding: 0 0 0.5em;
  font-size: 20px;
}

.site-footer .widget {
  margin: 0px;
}

.footer-widgets .wp-block-columns {
  margin-bottom: 0.75em;
}

.site-footer h2 {
  font-weight: 700 !important;
  color: var(--darkGrey) !important;
  letter-spacing: 0.1px !important;
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

.site-footer .widget_nav_menu ul li {
  display: inline-block;
  padding-left: 0px;
  display: block;
  padding-top: 0px;
}

.site-footer .widget_nav_menu ul li:before {
  display: none;
}

.site-footer .widget_nav_menu ul li a {
  font-family: var(--titleFont);
  letter-spacing: 0.1px;
  text-decoration: none;
  font-size: 18px;
  color: var(--darkGrey) !important;
}

.site-footer .widget_nav_menu ul li a:hover,
.site-footer .widget_nav_menu ul li.current-menu-item a {
  color: var(--darkGrey) !important;
  border-bottom: 1px solid var(--lightOrange);
}

.site-footer .widget_nav_menu ul li a:focus {
  outline-color: transparent;
}

.site-footer p {
  color: var(--darkGrey) !important;
  font-family: var(--titleFont);
  font-size: 18px;
  letter-spacing: 0.1px;
}

.footer-bottom p {
  color: var(--darkBlue) !important;
  font-family: var(--titleFont);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
}

.footer-contact a {
  color: var(--lightOrange) !important;
}

.footer-contact a:hover {
  text-decoration: none;
}

.footer-social {
  float: left;
  padding-right: 10px;
  font-size: 38px;
  color: var(--darkGrey);
}

.footer-social p {
  font-weight: 600;
  font-size: 20px;
  margin: 0px;
}

.site-info,
.storefront-handheld-footer-bar {
  display: none;
}

/* NEWSLIST STYLES */
.wp-block-latest-posts li {
  display: flex;
  flex-direction: column;
  background-color: var(--lightGrey);
  font-size: 20px;
  border-radius: 50px;
}

.wp-block-latest-posts__featured-image {
  order: 1;
}

.wp-block-latest-posts__featured-image img {
  height: 183px;
  width: 100%;
  border-radius: 50px 50px 0px 0px;
}

a.wp-block-latest-posts__post-title {
  color: var(--darkGrey);
  text-decoration: none !important;
  font-weight: 600;
  order: 3;
  padding: 30px 30px 0px 30px;
}

.wp-block-latest-posts__post-date {
  order: 2;
  padding: 40px 30px 0px 30px;
  font-size: 20px !important;
  font-weight: 300;
}

.wp-block-latest-posts__post-excerpt {
  order: 4;
  padding: 20px 30px 60px 30px;
}

/* CUSTOM PRODUCTLIST STYLES */
.custom-productlist {
  padding: 30px;
}
.custom-productlist h2 {
	text-align: center; 
}

.custom-productlist-category {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--mediumGrey);
  cursor: pointer;
  display: flex;
  align-items: end;
}

.productlist-category-active {
  border-bottom: 0px;
}

.custom-productlist-category i {
  font-size: 38px;
  color: var(--darkGrey);
  margin-right: 20px;
}

.custom-productlist-category i:hover {
  color: var(--darkOrange);
}

.custom-productlist-category span {
  font-family: "Lato", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--darkGrey);
}

.custom-productlist-category-content {
  display: none;
}

.custom-productlist-product {
  display: flex;
  border-bottom: 1px solid var(--mediumGrey);
  padding: 30px 30px 30px 70px;
  flex-wrap: wrap;
}

.custom-productlist-product-left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: start;
}

.custom-productlist-product-right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.custom-productlist-product-under {
  display: none;
  padding: 20px 0px 0px 0px;
}

.custom-productlist-product-image {
  width: 40px;
  height: auto;
}

.custom-productlist-product-description {
  font-weight: 300;
}

.custom-productlist-product-title,
.custom-productlist-product-description-link,
.custom-productlist-product-price,
.custom-productlist-product-description {
  font-family: var(--textFont);
  font-size: 22px;
  color: var(--darkGrey);
}

.custom-productlist-product-title {
  font-weight: 400;
  color: var(--darkGrey);
  margin-left: 15px;
}

.product-description-active .custom-productlist-product-title {
  font-weight: 600;
}

.custom-productlist-product-description-link {
  font-weight: 300;
  color: var(--darkGrey);
  margin-left: 15px;
  cursor: pointer;
}

.custom-productlist-product-description-link:hover,
.product-description-active .custom-productlist-product-description-link {
  text-decoration: underline;
}

.custom-productlist-product-price {
  font-weight: 600;
  color: var(--darkOrange);
}

.custom-productlist-product-buy-button,
.custom-productlist-product-buy-button button {
  margin-left: 15px;
}

.custom-productlist-product-buy-button button:hover {
  background-color: var(--darkGrey) !important;
}

.custom-productlist-product-buy-button form,
.custom-productlist-product-buy-button-content {
  display: flex;
  align-items: center;
  margin: 0px;
}

.custom-productlist-product-buy-button-content .quantity {
  margin-right: 15px;
}

.custom-productlist-product-buy-button form input,
.custom-productlist-product-buy-button-content input {
  background: #ffffff;
  border: 1px solid var(--darkGrey);
  border-radius: 3px;
  font-family: var(--textFont);
  color: var(--darkGrey);
}

.custom-productlist-product-buy-button form input:focus,
.custom-productlist-product-buy-button-content input:focus {
  background: #ffffff;
  border: 1px solid var(--darkOrange);
}

/* SEARCH RESULT PAGE */
.search-result-page {
  padding-bottom: 60px;
}

.custom-productlist-product.search-result {
  padding: 30px 30px 30px 0px;
  position: relative;
}

/* STANDARD PRODUCT LIST */
ul.products li.product a:first-child {
  background: #ffffff;
  border: 2px solid var(--lightGrey);
  padding: 0px 50px;
  border-radius: 200px;
  height: 320px;
  width: 320px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

ul.products li.product a:first-child img {
  margin-top: 15px;
}

ul.products li.product a:first-child h2 {
  font-size: 18px;
  font-weight: 600 !important;
  color: var(--darkGrey);
  padding-bottom: 0px;
}

ul.products li.product a:first-child .price {
  font-size: 20px;
  font-weight: 600 !important;
  color: var(--darkOrange);
  margin-top: 15px;
}

ul.products li.product a.button {
  margin-top: 20px;
}

select.orderby {
  padding: 5px;
  border-color: var(--lightGrey);
}

/*a.added_to_cart.wc-forward {
    display: none;
}*/

/* LIGHTBOX STYLES */
#lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  display: none;
}

#lightbox.open {
  display: block;
  z-index: 999;
}

#lightbox_content {
  position: absolute;
  width: 90%;
  height: 100vh;
  background: #ffffff;
  left: 5%;
  top: 0;
  text-align: center;
  overflow: auto;
}

#lightbox_content iframe {
  height: 95%;
}

#close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

#close i {
  font-size: 30px;
}

/* KUNSKAPSBANKEN STYLES */
.kunskapsbank-inlagg-grid .elementor-container {
	gap: 20px; 
}
.kunskapsbank-inlagg-grid .elementor-container .elementor-widget-wrap {
	padding: 0px; 
	border-radius: 30px; 
	display: flex; 
	flex-direction: column;
	min-height: 100%;
}
.kunskapsbank-inlagg-grid .elementor-container .elementor-widget-wrap .elementor-widget-image img {
	height: 250px; 
	width: 100%;
	object-fit: cover;
	border-radius: 30px 30px 0px 0px;
}
.kunskapsbank-inlagg-grid .elementor-container .elementor-widget-wrap .elementor-widget-heading,
.kunskapsbank-inlagg-grid .elementor-container .elementor-widget-wrap .elementor-widget-text-editor,
.kunskapsbank-inlagg-grid .elementor-container .elementor-widget-wrap .elementor-widget-button {
	padding: 0px 20px; 
}
.kunskapsbank-inlagg-grid .elementor-container .elementor-widget-wrap .elementor-widget-heading {
	min-height: 48px; 
}
.kunskapsbank-inlagg-grid .elementor-container .elementor-widget-wrap .elementor-widget-text-editor {
	min-height: 200px; 
}
.kunskapsbank-inlagg-grid .elementor-container .elementor-widget-wrap .elementor-widget-button {
	padding-bottom: 30px;
	margin-top: auto; 
}
.kunskapsbank-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.kunskapsbank-category {
  width: 25%;
}

.post-container-header {
}

.post-container-header a:hover {
  text-decoration: underline;
}

.post-container h2 {
  padding-bottom: 10px;
  font-size: 35px;
	text-align: center; 
}

.post-container h4 {
  font-family: var(--textFont) !important;
  color: var(--darkGrey);
  font-size: 24px;
  font-weight: 500 !important;
}

.kunskapsbank-category h2 {
  text-align: left;
  margin: 0px;
  padding-bottom: 10px;
  font-family: var(--textFont) !important;
}

.kunskapsbank-category h2 a,
.kunskapsbank-category h2 {
  font-size: 20px;
  font-weight: 600 !important;
  color: var(--darkGrey) !important;
}

.kunskapsbank-category p {
  color: var(--darkGrey);
}

.kunskapsbank-category ul {
  list-style: none;
  margin: 0;
  padding-bottom: 30px;
}

.kunskapsbank-category ul li {
  padding-bottom: 15px;
  line-height: 22px;
}

.kunskapsbank-category a {
  color: var(--darkOrange) !important;
}

.kunskapsbank-category a:hover {
  border-bottom: 1px solid var(--lightOrange);
}

.kunskapsbank-category .button-primary {
  color: #ffffff !important;
  display: block;
  text-align: center;
  margin-top: 10px;
  padding: 15px !important;
  width: 90%;
}

.post-container {
  border-top: 1px solid var(--lightGrey);
  margin-bottom: 30px;
  padding: 30px 0px;
  background: #ffffff;
}

.post-container
  .elementor-section.elementor-section-boxed
  > .elementor-container {
  max-width: 1440px;
}

/*.post-container:nth-child(even) {
	background: #efefef9c;
}*/

.category-description {
  padding: 0px 80px 60px 80px;
}

/* STANDARD POST LIST STYLES */
.post-container-standard-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.post-container-standard-list-item {
  width: 33%;
  padding: 25px;
}
.post-container-standard-list-item-image {
  height: 300px;
  display: block;
}
.post-container-standard-list-item-image img {
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.post-container-standard-list-item h3 {
  padding-bottom: 0px !important;
}
.post-container-standard-list-item h3 a {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #4b4b4b;
  display: block;
  padding-top: 30px;
}
.post-container-standard-list-item-date {
  font-family: "Lato", Sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  color: #4b4b4b;
	padding-bottom: 10px;
}
.post-container-standard-list-item-text {
  font-family: "Lato", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  color: #4b4b4b;
  padding-top: 20px;
}
article.post.type-post.status-publish.format-standard {
  margin-bottom: 60px;
}

article .entry-header {
  text-align: center;
  border-bottom: none !important;
}

article .alpha.entry-title {
  padding-top: 30px;
}

article .alpha.entry-title a {
  color: var(--darkMedium) !important;
}

.hentry .entry-header {
  border-bottom: none !important;
}

article .posted-on,
article .post-author,
article .post-comments,
article .cat-links {
  font-weight: 400 !important;
  color: var(--mediumGrey) !important;
  font-family: var(--textFont);
  text-align: center;
}

article .posted-on a,
article .post-author a,
article .post-comments a,
article .cat-links a {
  color: var(--mediumGrey) !important;
  font-weight: 400 !important;
}

article .entry-taxonomy {
  border-top: none !important;
  border-bottom: 1px solid var(--mediumGrey);
  padding-bottom: 30px;
}

/* New widget minivarukorg */
.site-logo {
  margin-top: 0px;
}
.header-right i.search-icon-button {
  margin-top: 9px !important;
}
.is-layout-flow.wp-block-column.header-right {
  margin-right: 20px;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 0px;
}
h2.wc-block-mini-cart__title {
  font-size: 20px;
}
.wc-block-mini-cart__icon {
  height: 30px;
  width: auto;
  color: #979797;
}
.wc-block-mini-cart__button {
  padding-top: 0px !important;
}
.wc-block-mini-cart__badge {
  background: #ffa500;
  color: #fff;
  border: none;
}
.wc-block-mini-cart__badge {
  height: 23px;
  min-width: 23px;
}
.wc-block-mini-cart__button:hover:not([disabled]) {
  opacity: 1;
}
.wc-block-mini-cart__button:hover .wc-block-mini-cart__icon {
  color: #8b8b8b !important;
}
.wc-block-mini-cart__button:hover {
  background-color: transparent;
}
.wc-block-mini-cart__button:focus {
  outline-color: transparent;
}
.components-button.wc-block-components-button.wc-block-mini-cart__footer-checkout.contained {
  background-color: #ea8e2e;
  color: #fff;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 400;
}
.components-button.wc-block-components-button.wc-block-mini-cart__footer-cart.outlined {
  background-color: #4b4b4b;
  color: #fff;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 400;
}
/* End new widget minivarukorg */

@media only screen and (max-width: 1940px) {
  .widget_shopping_cart_content {
    right: 0;
  }
}

@media only screen and (max-width: 1440px) {
  .elementor-section {
    padding: 0px 20px !important;
  }

  .menu-headermenu-container ul li a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1200px) {
  .menu-headermenu-container ul li a {
    font-size: 16px;
  }

  .header-right i,
  .widget.woocommerce.widget_shopping_cart:before,
  .mobile-menu-icon {
    font-size: 24px;
  }

  .header-right img {
    height: 27px;
  }

  .site-footer .widgettitle {
    font-size: 18px;
  }

  .custom-productlist-product {
    display: block;
  }

  .custom-productlist-product-right {
    width: 100%;
    justify-content: space-between;
  }

  .custom-productlist-product-right.not-product {
    justify-content: end;
  }

  .custom-productlist-product-left {
    width: 100%;
  }

  .kunskapsbank-category {
    width: 50%;
  }

  #block-7,
  #block-20,
  #block-8,
  .woocommerce-breadcrumb,
  .footer-widgets {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .post-container-standard-list-item {
    width: 50%;
    padding: 25px;
  }
	.kunskapsbank-inlagg .elementor-container {
		padding: 0px 0px !important;
	}
	.kunskapsbank-inlagg-grid .elementor-column {
		width: 48% !important; 
	}
	.kunskapsbank-inlagg-grid .elementor-column img {
		width: 100%;
		height: auto; 
	}
}

@media only screen and (max-width: 1024px) {
  .elementor-widget-toggle {
    padding: 0px 30px;
  }
}

@media only screen and (max-width: 992px) {
  .site-logo {
    max-width: 50%;
  }

  .site-logo img {
    height: 45px;
    width: auto;
  }

  .mobile-menu {
    display: block;
  }

  .dektop-menu {
    display: none;
  }

  .header-right {
    margin-top: 0px !important;
    top: 34px;
    position: absolute;
    right: 80px;
  }

  .login-dropdown {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 78px;
  }

  .search-box {
    top: 92px;
  }

  .widget_shopping_cart_content a,
  .widget_shopping_cart_content p,
  .widget_shopping_cart_content span,
  .login-dropdown a {
    font-size: 14px;
  }

  .widget_shopping_cart_content {
    position: fixed;
    width: 100%;
    margin-top: 19px;
  }

  .widget_shopping_cart {
    padding-right: 15px;
  }

  .menu-headermenu-container ul li a:hover,
  .menu-headermenu-container ul li.current-menu-item a,
  .active-link-kunskapsbanken a {
    text-underline-offset: 8px;
  }
  .post-container-standard-list {
    display: block;
  }
  .post-container-standard-list-item {
    width: 100%;
    padding: 25px;
  }
}

@media only screen and (max-width: 768px) {
	.kunskapsbank-inlagg,
	.kunskapsbank-inlagg-grid {
		padding: 0px 0px !important; 
	}
	.kunskapsbank-inlagg-grid .elementor-column {
		width: 100% !important; 
	}
	.kunskapsbank-inlagg-grid .elementor-column img {
		width: 100%;
		height: auto; 
	}
  h1,
  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 18px;
  }

  h4,
  .post-container h4 {
    font-size: 16px;
  }

  p,
  li,
  .elementor-icon-list-item > .elementor-icon-list-text {
    font-size: 14px !important;
  }

  .post-container h2 {
    padding-bottom: 10px;
    font-size: 22px;
  }

  input[type="submit"],
  .button-primary,
  .elementor-post__read-more,
  .elementor-button,
  .button,
  .button.alt {
    /*font-size: 14px !important;
		padding: 15px 20px;*/
  }

  .header-right {
    top: 33px;
  }

  .login-dropdown {
    top: 89px;
  }

  .widget_shopping_cart_content {
    margin-top: 31px;
  }

  .mobile-menu-icon-close {
    margin-top: 5px;
  }

  .site-header input.wp-block-search__input {
    /*border: 1px solid var(--mediumGrey);*/
  }

  .site-header input.wp-block-search__input:focus {
    border: 1px solid var(--darkOrange);
  }

  .custom-productlist-category i {
    font-size: 20px;
    margin-right: 5px;
  }

  .custom-productlist-category span {
    font-size: 16px;
  }

  .custom-productlist-product-title,
  .custom-productlist-product-description-link,
  .custom-productlist-product-price,
  .custom-productlist-product-description,
  .custom-productlist-product-buy-button form input {
    font-size: 14px !important;
  }

  .custom-productlist-product {
    padding: 30px 30px 30px 30px;
  }

  .kunskapsbank-category {
    width: 100%;
  }

  .site-header .wp-block-columns {
    height: 46px;
  }

  .search-box {
    top: 103px;
  }
  .wc-block-mini-cart__button {
    padding-top: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .elementor-widget-toggle {
    padding: 0px 0px;
  }
}

@media only screen and (max-width: 568px) {
  .header-right {
    right: 60px;
  }

  .mobile-menu-icon-close {
    margin-right: -12px;
  }

  .login-link-item {
    padding: 0px 10px;
  }

  .login-link-item-content {
    padding: 23px 20px;
  }

  .login-link-item img {
    width: 40px;
  }

  .login-link-item p {
    font-size: 14px;
  }

  .custom-productlist-product-right {
    flex-wrap: wrap;
    margin-top: 15px;
  }

  .custom-productlist-product-buy-button button {
    width: 100%;
  }

  .custom-productlist-product-buy-button {
    margin-left: 0px;
    width: 100%;
    margin-top: 10px;
  }

  .custom-productlist-product-buy-button .button,
  .custom-productlist-product-buy-button .button.alt,
  .read-more-button {
    font-size: 14px !important;
  }

  .custom-productlist-product-right.not-product .read-more-button,
  .custom-productlist-product-right .ajax_add_to_cart {
    width: 100%;
    text-align: center;
  }

  .custom-productlist-product {
    padding: 30px 0px;
  }

  input[type="submit"],
  .button-primary,
  .elementor-post__read-more,
  .elementor-button,
  .button,
  .button.alt {
    padding: 15px 50px !important;
  }

  .post-container-header {
    flex-wrap: wrap;
  }

  .post-container-header h2 {
    width: 100%;
    order: 2;
  }

  .post-container-header a {
    width: 100%;
    order: 1;
    padding-bottom: 10px;
  }

  .category-description {
    padding: 0px 40px 60px 40px;
  }
}

@media only screen and (max-width: 420px) {
  ul.products li.product a:first-child {
    padding: 0px 50px;
    height: 295px;
    width: 295px;
  }
}

.elementor-section.elementor-section-boxed > .elementor-container,
.elementor-section.elementor-section-stretched > .elementor-container {
  max-width: 1440px;
}

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

.site-container {
  margin-bottom: 60px;
}

/* ARCHIVE NEWS GRID (matches Elementor front page) */
.news-start .elementor-posts-container.elementor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 50px;
}

.news-start .elementor-post {
  border-radius: 30px;
  background-color: var(--lightGrey);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.news-start .elementor-post__thumbnail__link {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.news-start .elementor-post__thumbnail {
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
}

.news-start .elementor-post__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-start .elementor-post__text {
  padding: 0 30px 30px 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.news-start .elementor-post__title {
  font-size: 22px !important;
  line-height: 26px !important;
  padding-bottom: 0 !important;
  margin-bottom: 15px;
}

.news-start .elementor-post__title a {
  color: var(--darkGrey);
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.news-start .elementor-post__excerpt {
  margin-bottom: 20px;
}

.news-start .elementor-post__excerpt p {
  color: var(--darkGrey);
  font-family: "Lato", sans-serif;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 0;
}

.news-start .elementor-post__read-more {
  margin-top: auto;
  display: inline-block;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .news-start .elementor-posts-container.elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .news-start .elementor-posts-container.elementor-grid {
    grid-template-columns: 1fr;
  }
}

#block-7,
#block-20,
#block-8,
.woocommerce-breadcrumb,
.footer-widgets {
  padding-left: 60px;
  padding-right: 60px;
}

.elementor-section.elementor-section-boxed > .elementor-container,
.elementor-section.elementor-section-stretched > .elementor-container,
.kunskapsbank-container,
.site-container {
  padding: 0px 60px;
}

@media (max-width: 1540px) {
  .elementor-section.elementor-section-boxed > .elementor-container,
  .elementor-section.elementor-section-stretched > .elementor-container,
  .kunskapsbank-container,
  .site-container {
    padding: 0px 60px;
  }
}

@media (max-width: 570px) {
  .elementor-section.elementor-section-boxed > .elementor-container,
  .elementor-section.elementor-section-stretched > .elementor-container,
  .kunskapsbank-container,
  .site-container {
    padding: 0px 5px;
  }

  .site-header {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/*@media (min-width: 768px) {

	.elementor-section.elementor-section-boxed > .elementor-container,
	.elementor-section.elementor-section-stretched > .elementor-container {
		max-width: 1440px;
	}

	.col-full {
		max-width: 1440px;
	}
}*/

/* Start page video */
.start-video .elementor-widget-container {
  width: 84.70588235294117em;
  margin: 0 auto;
}
/*Cart*/
.woocommerce-shipping-destination,
.woocommerce-shipping-calculator {
  display: none !important;
}

.woocommerce-account-fields {
  display: none;
}
.wc-block-components-notice-banner.is-success {
  display: none;
}
.wc-block-mini-cart__icon {
  height: 45px !important;
  width: auto !important;
}
.wc-block-mini-cart__button:hover:not([disabled]) {
  opacity: 1 !important;
}
.wc-block-mini-cart__button:hover .wc-block-mini-cart__icon {
  color: #8b8b8b !important;
}
h2.wc-block-mini-cart__title {
  font-size: 20px !important;
  justify-content: center !important;
}
.wc-block-components-notice-banner.is-info {
  background-color: #ea8e2e !important;
  border-color: #ea8e2e !important;
  color: #ffffff;
  border-radius: 0px;
  font-size: 16px;
}
.wc-block-components-notice-banner.is-info a {
  color: #ffffff;
}
.wc-block-components-notice-banner.is-info > svg {
  display: none;
}
/* Justeringar efter elementor updatering */
.header-columns,
.footer-columns {
  justify-content: space-between;
}
.header-right .wp-block-columns {
  align-items: normal;
  gap: 0px 19px;
}
.site-logo {
  margin-top: -18px !important;
}
.footer-columns {
  align-items: start !important;
}
.site-header input.wp-block-search__input {
  width: 100%;
}
.wc-block-mini-cart__empty-cart-wrapper {
  text-align: center;
}
@media only screen and (max-width: 782px) {
  .footer-columns,
  .footer-bottom {
    display: block !important;
  }
  .mobile-meny-column {
    align-items: start !important;
  }
  .mobile-meny-column div:first-child {
    flex-basis: 0;
    flex-grow: 1;
  }
  .site-logo {
    flex-basis: unset !important;
    margin-top: -10px !important;
  }
  .header-right .wp-block-columns {
    gap: 0px 10px !important;
  }
  .wc-block-mini-cart__button {
    padding: 0 !important;
  }
}

.wc-block-mini-cart__button {
  padding-left: 0 !important;
}
