@import 'iconfont.css';
.clear {
  clear: both;
  display: block;
  width: 100% !important;
  float: none !important;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.block {
  width: 100%;
  height: 100%;
  display: block;
}
.spacer {
  clear: both;
  display: block;
  width: 100% !important;
  float: none !important;
  height: 40px;
}
.spacer.half {
  height: 40px/2;
}
.spacer.third {
  height: 40px/3;
}
.spacer.quart {
  height: 40px/4;
}
.spacer.double {
  height: 80px;
}
.spacer.trip {
  height: 120px;
}
.spacer.quad {
  height: 160px;
}
.align-left {
  float: left;
  margin-right: 40px/2;
}
.align-right {
  float: right;
  margin-left: 40px/2;
}
.set {
  position: absolute !important;
}
.set-bottom {
  bottom: 0;
}
.set-top {
  top: 0;
}
.set-left {
  left: 0;
}
.set-right {
  right: 0;
}
.set-all {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.set-center {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 820px) {
  .unset-mobile {
    position: relative !important;
  }
  .unset-borders-mobile {
    border: none !important;
  }
  .hide-mobile {
    display: none !important;
  }
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.border-left {
  border-left: 1px solid #d7d7d7;
}
.border-right {
  border-right: 1px solid #d7d7d7;
}
.border-xs-none {
  border: none;
}
.border-light {
  border: 1px solid #fafafa;
}
.border-gray {
  border: 1px solid #d7d7d7;
}
.border-dark {
  border: 1px solid #3a3a3a;
}
.text-shadowed {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.mx-auto {
  margin-left: auto;
  margin-right: auto !important;
}
.my-1 {
  margin-top: 6px;
  margin-bottom: 6px !important;
}
.my-2 {
  margin-top: 12px;
  margin-bottom: 12px !important;
}
.my-4 {
  margin-top: 24px;
  margin-bottom: 24px !important;
}
.my-5 {
  margin-top: 30px;
  margin-bottom: 30px !important;
}
.my-6 {
  margin-top: 36px;
  margin-bottom: 36px !important;
}
.mb-1 {
  margin-bottom: 6px !important;
}
.mb-2 {
  margin-bottom: 12px !important;
}
.mb-3 {
  margin-bottom: 18px !important;
}
.mb-4 {
  margin-bottom: 24px !important;
}
.mb-6 {
  margin-bottom: 36px !important;
}
.mb-8 {
  margin-bottom: 48px !important;
}
.mb-10 {
  margin-bottom: 60px !important;
}
.mt-1 {
  margin-top: 6px !important;
}
.mt-2 {
  margin-top: 12px !important;
}
.mt-4 {
  margin-top: 24px !important;
}
.mt-5 {
  margin-top: 30px !important;
}
.mt-6 {
  margin-top: 36px !important;
}
.mt-10 {
  margin-top: 60px !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-2 {
  margin-left: 12px !important;
}
.mr-1 {
  margin-right: 6px !important;
}
.mr-2 {
  margin-right: 12px !important;
}
.px-1 {
  padding-left: 6px;
  padding-right: 6px !important;
}
.px-2 {
  padding-left: 12px;
  padding-right: 12px !important;
}
.px-4 {
  padding-left: 24px;
  padding-right: 24px !important;
}
.px-6 {
  padding-left: 36px;
  padding-right: 36px !important;
}
.px-10 {
  padding-left: 60px;
  padding-right: 60px !important;
}
.py-1 {
  padding-top: 6px;
  padding-bottom: 6px !important;
}
.py-4 {
  padding-top: 24px;
  padding-bottom: 24px !important;
}
.py-6 {
  padding-top: 36px;
  padding-bottom: 36px !important;
}
.py-10 {
  padding-top: 60px;
  padding-bottom: 60px !important;
}
.pb-1 {
  padding-bottom: 6px !important;
}
.pb-2 {
  padding-bottom: 12px !important;
}
.pb-3 {
  padding-bottom: 18px !important;
}
.pb-4 {
  padding-bottom: 24px !important;
}
.pb-6 {
  padding-bottom: 36px !important;
}
.pb-10 {
  padding-bottom: 60px !important;
}
.pt-1 {
  padding-top: 6px !important;
}
.pt-2 {
  padding-top: 12px !important;
}
.pt-6 {
  padding-top: 36px !important;
}
.pt-10 {
  padding-top: 60px !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 6px !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 6px !important;
}
.pr-6 {
  padding-right: 36px !important;
}
.p-0 {
  padding: 0 !important;
}
.p-4 {
  padding: 24px !important;
}
.p-5 {
  padding: 30px !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
@media (max-width: 820px) {
  .unset-padding-mobile {
    padding: 0 !important;
  }
  .unset-margin-mobile {
    margin: 0 !important;
  }
  .reset-padding-mobile {
    padding-left: 12px;
    padding-right: 12px;
  }
  .height-mobile-125 {
    height: 250px !important;
  }
  .height-mobile-150 {
    height: 300px !important;
  }
  .height-mobile-200 {
    height: 400px !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 400;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
  font-weight: 600;
  letter-spacing: 0.027em;
}
strong,
b {
  font-weight: 600;
}
h1 {
  font-size: 42px;
  line-height: 48px;
  margin: 6px 0;
}
h1.entry-title {
  margin-bottom: 20px;
}
h2 {
  font-size: 42px;
  margin-bottom: 4px;
  line-height: 48px;
}
h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 12px;
}
h4 {
  font-size: 22px;
  margin-bottom: 12px;
}
h5 {
  font-size: 18px;
}
ul {
  padding-left: 12px;
}
ul.inline > li {
  display: inline-block;
}
ul.orderly {
  margin-left: 20px;
  margin-bottom: 10px;
}
ul.orderly ul {
  margin-bottom: 10px;
  margin-left: 20px;
}
ul li {
  margin-bottom: 12px;
}
p {
  margin-bottom: 16px;
}
p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: underline !important;
}
p:empty {
  display: none;
}
hr {
  margin: 0;
  border-top: 1px solid #d7d7d7;
  box-shadow: 0 1px 1px #fff;
  clear: both;
  display: block;
}
input:focus {
  outline: none;
}
a,
a:active,
a:visited,
a:focus,
a span:before {
  color: #302b2d;
  transition: all 500ms ease;
  text-decoration: none;
}
a:focus,
a:active:focus,
a:visited:focus,
a:focus:focus,
a span:before:focus {
  outline: none;
}
a:hover {
  color: #4990e1;
  text-decoration: underline;
}
a:hover.plain {
  text-decoration: none !important;
  color: inherit !important;
}
a:hover span:before {
  color: #4990e1;
}
.mute {
  color: #d7d7d7;
}
.text-invert {
  color: #fff;
}
@media (max-width: 820px) {
  h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
body,
body.page {
  background-color: #fff;
  font-family: 'Fira Sans', sans-serif;
  color: #302b2d;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  height: auto !important;
  padding-top: 84px;
}
#wrapper {
  overflow: hidden;
}
.container,
.section,
.container-fluid {
  position: relative;
}
.container-fluid {
  clear: both;
}
.outset {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.content {
  background-color: #fff;
  overflow: hidden;
}
.row {
  position: relative;
  z-index: 111;
}
.section.bg-gray {
  background-color: #fafafa;
}
.section.bg-dark {
  color: #fff;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 5px 5px rgba(117, 117, 117, 0.09);
}
.admin-bar #header {
  top: 32px;
}
#user-header {
  display: block;
  height: 42px;
  background-color: #3a3a3a;
  z-index: 998;
  position: relative;
  color: #fff;
}
#user-header .container {
  display: flex;
  padding-right: 0;
}
#user-header #lang-switch {
  font-size: 14px;
  margin-left: -12px;
  cursor: pointer;
  display: inline-block;
  flex-grow: 1;
}
#user-header #lang-switch .current_lang {
  position: relative;
  z-index: 1000;
  line-height: 41px;
  padding: 0 36px 0 12px;
  display: inline-block;
  background-color: #3a3a3a;
}
#user-header #lang-switch .options {
  margin-top: -100%;
  position: absolute;
  background-color: #3a3a3a;
  list-style: none;
  padding-left: 0;
  overflow: hidden;
  transition: all 300ms;
}
#user-header #lang-switch .options li {
  transition: all 300ms;
  margin-bottom: 0;
}
#user-header #lang-switch .options li a {
  padding: 0 36px 0 12px;
  display: block;
  color: #fff;
  line-height: 42px;
}
#user-header #lang-switch .options li a:hover {
  background-color: #4990e1;
  text-decoration: none;
}
#user-header #lang-switch .options li:last-child {
  border-bottom: none;
}
#user-header #lang-switch .options .active {
  pointer-events: none;
  opacity: 0.42;
}
#user-header #lang-switch .flag-icon {
  height: 14px;
  border-radius: 2px;
  overflow: hidden;
  margin-right: 20px;
}
#user-header #lang-switch:hover .dropdown-icon {
  transform: rotate(180deg);
}
#user-header #lang-switch:hover .options {
  margin-top: 0;
}
.site-header {
  z-index: 997;
  position: relative;
  background-color: #fff;
  display: block;
  height: 42px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
}
.site-header .container {
  margin-bottom: 0;
  padding: 0;
  height: 100%;
  display: flex;
}
.site-header .mobile-search {
  display: none;
}
.site-title {
  margin: 0;
  height: 100%;
}
.site-title a {
  text-indent: 0;
  display: inline-block;
  height: 100%;
}
.site-title img {
  height: 100% !important;
  width: auto;
  vertical-align: top;
}
.site-navigation {
  text-align: center;
  display: flex;
  flex-grow: 1;
  position: relative;
  justify-content: space-around;
}
.site-navigation a,
.site-navigation .dummy {
  text-decoration: none !important;
  letter-spacing: 0.04em;
  padding: 0 12px;
  font-weight: 400;
  transition: all 300ms;
}
.site-navigation .navlist:hover > li > a,
.site-navigation .navlist:hover > li > .dummy {
  opacity: 0.42;
}
.site-navigation .navlist > li > a:hover,
.site-navigation .navlist > li > .dummy:hover {
  opacity: 1 !important;
}
.site-navigation .menu_primary {
  position: relative;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-grow: 1;
  max-width: 670px;
}
.site-navigation .menu_primary.current-menu-ancestor > a,
.site-navigation .menu_primary.current-menu-item > a,
.site-navigation .menu_primary.current-menu-item > a {
  color: #302b2d !important;
  border-bottom: 2px solid #302b2d;
}
.site-navigation .menu_primary a,
.site-navigation .menu_primary .dummy {
  color: #302b2d;
  line-height: 25px;
  font-size: 14px;
  padding: 8px 24px;
  background-color: #fff;
}
.site-navigation .menu_primary .dropdown-icon {
  display: none;
}
.site-navigation .menu_primary > li {
  flex-grow: 1;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
}
.site-navigation .menu_primary > li > a,
.site-navigation .menu_primary > li .dummy {
  box-shadow: none;
  display: block;
  position: relative;
  z-index: 790;
  white-space: nowrap;
  background-color: #fff;
}
.site-navigation .menu_primary > li:hover .dropdown-icon {
  transform: rotate(180deg);
}
.site-navigation .menu_primary > li:hover .sub-menu {
  transform: translateY(0);
}
.site-navigation .menu_primary > li:hover .sub-menu.complex {
  transform: translateY(0) translateX(-25%);
}
.site-navigation .menu_primary > li:hover .sub-menu:before {
  position: absolute;
  top: -4px;
  display: block;
  background-color: #fff;
  width: 50%;
  height: 1px;
  left: 25%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  z-index: 600;
}
.site-navigation .menu_primary > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.site-navigation .sub-menu {
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  list-style: none;
  text-align: left;
  padding-left: 0;
  padding-top: 12px;
  padding-bottom: 8px;
  transition: all 500ms;
  background-color: #fff;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.4);
  transform: translateY(calc(-100% - 60px));
}
.site-navigation .sub-menu.complex {
  width: 450px;
  display: flex;
  padding-top: 24px;
  padding-bottom: 20px;
  transform: translateY(calc(-100% - 60px)) translateX(-25%);
}
.site-navigation .sub-menu.complex .sub-complex {
  flex-grow: 1;
}
.site-navigation .sub-menu.complex .sub-title {
  padding-left: 24px;
  margin-bottom: 10px;
  display: block;
}
.site-navigation .sub-menu.complex .sub-title a {
  padding: 0;
  font-size: 18px;
}
.site-navigation .sub-menu.complex ul {
  list-style: none;
  padding-left: 0;
}
.site-navigation .sub-menu li {
  margin-bottom: 0;
  position: relative;
  transition: all 300ms;
}
.site-navigation .sub-menu li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  height: 1px;
}
.site-navigation .sub-menu li:last-child:after {
  display: none;
}
.site-navigation .sub-menu li:hover a {
  font-weight: 700;
}
.site-navigation .sub-menu a {
  display: block;
  padding: 5px 24px;
}
.site-navigation .current_page_item > a {
  color: #4990e1 !important;
  border-color: #4990e1 !important;
}
.header-search,
.header-cart {
  height: 42px;
  padding: 9px 12px;
  font-size: 22px;
  cursor: pointer;
  min-width: 45px;
}
.header-search {
  padding-left: 0;
  padding-right: 0;
}
.header-search:hover,
.header-search.open {
  position: unset !important;
}
.header-search .icon-search {
  margin-top: -9px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.header-search .header-search-container {
  display: none;
}
.header-search.open .icon-search {
  position: absolute;
  top: 7px;
  left: 175px;
  z-index: 810;
  font-size: 17px;
}
.header-search.open .header-search-container {
  display: block;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  top: 0;
  z-index: 800;
  padding-left: 156px;
  padding-right: 156px;
  background-color: #fff;
}
.header-search.open .header-search-container .search-field {
  border: none;
  background-color: #d7d7d7;
  border-radius: 6px;
  display: block;
  width: 100%;
  padding: 4px 0;
  padding-left: 42px;
  margin-top: 5px;
  font-size: 18px;
}
#search_results {
  position: absolute;
  top: 100%;
  left: 103px;
  right: 0;
  background-color: #fff;
  padding: 24px;
  text-align: left;
  overflow-y: scroll;
  margin-top: -100%;
}
#search_results ul {
  list-style: none;
  padding: 0 12px;
  margin-bottom: 0;
}
#search_results ul li {
  margin-bottom: 0;
}
#search_results a {
  display: block;
}
#search_results .close-search {
  display: none;
  position: absolute;
  right: 10px;
  top: 0;
}
#search_results .close-search span {
  background-color: #000;
  width: 2px;
  height: 12px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-left: -1px;
  border-radius: 2px;
}
#search_results .close-search span:nth-of-type(1) {
  transform: rotateZ(45deg);
}
#search_results .close-search span:nth-of-type(2) {
  transform: rotateZ(-45deg);
}
#search_results .result-list {
  padding-bottom: 24px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 24px;
}
#search_results .result-list:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
#search_results .result-list .result-list-header {
  font-size: 12px;
  margin-bottom: 6px;
  display: block;
}
#search_results .result-list .searching {
  float: right;
  opacity: 0.5;
}
#search_results .result-list a {
  font-weight: 600;
}
.modal {
  position: fixed;
  z-index: 200;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
}
body.modal-open .modal {
  opacity: 1;
  pointer-events: all;
}
body.modal-open.modal-white .modal {
  background-color: #fff;
}
body.modal-open .main-content {
  pointer-events: none;
}
body.modal-open #search_results {
  margin-top: 0;
}
.header_my_account {
  z-index: 89;
  font-size: 16px;
}
.header_my_account .user_menu_trigger {
  line-height: 42px;
  padding-left: 10px;
  padding-right: 40px;
  cursor: pointer;
  position: relative;
}
.header_my_account .user_menu_trigger .icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 33px;
  padding: 6px;
}
.header_my_account input {
  font-weight: normal!important;
  font-size: 14px!important;
  padding: 5px!important;
  z-index: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 1;
}
.header_my_account input.input-text {
  width: 100%;
  color: #302b2d;
}
.header_my_account .user_popup {
  top: 100%;
  width: 222px;
  right: 0;
  position: absolute;
  padding: 10px;
  background-color: #3a3a3a;
  display: none;
}
.header_my_account .user_popup label {
  font-weight: normal;
}
.header_my_account .user_popup input {
  margin: 0 0 10px 0;
}
.header_my_account .user_popup .button {
  width: 100%;
}
.header_my_account .user_popup p {
  margin-bottom: 0;
}
.header_my_account .user_popup a {
  color: #fff;
}
.header_my_account .user_popup ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
.header_my_account .user_popup ul li {
  margin-bottom: 0;
}
.header_my_account .user_popup ul li a {
  display: block;
}
.header_my_account.open .user_popup {
  display: block;
}
.mobile-cart {
  display: none;
}
.header-cart {
  position: relative;
  transition: all 300ms;
  text-align: right;
  margin-right: -7px;
  margin-left: 25px;
}
.header-cart a {
  padding: 0 !important;
  font-size: inherit !important;
}
.header-cart .icon-cart {
  position: relative;
}
.header-cart .cart-count {
  position: absolute;
  left: 24px;
  bottom: -4px;
  background-color: #fff;
  color: #302b2d;
  border-radius: 20px;
  padding: 0px 6px;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid #302b2d;
  font-family: 'Fira Sans', sans-serif;
}
.header-cart:hover #cart-popout {
  opacity: 1;
  pointer-events: all;
}
.header-cart.empty {
  pointer-events: none;
  opacity: 0.5;
}
.header-cart.empty .cart-count {
  display: none;
}
.mobile-menu {
  display: none;
}
.dropdown-icon {
  font-size: 10px;
  transition: all 300ms;
  padding: 0 12px;
  display: inline-block;
  line-height: 1;
}
.main-content {
  padding-top: 80px;
  padding-bottom: 160px;
  z-index: 50;
  letter-spacing: 0;
}
.main-content ::selection {
  background-color: #4990e1;
  color: #fff;
  outline: none;
}
.main-content ul {
  margin-bottom: 36px;
  padding-left: 20px;
}
.main-content p {
  margin-bottom: 20px;
}
.main-content .image-align-left {
  margin-right: 20px;
  float: left;
}
.main-content img {
  max-width: 100%;
  height: auto;
}
#main_content {
  min-height: 320px;
}
#main_content p {
  font-size: 20px;
  padding-right: 10%;
}
.entry-content {
  margin-bottom: 40px;
}
.entry-content img.size-full {
  max-width: 100%;
  min-width: 150px;
  height: auto;
}
.entry-content ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
.entry-content td {
  vertical-align: top;
}
.entry-content a,
.entry-content a span:before {
  color: #302b2d;
  transition: all 500ms ease;
}
.entry-content a:hover,
.entry-content a span:before:hover {
  color: #4990e1 !important;
}
.entry-content a:hover span:before,
.entry-content a span:before:hover span:before {
  color: #4990e1;
}
.entry-content a:hover {
  color: #4990e1 !important;
}
.entry-content a:hover span:before {
  color: #4990e1;
}
img.aligncenter {
  margin: 0 auto;
  display: block;
}
.image-video-teaser {
  position: absolute;
  width: 30%;
  left: 65%;
  top: 15%;
  color: #fff;
  white-space: nowrap;
  font-size: 15px;
}
.video-container {
  padding-top: 56.25%;
  position: relative;
}
.video-container iframe {
  border: 0;
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}
.corona-info {
  background-color: #eaebef;
  padding: 16px;
  position: absolute;
  left: 16px;
  top: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  align-content: center;
}
.start-section h1 img {
  display: inline !important;
  height: 30px;
  width: auto !important;
}
.start-section h5 {
  line-height: 1.4;
}
.start-section img {
  max-height: 50vh;
  margin: 0 auto;
  width: auto !important;
  max-width: 100%;
}
.start-section img.coupon-banner {
  height: 30%;
  position: absolute;
  top: 40%;
  left: -20px;
}
#start_slider h2 {
  font-size: 32px;
}
#start_slider h4 {
  font-size: 18px;
}
#weedora_banner {
  background-color: #FDEC3E;
}
#weedora_banner .phonescreen {
  max-height: 45vh;
}
#weedora_banner .tea-bg-left,
#weedora_banner .tea-bg-right {
  z-index: 1;
  width: 30%;
}
.tea-bg-left {
  background-position: center left !important;
}
.tea-bg-left,
.tea-bg-right {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  top: 0;
  bottom: 0;
  position: absolute;
  background-size: contain;
}
#clipper_banner img {
  max-height: 400px;
}
#clipper_banner .button {
  background-color: #ddd4ce !important;
  color: #607aa4 !important;
}
#clipper_banner .bg-container {
  background: #5d4876;
  background: linear-gradient(0deg, #5d4876 0%, #8371b1 100%);
}
#mt_banner {
  display: flex;
  align-items: center;
}
#mt_banner > img {
  width: 230px !important;
  height: auto !important;
  max-height: unset;
}
#mt_banner h2 {
  color: #bc6063;
}
#mt_banner h4 {
  color: #bc6063;
  line-height: 1.4;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#mt_banner #ros_hero {
  max-height: 350px;
}
#mt_banner .bg-container {
  background-size: cover;
  background-position: center;
}
#mt_banner .button {
  background-color: #bc6063 !important;
  color: #FFF !important;
}
#pdm_banner {
  padding-top: 30px;
}
#pdm_banner > img {
  width: 230px !important;
  height: auto !important;
  max-height: unset;
}
#pdm_banner h2 {
  color: #2c7b75;
}
#pdm_banner h4 {
  color: #2c7b75;
  line-height: 1.4;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#pdm_banner #ros_hero {
  max-height: 350px;
}
#pdm_banner .bg-container {
  background-size: cover;
  background-position: center;
}
#pdm_banner .button {
  background-color: #2c7b75 !important;
  color: #FFF !important;
}
#banner_fourtwenty img {
  max-height: 40vh;
}
#banner_fourtwenty h2,
#banner_fourtwenty h4,
#banner_fourtwenty small {
  color: #343434;
  line-height: 130%;
}
#banner_fourtwenty small {
  display: block;
  font-size: 12px;
}
#banner_fourtwenty .button {
  background-color: #88773f !important;
}
#banner_fourtwenty .bg-container {
  display: block;
  background: #c9c9c9;
  background: linear-gradient(0deg, #c9c9c9 0%, #ebebeb 100%);
}
#banner_glas .ros_hero {
  max-height: 45vh;
}
#banner_glas h2,
#banner_glas h4,
#banner_glas small {
  color: #343434;
  line-height: 130%;
}
#banner_glas .button {
  background-color: #88773f !important;
}
#banner_glas .slider-100g-bg-left,
#banner_glas .slider-100g-bg-right {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
#banner_glas .slider-100g-bg-left {
  width: 25%;
  height: 100%;
  max-width: 300px;
}
#banner_glas .slider-100g-bg-right {
  width: 33%;
  height: 100%;
  max-width: 300px;
}
#banner_glas .bg-container {
  display: block;
  background: #c9c9c9;
  background: linear-gradient(0deg, #c9c9c9 0%, #ebebeb 100%);
}
.owl-stage-outer,
.owl-stage,
.owl-item,
.item {
  height: 100%;
  position: relative;
  overflow: hidden;
}
#start_slider {
  max-height: 760px !important;
}
@keyframes slideshow {
  0% {
    left: 2px;
  }
  100% {
    left: -2571px;
  }
}
#presse_banner {
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
  height: 60px;
  overflow: hidden;
}
#presse_banner .press-slide {
  position: absolute;
  left: 0;
  top: 10px;
  width: 400%;
  animation: slideshow 40s linear infinite;
}
#presse_banner img {
  height: 50px;
  max-width: unset;
}
@media (max-width: 820px) {
  #start_slider {
    margin-top: 13px;
    height: calc(100vh - 42px) !important;
  }
  #start_slider h4 {
    font-size: 18px;
    line-height: 1.4;
  }
  .tea-bg-left {
    width: 30%;
  }
  #weedora_banner .phonescreen {
    margin-bottom: -30px;
  }
  #weedora_banner .tea-bg-left {
    display: none;
  }
  #weedora_banner .tea-bg-right {
    height: 14vh;
    bottom: 0;
    top: auto;
  }
  .start-section {
    overflow: visible;
  }
  .start-section img.coupon-banner {
    top: 22%;
  }
}
@media (max-width: 767px) {
  #clipper_banner img {
    max-height: 170px;
  }
  #pdm_banner > img,
  #clipper_banner > img {
    display: none;
  }
  #pdm_banner #ros_hero,
  #clipper_banner #ros_hero {
    height: 170px;
    margin-top: 90px !important;
    margin-bottom: 20px !important;
  }
  #pdm_banner .bg-container,
  #clipper_banner .bg-container {
    background-position: bottom right;
  }
  #banner_glas .ros_hero {
    max-height: 35vh;
    margin-top: 70px !important;
  }
}
@media (max-height: 740px) {
  #start_slider {
    min-height: 550px;
  }
  .start-section img.cbdeus {
    max-height: 35vh;
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #start_slider {
    min-height: 70vh !important;
  }
}
table.horizontal-list tr {
  margin-bottom: 5px;
  display: block;
  width: 100%;
}
table.horizontal-list td:first-child {
  padding-right: 20px;
  width: 220px;
}
table thead {
  font-weight: 700;
}
blockquote {
  border-left: none;
  width: 100%;
  max-width: 600px;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center;
  font-style: italic;
  line-height: 30px;
}
.addon {
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 140%;
  border-radius: 2px;
  text-shadow: 1px 1px 0 #fff;
}
.addon.warning {
  border: 2px solid #f4c05a;
  background-color: #fef7e9;
}
.addon.info {
  border: 2px solid #4990e1;
  background-color: #cce0f7;
}
#highlighted_products .owl-item .woo-product {
  width: 100% !important;
}
#product_category_page .cell {
  margin-bottom: 22px;
}
.image-container {
  height: 100%;
  width: 100%;
  display: block;
  background-size: cover !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.image-container img {
  height: 100%;
  width: auto;
}
.text-container {
  padding: 60px;
}
.bg-container {
  background-repeat: no-repeat;
  z-index: -1;
}
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
}
.bg-center {
  background-position: center center;
}
.bg-left {
  background-position: center left;
}
.bg-left-top {
  background-position: top left;
}
.bg-right {
  background-position: center right;
}
.bg-top {
  background-position: top center;
}
.bg-bottom {
  background-position: bottom center;
}
.bg-bottom-right {
  background-position: bottom right;
}
.bg-z {
  z-index: 1;
}
@media (max-width: 820px) {
  .mobile-bg-top {
    background-position: top center !important;
  }
  .mobile-bg-contain {
    background-size: contain !important;
  }
  .mobile-bg-cover {
    background-size: cover !important;
  }
}
.button,
.mailpoet_submit,
.add_to_cart_button {
  display: inline-block;
  background-color: #4990e1 !important;
  color: #fff !important;
  letter-spacing: 0.03em;
  text-decoration: none !important;
  font-weight: 100 !important;
  font-size: 18px !important;
  transition: all 300ms;
  border: none;
  border-radius: 3px !important;
  position: relative;
}
.button:hover,
.mailpoet_submit:hover,
.add_to_cart_button:hover {
  background-color: #5f9de5 !important;
  text-decoration: none !important;
}
.button.adding,
.mailpoet_submit.adding,
.add_to_cart_button.adding {
  opacity: 0.5;
  pointer-events: none;
}
.button.in_cart,
.mailpoet_submit.in_cart,
.add_to_cart_button.in_cart {
  background-color: #52b158 !important;
}
.button.green,
.mailpoet_submit.green,
.add_to_cart_button.green {
  background-color: #52b158 !important;
}
.button.big,
.mailpoet_submit.big,
.add_to_cart_button.big {
  font-size: 26px;
  line-height: 42px !important;
  font-weight: 700 !important;
  padding: 3px 44px !important;
}
.button .icon-cart,
.mailpoet_submit .icon-cart,
.add_to_cart_button .icon-cart {
  font-size: 19px;
  margin: 1px 20px;
  display: block;
}
.button .icon-cart:before,
.mailpoet_submit .icon-cart:before,
.add_to_cart_button .icon-cart:before {
  color: #fff;
}
.button .icon-cart-plus,
.mailpoet_submit .icon-cart-plus,
.add_to_cart_button .icon-cart-plus {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
input.button,
a.button,
.add_to_cart_button {
  line-height: 24px !important;
  padding: 5.33333333px 12px !important;
}
#footer {
  background-color: #fafafa;
  color: #302b2d;
  font-size: 13px;
  position: relative;
  z-index: 80;
  padding-top: 40px;
  padding-bottom: 40px;
}
#footer ul {
  list-style: none;
  padding-left: 0;
}
#footer ul li {
  margin-bottom: 0;
}
#footer ul a {
  display: block;
  line-height: 26px;
}
#footer ul.inline li {
  margin-right: 40px;
}
#footer ul.inline.seperate li {
  position: relative;
}
#footer ul.inline.seperate li:after {
  content: '|';
  position: absolute;
  right: -20px;
  top: 0;
  font-size: 80%;
}
#footer ul.inline.seperate li:last-child:after {
  display: none;
}
#footer-container {
  padding: 20px 20px 47px 20px;
}
.footer-nav strong {
  display: inline-block;
  width: 45px;
}
.footer-nav span {
  display: inline-block;
  width: 24px;
}
.footer-nav [class^="icon-"] {
  line-height: 1;
}
.footer-nav .icon-warehouse {
  width: 13px;
  height: 22px;
  display: block;
  background: transparent url(../img/icons/icon-warehouse.svg) no-repeat center center;
  background-size: contain;
  float: left;
  margin-right: 11px;
  margin-top: 2px;
}
#newsletter-quickform .mailpoet_paragraph {
  margin-bottom: 5px;
}
#newsletter-quickform .mailpoet_submit {
  width: 100%;
  line-height: 26px;
}
#newsletter-quickform .mailpoet_radio_label {
  font-weight: normal !important;
}
#newsletter-quickform input[type="email"] {
  padding-left: 5px;
  width: 100%;
}
.woocommerce-notices-wrapper {
  position: relative;
  z-index: 20;
  width: 100%;
  margin-top: -40px;
  margin-bottom: 80px;
}
.woocommerce-result-count,
.woocommerce-ordering,
.tabs.wc-tabs,
.sku_wrapper {
  display: none !important;
}
.woocommerce img,
.woocommerce-page img {
  max-width: auto;
}
.product_list_view {
  margin-top: -40px;
}
.woo-product {
  position: relative;
  margin-bottom: 40px;
}
.woo-product img {
  width: auto !important;
  height: 100% !important;
  max-height: 300px;
  max-width: unset !important;
}
.woo-product .product-image {
  display: block;
  min-height: 140px;
}
.woo-product .product_title {
  height: 58px;
  margin-bottom: 32px;
  display: block;
  line-height: 1.2;
}
.woo-product .product_price {
  display: block;
}
.woo-product .quantity {
  display: none;
}
.woo-product .variant_title {
  display: none;
}
.woo-product .variant-select {
  position: absolute;
  top: 260px;
  left: 0;
  right: 0;
  z-index: 400;
}
.woo-product .variant-select select {
  width: auto;
  height: auto;
}
.woo-product .variant {
  opacity: 0;
  pointer-events: none;
  transition: 200ms all;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.woo-product .variant.visible {
  opacity: 1;
  pointer-events: all;
  position: relative;
}
.woo-product:after {
  content: '';
  background: radial-gradient(#ffffff, #f5f5f5);
  position: absolute;
  top: -10px;
  right: 5px;
  left: 5px;
  bottom: -10px;
  border-radius: 3px;
  z-index: -1;
  opacity: 0;
  transform: scale(0.8);
  transition: all 300ms;
  box-shadow: inset 0 0 12px #efefef;
}
.woo-product:hover:after {
  opacity: 1;
  transform: scale(1);
}
.price_currency {
  font-size: 80%;
  margin-right: 3px;
}
.old-price {
  display: inline-block;
  margin: 0 auto;
  padding: 0 5px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  line-height: 1;
  color: #ff3f3d;
}
.old-price:before {
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 1px), #ff4141 50%, rgba(0, 0, 0, 0) calc(50% + 1px), rgba(0, 0, 0, 0) 100%);
}
.single-product .product_meta {
  display: none;
}
.single-product .woocommerce-product-gallery {
  width: calc(70% - 160px) !important;
  margin-left: 80px;
  margin-right: 80px;
  margin-top: -60px;
  margin-bottom: 40px;
}
.single-product .woocommerce-product-gallery img {
  max-height: 400px;
  height: 100% !important;
  width: unset !important;
  margin: 0 auto;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs {
  flex-wrap: nowrap;
  display: flex;
  margin-top: 40px !important;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs img {
  width: 100px !important;
}
.single-product .entry-summary {
  width: calc(30% - 40px) !important;
  float: left !important;
}
.single-product .entry-summary .product_title {
  margin-bottom: 28px;
}
.single-product .entry-summary .woocommerce-product-details__short-description .bubble {
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid black;
  border-radius: 4px;
  margin-right: 4px;
  min-width: 40px;
  padding: 0 9px;
  font-weight: 700;
  font-size: 16px;
}
.single-product .entry-summary .woocommerce-product-details__short-description .bubble span {
  position: absolute;
  top: 2px;
  transform: translateY(-100%) translateX(-50%);
  background-color: #fff;
  padding: 0 4px;
  line-height: 1;
  font-size: 12px;
  left: 50%;
  font-weight: 700;
}
.single-product .entry-summary .woocommerce-product-details__short-description .bubble_asterix_und_obelix {
  display: inline-block;
  transform: translateY(-15px);
}
.single-product .entry-summary .contents_natural {
  display: inline-block;
  line-height: 1.2;
  margin-top: 20px;
  font-size: 12px;
}
.single-product .entry-summary .bundled_product_summary {
  display: none;
}
.single-product .entry-summary .product-features {
  display: block;
  color: #96848E;
  font-size: 14px;
  line-height: 1.4;
  padding: 0;
  margin: 20px 0;
  list-style: none;
}
.single-product .entry-summary .product-features li {
  text-align: left;
  margin-bottom: 0;
  line-height: 1.2;
  padding: 3px 0;
}
.single-product .entry-summary .product-features li:before {
  content: '';
  background: transparent url('../img/icons/hakerl-sml.png') no-repeat center center;
  width: 14px;
  height: 13px;
  background-size: 100%;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: -2px;
}
.single-product .entry-summary .variant-selector {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #c0c0c0;
  margin-bottom: 4px;
  border-radius: 4px;
  opacity: 0.7;
  user-select: none;
  cursor: pointer;
  font-size: 16px;
  transition: all 300ms;
}
.single-product .entry-summary .variant-selector .price {
  color: #000 !important;
  text-align: right;
  font-size: 16px;
  margin-bottom: 0;
}
.single-product .entry-summary .variant-selector .amount {
  font-weight: 700;
}
.single-product .entry-summary .variant-selector.out_of_stock {
  opacity: 0.4;
  pointer-events: none;
}
.single-product .entry-summary .variant-selector:hover {
  opacity: 1;
  border-color: #878787;
}
.single-product .entry-summary .variant-selector.selected {
  border-color: #000;
  opacity: 1;
}
.single-product .entry-summary .single_variation_wrap {
  margin-top: 20px;
}
.single-product .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
}
.single-product .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  float: none;
  margin-right: 10px;
}
.single-product .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input {
  width: 100% !important;
  height: 100%;
}
.single-product .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .button {
  flex-grow: 1;
}
.single-product .entry-content {
  padding-bottom: 80px;
  clear: both;
}
.single-product .certificate-list {
  list-style: none;
  padding-left: 0;
}
.single-product .certificate-list a {
  display: flex;
  align-items: center;
}
.single-product .certificate-list a img {
  height: 30px;
  width: auto;
  margin-right: 10px;
}
.single-product section.related {
  width: 100%;
}
.single-product .product-meta {
  border-bottom: none !important;
}
@media (max-width: 768px) {
  .single-product .product,
  .single-product .woocommerce-product-gallery,
  .single-product .entry-summary {
    width: 100% !important;
    margin: 0;
  }
  .single-product .woocommerce-product-gallery .flex-viewport img {
    height: auto !important;
  }
}
.added_to_cart {
  margin-left: 20px;
}
.added_to_cart:hover {
  text-decoration: underline !important;
}
.cart_item .product-remove {
  width: 30px !important;
  font-size: 30px;
  padding-right: 0 !important;
}
.cart_item .product-thumbnail {
  width: 120px !important;
  padding: 0 !important;
}
.cart_item .product-thumbnail img {
  width: 120px !important;
}
.woocommerce .products .woo-product-teaser .product-meta {
  border-bottom: 1px solid #dedede;
  margin-bottom: 24px;
}
.woocommerce .products.filtered .woo-product,
.woocommerce .products.filtered .woo-product-teaser {
  display: none;
}
.woocommerce .products.filtered .woo-product.visible,
.woocommerce .products.filtered .woo-product-teaser.visible {
  display: flex;
}
.woocommerce .products li.product {
  margin-left: 12px !important;
  margin-right: 12px !important;
}
.woocommerce .products li.product.first {
  clear: none !important;
}
.woocommerce .products li.product.status-private {
  opacity: 0.5;
}
.woocommerce .products li.product .button {
  display: block !important;
  padding: 15px 0 !important;
  text-align: center;
  font-size: 75%;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.products_view_list {
  border-top: 1px solid #d0d0d0;
}
.products_view_list .woo-product {
  width: 100%;
  border-bottom: 1px solid #d0d0d0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  pointer-events: none;
}
.products_view_list .woo-product:nth-of-type(2n) {
  background-color: #f9f9f9;
}
.products_view_list .woo-product:hover:after {
  display: none;
}
.products_view_list .woo-product .single-product,
.products_view_list .woo-product .variant {
  position: unset;
  display: flex;
  padding-left: 80px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.products_view_list .woo-product .quantity,
.products_view_list .woo-product a {
  pointer-events: all;
}
.products_view_list .woo-product .quantity {
  display: block;
  width: 100px;
}
.products_view_list .woo-product .variant {
  opacity: 1;
}
.products_view_list .woo-product .variant .product_title {
  padding-left: 40px / 2;
}
.products_view_list .woo-product .variant_title {
  display: block;
  text-align: left;
  padding-left: 80px;
  font-weight: bold;
}
.products_view_list .woo-product .variant-select {
  display: none;
}
.products_view_list .woo-product .product-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100% !important;
  min-height: unset;
  overflow: hidden;
}
.products_view_list .woo-product .product-image img {
  height: 70px !important;
  width: auto !important;
}
.products_view_list .woo-product .product_title {
  flex-grow: 1;
  text-align: left;
  margin-bottom: 0;
  height: auto;
}
.products_view_list .woo-product .product_title p {
  margin-bottom: 0;
}
.products_view_list .woo-product .product_price {
  text-align: right;
}
.products_view_list .woo-product .product_price ins {
  text-decoration: none;
}
.products_view_list .woo-product .product_price .wholesale_price_minimum_order_quantity {
  font-weight: normal;
  font-size: 14px;
  margin-top: -4px;
}
.products_view_list .woo-product a.button {
  height: 30px;
  width: 130px;
  margin-left: 40px/2;
}
.sticky-container {
  position: sticky;
  top: 150px;
}
#sidebar-cart {
  height: 100%;
}
#sidebar-cart ul {
  list-style: none;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
#sidebar-cart ul li {
  line-height: 18px;
  padding: 2px 4px;
}
#sidebar-cart ul li:nth-of-type( 2n ) {
  background-color: #f9f9f9;
}
#sidebar-cart .quant {
  margin-right: 5px;
}
#sidebar-cart .total-price {
  float: right;
}
#sidebar-cart .total-cart-price {
  display: block;
  padding: 4px;
}
#sidebar-cart .total-cart-price strong {
  float: right;
}
#sidebar-cart .qty-based-discount-table-description {
  display: none;
}
#sidebar-cart .table-view {
  width: 100%;
}
#sidebar-cart ins {
  text-decoration: none;
}
#sidebar-cart .cart_info {
  border: 1px solid #ccc;
  padding: 5px;
}
#cart-popout {
  position: absolute;
  top: 100%;
  right: 3px;
  width: 100%;
  min-width: 250px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: 300ms all;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.4);
  padding-top: 12px;
}
#cart-popout ul {
  list-style: none;
  padding-left: 0;
  font-size: 12px;
}
#cart-popout ul li {
  margin-bottom: 0;
  text-align: left;
  padding: 6px 12px;
  line-height: 14px;
  position: relative;
}
#cart-popout ul li:nth-of-type(2n) {
  background-color: #fafafa;
}
#cart-popout ul li strong {
  float: right;
}
#cart-popout ul li .quant {
  position: absolute;
  left: 12px;
  top: 6px;
  font-weight: 700;
}
#cart-popout ul li .prod-name {
  padding-left: 40px;
  text-align: right;
}
#cart-popout .total-cart-price {
  display: block;
  font-size: 14px;
  text-align: left;
  padding: 2px 12px;
  border-top: 1px solid #cdced0;
  font-weight: 700;
}
#cart-popout .total-cart-price strong {
  float: right;
}
#cart-popout .cart_info {
  border-top: 1px solid #ccc;
  padding: 5px 10px;
}
#cart-popout .button {
  font-size: 14px !important;
  display: block;
  border-radius: 0 !important;
  margin-top: 1px;
  margin-bottom: 0;
  line-height: 26px;
}
.cart_menu {
  position: absolute;
  right: 0;
  top: 0;
  height: 70px;
  width: 70px;
  transition: all 500ms;
}
.cart_menu .go_to_cart {
  display: block;
  width: 100%;
  height: 100%;
}
.cart_menu .go_to_cart span {
  font-size: 30px;
  padding: 20px;
  transition: all 500ms;
}
.pinned .cart_menu .go_to_cart span {
  padding: 10px;
}
.cart_menu .go_to_cart span:before {
  color: #302b2d;
}
.cart_menu .go_to_cart span:hover:before {
  color: #f4c05a;
  text-shadow: 0 0 2px #8e8e8e;
}
#cart-popout .cart_info,
#sidebar-cart .cart_info {
  text-align: left;
  font-size: 12px;
  display: block;
  line-height: 14px;
}
.product_list_view .page-title {
  display: none;
}
#shop_sidebar {
  position: sticky;
  top: 130px;
}
#mobile_category_select {
  display: none;
}
.product_cats ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.product_cats ul li {
  cursor: pointer;
  white-space: nowrap;
  margin-right: 10px;
}
.product_cats ul li.selected {
  font-weight: 700;
}
.product_cats .all-categories {
  opacity: 0;
  pointer-events: none;
  transition: 300ms all;
  display: block;
  width: 100%;
  clear: both;
  cursor: pointer;
}
.product_cats.filtered .all-categories {
  opacity: 1;
  pointer-events: all;
}
.woocommerce .order_details {
  padding-left: 0;
}
.woocommerce .order_details li {
  border: none !important;
  margin-right: 2px !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
  padding-top: 8px !important;
  background-color: #4990e1 !important;
  color: #fff !important;
}
.woocommerce table.shop_table th {
  background-color: #dedede;
  color: #302b2d;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: 200px;
}
.cart-collaterals .checkout-button {
  padding: 12px 10px !important;
}
.woocommerce-error::before {
  display: none !important;
}
.wc-bacs-bank-details-heading {
  margin-bottom: 10px;
}
.woocommerce-terms-and-conditions-wrapper .form-row {
  margin-bottom: 0;
}
.woocommerce-terms-and-conditions-wrapper .form-row label.checkbox {
  display: flex !important;
  margin-bottom: 0;
}
.woocommerce-terms-and-conditions-wrapper .form-row label.checkbox .required {
  position: relative;
}
#age-verification-checkbox,
.create-account {
  display: flex;
}
#age-verification-checkbox p:before,
.create-account p:before {
  display: none;
}
#age-verification-checkbox label.checkbox,
.create-account label.checkbox {
  padding-left: 30px;
  display: block !important;
  line-height: 22px !important;
  font-weight: 100;
  text-align: left;
}
.shipping-calculator-form {
  display: block !important;
}
#dimoco-card-div iframe,
#dimoco-cvv-div iframe {
  width: 100%;
  height: 40px;
}
#shipping_method li {
  padding-left: 20px;
}
#shipping_method li label {
  line-height: 120%;
}
#shipping_method li input {
  margin-left: -20px !important;
  margin-top: 7px !important;
  margin-right: 9px !important;
}
label[for="shipping_method_0_flat_rate93"]:after,
label[for="shipping_method_0_free_shipping94"]:after {
  content: 'Bestellungen vor 12:00 werden noch am gleichen Tag (Mo-Sa) bis 19:00 an die Tür geliefert.';
  font-weight: normal;
  display: block;
  margin-left: 2px;
  font-size: 12px;
  line-height: 16px;
}
label[for="shipping_method_0_flat_rate91"]:after,
label[for="shipping_method_0_free_shipping92"]:after {
  content: 'Lieferung innerhalb von Österreich 1-4 Werktage, International 5-10 Werktage';
  font-weight: normal;
  display: block;
  margin-left: 2px;
  font-size: 12px;
  line-height: 16px;
}
#ship-to-different-address {
  position: relative;
  padding-left: 30px;
}
#ship-to-different-address input {
  position: absolute;
  top: 10px;
  left: 5px;
}
.woocommerce-billing-fields .form-row,
.shipping_address .form-row {
  margin-bottom: 15px !important;
}
.woocommerce-billing-fields .form-row label,
.shipping_address .form-row label {
  font-size: 14px;
  line-height: 1 !important;
  margin-bottom: 0;
  font-weight: normal;
}
.woocommerce-billing-fields .form-row input.input-text,
.shipping_address .form-row input.input-text {
  border: none;
  border-bottom: 2px solid #4990e1;
  transition: all 300ms;
  padding: 5px;
  background-color: #f7f7f7;
}
.woocommerce-billing-fields .form-row input.input-text:focus,
.shipping_address .form-row input.input-text:focus {
  border-bottom-width: 4px;
  margin-bottom: -2px;
}
#order_review_heading {
  margin-top: 20px;
}
#ship-to-different-address {
  font-size: 16px;
  font-weight: normal;
}
#order_review .cart_item .product-total,
#order_review thead .product-total {
  text-align: right;
}
#order_review .shipping td,
#order_review .cart-subtotal td,
#order_review .order-total td,
#order_review .shipping th,
#order_review .cart-subtotal th,
#order_review .order-total th {
  padding-bottom: 5px;
  padding-top: 5px;
}
#order_review .shipping td,
#order_review .cart-subtotal td,
#order_review .order-total td {
  text-align: right;
}
#order_review .shipping,
#order_review .cart-subtotal {
  font-size: 14px;
  font-weight: normal;
}
.validate-required label.checkbox,
.create-account label.checkbox {
  display: block !important;
  padding-left: 30px;
  padding-right: 10px;
}
.validate-required label.checkbox input,
.create-account label.checkbox input {
  top: 5px;
  left: 7px;
  margin: 0 !important;
}
.validate-required label.checkbox span,
.create-account label.checkbox span {
  display: block;
  line-height: 1.2;
}
.validate-required label.checkbox .required,
.create-account label.checkbox .required {
  position: absolute;
  top: 5px;
  right: 0;
}
#account_password_field {
  width: 100%;
}
#magu_blog {
  padding-top: 0;
}
#magu_blog #blog_slider,
#magu_blog_single #blog_slider {
  height: 40vh;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
#magu_blog #blog_slider .item,
#magu_blog_single #blog_slider .item {
  height: 100%;
  background-size: cover !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
#magu_blog #blog_slider .item .slide-content-container,
#magu_blog_single #blog_slider .item .slide-content-container {
  text-align: center;
}
#magu_blog #blog_slider h1,
#magu_blog_single #blog_slider h1 {
  color: #fff;
  font-size: 60px;
  text-shadow: 0 0 5px #3a3a3a;
  max-width: 80%;
  margin: 0 auto;
}
#magu_blog #blog_slider h2,
#magu_blog_single #blog_slider h2 {
  color: #fff;
  font-size: 45px;
  text-shadow: 0 0 5px #3a3a3a;
  max-width: 80%;
  margin: 0 auto;
}
#magu_blog .blog-categories,
#magu_blog_single .blog-categories {
  margin: 10px 0 40px 0;
  text-align: center;
}
#magu_blog .blog-categories .blog-cat,
#magu_blog_single .blog-categories .blog-cat {
  margin-left: -1px;
  display: inline;
}
#magu_blog .blog-categories .blog-cat a,
#magu_blog_single .blog-categories .blog-cat a {
  padding: 5px 20px;
  font-size: 16px;
}
#magu_blog .blog-categories .blog-cat a:hover,
#magu_blog_single .blog-categories .blog-cat a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #4990e1 !important;
  border-color: #1b5494 !important;
}
#magu_blog .blog-categories .blog-cat a.back-cat,
#magu_blog_single .blog-categories .blog-cat a.back-cat {
  background-color: #3a3a3a;
  color: #fff;
  padding: 5px 12px;
  position: relative;
}
#magu_blog .blog-categories .blog-cat a.back-cat span,
#magu_blog_single .blog-categories .blog-cat a.back-cat span {
  display: none;
}
#magu_blog .blog-categories .blog-cat a.back-cat:before,
#magu_blog_single .blog-categories .blog-cat a.back-cat:before,
#magu_blog .blog-categories .blog-cat a.back-cat:after,
#magu_blog_single .blog-categories .blog-cat a.back-cat:after {
  content: '';
  width: 10px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 7px;
}
#magu_blog .blog-categories .blog-cat a.back-cat:before,
#magu_blog_single .blog-categories .blog-cat a.back-cat:before {
  transform: translateY(-5px) rotateZ(-45deg);
}
#magu_blog .blog-categories .blog-cat a.back-cat:after,
#magu_blog_single .blog-categories .blog-cat a.back-cat:after {
  transform: translateY(1px) rotateZ(45deg);
}
#magu_blog .blog-category-teaser,
#magu_blog_single .blog-category-teaser {
  position: relative;
}
#magu_blog .blog-category-teaser .bg-container,
#magu_blog_single .blog-category-teaser .bg-container {
  height: 0;
  width: 100%;
  display: block;
  padding-top: 35%;
  background-size: cover !important;
  background-position: center center !important;
  z-index: 9;
}
#magu_blog .blog-category-teaser .blog-category-title,
#magu_blog_single .blog-category-teaser .blog-category-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 10px 30px 5px 20px;
  background-color: #fff;
  text-align: left;
}
#magu_blog .blog-category-teaser .blog-category-title h2,
#magu_blog_single .blog-category-teaser .blog-category-title h2 {
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 0;
  text-transform: uppercase;
}
#magu_blog .blog-category-teaser .blog-category-title p,
#magu_blog_single .blog-category-teaser .blog-category-title p {
  margin-bottom: 0;
}
#magu_blog .blog-category-teaser .blog-category-title .cat-description,
#magu_blog_single .blog-category-teaser .blog-category-title .cat-description {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.2;
  max-width: 380px;
}
#magu_blog .blog-category-teaser a,
#magu_blog_single .blog-category-teaser a {
  height: 100%;
  width: 100%;
  display: block;
}
#magu_blog .blogposts,
#magu_blog_single .blogposts {
  margin-top: 40px;
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
  flex-wrap: wrap;
}
#magu_blog .blogposts.related,
#magu_blog_single .blogposts.related {
  margin-top: 40px;
  border-top: 20px solid #f5f5f5;
  padding-top: 40px;
}
#magu_blog .blogposts.related .blog-content:before,
#magu_blog_single .blogposts.related .blog-content:before {
  display: none;
}
#magu_blog .blog-content,
#magu_blog_single .blog-content {
  margin-bottom: 60px;
  width: 33%;
  display: flex;
  flex-direction: column;
  padding: 0 40px 30px 40px;
  position: relative;
}
#magu_blog .blog-content .blog-image-container,
#magu_blog_single .blog-content .blog-image-container {
  display: block;
}
#magu_blog .blog-content .blog-image,
#magu_blog_single .blog-content .blog-image {
  height: 0;
  display: block;
  padding-top: 67.5%;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
  margin-bottom: 10px;
}
#magu_blog .blog-content .meta,
#magu_blog_single .blog-content .meta {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 5px;
}
#magu_blog .blog-content h3,
#magu_blog_single .blog-content h3 {
  font-size: 20px;
}
#magu_blog .blog-content h3 a:hover,
#magu_blog_single .blog-content h3 a:hover {
  text-decoration: none;
}
#magu_blog .blog-content p,
#magu_blog_single .blog-content p {
  font-size: 16px;
  line-height: 1.5;
}
#magu_blog .blog-content .content-teaser,
#magu_blog_single .blog-content .content-teaser {
  flex-grow: 1;
}
#magu_blog .blog-content .content-teaser .content-teaser-text,
#magu_blog_single .blog-content .content-teaser .content-teaser-text {
  flex-grow: 1;
  height: calc(100% - 40px);
}
#magu_blog .blog-content .content-teaser .content-teaser-footer,
#magu_blog_single .blog-content .content-teaser .content-teaser-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#magu_blog .blog-content .content-teaser .content-teaser-footer .social,
#magu_blog_single .blog-content .content-teaser .content-teaser-footer .social {
  display: flex;
  align-items: center;
}
#magu_blog .blog-content .content-teaser .content-teaser-footer .social strong,
#magu_blog_single .blog-content .content-teaser .content-teaser-footer .social strong {
  font-size: 15px;
  margin-right: 5px;
}
#magu_blog .blog-content .content-teaser .content-teaser-footer .social a,
#magu_blog_single .blog-content .content-teaser .content-teaser-footer .social a {
  padding: 0 2px;
}
#magu_blog .blog-content .content-teaser .content-teaser-footer .social a img,
#magu_blog_single .blog-content .content-teaser .content-teaser-footer .social a img {
  height: 35px;
}
#magu_blog .blog-content .read_more,
#magu_blog_single .blog-content .read_more {
  line-height: 24px !important;
  height: 30px;
  padding: 3px 12px !important;
  background-color: #3a3a3a;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  display: inline-block;
  transition: all 300ms;
}
#magu_blog .blog-content .read_more:hover,
#magu_blog_single .blog-content .read_more:hover {
  background-color: #337ab7;
  text-decoration: none;
}
#magu_blog .blog-content:before,
#magu_blog_single .blog-content:before {
  content: '';
  background: #e2e2e2;
  position: absolute;
  bottom: -20px;
  right: 40px;
  left: 40px;
  height: 2px;
  border-radius: 2px;
}
#magu_blog .blog-content:after,
#magu_blog_single .blog-content:after {
  content: '';
  background: radial-gradient(#ffffff, #f5f5f5);
  position: absolute;
  top: -10px;
  right: 30px;
  left: 30px;
  bottom: 5px;
  border-radius: 3px;
  z-index: -1;
  opacity: 0;
  transform: scale(0.8);
  transition: all 300ms;
  box-shadow: inset 0 0 12px #efefef;
}
#magu_blog .blog-content:hover:after,
#magu_blog_single .blog-content:hover:after {
  opacity: 1;
  transform: scale(1);
}
#magu_blog.blog-single h1,
#magu_blog_single.blog-single h1 {
  margin-bottom: 20px;
  font-weight: 500;
}
#magu_blog.blog-single .post-meta,
#magu_blog_single.blog-single .post-meta {
  font-size: 14px;
}
#magu_blog.blog-single .post-meta .post-categories,
#magu_blog_single.blog-single .post-meta .post-categories {
  margin-left: 20px;
  display: inline-block;
}
#magu_blog.blog-single .alignleft,
#magu_blog_single.blog-single .alignleft {
  float: left;
  margin-right: 40px;
}
#magu_blog.blog-single .alignright,
#magu_blog_single.blog-single .alignright {
  float: right;
  margin-left: 40px;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: flex-end;
}
.owl-carousel .owl-item,
.owl-carousel .woo-product-teaser {
  height: 100%;
}
.owl-carousel .woo-product-teaser {
  padding: 0 40px;
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.owl-carousel .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 300ms;
  margin-right: 8px;
  box-shadow: 0 0 5px #000;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #fff;
  transform: scale(1.15);
}
.owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
  border: none;
}
@media (max-width: 820px) {
  .owl-carousel .owl-dots {
    bottom: -20px;
  }
  .owl-carousel .woo-product-teaser {
    padding: 0 10px;
  }
  #magu_blog,
  #magu_blog_single {
    padding-top: 42px;
  }
  #magu_blog .blog-header,
  #magu_blog_single .blog-header {
    height: 200px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: 42px;
  }
  #magu_blog .blog-header h1,
  #magu_blog_single .blog-header h1 {
    margin: 0 20px;
  }
  #magu_blog .blog-categories,
  #magu_blog_single .blog-categories {
    margin-top: 20px;
    display: block;
  }
  #magu_blog .blog-categories .blog-cat,
  #magu_blog_single .blog-categories .blog-cat {
    display: inline-block;
    margin-bottom: 3px;
  }
  #magu_blog .blog-categories .blog-cat a,
  #magu_blog_single .blog-categories .blog-cat a {
    display: block;
    padding: 2px 10px;
  }
  #magu_blog .blogposts,
  #magu_blog_single .blogposts {
    margin: 0;
  }
  #magu_blog .blog-content,
  #magu_blog_single .blog-content {
    width: 100%;
    padding: 40px 30px 30px 20px;
  }
  #magu_blog .blog-category-teaser .bg-container,
  #magu_blog_single .blog-category-teaser .bg-container {
    padding-top: 50%;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  #magu_blog .blog-category-teaser .blog-category-title,
  #magu_blog_single .blog-category-teaser .blog-category-title {
    position: relative;
  }
  #magu_blog .blog-category-teaser .blog-category-title h2,
  #magu_blog_single .blog-category-teaser .blog-category-title h2 {
    font-size: 30px !important;
  }
}
@media print {
  #masthead,
  #colophon,
  .related_articles {
    display: none;
  }
  .section.first {
    padding-top: 40px !important;
  }
  .entry-content {
    width: 100% !important;
  }
}
@media (max-width: 820px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
  body,
  body.page {
    padding-top: 0;
  }
  #wpadminbar {
    display: none;
  }
  #wrapper {
    margin-top: -4px;
  }
  .admin-bar #wrapper {
    margin-top: -46px;
  }
  .admin-bar #header {
    top: 0 !important;
  }
  .header-search,
  .header-cart {
    min-width: unset;
    margin-right: 0;
  }
  .header-search {
    display: none;
  }
  .header-search .icon-search {
    position: absolute;
    top: 8px;
    left: 180px;
    z-index: 810;
  }
  .header-search .header-search-container .search-field {
    border: none;
    background-color: #d7d7d7;
    border-radius: 6px;
    display: block;
    width: 100%;
    padding: 4px 0;
    padding-left: 42px;
    margin-top: 5px;
    font-size: 18px;
  }
  #search_results {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: unset !important;
    margin-top: 0;
    z-index: 800;
    display: none;
    padding: 0;
  }
  #search_results > .result-list {
    padding: 24px;
    margin: 0;
  }
  #search_results > .result-list ul {
    padding: 0;
  }
  #search_results > .result-list a {
    padding: 0;
    margin-bottom: 10px;
  }
  #search_results.visible {
    display: block;
  }
  #search_results .close-search {
    position: absolute;
    right: 10px;
    top: 20px;
    height: 20px;
    width: 16px;
  }
  #search_results .close-search span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #302b2d;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    top: 0;
  }
  #search_results .close-search span:nth-child(1) {
    transform: rotate(45deg);
  }
  #search_results .close-search span:nth-child(2) {
    transform: rotate(-45deg);
  }
  .site-header {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    min-height: 42px;
  }
  .site-header .header-search {
    position: absolute !important;
    top: 42px;
    left: 0;
    right: 0;
    background-color: #fff;
    text-align: left;
    border-bottom: 0 !important;
  }
  .site-header .header-search .icon-search {
    left: 24px;
  }
  .site-header .header-search .header-search-container {
    display: block;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .main-content {
    padding: 60px 20px 0 20px;
  }
  .site-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 42px;
  }
  .site-title img {
    height: 90% !important;
    margin-top: 3px;
  }
  #header.open {
    height: 100vh;
  }
  #header.open .header-search,
  #header.open .header-search-container {
    display: block;
  }
  #header.open #user-header,
  #header.open .site-navigation {
    display: block;
  }
  #user-header {
    display: none;
    top: 84px !important;
    background-color: #fff;
    height: 44px;
    border-bottom: 1px solid #ccc;
  }
  #user-header #lang-switch {
    z-index: 800;
  }
  #user-header #lang-switch .current_lang {
    background-color: #fff;
    color: #302b2d;
  }
  .site-navigation {
    top: 126px;
    background-color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    display: none;
    padding-left: 40px;
    padding-right: 40px;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .site-navigation .menu_primary {
    display: block;
    padding: 0 12px;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 0;
  }
  .site-navigation .menu_primary > li {
    border-bottom-width: 4px !important;
  }
  .site-navigation .menu_primary li {
    display: block;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
  }
  .site-navigation .menu_primary li a {
    padding: 0 8px;
    width: 100%;
    line-height: 45px;
    text-align: left;
  }
  .site-navigation .menu_primary li .dropdown-icon {
    display: inline-block;
    margin-top: 7px;
  }
  .site-navigation .menu_primary .dummy,
  .site-navigation .menu_primary .sub-title {
    display: none !important;
  }
  .site-navigation .menu_primary .dummy.show-on-mobile,
  .site-navigation .menu_primary .sub-title.show-on-mobile {
    display: block !important;
    display: block;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
  }
  .site-navigation .menu_primary .dummy.show-on-mobile a,
  .site-navigation .menu_primary .sub-title.show-on-mobile a {
    font-size: 14px;
  }
  .site-navigation .menu_primary .mobile-collapse {
    overflow: hidden;
  }
  .site-navigation .menu_primary .mobile-collapse .dummy {
    display: block !important;
    padding-left: 5px;
    padding-right: 0;
    background-color: #fff;
    text-align: left;
  }
  .site-navigation .menu_primary .mobile-collapse .dummy .dropdown-icon {
    float: right;
    transform: rotate(0) !important;
  }
  .site-navigation .menu_primary .mobile-collapse .sub-menu {
    max-height: 0;
    transition: all 300ms;
  }
  .site-navigation .menu_primary .mobile-collapse .sub-menu.complex {
    transform: none !important;
  }
  .site-navigation .menu_primary .mobile-collapse.open .dropdown-icon {
    transform: rotate(180deg) !important;
  }
  .site-navigation .menu_primary .mobile-collapse.open .sub-menu {
    max-height: unset;
  }
  .site-navigation .menu_primary .sub-menu {
    margin-top: 0;
    position: relative;
    margin-left: 0;
    left: 0;
    width: 100%;
    margin-bottom: -1px;
    box-shadow: none;
    padding-top: 0;
    display: block;
    padding-bottom: 0;
    transform: none;
  }
  .site-navigation .menu_primary .sub-menu li:after {
    display: none;
  }
  .site-navigation .menu_primary .sub-menu a {
    color: #302b2d;
    font-size: 14px;
    text-align: left;
    padding-left: 6px;
    line-height: 38px;
  }
  .site-navigation .header-search {
    display: none !important;
  }
  .header-cart {
    display: none !important;
  }
  .header-cart.mobile-cart {
    display: block !important;
  }
  .mobile-menu {
    position: absolute;
    top: 0;
    left: 12px;
    padding: 6px;
    transition: all 500ms;
    display: block;
  }
  .burger-menu {
    width: 24px;
    height: 20px;
    margin-top: 6px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  .burger-menu span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #302b2d;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .burger-menu span:nth-child(1) {
    top: 0px;
  }
  .burger-menu span:nth-child(2),
  .burger-menu span:nth-child(3) {
    top: 7px;
  }
  .burger-menu span:nth-child(4) {
    top: 14px;
  }
  .mobile-menu.open .burger-menu span:nth-child(1) {
    top: 2px;
    width: 0%;
    left: 50%;
  }
  .mobile-menu.open .burger-menu span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mobile-menu.open .burger-menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mobile-menu.open .burger-menu span:nth-child(4) {
    top: 2px;
    width: 0%;
    left: 50%;
  }
  .mobile-cart {
    position: absolute;
    right: 6px;
    display: block;
    padding: 9px;
    font-size: 25px;
  }
  .text-container {
    padding: 30px 18px;
  }
  .bg-container.mobile-reset {
    height: 200px !important;
    position: relative !important;
  }
  .mobile-reverse {
    display: flex;
    flex-flow: column-reverse;
  }
  body.post-type-archive-product .main-content {
    padding-top: 150px;
  }
  #shop_sidebar {
    top: 40px;
    border-bottom: 1px solid #dadada;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 450;
    position: fixed;
    padding-top: 10px;
    padding-bottom: 12px;
  }
  #shop_sidebar h1 {
    margin: 0 !important;
    font-size: 24px;
    line-height: 1;
  }
  #mobile_category_select {
    display: block;
    position: absolute;
    bottom: 9px;
    right: 0;
    left: 50%;
  }
  .product_list_view {
    margin-top: -20px;
  }
  .product_cats {
    display: none;
    margin-top: -18px;
    margin-bottom: 30px !important;
    border-top: 1px solid #d7d7d7;
    padding-top: 12px;
  }
  .product_cats .all-categories,
  .product_cats ul {
    display: none;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .woocommerce-page[class*=columns-] ul.products li.product,
  .woocommerce[class*=columns-] ul.products li.product {
    margin: 0 0 12px 0 !important;
  }
  #footer {
    padding-bottom: 16px;
  }
  .footer-navigation {
    padding-bottom: 50px;
  }
  .woocommerce ul.products li.product .button {
    font-size: 80%;
  }
  .woocommerce-cart-form .shop_table {
    border: none !important;
  }
  .woocommerce-cart-form .shop_table td {
    border: none !important;
  }
  .woocommerce-cart-form .shop_table .cart_item {
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: -1px;
    display: flex !important;
    flex-flow: wrap;
    position: relative;
  }
  .woocommerce-cart-form .shop_table .cart_item .product-remove {
    padding: 0;
    font-size: 1em;
    margin-top: 8px;
    position: absolute;
    background-color: transparent !important;
  }
  .woocommerce-cart-form .shop_table .cart_item .product-name {
    text-align: left !important;
    padding-left: 30px;
  }
  .woocommerce-cart-form .shop_table .cart_item .product-price {
    width: 50%;
    display: inline-block;
    order: 2;
    padding-top: 0;
    padding-bottom: 0;
  }
  .woocommerce-cart-form .shop_table .cart_item .product-quantity {
    width: 50%;
    display: inline-block;
    order: 1;
    padding-top: 0;
    padding-bottom: 0;
  }
  .woocommerce-cart-form .shop_table .cart_item .product-quantity .quantity {
    width: auto;
    text-align: left !important;
  }
  .woocommerce-cart-form .shop_table .cart_item .product-quantity .quantity input {
    border: none;
    background-color: transparent;
  }
  .woocommerce-cart-form .shop_table .cart_item .product-quantity .quantity:after {
    content: 'x';
    font-size: 12px;
  }
  .woocommerce-cart-form .shop_table .cart_item .product-subtotal {
    order: 3;
    width: 100%;
  }
  .woocommerce-cart-form .shop_table .cart_item .product-subtotal .tax_label {
    display: none;
  }
  .woocommerce-cart-form .shop_table .cart_item .product-subtotal .amount {
    font-weight: bold;
  }
  .woocommerce-cart-form .shop_table .cart_item .product-name:before,
  .woocommerce-cart-form .shop_table .cart_item .product-price:before,
  .woocommerce-cart-form .shop_table .cart_item .product-quantity:before {
    display: none;
  }
  .woocommerce-cart-form .shop_table .shipping,
  .woocommerce-cart-form .shop_table .cart-subtotal {
    font-size: 14px;
  }
  .woocommerce-cart-form .shop_table .woocommerce-shipping-destination {
    text-align: left;
  }
  .woocommerce-cart-form .shop_table .order-total .includes_tax {
    display: block;
    font-size: 14px;
  }
  .button[name="apply_coupon"] {
    font-size: 12px !important;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
    line-height: 25px !important;
  }
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  min-height: 57px !important;
}
.widefat ol,
.widefat p,
.widefat tfoot tr td,
.widefat tfoot tr th,
.widefat thead tr td,
.widefat thead tr th,
.widefat ul {
  width: auto !important;
}
.wp-block-pb-accordion-item .js-accordion-controller {
  display: block;
  padding: 10px 0;
  position: relative;
  background-color: #fff;
  z-index: 2;
  cursor: pointer;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: -1px;
  font-size: 24px !important;
}
.wp-block-pb-accordion-item .js-accordion-controller:focus {
  outline: none;
}
.wp-block-pb-accordion-item .js-accordion-controller:before,
.wp-block-pb-accordion-item .js-accordion-controller:after {
  display: block;
  content: '' !important;
  position: absolute;
  right: 0;
  top: 50%;
  height: 2px;
  width: 20px;
  background-color: #000 !important;
}
.wp-block-pb-accordion-item .js-accordion-controller:after {
  transform: rotateZ(90deg);
  transition: all 300ms;
}
.wp-block-pb-accordion-item .c-accordion__content {
  background-color: #f9f9f9;
  border-radius: 4px;
  padding: 20px;
  padding-bottom: 1px;
  z-index: 1;
}
.wp-block-pb-accordion-item.is-open .js-accordion-controller:after {
  transform: rotateZ(0);
}
