/**
Theme Name: pamo
Author: Pascal
Description: Parent theme
Version: 2.0.0
*/

:root {
  --font-family: "Noto Sans", sans-serif;
  --font-family-2: var(--font-family);

  --grey: hsl(0, 0%, 60%);
  --white: white;
  --light: hsl(10, 50%, 95%);
  --accent-2: hsl(10, 60%, 60%);
  --accent: hsl(10, 90%, 40%);
  --medium: hsl(10, 50%, 30%);
  --dark: hsl(10, 30%, 25%);

  --border: 0.25rem solid var(--light);
  --border-radius-big: 1.25rem;
  --border-radius-small: 0.5rem;
  --transition: 0.15s ease-out;

  /* --box-shadow: 0px 1.125rem 36px -18px hsla(0, 0%, 0%, 0.1),
    0px 2rem 2.75rem -30px hsla(0, 0%, 0%, 0.3); */
  /* --color-shadow: hsla(240, 10%, 50%, 0.03);
  --color-shadow-light: hsla(0, 0%, 100%, 0.3);
  --box-shadow: 0 2px 1px var(--color-shadow), 0 4px 2px var(--color-shadow),
    0 8px 4px var(--color-shadow), 0 16px 8px var(--color-shadow),
    0 32px 16px var(--color-shadow), inset 0 1px var(--color-shadow-light),
    inset 0 2px 4px var(--color-shadow-light),
    inset 0 -1px hsla(0, 0%, 0%, 0.05), inset 0 -2px 4px hsla(0, 0%, 0%, 0.05);

  --box-shadow-inset: inset 0 2px 1px var(--color-shadow),
    inset 0 4px 2px var(--color-shadow), inset 0 8px 4px var(--color-shadow),
    inset 0 16px 8px var(--color-shadow), inset 0 32px 16px var(--color-shadow),
    0 1px var(--color-shadow-light), 0 2px 4px var(--color-shadow-light),
    0 -1px hsla(0, 0%, 0%, 0.05), 0 -2px 4px hsla(0, 0%, 0%, 0.05); */
}

/* .search-result,
.orderby-box,
.sidebar,
.product-box-big,
.product-box-medium,
header,
footer,
.menu-list-wrap a,
.product-box-small,
.box,
.btn-primary,
.page-numbers,
.search-submit,
.filter-switch,
.sub-menu {
  box-shadow: var(--box-shadow);
}

.img-wrap,
.product-img-wrap,
select,
input[type="search"],
input[type="text"],
#header-searchform {
  box-shadow: var(--box-shadow-inset);
} */

/***** CSS Reset based on the work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ v2.0 *****/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
em,
img,
s,
small,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
header,
hgroup,
menu,
nav,
section,
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  /* line-height: 1.5; */
}

/* * { */
/* outline: 1px solid red; */
/* transition: var(--transition) !important; */
/* text-underline-offset: 0.2em; */
/* line-height: 4.5 !important; */
/* } */

/* ::selection {
  background-color: var(--accent);
  color: var(--white);
} */

body {
  font-family: var(--font-family);
  /* font-size:1rem; */
  line-height: 1.5rem;
  background: var(--white);
  word-wrap: break-word;
  color: var(--dark);
  margin: 0;
}

input,
select,
button {
  font-family: var(--font-family);
}

input,
select,
button {
  line-height: 1.5;
}

.searchform li label,
select,
input[type="checkbox"] {
  cursor: pointer;
}

.site-logo {
  float: left;
  margin-right: 0.625rem;
  margin-top: -0.25rem;
  width: 4rem;
  transition: var(--transition);
}

.logo:hover .site-logo {
  transform: scale(1.2);
}

.widget-test {
  font-size: 1.125rem;
  display: block;
  font-weight: 700;
  text-align: center;
}

.yearly-test {
  text-align: center;
  padding: 3.125rem 0 1rem;
  background: red !important;
}

/* .yearly-test img {
  box-shadow: 0 1px 11px 0px #000;
} */

/* .post-header-excerpt {
  padding: 0;
  border-bottom: 0;
} */

.wrap {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/***** Structure *****/

html {
  font-size: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
}

.wrapper {
  padding: 1.5rem 0;
  /* background: var(--white); */

  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.sb-left .wrapper {
  flex-direction: row-reverse;
}

.sb-none .sidebar {
  display: none;
}

.sb-none #main-content,
.sb-none #main-content .product-text,
.sb-none #main-content .product .post-header {
  width: 100%;
}

/* .default-page .content {
  width: 75%;
  float: left;
  overflow: hidden;
  margin-right: 1%;
} */

.sidebar {
  /* padding-left: 2%; */
  /* border-left: 1px solid #ebebeb; */
  /* float: right; */
  display: flex;
  flex-direction: column;
  gap: 1rem;

  padding: 1.5rem;

  background-color: var(--light);
  border-radius: var(--border-radius-big);

  width: 30%;
  box-sizing: border-box;
}

.sidebar p,
.sidebar form {
  margin: 0;
}

/* .sidebar,
.product-box-big {
  position: sticky;
  top: 1.5rem;
} */

.page-full-width .content {
  width: 100%;
}

/* .dashicons .dashicons-search {
  background-color: var(--accent);
} */

.material-symbols-outlined {
  color: var(--accent);
  /* line-height: normal; */
  /* height: 1rem; */
  vertical-align: middle;
}

/* .search-results-page {
  flex-direction: row-reverse;
} */

.search-results-page .sidebar.searchform {
  text-align: left;
  font-size: 0.875rem;

  /* background-color: var(--light); */
  /* border-radius: var(--border-radius-big); */

  /* float: left; */
  /* padding-right: 2%; */
  /* border-right: 1px solid #ebebeb; */
  /* padding: 1.5rem; */

  /* box-sizing: border-box; */
  /* width: 25%; */
}

.default-page .content,
.search-results-page .content {
  /* float: right; */
  /* margin-left: 1%; */
  margin-right: 0;

  width: 70%;
  box-sizing: border-box;
}

#product-searchform {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.amazon-products-headline {
  margin-top: 5rem;
}

.left {
  float: left;
}

.right {
  float: right;
}

/**** Header ****/

/* don't delete, in case of js headerslide */
/* #header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
} */

.header-flex {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

#header {
  background: var(--accent);
}

/* .header-search {
  float: right;
  margin: 1.5rem 0 0 0;
  margin: 0;
  text-align: right;
} */

#header-searchform {
  width: 20rem;
  /* margin-bottom: 0.25rem; */
  margin-bottom: 0;
  border-radius: var(--border-radius-big);
  background-color: var(--white);
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

#header-searchform input {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  /* width: 200px; */
}

.header-search-query {
  width: 91%;
  color: var(--dark);
}

/* .header-search-query::placeholder {
  color: var(--accent);
} */

.search-button {
  padding: 0;
  border: none;
  background: none;
}

/* .header-search-submit-wrap { */
/* border: 1px solid var(--accent-2); */
/* background: var(--accent-2); */
/* color: var(--var(--accent-2)); */
/* width: 2rem; */
/* position: relative; */
/* display: inline-block; */
/* cursor: pointer; */
/* line-height: initial;
  vertical-align: middle; */
/* } */

/* .header-search-submit {
  text-indent: -10000px;
  height: 100%;
  width: 100%;
  background: none;
  border: 0;
  cursor: pointer;
} */

#mobile-menu-btn {
  display: none;
}

#menu-main-menu {
  font-size: 0.875rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

/* #menu-main-menu::after {
  content: "";
  flex: auto;
} */

.header-search-nav {
  text-align: left;
  margin-left: 0.25rem;
}

.header-search-nav a {
  /* font-size: 12px; */
  display: none;
}

/* .icon-search {
  background: url("images/icon-suche.png") repeat-x 0 0;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: absolute;
  top: 0.25rem;
  left: 0.5rem;
  background-size: 100%;
}

.icon-search-mobile {
  float: right;
  display: block;
  padding: 0.5rem;
  border: 4px solid var(--accent-2);
  background: var(--accent-2);
  border-radius: var(--border-radius-big);
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.icon-search-mobile .icon-search {
  display: inline-block;
  float: right;
  background-size: 100%;
  position: relative;
  top: 0;
  left: 0;
} */

.logo {
  /* display: block; */
  margin: 1rem 0;
  /* overflow: hidden; */
  /* width: 21rem; */
}

a.logo,
a.logo:hover {
  color: var(--white);
  text-decoration: none;
}

.site-name {
  /* margin-top: 0.25rem; */
  /* color: var(--dark); */
  display: inline-block;
  line-height: 1.3;
  font-family: var(--font-family-2);
  letter-spacing: 0.07rem;
  font-size: 2rem;
  font-weight: 600;
}

.site-desc {
  font-size: 14px;
  /* color: var(--accent-2); */
  margin: 0;
  display: block;
  line-height: initial;
  white-space: nowrap;
}

/***** Typography *****/

main p {
  text-align: justify;
  hyphens: auto;
  word-spacing: -2px;

  /* background-color: red !important; */
}

/* main p strong,
main p a {
  text-align: left;
  background-color: blue !important;
} */

a {
  color: var(--accent-2);
  text-decoration: none;
  transition: color var(--transition), background-color var(--transition);
}

a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/* a:hover,
.a,
.entry a {
  color: var(--accent-2);
} */

small {
  font-size: 0.625rem;
}

hr {
  height: 0;
  border: none;
  border-bottom: var(--border);
  margin: 1.25rem 0;
}

blockquote {
  font-size: 1rem;
  line-height: 1.6;
  font-style: italic;
  color: var(--grey);
  padding: 1rem;
  /* border-left: 0.25rem solid var(--accent-2); */
  /* border-right: 2px solid var(--accent-2); */
  display: inline-block;
  /* box-shadow: 2px 2px 1rem #ccc; */
}

.entry blockquote p:last-child {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark);
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 2rem;
  font-weight: 700;
}

h2 {
  font-size: 1.25rem;
  font-weight: 700;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
}

em {
  font-style: italic;
}

/**** Clear ****/

.clear {
  clear: both;
}

/* .clearfix {
  display: block;
} */

/* .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  margin: 0;
  padding: 0;
} */

/***** Forms *****/

input {
  font-size: inherit;
  padding: 0.25rem;
  transition: var(--transition);
}

/* input[type="text"] {
  width: 60%;
} */

/* input[type="text"]:hover,
textarea:hover {
  border: 1px solid var(--accent-2);
} */

textarea {
  width: 96%;
  line-height: 1.5;
  padding: 0.25rem;
  /* border: 1px solid #d7d8d8; */
}

/***** Images / Video *****/

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/*
.alignnone {
    display: block;
    margin: 0 0 1.25rem;
}
*/

.aligncenter {
  display: block;
  margin: 1.25rem auto;
}

.alignleft {
  /* display: inline; */
  float: left;
  margin: 0.25rem 1.25rem 1.25rem 0;
}

.alignright {
  /* display: inline; */
  float: right;
  margin: 0.25rem 0 1.25rem 1.25rem;
}

.wp-block-image {
  margin: 1.25rem 0;
}

.wp-block-image img {
  border-radius: var(--border-radius-big);
}

figure {
  margin: 0;
}

.wp-caption {
  max-width: 100%;
  /* background: #f7f7f7; */
  /* border: 1px solid #ddd; */
  border-radius: var(--border-radius-small);
  text-align: center;
  /* padding-top: 0.25rem; */
  display: block;
}

.wp-caption-text {
  font-size: 0.75rem;
  /* line-height: 1.4; */
  padding: 0.5rem;
  display: block;
  margin-bottom: 0;
}

/***** Lists *****/

ul,
ol {
  margin: 0 0 1.25rem 2rem;
}

ul ul,
ol ol {
  margin: 0 0 0 2rem;
}

dl {
  margin: 0 0 0.625rem 1.25rem;
}

dt,
dd {
  display: list-item;
}

dt {
  list-style-type: square;
  font-weight: bold;
}

dd {
  list-style-type: circle;
  margin-left: 1.25rem;
}

select {
  /* Remove default styling mainly apple devices*/
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-color: var(--white);
  max-width: 100%;
  font-size: 1rem;
  color: var(--accent);
}

/**** TABLE OF CONTENTS *****/

table {
  width: 100%;
  margin-bottom: 1.25rem;
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0.5rem 1rem;
}

th {
  /* background-color: #f9f9f9; */
  font-weight: 600;
  text-align: start;
  /* color: var(--dark); */
}

.table-of-content {
  /* font-size: 1rem; */
  /* line-height: 1.5; */
  /* border-left: 0.25rem solid var(--accent-2);
  border-right: 2px solid var(--accent-2); */
  /* box-shadow: 2px 2px 1rem var(--grey); */
  display: inline-block;
  padding: 1.5rem;
  background-color: var(--light);
  border-radius: var(--border-radius-big);
}

.table-of-content ul,
.table-of-content ol {
  margin-left: 2rem;
}

.table-of-content .has-margin li {
  margin-bottom: 0.5rem;
}

.entry .table-of-content h3 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

/**** Product Info Table ****/

.comparison-table thead td,
.comparison-table thead tr {
  border: none;
  background: var(--white);
}

.comparison-table {
  min-width: 100%;
  /* margin: 0 -0.625rem 1.25rem; */

  /* border-radius: var(--border-radius-small);
  overflow: hidden; */
}

.comparison-table .stars-wrap {
  display: inline-block;
}

.comparison-table tr:nth-child(odd) {
  background: var(--light);
}

/* .comparison-table tbody tr:hover {
  outline: 0.25rem solid var(--accent-2);
} */

.comparison-table tr {
  height: 2.5em;
}

.comparison-table td {
  text-align: center;
  padding: 0.25rem;
  border-left: 0.25rem solid var(--white);
  word-wrap: break-word;
  max-width: 112px;
  display: table-cell;
  vertical-align: middle;
}

.comparison-table .table-special {
  font-size: 1.25em;
  font-weight: 900;
  color: var(--accent);
}

.comparison-table td:first-child {
  text-align: left;
  font-weight: 600;
  padding-left: 0.625rem;
  border: none;
}

/* .comparison-table tbody td {
  border-top: 1px dotted #c3e4e7;
  border-bottom: 1px dotted #c3e4e7;
} */

.comparison-table .btn-primary {
  padding: 0.5rem 1rem;
}

.product-comparison-table tr,
.product-info-table tr,
.wp-block-table tr {
  height: 2.5em;
}

.product-comparison-table tbody tr:nth-child(odd),
.product-info-table tbody tr:nth-child(odd),
.wp-block-table tbody tr:nth-child(odd) {
  background: var(--light);
  /* border-radius: var(--border-radius-big);
  overflow: hidden; */
}

/***** Navigation *****/

/* .main-nav .wrap {
  padding: 0.5rem;
} */

#main-nav {
  /* background: var(--accent); */
  line-height: initial;
  /* padding: 1rem 0; */
  width: 100%;
  display: block;
}

.menu,
.menu ul,
.menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav li {
  /* float: left; */
  /* border-radius: var(--border-radius-big); */
  position: relative; /* keep this for the sub-menu width*/
}

.nolink-span {
  cursor: default;
  transition: var(--transition);
}

.main-nav li a,
.nolink-span {
  display: block;
  /* padding: 1rem 0; */
  text-decoration: none;
  /* text-align: center; */
  width: auto;

  /* padding: 0.5rem 1rem; */
  /* border-radius: var(--border-radius-big); */
}

.main-nav li a,
.nolink-span,
.main-nav .sub-menu li a {
  color: var(--white);
}

.main-nav li a:hover,
.nolink-span:hover,
.main-nav .current-menu-item a,
.main-nav .sub-menu li a:hover,
.main-nav .sub-menu li .nolink-span:hover {
  color: var(--dark);
}

.main-nav .menu-item-has-children > a:after,
.nolink-span:after {
  content: "▼";
  position: relative;
  margin-left: 0.25rem;
  font-size: 0.7rem;
}

/* .main-nav li:first-child {
  border: none;
} */

.main-nav .sub-menu {
  display: none;
  position: absolute;
  padding: 1.5rem;
  border-radius: var(--border-radius-big);
  gap: 1rem;
  flex-direction: column;
  transform: translatex(-1.5rem);
  background: var(--accent);
  z-index: 9999;
  min-width: 100%;
  min-height: 100%;
}

.main-nav li:hover > .sub-menu {
  display: flex;
}

/* .main-nav .sub-menu li {
  width: 100%;
  border: none;
}
*/

.main-nav .sub-menu ul {
  left: calc(100% + 1.5rem);
  top: -1.5rem;
}

/***** Footer *****/

#footer {
  background: var(--accent);
  padding: 1rem 0;
  font-size: 0.875rem;
  color: var(--white);
}
#footer a {
  color: var(--white);
}

.footer-nav {
  display: flex;
  justify-content: center;
}

.footer-nav li {
  float: left;
}

.footer-nav li:before {
  content: "-";
  padding: 0 0.25rem;
}

.copyright {
  float: left;
}

/***** LOOP *****/

.form-sort {
  margin: 0;
}

.search-result {
  /* padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: var(--border); */

  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding: 1.5rem;
  background-color: var(--light);
  border-radius: var(--border-radius-big);

  box-sizing: border-box;
  width: 100%;
}

.search-result .img-wrap {
  min-width: 12rem;
  /* height: 100%; */
}

.search-result-data {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
  align-items: stretch;
  flex: 1;
}

.search-result-data .title,
.product-page .clamped .page-title
/* ,.product-page .product-text > h2:first-child */ {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-result-data * {
  margin: 0;
}

#order_by {
  padding: 0.5rem 1rem;
  border-radius: var(--border-radius-small);
  border: none;
  /* margin: 0 0.5rem; */
}

.search-results-page .search-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.orderby-box {
  margin-bottom: 1rem;
  padding: 1.5rem;
  background: var(--light);
  /* border-top: 1px solid #bbb; */
  /* border-bottom: 1px solid #bbb; */
  border-radius: var(--border-radius-big);
}

.orderby-box label {
  margin-right: 1rem;
}

/* .show-more-products-amazon {
  margin-bottom: 3.75rem;
} */

/* .search-result .title {
  margin-bottom: 0.25rem;
} */

/* .search-result .title,
.search-result-data {
  padding-left: 150px;
} */

.search-result .title a,
.product-box-medium .title a {
  color: var(--dark);
}

/* .search-result-data p {
  margin-bottom: 0.625rem;
} */

.search-result .excerpt a {
  color: var(--accent-2);
}

/* .search-result-data .btn-primary {
  margin-top: 0.625rem;
} */

.tags {
  color: var(--grey);
  display: block;
  margin-bottom: 0.25rem;
}

.search-result .price {
  font-size: 1.5em;
  font-weight: 700;
  display: block;
  margin-top: 1rem;
}

.search-result-thumb {
  /* float: left; */
  /* margin-right: 1.5rem; */
  width: 8rem;
  text-align: center;
  padding: 1rem;
  background-color: var(--white);
  border-radius: var(--border-radius-small);
}

.product-list-medium hr {
  margin-top: 0;
}

/* .product-list-medium {
  margin-bottom: 1em;
} */

.product-box-small {
  /* float: left; */
  /* min-height: 15rem; */
  /* margin: 0 2% 1em 0; */
  /* outline: var(--border); */
  /* display: block; */
  /* mix-blend-mode: multiply; */
  /* box-shadow: var(--box-shadow); */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  box-sizing: border-box;
  width: 100%;
  /* height: 100%; */
  padding: 1.5rem;
  color: var(--dark);
  background-color: var(--light);
  border-radius: var(--border-radius-big);
  word-break: break-word;
  transition: var(--transition);
}

.product-box-small:hover {
  /* border: 4px solid var(--accent); */
  /* outline-color: var(--accent-2); */
  text-decoration: none;
  transform: scale(1.05);
}

.product-box-small .title {
  /* margin: 0.625rem 0 0; */
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.img-wrap {
  background-color: var(--white);
  border-radius: var(--border-radius-small);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  /* margin-bottom: 0.5rem; */
  width: 100%;
  /* min-width: 8rem; */
  height: 100%;
  box-sizing: border-box;
}

.img-wrap-page {
  border-radius: var(--border-radius-small);
  flex-basis: 11.25rem;
  overflow: hidden;
}

.img-wrap-page img {
  /* border-radius: var(--border-radius-small); */
  aspect-ratio: 1/1;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.pages .search-result:hover .img-wrap-page img {
  transform: scale(1.1);
}

.pages .search-result:hover .title {
  text-decoration: underline;
}

.pages .search-result {
  color: var(--dark);
  text-decoration: none;
}

/***** Posts/Pages *****/

.product-box-big p,
.product-box-medium p,
.tags {
  text-align: left;
  word-spacing: initial;
  hyphens: initial;
}

.product-box-big {
  float: right;
  margin: 0 0 1rem 1rem;
  text-align: left;
  /* border-left: 1px solid #ebebeb; */
  /* padding-left: 2%; */
  /* padding: 1.5rem;
  width: 30%;
  box-sizing: border-box;
  background-color: var(--light);
  border-radius: var(--border-radius-big); */
}

.product-box-big .msg {
  margin-bottom: -0.5rem;
  font-size: 1.4em;
}

/* .product-box-big .stars-wrap {
  margin: 0.5rem 0;
} */

.product-box-big .price {
  font-size: 1.75rem;
  font-weight: 700;
  /* margin: 1rem 0 0.5rem 0; */
}

.price del {
  font-size: 1rem;
  color: var(--grey);
  font-weight: 400;
}

.product-box-big .review-link {
  display: block;
  font-size: 0.9em;
}
/* 
.product-box-big .wp-post-image {
  cursor: zoom-in;
} */

.product-img-wrap {
  background-color: var(--white);
  border-radius: var(--border-radius-small);
  /* margin-bottom: 1.25rem; */
  /* margin-bottom: 0.5rem; */
  display: flex;
  justify-content: center;
  padding: 1rem;
  cursor: zoom-in;
  transition: var(--transition);
  height: 100%;
  box-sizing: border-box;
  align-items: center;
}

.product-img-wrap:hover {
  transform: scale(1.05);
}

.product-box-big .btn-primary {
  font-size: 1rem;
  /* padding: 6px 1.25rem; */
  /* margin-bottom: 0.8em; */
}

.comparison-table img {
  cursor: zoom-in;
  transition: var(--transition);
  mix-blend-mode: multiply;
  vertical-align: bottom;
}

.comparison-table img:hover {
  transform: scale(1.1);
}

.meta,
.meta a {
  font-size: 13px;
  color: var(--grey);
}

.post-thumbnail {
  margin-bottom: 1.25rem;
}

.post-thumbnail img {
  width: 100%;
}

.entry h5,
p,
blockquote,
.table-of-content,
form {
  margin-bottom: 1rem;
}

.product-text,
.product .post-header {
  float: left;
  width: 67%;
  box-sizing: border-box;
}

.post-header-excerpt {
  border-bottom: var(--border);
  padding-bottom: 1.25rem;
}

.product-text {
  margin-bottom: 2rem;
}
/*
.post-header .tags {
    margin:5px 0 1.25rem;
}

.post-header p {
    margin:0;
}
*/
.product-list {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  /* overflow: hidden; */
  /* background-color: var(--light); */
  /* border-radius: var(--border-radius-big); */
  /* padding: 1rem; */
  margin: 1rem 0;
}
/*
.product-list-medium a {
    color:var(--grey);
}
*/

.product-sidebar-small {
  /* border-bottom: var(--border); */
  /* overflow: hidden; */
  /* padding: 0 0 12px; */
  /* margin: 0 0 12px; */
  /* font-size: 0.9em; */
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;

  color: var(--dark);
  font-weight: 600;
}

.product-sidebar-small:last-child {
  margin-bottom: 0;
}

.product-sidebar-small:hover {
  text-decoration: none;
}

.product-sidebar-small p {
  text-align: left;
}

.product-sidebar-small .img-wrap {
  transition: var(--transition);
  height: initial;
}

.product-sidebar-small:hover .img-wrap {
  transform: scale(1.05);
}

/* .product-sidebar-small .stars-wrap, */
/* .product-sidebar-small p { */
/* margin: 0 0 0 4rem; */
/* } */

/* .product-sidebar-small img { */
/* float: left; */
/* } */

/***** Search Form *****/

/* .searchform {
  margin: 0 0 1.25rem;
} */

.searchform ul {
  list-style: none;
  margin: 0;
}

.searchform-head {
  /* margin-bottom: 1rem; */
  color: var(--accent-2);
  font-size: 1.125rem;
  display: block;
}

/* #product-searchform fieldset { */
/* margin-bottom: 1.25rem; */
/* overflow: hidden; */
/* } */

#product-searchform fieldset legend {
  font-weight: 700;
  /* display: block; */
  margin-bottom: 0.25rem;
}

/* fieldset.search-field-submit { */
/* padding: 0; */
/* margin-bottom: 0; */
/* } */

.fieldset-numeric {
  display: flex;
  gap: 1rem;
}

/* .search-field-numeric {
  padding-right: 1rem;
  float: left;
  width: 50%;
  box-sizing: border-box;
} */

.search-field-numeric input[type="number"] {
  /* width: 100%; */
  box-sizing: border-box;
}

.search-query {
  /* width: 100%; */
  margin-top: 0.25rem;
}

input {
  accent-color: var(--medium);
}

input[type="search"],
input[type="text"],
input[type="number"] {
  color: var(--dark);
  width: 100%;
  border: none;
  background-color: var(--white);
  padding: 0.5rem 1rem;
  border-radius: var(--border-radius-small);
}

input[type="search"]::placeholder {
  color: var(--accent);
}

.search-query:focus {
  outline: none;
}

.search-submit,
.wp-block-search__button {
  /* margin-top: 0.25rem; */
  width: 100%;
  color: var(--white);
  padding: 0.5rem 2rem;
  background: var(--accent-2);
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  text-transform: uppercase;
  border-radius: var(--border-radius-big);
}

.wp-block-search__button {
  margin-top: 1rem;
}

.search-submit:hover {
  /* opacity: 0.8; */
  background-color: var(--accent);
}

/***** Pagination *****/

.pagination {
  /* margin-bottom: 1.25rem; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.page-numbers {
  padding: 0.5rem 1rem;
  background: var(--light);
  display: inline-block;
  border-radius: var(--border-radius-big);
}

.page-numbers:hover,
.current {
  background: var(--accent-2);
  color: var(--white);
  text-decoration: none;
}

/* .page-numbers a {
  display: block;
} */

.page-numbers.dots {
  /* color: var(--grey); */
  background: none;
  color: var(--accent);
  padding: 0.5rem;
}

/* .page-numbers.dots:hover {
  background: none;
  color: var(--accent);
} */

/* .links-wrap {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
} */

/* .category-links { */
/* float: left;
  margin: 0 1.25rem 1.25rem 0; */
/* width: 50%; */
/* } */

/***** Default WordPress Widgets *****/

.sb-widget .menu > .menu-item,
.sb-widget .cat-item {
  padding: 0.25rem 0;
  border-bottom: var(--border);
}

.sb-widget .cat-item .children {
  margin-left: 2em;
  margin-top: 0.5em;
}

.sb-widget .cat-item .children .cat-item {
  border-bottom: 0;
  list-style-type: disc;
}

.sb-widget .menu-item:first-child,
.sb-widget .cat-item:first-child {
  padding-top: 0;
}

.sb-widget .menu-item,
.sb-widget .cat-item {
  line-height: 1.3;
}

/* .sb-widget:last-child p:last-child {
  margin-bottom: 0;
} */

/***** Widgets *****/

.widget-title {
  margin-bottom: 0.5rem;
}

/* .sb-widget {
  margin-bottom: 1.25rem;
  overflow: hidden;
} */

/* .widget_text {
  margin-bottom: 0;
} */

/**** RATING Stars ******/

.stars-wrap {
  background: url("assets/images/stars.png") repeat-x 0 0;
  background-size: 16px;
  /* height: 14px; */
  height: 15px;
  width: 5rem;
  margin: 0;
  display: inline-block;
}

.stars {
  /* background: url("assets/images/stars.png") repeat-x 0 -14px; */
  /* height: 14px; */
  background: url("assets/images/stars.png") repeat-x 0 -15px;
  background-size: 16px;
  height: 16px;
}

/*** BOXEX ****/

.box-wrap {
  /* overflow: hidden;
  clear: both; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.box .btn-primary
/* ,a.btn  */ {
  background-color: var(--accent-2);
  border-radius: var(--border-radius-small);
}

.box .btn-primary:hover
/* ,a.btn:hover  */ {
  background-color: var(--accent);
}

.box {
  box-sizing: border-box;
  text-align: center;
  display: block;
  background: var(--light);
  /* color: var(--grey); */
  text-decoration: none;
  /* border: 1px solid #bbb; */
  border-radius: var(--border-radius-big);
  padding: 1.5rem;
}

.box-dotted {
  /* border: 1px dotted #bbb; */
}

.box-3 {
  /* list-style: none; */
  /* float: left; */
  /* width: 28%; */
  /* margin: 0 1% 1% 0; */
  min-height: 26.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.box-3 * {
  margin: 0;
}

.box-3 p {
  width: 100%;
}

.box-anchor {
  margin: 4rem 0;
}

.box-center h3 {
  margin-bottom: 1rem;
}

/* .box-center {
  background: red !important;
} */

.box-anchor .clear {
  display: none;
}

.entry .anchor-wrap {
  /* overflow: hidden;
  clear: both; */
  margin: 0;

  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem; */

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.anchor:before {
  content: "";
  position: absolute;
  height: 0;
  margin: -20px 0 0;
}

.anchor-wrap li {
  list-style: none;
  /* float: left; */
}

.anchor-wrap-3 li {
  /* width: 30%; */
  /* margin: 0 1% 2%; */
}

.anchor-wrap-3 a {
  width: 100%;
  box-sizing: border-box;
  /* margin: 0 1% 1% 1%; */
}

/***** breadcrumbs ****/

.breadcrumbs {
  /* font-size: 14px; */
  /* overflow: hidden; */
  /* color: var(--accent-2); */
  margin: 0 0 0.5rem 0;
  display: flex;
  flex-wrap: nowrap;
}

/* .default-page .breadcrumbs {
  flex-wrap: nowrap;
} */

.breadcrumbs li {
  list-style: none;
  padding: 0;
  /* margin-right: 0.25rem; */
  /* float: left; */

  white-space: nowrap;
}

.breadcrumbs li:last-child {
  /* text-overflow: ellipsis; */
  overflow: hidden;
  width: 10rem;
  flex: 1;
}

/* .product-page .breadcrumbs li:last-child {
  width: 20rem;
} */

.breadcrumbs li:last-child span {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.breadcrumbs-arrow {
  margin: 0 0.5rem;
}

/* .breadcrumbs a {
  color: var(--accent-2);
} */

/* .breadcrumbs a:hover {
  color: var(--accent);
} */

/***** Shortcode Menu List ****/

.menu-list-wrap strong {
  margin-bottom: 0.625rem;
  display: block;
}

.menu-list-wrap ul {
  /* margin: 0 0 1.25rem;
  overflow: hidden; */
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

/* .menu-list-wrap li {
  float: left;
  margin: 0 0.625rem 0.625rem 0;
  list-style: none;
} */

.menu-list-wrap a,
.links-wrap a {
  /* border: 1px solid #ebebeb; */
  padding: 0.5rem 1rem;
  display: block;
  /* color: var(--accent-2); */
  background-color: var(--light);
  border-radius: var(--border-radius-small);
}

.menu-list-wrap a:hover,
.links-wrap a:hover {
  color: var(--white);
  background-color: var(--accent-2);
  text-decoration: none;
}

/* .textwidget a,
.red-a a {
  color: var(--accent-2);
} */

button,
.btn-primary,
.btn-inactive {
  border-radius: var(--border-radius-big);
  display: inline-block;
  cursor: pointer;
  /* font-size: 14px; */
  padding: 0.5rem 2rem;
  text-align: center;
  font-weight: 600;
}

.btn-primary {
  /* border-bottom: 2px solid #ca6307; */
  background: hsl(33, 100%, 61%);
  color: var(--white);
}

.btn-primary:hover {
  background: hsl(33, 100%, 45%);
  text-decoration: none;
}

.btn-amz,
.product-box-big .btn-amz {
  position: relative;
  padding: 0.5rem 2rem 0.5rem 3.75rem;
}

.btn-amz:before {
  content: "";
  display: block;
  width: 3.75rem;
  height: 100%;
  position: absolute;
  left: 0.75rem;
  top: 0;
  background: url("assets/images/amz-btn.png") no-repeat center center;
}

.btn-inactive {
  /* border-bottom: 2px solid #ccc; */
  background: var(--medium);
  color: var(--white);
  border-radius: var(--border-radius-small);
}

.btn-inactive:hover {
  background: var(--medium);
  text-decoration: none;
}

.show-filter {
  display: block;
  text-align: center;
  background: var(--accent-2);
  color: var(--white);
  margin: 0 0 1.5rem;
  padding: 0.5rem;
  /* border: 2px solid var(--accent-2); */
  border-radius: var(--border-radius-small);
}

.show-filter:hover {
  background: var(--accent);
  color: var(--white);
  text-decoration: none;
}

.hide-filter {
  font-size: 2rem;
  line-height: 0.4;
  text-align: right;
  padding: 0.25rem;
  cursor: pointer;
  color: var(--accent-2);
  transition: var(--transition);
}

.hide-filter:hover {
  color: var(--accent);
}

/* .search-proposal ul {
  list-style: none;
  margin: 0;
} */

.product-box-medium {
  padding: 1.5rem;
  /* overflow: hidden; */
  /* box-shadow: var(--box-shadow); */
  border-radius: var(--border-radius-big);
  margin-bottom: 1.25rem;
  /* border: 3px solid var(--light); */
  background: var(--light);
  display: flex;

  gap: 1rem;
}

.product-box-medium .product-img-wrap {
  /* margin: 0; */
  min-width: 8rem;
}

.product-box-medium .wp-post-image {
  float: left;
  max-width: 7.75rem;
}

.product-box-medium-data {
  /* margin-left: 9.375rem; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
}

.product-box-medium .title {
  font-size: 1.25rem;
  font-weight: 600;
  /* margin-bottom: 0.25rem; */
  margin: 0;
}

.product-box-medium .price {
  font-weight: 700;
  font-size: 1.5rem;
  /* margin-bottom: 0.5rem; */
  margin: 1rem 0 0;
}

/***** Mobile Only *****/
/** .h => Simply Hide something **/

.h,
.mo {
  display: none;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: var(--border-radius-big);
}

.disclaimer {
  font-size: 0.75rem;
}

.links-wrap {
  margin-top: 1rem;
}

.links-wrap h4 {
  margin-top: 2rem;
}

.links-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
}

.external-link::after {
  content: " 🡭";
  color: var(--accent-2);
}

/***** Media Queries *****/

@media screen and (max-width: 767px) {
  /* Mobile Only */
  .mo {
    display: block;
  }

  .nm {
    display: none;
  }

  .wrapper {
    flex-direction: column;
  }

  #mobile-menu-btn {
    display: initial;
    color: var(--white);
    font-size: 1.5rem;
    cursor: pointer;
    margin-right: 0.5rem;
  }

  #header-searchform {
    width: 100%;
    /* margin: 1rem 0; */

    /* optional */
    order: 4;
  }

  /* h1 {
    font-size: 2rem;
  } */

  .wrap {
    width: 100%;
    min-width: 300px;
  }

  .logo {
    /* padding: 0.625rem 1.25rem; */
    margin: 0;
    /* margin-right: 2rem; */
  }

  /* .header-search {
    order: 4;
    width: 100%;
  } */

  [class*="col-"],
  .content,
  .sb-right #main-content,
  .sb-left #main-content,
  .default-page .sidebar {
    width: 100%;
    margin: 0;
    float: none;
    border: 0;
    /* padding: 0; */
  }

  .default-page .sidebar {
    /* box-sizing: border-box; */
    /* border-top: 1px solid #ebebeb; */
    /* padding-top: 2.5rem; */
    /* padding: 1rem; */
    /* margin-top: 1.25rem; */
  }

  .sidebar {
    padding: 1rem;
  }

  .search-results-page .sidebar {
    width: initial;
    border-right: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /* padding: 1rem; */
    margin: 0;
    display: none;
    z-index: 999999;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 2;
  }

  .search-results-page #product-searchform {
    padding-bottom: 4rem;
  }

  #order_by {
    width: 100%;
  }

  .search-field-submit {
    position: fixed;
    bottom: 0;
    left: 0;
    /* right: 0; */
    /* margin: 0;
    padding: 0; */
    /* box-shadow: 0px -0.625rem 1rem 2rem rgba(254, 254, 254, 0.94); */
    display: flex;
    width: 100%;
  }

  .filter-shown {
    background: var(--light);
  }

  .filter-shown .sidebar {
    display: block;
  }

  .filter-shown #header,
  /* .filter-shown .main-nav, */
  .filter-shown #main-content,
  .filter-shown #footer {
    display: none;
  }

  /* .sidebar {
    margin-top: 1.25rem;
  } */

  /* .js .slicknav_menu {
    display: block;
  } */

  /* .js .main-nav {
    display: none;
  } */

  #main-nav #menu-main-menu {
    font-size: 1.25rem;
    flex-direction: column;
    align-items: flex-end;
    /* overflow: hidden; */
  }

  #main-nav {
    display: none;
    /* height: 0rem; */
  }

  #main-nav.mo {
    display: block;
    /* height: 100%; */
    /* height: 15rem; */
    /* transition: height var(--transition); */
    margin-right: 0.5rem;

    /* !only if .logo padding 0 */
    /* margin-bottom: 1rem; */
  }

  /* #menu-main-menu li {
    display: none;
  } */

  .main-nav .sub-menu {
    background: var(--white);
    right: -2rem;
    min-height: initial;
    /* border-radius: var(--border-radius-small); */
  }

  .main-nav .sub-menu li a,
  .main-nav .sub-menu li .nolink-span {
    color: var(--accent-2);
    text-align: right;
  }

  .main-nav .sub-menu ul {
    left: 0;
    top: initial;
    outline: 0.25rem solid var(--accent-2);
  }

  .table-scroll-wrap {
    overflow: scroll;
    width: 100%;
  }

  .box {
    width: auto;
    padding: 1rem;
  }

  .box-3 {
    margin-bottom: 1.25rem;

    min-height: initial;
  }

  .product-info-table td,
  .wp-block-table td {
    /* display: block; */
    padding: 0.25rem 0.625rem 0.625rem;
  }

  .product-info-table td:first-child,
  .wp-block-table td td:first-child {
    font-weight: 700;
    padding: 0.625rem 0.625rem 0;
  }

  .product-info-table tr,
  .wp-block-table tr {
    height: auto;
  }

  .search-submit {
    display: block;
    /* padding: 1.25rem 0; */
    margin: 1rem;
  }

  .product-box-medium {
    padding: 1rem;
  }

  .product-box-medium .wp-post-image {
    /* float: none; */
    /* margin-bottom: 1.25rem; */
    max-width: 100%;
  }

  /* .product-box-medium-data {
    margin-left: 0;
  } */

  .orderby-box {
    padding: 1rem;
    border-radius: var(--border-radius-small);
  }

  .orderby-box label {
    margin-bottom: 0.5rem;
    display: block;
  }

  .box-anchor {
    grid-template-columns: initial;
  }

  .product-box-big {
    /* padding: 1rem; */
    /* box-sizing: border-box; */
    float: none;
    margin-left: 0;
    text-align: left;
    border: 0;
    width: 100%;
  }

  .product-text,
  .product .post-header {
    width: 100%;
    float: none;
  }

  .post-header-excerpt {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .search-result {
    padding: 1rem;
  }

  .product-box-small {
    padding: 1rem;
  }

  .breadcrumbs li:last-child {
    width: initial;
    flex: initial;
  }
}

@media screen and (max-width: 620px) {
  /* body {
    font-size: 1rem;
  } */

  /* .logo {
    width: 18rem;
    width: initial;
  } */

  .site-name {
    font-size: 1.25rem;
  }

  .site-desc {
    font-size: 12px;
    white-space: initial;
  }

  .menu-list-wrap li,
  .links-wrap li {
    /* float: none; */
    text-align: center;
    width: 100%;
  }

  .similar-products,
  .links-wrap h4 {
    text-align: center;
  }

  /* .menu-list-wrap a {
    padding: 6px 0.625rem;
  } */

  .entry .anchor-wrap {
    grid-template-columns: initial;
  }

  .alignright,
  .alignleft {
    float: none;
    display: block;
  }

  .wp-caption {
    margin: 0 0 1.25rem;
    border: 0;
    padding-top: 0;
  }

  .search-result-thumb {
    float: none;
    margin: 0 0 1.25rem;
  }

  .search-result {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  /* .search-result .title {
    font-size: 1.125rem;
  } */

  /* .search-result .title,
  .search-result-data {
    padding-left: 0;
  } */

  .search-result-data {
    align-items: center;
  }

  /* .product-box-big .stars-wrap {
    float: none;
  } */

  .product-box-medium {
    flex-direction: column;
  }

  /* .product-box-small {
    min-height: auto;
  } */

  .anchor-wrap li {
    width: 100%;
  }

  .anchor-wrap li:last-child {
    margin-bottom: 1.25rem;
  }

  /* .links-wrap {
    flex-direction: column;
  } */

  /* .category-links { */
  /* float: none;
    margin: 0 0 1.25rem; */
  /* width: 100%; */
  /* } */

  /* .page-numbers {
    display: none;
  } */

  /* .prev,
  .next,
  .current {
    display: inline-block;
    padding: 0.625rem 1.25rem;
  } */
  /* 
  .current,
  .current:hover {
    background: var(--white);
    color: var(--grey);
    font-weight: 400;
  } */

  .btn-primary {
    width: 100%;
    box-sizing: border-box;
  }

  .orderby-box label {
    text-align: center;
    margin-right: 0;
  }

  .form-sort select {
    text-align: center;
  }

  .alignright {
    margin: 0 auto 1rem;
  }

  .product-list {
    flex-direction: column;
  }

  /* .product-list .product-box-small {
    width: 100%;
  } */

  /* Footer */

  #footer {
    font-size: 14px;
  }

  .footer-nav {
    flex-direction: column;
  }

  .copyright,
  .footer-nav li {
    float: none;
    display: block;
    margin-bottom: 0.5em;
  }

  .footer-nav li:before {
    content: "";
    padding: 0;
  }

  .img-wrap-page {
    flex-basis: initial;
  }
  .img-wrap-page img {
    aspect-ratio: 2/1;
  }

  /* .default-page .breadcrumbs, */
  .breadcrumbs {
    flex-wrap: wrap;
  }
}
