/*
Theme Name: ReuseIT
Theme URI: https://reuseit.se
Author: JimDavis Labs
Author URI: https://www.jimdavislabs.se/
Version: 2023
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: reuseit
*/

:root {
  --main-color: #64b246;
  --light-green: #d3eccd;
  --light-gray: #fafafa;
  --dark-gray: #4f4f4f;
  --gray: #f5f5f7;
  --orange: #f6c53d;
  --orange-light: #f8c269;
}

body {
  font-size: 15px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 100%;
  margin: 0;
  font-weight: 400;
  color: #000;
  position: relative;
  overflow-x: hidden;
}

p {
  margin: 0 0 20px 0;
}

a {
  color: #000;
}

.woocommerce-miljohjalte-right {
  float: right;
  margin-right: 15px;
}

.no_product_img {
  float: left;
  padding: 30px;
  margin-right: 15px;
}

.woocommerce-miljohjalte {
  font-family: "Poppins", sans-serif;
  margin-left: 20px;
  font-weight: 800;
  color: #64b246 !important;
  font-size: 20px !important;
  margin: 0 auto;
}

.woocommerce-info-miljohjalte {
  background: rgb(100, 178, 70, 0.12);
  border-radius: 10px;
  padding: 10px 0;
  display: flex;
  text-decoration: none;
  margin: 10px;
}

.newsletter-no-product {
  clear: both;
  float: right;
}

.newsletter-no-product h2 {
  font-family: "Paytone One", sans-serif;
  line-height: 50px;
  font-weight: 400;
  font-size: 45px;
  margin: 0 0 30px 0;
}

.newsletter-no-product p {
  font-size: 18px;
  margin: 0;
}

.newsletter-no-product form p {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.newsletter-no-product form p a {
  font-weight: 600;
  color: var(--main-color);
}

.newsletter-no-product form p a:hover {
  text-decoration: none;
  color: var(--main-color);
}

.newsletter-no-product form {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.newsletter-no-product form input {
  border: none;
}

.newsletter-no-product form input[type="text"],
.newsletter-no-product form input[type="email"] {
  background: #fff;
  width: 100%;
  border: none;
  font-style: italic;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
  padding: 20px 30px;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--main-color);
}

.newsletter-no-product form input[type="submit"] {
  padding: 15px 80px;
  float: right;
  margin: 0px;
  color: var(--light-green);
  cursor: pointer;
  -webkit-appearance: none;
  opacity: 1;
  margin-left: 10px;
}

.newsletter-no-product form input[type="submit"]:hover {
  color: #fff;
}

.newsletter-no-product ::-webkit-input-placeholder {
  color: var(--main-color);
}

.newsletter-no-product :-ms-input-placeholder {
  color: var(--main-color);
}

.newsletter-no-product ::placeholder {
  color: var(--main-color);
}

.newsletter-no-product .mc-field-group {
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .no_product_img {
    display: none;
  }
  .woocommerce-miljohjalte-right {
    float: none !important;
    margin-right: none !important;
    margin: 15px;
  }
  .newsletter-no-product .mc-field-group {
    display: block !important;
  }
  .newsletter-no-product form input[type="submit"] {
    padding: 15px 80px;
    float: none !important;
    margin-top: 10px;
    color: var(--light-green);
    cursor: pointer;
    -webkit-appearance: none;
    opacity: 1;
    margin-left: none !important;
    width: 100%;
  }
  .mce_inline_error {
    width: 100%;
    text-align: center;
  }
}

*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.container-wide {
  width: 1400px;
  max-width: 100%;
  overflow: visible;
  margin: 0 auto;
  position: relative;
}

.container {
  width: 1287px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.container.header-container {
  overflow: unset;
}

.blog-container {
  width: 1198px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.blog-container h1 {
  font-size: 35px;
  line-height: 1.3;
}

.col-100 {
  width: 100%;
}

.col-80 {
  width: 80%;
  float: left;
}

.col-75 {
  width: 75%;
  float: left;
}

.col-70 {
  width: 70%;
  float: left;
}

.col-65 {
  width: 65%;
  float: left;
}

.col-60 {
  width: 60%;
  float: left;
}

.col-50 {
  width: 50%;
  float: left;
}

.col-40 {
  width: 40%;
  float: left;
}

.col-33 {
  width: 33.33%;
  float: left;
}

.col-30 {
  width: 30%;
  float: left;
}

.col-35 {
  width: 35%;
  float: left;
}

.col-25 {
  width: 25%;
  float: left;
}

.col-20 {
  width: 20%;
  float: left;
}

.col-15 {
  width: 15%;
  float: left;
}

.col-10 {
  width: 10%;
  float: left;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

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

.banner-inner {
  width: 100%;
  background-color: #fff;
  padding: 25px 0;
  z-index: 100;
  position: relative;
  overflow: visible;
  flex-direction: row;
  flex-wrap: nowrap;
  display: flex;
}

.banner-inner.fixed {
  position: fixed;
  top: 0;
}

.banner-inner-black {
  position: relative;
  z-index: 100;
  height: 44px;
  background: #000;
  color: #fff;
  width: 100%;
  padding-top: 11px;
}

.banner-inner-black p {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
  justify-content: center;
}

.banner-inner-black ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 24px;
}

.banner-inner-black ul li {
  display: inline;
  padding: 0 40px 0 25px;
  position: relative;
}

.banner-inner-black ul li::before {
  content: url("images/header_checkbox.svg");
  position: absolute;
  left: 0;
  top: -1px;
  width: 21px;
  height: 21px;
}

.banner-inner-black ul li:last-child {
  padding-right: 0;
}

.banner-inner-black p a {
  text-decoration: none;
  font-weight: 400;
  color: #fff;
}

.banner-inner-black p a:hover {
  text-decoration: underline;
}

.banner-inner-black p a.active {
  font-weight: 600;
}

.privat {
  margin-right: 10px;
}

.foretag {
  margin-left: 10px;
}

.logo {
  float: left;
}

.menu-container nav {
  float: left;
}

.menu-container nav ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 20px;
}

.menu-container nav ul li {
  display: inline-block;
  padding: 0;
  position: relative;
  line-height: 20px;
  font-weight: 500;
  font-size: 16px;
}

.menu-container nav ul li:last-child {
  padding-right: 0;
}

.menu-container nav ul li:first-child a {
  padding-left: 60px;
}

.menu-container nav ul li a {
  text-decoration: none;
  color: var(--dark-gray);
  padding: 14px 20px;
  display: block;
}

.menu-container nav ul li a:hover,
.menu-container nav ul li.hamburger.active a {
  text-decoration: none;
  background: var(--light-gray);
  border-radius: 30px;
}

.menu-container {
  padding: 10px 0 0 0;
  float: left;
  margin-left: 20px;
  position: relative;
  z-index: 110;
}

.header-icons {
  float: right;
}

.search-input {
  position: relative;
  float: left;
  margin: 5px 10px 0px 20px;
  height: 50px;
  width: 280px;
}

.search-input input {
  border: none;
  background: none;
  height: 50px;
  width: 100%;
  background-color: var(--light-gray);
  border-radius: 50px;
  padding: 10px 45px 10px 20px;
  /* background-image: url("images/search.svg"); */
  background-size: 27px 22px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  font-weight: 500;
  font-size: 15px;
  color: var(--dark-gray);
}

button.search-submit {
  position: absolute;
  top: 12px;
  right: 7px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

*:focus {
  outline: 0;
}

.account-icon {
  margin: 17px 10px 0 0px;
  float: left;
}

.cart-icon {
  margin: 15px 0 0 5px;
  float: left;
  position: relative;
}

.cart-contents {
  position: absolute;
  top: -8px;
  right: -13px;
  border-radius: 50%;
  font-size: 11px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.slider-wrap {
  background: var(--gray);
  border-radius: 20px;
  margin: 0 0 40px 0;
  max-height: 498px;
}

.slider {
  padding: 20px 10px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: grab;
}

.slider:active {
  cursor: grabbing;
}

.slider img {
  max-width: 100%;
  height: auto;
}

.slider h4 {
  font-family: "Delicious Handrawn", cursive;
  text-transform: uppercase;
  line-height: 32px;
  font-weight: 400;
  font-size: 25px;
  margin: 0;
}

.slider h3 {
  font-family: "Paytone One", sans-serif;
  line-height: 55px;
  font-weight: 400;
  font-size: 50px;
  width: 559px;
  max-width: 100%;
  margin: 0 0 20px 0;
}

.slider .slider-content p {
  width: 32rem;
}

.slider .row {
  justify-content: space-between;
  display: flex;
}

.slider-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.btn {
  background: var(--main-color);
  color: #fff;
  padding: 18px 60px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  width: fit-content;
  text-decoration: none;
  border-radius: 35px;
  display: inline-block;
}

.btn:hover {
  background: var(--dark-gray);
}

.btn.btn-light {
  padding: 15px 40px;
  background: #cce497;
  color: var(--main-color);
}

.btn.btn-light:hover {
  background: var(--dark-gray);
  color: #fff;
}

.main-category {
  background: #e1eccf;
  color: #798e48;
  border-radius: 10px;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  margin: 0 10px 10px 0;
  min-height: 165px;
  text-decoration: none;
}

.home-categories .col-25:last-of-type .main-category {
  margin-right: 0px;
}

.main-category img,
.main-category h4,
.main-category p {
  float: left;
}

.main-category h4 {
  font-family: "Paytone One", sans-serif;
  line-height: 28px;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
}

.main-category p {
  font-weight: 500;
  margin-bottom: 0;
}

.category-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-category-img-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-category img {
  padding: 0 15px 0 10px;
  box-sizing: content-box;
}

.home-categories {
  margin: 0 0 40px 0;
}

.home-categories .col-25:nth-child(3) .main-category img {
  padding-right: 0;
}

.home-products {
  margin-bottom: 40px;
}

.home-products .row {
  /* margin: 0 -10px; */
  margin: 0 0px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.home-products .col-25 {
  flex-basis: 25%;
  display: flex;
  flex-direction: column;
}

.home-products h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 5px 0;
}

.search-product-container .product {
  height: 24rem;
}

#product-container .product {
  background: var(--light-gray);
  border-radius: 20px;
  padding: 20px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  position: relative;
  color: #000;
  text-decoration: none;
}

#product-container .product:hover {
  background: var(--gray);
}

.breadcrumb ol {
  display: flex;
  /* gap: 1rem; */
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
}

.breadcrumb ol li a {
  text-decoration: none;
  font-size: 12px;
}

.breadcrumb ol li:last-child {
  font-weight: 500;
  font-size: 12px;
}

.separator {
  margin: 0 10px;
}

.home-products .product {
  background: var(--light-gray);
  border-radius: 20px;
  padding: 20px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  position: relative;
  color: #000;
  text-decoration: none;
}

.home-products .product:hover {
  background: var(--gray);
}

/* .product-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  margin: 10px 0;
} */

.product-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  margin: 10px 0;
}

/* .product-image-wrap:has(.container-image-and-badge) {
  width: 100%;
  height: 200px;
  margin: 10px 0;
}

.container-image-and-badge {
  display: flex;
  justify-content: center;
} */

.product-image-wrap img {
  max-height: 200px;
  width: auto;
  max-width: 100%;
  height: auto;
}

.product h5 {
  font-size: 17px;
  font-weight: 600;
  line-height: 25.5px;
  margin: 0px;
}

.product h5 a {
  text-decoration: none;
  color: #000;
}

.product p {
  margin: 0px !important;
}

.product p.description {
  margin-bottom: 15px;
}

.button-wrap {
  text-align: right;
  margin: 20px 0 0 0;
  width: 100%;
  display: inline-block;
}

.think-green {
  background: #fdf8e8;
  border-radius: 20px;
  justify-content: space-between;
  display: flex;
  color: var(--main-color);
  padding: 50px;
  margin-bottom: 40px;
}

.think-green h4 {
  font-family: "Paytone One", sans-serif;
  line-height: 55px;
  font-weight: 400;
  font-size: 55px;
  margin: 0 0 25px 0;
}

.think-green p {
  line-height: 24px;
  margin-bottom: 30px;
}

.think-green h5 {
  font-size: 20px;
  font-weight: 900;
  font-family: "Mulish", sans-serif;
  margin: 0px;
}

.icon-wrap {
  width: 50%;
  float: left;
  text-align: center;
}

.think-green h6 {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  margin: 5px 0 0 0;
}

.icon-wrap:nth-child(1),
.icon-wrap:nth-child(2) {
  margin-bottom: 35px;
}

.rating-wrap {
  display: inline-block;
  width: 100%;
  margin: 40px 0;
  text-align: center;
}

.promo-box {
  background: var(--gray);
  border-radius: 20px;
  /*  justify-content: space-between;
  display: flex; */
  padding: 0;
  margin-bottom: 40px;
}

.promo-box h4 {
  font-family: "Paytone One", sans-serif;
  line-height: 40px;
  font-weight: 400;
  font-size: 35px;
  margin: 65px 0 30px 0;
  width: 90%;
}

.promo-box p {
  width: 81%;
  margin-bottom: 35px;
}

.promo-image-wrap {
  position: relative;
  min-height: 368px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}

.promo-image-wrap img {
  position: absolute;
  left: 40px;
  bottom: 0;
  height: auto;
  max-width: calc(100% - 40px);
}

.green-wave {
  position: relative;
  background: url("images/green-wave.svg") no-repeat top right;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.green-wave.orange-wave {
  background: url("images/orange-wave.svg") no-repeat top right;
  background-size: contain;
}

.btn.btn-orange {
  background: var(--orange);
  color: #000;
  margin-bottom: 30px;
}

.btn.btn-black {
  background: #000;
  color: #fff;
  margin-bottom: 30px;
}

.btn.btn-big-padding {
  padding: 15px 80px;
}

.promo-box .row {
  justify-content: space-between;
  display: flex;
}

.promo-box .col-50 {
  display: flex;
}

.green-wave img {
  position: absolute;
  top: 30px;
  right: 40px;
}

.show-mobile {
  display: none;
}

.blog-posts {
  display: inline-block;
  width: 100%;
  padding: 70px 0 40px 0;
}

.blog-post,
.blog-post.col-50 {
  display: inline-block;
  width: calc(50% - 9px);
}

.blog-post:nth-child(odd) {
  margin-right: 9px;
}

.blog-post:nth-child(even) {
  float: right;
}

.blog-post h3 {
  line-height: 30px;
  font-size: 20px;
  margin: 0 0 10px 0;
}

.blog-post p {
  margin-bottom: 30px;
}

.blog-content-wrap {
  padding: 0 20px;
}

.blog-post img {
  height: auto;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 20px;
}

.newsletter,
.green-box {
  display: inline-block;
  width: 100%;
  background: var(--light-green);
  border-radius: 20px;
  color: var(--main-color);
  margin: 30px 0 50px 0;
  padding: 60px 70px;
}

.newsletter h3,
.green-box h3 {
  font-family: "Paytone One", sans-serif;
  line-height: 50px;
  font-weight: 400;
  font-size: 45px;
  margin: 0 0 30px 0;
}

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

.newsletter form p {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.newsletter form p a {
  font-weight: 600;
  color: var(--main-color);
}

.newsletter form p a:hover {
  text-decoration: none;
  color: var(--main-color);
}

.newsletter form {
  width: 100%;
  padding: 0 12%;
}

.newsletter form input {
  border: none;
}

.newsletter form input[type="text"],
.newsletter form input[type="email"] {
  background: #fff;
  width: 100%;
  border: none;
  font-style: italic;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
  padding: 20px 30px;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--main-color);
}

.newsletter form input[type="submit"] {
  padding: 15px 80px;
  float: right;
  margin: 20px 0 0 0;
  color: var(--light-green);
  cursor: pointer;
  -webkit-appearance: none;
  opacity: 1;
}

.newsletter form input[type="submit"]:hover {
  color: #fff;
}

.newsletter ::-webkit-input-placeholder {
  color: var(--main-color);
}

.newsletter :-ms-input-placeholder {
  color: var(--main-color);
}

.newsletter ::placeholder {
  color: var(--main-color);
}

.footer-top {
  background: var(--light-gray);
  padding: 40px 0;
}

.social {
  float: right;
  padding: 18px 0;
}

.social a {
  background: var(--main-color);
  border-radius: 5px;
  width: 36px;
  height: 36px;
  float: left;
  margin-left: 15px;
  padding: 4px 3px;
}

.social a:first-child {
  margin-left: 0;
}

.social a:hover {
  background: var(--dark-gray);
}

.footer-top p {
  float: left;
  width: calc(100% - 500px);
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 0 60px;
}

.footer-top p a {
  color: #000;
}

.footer-top p a:hover,
.footer-top p a:active {
  color: #000;
  text-decoration: none;
}

.footer {
  background: #f1f1f2;
  padding: 80px 0 100px 0;
}

.footer h4 {
  font-family: "Paytone One";
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 5px 0;
  font-weight: 400;
}

.footer ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.footer ul li {
  font-size: 14px;
  line-height: 24px;
}

.footer ul li a {
  color: #000;
  text-decoration: none;
}

.footer ul li a:hover {
  text-decoration: underline;
}

.footer .col-25 {
  padding-left: 48px;
}

.footer .col-25 img {
  margin: 5px 3px 0 0;
}

.footer .col-25 img:last-child {
  margin-right: 0px;
}

.breadcrumbs {
  width: 100%;
  padding: 0 0 10px 0;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
}

.breadcrumbs ol {
  list-style: none;
  display: inline-block;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.breadcrumbs a {
  text-decoration: none;
  color: #000;
}

.breadcrumbs span.active,
.breadcrumbs ol li:last-of-type {
  font-weight: 600;
}

.breadcrumbs ol li,
.breadcrumbs ol img {
  display: inline;
}

.breadcrumbs ol img {
  margin: 6px 5px 0 5px;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.featured-product ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 24px;
}

.featured-product ul li {
  display: inline;
  padding: 0 25px 0 35px;
  position: relative;
}

.featured-product ul li:before {
  position: absolute;
  left: 0;
  top: -4px;
  width: 28px;
  height: 28px;
}

.featured-product ul li:nth-child(1):before {
  content: url("images/icon5.svg");
  width: 21px;
  height: 28px;
}

.featured-product ul li:nth-child(1) {
  padding: 0 25px 0 30px;
}

.featured-product ul li:nth-child(2):before {
  content: url("images/icon6.svg");
}

.featured-product ul li:nth-child(3):before {
  content: url("images/icon7.svg");
  top: -1px;
}

.featured-product ul li:last-child {
  padding-right: 0;
}

.featured-product-left h3 {
  font-family: "Paytone One";
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
  margin: 30px 0 10px 0;
}

.featured-product-left p {
  line-height: 24px;
  padding-right: 50px;
}

.featured-product-left h4 {
  font-weight: 700;
}

.featured-product .product {
  padding: 30px;
  margin: 0px;
  display: inline-block;
  width: 100%;
}

.featured-product-content {
  float: left;
  width: calc(60% - 100px);
  padding: 5px 0 0 20px;
}

.featured-product-image-wrap {
  text-align: center;
}

.discount {
  width: 85px;
  height: 85px;
  background: var(--orange-light);
  border-radius: 50%;
  position: absolute;
  top: 30px;
  right: 30px;
  font-family: "Paytone One";
  font-size: 22px;
  line-height: 85px;
  text-align: center;
}

.featured-product .product:hover {
  background: var(--light-gray);
}

.price-info .del {
  color: #5a5a5a;
  margin: 0 10px;
  padding: 0 10px;
  position: relative;
  font-weight: 400;
}

.price-info .del::after {
  border-bottom: 2px solid #000;
  position: absolute;
  top: 11px;
  content: "";
  left: 0;
  width: 100%;
}

.featured-product .product .btn {
  padding: 10px 70px;
}

.featured-product .product ul {
  margin: 15px 0;
}

.featured-product .product ul li {
  display: inline-block;
  margin-bottom: 7px;
  padding: 0 0 0 30px;
  width: 100%;
}

.featured-product .product ul li:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 21px;
  height: 21px;
}

.featured-product .product ul li.rabatt:before {
  content: url("images/icon8.svg");
}

.featured-product .product ul li.garanti:before {
  content: url("images/icon9.svg");
}

.featured-product .product ul li.skick:before {
  content: url("images/icon10.svg");
}

.filter-box h4 {
  font-family: "Paytone One";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  background: #f1f1f2;
  padding: 16px 40px 16px 30px;
  width: 100%;
  border-radius: 10px 10px 0 0;
  margin: 10px 0 0 0;
  cursor: pointer;
  position: relative;
}

.filter-box h4::after {
  content: url("images/filter-arrow.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 17px;
}

.filter-box-content {
  margin: 0 0 10px 0;
  border-radius: 0 0 10px 10px;
  padding: 30px;
  border: 1px solid #f1f1f2;
}

.filter-box.closed h4 {
  border-radius: 10px;
}

.filter-box.closed h4::after {
  transform: rotate(180deg);
}

.filter-box.closed .filter-box-content {
  display: none;
}

.checkbox-wrap {
  display: block;
  position: relative;
  padding-left: 50px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 35px;
}

.checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 33px;
  width: 33px;
  border-radius: 5px;
  background-color: #f1f1f2;
}

.checkbox-wrap input:checked ~ .checkmark {
  background-color: var(--main-color);
  left: 0px;
  top: 0px;
  content: url("images/check.svg");
  width: 33px;
  height: 33px;
  position: absolute;
}

.checkbox-wrap input:checked ~ .checkmark:after {
  display: block;
}

.range_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}

.sliders_control {
  position: relative;
  min-height: 10px;
}

.form_control {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb:hover {
  background: #000;
}

input[type="number"] {
  color: #000;
  width: 50px;
  height: 30px;
  font-size: 20px;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #f1f1f2;
  pointer-events: none;
}

#fromSlider {
  height: 0;
  z-index: 1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.col-25.filter-sidebar {
  width: calc(25% - 10px);
  margin-right: 10px;
}

.filter .col-33:nth-child(3n) .product {
  margin-right: 0;
}

.custom-select {
  position: relative;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

.custom-select select {
  display: none;
}

.select-selected {
  background: var(--light-gray);
  border-radius: 20px;
}

.select-selected:after {
  content: url(images/filter-arrow.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 17px;
  transform: rotate(180deg);
}

.select-selected.select-arrow-active:after {
  transform: rotate(0deg);
}

.select-items div,
.select-selected {
  color: #000;
  padding: 13px 40px 13px 23px;
  cursor: pointer;
}

.select-items {
  position: absolute;
  background: var(--light-gray);
  border-radius: 0 0 20px 20px;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.col-25.filter-select-wrap {
  width: calc(25% - 10px);
  float: right;
  margin: 50px 0 10px 0;
}

.select-selected.select-arrow-active {
  border-radius: 20px 20px 0 0;
}

.filters-button {
  display: none;
}

.pagination {
  margin: 20px auto;
  text-align: center;
  display: inline-block;
}

.pagination a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0px 5px;
  text-align: center;
  background: var(--light-green);
  color: var(--main-color);
  text-decoration: none;
  border-radius: 50%;
  font-weight: 500;
  float: left;
}

.pagination .current {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0px 5px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  font-weight: 500;
  background: var(--main-color);
  color: #fff;
  float: left;
}

.minus-margin-top {
  margin-top: -30px;
}

.promo-box.promo-box-simple .col-60 {
  padding: 55px 0 30px 0;
  margin-left: 30px;
}

.promo-box.promo-box-simple .col-60 h4 {
  margin-top: 0px;
}

.specifications {
  display: inline-block;
  width: 100%;
  margin: 50px 0 10px 0;
}

.specifications .row {
  display: flex;
}

.specifications .col-50 {
  width: calc(50% - 10px);
}

.specifications-left {
  background: #fdf8e8;
  border-radius: 20px;
  padding: 30px;
  margin: 0 10px 30px 0;
}

.specifications-right {
  background: var(--light-gray);
  border-radius: 20px;
  padding: 30px;
  margin: 0 0px 30px 10px;
}

.specifications h4 {
  font-family: "Paytone One";
  font-size: 25px;
  line-height: 35px;
  margin: 0 0 10px 0;
  font-weight: 400;
}

.specifications h5,
.specifications h3 {
  font-weight: 700;
  margin: 0;
  line-height: 24px;
  font-size: 15px;
}

.specifications p {
  line-height: 24px;
}

.specifications p a {
  color: #000;
}

.specifications p a:hover {
  color: #000;
  text-decoration: none;
}

.specifications h6 {
  font-family: "Paytone One";
  font-weight: 400;
  font-size: 60px;
  line-height: 84px;
  margin: 0;
  color: var(--main-color);
}

.specifications-right table {
  padding-top: 10px;
  border-collapse: collapse;
  width: 100%;
}

.specifications-right table tr {
  border-bottom: 1px solid #000;
  line-height: 24px;
}

.specifications-right table tr td {
  vertical-align: top;
  padding: 10px 0;
}

.specifications-right table tr td:first-of-type {
  padding-right: 15px;
  font-weight: 700;
}

.specifications-right table tr:last-of-type {
  border: none;
}

.main-product {
  display: inline-block;
  width: 100%;
  margin: 40px 0;
}

.product-details {
  display: flex;
  flex-direction: row;
}

.product-details-wrap {
  padding: 30px;
  margin: 0 0 20px 0;
  width: 100%;
  background: var(--light-gray);
  border-radius: 20px;
}

.product-details h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  margin: 0px;
}

.product-details p.description {
  margin: 0 12px 0px 0;
}

.product-details p {
  margin: 0px;
  float: left;
}

.product-details a.specs {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #000;
  float: left;
  margin: 3px 0;
}

.product-details a.specs:hover {
  text-decoration: none;
}

.product-details ul {
  margin: 15px 0 0 0;
  width: 100%;
  display: inline-block;
  padding: 0px;
}

.product-details ul li {
  display: inline-block;
  margin-bottom: 7px;
  padding: 0 0 0 30px;
  position: relative;
  width: 100%;
}

.product-details ul li:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 21px;
  height: 21px;
}

.product-details ul li:nth-child(1):before {
  content: url("images/icon11.svg");
}

.product-details ul li:nth-child(2):before {
  content: url("images/icon12.svg");
}

.product-details ul li:nth-child(3):before {
  content: url("images/icon13.svg");
  left: 3px;
  top: 2px;
  width: 18px;
  height: 25px;
}

.product-details .btn {
  padding: 10px 0px;
  width: 100%;
  flex: 0;
}

.product-details .btn.loading:after,
.featured-product-content .btn.loading:after,
.slide-offer .btn.loading:after {
  background-image: url(images/three-dots.svg);
  background-size: 30px 7.5px;
  display: inline-block;
  width: 30px;
  height: 7.5px;
  background-repeat: no-repeat;
  content: "";
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.product-details .btn.added:after,
.featured-product-content .btn.added:after,
.slide-offer .btn.added:after {
  background-image: url(images/check.svg);
  background-size: 30px 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  content: "";
  margin-left: 10px;
  position: relative;
  top: -7px;
  margin-bottom: -17px;
}

.product-details .btn.loading {
  background-color: var(--dark-gray);
}

.slide-offer .btn.loading {
  background-color: var(--dark-gray);
}

.product-details .price-info {
  flex: 1;
}

.product-details h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  margin: 0px;
  float: right;
}

.product-details .price-info .del {
  font-size: 16px;
  line-height: 24px;
  float: left;
  padding: 4px 10px;
}

.product-details .price-info .del::after {
  top: 15px;
}

.product-details .col-40 {
  display: flex;
  flex-direction: column;
}

.product-quantity-container {
  display: flex;
  justify-content: space-between;
  border-radius: 35px;
  padding: 0.5rem 0;
  border: 1px solid darkgray;
  height: 3.5rem;
}

.product-quantity-container a.product_plus_button,
.product-quantity-container a.product_minus_button {
  text-decoration: none;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
}

.product-variations {
  display: inline-block;
  width: 100%;
}

.product-variations h6 {
  font-family: "Paytone One";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 5px 0;
}

.product-variations a {
  height: 50px;
  min-width: 180px;
  width: auto;
  background-color: var(--light-gray);
  border-radius: 20px;
  position: relative;
  color: #000;
  text-align: center;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  padding: 8px 0;
  float: left;
  margin: 0 10px 10px 0;
}

.product-variations a.active {
  background: #cce497;
}

.product-variations a.active span {
  display: none;
}

.product-variations a.active:after {
  content: url("images/check_button.svg");
  position: absolute;
  left: 50%;
  top: 27px;
  width: 15px;
  height: 15px;
  margin-left: -7.5px;
}

.product-variations a span {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  float: left;
  width: 100%;
  font-weight: 400;
}

.product-variations a.disabled {
  background: rgba(234, 112, 86, 0.7);
  pointer-events: none;
}

.condition-description {
  float: left;
  width: 90%;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

.condition-description span {
  font-weight: 600;
}

.product-variations .row {
  margin-bottom: 10px;
}

.color-row .color:before {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 20px;
  top: 14px;
}

.color-row .Svart:before {
  background: #000;
}

.color-row .Grön:before {
  background: #a4d0ce;
}

.color-row .Guld:before,
.color-row .Stjärnglans:before {
  background: #f4dc86;
}

.color-row .Vit:before {
  background: #fff;
}

.color-row .Lila:before {
  background: #b39bce;
}

.color-row .Röd:before {
  background: #df5e42;
}

.color-row .Grafit:before,
.color-row .Silver:before,
.color-row .Rymdgrå:before,
.color-row .Grå:before,
.color-row .Platina:before,
.color-row .Space:before {
  background: #4b4e53;
}

.color-row .Roseguld:before {
  background: #b76e79;
}

.color-row .Rosa:before {
  background: #ffc0cb;
}

.color-row .Blå:before {
  background: #0096ff;
}

.color-row .Midnatt:before {
  background: #191970;
}

*:focus,
*:active {
  outline: none;
}

.col-50.product-information {
  width: calc(50% - 10px);
  margin-left: 10px;
}

.col-50.product-gallery {
  width: calc(50% - 10px);
  margin-right: 10px;
  /* display: flex;
	align-items: center; */
}

.col-50.product-gallery .col-20 {
  width: calc(20% - 20px);
  margin-right: 20px;
}

.product-gallery-show {
  width: 100%;
  text-align: center;
  position: relative;
}

.product-gallery-show img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 480px;
}

.small-container {
  width: 100%;
}

.small-container div {
  position: relative;
}

.small-container .show-small-img {
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
  cursor: pointer;
  float: left;
}

.small-container .show-small-img:last-of-type {
  margin-right: 0;
}

.product-gallery-show span {
  background: #000;
  border-radius: 20px;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  font-size: 14px;
  color: #fdf8e8;
  display: inline-block;
  padding: 0 20px 0 50px;
  position: absolute;
  right: 40px;
  top: -20px;
}

.product-gallery-show span:after {
  content: url("images/garanti.svg");
  position: absolute;
  left: 12px;
  top: 9px;
}

.promo-box-orange {
  margin-top: 60px;
}

.promo-box-orange .promo-image-wrap img {
  margin-bottom: 30px;
}

.featuered-blog-image {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  border-radius: 20px;
}

.blog-container .row {
  margin-bottom: 40px;
}

.blog-container .promo-box .row,
.blog-container .green-box .row {
  margin-bottom: 0px;
}

.blog-container h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
}

.blog-container img {
  max-width: 100%;
  height: auto;
}

.blog-container .col-50 {
  width: calc(50% - 25px);
}

.blog-container .col-50:nth-child(odd) {
  margin-right: 25px;
}

.blog-container .col-50:nth-child(even) {
  margin-left: 25px;
}

.blog-container ul {
  padding-left: 20px;
  margin-left: 10px;
  margin-bottom: 20px;
}

.blog-nav {
  border-top: 1px solid #b3b3b3;
  margin: 20px 0 50px 0;
  padding-top: 50px;
  width: 100%;
  display: inline-block;
}

.blog-nav .btn:nth-child(even) {
  float: right;
}

.btn.fixed-width {
  min-width: 255px;
}

.page-tabs .col-30 {
  padding-right: 50px;
}

.tabs-content ul {
  padding-left: 20px;
  margin: 0 0 20px 10px;
}

.page-tabs ul.sidebar-tabs {
  font-weight: 400;
  font-size: 18px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.page-tabs ul.sidebar-tabs li {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.page-tabs ul.sidebar-tabs li a {
  text-decoration: none;
  color: #000;
  border-radius: 20px;
  background: #fff;
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  position: relative;
}

.page-tabs ul.sidebar-tabs li.current-menu-item a,
.page-tabs ul.sidebar-tabs li a:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.page-tabs ul.sidebar-tabs li.current-menu-item a::after,
.page-tabs ul.sidebar-tabs li a:hover::after {
  content: url("images/tabs-arrow.svg");
  position: absolute;
  right: 20px;
  top: 12px;
}

.tabs-content {
  margin-bottom: 30px;
}

.tabs-content h2 {
  font-weight: 600;
  font-size: 35px;
  line-height: 26px;
}

.tabs-content h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 0px;
}

.tabs-content h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0px;
}

.tabs-content h5 {
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0px;
}

.tabs-content.active {
  display: inline-block;
}

.green-box p {
  line-height: 24px;
  width: 90%;
}

.green-box h3 {
  width: 85%;
}

.green-box-icon-wrap {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 30px;
}

.green-box-icon-wrap:last-of-type {
  margin-bottom: 0px;
}

.green-box-icon-wrap img {
  width: 70px;
  height: 70px;
  float: left;
  margin: 0 20px 0 0;
}

.green-box-icon-wrap h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  margin: 0px;
  padding: 15px 0;
}

.searchform {
  float: left;
}

.orange-button-container {
  display: inline-block;
}

.orange-button-container a {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  width: fit-content;
  text-decoration: none;
  border-radius: 35px;
  display: inline-block;
  padding: 15px 40px;
  background: var(--orange);
  color: #000;
  margin-bottom: 30px;
  min-width: 255px;
}

.orange-button-container a:hover {
  background: var(--dark-gray);
  color: #fff;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.position-relative img,
.position-relative {
  position: relative;
}

.col-50.green-wave.orange-wave h4 {
  margin-top: 45px;
}

.think-green-landing {
  width: 100%;
  height: 100vh;
  /* background: url("images/back.png") no-repeat center center fixed; */
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

.think-green-landing.fixed-height {
  height: 500px;
}

.think-header {
  padding: 30px 0;
  width: 100%;
  display: inline-block;
}

.think-main-menu {
  float: right;
  padding: 17px 0;
}

.think-main-menu ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  padding: 16px 25px;
  text-decoration: none;
}

.think-main-menu ul li a:hover {
  color: #d3eccd;
}

.think-main-menu ul li {
  padding: 0px;
}

.think-main-menu ul li a:hover,
.think-main-menu ul li.current-menu-item a {
  background: rgba(254, 198, 79, 0.7);
  border-radius: 30px;
  color: #fff;
  padding: 16px 25px;
  text-decoration: none;
}

.header-bottom {
  position: absolute;
  bottom: 15%;
}

.header-bottom h2 {
  font-family: "Paytone One", sans-serif;
  line-height: 70px;
  font-weight: 400;
  font-size: 60px;
  color: #fff;
  width: 55%;
  margin: 0 0 20px 0;
}

.header-bottom a.btn {
  background: #d3eccd;
  padding: 15px 80px 15px 20px;
  text-align: left;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  position: relative;
}

.header-bottom a.btn::after {
  content: url("images/arrow2.svg");
  position: absolute;
  right: 20px;
  top: 18px;
}

.header-bottom a.btn:hover::after {
  content: url("images/arrow2_white.svg");
}

@keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}

#overlay-button {
  position: absolute;
  right: 19px;
  top: 30px;
  padding: 26px 11px;
  z-index: 5;
  cursor: pointer;
  user-select: none;
  display: none;
}

#overlay-button span {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: white;
  position: relative;
  display: block;
  transition: all 0.2s ease-in-out;
}

#overlay-button span:before {
  top: -10px;
  visibility: visible;
}

#overlay-button span:after {
  top: 10px;
}

#overlay-button span:before,
#overlay-button span:after {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: white;
  position: absolute;
  content: "";
  transition: all 0.2s ease-in-out;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked ~ #overlay {
  visibility: visible;
}

input[type="checkbox"]:checked ~ #overlay-button:hover span,
input[type="checkbox"]:checked ~ #overlay-button span {
  background: transparent;
}

input[type="checkbox"]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(7px, 7px);
  opacity: 1;
  background-color: #000;
}

input[type="checkbox"]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(7px, -7px);
  background-color: #000;
}

#overlay {
  height: 100%;
  width: calc(100% + 1px);
  background: #fed883;
  z-index: 2;
  visibility: hidden;
  position: fixed;
  top: 0;
  overflow: auto;
}

#overlay.active {
  visibility: visible;
}

#overlay ul {
  padding-left: 0;
  list-style-type: none;
  overflow: auto;
  color: #000;
  display: inline-block;
  width: 100%;
}

#overlay ul ul {
  display: inline-block;
  height: auto;
  width: 100%;
  padding-top: 1em;
}

#overlay ul li.menu-item-has-children {
  padding-bottom: 0;
}

#overlay ul li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e59c00;
  position: relative;
}

#overlay ul li a {
  color: #000;
  text-decoration: none;
  width: calc(100% - 40px);
  display: inline-block;
  position: relative;
  padding: 10px 0px 10px 0px;
  font-size: 18px;
  font-weight: 700;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay .sub-menu {
  display: none;
}

#overlay .menu-item-has-children.active .sub-menu {
  display: inline-block;
  margin-bottom: 0px;
  margin-top: 0;
  padding: 0;
}

#overlay .menu-item-has-children.active .sub-menu li {
  border: none;
}

#overlay .menu-item-has-children.active .sub-menu li a {
  padding: 5px 0;
  font-size: 16px;
  font-weight: 400;
}

#overlay .container {
  padding: 0 30px;
}

#overlay .menu-item-has-children span {
  top: 0;
  right: -10px;
  position: absolute;
  font-size: 27px;
  padding: 10px;
  font-weight: 700;
  width: 38px;
  text-align: right;
}

#overlay img {
  filter: invert(1);
}

.no-scroll {
  overflow: hidden;
  width: calc(100% - 15px);
}

.intro-text {
  padding: 50px 0;
}

.intro-text h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}

.intro-text h3 {
  font-family: "Paytone One", sans-serif;
  line-height: 40px;
  font-weight: 400;
  font-size: 30px;
  margin: 0 0 20px 0;
}

.flex-bottom {
  display: flex;
  align-items: end;
}

.think-posts {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}

.think-posts .col-50 {
  width: calc(50% - 20px);
}

.think-posts .col-50:nth-child(odd) {
  margin-right: 20px;
}

.think-posts .col-50:nth-child(even) {
  margin-left: 20px;
}

.think-single-post {
  position: relative;
  display: inline-block;
}

.think-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.2;
  border-radius: 20px;
}

.think-single-post img {
  border-radius: 20px;
  float: left;
  max-width: 100%;
  height: auto;
}

.think-post-content {
  color: #fff;
  position: absolute;
  bottom: 0px;
  padding: 30px;
  width: 80%;
}

.think-post-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}

.think-post-content p:first-of-type {
  font-weight: 700;
}

.think-post-content h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  margin: 10px 0;
}

.think-single-post:hover .think-overlay {
  opacity: 0.3;
}

.think-single-post:hover:after {
  content: url(images/arrow2.svg);
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 60px;
  height: 60px;
  background: #f6c53d;
  border-radius: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
}

.brown-box {
  color: #798e48;
  background: #fdf8e8;
  border-radius: 20px;
  margin-bottom: 50px;
}

.brown-box .row {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.brown-box img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 30px 0;
}

.brown-box .col-50:first-of-type {
  padding: 30px 0px 30px 40px;
  display: flex;
  flex-direction: column;
}

.brown-box .col-50 h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  margin: 0px;
  padding: 0px;
}

.brown-box .col-50 h3 {
  font-family: "Paytone One", sans-serif;
  line-height: 40px;
  font-weight: 400;
  font-size: 30px;
  margin: 5px 0 15px 0;
}

.brown-box a.btn {
  background: #798e48;
  padding: 15px 80px 15px 20px;
  text-align: left;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  margin-top: 10px;
}

.brown-box a.btn::after {
  content: url("images/arrow2_white.svg");
  position: absolute;
  right: 20px;
  top: 18px;
}

.yellow-section,
.light-green-section {
  background: #fec64f;
  display: inline-block;
  width: 100%;
  padding: 50px 0;
  margin: 30px 0 0px 0;
  color: #000;
}

.yellow-section .row,
.light-green-section .row {
  margin: 0 -10px;
}

.yellow-section .col-33,
.light-green-section .col-33 {
  padding: 0 10px;
  margin-bottom: 20px;
}

.yellow-section h3,
.light-green-section h3 {
  font-family: "Paytone One", sans-serif;
  line-height: 40px;
  font-weight: 400;
  font-size: 35px;
  width: 38%;
}

.yellow-section h4 {
  line-height: 25px;
  font-weight: bold;
  font-size: 20px;
  width: 90%;
  margin: 15px 0;
}

.yellow-section img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.light-green-section {
  background: #d3eccd;
  margin: 0px 0 30px 0;
}

.light-green-section h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  margin: 0px;
  padding: 0px;
}

.light-green-section h5 {
  line-height: 22px;
  font-weight: bold;
  font-size: 18px;
  margin: 15px 0;
}

.light-green-section h3 {
  margin-top: 10px;
  width: 100%;
}

.light-green-section .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.quote {
  margin: 50px 0 100px 0;
}

.quote .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.quote img {
  float: right;
  padding-right: 50px;
  width: auto;
  height: auto;
  max-width: 100%;
}

.quote h3 {
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  line-height: 44px;
  width: 86%;
  margin: 30px 0 40px 0;
}

.quote h6 {
  line-height: 20px;
  font-weight: 500;
  font-size: 16px;
}

.footer.footer-black {
  background: #000;
  color: #fff;
}

.footer.footer-black ul li a,
.footer.footer-black ul li a:hover {
  color: #fff;
}

.footer.footer-black .col-25.no-padding {
  padding-left: 0px;
}

.logo2 {
  margin-left: -8px;
}

.outer {
  margin: 0 -10px;
  overflow-y: hidden;
  width: 100%;
}

.flex-container {
  overflow-x: auto;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
}

.card {
  flex: 1 0 220px;
  height: 150px;
  margin: 10px;
  border-radius: 20px;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel ::-webkit-scrollbar {
  height: 4px;
}

.carousel ::-webkit-scrollbar-track {
  background: #f0f0f0;
  margin: 0 -10px;
}

.carousel ::-webkit-scrollbar-thumb {
  background: #000;
}

.carousel ::-webkit-scrollbar-thumb:hover {
  background: #000;
}

#overlay ::-webkit-scrollbar-track {
  background: #fed883;
  margin: 0 -10px;
}

#overlay ::-webkit-scrollbar-thumb {
  background: #fed883;
}

#overlay ::-webkit-scrollbar-thumb:hover {
  background: #fed883;
}

.carousel {
  position: relative;
  padding: 0px 0;
  margin-bottom: 50px;
}

.carousel-buttons {
  background-color: #fff;
  padding: 10px 20px 10px 50px;
  margin-left: -40px;
  position: absolute;
  left: 0;
  bottom: -28px;
}

.carousel-p {
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  margin: 0 0 10px 0;
}

.carousel-h3 {
  font-family: "Paytone One";
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  width: 40%;
  margin: 0 0 30px 0;
}

.filter .col-75 .row {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.filter .col-75 .row .col-33 {
  flex-basis: 33.3%;
  display: flex;
  flex-direction: column;
}

.pagination .next.page-numbers,
.pagination .prev.page-numbers {
  vertical-align: bottom;
  font-size: 25px;
  font-weight: 400;
  line-height: 33px;
}

.filter .term-description {
  margin: 30px 10px;
}

#product-container .col-100 {
  text-align: center;
}

.woocommerce .product-details a.added_to_cart,
.woocommerce .featured-product-content a.added_to_cart {
  display: none;
}

.product-details p.moms {
  float: right;
  width: 100%;
  text-align: right;
}

.inner-page-title {
  position: absolute;
  width: 100%;
  display: inline-block;
  color: #fff;
  left: 0;
  bottom: 80px;
}

.logo-left {
  margin-left: -12px;
}

.inner-page-title h1 {
  font-size: 50px;
  line-height: 55px;
  margin: 0;
  font-family: "Paytone One";
  font-weight: 400;
}

.h3 {
  font-family: "Paytone One";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  margin: 20px 0 30px 0;
}

.featured-product .product .btn {
  padding: 10px 0px;
  width: 100%;
}

.product-variations a.color {
  display: none;
}

.scroll-wrap {
  width: 400px;
  border-radius: 20px;
  box-shadow: 0px 4px 15px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 48px;
  right: -30px;
  padding: 20px 10px;
  background: #fff;
  z-index: 300;
  display: none;
}

.widget_shopping_cart_content {
  padding: 0px;
  overflow: auto;
  max-height: 60vh;
}

.woocommerce-mini-cart-item .remove.remove_from_cart_button {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: #202020 !important;
  text-decoration: none;
  font-weight: 500;
  border: 0;
}

.woocommerce-mini-cart-item .remove.remove_from_cart_button:hover {
  background-color: transparent !important;
  color: #202020 !important;
}

.cart-btn a.added_to_cart.wc-forward {
  display: none !important;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.widget_shopping_cart_content ul.cart_list li {
  /*  margin-bottom: 20px; */
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.widget_shopping_cart_content ul.cart_list li img {
  float: left;
  margin: 0 10px 0px 0;
  width: 80px;
  height: auto;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.widget_shopping_cart_content ul.cart_list li a,
.product-minicart-no-link-container {
  font-style: normal;
  font-weight: 600;
  /* font-size: 18px; */
  /* line-height: 27px; */
  text-decoration: none;
  color: #000;
  /* margin-right: 42px; */
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  padding: 0.6rem;
}

li.woocommerce-mini-cart-item.mini_cart_item {
  border-bottom: 1px solid #e0e0e0;
}

.product-minicart-wrapper {
  width: 70%;
  text-align: left;
}

.woocommerce-mini-cart__buttons,
.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  padding: 20px 0;
}

.woocommerce-mini-cart__buttons .button.wc-forward,
.widget_shopping_cart_content
  .woocommerce-mini-cart__buttons
  .button.wc-forward {
  background: var(--main-color);
  border-radius: 30px;
  color: #fff;
  padding: 10px 0px;
  width: calc(100% - 30px);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 0 15px 10px 15px;
  display: inline-block;
  text-decoration: none;
}

.woocommerce-mini-cart__buttons .button.wc-forward:last-of-type {
  background: #000;
}

.woocommerce .woocommerce-mini-cart__buttons .button:hover,
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:hover {
  background: var(--dark-gray);
  color: #fff;
  text-decoration: none;
}

.not-forget {
  border-top: 1px solid #4f4f4f;
  padding: 20px 0 0 0;
  margin: 0 15px;
}

.not-forget h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
}

.widget_shopping_cart_content ul.cart_list,
.woocommerce ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}

.scroll-wrap:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  right: 35px;
}

.scroll-wrap h2 {
  margin: 0;
  padding: 0 1rem 0.5rem;
  /* border-bottom: 1px solid gray; */
  font-size: 20px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.scroll-wrap .widget_shopping_cart_content::-webkit-scrollbar {
  width: 5px;
}

.scroll-wrap .widget_shopping_cart_content::-webkit-scrollbar-track {
  background: #fff;
}

.scroll-wrap .widget_shopping_cart_content::-webkit-scrollbar-thumb {
  background: var(--main-color);
}

.scroll-wrap .widget_shopping_cart_content::-webkit-scrollbar-thumb:hover {
  background: var(--main-color);
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  margin: 0;
  display: flex;
  margin-bottom: 1rem;
  border: none;
  padding-left: 0;
}

/*
.woocommerce-mini-cart-item dl.variation dt {
  font-weight: 700;
  font-size: 14px;
  display: none !important;
}

.woocommerce-mini-cart-item dl.variation dd {
  margin: 0 0 0 0.5rem !important;
}
.woocommerce-mini-cart-item dl.variation dd p::after {
  content: ",";
}

.woocommerce-mini-cart-item dl.variation dd p {
  margin: 0;
}

*/

.woocommerce-mini-cart-item .variation {
  display: inline-block !important;
  margin: 2px 0 0px 0 !important;
}

.woocommerce-mini-cart-item .variation dt {
  float: left !important;
  clear: both !important;
  display: none !important;
}

.woocommerce-mini-cart-item .variation dd {
  float: left !important;
  font-weight: 400;
  font-size: 12px;
  margin-left: 0px !important;
}

.woocommerce-mini-cart-item .variation dd:first-of-type {
  margin-left: 0px !important;
}

.woocommerce-mini-cart-item .variation dd p:after {
  content: ",";
  margin-right: 5px !important;
}

.woocommerce-mini-cart-item .variation dd:last-child p:after {
  content: "";
  margin-right: 0px !important;
}

.woocommerce-mini-cart-item .variation dd p {
  margin: 0px !important;
}

.product-minicart-price .quantity span.pre-price {
  display: none;
}

.product-minicart-price .quantity {
  display: flex;
}

.not-forget-product {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}

.woobt-product-image-wrap {
  display: flex;
  margin: 0 10px 0px 0;
  width: 90px;
}

.woobt-product-image-wrap img {
  width: 100%;
  height: auto;
}

.not-forget-product h5 {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 5px 0;
  width: 190px;
  display: flex;
  text-align: left;
}

.not-forget-product h5:last-of-type {
  font-weight: 500;
  font-size: 17px;
  margin: 0;
}

.woocommerce-mini-cart__empty-message {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  float: left;
  width: 100%;
  padding: 2rem 0 1rem;
}

.woocommerce-mini-cart__buttons h3 {
  margin-left: 1.5rem;
  text-align: left;
}

.plus-add-to-cart {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  background: var(--main-color);
  border-radius: 50%;
  text-align: center;
}

.mini-cart-text {
  display: flex;
  flex-direction: column;
}

.plus-add-to-cart img {
  margin: 0 auto;
}

.slide-offer {
  position: fixed;
  width: 100%;
  bottom: 0;
  background: #fff;
  box-shadow: 0px -4px 7px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  z-index: 50;
  display: none;
  left: 0;
}

.slide-offer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slide-offer img {
  height: 75px;
  width: auto;
}

.slide-offer h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  margin: 0px;
}

.slide-offer-left {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.slide-offer-right {
  display: flex;
  align-items: start;
  gap: 1rem;
}

.slide-offer-right .product-quantity-container {
  width: 6rem;
}

.woocommerce .slide-offer a.added_to_cart {
  display: none;
}

.slide-offer .btn {
  padding: 10px 0px;
  width: 230px;
  /*  margin: 18px 30px 18px 0; */
}

.slide-offer .price-info {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.slide-offer .price-info h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin: 0px;
  clear: both;
}

.slide-offer .price-info h5.h5-del {
  line-height: 22px;
}

.slide-offer .price-info h5 span.del {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  margin: 0px;
}

.slide-offer .description {
  margin-bottom: 0px;
  font-size: 14px;
}

.slide-offer .btn.added {
  background: var(--main-color);
}

.hamburger a:before {
  content: url("images/hamburger.svg");
  position: absolute;
  left: 20px;
  top: 15px;
  margin: 0 15px 0 0;
  width: 21.3px;
  height: 13.8px;
}

.hamburger a:after {
  content: url("images/x.svg");
  position: absolute;
  left: 20px;
  top: 13px;
  margin: 0 15px 0 0;
  display: none;
  width: 21.3px;
  height: 21.3px;
}

.hamburger.active a:after {
  display: block;
}

.hamburger.active a:before {
  display: none;
}

.sub-menu-container {
  position: absolute;
  top: 66px;
  padding: 70px 68px 76px;
  width: 100%;
  max-width: 100%;
  background: #fff;
  left: 0;
  z-index: 100;
  display: none;
  border-radius: 10px;
}

.sub-menu-container.active {
  display: inline-block;
}

.menu-bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 90;
}

.menu-bg-overlay.active {
  display: block;
}

.sub-menu-container h3 {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  color: #000;
  margin: 0 0 1.5rem 0px;
}

.sub-menu-container a {
  text-decoration: none;
}

.sub-menu-container ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.sub-menu-container ul > li {
  font-family: "Poppins";
  font-weight: 200;
  font-size: 16px;
  line-height: 25px;
  margin: 7px 0 0 0;
}

/*
.sub-menu-container ul > li a:after {
  content: url("images/menu-arrow.svg");
  position: relative;
  left: 15px;
  top: 2px;
  transition: 0.2s;
  display: inline-block;
}

.sub-menu-container ul>li a:hover:after {
    left: 25px;
    transition: 0.3s;
}*/

.sub-menu-container ul > li a {
  text-decoration: none;
  color: #000;
}

.sub-menu-container ul > li > ul li {
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 5px 0;
}

.sub-menu-container ul > li > ul li a:after {
  content: "";
}

.sub-menu-container ul > li > ul li a:hover {
  text-decoration: underline;
}

.sub-menu-container ul > li > ul {
  margin-top: 10px;
}

.tns-nav {
  display: none;
}

.mobile-slider-wrap {
  display: none;
}

.product-details-wrap.desktop {
  display: flex;
  flex-direction: column;
}

.product-details-wrap.mobile {
  display: none;
}

klarna-placement *::part(osm-container) {
  padding: 0px;
  background: none;
  border: none;
}

klarna-placement *::part(osm-badge-container) {
  width: 45px;
}

klarna-placement *::part(osm-message),
klarna-placement *::part(osm-cta) {
  font-size: 12px;
}

.product-details .col-50 {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
}

.black-bottom {
  display: none;
}

.cart-info {
  background: var(--light-gray);
  border-radius: 20px;
  padding: 30px;
  margin-right: 15px;
}

.cart-info h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
  margin: 20px 0 40px 27px;
}

.cart-info-product-left img {
  height: 120px;
  width: auto;
}

.cart-info-product {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.cart-info-product:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: none;
}

.cart-info-product-left,
.cart-info-product-left img {
  float: left;
}

.cart-product-name,
.cart-product-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
  margin: 0px;
  text-decoration: none;
  color: #000;
}

.cart-info-product-left {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cart-info-product-left-text {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
}

.cart-info-product-left .variation {
  display: inline-block;
  margin: 2px 0 0px 0;
}

.cart-info-product-left .variation dt,
.cart-info-product-left .variation dt,
#kco-order-review .variation dt,
#kco-order-review .variation dt {
  float: left;
  clear: both;
  display: none;
}

.cart-info-product-left .variation dd,
#kco-order-review .variation dd {
  float: left;
  margin-left: 0px;
}

.cart-info-product-left .variation dd:first-of-type,
#kco-order-review .variation dd:first-of-type {
  margin-left: 0px;
}

.cart-info-product-left .variation dd p:after,
#kco-order-review .variation dd p:after {
  content: ",";
  margin-right: 5px;
}

.cart-info-product-left .variation dd:last-child p:after,
#kco-order-review .variation dd:last-child p:after {
  content: "";
  margin-right: 0px;
}

.cart-info-product-left .variation dd p,
#kco-order-review .variation dd p {
  margin: 0px;
}

.cart-info-product-left ul {
  margin: 5px 0;
  padding: 0;
}

#kco-order-review ul {
  margin: 0;
  padding: 0;
}

.cart-info-product-left ul li,
#kco-order-review .product-data ul li {
  display: inline-block;
  margin-bottom: 7px;
  padding: 0 0 0 30px;
  width: 100%;
  position: relative;
}

.cart-info-product-left ul li:before,
#kco-order-review .product-data ul li:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 21px;
  height: 21px;
}

.cart-info-product-left ul li.rabatt:before,
#kco-order-review .product-data ul li.rabatt:before {
  content: url("images/icon8.svg");
}

.cart-info-product-left ul li.garanti:before,
#kco-order-review .product-data ul li.garanti:before {
  content: url("images/icon9.svg");
}

.cart-info-product-left ul li.skick:before,
#kco-order-review .product-data ul li.skick:before {
  content: url("images/icon10.svg");
}

.cart-info-product-right {
  text-align: right;
  float: right;
}

.cart-info-product-right .tax_label {
  display: none;
}

.cart-info-product-right .woocommerce-Price-amount {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: right;
}

.woocommerce .cart-info-product-right .quantity .qty {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  background: none;
  cursor: default;
  float: right;
  clear: both;
  width: 40px;
}

.cart-info-product-right .remove {
  background: none;
}

.woocommerce .cart-info-product-right a.remove:hover {
  background: none;
}

.woocommerce .cart-info-product-right a.remove {
  float: right;
}

.minus_button,
.plus_button {
  float: right;
  width: 30px;
  height: 30px;
  background: #000;
  line-height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity-wrap {
  display: flex;
  flex-direction: row;
  margin: 12px 0 15px 0;
}

.minus_button.disabled,
.plus_button.disabled {
  background: #f09b87;
  pointer-events: none;
}

.varukorg {
  margin: 30px 15px 0 0;
}

.cart-sidebar {
  background: var(--light-gray);
  border-radius: 20px;
  padding: 30px;
  margin-left: 15px;
}

.cart-sidebar .tax_label,
.cart-sidebar .includes_tax {
  display: none;
}

.woocommerce .cart-sidebar table.shop_table {
  border: none;
}

.woocommerce .cart-sidebar table.shop_table tr {
  vertical-align: top;
}

.woocommerce .cart-sidebar table.shop_table tr td {
  vertical-align: top;
}

.woocommerce .cart-sidebar table .cart-subtotal td {
  text-align: right;
  font-weight: 500;
}

.woocommerce .cart-sidebar table .order-total td {
  text-align: right;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

.woocommerce .cart-sidebar table .cart-subtotal th,
.woocommerce .cart-sidebar table .cart-subtotal td {
  padding-top: 0px;
}

.woocommerce .cart-sidebar table .woocommerce-shipping-totals th,
.woocommerce .cart-sidebar table .woocommerce-shipping-totals td {
  border-top: none;
}

.woocommerce .cart-sidebar table .order-total th h3 {
  margin: 0px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  width: 100%;
}

.woocommerce .cart-sidebar table .order-total th p {
  font-weight: 400;
  margin: 0px;
  font-size: 14px;
}

.woocommerce .cart-sidebar table th {
  min-width: 130px;
  padding-left: 0px;
}

.woocommerce .cart-sidebar table .remaining-free-shipping td,
.woocommerce .cart-sidebar table .remaining-free-shipping th {
  font-size: 14px;
  border-top: 0;
  text-align: right;
}

.woocommerce
  .cart-sidebar
  table
  .remaining-free-shipping
  td
  span.woocommerce-Price-amount.amount {
  font-weight: 700;
}

.woocommerce .cart-sidebar table td {
  min-width: 130px;
  padding-right: 0px;
}

.woocommerce .cart-sidebar table .order-total th,
.woocommerce .cart-sidebar table .order-total td {
  padding-top: 20px;
}

.woocommerce .cart-sidebar table.shop_table tbody th {
  font-weight: 500;
}

.woocommerce .cart-sidebar ul#shipping_method li input {
  accent-color: #000;
}

.woocommerce .cart-sidebar ul#shipping_method,
.woocommerce .cart-sidebar .woocommerce-shipping-destination {
  font-size: 14px;
  text-align: right;
}

.woocommerce-shipping-destination {
  display: none;
}

/* #shipping_method li:not(:has(input[type="radio"]:checked)) {
  display: none;
} */

/* #shipping_method li:not(:first-child) {
  display: none;
} */

.woocommerce .cart-sidebar ul#shipping_method li {
  text-align: right;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: var(--main-color);
  color: #fff;
  padding: 13px 0px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  width: fit-content;
  text-decoration: none;
  border-radius: 35px;
  display: inline-block;
  width: 100%;
  margin: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: var(--dark-gray);
}

.cart-logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0 5px 0;
  margin-top: 0px;
  justify-content: center;
}

.reuseit-cart .col-35 .sidebar-cart-ul {
  list-style: none;
  padding: 0px;
  margin: 30px 0 0 35px;
  font-size: 14px;
  line-height: 24px;
}

.reuseit-cart .col-35 .sidebar-cart-ul li {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 0 0 30px;
  width: 100%;
  position: relative;
}

.reuseit-cart .col-35 .sidebar-cart-ul li:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 21px;
  height: 21px;
}

.reuseit-cart .col-35 .sidebar-cart-ul li:nth-child(1):before {
  content: url("images/icon9.svg");
}

.reuseit-cart .col-35 .sidebar-cart-ul li:nth-child(2):before {
  content: url("images/icon11.svg");
  top: 4px;
}

.reuseit-cart .col-35 .sidebar-cart-ul li:nth-child(3):before {
  content: url("images/icon17.svg");
}

.reuseit-cart .col-35 .sidebar-cart-ul li:last-child {
  padding-right: 0;
}

.coupon,
#update_cart_button {
  display: none;
}

.woocommerce .checkout-button.button.alt.wc-forward.disabled {
  background: #f09b87;
}

.woocommerce-message {
  border-top-color: var(--main-color);
}

.woocommerce-message::before {
  color: var(--main-color);
}

.restore-item {
  color: #000;
}

.cart_totals.calculated_shipping h2 {
  display: none;
}

.woocommerce-checkout .banner-inner.fixed {
  position: relative;
}

.woocommerce-checkout {
  padding-top: 0px !important;
  padding-bottom: 100px;
  background-color: #fafafa;
}

.woocommerce-checkout .banner-inner {
  padding: 8px 0;
  margin-bottom: 20px;
}

.return-to-shop {
  display: none;
}

.woocommerce-checkout .banner-inner .container-wide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.back-checkout {
  width: 300px;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  color: #000;
  text-align: left;
}

.safe-checkout {
  width: 300px;
  text-align: right;
  font-size: 14px;
  line-height: 18px;
  margin: -10px 0 0 0;
}

.back-checkout img {
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.safe-checkout img {
  margin-right: 5px;
  position: relative;
  top: 6px;
  width: 24px;
  height: 24px;
}

#kco-extra-checkout-fields,
.klarna-checkout-select-other-wrapper {
  display: none;
}

#kco-order-review {
  float: right;
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
}

#kco-iframe {
  float: left;
  width: calc(65% - 15px);
  padding-left: 0px;
  margin-right: 15px;
}

.checkout-radio {
  border-radius: 20px;
  background: #fff;
  padding: 30px 60px 40px 60px;
  margin-bottom: 30px;
  font-size: 16px;
  display: inline-block;
  width: 100%;
}

.checkout-radio h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
  margin: 20px 0 20px 0px;
}

.klarna-wrap {
  border-radius: 20px;
  background: #fff;
  padding: 30px 0;
}

.checkout-radio-single {
  position: relative;
  float: left;
}

.checkout-radio-single:first-of-type {
  padding-right: 50px;
  margin-left: -5px;
}

.checkout-radio-single input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: transparent;
  border: 1px solid #999;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -2px;
}

.checkout-radio-single input[type="radio"]:checked::before {
  content: "\2022";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: var(--main-color);
}

#kco-order-review .product-total .tax_label,
#kco-order-review .cart-subtotal .tax_label,
#kco-order-review .includes_tax {
  display: none;
}

#kco-order-review th.product-total {
  text-align: right;
}

#kco-order-review th.product-total a img {
  margin-top: -4px;
}

#kco-order-review .product-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}

#kco-order-review .product-name .product-quantity {
  font-weight: 400;
  font-size: 15px;
}

#kco-order-review .product-name .variation {
  font-weight: 400;
  font-size: 14px;
  margin: 5px 0 0px 0;
  display: inline-block;
  width: 100%;
}

.woocommerce #kco-order-review div.product-total {
  width: 150px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: right;
  float: right;
}

#kco-order-review ul li.garanti {
  font-weight: 400;
  font-size: 12px;
}

#kco-order-review .cart_item .product-name {
  display: flex;
}

.product-data-wrap {
  display: flex;
  flex-direction: row;
}

#kco-order-review .product-name .product-image img {
  width: 100px;
  max-width: 100px;
  height: auto;
  margin-left: -10px;
}

#kco-order-review .product-quantity + ul {
  margin-top: 5px;
}

.table-row {
  display: inline-block;
  width: 100%;
  padding: 20px 0 25px 15px;
}

#kco-order-review .cart_item {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#kco-order-review .product-image {
  margin-right: 10px;
}

#kco-order-review .name-left,
#kco-order-review .value-right {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #4f4f4f;
  margin-bottom: 15px;
}

#kco-order-review .cart-subtotal,
#kco-order-review .cart-discount {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#kco-order-review .cart-discount {
  padding-top: 15px;
}

#kco-order-review .shipping-checkout {
  display: flex;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  padding: 15px 0;
}

#kco-order-review .value-right {
  flex-shrink: 0;
  flex-grow: 1;
  text-align: right;
}

#kco-order-review #shipping_method input,
#kco-order-review #shipping_method input + label,
#kco-order-review #shipping_method .tax_label {
  display: none;
}

#kco-order-review #shipping_method li {
  margin: 0;
}

#kco-order-review #shipping_method {
  flex-shrink: 0;
  flex-grow: 1;
}

#kco-order-review #shipping_method li {
  display: flex;
}

#kco-order-review #shipping_method li:empty {
  display: none;
}

#kco-order-review #shipping_method input[type="radio"]:checked + label {
  display: inline-block;
  float: right;
  flex-shrink: 0;
  flex-grow: 1;
  text-align: right;
}

#kco-order-review #shipping_method .woocommerce-Price-amount {
  margin-left: 5px;
}

#kco-order-review h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}

#kco-order-review .order-total {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

#kco-order-review .order-total > div {
  float: left;
}

#kco-order-review p {
  margin-bottom: 25px;
}

#kco-order-review .order-total .woocommerce-Price-amount {
  float: right;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}

#kco-order-review klarna-placement *::part(osm-message) {
  font-size: 14px;
  margin-left: -6px;
}

#coupon-checkout {
  float: right;
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}

.side-wrap {
  float: right;
  width: calc(35% - 15px);
  margin-left: 15px;
}

#coupon-checkout h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  padding-right: 30px;
  margin: 0px;
  cursor: pointer;
  position: relative;
}

#coupon-checkout h4:after {
  position: absolute;
  transform: rotate(180deg);
  content: url("images/coupon-arrow.svg");
  top: 3px;
  right: 0;
  transform: rotate(180deg);
  width: 19px;
  height: 19px;
}

.coupon-form-wrap {
  display: none;
  margin-top: 20px;
}

#coupon-checkout.active h4:after {
  transform: rotate(0deg);
}

.coupon-form-wrap input {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 15px 20px;
  background: #fff;
  display: inline-block;
  width: calc(60% - 14px);
  margin-right: 10px;
}

.coupon-form-wrap input::-webkit-input-placeholder {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000;
}

.coupon-form-wrap input:-ms-input-placeholder {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000;
}

.coupon-form-wrap input::placeholder {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000;
}

.woocommerce .coupon-form-wrap button.button {
  background: #000;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  padding: 13px;
  width: 40%;
  display: inline-block;
}

.woocommerce-checkout .foretag-checkout #payment {
  background: none;
}

.woocommerce-checkout .foretag-checkout #payment ul.payment_methods,
.woocommerce-checkout .foretag-checkout #payment .form-row.place-order {
  padding: 0;
}

.woocommerce-checkout .foretag-checkout #payment ul.payment_methods li img {
  width: 50px;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #f1f1f2;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.woocommerce-checkout #payment div.payment_box {
  background-color: #f1f1f2;
  display: none !important;
}

.woocommerce-checkout #payment ul.payment_methods li input {
  accent-color: #000;
}

.woocommerce-checkout .foretag-checkout #payment ul.payment_methods {
  border: none;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background: var(--main-color);
  color: #fff;
  padding: 13px 0px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  width: fit-content;
  text-decoration: none;
  border-radius: 35px;
  display: inline-block;
  width: 100%;
  margin: 0;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background: var(--dark-gray);
}

.foretag-checkout .klarna-wrap #customer_details {
  padding: 0 30px;
}

.foretag-checkout .klarna-wrap #customer_details input:not(.input-checkbox) {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.foretag-checkout .input-checkbox {
  display: initial;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 0;
  position: relative;
  top: 4px;
  margin-left: 0;
}

#ship-to-different-address-checkbox {
  position: relative;
  top: 4px;
  margin-left: 0;
}

.foretag-checkout #order_review input[type="checkbox"]:checked,
.foretag-checkout
  .klarna-wrap
  #customer_details
  input[type="checkbox"]:checked {
  accent-color: #000;
}

.woocommerce-terms-and-conditions-checkbox-text a {
  color: #000;
}

.foretag-checkout .klarna-wrap #customer_details textarea {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 200px;
  margin-top: 10px;
}

.foretag-checkout .klarna-wrap #customer_details ::-webkit-input-placeholder {
  color: rgb(120, 117, 115);
}

.foretag-checkout .klarna-wrap #customer_details :-ms-input-placeholder {
  color: rgb(120, 117, 115);
}

.foretag-checkout .klarna-wrap #customer_details ::placeholder {
  color: rgb(120, 117, 115);
}

.foretag-checkout .klarna-wrap #customer_details textarea::placeholder,
.foretag-checkout .klarna-wrap #customer_details input::placeholder {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #000;
}

.foretag-checkout .klarna-wrap #customer_details label {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}

.foretag-checkout h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-top: 0;
}

.woocommerce-order-received a {
  color: #000;
}

.woocommerce form.checkout_coupon.woocommerce-form-coupon {
  display: inline-block !important;
  padding: 0px;
  margin: 0px;
  border: none;
  width: 100%;
}

.wt_coupon_wrapper {
  display: none;
}

.value-right a {
  color: #000;
}

@media all {
  .woocommerce-MyAccount-navigation > ul {
    margin: 0;
    padding: 0;
  }
}

body .woocommerce-MyAccount-navigation-link {
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 0;
}

body .woocommerce-MyAccount-navigation-link:last-child {
  border-bottom-width: 1px;
}

body .woocommerce-MyAccount-navigation-link.is-active a {
  background-color: #fbfbfb;
  text-decoration: none;
}

body .woocommerce-MyAccount-navigation-link a {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}

.woocommerce-MyAccount-navigation-link.is-active a {
  color: var(--main-color);
}

@media all {
  #main
    ul
    li:not(
      #main ul.tabs li,
      #main ul#shipping_method li,
      #main ul.wc-item-meta li,
      #main ul li.ast-article-post,
      #main ul li.ast-article-single
    ) {
    margin: 0px 10px 10px 0px;
    list-style: none;
  }
  #main ul {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    /* margin-bottom: 20px; */
    list-style: none;
    position: relative;
  }
  #main .woocommerce ul {
    padding: 0px;
  }
  #main .woocommerce ul li {
    display: flex;
    align-items: center;
  }
  #main .woocommerce ul li img {
    margin-right: 0.5rem;
  }
  #main ul li::before,
  #main .woocommerce ul li::before {
    /* content: "\2022";
    color: #285bb8; */
    font-weight: bold;
    display: inline-block;
    width: 25px;
    font-size: 30px;
    position: absolute;
    left: 37px;
    line-height: 25px;
  }
  #main .woocommerce ul li::before {
    width: 100%;
    left: 0;
    content: "";
  }
  *:focus,
  *:active {
    outline: none;
  }
  a,
  a:active,
  a:focus {
    outline: none;
  }
  .woocommerce .woocommerce-MyAccount-navigation li {
    margin: 0px !important;
  }
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  top: 0;
}

.error404 .search-input,
.search-no-results .search-input {
  margin-left: 0;
}

.think-main-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 20px;
}

.think-main-menu ul li {
  display: inline-block;
  padding: 0;
  position: relative;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.foretag-checkout .payment_method_kco {
  display: none;
}

.col-75 .blockUI.blockOverlay {
  min-height: 40px;
  opacity: 0.5;
  z-index: 10000;
  position: relative;
  width: 100%;
}

.woocommerce .ajax-loader.blockUI.blockOverlay::before {
  z-index: 10;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row {
  flex: 50%;
}

.woocommerce-billing-fields__field-wrapper .form-row:nth-child(odd),
.woocommerce-shipping-fields__field-wrapper .form-row:nth-child(odd) {
  padding-right: 10px;
}

.woocommerce-billing-fields__field-wrapper .form-row:nth-child(even),
.woocommerce-shipping-fields__field-wrapper .form-row:nth-child(even) {
  padding-left: 10px;
}

.woocommerce-billing-fields__field-wrapper .form-row.validate-phone,
.woocommerce-shipping-fields__field-wrapper .form-row.validate-phone {
  padding-left: 0px;
  padding-right: 10px;
}

.woocommerce-billing-fields__field-wrapper .form-row.validate-email,
.woocommerce-shipping-fields__field-wrapper .form-row.validate-email {
  padding-left: 10px;
  padding-right: 0px;
}

abbr[title] {
  text-decoration: none;
  color: #df5e42;
}

.form-row .woocommerce-input-wrapper strong {
  float: left;
  clear: both;
  width: 100%;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 400;
}

.form-row .optional {
  display: none;
}

.shipping_address {
  display: none;
}

.form-row.notes {
  border-top: 1px solid #000;
  padding-top: 20px;
}

.woocommerce-invalid #terms {
  outline: none;
}

.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -10px 8px 0 -3px;
  width: 15px;
  height: 15px;
}

.cart-info-product-left-text-mobile {
  display: none;
}

#menu-think-green-menu .sub-menu {
  position: absolute;
  top: 100%;
  width: 500px;
  background: rgba(255, 255, 255, 0.8);
  left: 0px;
  z-index: 100;
  display: none;
  border-radius: 20px;
  list-style: none;
  padding: 40px 30px 20px 30px;
  margin: 0;
}

#menu-think-green-menu .menu-item-has-children:hover > .sub-menu {
  display: inline-block;
}

#menu-think-green-menu .menu-item-has-children {
  padding-bottom: 30px;
}

#menu-think-green-menu ul.sub-menu > li {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 20px 0;
  width: 49%;
  padding-left: 4%;
}

#menu-think-green-menu ul.sub-menu > li:nth-child(odd) {
  padding-right: 4%;
  padding-left: 0%;
}

#menu-think-green-menu ul.sub-menu > li a:after {
  content: url("images/menu-arrow.svg");
  position: relative;
  left: 15px;
  top: 2px;
  transition: 0.2s;
  display: inline-block;
}

#menu-think-green-menu ul.sub-menu > li a:hover:after {
  left: 25px;
  transition: 0.3s;
}

#menu-think-green-menu ul.sub-menu > li a {
  text-decoration: none;
  color: #000;
  padding: 0;
  background: none;
  float: left;
}

.page-template-page-Think-Green-Inner .header-container.container,
.page-template-page-Think-Green-Home .header-container.container {
  overflow: unset;
}

#menu-think-green-menu .sub {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  float: left;
  clear: both;
}

#menu-think-green-menu ul.sub-menu > li a span {
  font-weight: 600;
}

.mobile-extra-totals {
  display: none;
}

.checkout-radio {
  float: left;
  width: calc(65% - 15px);
  margin-right: 15px;
}

.sub-menu-container ul > li a,
#overlay-button {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sub-menu-container ul > li a:focus,
.sub-menu-container ul > li a:active {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-scroll #overlay-button {
  margin-right: -15px;
}

.yith-wcbm-badge-text span {
  font-family: "Poppins";
}

.entry-summary .qty {
  background: transparent;
  text-align: center;
  height: 100%;
  font-weight: 600;
}

.product-image-wrap .container-image-and-badge .yith-wcbm-badge {
  left: -35px !important;
}

#filter-mobile-btn {
  display: none;
}

.filter-sidebar .filter-mobile-title-wrapper {
  display: none;
}

.bg-filter-ipad {
  display: none;
}

.summary .entry-summary.quantity {
  position: absolute;
  top: 26%;
  right: 235px;
  z-index: 9;
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  padding: 0px;
  margin: 0;
}

#klarna-box,
.hyra-info {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
}

.klarnaprice .del .woocommerce-Price-amount,
.fixed-bar-price .del .woocommerce-Price-amount,
.singel-product-bottom-price .del .woocommerce-Price-amount {
  text-decoration: line-through;
  font-weight: 400;
  color: #5a5a5a;
  font-size: 16px;
  margin-right: 0.5rem;
}

.klarnaprice .woocommerce-Price-amount,
.singel-product-bottom-price .woocommerce-Price-amount {
  font-weight: 600;
  font-size: 22px;
}

/* .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.product-type-simple .cart .single_add_to_cart_button {
  display: none !important;
} */

.woocommerce-variation-add-to-cart .quantity,
.cart .quantity {
  display: none !important;
}

.entry-summary .stock {
  display: none;
}

.wpgs-nav .slick-track {
  display: none !important;
}

.woocommerce button.button.loading::after {
  top: auto !important;
  right: auto;
  margin-left: 0.5rem;
}

.woocommerce-loop-product__link img {
  width: 100%;
}

/* ************** FIXED BAR *************** */

.fixed-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ccc;
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  z-index: 80 !important;
  display: none;
}

.fixed-bar .fixed-bar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fixed-bar .product-image {
  width: 80px;
  height: auto;
}

.fixed-bar .buynowprice {
  display: flex;
  align-items: center;
}

.fixed-bar p.fixed-bar-price {
  margin-right: 1.5rem !important;
}

.fixed-bar-price .woocommerce-Price-amount {
  font-weight: 600;
  font-size: 20px;
}

/* .fixed-bar-price h5 {
  display: flex;
  flex-direction: column-reverse;
} */

/* .fixed-bar-price p {
  float: right;
} */

.fixed-bar .product-details-fixed-bar {
  display: flex;
  align-items: center;
}

.fixed-bar .titleprice .title-bar {
  font-size: 17px;
  line-height: 24px;
  margin: 0px;
}

.fixed-bar .single_add_to_cart_button {
  top: 0 !important;
  position: static !important;
}

.fixed-bar .choosen {
  font-size: 14px;
  font-weight: 400;
}

.fixed-bar .cart .single_add_to_cart_button {
  display: inline-block !important;
}

/* ************** FIXED BAR END *************** */

/* ************** FAQ *************** */

.faq-heading {
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-size: 25px;
}

.faq-container {
  margin-bottom: 3rem;
}

.faq-item {
  margin-bottom: 1rem;
}

.faq-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fafafa;
  padding: 0.3rem 2rem;
  cursor: pointer;
}

.faq-title h3.question {
  font-size: 16px;
  font-weight: 500;
}

.faq-answer {
  display: none;
  background-color: #fafafa;
  padding: 1rem 2rem;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.toggle {
  transition: transform 0.3s ease;
}

/* ************** FAQ END *************** */

@media (min-width: 1336px) {
  /* mage gallary */
  /* .wpgs-nav .slick-track {
    transform: inherit !important;
    display: flex !important;
    flex-direction: column;
    width: fit-content !important;
  } */
}

@media (max-width: 1450px) {
  .scroll-wrap {
    right: 0px;
  }
  .scroll-wrap:after {
    display: none;
  }
}

@media (max-width: 1400px) {
  .container-wide {
    padding: 0 15px;
  }
  .home-categories .col-25 {
    width: 50%;
  }
  .home-categories .col-25:nth-child(3) .main-category img {
    padding-right: 15px;
  }
  .home-categories .col-25:nth-child(2) .main-category {
    margin-right: 0px;
  }
}

@media (max-width: 1330px) {
  .header-icons {
    float: right;
    margin: 0 0 0 40px;
  }
  .search-input {
    margin-left: 0;
  }
  .menu-container {
    padding: 0;
    float: right;
    margin: 5px 0 0 0;
  }
  .scroll-wrap {
    top: 90px;
  }
  .slider .slider-content p {
    width: 100%;
  }
}

@media (max-width: 1287px) {
  .container {
    padding: 0 15px;
  }
  .show-desktop {
    display: none;
  }
  .show-mobile {
    display: inline-block;
  }
  .footer .col-25 {
    padding-left: 0px;
  }
  .green-box h3 {
    width: 90%;
  }
  .header-bottom {
    bottom: 25px;
    left: 25px;
  }
  .header-bottom h2 {
    width: 60%;
  }
}

@media (max-width: 1240px) {
  .banner-inner {
    padding-bottom: 14px;
  }
  .green-wave img {
    top: 10px;
    right: 20px;
  }
  .minus-margin-top {
    margin-right: 30px;
  }
}

@media (max-width: 1198px) {
  .blog-container {
    padding: 0 15px;
  }
}

@media (max-width: 1150px) {
  .product-details .col-60,
  .product-details .col-40,
  .product-details .price-info {
    width: 100%;
    display: inline-block;
  }
  .product-details {
    flex-direction: column;
  }
  .product-details .btn {
    width: 100%;
  }
  .product-details h5 {
    float: left;
    margin: 10px 0 0 0;
  }
  .product-details .price-info .del {
    float: right;
  }
  /*  .product-details p.moms {
    text-align: left;
  } */
  .product-details .col-50 {
    width: 100%;
  }
  .varukorg .col-33 {
    width: 50%;
    float: left;
  }
}

@media (max-width: 1100px) {
  .home-products .col-25 {
    flex-basis: 33.3%;
  }
  .home-products .row {
    justify-content: center;
  }
  .icon-wrap {
    padding: 0 5px;
    width: calc(50% - 10px);
  }
  .newsletter {
    padding: 40px 50px;
  }
  .newsletter form {
    padding-right: 0;
  }
  .featured-product-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .featured-product .col-50 {
    width: 100%;
  }
  .featured-product .product .col-40 {
    width: 50%;
  }
  .featured-product .product {
    max-width: 100%;
    /* width: 640px; */
  }
  .filter .col-75 .col-33 {
    width: 50%;
  }
  .filter .col-33:nth-child(3n) .product {
    margin-right: 10px;
  }
  .filter .col-33:nth-child(2n) .product {
    margin-right: 0px;
  }
  .col-25.filter-select-wrap {
    width: 50%;
  }
  .condition-description,
  .color-row {
    width: 100%;
  }
  .yellow-section h3 {
    width: 100%;
  }
  .yellow-section,
  .light-green-section {
    padding: 30px 0;
  }
  .filter .col-75 .row .col-33 {
    flex-basis: 50%;
  }
  .sub-menu-container {
    left: 0;
    margin-left: 0;
    padding-right: 0;
  }
  .cart-product-name,
  .woocommerce .cart-sidebar table .order-total td,
  .woocommerce .cart-sidebar table .order-total th h3 {
    font-size: 18px;
    line-height: 25px;
  }
  .cart-info {
    padding-left: 15px;
  }
  .side-wrap {
    width: calc(50% - 15px);
  }
  #kco-iframe {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
  .checkout-radio {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
  .checkout-radio {
    border-radius: 20px;
    background: #fff;
    padding: 15px;
  }
  .checkout-radio h3 {
    margin-top: 0px;
    font-size: 20px;
  }
}

@media (max-width: 1000px) {
  .banner-inner-black {
    height: auto;
  }
  .banner-inner-black .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .banner-inner-black .col-20 {
    width: 50%;
  }
  .banner-inner-black .col-20.text-align-right {
    order: 1;
  }
  .banner-inner-black .col-60.text-align-center {
    width: 100%;
    order: 2;
    text-align: left;
    padding: 10px 0;
  }
  .think-green .col-50 {
    width: 100%;
    text-align: center;
  }
  .think-green h5 {
    margin-bottom: 30px;
  }
  .promo-box .row {
    flex-direction: column;
  }
  .promo-box .col-50 {
    width: 100%;
  }
  .col-50.green-wave {
    order: 1;
  }
  .promo-box .col-50:first-child {
    order: 2;
  }
  .green-wave {
    background: none;
  }
  .green-wave img {
    top: 10px;
    right: -5px;
  }
  .promo-box h4 {
    width: calc(100% - 85px);
    text-align: left;
    margin-top: 20px;
  }
  .promo-box p {
    width: 100%;
  }
  .promo-box {
    padding: 30px 30px 0 30px;
  }
  .promo-box-orange {
    padding: 30px 30px 0px 30px;
  }
  .promo-image-wrap {
    margin-top: 0;
    display: inline-block;
    min-height: 0;
    text-align: center;
  }
  .promo-image-wrap img {
    position: static;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .blog-posts {
    padding: 40px 0;
  }
  .blog-content-wrap {
    padding: 0;
  }
  .newsletter h3 {
    line-height: 40px;
    font-size: 35px;
  }
  .footer-top p {
    width: 100%;
    margin: 10px 0;
  }
  .social {
    float: left;
    padding: 10px 0;
  }
  .footer .col-20,
  .footer .col-15 {
    width: 25%;
  }
  .footer .col-25 {
    width: 100%;
    margin-top: 20px;
  }
  .footer.footer-black .col-25.no-padding {
    width: 25%;
    margin-bottom: 25px;
  }
  .filter .col-25.filter-sidebar {
    width: calc(35% - 10px);
  }
  .filter .col-75 {
    width: 65%;
  }
  .promo-box.promo-box-simple .row {
    flex-direction: row;
  }
  .promo-box.promo-box-simple {
    padding: 30px;
  }
  .promo-box.promo-box-simple .col-60 {
    padding: 0;
  }
  .product-details a.specs {
    width: 100%;
  }
  .product-details p.description {
    margin-bottom: 0px;
  }
  .col-50.product-gallery .col-20 {
    width: calc(20% - 10px);
    margin-right: 10px;
  }
  .product-variations a {
    width: calc(50% - 5px);
  }
  .product-variations a:nth-child(odd) {
    margin-right: 0px;
  }
  .green-wave.orange-wave {
    background: none;
  }
  .minus-margin-top {
    margin-right: 0px;
  }
  .promo-box.promo-box-orange .col-50:first-child {
    order: 1;
  }
  .promo-box-orange .promo-image-wrap img {
    margin: 0px;
  }
  .page-tabs .col-30 {
    padding-right: 30px;
    width: 40%;
  }
  .page-tabs .col-70 {
    width: 60%;
  }
  .think-single-post:hover:after {
    display: none;
  }
  .think-post-content {
    width: 100%;
  }
  .quote .row {
    align-items: flex-start;
  }
  .quote h3 {
    margin-top: 0;
  }
  .quote {
    margin-bottom: 0;
  }
  .think-green-landing.fixed-height {
    height: 350px;
  }
  .inner-page-title {
    bottom: 20px;
  }
  .carousel-h3 {
    width: 100%;
  }
  .slide-offer img {
    height: 60px;
    margin-left: 0px;
  }
  .slide-offer .btn {
    width: 200px;
    margin: 8px 0;
  }
  .sub-menu-container {
    top: 120px;
    padding: 15px;
  }
  .reuseit-cart .col-65,
  .reuseit-cart .col-35 {
    width: 50%;
  }
  .cart-info-product-left img {
    height: 100px;
  }
  .cart-info h3 {
    font-size: 20px;
    margin: 20px 0 31px 27px;
  }
  .cart-info-product-right {
    text-align: left;
    float: left;
    margin-left: 100px;
  }
  .woocommerce .cart-info-product-right a.remove {
    float: left;
  }
}

@media (max-width: 950px) {
  .menu-container nav ul li,
  .menu-container nav ul li:first-child span {
    display: none;
  }
  .menu-container nav ul li:first-child {
    display: block;
  }
  .menu-container {
    float: left;
    margin-top: 13px;
  }
  .banner-inner {
    padding: 10px 0 0 0;
  }
  .header-icons {
    margin: 3px 0 0 0px;
  }
  .breadcrumbs {
    margin-top: 20px;
  }
  .scroll-wrap {
    top: 60px;
  }
  .sub-menu-container {
    top: 70px;
  }
}

@media (max-width: 900px) {
  .home-products .col-25 {
    flex-basis: 50%;
  }
  .specifications .col-50 {
    width: 100%;
  }
  .specifications-left {
    margin-right: 0;
  }
  .specifications-right {
    margin-left: 0;
  }
  .specifications .row {
    flex-direction: column;
  }
  .product-gallery-show span {
    right: 0px;
    top: 0px;
  }
  .blog-container .col-70,
  .blog-container .col-60 {
    width: 100%;
  }
  .green-box {
    padding: 30px;
  }
  .brown-box .row {
    flex-direction: column;
  }
  .brown-box .col-50 {
    width: 100%;
  }
  .brown-box img {
    padding: 0;
  }
  .brown-box .col-50:first-of-type {
    padding: 30px;
  }
  .yellow-section .col-33,
  .light-green-section .col-33 {
    width: 50%;
  }
  .slide-offer h3,
  .slide-offer .price-info h5 {
    font-size: 17px;
    line-height: 22px;
  }
  .think-main-menu {
    display: none;
  }
  #overlay-button {
    display: block;
  }
}

@media (max-width: 860px) {
  .slider h3 {
    line-height: 40px;
    font-size: 40px;
  }
  .think-green h4 {
    line-height: 45px;
    font-size: 40px;
  }
  .filter .col-25.filter-sidebar {
    /* width: calc(30% - 10px); */
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    background-color: white;
    width: 50%;
    height: 100vh;
    padding: 2rem;
    overflow: scroll;
    margin-right: 0px;
  }
  .filter .col-75 {
    width: 100%;
  }
  .promo-box.promo-box-simple h4 {
    line-height: 35px;
    font-size: 30px;
    margin: 0 0 30px 0;
    width: 100%;
  }
  .tabs-content h2 {
    line-height: 40px;
  }
  .header-bottom h2 {
    width: 90%;
    font-size: 45px;
    line-height: 60px;
  }
  .inner-page-title h1 {
    font-size: 40px;
    line-height: 55px;
    margin: 0;
    font-family: "Paytone One";
    font-weight: 400;
  }
  .quote h3 {
    font-size: 20px;
    line-height: 30px;
    width: calc(100% - 20px);
  }
  .quote img {
    padding-right: 20px;
  }
  .sub-menu-container.active {
    padding: 2rem;
    width: 40%;
    height: 100vh;
    overflow-y: auto;
  }
  .sub-menu-container .col-20 {
    width: 100%;
    float: left;
    margin-bottom: 2rem;
  }
  #filter-mobile-btn {
    display: block;
    margin-left: 15px;
    background-color: transparent;
    border: none;
    border: 1px solid #959595;
    padding: 0.5rem 2rem;
    font-size: 15px;
    display: flex;
    align-items: center;
  }
  #filter-mobile-btn img {
    width: 1.3rem;
    margin-right: 5px;
  }
  .filter-sidebar .filter-mobile-title-wrapper {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .filter-sidebar .filter-mobile-title {
    margin: 0px;
  }
  .filter-mobile-close-btn {
    background-color: transparent;
    border: none;
  }
  .filter-mobile-close-btn img {
    width: 1rem;
  }
  .bg-filter-ipad {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 998;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .menu-container nav ul li a:hover,
  .menu-container nav ul li.hamburger.active a {
    background: transparent;
  }
  .product-details-left h3 {
    width: 65%;
  }

  .separator-block {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
  }
}

@media (max-width: 800px) {
  .think-posts .col-50:nth-child(odd) {
    margin-right: 10px;
  }
  .think-posts .col-50:nth-child(even) {
    margin-left: 10px;
  }
  .think-posts .col-50 {
    width: calc(50% - 10px);
  }
  .slide-offer .btn {
    width: 120px;
  }
  .product-variations a {
    min-width: calc(50% - 10px);
  }
  /* .sub-menu-container h3 {
    display: none;
  } */
  .reuseit-cart .col-65 {
    width: 100%;
  }
  .reuseit-cart .col-35 {
    width: 100%;
  }
  .cart-info {
    padding-left: 0;
    margin-right: 0;
  }
  .varukorg {
    margin: 30px 0 0 0;
  }
  .cart-info-product-right {
    text-align: right;
    float: right;
    margin-left: 0px;
  }
  .woocommerce .cart-info-product-right a.remove {
    float: right;
  }
  .cart-sidebar {
    margin-left: 0;
  }
  .side-wrap {
    width: 100%;
    margin: 0;
    order: 2;
  }
  #kco-wrapper .side-wrap {
    order: 3;
  }
  #kco-wrapper #kco-iframe {
    order: 2;
    margin-top: 0;
  }
  #kco-iframe {
    width: 100%;
    margin: 30px 0 0 0;
    order: 3;
  }
  #kco-wrapper form.woocommerce-checkout {
    margin-top: 0;
  }
  .checkout-radio {
    width: 100%;
    margin-right: 0;
    order: 1;
    padding: 30px 15px;
  }
  #kco-wrapper {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
  .klarna-wrap {
    margin-bottom: 30px;
  }
  .woocommerce #kco-order-review div.product-total {
    flex-shrink: 0;
    flex-grow: 1;
  }
  form.woocommerce-checkout {
    order: 3;
    margin-top: 30px;
  }
  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-shipping-fields__field-wrapper {
    display: inline-block;
    width: 100%;
  }
  .woocommerce-billing-fields__field-wrapper .form-row:nth-child(odd),
  .woocommerce-shipping-fields__field-wrapper .form-row:nth-child(odd),
  .woocommerce-billing-fields__field-wrapper .form-row:nth-child(even),
  .woocommerce-shipping-fields__field-wrapper .form-row:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
  .woocommerce span.onsale {
    right: 10px !important;
  }
  .filter .col-32 {
    flex: 1 0 auto !important;
  }
}

@media (max-width: 760px) {
  .blog-container h1 {
    font-size: 25px;
    line-height: 1.3;
  }
  .home-categories .col-25 {
    width: 100%;
  }
  .home-categories .col-25 .main-category {
    margin-right: 0px;
  }
  .blog-post:nth-child(odd) {
    margin-right: 0;
  }
  .blog-post {
    width: 100%;
  }
  .blog-post img {
    width: 100%;
  }
  .newsletter .col-50 {
    width: 100%;
    text-align: center;
  }
  .newsletter form {
    padding: 0;
    margin-top: 20px;
  }
  .newsletter form input[type="submit"] {
    float: none;
    display: inline-block;
    text-align: center;
  }
  .footer .col-20,
  .footer .col-15 {
    width: 30%;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px;
  }
  .footer .col-25 {
    margin-top: 0px;
    width: 30%;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .filter .col-25.filter-sidebar {
    width: calc(50% - 10px);
  }
  .filter .col-75 {
    width: 50%;
  }
  .filter .col-75 .col-33 {
    width: 100%;
  }
  .filter .col-33 .product {
    margin-right: 0px;
  }
  .blog-container .col-50:nth-child(odd) {
    margin-right: 10px;
  }
  .blog-container .col-50:nth-child(even) {
    margin-left: 10px;
  }
  .blog-container .col-50 {
    width: calc(50% - 10px);
  }
  .green-box .col-50 {
    width: 100%;
  }
  .green-box-icon-wrap {
    padding-left: 0;
  }
  .page-tabs .col-30 {
    padding-right: 20px;
    width: 50%;
  }
  .page-tabs .col-70 {
    width: 50%;
  }
  .no-scroll {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    overflow: -moz-scrollbars-none;
    /* Firefox */
  }
  .no-scroll::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, and Opera */
  }
  .flex-bottom {
    display: inline-block;
  }
  .flex-bottom .col-60 {
    width: 100%;
  }
  .flex-bottom .col-40 {
    display: none;
  }
  .think-posts .col-50,
  .think-single-post,
  .think-single-post img {
    width: 100%;
  }
  .think-posts .col-50:nth-child(even) {
    margin-left: 0px;
  }
  .think-posts .col-50:nth-child(odd) {
    margin-right: 0px;
  }
  .think-single-post {
    margin-bottom: 30px;
  }
  .think-posts .col-50:last-of-type .think-single-post {
    margin-bottom: 0px;
  }
  .filter .col-75 .row .col-33 {
    flex-basis: 100%;
  }
  .slide-offer-left {
    width: calc(100% - 200px);
  }
  .woocommerce
    table.shop_table_responsive
    tr
    td.remaining-free-shipping-total::before,
  .woocommerce-page
    table.shop_table_responsive
    tr
    td.remaining-free-shipping-total::before {
    display: none;
  }
  .woocommerce table.shop_table td {
    padding: 9px 0;
  }
  .product-details-left {
    padding: 1rem !important;
  }
  .filter .col-32 {
    width: 100%;
  }
}

@media (max-width: 650px) {
  .slider .col-50 {
    width: 100%;
  }
  .slider .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .slider-content {
    align-items: center;
    max-width: 96%;
    padding: 0 2%;
  }
  .slider-content h3,
  .slider-content p {
    text-align: center;
  }
  .slider img {
    max-height: 300px;
    margin-bottom: 30px;
    width: auto;
  }
  .featured-product ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
  }
  .featured-product-left p {
    padding: 0;
  }
  .col-25.filter-select-wrap {
    width: 100%;
  }
  .filter .col-33 .product {
    margin-left: 0px;
  }
  .promo-box.promo-box-simple .row {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .promo-box.promo-box-simple .col-60 {
    width: 100%;
    margin-left: 0px;
  }
  .promo-box.promo-box-simple .col-40 {
    width: 100%;
  }
  .promo-box.promo-box-simple .col-60 h4 {
    text-align: center;
  }
  .promo-box.promo-box-simple .promo-image-wrap img {
    width: auto;
    max-height: 300px;
  }
  .main-product .col-50 {
    width: 100%;
  }
  .col-50.product-gallery {
    margin: 0 0 20px 0;
  }
  .col-50.product-information {
    margin-left: 0px;
  }
  .page-tabs .col-30 {
    padding-right: 0px;
    width: 100%;
  }
  .page-tabs .col-70 {
    width: 100%;
  }
  #tabs-content {
    padding: 0 20px;
  }
  .slider-wrap {
    max-height: 100%;
  }
  .blog-post,
  .blog-post.col-50 {
    width: 100%;
  }
  .klarnaprice {
    top: 2rem;
    right: 1rem !important;
  }
  .woocommerce div.product .product_title {
    margin-top: 0.7rem !important;
    max-width: 70%;
  }
}

@media (max-width: 620px) {
  .menu-container {
    float: right;
  }
  .header-icons {
    margin: 0px 0 10px 0px;
    width: 100%;
  }
  .search-input {
    margin-top: 0;
    width: 100%;
  }
  .account-icon {
    margin-top: 13px;
  }
  .cart-icon {
    margin-top: 11px;
  }
  .footer .col-20,
  .footer .col-15 {
    width: 49%;
  }
  .footer .col-25 {
    width: 100%;
  }
  .footer {
    padding: 40px 0 50px 0;
  }
  .scroll-wrap {
    top: 50px;
  }
  .account-icon {
    display: none;
  }
  .logo {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .logo img {
    max-width: 100px;
    height: auto;
  }
  .banner-inner .container-wide {
    text-align: center;
    position: relative;
  }
  .menu-container {
    float: none;
  }
  .menu-container nav ul li:first-child a {
    padding: 10px 15px;
    position: absolute;
    left: 0;
    bottom: 23px;
  }
  .hamburger a:before {
    left: 0px;
    top: 4px;
    margin: 0;
  }
  .cart-icon {
    margin-top: 0;
    position: absolute;
    top: 10px;
    right: 30px;
  }
  .menu-container {
    margin-top: 0;
  }
  .sub-menu-container {
    top: 50px;
    text-align: left;
  }
  .hamburger a:after {
    left: 0;
    top: 0px;
  }
  .sub-menu-container {
    background: var(--light-gray);
  }
  .sub-menu-container .sub-menu {
    display: none;
  }
  .col-25 {
    width: 100%;
  }
  .sub-menu-container h3 {
    display: inline-block;
    width: 100%;
    margin-left: 20px;
  }
  .sub-menu-container ul {
    display: inline-block;
    width: 100%;
  }
  .sub-menu-container ul > li {
    margin: 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .sub-menu-container ul li ul li {
    border-bottom: none;
  }
  .sub-menu-container ul li ul li a {
    padding-top: 0px;
    padding-bottom: 3px;
  }
  .sub-menu-container ul > li > ul {
    margin: 0;
  }
  .sub-menu-container ul > li a {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 15px 45px 15px 20px;
  }
  .sub-menu-container ul > li a:after {
    position: absolute;
    left: auto;
    right: 20px;
    top: 15px;
  }
  .sub-menu-container h3 {
    margin: 20px 0 0 20px;
  }
  .sub-menu-container.active {
    display: inline-block;
    overflow-y: auto;
    height: calc(var(--vh, 1vh) * 100 - 89px);
    overflow-x: hidden;
    width: 100%;
  }
  .body-scroll-lock {
    position: fixed;
  }
  ::-webkit-scrollbar {
    width: 1px;
  }
  ::-webkit-scrollbar-track {
    background: var(--light-gray);
  }
  ::-webkit-scrollbar-thumb {
    background: var(--light-gray);
  }
  ::-webkit-scrollbar-thumb:hover {
    background: var(--light-gray);
  }
  .black-bottom {
    height: 44px;
    background: #000;
    color: #fff;
    width: calc(100% + 30px);
    padding-top: 11px;
    margin-left: -15px;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
  }
  .black-bottom p {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
    justify-content: center;
  }
  .black-bottom p a {
    text-decoration: none;
    font-weight: 400;
    color: #fff;
  }
  .black-bottom p a:hover {
    text-decoration: underline;
  }
  .black-bottom p a.active {
    font-weight: 600;
  }
  .sub-menu-container ul > li:last-of-type {
    border: none;
  }
  .sub-menu-container .menu-item-has-children a:after {
    right: 20px;
    left: auto;
    transition: none;
    transform: rotate(0deg);
  }
  .sub-menu-container.active ul > li a:hover:after {
    right: 20px;
    left: auto;
    transition: none;
  }
  .sub-menu-container.active .menu-item-has-children a.active:after {
    right: 20px;
    left: auto;
    transition: none;
    transform: rotate(90deg);
  }
  .sub-menu-container.active .menu-item-has-children a.active + ul {
    display: inline-block;
    margin-bottom: 10px;
  }
  .cart-info-product-left img {
    height: 105px;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: none !important;
  }
  .varukorg .col-33 {
    width: 100%;
  }
  .woocommerce-checkout .banner-inner.fixed {
    height: 50px;
    margin-bottom: 50px;
  }
  .woocommerce-checkout .banner-outer .logo {
    position: absolute;
    left: 50%;
    top: 60px;
    margin-left: -60px;
  }
  .safe-checkout img {
    margin-right: 0px;
  }
  .cart-info-product-left .cart-info-product-left-text.desktop-text {
    display: none;
  }
  .cart-info-product-left-text-mobile {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    /* padding: 0 30px; */
  }
  .cart-info-product-left-text-mobile .cart-info-product-left-text {
    width: 100%;
  }
  .cart-info-product-left-text-mobile .cart-info-product-left-text ul {
    margin: 0px;
  }
  /* .woocommerce .cart-sidebar ul#shipping_method .shipping_method {
    display: none;
  } */
  .woocommerce .cart-sidebar .woocommerce-shipping-destination {
    display: none;
  }
  .cart-product-name {
    font-size: 17px;
  }
  .hamburger a:before {
    width: 30px;
    height: 19.4px;
  }
  .hamburger a:after {
    width: 28px;
    height: 28px;
  }
  .featured-product ul li:before {
    width: 24px;
    height: 24px;
  }
  .featured-product ul li:nth-child(1) {
    padding: 0 25px 0 35px;
  }
  .featured-product ul li:nth-child(1):before {
    left: 2px;
  }
  .featured-product ul li:nth-child(2):before {
    top: -1px;
  }
  .featured-product ul li:nth-child(3):before {
    top: 2px;
  }
}

@media (max-width: 600px) {
  .featured-product .product .col-40 {
    width: 100%;
  }
  .featured-product-image-wrap {
    margin-bottom: 20px;
  }
  .featured-product-content {
    padding-left: 0;
  }
  .featured-product-content {
    float: left;
    width: 100%;
    padding: 5px 0 0 0px;
  }
  .featured-product .product ul li {
    width: 100%;
  }
  .blog-container .col-50:nth-child(odd) {
    margin-right: 0px;
  }
  .blog-container .col-50:nth-child(even) {
    margin-left: 0px;
  }
  .blog-container .col-50 {
    width: 100%;
  }
  .btn.fixed-width,
  .orange-button-container a {
    min-width: auto;
  }
  .blog-container .row {
    margin-bottom: 0px;
  }
  .green-box h3,
  .green-box p {
    width: 100%;
  }
  .think-single-post {
    margin-bottom: 20px;
  }
  .intro-text {
    padding-bottom: 20px;
  }
  .think-posts {
    margin-bottom: 30px;
  }
  .yellow-section .col-33,
  .light-green-section .col-33 {
    width: 100%;
  }
  .quote h3 {
    width: 100%;
  }
  .quote img {
    padding-right: 0px;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .quote .row {
    flex-direction: column;
  }
  .quote .row .col-50 {
    width: 100%;
  }
  .carousel {
    padding: 20px 0 50px 0;
    margin-bottom: 20px;
  }
  .carousel-buttons {
    padding-left: 36px;
    padding-right: 0px;
  }
  .carousel-left {
    margin-left: -8px;
  }
  @supports (-webkit-appearance: none) {
    .think-green-landing {
      height: calc(100vh - 56px);
    }
  }
  .cart-info-product-left {
    display: inline-block;
  }
  .cart-info-product-left-text {
    display: inline-block;
    width: calc(100% - 100px);
  }
  .cart-product-name {
    width: 100%;
    display: inline-block;
  }
  .mobile-extra-totals {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
  }
  .slide-offer .mobile-extra-totals h3,
  .slide-offer .mobile-extra-totals .woocommerce-Price-amount,
  .slide-offer .mobile-extra-totals .woocommerce-Price-amount bdi {
    font-size: 20px;
  }
  .slide-offer .mobile-extra-totals .includes_tax {
    display: none;
  }
  .slide-offer .mobile-extra-totals h3 {
    margin-bottom: 0px;
    margin-top: 13px;
  }
  .woocommerce-checkout .product-quantity {
    display: none;
  }
  .slide-offer .mobile-extra-totals .wc-proceed-to-checkout {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .singel-product-bottom-price .del bdi {
    display: block;
  }
  .singel-product-bottom-price bdi {
    text-align: right;
  }
  .fixed-bar-price .del bdi {
    display: block;
  }
  .fixed-bar-price bdi {
    text-align: left;
  }
  .fixed-bar-price .del .woocommerce-Price-amount,
  .singel-product-bottom-price .del .woocommerce-Price-amount {
    margin-right: 0 !important;
  }
  span.specification-text {
    width: 70%;
    display: inline-block;
  }
  .fixed-bar .product-details-fixed-bar {
    display: none;
  }
  .fixed-bar .buynowprice {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 530px) {
  .price-value-wrapper {
    float: right;
  }
  .sub-menu-container .col-20 {
    width: 100%;
    float: left;
  }
  .banner-inner-black .col-20 {
    width: 100%;
  }
  .banner-inner-black .col-20.text-align-right {
    order: 2;
    padding-bottom: 10px;
    text-align: left;
  }
  .banner-inner-black .col-60.text-align-center {
    width: 100%;
    order: 1;
  }
  .banner-inner-black ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
  .banner-inner-black ul li::before {
    top: 1px;
  }
  .banner-inner-black ul li:last-child {
    margin-bottom: 0;
  }
  .home-products .col-25 {
    flex-basis: 100%;
  }
  .icon-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .think-green {
    padding: 30px;
  }
  .promo-box h4 {
    font-size: 33px;
  }
  .blog-posts {
    padding: 10px 0 40px;
  }
  .newsletter {
    padding: 20px 30px;
  }
  .filter .col-25.filter-sidebar {
    width: 100%;
    /* display: none; */
  }
  .filter .col-75 {
    width: 100%;
  }
  .custom-select {
    width: calc(100% - 70px);
    float: right;
  }
  .filters-button {
    display: inline-block;
    width: 60px;
    line-height: 26px;
    padding: 11px 15px;
    cursor: pointer;
    background: var(--light-gray);
    border-radius: 20px;
    border: none;
  }
  .filters-button img {
    float: left;
  }
  .banner-inner-black p,
  .banner-inner-black ul li:first-child,
  .banner-inner-black ul li:last-child {
    display: none;
  }
  .banner-inner-black ul {
    text-align: center;
  }
  .banner-inner-black ul li {
    margin-bottom: 0;
    padding: 0;
    line-height: 44px;
  }
  .banner-inner-black {
    height: 44px;
    padding-top: 0px;
  }
  .banner-inner-black ul li::before {
    position: relative;
    top: 6px;
    left: -6px;
    display: inline-block;
  }
  .banner-inner-black .col-60.text-align-center {
    padding: 0;
  }
  .slider-content h3,
  .slider-content p {
    text-align: left;
  }
  .slider-content {
    align-items: flex-start;
    max-width: 100%;
    padding: 0 5%;
  }
  .slider-content .btn {
    width: 100%;
  }
  .tns-nav {
    text-align: center;
    display: inline-block;
    position: absolute;
    bottom: -40px;
    width: 100%;
  }
  .tns-nav button {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    background: #d9d9d9;
    margin: 0 3px;
    padding: 0;
  }
  .tns-nav button.tns-nav-active {
    background: var(--main-color);
  }
  .slider-wrap {
    margin: 0 0 80px 0;
    position: relative;
  }
  .main-category {
    flex-direction: row-reverse;
  }
  .category-content {
    flex: 1;
    padding-left: 15px;
  }
  .think-green .col-50 {
    text-align: left;
  }
  .icon-wrap {
    display: flex;
    align-items: center;
    text-align: left;
  }
  .icon-wrap img {
    width: 80px;
    height: 80px;
  }
  .icon-wrap:nth-child(1),
  .icon-wrap:nth-child(2) {
    padding-left: 0;
  }
  .think-green h6 {
    margin: 5px 0 0 15px;
  }
  .promo-box h4 {
    width: 100%;
    margin-top: 0;
  }
  .blog-content-wrap {
    padding: 0 13px;
  }
  .newsletter .col-50 {
    text-align: left;
  }
  .newsletter form p {
    text-align: left;
  }
  .newsletter form input[type="submit"] {
    width: 100%;
  }
  .footer-top .logo {
    display: none;
  }
  .footer .col-20,
  .footer .col-15 {
    width: 100%;
  }
  .footer.footer-black .col-25.no-padding {
    width: 100%;
  }
  .footer-top {
    padding: 10px 0;
  }
  .mobile-slider-wrap {
    display: inline-block;
    position: relative;
    margin-bottom: 70px;
  }
  .col-50.product-gallery {
    display: none;
  }
  .product-details .col-60 {
    width: 60%;
  }
  .product-details .col-40 {
    width: 40%;
  }
  .product-details-wrap {
    padding: 20px 15px;
  }
  .product-details a.specs {
    margin: 20px 0 10px 0;
  }
  .product-details.top {
    flex-direction: row;
  }
  .product-details-wrap.desktop {
    display: none;
  }
  .product-details-wrap.mobile {
    display: inline-block;
  }
  .product-details h5 {
    float: right;
    margin: 0px 0 0 0;
    line-height: 33px;
    clear: both;
    display: flex;
    flex-direction: column-reverse;
  }
  .product-details h5.price-value-no-sale {
    display: block;
  }
  .price-value-no-sale .product-details p.moms {
    text-align: right;
  }
  .product-details .price-info .del {
    margin: 0;
  }
  .product-details ul {
    margin: 0 0 30px 0;
  }
  .single-product .home-products {
    /* margin-bottom: 0px; */
  }
  .specifications {
    margin: 20px 0 10px 0;
  }
  .promo-box.promo-box-simple .col-60 h4 {
    text-align: left;
  }
  .promo-box-simple .btn.btn-big-padding {
    width: 100%;
  }
  .single-product #tidio-chat,
  .woocommerce-cart #tidio-chat {
    display: none;
  }
  klarna-placement *::part(osm-container) {
    justify-content: center;
  }
  .slider h4 {
    transform: rotate(-5deg);
  }
  .cart-sidebar {
    padding: 30px 15px;
  }
  .woocommerce #kco-order-review div.product-total {
    width: 70px;
  }
  #kco-order-review {
    padding: 15px;
  }
  .woocommerce-checkout {
    padding-bottom: 30px;
  }
  .klarna-wrap {
    margin-bottom: 0px;
  }
  .think-green h4 {
    line-height: 40px;
    font-size: 35px;
  }
  .checkout-radio-single input[type="radio"]:checked {
    background: var(--main-color);
  }
  .slide-offer .description,
  .slide-offer .price-info h5 span.del,
  .slide-offer h3,
  .slide-offer img {
    display: none !important;
  }
  .slide-offer-left {
    display: none !important;
  }
  .slide-offer-right {
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .slide-offer .btn {
    padding: 10px 0px;
  }
  .slide-offer-right .product-quantity-container {
    width: 5rem;
  }
  .product-details-wrapper {
    width: 100%;
  }
  .add-to-cart-container {
    width: 100%;
  }
  .faq-title {
    padding: 0.3rem 1rem;
  }
  .product-details-wrapper {
    flex-direction: column;
  }
  .product-details-wrapper ul {
    width: 100%;
  }
  .prices h5 {
    display: flex;
    flex-direction: column;
  }
  #klarna-box,
  .hyra-info {
    width: 100%;
  }
  .product-details-wrapper ul.product-details-list {
    grid-template-columns: 1fr !important;
  }
  .wcboost-variation-swatches__wrapper.attribute_pa_natverk
    .wcboost-variation-swatches__item,
  .wcboost-variation-swatches__wrapper.attribute_pa_lagringsutrymme
    .wcboost-variation-swatches__item,
  .wcboost-variation-swatches__wrapper.attribute_pa_skick
    .wcboost-variation-swatches__item,
  .wcboost-variation-swatches__wrapper.attribute_pa_minne
    .wcboost-variation-swatches__item,
  .wcboost-variation-swatches__wrapper.attribute_pa_skarmstorlek
    .wcboost-variation-swatches__item,
  .wcboost-variation-swatches__wrapper.attribute_pa_cpiu
    .wcboost-variation-swatches__item {
    min-width: 8.8rem !important;
  }
  .ppom-input-ut_kad_garanti .form-check-label {
    min-width: 10rem !important;
  }
  .qty-addToCartBtn-wrapper {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }
  /* .single-product .product .single_add_to_cart_button.button {
    min-width: 11rem !important;
  } */
  .klarnaprice .del .woocommerce-Price-amount {
    margin-right: 0 !important;
  }
}

@media (max-width: 460px) {
  .discount {
    width: 50px;
    height: 50px;
    top: 20px;
    right: 20px;
    font-size: 15px;
    line-height: 50px;
  }
  .green-box-icon-wrap img {
    width: 50px;
    height: 50px;
    margin: 0 20px 20px 0;
  }
  .green-box-icon-wrap h6 {
    padding: 0;
  }
  .scroll-wrap {
    width: 100%;
  }
  .woocommerce-checkout .banner-inner .container-wide {
    display: inline-block;
    margin-top: 3px;
  }
  .woocommerce-checkout .banner-outer .logo {
    top: 57px;
  }
  .back-checkout {
    width: auto;
    float: left;
  }
  .safe-checkout {
    width: auto;
    float: right;
    margin: -7px 0 0 0;
  }
  .safe-checkout img {
    top: 5px;
    width: 21px;
    height: 21px;
  }
}

@media (min-width: 820px) and (max-width: 1024px) {
  .product-details-wrapper ul {
    width: 100%;
  }
  #klarna-box,
  .hyra-info {
    width: 100%;
  }
  .product-details-wrapper {
    flex-direction: column;
  }
  .product-details-wrapper ul.product-details-list {
    grid-template-columns: 1fr !important;
  }
  .qty-addToCartBtn-wrapper {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }
}

@media (min-width: 800px) {
  .faq-container {
    display: flex;
    gap: 1rem;
  }
  .faq-wrapper {
    flex: 1;
  }
  .klarnaprice .del bdi {
    display: block;
    text-align: right;
  }
  .product-details-left {
    padding: 1rem !important;
  }
  span.specification-text {
    width: 70%;
    display: inline-block;
  }
}

@media (min-width: 700px) {
  .faq-container {
    display: flex;
    gap: 1rem;
  }
  .faq-wrapper {
    flex: 1;
  }
  .fixed-bar-price p {
    display: flex;
    justify-content: end;
  }
}

.tns-nav {
  text-align: center;
  display: inline-block;
  position: absolute;
  /* bottom: 0px; */
  width: 100%;
}

.tns-nav button.tns-nav-active {
  background: var(--main-color);
}

.tns-nav button {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  background: #d9d9d9;
  margin: 0 3px;
  padding: 0;
}

/* Style for the sale badge */

.woocommerce span.onsale {
  top: 0px;
  left: auto;
  right: 50%;
  background-color: #ff494a;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-page span.onsale {
  font-size: 18px !important;
}

.woo-product-gallery-slider
  .yith-wcbm-badge.yith-wcbm-badge-text.yith-wcbm-badge-1662 {
  padding: 24px 50px 23px 50px !important;
}

.woo-product-gallery-slider
  .yith-wcbm-badge.yith-wcbm-badge-text.yith-wcbm-badge-1662
  .yith-wcbm-badge-text
  span {
  font-size: 14px !important;
}

.blog-content-wrap .sharedaddy {
  display: none;
}

/* ************ PRODUCT VARIATIONS ************ */

.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
}

.variations tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 1rem;
}

.wcboost-variation-swatches__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.wcboost-variation-swatches__wrapper.attribute_pa_natverk
  .wcboost-variation-swatches__item,
.wcboost-variation-swatches__wrapper.attribute_pa_lagringsutrymme
  .wcboost-variation-swatches__item,
.wcboost-variation-swatches__wrapper.attribute_pa_skick
  .wcboost-variation-swatches__item,
.wcboost-variation-swatches__wrapper.attribute_pa_minne
  .wcboost-variation-swatches__item,
.wcboost-variation-swatches__wrapper.attribute_pa_skarmstorlek
  .wcboost-variation-swatches__item,
.wcboost-variation-swatches__wrapper.attribute_pa_cpiu
  .wcboost-variation-swatches__item {
  box-shadow: none;
  background: #fff;
  border-radius: 25rem !important;
  border: 1px solid #393939;
  padding: 27px 20px !important;
  min-width: 11rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.wcboost-variation-swatches__wrapper.attribute_pa_natverk
  .wcboost-variation-swatches__item.selected,
.wcboost-variation-swatches__wrapper.attribute_pa_lagringsutrymme
  .wcboost-variation-swatches__item.selected,
.wcboost-variation-swatches__wrapper.attribute_pa_skick
  .wcboost-variation-swatches__item.selected,
.wcboost-variation-swatches__wrapper.attribute_pa_minne
  .wcboost-variation-swatches__item.selected,
.wcboost-variation-swatches__wrapper.attribute_pa_skarmstorlek
  .wcboost-variation-swatches__item.selected,
.wcboost-variation-swatches__wrapper.attribute_pa_cpiu
  .wcboost-variation-swatches__item.selected {
  background: #64b246;
  color: #fff;
  border: 0px;
  box-shadow: none;
}

.wcboost-variation-swatches__wrapper.attribute_pa_natverk
  .wcboost-variation-swatches__item.selected
  .wcboost-variation-swatches__name:before,
.wcboost-variation-swatches__wrapper.attribute_pa_lagringsutrymme
  .wcboost-variation-swatches__item.selected
  .wcboost-variation-swatches__name:before,
.wcboost-variation-swatches__wrapper.attribute_pa_skick
  .wcboost-variation-swatches__item.selected
  .wcboost-variation-swatches__name:before,
.wcboost-variation-swatches__wrapper.attribute_pa_minne
  .wcboost-variation-swatches__item.selected
  .wcboost-variation-swatches__name:before,
.wcboost-variation-swatches__wrapper.attribute_pa_skarmstorlek
  .wcboost-variation-swatches__item.selected
  .wcboost-variation-swatches__name:before,
.wcboost-variation-swatches__wrapper.attribute_pa_cpiu
  .wcboost-variation-swatches__item.selected
  .wcboost-variation-swatches__name:before {
  font-family: WooCommerce;
  content: "\e017";
  margin-right: 0.53em;
  vertical-align: bottom;
}

.wcboost-variation-swatches__wrapper.attribute_pa_natverk
  .wcboost-variation-swatches__item.disabled,
.wcboost-variation-swatches__wrapper.attribute_pa_lagringsutrymme
  .wcboost-variation-swatches__item.disabled,
.wcboost-variation-swatches__wrapper.attribute_pa_skick
  .wcboost-variation-swatches__item.disabled,
.wcboost-variation-swatches__wrapper.attribute_pa_minne
  .wcboost-variation-swatches__item.disabled,
.wcboost-variation-swatches__wrapper.attribute_pa_skarmstorlek
  .wcboost-variation-swatches__item.disabled,
.wcboost-variation-swatches__wrapper.attribute_pa_cpiu
  .wcboost-variation-swatches__item.disabled {
  text-decoration: line-through;
  opacity: 0.3;
}

/* Color variation buttons */

.wcboost-variation-swatches__wrapper.attribute_pa_farg
  .wcboost-variation-swatches__item {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 100%;
  width: 50px !important;
  height: 50px;
  box-shadow: none;
}

.wcboost-variation-swatches__wrapper.attribute_pa_farg
  .wcboost-variation-swatches__item.selected {
  box-shadow: 0 0 0 2px rgba(100, 178, 70, 1);
}

.wcboost-variation-swatches__wrapper.attribute_pa_farg
  .wcboost-variation-swatches__item.disabled {
  box-shadow: 0 0 0 2px #d1d1d2;
  opacity: 1;
}

.wcboost-variation-swatches__wrapper.attribute_pa_farg
  .wcboost-variation-swatches__item.disabled
  .wcboost-variation-swatches__name::after {
  content: "";
  position: absolute;
  top: 24px;
  left: -2px;
  width: 53px;
  height: 2px;
  background-color: #d1d1d2;
  transform: rotate(45deg);
}

.wcboost-variation-swatches__wrapper.attribute_pa_farg
  .wcboost-variation-swatches__name {
  font-size: 0;
}

.wcboost-variation-swatches__item-bla
  .wcboost-variation-swatches__name::before {
  content: "\2022";
  color: #215e7c;
  font-size: 10rem;
  display: block;
  overflow: hidden;
}

.wcboost-variation-swatches__item-gron
  .wcboost-variation-swatches__name::before {
  content: "\2022";
  color: #364935;
  font-size: 10rem;
  display: block;
  overflow: hidden;
}

.wcboost-variation-swatches__item-midnatt
  .wcboost-variation-swatches__name::before {
  content: "\2022";
  color: #171e27;
  font-size: 10rem;
  display: block;
  overflow: hidden;
}

.wcboost-variation-swatches__item-rod
  .wcboost-variation-swatches__name::before {
  content: "\2022";
  color: #a50011;
  font-size: 10rem;
  display: block;
  overflow: hidden;
}

.wcboost-variation-swatches__item-vit
  .wcboost-variation-swatches__name::before {
  content: "\2022";
  color: #ebebe3;
  font-size: 10rem;
  display: block;
  overflow: hidden;
}

.wcboost-variation-swatches__item-gul
  .wcboost-variation-swatches__name::before {
  content: "\2022";
  color: #f3d060;
  font-size: 10rem;
  display: block;
  overflow: hidden;
}

.wcboost-variation-swatches__item-lila
  .wcboost-variation-swatches__name::before {
  content: "\2022";
  color: #b8afe6;
  font-size: 10rem;
  display: block;
  overflow: hidden;
}

.wcboost-variation-swatches__item-rosa
  .wcboost-variation-swatches__name::before {
  content: "\2022";
  color: #fae0d8;
  font-size: 10rem;
  display: block;
  overflow: hidden;
}

.wcboost-variation-swatches__item-stjarnglans
  .wcboost-variation-swatches__name::before {
  content: "\2022";
  color: #f9f3ee;
  font-size: 10rem;
  display: block;
  overflow: hidden;
}

.wcboost-variation-swatches__item-rymdgra
  .wcboost-variation-swatches__name::before {
  content: "\2022";
  color: #535150;
  font-size: 10rem;
  display: block;
  overflow: hidden;
}

.wcboost-variation-swatches__item-silver
  .wcboost-variation-swatches__name::before {
  content: "\2022";
  color: #f5f5f0;
  font-size: 10rem;
  display: block;
  overflow: hidden;
}

.wcboost-variation-swatches__item-svart
  .wcboost-variation-swatches__name::before {
  content: "\2022";
  color: #000;
  font-size: 10rem;
  display: block;
  overflow: hidden;
}

.wcboost-variation-swatches__item-gra
  .wcboost-variation-swatches__name::before {
  content: "\2022";
  color: #7f7f7d;
  font-size: 10rem;
  display: block;
  overflow: hidden;
}

/* PPOM */

.single-product .ppom-input-ut_kad_garanti {
  display: flex;
  max-width: 580px;
}

.ppom-input-ut_kad_garanti {
  flex-flow: row wrap;
}

.ppom-input-ut_kad_garanti .form-control-label {
  flex-basis: 100%;
  font-weight: bold;
}

.ppom-input-ut_kad_garanti .form-check-label {
  opacity: 1;
  cursor: pointer;
  padding: 12px 20px;
  text-align: center;
  border-radius: 25px;
  background: #fff;
  border: 1px solid #393939;
  min-width: 11rem;
}

.ppom-input-option-label {
  font-weight: bold;
}

.active_form-check-label {
  opacity: 1 !important;
  background: #64b246 !important;
  color: #fff;
  border: none !important;
}

.active_form-check-label::before {
  font-family: WooCommerce;
  content: "\e017";
  margin-right: 0.53em;
  vertical-align: bottom;
}

.ppom-variable-option {
  display: none;
}

.ppom-wrapper .form-check {
  padding-left: 0 !important;
  padding-right: 10px;
  padding-bottom: 10px;
}

.form-check-label {
  margin-bottom: 1rem;
}

.ppom-col {
  padding: 0 !important;
}

#ppom-price-container {
  margin-top: 2rem;
  display: none;
}

.ppom-rendering-fields {
  padding: 0 !important;
  margin: 0 !important;
}

a.reset_variations {
  visibility: hidden !important;
  display: none !important;
}

/* ************ PRODUCT VARIATIONS END ************ */

/* ************ PRODUCTS ************ */

.product-details-left {
  position: relative;
  background: #fafafa;
  padding: 2rem;
  border-radius: 20px;
  margin-bottom: 1rem;
}

.product-details-wrapper {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}

.product-details-left h3 {
  margin-bottom: 8px;
  margin-top: 1rem;
  font-size: 22px;
  max-width: 65%;
}

.box .sku {
  font-size: 12px;
  padding-top: 0.5rem;
}

.box .specs {
  font-size: 13px;
}

.product-details-wrapper ul.product-details-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3rem;
}

.product-details-wrapper ul li {
  display: flex;
  align-items: center;
}

.product-details-wrapper ul li img {
  margin-right: 0.5rem;
  width: 1.4rem;
  height: 1.4rem;
}

.product-details-wrapper ul li p {
  font-size: 14px;
}

.woocommerce div.product .summary.entry-summary {
  display: flex;
  flex-direction: column;
}

.product_title.entry-title {
  order: 0;
  font-size: 22px;
}

.product-details-left {
  order: 0;
}

.ppom-option-price-list ppom-total-without-fixed {
  order: 0;
}

p.price {
  order: 0;
}

.prices p {
  font-size: 1rem;
  font-weight: 400;
}

div.woo-short-description {
  order: 2;
}

form.cart {
  order: 3;
}

div.quick_buy_container {
  order: 5;
}

.product_title entry-title {
  line-height: 1.2;
}

.singel-product-bottom-price-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.singel-product-bottom-price {
  text-align: right;
  width: 40%;
}

bdi {
  white-space: nowrap;
}

.qty-addToCartBtn-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.singel-product-subtotal-container {
  border-top: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
  padding: 1rem 0;
}

/* ************ PRODUCTS END ************ */

/* But button */

.single-product .product .single_add_to_cart_button.button {
  background-color: #64b246 !important;
  color: #ffffff !important;
  padding: 7px 30px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  min-width: 14rem;
  width: 100%;
  text-decoration: none;
  border-radius: 35px;
  display: block;
  height: 3.5rem;
}

.woocommerce .product .add_to_cart_button.button {
  background-color: #333333;
  color: #ffffff;
}

.single-product .product .single_add_to_cart_button.button:hover {
  background-color: #333333;
  color: #ffffff;
}

.woocommerce .product .add_to_cart_button.button:hover {
  background-color: #333333;
  color: #ffffff;
}

.single-product
  .product
  .single_add_to_cart_button.button
  .wc-variation-selection-needed {
  background-color: #333333 !important;
  color: #ffffff !important;
}

.single_add_to_cart_button
  .button
  .alt
  .disabled
  .wc-variation-selection-needed {
  background-color: #333333 !important;
  color: #ffffff !important;
}

.attribute-description {
  line-height: 1.2;
  color: black;
}

.klarnaprice {
  text-align: right;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.woocommerce-variation-price {
  display: none !important;
}

.entry-summary .price {
  display: none !important;
}

.prices {
  color: black;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none !important;
  margin-bottom: 0.5rem !important;
}

.entry-summary .wc-forward {
  display: none !important;
}

.related {
  margin: 20px 0 !important;
}

.entry-summary .woocommerce-variation-availability {
  display: none !important;
}
