@charset "UTF-8";
/*
 Theme Name:   storefront-child
 Template:     storefront
*/
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@200;400;600&display=swap");
a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
  outline-color: transparent;
}

html, body {
  background: #f4f2f0 !important;
  font-size: 1rem;
}

header.site-header {
  background: #D3C5B7;
  background-image: url(img/header.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 3em;
  padding-bottom: 0;
}

body {
  font-family: 'Overpass', sans-serif;
  font-weight: 200;
  color: #222;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

h1, .h1 {
  font-size: 2.8rem;
}

h2, .h2 {
  font-size: 2.4rem;
}

h3, .h3 {
  font-size: 2rem;
}

h4, .h4 {
  font-size: 1.75rem;
}

h5, .h5 {
  font-size: 1.5rem;
}

p, span, strong, a, p a, p strong, p span, li, ul, li a {
  font-size: 1.1rem;
}

a,
.woocommerce-breadcrumb a,
a.woocommerce-review-link,
.product_meta a {
  color: #222 !important;
}

a:hover,
.woocommerce-breadcrumb a:hover,
a.woocommerce-review-link:hover,
.product_meta a:hover {
  color: #3a3734 !important;
}

#wpadminbar a,
#wpadminbar .woocommerce-breadcrumb a,
#wpadminbar a.woocommerce-review-link,
#wpadminbar .product_meta a {
  color: #fff !important;
}

#wpadminbar a:hover,
#wpadminbar .woocommerce-breadcrumb a:hover,
#wpadminbar a.woocommerce-review-link:hover,
#wpadminbar .product_meta a:hover {
  color: #fff !important;
}

.site-header {
  margin-bottom: 0px !important;
  border-bottom: none;
  min-height: 200px;
}

.main-navigation ul.menu ul.sub-menu,
.main-navigation ul.nav-menu ul.children {
  background: #ccbbab;
  margin: 0;
}

@media (min-width: 768px) {
  .main-navigation ul.menu ul.sub-menu,
  .main-navigation ul.nav-menu ul.children {
    padding: 20px 0;
  }
}

.main-navigation ul.menu ul.sub-menu li:focus,
.main-navigation ul.nav-menu ul.children li:focus {
  background-color: transparent;
}

.dropdown-toggle {
  width: 100%;
  margin-bottom: 0;
  height: 46px;
  background: transparent !important;
  top: 1px !important;
  text-align: right;
  padding: 0 22px !important;
}

.dropdown-toggle::after {
  color: #fff;
  font-size: 1.2rem;
}

.dropdown-toggle.toggled-on, .dropdown-toggle:hover {
  background: transparent !important;
}

.col-full {
  max-width: 100%;
  padding: 0;
  margin: 0 auto !important;
}

.wc-block-grid,
.wp-block-latest-posts,
.wp-block-columns,
.single-product div.product,
.entry-content > .woocommerce,
.site-footer,
ul.products {
  max-width: 1200px;
  padding: 0 20px !important;
  margin: 0 auto !important;
  background: #f4f2f0 !important;
}

.home.page-template-template-fullwidth .hentry .entry-content > .wp-block-cover, .home.page-template-template-fullwidth .hentry .entry-content > .wp-block-image {
  margin-bottom: 0 !important;
}

.single-product div.product {
  max-width: 1100px;
}

.single-product .col-full > .woocommerce {
  margin: 20px;
}

.single-product .col-full > .woocommerce .woocommerce-message,
.single-product .col-full > .woocommerce .woocommerce-info,
.single-product .col-full > .woocommerce .woocommerce-error {
  max-width: 960px;
}

.wp-block-columns.about {
  max-width: 1200px;
}

.wp-block-columns.about .wp-block-column:nth-child(2) {
  padding: 20px !important;
}

img {
  border-radius: 0;
}

.site-header-cart .cart_list span, .site-header-cart .cart_list a, .site-header-cart .cart_list li {
  font-size: 0.9rem;
}

.site-header-cart .cart-contents {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  background: #ffffff;
  padding: 12px;
  border-radius: 30px;
}

.site-header-cart .cart-contents span {
  color: #222;
  font-size: 1rem !important;
  font-weight: 200 !important;
}

.site-header-cart .cart-contents .amount {
  display: none;
}

.site-header-cart .cart-contents .count {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .site-header-cart .cart-contents span {
    display: none;
  }
}

.site-header-cart .cart-contents::after {
  display: block !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: inherit;
  content: "";
  height: 1.2em;
  float: right;
  line-height: 1.4;
}

.site-header .col-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  .site-header .col-full {
    padding-top: 25px;
  }
}

.woocommerce-active .site-header .site-branding {
  float: none;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.woocommerce-active .site-header .site-branding h1 {
  font-size: 12px;
  letter-spacing: 3.2px;
  color: #fff;
  margin-top: 10px;
  text-transform: uppercase;
}

.woocommerce-active .site-header .main-navigation {
  float: none;
  width: 100%;
}

.woocommerce-active .site-header .site-header-cart {
  position: fixed;
  right: 20px;
  top: 20px;
  height: 40px;
}

.woocommerce-active .site-header .site-header-cart > li:first-of-type {
  max-width: 160px;
  float: right;
}

.storefront-product-pagination {
  display: none !important;
}

.main-navigation ul > li {
  margin: 0 15px;
}

.main-navigation ul > li.current-menu-item a {
  color: #fff !important;
  text-transform: UPPERCASE;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  font-weight: 600;
}

.main-navigation ul > li.highlight {
  position: relative;
}

.main-navigation ul > li.highlight::after {
  content: '';
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translate(0, -60%);
          transform: translate(0, -60%);
  background-image: url("img/shop.png");
  background-size: contain;
  background-position: center;
  height: 16px;
  width: 16px;
}

@media (max-width: 767.98px) {
  .main-navigation ul > li.highlight::after {
    right: calc(50% - 50px);
  }
}

.main-navigation ul li a {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  font-weight: 300 !important;
}

@media (min-width: 768px) {
  .main-navigation ul li a {
    padding: 0.6em 5px 0.6em !important;
  }
}

.main-navigation button.menu-toggle {
  margin-top: 20px;
  border: 0;
}

.wc-block-grid__product {
  border-left: 0;
  border-bottom: 0;
  margin-bottom: 3rem;
}

.wc-block-grid__products .wc-block-grid__product img {
  margin: 0 auto !important;
}

ul.products li.product .price, ul.products .wc-block-grid__product .price, .wc-block-grid__products li.product .price, .wc-block-grid__products .wc-block-grid__product .price {
  margin-bottom: 0.5rem;
  font-weight: 200;
  color: #333;
}

ul.products li.product a .wc-block-grid__product-image,
.wc-block-grid__products .wc-block-grid__product a .wc-block-grid__product-image {
  margin: 0 !important;
}

ul.products li.product a img,
.wc-block-grid__products .wc-block-grid__product a img {
  -webkit-transform: scale(0.925);
          transform: scale(0.925);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

ul.products li.product a:hover img,
.wc-block-grid__products .wc-block-grid__product a:hover img {
  -webkit-transform: scale(0.955);
          transform: scale(0.955);
}

ul.products li.product,
.wc-block-grid__products .wc-block-grid__product {
  margin-bottom: 2rem;
}

ul.products li.product img,
.wc-block-grid__products .wc-block-grid__product img {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .wc-block-grid.has-4-columns .wc-block-grid__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wc-block-grid.has-4-columns .wc-block-grid__product {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
    margin: 0;
  }
}

.wc-block-grid__product-title,
.woocommerce-loop-product__title,
.wc-block-components-product-title .wc-block-components-product-name {
  font-size: 1.45rem !important;
  margin-bottom: 0rem !important;
  font-weight: 300 !important;
  text-decoration: none !important;
}

@media (max-width: 1000px) {
  .wc-block-grid__product-title,
  .woocommerce-loop-product__title,
  .wc-block-components-product-title .wc-block-components-product-name {
    font-size: 1.15rem !important;
  }
}

.wc-block-grid__product-price .woocommerce-Price-amount,
.wc-block-formatted-money-amount {
  font-size: 1.2rem !important;
  font-weight: 200;
}

.woocommerce-loop-category__title {
  background-color: #ded8d4;
  color: #222;
  padding: 12px 20px;
  width: 80%;
  margin: auto;
  font-weight: 600 !important;
  font-size: 1.2rem;
}

.woocommerce-loop-category__title mark {
  font-size: 0.8rem;
}

li.product-category h2 {
  position: absolute;
  bottom: 20px;
  width: 100%;
  background: #ffffffc7;
  margin: 0 auto 1rem;
  left: 0;
  right: 0;
  font-size: 1.2rem !important;
}

li.product-category, li.product.type-product {
  width: calc(25% - 8px) !important;
  margin-right: 0 !important;
}

li.product-category:not(.last), li.product.type-product:not(.last) {
  margin-right: 8px !important;
}

li.product-category img, li.product.type-product img {
  border-radius: 0;
}

@media (max-width: 767px) {
  li.product-category, li.product.type-product {
    width: calc(50% - 8px) !important;
  }
  li.product-category img, li.product.type-product img {
    width: 100% !important;
  }
}

li.product-category h2, li.product.type-product h2 {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  li.wc-block-grid__product {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 50% !important;
            flex: 1 0 50% !important;
  }
  ul.products,
  ul.wc-block-grid__products {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wc-block-grid__product-onsale,
.onsale {
  border-color: #6d6d6d;
  position: absolute;
  top: 5px;
  left: 5px;
  background: #222;
  border: none;
  color: #fff !important;
  border-radius: 0;
  padding: 5px 10px 2px;
  font-weight: 300;
  letter-spacing: 0.075em;
  z-index: 1;
}

form.woocommerce-ordering {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.add_to_cart_button,
button,
.button,
.added_to_cart,
.site-header-cart .widget_shopping_cart a.button,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.wp-block-button__link {
  background-color: #222 !important;
  color: #ece9e7 !important;
  -webkit-transition: color 0.2s, background 0.2s;
  transition: color 0.2s, background 0.2s;
  margin: 0;
  text-align: center;
  margin-bottom: 4px;
  min-width: 170px;
  word-break: keep-all;
  text-transform: uppercase;
  font-size: 0.85rem !important;
  letter-spacing: 0.15em;
  font-weight: 300 !important;
  padding: 0.5rem !important;
}

.add_to_cart_button:hover,
button:hover,
.button:hover,
.added_to_cart:hover,
.site-header-cart .widget_shopping_cart a.button:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover,
.wp-block-button__link:hover {
  background-color: #bbb2ad !important;
  color: #222 !important;
}

@media (max-width: 767.98px) {
  .add_to_cart_button,
  button,
  .button,
  .added_to_cart,
  .site-header-cart .widget_shopping_cart a.button,
  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
  .wp-block-button__link {
    min-width: auto;
    font-size: 0.8rem !important;
    padding: 0.5rem 0.3rem !important;
    width: 100%;
  }
}

#payment .place-order .button {
  font-size: 1.2rem !important;
}

a.remove::before {
  color: #222;
  font-size: 12px;
  top: 4px;
}

.widget.woocommerce.widget_shopping_cart,
.widget.woocommerce.widget_shopping_cart .total,
.widget.woocommerce.widget_shopping_cart .buttons {
  background-color: #e5ddd4;
}

.widget.woocommerce.widget_shopping_cart .wc-forward,
.widget.woocommerce.widget_shopping_cart .total .wc-forward,
.widget.woocommerce.widget_shopping_cart .buttons .wc-forward {
  background-color: #222 !important;
  color: #ece9e7 !important;
}

.widget.woocommerce.widget_shopping_cart .wc-forward:hover,
.widget.woocommerce.widget_shopping_cart .total .wc-forward:hover,
.widget.woocommerce.widget_shopping_cart .buttons .wc-forward:hover {
  background-color: #444 !important;
}

.widget.woocommerce.widget_shopping_cart .checkout,
.widget.woocommerce.widget_shopping_cart .total .checkout,
.widget.woocommerce.widget_shopping_cart .buttons .checkout {
  background-color: #257465 !important;
  color: #ece9e7 !important;
}

.widget.woocommerce.widget_shopping_cart .checkout:hover,
.widget.woocommerce.widget_shopping_cart .total .checkout:hover,
.widget.woocommerce.widget_shopping_cart .buttons .checkout:hover {
  background-color: #439F8D !important;
}

.wp-block-button.wc-block-grid__product-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.storefront-full-width-content .woocommerce-products-header {
  padding: 0;
}

body.post-type-archive-product .woocommerce-products-header {
  padding-top: 0 !important;
}

body.post-type-archive-product .woocommerce-products-header > h1 {
  display: none;
}

.woocommerce-products-header .page-description h1 {
  font-size: 3.4rem;
}

.woocommerce-products-header .page-description p {
  font-size: 1.3rem;
}

.woocommerce-products-header .page-description h1, .woocommerce-products-header .page-description p {
  max-width: 710px;
  margin: 1rem auto;
}

.storefront-sorting:last-of-type {
  display: none;
}

.storefront-sorting {
  margin-bottom: 1rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.storefront-sorting .woocommerce-ordering {
  margin-right: 0;
}

.storefront-full-width-content div.product h1.product_title {
  font-size: 2.5rem;
  margin: 1rem 0;
}

.storefront-full-width-content div.product p.price, .storefront-full-width-content div.product p.price span {
  font-size: 1.3rem;
  margin: 1rem 0;
}

.storefront-full-width-content div.product p {
  margin: 0.5rem 0;
}

.storefront-full-width-content div.product .product_meta span {
  font-size: 0.9rem;
}

.storefront-full-width-content div.product .product_meta a {
  font-weight: 600;
  text-decoration: none;
  background: #d3c6b8;
  font-size: 0.9rem;
  padding: 0px 5px;
  text-transform: capitalize;
}

.storefront-full-width-content div.product .woocommerce-tabs {
  padding: 0;
}

.storefront-full-width-content div.product .woocommerce-tabs ul.tabs {
  display: none;
  width: 0;
}

.storefront-full-width-content div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  width: 100%;
}

.storefront-full-width-content div.product .woocommerce-tabs .woocommerce-Tabs-panel p img {
  margin-right: 6px !important;
}

.storefront-full-width-content div.product .stock.in-stock {
  color: #3a3a3a;
}

.storefront-full-width-content div.product .stock.in-stock::before {
  display: none;
}

.storefront-full-width-content div.product .stock.out-of-stock {
  color: #3a3a3a;
  font-weight: 400;
  margin-top: 1rem;
}

.storefront-full-width-content div.product .stock.out-of-stock::before {
  display: none;
}

.storefront-full-width-content div.product button[type="submit"] {
  font-size: 1.1rem !important;
}

.single-product div.product .images, .single-product div.product .summary, .single-product div.product .woocommerce-product-gallery  {
  margin-bottom: 0.5rem;
}

.products.related ul.products {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products.related ul.products li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 31%;
  margin-right: 0;
}

.storefront-sticky-add-to-cart {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #444;
}

.storefront-sticky-add-to-cart__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.storefront-sticky-add-to-cart__content img {
  display: none;
}

body.blog .site-main, body.category .site-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
}

body.blog .site-main header.page-header, body.category .site-main header.page-header {
  width: 100%;
}

body.blog .site-main header.page-header h1, body.category .site-main header.page-header h1 {
  font-size: 1.2rem;
}

body.blog .site-main article.post, body.category .site-main article.post {
  width: 48%;
  padding: 20px;
  background: #e4ddd6;
}

body.blog .site-main article.post figure,
body.blog .site-main article.post p,
body.blog .site-main article.post .posted-on, body.category .site-main article.post figure,
body.category .site-main article.post p,
body.category .site-main article.post .posted-on {
  display: none;
}

body.blog .site-main article.post img, body.category .site-main article.post img {
  margin-bottom: 0;
}

body.single .entry-content > img {
  display: none;
}

body.single figure img {
  display: block;
}

body.single .posted-on {
  font-size: 0.5rem;
}

body.single .entry-content {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #d5d2cfbf;
  padding-bottom: 2rem;
}

body.single .post-navigation {
  border-top: 1px solid #d5d2cfbf;
  border-bottom: 1px solid #d5d2cfbf;
}

body.single .site-main article {
  max-width: 1000px;
  margin: auto;
  padding: 1rem 20px;
}

body.single .site-main #comments {
  display: none;
}

.storefront-breadcrumb {
  display: none;
  display: block;
  margin: auto;
  padding: 0.5rem 20px;
  background: #fbfaf9;
  margin-bottom: 0;
}

.storefront-breadcrumb .col-full {
  padding: 0;
}

.storefront-breadcrumb .woocommerce-breadcrumb {
  font-size: 0.8rem;
  max-width: 1140px;
  margin: auto;
  font-weight: 400;
}

.storefront-breadcrumb .woocommerce-breadcrumb span, .storefront-breadcrumb .woocommerce-breadcrumb a {
  font-size: 0.8rem;
}

.storefront-breadcrumb .woocommerce-breadcrumb a {
  font-weight: 200;
  text-decoration: none;
}

.storefront-breadcrumb a:first-of-type::before {
  display: none;
}

body.blog .site-main article.post .entry-header, body.single .site-main article.post .entry-header, body.category .site-main article.post .entry-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 0;
  margin-bottom: 0rem;
}

body.blog .site-main article.post .entry-title a, body.blog .site-main article.post h1, body.single .site-main article.post .entry-title a, body.single .site-main article.post h1, body.category .site-main article.post .entry-title a, body.category .site-main article.post h1 {
  font-weight: 600;
}

body.blog .site-main .posted-on, body.single .site-main .posted-on, body.category .site-main .posted-on {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

body.blog .site-main .post-author, body.blog .site-main .post-comments, body.single .site-main .post-author, body.single .site-main .post-comments, body.category .site-main .post-author, body.category .site-main .post-comments {
  display: none;
}

body.blog .site-main aside.entry-taxonomy, body.single .site-main aside.entry-taxonomy, body.category .site-main aside.entry-taxonomy {
  display: none;
}

.wp-block-latest-posts__list.wp-block-latest-posts li div.wp-block-latest-posts__featured-image {
  height: 0;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}

.wp-block-latest-posts__list.wp-block-latest-posts li div.wp-block-latest-posts__featured-image > a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.wp-block-latest-posts__list.wp-block-latest-posts li div.wp-block-latest-posts__featured-image > a img {
  width: 100%;
  margin-bottom: 0;
}

.wp-block-latest-posts__list.wp-block-latest-posts li > a {
  text-decoration: none;
  font-size: 1.6rem;
  display: block;
  margin-top: 10px;
  line-height: 1.1;
  font-weight: 600;
}

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

.site-footer {
  max-width: 100%;
  text-align: center;
  background: #fff !important;
  color: #3b3c3f;
}

.site-footer .site-info {
  text-align: center;
}

.site-footer .site-info a {
  display: none;
}

.site-footer .site-info a.privacy-policy-link {
  display: inline;
}

.site-footer .site-info span[role="separator"] {
  display: none;
}

.wp-block-column {
  margin: 0;
}

.wp-block-column .wc-block-featured-category {
  height: 400px !important;
  min-height: 400px !important;
}

.wp-block-column .wc-block-featured-category__title {
  word-break: keep-all;
}

#sb_instagram #sbi_load .sbi_load_btn {
  color: #fff !important;
}

.editor-styles-wrapper .wp-block-columns .wp-block-column:not(:last-child),
.hentry .entry-content .wp-block-columns .wp-block-column:not(:last-child) {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .editor-styles-wrapper .wp-block-columns .wp-block-column:not(:last-child),
  .hentry .entry-content .wp-block-columns .wp-block-column:not(:last-child) {
    margin-right: 0;
  }
}

.editor-styles-wrapper .wp-block-latest-posts.columns-4 li,
.hentry .entry-content .wp-block-latest-posts.columns-4 li {
  margin: 0;
  margin-bottom: 20px;
}

.editor-styles-wrapper .wp-block-latest-posts.columns-4 li:not(:last-child),
.hentry .entry-content .wp-block-latest-posts.columns-4 li:not(:last-child) {
  margin-right: 8px;
}

.editor-styles-wrapper .wp-block-latest-posts.columns-4 li,
.hentry .entry-content .wp-block-latest-posts.columns-4 li {
  width: calc(25% - 8px);
}

@media (max-width: 767px) {
  .editor-styles-wrapper .wp-block-latest-posts.columns-4 li,
  .hentry .entry-content .wp-block-latest-posts.columns-4 li {
    width: calc(50% - 8px);
  }
}

.hentry .entry-content .wp-block-button .wp-block-button__link {
  word-break: keep-all;
}

.wp-block-group {
  background: #e9e3dd;
  padding: 0 !important;
}

.wp-block-group .wp-block-group__inner-container {
  max-width: 1000px;
  margin: auto;
  padding: 20px;
}

.wp-block-group .wp-block-columns {
  background: transparent !important;
}

.page-template-default article .entry-header img {
  display: none;
}

.page-template-default h1.entry-title {
  display: none;
}

h1.woocommerce-products-header__title.page-title {
  padding-top: 2rem;
  font-size: 2rem;
  text-transform: capitalize;
}

body.woocommerce-checkout .entry-header {
  padding: 1rem 0 !important;
}

body.woocommerce-checkout .entry-header h1 {
  display: block;
  text-align: center;
  margin: 0;
}

body.woocommerce-checkout .woocommerce-info {
  background-color: #252525;
  margin: 1rem auto;
}

body.woocommerce-checkout .checkout_coupon {
  margin: 0.5rem auto 2rem;
  background: #dac4a7;
  padding: 10px;
}

body.woocommerce-checkout form.checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.woocommerce-checkout #order_review, body.woocommerce-checkout #customer_details, body.woocommerce-checkout #order_review_heading {
  margin: 0 auto;
  background: #fff;
  padding: 15px;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3 {
  display: none;
}

body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .checkout_coupon,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review_heading {
  width: 65%;
}

@media (max-width: 767.98px) {
  body.woocommerce-checkout .woocommerce-info,
  body.woocommerce-checkout .checkout_coupon,
  body.woocommerce-checkout #order_review,
  body.woocommerce-checkout #customer_details,
  body.woocommerce-checkout #order_review_heading {
    width: 100%;
  }
}

body.woocommerce-cart .order-total .includes_tax, body.woocommerce-cart .order-total .includes_tax span {
  font-size: 0.7rem;
}

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

body.woocommerce-cart .wc-proceed-to-checkout .button.checkout-button {
  font-size: 1.11575rem !important;
}

@media (max-width: 767.98px) {
  body.woocommerce-cart .woocommerce-cart-form {
    margin-top: 1rem;
  }
  body.woocommerce-cart .woocommerce-cart-form .product-remove a::before {
    font-size: 17px;
    top: 14px;
    right: 14px;
  }
}

/* CSS Only Solution */
/* Hide the original Read More label. */
li.outofstock > .button.product_type_simple {
  visibility: hidden;
}

/* Replace original label with Out of Stock label. */
li.outofstock > .button.product_type_simple::before {
  content: "Slutsåld";
  visibility: visible !important;
  background-color: rgba(34, 34, 34, 0.28);
  padding: 0.6180469716em 1.41575em;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  white-space: nowrap;
}

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
  background-color: #fff;
  color: #43454b;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce-active .site-header .main-navigation {
  float: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-navigation button.menu-toggle {
  margin-top: 20px !important;
  border: 0;
  background: transparent !important;
  padding: 0;
  width: 40px;
  height: 40px;
}

.main-navigation button.menu-toggle span {
  text-indent: -99999px;
  display: block;
}

button.menu-toggle::before {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

button.menu-toggle::after {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}

button.menu-toggle::before, button.menu-toggle::after, button.menu-toggle span::before {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  -webkit-transition: all,ease,.2s;
  transition: all,ease,.2s;
  border-radius: 0px;
  background: #fff;
}

.site-header .col-6:nth-child(2) {
  width: 100%;
  max-width: 600px;
}

.handheld-navigation {
  width: 100%;
  margin-top: 10px;
}

.handheld-navigation ul > li {
  margin: 0;
}

.handheld-navigation a {
  border-top: 1px solid #ffffff59;
  text-align: center;
  font-size: 1.2rem;
}

table:not(.has-background) th {
  background-color: #e9e3dd;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments, .wc-block-components-notices {
  background: #439F8D;
  font-size: 1rem;
  max-width: 1160px;
  margin: 1rem auto;
}

.woocommerce-message a, .woocommerce-message ul, .woocommerce-message li, .woocommerce-info a, .woocommerce-info ul, .woocommerce-info li, .woocommerce-error a, .woocommerce-error ul, .woocommerce-error li, .woocommerce-noreviews a, .woocommerce-noreviews ul, .woocommerce-noreviews li, p.no-comments a, p.no-comments ul, p.no-comments li, .wc-block-components-notices a, .wc-block-components-notices ul, .wc-block-components-notices li {
  color: #fff !important;
  background-color: transparent !important;
  font-size: 1rem !important;
  line-height: 1.2 !important;
  padding: 0 !important;
  border-left: none !important;
}

.woocommerce-message a:hover, .woocommerce-message ul:hover, .woocommerce-message li:hover, .woocommerce-info a:hover, .woocommerce-info ul:hover, .woocommerce-info li:hover, .woocommerce-error a:hover, .woocommerce-error ul:hover, .woocommerce-error li:hover, .woocommerce-noreviews a:hover, .woocommerce-noreviews ul:hover, .woocommerce-noreviews li:hover, p.no-comments a:hover, p.no-comments ul:hover, p.no-comments li:hover, .wc-block-components-notices a:hover, .wc-block-components-notices ul:hover, .wc-block-components-notices li:hover {
  background-color: transparent !important;
}

.woocommerce-error {
  background-color: #c06469;
}

.woocommerce-info {
  background-color: #222;
}

table.cart td.actions {
  border-top: 0;
  background-color: transparent;
  padding: 0;
  padding: 10px;
  background: #fff !important;
}

#jtg-105.modula-loaded-scale .modula-item .modula-item-content {
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

html body .modula .modula-items .modula-item img.pic {
  -webkit-transition: none !important;
  transition: none !important;
}

.hentry .entry-content .wp-block-separator, .editor-styles-wrapper .wp-block-separator {
  border: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #dad5d0;
  opacity: 1;
}

@media (max-width: 1220px) {
  .hentry .entry-content .wp-block-separator, .editor-styles-wrapper .wp-block-separator {
    margin: 0 20px;
  }
}

.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
  max-width: 1160px;
  margin: 1rem auto;
  color: #ddd9ce;
}

@media (max-width: 1220px) {
  .wp-block-separator.is-style-wide {
    margin: 0 20px;
  }
}

.woocommerce-store-notice.demo_store {
  position: absolute;
  left: 0;
  bottom: auto !important;
  top: 0;
  right: 0;
  margin: 0;
  padding: 7px 1em 4px;
  background-color: #a37439;
  color: #fff;
  z-index: 9998;
  font-weight: 500;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-align: center;
}

.woocommerce-store-notice.demo_store::before {
  display: none;
}

body.woocommerce-demo-store > .site {
  margin-top: 30px;
}

.woocommerce-store-notice.demo_store a.woocommerce-store-notice__dismiss-link {
  display: none !important;
}
/*# sourceMappingURL=style.css.map */