/**
Fonts
 */
@font-face {
  font-family: 'TheSansOsF-Plain';
  src: url('../fonts/TheSansOsF-Plain.eot');
  src: url('../fonts/TheSansOsF-Plain.eot?#iefix') format('embedded-opentype'),
  url('../fonts/TheSansOsF-Plain.svg#TheSansOsF-Plain') format('svg'),
  url('../fonts/TheSansOsF-Plain.ttf') format('truetype'),
  url('../fonts/TheSansOsF-Plain.woff') format('woff'),
  url('../fonts/TheSansOsF-Plain.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TheSansOsF-PlainItalic';
  src: url('../fonts/TheSansOsF-PlainItalic.eot');
  src: url('../fonts/TheSansOsF-PlainItalic.eot?#iefix') format('embedded-opentype'),
  url('../fonts/TheSansOsF-PlainItalic.svg#TheSansOsF-PlainItalic') format('svg'),
  url('../fonts/TheSansOsF-PlainItalic.ttf') format('truetype'),
  url('../fonts/TheSansOsF-PlainItalic.woff') format('woff'),
  url('../fonts/TheSansOsF-PlainItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TheSansOsF-Bold';
  src: url('../fonts/TheSansOsF-Bold.eot');
  src: url('../fonts/TheSansOsF-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/TheSansOsF-Bold.svg#TheSansOsF-Bold') format('svg'),
  url('../fonts/TheSansOsF-Bold.ttf') format('truetype'),
  url('../fonts/TheSansOsF-Bold.woff') format('woff'),
  url('../fonts/TheSansOsF-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TheSansOsF-BoldItalic';
  src: url('../fonts/TheSansOsF-BoldItalic.eot');
  src: url('../fonts/TheSansOsF-BoldItalic.eot?#iefix') format('embedded-opentype'),
  url('../fonts/TheSansOsF-BoldItalic.svg#TheSansOsF-BoldItalic') format('svg'),
  url('../fonts/TheSansOsF-BoldItalic.ttf') format('truetype'),
  url('../fonts/TheSansOsF-BoldItalic.woff') format('woff'),
  url('../fonts/TheSansOsF-BoldItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/*
--- General stuff ------------------------------------------------------------------------
*/
html {
  margin: 0 !important;
}

body {
  text-align: left;
  font-family: TheSansOsF-Plain;
  height: 100%;
  overflow-x: hidden;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

h1 {
  text-align:center;

}

h2 {
  padding: 1em 0 0.3em 0;
}

.wp-block-button__link {
  text-decoration: none !important;
}

.feather {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

/**
 No line below H2 when a H3 follows.
 */
h2 + h3 {
  border-top: 0px solid rgba(0, 0, 0, 0.05);
}

hr {
  margin-bottom: 20px;
}

a {
  outline: none !important;
}
/*
--- Top-Row --------------------------------------------------------------------
 */
.site-starter {
  color: white;
  background: black;
  z-index: 1;
  padding-left: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 8px;

}

.site-starter a {
  color: #d9d9d9;
}

.site-starter ul {
  float: right;
  list-style-type: none;
  margin-bottom: 0px;
}

.site-starter li {
  font-size: small;
  float: left;
  padding-left: 6px;
  padding-right: 6px;
}

.site-starter .toprowdelivery {
  color: #d9d9d9;
  font-size: small;
  float: left;
}

@media screen and (max-width: 768px) {
  .site-starter .toprowtext {
    display: none;
  }
}



/**
--- header----------------------------------------------------------------
 */
.site-header {
  border-bottom-color: transparent;
}

@media (min-width: 768px) {
  .site-header .site-branding img {
    max-width: 150px;
  }
}

.site-header .site-logo-anchor img, .site-header .site-logo-link img, .site-header .custom-logo-link img {
  max-width: 150px;
}

/* optimized */
.widget_shopping_cart {
  width: 200px;
  transform: translateX(-100%);
}

.woocommerce-active .site-header .main-navigation {
  margin-right: 0;
  width: 95%;
}

@media (min-width: 768px) {
  .woocommerce-active .site-header .site-header-cart {
    width: 0;
  }
  .secondary-navigation .menu a {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
    width: unset;
    float: right;
    margin-right: 0;
  }
  .storefront-secondary-navigation .site-header .secondary-navigation {
    width: unset;
  }
  .site-branding, .site-search, .site-header-cart, .site-logo-anchor, .site-logo-link, .custom-logo-link {
    margin-bottom: 0;
  }
  .site-header {
    padding-top: 20px;
  }
}

#menu-item-264 > a:nth-child(1) {
  padding-right: 0;
}

.storefront-breadcrumb {
  padding: 1em 0 !important;
  margin: 0 0 0 !important;
}

.widget_shopping_cart {
  width: 300px !important;
}

.main-navigation ul li a:hover,
.main-navigation ul li:hover > a,
.site-title a:hover,
.site-header ul.menu li.current-menu-item > a {
  color: #000;
}

/**
Mobile Menu style
 */
.handheld-navigation {
  background-color: azure;
  width: 100%;
  border-radius: 5px;
}
.handheld-navigation ul.menu li {
  margin-bottom: 5px;
}
.handheld-navigation ul {
  text-align: center;
}

/*
--- Frontpage SLider ----------
*/

.carouselButton {
  background-color: #fff;
  border-radius: 3px;
  padding: 10px 25px 10px 25px !important;
  border:1px solid #fff;
  text-decoration: none !important;
  color: #525252;
  float: inherit;
  margin-top: 40px;
  transform: 3s;
}

.carouselButton:hover {
  border:1px solid #fff;
  color: #202020;
}

.slick-arrow{
  display:none !important;
}

/**
--- Shop ---------------------------------------------------------------
 */

.product-categories li a {
  text-decoration: none !important;
}

.widget_product_categories ul li.current-cat::before {
  content: "\f138" !important;
  margin-left: -1.9em !important;
}

.widget_product_categories ul li::before {
  content: "\f105" !important;
}

select {
  font: inherit;
}

/**
--- Footer -------------------------------------------------------------
 */
.site-footer {
  padding-bottom: 0;
}

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

.footer_heading {
  font-size: 105%;
  font-weight: bold;
}

.footer_primary ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 105%;
}

.footer_menus {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}

.footer_menus .menu {
  margin-bottom: 20px;
}

.footer_store {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: start;
}

.footer_store ul {
  list-style: none;
  margin: 0;
}

.footer_menus ul {
  margin: 0;
  list-style: none;
}

.footer_menus  ul > :first-child {
  font-size: 105%;
  font-weight: bold;
}

img.feathericon{
  width: 30px;
  height: 30px;
  vertical-align: middle;
  float: right;
  margin-right: 15px;
  filter: invert(100%);
}

.footer_credits {
  margin-bottom: 100px;
}

.fat_icons {
  padding-bottom: 50px;
  display: flex;
}

@media (max-width: 768px) {
  .footer_primary ul {
    flex-direction: column;
  }

  .footer_store {
    flex-direction: column;
  }

  .footer_menus {
    flex-direction: column;
  }

  .footer_credits {
    flex-direction: column;
  }

  .footer_credits {
    margin-bottom: 150px;
  }
}

/**
--- about us ----------------------------------------------------------------------------
 */
.stuff-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.stuff-item {
  flex-direction: column;
  margin: 10px;
}

.stuff-item p {
  max-width: 240px;
}

.partner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.partner-item {
  width: 200px;
  height: min-content;
  margin: 20px;
}

/**
--- blog posts ----------------------------------
 */

.entry-title a {
  color: #2c2d33 !important;
}
.hentry .entry-header {
  margin-bottom:1em;
  border-bottom:0px;
}
.hentry .entry-taxonomy {
  margin:1.41575em 0 0;
  padding-top:1em;
  border-top:0px;
  border-bottom:1px solid rgba(0,0,0,.5);
}
h2.entry-title {
  padding: 0.3em 0 0.3em 0;
  margin:0 0 0;
}


/*
--- woo language switcher style / Vertical Footer Style ---------------


.wpml-floating-language-switcher .wpml-ls-statics-shortcode_actions {
  margin-bottom: 0;
}
  
.wpml-floating-language-switcher  .wpml-ls-statics-shortcode_actions a {
  background-color: transparent !important;
}

.wpml-floating-language-switcher {
    position: fixed;
    bottom: 160px;
    right: 20px !important;
    background: rgba(255, 255, 255);
    border: 1px solid;
    border-color: #fff;
    padding: 0px;
    border-radius: 7px;
    -webkit-box-shadow:rgb(0 0 0 / 10%) 0px 2px 9px 4px !important;
    -moz-box-shadow: rgb(0 0 0 / 10%) 0px 2px 9px 4px !important;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 9px 4px !important;

}

.wpml-ls-legacy-list-vertical .wpml-ls-flag {
    -webkit-box-shadow: 0px 0px 40px -11px rgba(0 0 0 16%);
    -moz-box-shadow: 0px 0px 40px -11px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 40px -11px rgba(0, 0, 0, 0.16);
}
*/

