@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700,800,900&display=swap);
:focus {
  outline: none; }
input,
textarea,
select {
  border-radius: 0; }
select::-ms-expand {
  display: none; }
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0; }

img {
  display: block; }

ul,
ol,
li {
  list-style: none; }

figure {
  margin: 0; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }
  *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }

html,
body {
  background-color: #fff; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

main {
  width: 100%;
  padding-bottom: 1px;
  background-image: linear-gradient(to bottom, #242424 0%, black 100%); }

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

a {
  text-decoration: underline;
  color: #000;
  transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out; }
  a:hover {
    text-decoration: none;
    color: #c31724; }

h1 {
  margin: 0 0 20px;
  font-family: "Bw Glenn Slab", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: #000;
  font-size: 65px; }
  @media only screen and (max-width: 767px) {
    h1 {
      letter-spacing: 0;
      font-size: 41px; } }

h2 {
  margin: 0 0 20px;
  font-family: "Bw Glenn Slab", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: #000;
  font-size: 40px; }
  @media only screen and (max-width: 767px) {
    h2 {
      letter-spacing: 0;
      font-size: 30px; } }

h3 {
  margin: 0 0 20px;
  font-family: "Bw Glenn Slab", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: #000;
  font-size: 30px; }
  @media only screen and (max-width: 767px) {
    h3 {
      letter-spacing: 0;
      font-size: 25.5px; } }

h4 {
  margin: 0 0 20px;
  font-family: "Bw Glenn Slab", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: #000;
  font-size: 20px; }
  @media only screen and (max-width: 767px) {
    h4 {
      letter-spacing: 0;
      font-size: 17px; } }

h5 {
  margin: 0 0 20px;
  font-family: "Bw Glenn Slab", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: #000;
  font-size: 18px; }
  @media only screen and (max-width: 767px) {
    h5 {
      letter-spacing: 0;
      font-size: 15.3px; } }

h6 {
  margin: 0 0 20px;
  font-family: "Bw Glenn Slab", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: #000;
  font-size: 10px; }
  @media only screen and (max-width: 767px) {
    h6 {
      letter-spacing: 0;
      font-size: 8.5px; } }

p {
  margin: 0 0 20px; }

strong, dfn {
  font-weight: bold; }

em, dfn {
  font-style: italic; }

sup,
sub {
  line-height: 0; }

.clear:after {
  display: block;
  clear: both;
  content: ''; }

@media only screen and (min-width: 768px) {
  .is-mobile {
    display: none; } }

@media only screen and (max-width: 767px) {
  .is-desktop {
    display: none; } }

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

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

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

.container {
  padding-right: calc((100% - 1280px) / 2);
  padding-left: calc((100% - 1280px) / 2); }
  @media only screen and (max-width: 1320px) {
    .container {
      padding-right: 20px;
      padding-left: 20px; } }

.button, .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button, .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  margin-bottom: 0;
  padding: 12px 20px;
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-family: "Bw Glenn Slab", sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  border: 1px solid #c31724;
  border-radius: 0;
  background: #c31724;
  transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  user-select: none;
  touch-action: manipulation;
  cursor: pointer;
  text-decoration: none; }
  @media only screen and (max-width: 767px) {
    .button, .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button, .woocommerce #respond input#submit.alt,
    .woocommerce a.button.alt,
    .woocommerce button.button.alt,
    .woocommerce input.button.alt {
      font-size: 16px;
      letter-spacing: 0; } }
  .button:hover, .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button:hover, .woocommerce #respond input#submit.alt:hover,
  .woocommerce input.button.alt:hover, .button[type='submit']:hover, .woocommerce #respond input#submit[type='submit']:hover,
  .woocommerce a.button.alt[type='submit']:hover,
  .woocommerce button.button.alt[type='submit']:hover,
  .woocommerce input.button.alt[type='submit']:hover, .button[type='reset']:hover, .woocommerce #respond input#submit[type='reset']:hover,
  .woocommerce a.button.alt[type='reset']:hover,
  .woocommerce button.button.alt[type='reset']:hover,
  .woocommerce input.button.alt[type='reset']:hover, .button[type='button']:hover, .woocommerce #respond input#submit[type='button']:hover,
  .woocommerce a.button.alt[type='button']:hover,
  .woocommerce button.button.alt[type='button']:hover,
  .woocommerce input.button.alt[type='button']:hover, .button:focus, .woocommerce #respond input#submit:focus,
  .woocommerce a.button:focus,
  .woocommerce button.button:focus,
  .woocommerce input.button:focus, .button.is-focused, .woocommerce #respond input.is-focused#submit,
  .woocommerce a.is-focused.button,
  .woocommerce button.is-focused.button,
  .woocommerce input.is-focused.button {
    text-decoration: none;
    color: #fff;
    border-color: #95121c;
    background-color: #95121c; }
  .button:after, .woocommerce #respond input#submit:after,
  .woocommerce a.button:after,
  .woocommerce button.button:after,
  .woocommerce input.button:after, .woocommerce #respond input#submit.alt:after,
  .woocommerce a.button.alt:after,
  .woocommerce button.button.alt:after,
  .woocommerce input.button.alt:after {
    margin-left: 18px;
    font-family: "icomoon", sans-serif;
    font-size: 80%;
    content: '\e901'; }
    @media only screen and (max-width: 767px) {
      .button:after, .woocommerce #respond input#submit:after,
      .woocommerce a.button:after,
      .woocommerce button.button:after,
      .woocommerce input.button:after, .woocommerce #respond input#submit.alt:after,
      .woocommerce a.button.alt:after,
      .woocommerce button.button.alt:after,
      .woocommerce input.button.alt:after {
        margin-left: 10px; } }
  .button:active, .woocommerce #respond input#submit:active,
  .woocommerce a.button:active,
  .woocommerce button.button:active,
  .woocommerce input.button:active, .button.is-active, .woocommerce #respond input.is-active#submit,
  .woocommerce a.is-active.button,
  .woocommerce button.is-active.button,
  .woocommerce input.is-active.button {
    background-image: none; }
  .button:disabled, .woocommerce #respond input#submit:disabled,
  .woocommerce a.button:disabled,
  .woocommerce button.button:disabled,
  .woocommerce input.button:disabled, .button.is-disabled, .woocommerce #respond input.is-disabled#submit,
  .woocommerce a.is-disabled.button,
  .woocommerce button.is-disabled.button,
  .woocommerce input.is-disabled.button {
    color: #999;
    background-color: #efefef; }
  .button--red, .woocommerce #respond input#submit.single_add_to_cart_button,
  .woocommerce a.single_add_to_cart_button.button,
  .woocommerce button.single_add_to_cart_button.button,
  .woocommerce input.single_add_to_cart_button.button {
    border-color: #c31724;
    background: #c31724; }
    .button--red:hover, .woocommerce #respond input#submit.single_add_to_cart_button:hover,
    .woocommerce a.single_add_to_cart_button.button:hover,
    .woocommerce button.single_add_to_cart_button.button:hover,
    .woocommerce input.single_add_to_cart_button.button:hover, .button--red[type='submit']:hover, .woocommerce #respond input#submit.single_add_to_cart_button[type='submit']:hover,
    .woocommerce a.single_add_to_cart_button.button[type='submit']:hover,
    .woocommerce button.single_add_to_cart_button.button[type='submit']:hover,
    .woocommerce input.single_add_to_cart_button.button[type='submit']:hover, .button--red[type='reset']:hover, .woocommerce #respond input#submit.single_add_to_cart_button[type='reset']:hover,
    .woocommerce a.single_add_to_cart_button.button[type='reset']:hover,
    .woocommerce button.single_add_to_cart_button.button[type='reset']:hover,
    .woocommerce input.single_add_to_cart_button.button[type='reset']:hover, .button--red[type='button']:hover, .woocommerce #respond input#submit.single_add_to_cart_button[type='button']:hover,
    .woocommerce a.single_add_to_cart_button.button[type='button']:hover,
    .woocommerce button.single_add_to_cart_button.button[type='button']:hover,
    .woocommerce input.single_add_to_cart_button.button[type='button']:hover, .button--red:focus, .woocommerce #respond input#submit.single_add_to_cart_button:focus,
    .woocommerce a.single_add_to_cart_button.button:focus,
    .woocommerce button.single_add_to_cart_button.button:focus,
    .woocommerce input.single_add_to_cart_button.button:focus, .button--red.is-focused, .woocommerce #respond input.is-focused#submit.single_add_to_cart_button,
    .woocommerce a.is-focused.single_add_to_cart_button.button,
    .woocommerce button.is-focused.single_add_to_cart_button.button,
    .woocommerce input.is-focused.single_add_to_cart_button.button {
      border-color: #95121c;
      background: #95121c; }

fieldset {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 0; }
  fieldset > *:last-child {
    margin-bottom: 0; }
  fieldset > p {
    margin-bottom: 20px; }
    fieldset > p:after {
      display: block;
      clear: both;
      content: ''; }

legend {
  padding: 5px 10px;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff; }

label {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #000; }
  label.is-radio, label.is-checkbox {
    margin: 0 10px 0 1px;
    display: inline-block;
    height: 39px;
    font-size: 16px;
    font-weight: normal;
    line-height: 39px; }
  label.is-checkbox {
    margin: 0 10px; }
  label.is-error {
    margin-top: 10px;
    padding: 5px 10px;
    position: relative;
    display: inline-block;
    clear: both;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    border-radius: 3px;
    background: #d9534f; }
    label.is-error:before {
      position: absolute;
      top: -5px;
      left: 10px;
      display: block;
      width: 0;
      height: 0;
      border-right: 5px solid transparent;
      border-bottom: 5px solid #d9534f;
      border-left: 5px solid transparent;
      content: ''; }

input,
select,
textarea {
  padding: 5px 15px;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 39px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  border: 1px solid #979797;
  border-radius: 0;
  background: #2a2a2a; }
  @media only screen and (max-width: 991px) {
    input,
    select,
    textarea {
      font-size: 12px; } }
  input::placeholder,
  select::placeholder,
  textarea::placeholder {
    color: #fff; }
  input:focus:not(:read-only):not([type='submit']):not([type='reset']):not([type='button']),
  input .is-focused,
  select:focus:not(:read-only):not([type='submit']):not([type='reset']):not([type='button']),
  select .is-focused,
  textarea:focus:not(:read-only):not([type='submit']):not([type='reset']):not([type='button']),
  textarea .is-focused {
    border-color: #979797; }
  input.is-error,
  select.is-error,
  textarea.is-error {
    border-color: #c31724; }
  input:disabled, input.is-disabled,
  select:disabled,
  select.is-disabled,
  textarea:disabled,
  textarea.is-disabled {
    color: #999;
    background-color: #efefef; }
  input[type='radio'], input[type='checkbox'],
  select[type='radio'],
  select[type='checkbox'],
  textarea[type='radio'],
  textarea[type='checkbox'] {
    margin-right: 10px;
    padding: 0;
    display: inline-block;
    height: auto; }
  input[type='radio'], input[type='checkbox'], input[type='submit'], input[type='reset'], input[type='button'],
  select[type='radio'],
  select[type='checkbox'],
  select[type='submit'],
  select[type='reset'],
  select[type='button'],
  textarea[type='radio'],
  textarea[type='checkbox'],
  textarea[type='submit'],
  textarea[type='reset'],
  textarea[type='button'] {
    display: inline-block;
    width: auto; }

input[type='submit'],
input[type='reset'],
input[type='button'] {
  color: #333;
  background-color: #efefef; }
  input[type='submit']:hover,
  input[type='reset']:hover,
  input[type='button']:hover {
    color: #333;
    background-color: #efefef; }

select {
  padding-right: 40px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url(/slagerijvanmelik/wp-content/themes/svmshop/dist/images//select-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 15px center; }

textarea {
  width: 100%;
  height: 200px; }

.ratio,
audio,
embed,
iframe,
object,
video {
  margin-bottom: 20px; }

.ratio {
  padding: 0;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0; }
  .ratio embed,
  .ratio iframe,
  .ratio object,
  .ratio video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.ratio--16x9 {
  padding-bottom: 56.25%; }

.ratio--4x3 {
  padding-bottom: 75%; }

.wrapper {
  width: 100%;
  overflow: hidden; }

.backward {
  z-index: 2;
  margin: 0 0 20px;
  font-family: "Bw Glenn Slab", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: #000;
  font-size: 30px;
  margin-bottom: 20px;
  position: relative;
  font-size: 35px;
  letter-spacing: 0.04em; }
  @media only screen and (max-width: 767px) {
    .backward {
      letter-spacing: 0;
      font-size: 25.5px; } }
  @media only screen and (max-width: 1199px) {
    .backward {
      margin-bottom: 10px;
      font-size: 28px; } }
  .backward a {
    padding-left: 35px;
    display: inline-block;
    color: #fff;
    text-decoration: none; }
    .backward a:hover {
      color: #c31724;
      text-decoration: none; }
    .backward a:after {
      position: absolute;
      top: 50%;
      left: 0;
      font-family: "icomoon", sans-serif;
      font-size: 80%;
      font-weight: 400;
      transform: translateY(-50%);
      content: '\e902'; }

body:not(.home) .banner__list {
  display: none; }

.banner {
  padding-top: 135px;
  position: relative;
  width: 100%;
  height: 775px;
  overflow: hidden;
  color: #fff; }
  @media only screen and (max-width: 767px) {
    .banner {
      padding-top: 100px; } }
  .banner h1 {
    color: inherit;
    letter-spacing: 0.04em; }
  .banner--small {
    padding-top: 0;
    padding-bottom: 65px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 464px; }
    @media only screen and (max-width: 767px) {
      .banner--small {
        padding-top: 0;
        height: 264px; } }
  .banner__image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%; }
    .banner__image:after {
      position: absolute;
      top: -50px;
      left: -50px;
      width: calc(100% + 100px);
      height: calc(100% + 100px);
      background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.4) 0%, black 100%);
      content: ''; }
    .banner__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
  .banner__content {
    position: relative;
    z-index: 2;
    letter-spacing: 0.02em;
    text-align: center; }
  .banner__subtitle {
    margin-bottom: 78px;
    font-family: "Bw Glenn Slab", sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2; }
    @media only screen and (max-width: 767px) {
      .banner__subtitle {
        margin-bottom: 30px;
        font-size: 22px; } }
  .banner__list {
    margin: 0 auto 45px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 870px;
    text-align: left;
    border-top: 1px solid #fff; }
    @media only screen and (max-width: 991px) {
      .banner__list {
        font-size: 14px; } }
    .banner__list h4 {
      color: inherit;
      margin-bottom: 5px; }
    .banner__list span {
      font-weight: 200; }
      @media only screen and (max-width: 991px) {
        .banner__list span {
          font-size: 13px; } }
  .banner__list-item {
    padding: 27px 5px 0 75px;
    margin: 0 20px;
    position: relative; }
    @media only screen and (max-width: 991px) {
      .banner__list-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0 0 0;
        margin: 0;
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .banner__list-item {
        margin-bottom: 15px;
        width: 100%; } }
    .banner__list-item img {
      position: absolute;
      top: 30px;
      left: 0; }
      @media only screen and (max-width: 991px) {
        .banner__list-item img {
          position: relative;
          display: block;
          width: 50px;
          height: 50px;
          top: 0; } }
  .banner__icon {
    position: absolute;
    top: 8px;
    left: -8px;
    z-index: 2;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    font-size: 20px;
    border-radius: 50%;
    background: #5ccf3a;
    transition: .3s; }
    .banner__icon--close {
      font-size: 16px;
      background: #c31724; }
    @media only screen and (max-width: 991px) {
      .banner__icon {
        left: 50%;
        transform: translateX(-50px); } }
  .banner__bottom {
    margin: 0 auto;
    padding: 14px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    max-width: 870px;
    background: #000; }
    @media only screen and (max-width: 767px) {
      .banner__bottom {
        padding: 20px; } }
    .banner__bottom strong, .banner__bottom dfn {
      margin-right: 40px;
      font-weight: 900; }
      @media only screen and (max-width: 767px) {
        .banner__bottom strong, .banner__bottom dfn {
          margin: 0 0 15px;
          width: 100%; } }
  .banner__pincode {
    position: relative;
    width: 203px; }
    .banner__pincode input {
      padding: 0 50px 0 20px;
      height: 53px;
      font-family: "Bw Glenn Slab", sans-serif;
      font-size: 29px;
      font-weight: 300;
      border: 0;
      border-radius: 70px;
      background: #3c3c3c;
      text-transform: uppercase; }
    .banner__pincode button {
      position: absolute;
      top: 0;
      right: 3px;
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 53px;
      font-size: 22px;
      border: 0;
      background: transparent;
      cursor: pointer; }
      .banner__pincode button[type="reset"] {
        color: #c31724;
        display: none; }
      .banner__pincode button[type="submit"] {
        color: #fff;
        display: flex; }
  .banner + .content {
    margin-top: -130px; }
    @media only screen and (max-width: 1199px) {
      .banner + .content {
        margin-top: -90px; } }
    .single-product .banner + .content {
      margin-top: -320px; }
      @media only screen and (max-width: 1439px) {
        .single-product .banner + .content {
          margin-top: -250px; } }
      @media only screen and (max-width: 1199px) {
        .single-product .banner + .content {
          margin-top: -400px; } }

.woocommerce-cart .banner--small, .woocommerce-checkout .banner--small {
  height: 300px; }

.card-category {
  position: relative;
  display: block;
  width: 100%;
  height: 194px;
  overflow: hidden;
  color: #fff; }
  .card-category__image {
    position: relative;
    width: 100%;
    height: 100%; }
    .card-category__image:before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.26) 0%, black 100%);
      content: '';
      opacity: 0;
      z-index: 1;
      transition: .3s; }
    .card-category__image:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.26) 0%, black 100%);
      content: ''; }
    .card-category__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .card-category__title {
    margin: 0 0 20px;
    font-family: "Bw Glenn Slab", sans-serif;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0.03em;
    color: #000;
    font-size: 30px;
    margin-bottom: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    width: 100%;
    font-size: 35px;
    letter-spacing: 0.04em;
    text-align: center;
    transform: translateY(-50%);
    color: inherit; }
    @media only screen and (max-width: 767px) {
      .card-category__title {
        letter-spacing: 0;
        font-size: 25.5px; } }
    @media only screen and (max-width: 1199px) {
      .card-category__title {
        margin-bottom: 20px;
        font-size: 28px; } }
  .card-category:hover {
    color: #fff; }
    .card-category:hover .card-category__image:before {
      opacity: 1; }

.categories {
  margin-bottom: 60px;
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #fff; }
  @media only screen and (max-width: 991px) {
    .categories {
      margin-bottom: 36px; } }
  @media only screen and (max-width: 767px) {
    .categories {
      margin-bottom: 24px; } }
  .categories h3 {
    color: inherit;
    margin-bottom: 30px; }
  .categories__holder {
    margin: 0 -20px 12px;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 40px); }
    @media only screen and (max-width: 1199px) {
      .categories__holder {
        margin: 0 -10px 10px;
        width: calc(100% + 20px); } }
  .categories__item {
    padding: 0 20px 40px;
    width: 33.333%; }
    @media only screen and (max-width: 1199px) {
      .categories__item {
        padding: 0 10px 20px; } }
    @media only screen and (max-width: 991px) {
      .categories__item {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .categories__item {
        width: 100%; } }
    .categories__item ul {
      padding: 10px 0;
      column-count: 2;
      column-gap: 15px; }
      .categories__item ul li {
        width: 100%;
        display: inline-block;
        margin-bottom: 9px;
        font-family: "Bw Glenn Slab", sans-serif;
        letter-spacing: 0.03em; }
        @media only screen and (max-width: 1199px) {
          .categories__item ul li {
            margin-bottom: 5px; } }
        .categories__item ul li a {
          color: inherit;
          text-decoration: none; }
        .categories__item ul li:hover {
          color: inherit;
          text-decoration: underline; }

.content {
  margin-top: 90px;
  margin-bottom: 90px;
  position: relative;
  z-index: 6;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (max-width: 991px) {
    .content {
      margin-top: 54px; } }
  @media only screen and (max-width: 767px) {
    .content {
      margin-top: 36px; } }
  @media only screen and (max-width: 991px) {
    .content {
      margin-bottom: 54px; } }
  @media only screen and (max-width: 767px) {
    .content {
      margin-bottom: 36px; } }
  .content__layout {
    width: 100%;
    padding: 30px;
    background: #fff; }
    @media only screen and (max-width: 991px) {
      .content__layout {
        padding: 20px; } }
    @media only screen and (max-width: 767px) {
      .content__layout {
        padding: 15px; } }
    .content__layout--text {
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      line-height: 1.4;
      color: #3c3c3c; }
      .content__layout--text:after {
        display: block;
        clear: both;
        content: ''; }
      .content__layout--text address {
        margin: 0 0 20px;
        display: block;
        font-style: italic; }
        .content__layout--text address > *:last-child {
          margin-bottom: 0; }
      .content__layout--text .align-none,
      .content__layout--text .alignnone {
        display: inline; }
      .content__layout--text .align-center,
      .content__layout--text .aligncenter {
        margin: 0 auto;
        text-align: center; }
      .content__layout--text .align-left,
      .content__layout--text .alignleft {
        margin: 0 20px 20px 0;
        float: left; }
      .content__layout--text .align-right,
      .content__layout--text .alignright {
        margin: 0 0 20px 20px;
        float: right; }
      .content__layout--text .wp-caption,
      .content__layout--text figure {
        margin: 0 0 20px; }
        .content__layout--text .wp-caption .wp-caption-text,
        .content__layout--text .wp-caption figcaption,
        .content__layout--text figure .wp-caption-text,
        .content__layout--text figure figcaption {
          margin: 5px;
          font-style: italic; }
      .content__layout--text blockquote {
        margin: 0 0 20px;
        padding: 20px;
        font-style: italic;
        border: 1px solid #ddd;
        border-radius: 5px; }
        .content__layout--text blockquote > *:last-child {
          margin-bottom: 0; }
      .content__layout--text pre,
      .content__layout--text code {
        margin: 20px 0;
        font: 100% 'andale mono', 'lucida console', monospace;
        line-height: 1.5;
        white-space: pre; }
        .content__layout--text pre > *:last-child,
        .content__layout--text code > *:last-child {
          margin-bottom: 0; }
      .content__layout--text ul,
      .content__layout--text ol {
        margin: 0 20px 20px; }
      .content__layout--text li ul,
      .content__layout--text li ol {
        margin: 0 20px; }
      .content__layout--text ul,
      .content__layout--text ul li {
        list-style-type: disc; }
      .content__layout--text ol,
      .content__layout--text ol li {
        list-style-type: decimal; }
      .content__layout--text dl {
        margin: 0 0 20px; }
        .content__layout--text dl dt {
          font-weight: bold; }
        .content__layout--text dl dd {
          margin-left: 20px; }
      .content__layout--text table {
        margin: 0 0 20px;
        width: 100%;
        border-collapse: collapse; }
        .content__layout--text table caption {
          padding: 10px;
          font-size: 24px;
          color: #000;
          border-bottom: 1px solid #ccc;
          background: #fff; }
        .content__layout--text table th,
        .content__layout--text table td {
          padding: 10px;
          border-bottom: 1px solid #ccc;
          background: #fff; }
        .content__layout--text table th {
          font-weight: bold;
          text-align: left; }
        .content__layout--text table thead th {
          background: #efefef; }
      @media only screen and (max-width: 767px) {
        .content__layout--text img.align-left, .content__layout--text img.alignleft, .content__layout--text img.align-right, .content__layout--text img.alignright {
          max-width: 50%; } }
    .single-product .content__layout {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }

.extra-information {
  width: 100%; }
  .extra-information h4 {
    font-size: 21px;
    font-weight: 500; }
  .extra-information ul {
    font-size: 14px; }
    .extra-information ul li {
      position: relative;
      padding-left: 114px; }
      .extra-information ul li p {
        padding: 20px 0;
        margin-bottom: 0;
        font-weight: bold;
        border-top: 1px solid rgba(0, 0, 0, 0.1); }
      .extra-information ul li span {
        top: 0;
        left: 0;
        display: block;
        padding: 20px 0;
        position: absolute; }

.footer {
  padding-top: 50px;
  width: 100%;
  letter-spacing: 0.03em;
  background: #000;
  color: #fff; }
  .footer a {
    color: inherit; }
    .footer a:hover {
      color: #c31724;
      text-decoration: none; }
  .footer__title {
    margin: 0 0 20px;
    font-family: "Bw Glenn Slab", sans-serif;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0.03em;
    color: #000;
    font-size: 18px;
    min-height: 50px;
    line-height: 1.3;
    color: inherit; }
    @media only screen and (max-width: 767px) {
      .footer__title {
        letter-spacing: 0;
        font-size: 15.3px; } }
    @media only screen and (max-width: 991px) {
      .footer__title {
        min-height: 20px; } }
  .footer .accordion__input {
    display: none; }
  @media only screen and (max-width: 767px) {
    .footer .accordion {
      width: 100%; }
      .footer .accordion__section {
        padding: 0 0 0 0;
        margin-top: 10px; }
        .footer .accordion__section + .accordion__section {
          margin-bottom: 60px; }
      .footer .accordion__input {
        display: none; }
      .footer .accordion__label {
        background-color: #3c3c3c;
        padding: 7px 10px;
        margin: 0;
        position: relative;
        transition: .3s;
        transition-property: background-color; }
        .footer .accordion__label:hover {
          background-color: #6f6f6f; }
        .footer .accordion__label::after {
          font-family: "icomoon", sans-serif;
          font-size: 80%;
          content: '\e901';
          position: absolute;
          right: 20px;
          top: 8px;
          transform: rotate(90deg);
          transition: transform .3s; }
      .footer .accordion__content {
        padding: 0 10px;
        max-height: 0;
        overflow: hidden;
        transition: .4s; }
      .footer .accordion__input:checked ~ .accordion__content {
        max-height: 300px;
        padding: 15px 10px 5px; }
      .footer .accordion__input:checked ~ .accordion__label {
        background-color: #6f6f6f; }
        .footer .accordion__input:checked ~ .accordion__label::after {
          transform: rotate(-90deg); } }
  .footer__top {
    padding-top: 45px;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: 600;
    border-top: 1px solid #3c3c3c; }
    @media only screen and (max-width: 767px) {
      .footer__top {
        font-size: 14px; } }
    .footer__top address {
      margin-top: -5px;
      display: block;
      font-style: normal;
      line-height: 2.1; }
      @media only screen and (max-width: 767px) {
        .footer__top address {
          line-height: 1.8; } }
      .footer__top address a {
        text-decoration: underline; }
  .footer__month li, .footer__timing li {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 1199px) {
      .footer__month li, .footer__timing li {
        margin-bottom: 6px; } }
    .footer__month li span, .footer__timing li span {
      width: 110px; }
      .footer__month li span:nth-child(2), .footer__timing li span:nth-child(2) {
        width: calc(100% - 110px); }
  .footer__month li span {
    width: 52%; }
    @media only screen and (max-width: 767px) {
      .footer__month li span {
        width: 130px; } }
    .footer__month li span:nth-child(2) {
      width: 48%; }
      @media only screen and (max-width: 767px) {
        .footer__month li span:nth-child(2) {
          width: calc(100% - 130px); } }
  .footer__col {
    padding-left: 20px;
    width: 25%; }
    @media only screen and (max-width: 991px) {
      .footer__col {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .footer__col {
        padding-bottom: 30px;
        padding-left: 0;
        width: 100%; } }
    .footer__col:nth-child(1) {
      padding-left: 0; }
      @media only screen and (max-width: 991px) {
        .footer__col:nth-child(1) {
          padding-top: 30px;
          order: 3; } }
      @media only screen and (max-width: 767px) {
        .footer__col:nth-child(1) {
          padding-top: 0;
          padding-bottom: 0;
          order: 4; } }
    .footer__col:nth-child(2) {
      width: 24.5%; }
      @media only screen and (max-width: 1439px) {
        .footer__col:nth-child(2) {
          width: 22%; } }
      @media only screen and (max-width: 1199px) {
        .footer__col:nth-child(2) {
          width: 20%; } }
      @media only screen and (max-width: 991px) {
        .footer__col:nth-child(2) {
          padding-top: 30px;
          order: 4;
          width: 50%; } }
      @media only screen and (max-width: 767px) {
        .footer__col:nth-child(2) {
          padding-top: 0;
          order: 3;
          width: 100%; } }
    .footer__col:nth-child(3) {
      width: 28.3%; }
      @media only screen and (max-width: 1439px) {
        .footer__col:nth-child(3) {
          width: 28%; } }
      @media only screen and (max-width: 1199px) {
        .footer__col:nth-child(3) {
          width: 26%; } }
      @media only screen and (max-width: 991px) {
        .footer__col:nth-child(3) {
          padding-left: 0;
          width: 50%; } }
      @media only screen and (max-width: 767px) {
        .footer__col:nth-child(3) {
          width: 100%; } }
    .footer__col:nth-child(4) {
      width: 22.2%; }
      @media only screen and (max-width: 1439px) {
        .footer__col:nth-child(4) {
          width: 25%; } }
      @media only screen and (max-width: 1199px) {
        .footer__col:nth-child(4) {
          width: 29%; } }
      @media only screen and (max-width: 991px) {
        .footer__col:nth-child(4) {
          width: 50%; } }
      @media only screen and (max-width: 767px) {
        .footer__col:nth-child(4) {
          width: 100%; } }
  .footer__image img {
    margin-top: -3px;
    margin-left: -8px;
    max-width: 308px; }
    @media only screen and (max-width: 1199px) {
      .footer__image img {
        margin-top: 0;
        max-width: 260px; } }
  .footer__bottom {
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #3c3c3c; }
    .footer__bottom ul {
      display: flex;
      flex-wrap: wrap; }
      @media only screen and (max-width: 767px) {
        .footer__bottom ul {
          padding-bottom: 10px;
          justify-content: center;
          width: 100%; } }
      .footer__bottom ul li {
        display: inline-flex;
        font-size: 13px;
        font-weight: 600; }
        .footer__bottom ul li a {
          text-decoration: none; }
        .footer__bottom ul li:after {
          margin: 0 24px;
          content: '|'; }
          @media only screen and (max-width: 767px) {
            .footer__bottom ul li:after {
              margin: 0 5px; } }
        .footer__bottom ul li:last-child:after {
          display: none; }

.header {
  position: relative;
  z-index: 9;
  width: 100%;
  color: #fff; }
  .header__toggle {
    margin-right: 5px;
    padding-left: 40px;
    position: relative;
    z-index: 15;
    font-family: "Bw Glenn Slab", sans-serif;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: 0.03em;
    transition: all 0.3s;
    cursor: pointer;
    color: #fff;
    text-decoration: none; }
    @media only screen and (max-width: 1199px) {
      .header__toggle {
        font-size: 16px; } }
    @media only screen and (max-width: 991px) {
      .header__toggle {
        padding-left: 30px;
        height: 24px;
        font-size: 0;
        letter-spacing: 0; } }
    @media only screen and (max-width: 767px) {
      .header__toggle {
        margin-right: 0; } }
    .header__toggle > span {
      position: absolute;
      top: 50%;
      right: 20%;
      left: 20%;
      position: absolute;
      top: 10px;
      left: 0;
      display: block;
      width: 25px;
      height: 5px;
      text-indent: -9999px;
      border-radius: 5px;
      background: #fff;
      transition: all 0.3s; }
      @media only screen and (max-width: 1199px) {
        .header__toggle > span {
          top: 8px; } }
      @media only screen and (max-width: 991px) {
        .header__toggle > span {
          top: 9px;
          width: 22px;
          height: 3px; } }
      @media only screen and (max-width: 767px) {
        .header__toggle > span {
          top: 11px; } }
      .header__toggle > span:before, .header__toggle > span:after {
        position: absolute;
        left: 0;
        display: block;
        width: 100%;
        height: 5px;
        border-radius: 5px;
        background: #fff;
        transition: all 0.3s;
        content: ''; }
        @media only screen and (max-width: 991px) {
          .header__toggle > span:before, .header__toggle > span:after {
            height: 3px; } }
      .header__toggle > span:before {
        top: -9px; }
        @media only screen and (max-width: 991px) {
          .header__toggle > span:before {
            top: -6px; } }
      .header__toggle > span:after {
        bottom: -9px; }
        @media only screen and (max-width: 991px) {
          .header__toggle > span:after {
            bottom: -6px; } }
    .header__toggle:hover > span {
      background: #c31724; }
      .header__toggle:hover > span:before, .header__toggle:hover > span:after {
        background: #c31724; }
    @media only screen and (max-width: 767px) {
      .is-menu-open .header__toggle > span {
        background: none; }
        .is-menu-open .header__toggle > span:before, .is-menu-open .header__toggle > spanafter {
          transition-delay: 0s, 0.2s; }
        .is-menu-open .header__toggle > span:before {
          top: 0;
          transform: rotate(45deg); }
        .is-menu-open .header__toggle > span:after {
          bottom: 0;
          transform: rotate(-45deg); } }
  .header__top {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #3c3c3c;
    z-index: 9; }
  .header__top-right {
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center; }
    .header__top-right label {
      margin-bottom: 0;
      padding-right: 13px;
      letter-spacing: 0.03em;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .header__top-right label {
          display: none; } }
  .header__select {
    width: 248px; }
    @media only screen and (max-width: 991px) {
      .header__select {
        width: 220px; } }
    @media only screen and (max-width: 767px) {
      .header__select {
        width: 180px; } }
  .header__back {
    padding-left: 24px;
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-decoration: none;
    color: #fff; }
    @media only screen and (max-width: 991px) {
      .header__back {
        letter-spacing: 0; } }
    @media only screen and (max-width: 767px) {
      .header__back {
        padding-left: 20px;
        font-size: 0; } }
    @media only screen and (max-width: 767px) {
      .header__back span {
        font-size: 12px; } }
    .header__back:hover {
      text-decoration: none; }
    .header__back:before {
      position: absolute;
      top: -1px;
      left: 0;
      font-family: "icomoon", sans-serif;
      font-weight: 400;
      line-height: 1.4;
      transform: rotate(180deg);
      content: '\e901'; }
      @media only screen and (max-width: 767px) {
        .header__back:before {
          font-size: 14px;
          line-height: 1.3; } }
  .header__search {
    margin-right: 48px;
    position: relative;
    width: 291px;
    border-radius: 30px;
    background: #3c3c3c; }
    @media only screen and (max-width: 1199px) {
      .header__search {
        margin-right: 15px;
        width: 240px; } }
    @media only screen and (max-width: 991px) {
      .header__search {
        width: 180px; } }
    @media only screen and (max-width: 767px) {
      .header__search {
        margin-right: 10px;
        position: absolute;
        right: 72px;
        bottom: 12px;
        z-index: 2;
        width: 35px;
        transition: 0.25s ease-in-out; } }
    .header__search form {
      width: 100%;
      position: relative; }
      .header__search form input {
        padding-left: 50px;
        position: relative;
        width: 100%;
        height: 35px;
        font-family: "Bw Glenn Slab", sans-serif;
        font-size: 17px;
        font-weight: 500;
        border: 0;
        border-radius: 30px;
        background: transparent; }
        @media only screen and (max-width: 1199px) {
          .header__search form input {
            font-size: 15px; } }
        @media only screen and (max-width: 991px) {
          .header__search form input {
            padding-left: 40px; } }
        @media only screen and (max-width: 767px) {
          .header__search form input {
            padding-left: 20px;
            z-index: 2;
            width: 35px;
            font-size: 13px;
            color: transparent;
            transition: 0.25s ease-in-out; } }
        @media only screen and (max-width: 767px) {
          .header__search form input:focus {
            padding-left: 35px;
            width: 100%;
            color: #fff; } }
      .header__search form button {
        position: absolute;
        top: 0;
        left: 10px;
        z-index: 1;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        font-size: 0;
        color: transparent;
        border: 0;
        background-color: transparent;
        cursor: pointer; }
        @media only screen and (max-width: 991px) {
          .header__search form button {
            left: 5px; } }
        @media only screen and (max-width: 767px) {
          .header__search form button {
            left: 0; } }
        .header__search form button:after {
          font-family: "icomoon", sans-serif;
          font-size: 24px;
          color: #fff;
          content: '\e907'; }
          @media only screen and (max-width: 991px) {
            .header__search form button:after {
              font-size: 20px; } }
          @media only screen and (max-width: 767px) {
            .header__search form button:after {
              font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .header__search:focus-within {
        bottom: -40px;
        right: 15px;
        width: calc(100% - 30px);
        margin-right: 0; } }
  .header__bottom {
    padding-top: 56px;
    padding-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #000;
    z-index: 9; }
    @media only screen and (max-width: 991px) {
      .header__bottom {
        padding-top: 40px;
        padding-bottom: 15px; } }
    @media only screen and (max-width: 767px) {
      .header__bottom {
        padding-top: 30px;
        padding-bottom: 10px;
        height: 76px; } }
  .header.sticky {
    height: 354px; }
    @media only screen and (max-width: 991px) {
      .header.sticky {
        height: 376px; } }
    @media only screen and (max-width: 767px) {
      .header.sticky {
        height: 135px; } }
    .header.sticky .header__bottom {
      position: fixed;
      top: 0; }
    .header.sticky .header__logo {
      top: 20px;
      width: 150px;
      transition: .3s; }
      @media only screen and (max-width: 1199px) {
        .header.sticky .header__logo {
          width: 125px;
          top: 25px; } }
      @media only screen and (max-width: 991px) {
        .header.sticky .header__logo {
          width: 120px;
          top: 15px; } }
      @media only screen and (max-width: 767px) {
        .header.sticky .header__logo {
          width: 100px;
          top: 15px; } }
      .header.sticky .header__logo img {
        width: 100%; }
    .header.sticky .header__menu {
      top: 111px; }
      @media only screen and (max-width: 991px) {
        .header.sticky .header__menu {
          top: 90px; } }
      @media only screen and (max-width: 767px) {
        .header.sticky .header__menu {
          top: 76px;
          height: calc(100% - 76px); } }
  .header__bottom-left {
    display: inline-flex;
    align-content: center;
    align-items: center; }
  .header__bottom-right {
    display: inline-flex;
    align-content: center;
    align-items: center; }
  .header__logo {
    position: absolute;
    top: -24px;
    left: 50%;
    display: block;
    width: 208px;
    transform: translateX(-50%);
    transition: 0;
    transition-property: width, top; }
    @media only screen and (max-width: 1199px) {
      .header__logo {
        top: -20px;
        width: 190px; } }
    @media only screen and (max-width: 991px) {
      .header__logo {
        top: -10px;
        width: 140px; } }
    @media only screen and (max-width: 767px) {
      .header__logo {
        top: 10px;
        width: 100px; } }
  .header__account {
    margin-right: 18px;
    display: block;
    font-size: 28px;
    line-height: 1;
    color: inherit;
    text-decoration: none; }
    @media only screen and (max-width: 1199px) {
      .header__account {
        margin-right: 15px;
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .header__account {
        margin-right: 10px;
        font-size: 20px; } }
    .header__account:hover {
      text-decoration: none; }
  .header__cart {
    padding-right: 20px;
    position: relative;
    display: block;
    font-size: 27px;
    line-height: 1;
    color: inherit;
    text-decoration: none; }
    @media only screen and (max-width: 1199px) {
      .header__cart {
        padding-right: 15px;
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .header__cart {
        padding-right: 0;
        font-size: 20px; } }
    .header__cart span {
      position: absolute;
      top: -14px;
      right: -3px;
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      font-family: "Bw Glenn Slab", sans-serif;
      font-size: 19px;
      color: #fff;
      border-radius: 50%;
      background: #c31724; }
      @media only screen and (max-width: 767px) {
        .header__cart span {
          top: -10px;
          right: -10px;
          width: 22px;
          height: 22px;
          font-size: 12px; } }
    .header__cart:hover {
      text-decoration: none; }
  .header__nav {
    display: inline-flex; }
    @media only screen and (max-width: 479px) {
      .header__nav {
        display: none; } }
    .header__nav > li {
      margin-left: 35px; }
      @media only screen and (max-width: 1199px) {
        .header__nav > li {
          margin-left: 20px; } }
      @media only screen and (max-width: 991px) {
        .header__nav > li {
          margin-left: 15px; } }
      @media only screen and (max-width: 767px) {
        .header__nav > li {
          margin-left: 10px; } }
      .header__nav > li > a {
        font-family: "Bw Glenn Slab", sans-serif;
        font-size: 19px;
        font-weight: 500;
        letter-spacing: 0.03em;
        color: inherit;
        text-decoration: none; }
        @media only screen and (max-width: 1199px) {
          .header__nav > li > a {
            font-size: 16px; } }
        @media only screen and (max-width: 991px) {
          .header__nav > li > a {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .header__nav > li > a {
            font-size: 12px; } }
        .header__nav > li > a:hover {
          color: #c31724; }
  .header__menu {
    padding-top: 30px;
    padding-bottom: 20px;
    position: relative;
    top: 100%;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    background: #000;
    transition: ease-in-out 0.25s;
    transition-property: transform, opacity, visibility; }
    @media only screen and (max-width: 767px) {
      .header__menu {
        padding-top: 30px;
        padding-bottom: 30px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-5px);
        position: fixed;
        top: 135px;
        height: calc(100% - 135px); } }
    .is-menu-open .header__menu {
      transform: translateY(0);
      opacity: 1;
      visibility: visible; }
    .header__menu ul {
      display: flex;
      flex-wrap: wrap;
      letter-spacing: 0.03em;
      margin-left: -10px;
      margin-right: -10px; }
      .header__menu ul > li {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 22px; }
        @media only screen and (max-width: 767px) {
          .header__menu ul > li {
            margin-bottom: 15px; } }
        .header__menu ul > li > a {
          font-family: "Bw Glenn Slab", sans-serif;
          font-size: 16px;
          font-weight: 900;
          color: inherit;
          text-decoration: none; }
          @media only screen and (max-width: 991px) {
            .header__menu ul > li > a {
              font-size: 14px; } }
          .header__menu ul > li > a:hover {
            text-decoration: underline;
            color: #c31724; }
        .header__menu ul > li > ul {
          margin-top: 28px; }
          @media only screen and (max-width: 767px) {
            .header__menu ul > li > ul {
              margin-top: 10px; } }
          .header__menu ul > li > ul > li {
            margin-bottom: 10px; }
            @media only screen and (max-width: 767px) {
              .header__menu ul > li > ul > li {
                margin-bottom: 5px; } }
            .header__menu ul > li > ul > li > a {
              font-family: "Montserrat", sans-serif;
              font-size: 15px;
              font-weight: 600;
              color: inherit;
              text-decoration: none; }
              @media only screen and (max-width: 991px) {
                .header__menu ul > li > ul > li > a {
                  font-size: 13px; } }
              .header__menu ul > li > ul > li > a:hover {
                text-decoration: underline;
                color: #c31724; }
  .header__menu-left {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    @media only screen and (min-width: 767px) {
      .header__menu-left > ul {
        width: 100%;
        flex-direction: column;
        max-height: 180px; } }
    @media only screen and (min-width: 991px) {
      .header__menu-left > ul {
        max-height: 140px; } }
    .header__menu-left > ul > li {
      width: 20%; }
      @media only screen and (max-width: 991px) {
        .header__menu-left > ul > li {
          width: 25%; } }
      @media only screen and (max-width: 767px) {
        .header__menu-left > ul > li {
          width: 50%; } }
      .header__menu-left > ul > li > ul {
        position: absolute;
        flex-direction: column;
        background-color: #3c3c3c;
        margin-top: 0;
        margin-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-10px);
        transition: .3s; }
        .header__menu-left > ul > li > ul > li {
          display: block; }
      .header__menu-left > ul > li.open > ul {
        visibility: visible;
        opacity: 1;
        transform: translateY(0); }
  .header__menu-right {
    display: flex;
    flex-wrap: wrap;
    width: 42%; }
    .header__menu-right > ul > li {
      width: 50%; }
      @media only screen and (max-width: 991px) {
        .header__menu-right > ul > li {
          width: 100%; } }
      .header__menu-right > ul > li > ul > li {
        width: 100%; }
    .header__menu-right .header__misc {
      display: none; }
      .header__menu-right .header__misc li {
        margin-left: 0; }
      @media only screen and (max-width: 767px) {
        .header__menu-right .header__misc {
          display: block; } }

.image-block {
  width: 100%; }
  .image-block img {
    width: 100%; }

.latest-product {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media only screen and (max-width: 991px) {
    .latest-product {
      margin-top: 36px; } }
  @media only screen and (max-width: 767px) {
    .latest-product {
      margin-top: 24px; } }
  @media only screen and (max-width: 991px) {
    .latest-product {
      margin-bottom: 36px; } }
  @media only screen and (max-width: 767px) {
    .latest-product {
      margin-bottom: 24px; } }
  .latest-product h3 {
    color: #fff;
    margin-bottom: 30px; }
    @media only screen and (max-width: 991px) {
      .latest-product h3 {
        margin-bottom: 18px; } }
    @media only screen and (max-width: 767px) {
      .latest-product h3 {
        margin-bottom: 12px; } }

.usp {
  margin-bottom: 60px;
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #fff; }
  @media only screen and (max-width: 991px) {
    .usp {
      margin-bottom: 36px; } }
  @media only screen and (max-width: 767px) {
    .usp {
      margin-bottom: 24px; } }
  .usp__list {
    padding: 0 170px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    letter-spacing: 0.03em;
    text-align: left; }
    @media only screen and (max-width: 1439px) {
      .usp__list {
        padding-right: 120px;
        padding-left: 120px; } }
    @media only screen and (max-width: 1199px) {
      .usp__list {
        padding-right: 50px;
        padding-left: 50px; } }
    @media only screen and (max-width: 991px) {
      .usp__list {
        padding: 0;
        font-size: 13px; } }
    .usp__list h4 {
      margin-bottom: 5px;
      color: inherit; }
    .usp__list span {
      font-weight: 400; }
    .single-product .usp__list {
      border-bottom: 1px solid #fff; }
  .usp__list-item {
    padding: 27px 5px 0 75px;
    position: relative; }
    @media only screen and (max-width: 991px) {
      .usp__list-item {
        padding-left: 60px; } }
    @media only screen and (max-width: 767px) {
      .usp__list-item {
        margin-bottom: 15px;
        width: 100%; } }
    .usp__list-item img {
      position: absolute;
      top: 30px;
      left: 0;
      height: 38px;
      width: auto; }
      @media only screen and (max-width: 991px) {
        .usp__list-item img {
          top: 28px; } }
  .single-product .usp {
    margin-top: 60px; }
    @media only screen and (max-width: 991px) {
      .single-product .usp {
        margin-top: 36px; } }
    @media only screen and (max-width: 767px) {
      .single-product .usp {
        margin-top: 24px; } }

.woocommerce-tabs h2 {
  font-size: 21px;
  font-weight: 500; }

.woocommerce-tabs .tabs {
  display: none; }

.woocommerce-tabs table {
  font-size: 14px;
  border: none !important; }
  .woocommerce-tabs table tr {
    position: relative; }
    .woocommerce-tabs table tr > * {
      background: none !important; }
    .woocommerce-tabs table tr th {
      padding: 20px 0 !important;
      margin-bottom: 0;
      font-weight: bold;
      border-bottom: none !important;
      text-align: left;
      width: 110px !important;
      text-transform: capitalize;
      font-weight: 400 !important;
      vertical-align: top; }
    .woocommerce-tabs table tr td {
      top: 0;
      left: 0;
      display: block;
      padding: 20px 20px 20px 0 !important;
      border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
      border-bottom: none !important;
      font-weight: 700 !important;
      vertical-align: top; }
      .woocommerce-tabs table tr td p {
        padding: 0 !important; }

.woocommerce #respond input#submit.checkout-button,
.woocommerce a.checkout-button.button,
.woocommerce button.checkout-button.button,
.woocommerce #respond input.checkout-button#submit,
.woocommerce input.checkout-button.button {
  width: 100%; }

.woocommerce #respond input#submit.single_add_to_cart_button,
.woocommerce a.single_add_to_cart_button.button,
.woocommerce button.single_add_to_cart_button.button,
.woocommerce #respond input.single_add_to_cart_button#submit,
.woocommerce input.single_add_to_cart_button.button {
  height: 36px;
  font-size: 86%;
  font-weight: bold;
  letter-spacing: normal;
  font-family: "Montserrat", sans-serif;
  padding: 5px 15px; }
  .woocommerce #respond input#submit.single_add_to_cart_button:before,
  .woocommerce a.single_add_to_cart_button.button:before,
  .woocommerce button.single_add_to_cart_button.button:before,
  .woocommerce #respond input.single_add_to_cart_button#submit:before,
  .woocommerce input.single_add_to_cart_button.button:before {
    font-weight: normal;
    content: '\e903';
    margin-right: 10px;
    font-family: "icomoon", sans-serif; }
  .woocommerce #respond input#submit.single_add_to_cart_button:after,
  .woocommerce a.single_add_to_cart_button.button:after,
  .woocommerce button.single_add_to_cart_button.button:after,
  .woocommerce #respond input.single_add_to_cart_button#submit:after,
  .woocommerce input.single_add_to_cart_button.button:after {
    display: none; }

.woocommerce-cart .woocommerce .coupon {
  display: none; }
  .woocommerce-cart .woocommerce .coupon #coupon_code {
    width: 135px;
    padding: 24px 20px; }

.woocommerce-cart .woocommerce .woocommerce-shipping-totals > td::before {
  content: ''; }

@media only screen and (min-width: 767px) {
  .woocommerce-page.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .woocommerce-additional-fields {
    padding-top: 53px; } }

.woocommerce-page.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce #e_deliverydate {
  color: #000; }

.woocommerce-page.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .payment_methods li {
  list-style: none; }
  .woocommerce-page.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .payment_methods li label {
    display: inline-block; }
  .woocommerce-page.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .payment_methods limark {
    display: none; }

.woocommerce form .form-row {
  padding: 0;
  margin-bottom: 20px; }
  .woocommerce form .form-row label {
    line-height: inherit; }
  .woocommerce form .form-row .required {
    color: inherit; }
  .woocommerce form .form-row .select2-container {
    display: block; }

.woocommerce form.woocommerce-ordering label {
  color: #fff; }

.woocommerce .select2-container .select2-selection {
  height: 44px;
  border-radius: 0;
  border-color: #979797; }
  .woocommerce .select2-container .select2-selection .select2-selection__rendered {
    line-height: 42px; }
  .woocommerce .select2-container .select2-selection .select2-selection__arrow {
    width: 40px;
    height: 42px; }

.ui-datepicker td .ui-state-default {
  background: #5ccf3a; }

.woocommerce .col2-set {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .woocommerce .col2-set:after, .woocommerce .col2-set:before {
    display: none; }
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2 {
    float: none;
    display: flex;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column; }
    .woocommerce .col2-set .col-1 > *,
    .woocommerce .col2-set .col-2 > * {
      width: 100%; }
    .woocommerce .col2-set .col-1.woocommerce-column, .woocommerce .col2-set .col-1.woocommerce-Address,
    .woocommerce .col2-set .col-2.woocommerce-column,
    .woocommerce .col2-set .col-2.woocommerce-Address {
      display: block; }

.woocommerce .woocommerce-ordering {
  display: flex;
  align-items: center; }
  .woocommerce .woocommerce-ordering select {
    max-width: 248px; }
  .woocommerce .woocommerce-ordering label {
    margin-bottom: 0;
    white-space: nowrap;
    margin-right: 10px; }
    @media only screen and (max-width: 479px) {
      .woocommerce .woocommerce-ordering label {
        display: none; } }

.woocommerce .woocommerce-result-count {
  font-weight: 600;
  padding: 8px 0;
  color: #fff; }
  @media only screen and (max-width: 767px) {
    .woocommerce .woocommerce-result-count {
      display: none; } }

.woocommerce .woocommerce-products-header {
  width: 100%;
  color: #fff; }

.woocommerce-notices-wrapper {
  width: 100%; }

.woocommerce-info {
  width: 100%;
  color: #3c3c3c; }

.woocommerce-error .woocommerce-error-close {
  top: 10px;
  right: 7px;
  position: absolute; }

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff; }
  .woocommerce-error:before,
  .woocommerce-info:before,
  .woocommerce-message:before {
    display: none; }

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  background: #f1fbbb;
  padding: 25px;
  text-align: center;
  color: #000;
  margin-bottom: 20px; }

.woocommerce-store-notice, p.demo_store {
  background-color: #c31724; }

.woocommerce nav.woocommerce-pagination {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px; }
  .woocommerce nav.woocommerce-pagination ul {
    border: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .woocommerce nav.woocommerce-pagination ul li {
      border: 0;
      display: block;
      margin-right: 5px;
      margin-bottom: 5px; }
      .woocommerce nav.woocommerce-pagination ul li a,
      .woocommerce nav.woocommerce-pagination ul li span {
        color: #000;
        border: 1px solid rgba(0, 0, 0, 0.1);
        background-color: #fff; }
        .woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev,
        .woocommerce nav.woocommerce-pagination ul li span.next,
        .woocommerce nav.woocommerce-pagination ul li span.prev {
          display: none; }
        .woocommerce nav.woocommerce-pagination ul li a.current,
        .woocommerce nav.woocommerce-pagination ul li span.current {
          background-color: #c31724;
          color: #fff; }
    .woocommerce nav.woocommerce-pagination ul:after, .woocommerce nav.woocommerce-pagination ul:before {
      display: none; }

.woocommerce div.product div.images {
  width: calc(50% - 15px); }
  @media only screen and (max-width: 767px) {
    .woocommerce div.product div.images {
      width: 100%; } }

.woocommerce div.product div.summary {
  padding: 30px;
  width: calc(50% - 15px); }
  @media only screen and (max-width: 767px) {
    .woocommerce div.product div.summary {
      width: 100%;
      padding: 0; } }
  .woocommerce div.product div.summary .cart {
    margin-bottom: 60px; }
    @media only screen and (max-width: 991px) {
      .woocommerce div.product div.summary .cart {
        margin-bottom: 36px; } }
    @media only screen and (max-width: 767px) {
      .woocommerce div.product div.summary .cart {
        margin-bottom: 24px; } }
    .woocommerce div.product div.summary .cart .single_variation_wrap {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .woocommerce div.product div.summary .cart .single_variation_wrap .variations {
        width: auto; }
        .woocommerce div.product div.summary .cart .single_variation_wrap .variations .label {
          display: none; }
        .woocommerce div.product div.summary .cart .single_variation_wrap .variations .value select {
          width: auto;
          color: #000;
          background-color: rgba(0, 0, 0, 0.05);
          border: 2px solid rgba(0, 0, 0, 0.1);
          background-image: url(/slagerijvanmelik/wp-content/themes/svmshop/dist/images//select.svg);
          background-repeat: no-repeat;
          background-position: right 15px center; }
        .woocommerce div.product div.summary .cart .single_variation_wrap .variations .reset_variations {
          display: none !important; }
      .woocommerce div.product div.summary .cart .single_variation_wrap .single_variation {
        margin-top: 0;
        margin-bottom: 20px; }
      .woocommerce div.product div.summary .cart .single_variation_wrap .variations_button {
        flex-basis: 100%; }
  .woocommerce div.product div.summary .price {
    font-size: 20px;
    font-weight: bold;
    color: #c31724; }
    .woocommerce div.product div.summary .price ins {
      margin-left: 5px;
      text-decoration: none; }
    .woocommerce div.product div.summary .price del {
      opacity: 1;
      font-weight: normal;
      color: #000; }
  .woocommerce div.product div.summary .product_title {
    margin: 0 0 20px;
    font-family: "Bw Glenn Slab", sans-serif;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0.03em;
    color: #000;
    font-size: 40px; }
    @media only screen and (max-width: 767px) {
      .woocommerce div.product div.summary .product_title {
        letter-spacing: 0;
        font-size: 30px; } }
  .woocommerce div.product div.summary .product_meta {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 30px; }
    .woocommerce div.product div.summary .product_meta .sku_wrapper {
      display: none; }
    @media only screen and (max-width: 991px) {
      .woocommerce div.product div.summary .product_meta {
        margin-bottom: 18px; } }
    @media only screen and (max-width: 767px) {
      .woocommerce div.product div.summary .product_meta {
        margin-bottom: 12px; } }
    .woocommerce div.product div.summary .product_meta a {
      text-decoration: underline;
      color: #3c3c3c; }
      .woocommerce div.product div.summary .product_meta a:hover {
        text-decoration: underline; }

.woocommerce div.product .onsale {
  top: 30px;
  left: 30px;
  right: auto;
  width: 80px;
  height: 80px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url(/slagerijvanmelik/wp-content/themes/svmshop/dist/images//batch.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%; }
  @media only screen and (max-width: 767px) {
    .woocommerce div.product .onsale {
      top: 15px;
      left: 15px;
      width: 50px;
      height: 50px; } }

.woocommerce div.product.product-type-variable div.summary > .price {
  display: none; }

.woocommerce ul.products {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative; }
  @media only screen and (max-width: 1199px) {
    .woocommerce ul.products {
      margin-left: -10px;
      margin-right: -10px; } }
  .woocommerce ul.products li.product {
    display: flex;
    float: none;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0;
    margin-bottom: 30px;
    position: relative; }
    @media only screen and (max-width: 1199px) {
      .woocommerce ul.products li.product {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px; } }
    .woocommerce ul.products li.product .onsale {
      display: none; }
    .woocommerce ul.products li.product .cart {
      bottom: 0;
      left: 15px;
      right: 15px;
      width: calc(100% - 30px);
      display: flex;
      position: absolute;
      justify-content: space-between;
      margin-bottom: 0; }
      @media only screen and (max-width: 1199px) {
        .woocommerce ul.products li.product .cart {
          left: 10px;
          right: 10px;
          width: calc(100% - 20px); } }
      .woocommerce ul.products li.product .cart:after, .woocommerce ul.products li.product .cart:before {
        display: none; }
    .woocommerce ul.products li.product .price {
      display: block;
      padding-left: 15px;
      padding-right: 0;
      font-weight: 500;
      color: #c31724;
      margin-bottom: 0;
      font-size: 15px; }
    .woocommerce ul.products li.product p.attributes {
      margin-left: 15px;
      margin-bottom: -5px; }
    .woocommerce ul.products li.product .quantity {
      padding-right: 0; }
    .woocommerce ul.products li.product .button, .woocommerce ul.products li.product #respond input#submit, .woocommerce #respond ul.products li.product input#submit {
      width: 100%;
      height: 36px;
      margin-top: 0;
      font-size: 84%;
      padding: 5px 10px;
      color: #000;
      display: inline-flex;
      align-content: center;
      font-family: "Montserrat", sans-serif;
      font-weight: 800;
      border: none;
      background-color: rgba(0, 0, 0, 0.05); }
      @media only screen and (max-width: 767px) {
        .woocommerce ul.products li.product .button:not(.add_to_cart_button), .woocommerce ul.products li.product #respond input#submit:not(.add_to_cart_button), .woocommerce #respond ul.products li.product input#submit:not(.add_to_cart_button) {
          font-size: 0; } }
      .woocommerce ul.products li.product .button:after, .woocommerce ul.products li.product #respond input#submit:after, .woocommerce #respond ul.products li.product input#submit:after {
        display: none; }
      .woocommerce ul.products li.product .button:before, .woocommerce ul.products li.product #respond input#submit:before, .woocommerce #respond ul.products li.product input#submit:before {
        content: '\e903';
        margin-right: 10px;
        font-family: "icomoon", sans-serif;
        transform: translateY(1px); }
        @media only screen and (max-width: 767px) {
          .woocommerce ul.products li.product .button:before, .woocommerce ul.products li.product #respond input#submit:before, .woocommerce #respond ul.products li.product input#submit:before {
            font-size: .84rem; } }
      .woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product #respond input#submit:hover, .woocommerce #respond ul.products li.product input#submit:hover {
        background-color: #c31724; }
      .woocommerce ul.products li.product .button.add_to_cart_button, .woocommerce ul.products li.product #respond input.add_to_cart_button#submit, .woocommerce #respond ul.products li.product input.add_to_cart_button#submit {
        bottom: 0;
        left: 15px;
        right: 15px;
        width: calc(100% - 30px);
        position: absolute; }
        @media only screen and (max-width: 1199px) {
          .woocommerce ul.products li.product .button.add_to_cart_button, .woocommerce ul.products li.product #respond input.add_to_cart_button#submit, .woocommerce #respond ul.products li.product input.add_to_cart_button#submit {
            left: 10px;
            right: 10px;
            width: calc(100% - 20px); } }
        .woocommerce ul.products li.product .button.add_to_cart_button:hover, .woocommerce ul.products li.product #respond input.add_to_cart_button#submit:hover, .woocommerce #respond ul.products li.product input.add_to_cart_button#submit:hover {
          background-color: #c31724;
          color: #fff; }
      .woocommerce ul.products li.product .button.product_type_variable, .woocommerce ul.products li.product #respond input.product_type_variable#submit, .woocommerce #respond ul.products li.product input.product_type_variable#submit {
        background-color: #f2f2f2; }
        .woocommerce ul.products li.product .button.product_type_variable:before, .woocommerce ul.products li.product #respond input.product_type_variable#submit:before, .woocommerce #respond ul.products li.product input.product_type_variable#submit:before {
          display: none; }
        .woocommerce ul.products li.product .button.product_type_variable:hover, .woocommerce ul.products li.product #respond input.product_type_variable#submit:hover, .woocommerce #respond ul.products li.product input.product_type_variable#submit:hover {
          background-color: #c31724;
          color: #fff; }
    .woocommerce ul.products li.product.featured:after {
      content: '';
      position: absolute;
      top: 13px;
      left: 26px;
      right: auto;
      width: 60px;
      height: 60px;
      text-indent: -9999px;
      background-color: transparent;
      background-image: url('/wp-content/themes/svmshop/dist/images/batch.svg') !important;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100%; }
    .woocommerce ul.products li.product .product-weight {
      margin-bottom: 0;
      padding-left: 15px;
      padding-right: 15px;
      font-size: 80%;
      padding-top: 2px; }
    .woocommerce ul.products li.product .woocommerce-loop-product__link {
      width: 100%;
      flex-wrap: wrap;
      position: relative;
      color: #000;
      background-color: #fff;
      padding-bottom: 55px; }
      @media only screen and (max-width: 767px) {
        .woocommerce ul.products li.product .woocommerce-loop-product__link img {
          object-fit: contain;
          object-position: top;
          max-height: 160px !important; } }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
      width: 100%;
      font-weight: normal;
      color: #000;
      font-size: 16px;
      padding-top: 0;
      padding-left: 15px;
      padding-right: 15px; }
    @media only screen and (max-width: 767px) {
      .woocommerce ul.products li.product.product-type-simple .button, .woocommerce ul.products li.product.product-type-simple #respond input#submit, .woocommerce #respond ul.products li.product.product-type-simple input#submit {
        white-space: nowrap;
        text-indent: -9999px; }
        .woocommerce ul.products li.product.product-type-simple .button:before, .woocommerce ul.products li.product.product-type-simple #respond input#submit:before, .woocommerce #respond ul.products li.product.product-type-simple input#submit:before {
          text-indent: 0;
          margin-right: 0; } }
  @media only screen and (max-width: 767px) {
    .woocommerce ul.products[class*=columns-] li.product {
      width: 50%;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 479px) {
    .woocommerce ul.products[class*=columns-] li.product {
      width: 100%; } }
  .woocommerce ul.products.columns-3 li.product {
    width: 33.33%; }
    @media only screen and (max-width: 991px) {
      .woocommerce ul.products.columns-3 li.product {
        width: 50%; } }
    .woocommerce ul.products.columns-3 li.product.product-category {
      width: 20%; }
      @media only screen and (max-width: 1199px) {
        .woocommerce ul.products.columns-3 li.product.product-category {
          width: 25%; } }
      @media only screen and (max-width: 991px) {
        .woocommerce ul.products.columns-3 li.product.product-category {
          width: 33.33%; } }
      @media only screen and (max-width: 767px) {
        .woocommerce ul.products.columns-3 li.product.product-category {
          width: 50%; } }
  .woocommerce ul.products.columns-4 li.product {
    width: 25%; }
    @media only screen and (max-width: 991px) {
      .woocommerce ul.products.columns-4 li.product {
        width: 50%; } }
    @media only screen and (max-width: 479px) {
      .woocommerce ul.products.columns-4 li.product {
        width: 50%; } }
  .woocommerce ul.products:after, .woocommerce ul.products:before {
    display: none; }

@media only screen and (max-width: 479px) {
  .woocommerce.archive .content__layout {
    background: none;
    padding: 0; } }

.woocommerce div.quantity {
  display: flex;
  flex-direction: row;
  height: 100%;
  padding: 1px 10px 0 0;
  margin-left: 1px; }
  .woocommerce div.quantity .qty {
    -moz-appearance: textfield;
    background-color: #fff;
    color: #3c3c3c;
    outline: 1px solid #d7d7d7;
    border: none;
    height: 34px;
    padding: 5px 5px;
    width: 40px; }
    .woocommerce div.quantity .qty::-webkit-outer-spin-button, .woocommerce div.quantity .qty::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .woocommerce div.quantity .qty__down, .woocommerce div.quantity .qty__up {
    background-color: #fff;
    color: #3c3c3c;
    outline: 1px solid #d7d7d7;
    border: none;
    width: 25px;
    font-family: "Bw Glenn Slab", sans-serif;
    font-size: 18px;
    transition: .2s;
    transition-property: background-color;
    cursor: pointer; }
    .woocommerce div.quantity .qty__down:hover, .woocommerce div.quantity .qty__up:hover {
      background-color: #d7d7d7; }

.woocommerce .related {
  width: 100%; }
  .woocommerce .related h2 {
    margin: 0 0 20px;
    font-family: "Bw Glenn Slab", sans-serif;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0.03em;
    color: #000;
    font-size: 30px;
    color: #fff;
    margin-top: 50px; }
    @media only screen and (max-width: 767px) {
      .woocommerce .related h2 {
        letter-spacing: 0;
        font-size: 25.5px; } }

.select2-container {
  display: block; }
  .select2-container .selection {
    display: block; }
  .select2-container .select2-selection {
    border-radius: 0; }
    .select2-container .select2-selection--single {
      height: 24px;
      line-height: 22px; }
      .select2-container .select2-selection--single .select2-selection__arrow {
        width: 24px;
        height: 22px; }
      .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 22px;
        font-size: 14px;
        padding-right: 24px; }

.woocommerce table {
  border-collapse: collapse; }
  .woocommerce table.shop_table {
    border-radius: 0;
    border-collapse: collapse; }

.woocommerce .upsells {
  width: 100%; }

@font-face {
  font-family: 'icomoon';
  src: url("/slagerijvanmelik/wp-content/themes/svmshop/dist/fonts/icons/icomoon.eot?v4h2v7");
  src: url("/slagerijvanmelik/wp-content/themes/svmshop/dist/fonts/icons/icomoon.eot?v4h2v7#iefix") format("embedded-opentype"), url("/slagerijvanmelik/wp-content/themes/svmshop/dist/fonts/icons/icomoon.ttf?v4h2v7") format("truetype"), url("/slagerijvanmelik/wp-content/themes/svmshop/dist/fonts/icons/icomoon.woff?v4h2v7") format("woff"), url("/slagerijvanmelik/wp-content/themes/svmshop/dist/fonts/icons/icomoon.svg?v4h2v7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-account:before {
  content: '\e900'; }

.icon-arrow:before {
  content: '\e901'; }

.icon-back-arrow:before {
  content: '\e902'; }

.icon-cart:before {
  content: '\e903'; }

.icon-check:before {
  content: '\e904'; }

.icon-delete:before {
  content: '\e905'; }

.icon-menu:before {
  content: '\e906'; }

.icon-search:before {
  content: '\e907'; }

@font-face {
  font-family: 'Bw Glenn Slab';
  src: url("/slagerijvanmelik/wp-content/themes/svmshop/dist/fonts/bw-glenn-slab/BwGlennSlab-Light.woff2") format("woff2"), url("/slagerijvanmelik/wp-content/themes/svmshop/dist/fonts/bw-glenn-slab/BwGlennSlab-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Bw Glenn Slab';
  src: url("/slagerijvanmelik/wp-content/themes/svmshop/dist/fonts/bw-glenn-slab/BwGlennSlab-Black.woff2") format("woff2"), url("/slagerijvanmelik/wp-content/themes/svmshop/dist/fonts/bw-glenn-slab/BwGlennSlab-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Bw Glenn Slab';
  src: url("/slagerijvanmelik/wp-content/themes/svmshop/dist/fonts/bw-glenn-slab/BwGlennSlab-Medium.woff2") format("woff2"), url("/slagerijvanmelik/wp-content/themes/svmshop/dist/fonts/bw-glenn-slab/BwGlennSlab-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.95; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #fff;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #fff; }
    .mfp-preloader a:hover {
      color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid transparent; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid transparent; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-container {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #3c3c3c; }

/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
  /** Width for the drawer. */
  --mm-ocd-width: 80%;
  /** Min-width for the drawer. */
  --mm-ocd-min-width: 200px;
  /** Max-width for the drawer. */
  --mm-ocd-max-width: 440px; }

body.mm-ocd-opened {
  overflow-y: hidden;
  overscroll-behavior: none; }

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  transition-property: bottom, background-color;
  transition-duration: 0s, 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.45s, 0.15s; }
  .mm-ocd--open {
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    transition-delay: 0s; }

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80%;
  width: var(--mm-ocd-width);
  min-width: 200px;
  min-width: var(--mm-ocd-min-width);
  max-width: 440px;
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease; }
  .mm-ocd--left .mm-ocd__content {
    left: 0;
    transform: translate3d(-100%, 0, 0); }
  .mm-ocd--right .mm-ocd__content {
    right: 0;
    transform: translate3d(100%, 0, 0); }
  .mm-ocd--open .mm-ocd__content {
    transform: translate3d(0, 0, 0); }

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: calc(100% - 80%);
  width: calc(100% - var(--mm-ocd-width));
  min-width: calc(100% - 440px);
  min-width: calc(100% - var(--mm-ocd-max-width));
  max-width: calc(100% - 200px);
  max-width: calc(100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0); }
  .mm-ocd--left .mm-ocd__backdrop {
    right: 0; }
  .mm-ocd--right .mm-ocd__backdrop {
    left: 0; }

/** Animation duration. */
/** Arrow size. */
/** Arrow weight. */
/** Border opacity. */
/** Navbar opacity. */
/** Arrow opacity. */
/** Item height. */
/** Item indent. */
/** Line height. */
/** Panel offset. */
.mm-spn, .mm-spn ul, .mm-spn li, .mm-spn a,
.mm-spn span {
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

:root {
  /** Height for menu items. */
  --mm-spn-item-height: 50px;
  /** Indent for menu items. */
  --mm-spn-item-indent: 20px;
  /** Line height for menu items. */
  --mm-spn-line-height: 24px; }

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  transform: translateX(0px); }

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: 130%;
  padding-right: 30%;
  line-height: 24px;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  transition: left 0.3s ease 0s;
  cursor: default; }
  .mm-spn ul:after {
    content: "";
    display: block;
    height: 50px;
    height: var(--mm-spn-item-height); }

.mm-spn > ul {
  left: 0; }

.mm-spn ul.mm-spn--open {
  left: 0; }

.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden; }

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer; }
  .mm-spn li:before {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    top: calc(var(--mm-spn-item-height) / 2);
    right: 25px;
    right: calc(var(--mm-spn-item-height) / 2);
    z-index: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg) translate(0, -50%);
    opacity: 0.4; }
  .mm-spn li:after {
    content: "";
    display: block;
    margin-left: 20px;
    margin-left: var(--mm-spn-item-indent);
    border-top: 1px solid;
    opacity: 0.15; }

.mm-spn a,
.mm-spn span {
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent); }

.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none; }
  .mm-spn a:not(:last-child) {
    width: calc(100% - 50px);
    width: calc(100% - var(--mm-spn-item-height)); }
    .mm-spn a:not(:last-child):after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      border-right: 1px solid;
      opacity: 0.15; }

.mm-spn span {
  background: transparent; }

.mm-spn.mm-spn--navbar {
  cursor: pointer; }
  .mm-spn.mm-spn--navbar:before {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    top: calc(var(--mm-spn-item-height) / 2);
    left: 20px;
    left: var(--mm-spn-item-indent);
    width: 10px;
    height: 10px;
    margin-top: 2px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(-45deg) translate(50%, -50%);
    opacity: 0.4; }
  .mm-spn.mm-spn--navbar.mm-spn--main {
    cursor: default; }
    .mm-spn.mm-spn--navbar.mm-spn--main:before {
      content: none;
      display: none; }
  .mm-spn.mm-spn--navbar:after {
    content: attr(data-mm-spn-title);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    height: var(--mm-spn-item-height);
    padding: 0 40px;
    padding: 0 calc(var(--mm-spn-item-indent) * 2);
    line-height: 50px;
    line-height: var(--mm-spn-item-height);
    opacity: 0.4;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .mm-spn.mm-spn--navbar.mm-spn--main:after {
    padding-left: 20px;
    padding-left: var(--mm-spn-item-indent); }

.mm-spn.mm-spn--navbar ul {
  top: 51px;
  top: calc(var(--mm-spn-item-height) + 1px); }
  .mm-spn.mm-spn--navbar ul:before {
    content: '';
    display: block;
    position: fixed;
    top: inherit;
    z-index: 2;
    width: 100%;
    border-top: 1px solid currentColor;
    opacity: 0.15; }

.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3; }

.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333; }

.mm-spn.mm-spn--vertical {
  overflow-y: auto; }

.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static; }
  .mm-spn.mm-spn--vertical ul ul {
    display: none;
    padding-left: 20px;
    padding-left: var(--mm-spn-item-indent); }
    .mm-spn.mm-spn--vertical ul ul:after {
      height: 25px;
      height: calc(var(--mm-spn-item-height) / 2); }
  .mm-spn.mm-spn--vertical ul.mm-spn--open {
    display: block; }

.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  transform: rotate(135deg) translate(-50%, 0); }

.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none; }

.mm-ocd {
  font-family: "Montserrat", sans-serif; }

.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3; }

.mm-spn--dark {
  color: #ddd;
  background: #333; }

/* Dagtoppers */

.dagtoppers {
  display:block;
  width:100%;
}

.dagtoppers-row-content {
  display:flex;
  gap: 15px;
  margin-bottom: 15px;
}

.dagtoppers-col-left .image {
  max-width: 150px;
}

.dagtoppers .dagtoppers-content {
  color: white;
}

.dagtoppers .product-categories {
  display:flex;
  gap:15px;
}

.dagtoppers .product-categories .product-category {
  width: 16.66%;
  display:flex;
  flex-direction: column;
  align-items: start;
  gap:10px;
  background-color: black;
}

@media screen and (max-width: 768px) {

  .dagtoppers .product-categories {
    flex-direction: column;
  }
  .dagtoppers .product-categories .product-category {
    width: 100%;

  }
}
.dagtoppers .product-categories .product-category .product-category-link {
  width:100%;
  display:flex;
  flex-direction: column;
  align-items: start;
  gap:10px;
  background-color: black;
  text-decoration: none;
}

.dagtoppers .product-categories .product-category .title {
  color: white;
  text-transform: uppercase;
  display: inline-block;
  background-color: #C31725;
  padding: 5px 10px;
  line-height: 2;
  font-size: 13px;
  width: auto;
  margin-bottom: 0;
  margin: 10px;
}

.dagtoppers .product-categories .product-category .description {
  color: white;
  font-weight: bold;
  font-size: 16px;
  min-height: 60px;
  padding: 0 10px;
  margin:0;
}

.dagtoppers .product-categories .product-category .image-wrapper {
  width:100%;
 }
.dagtoppers .product-categories .product-category .image-wrapper img {
  width:100%;
  object-fit: cover;
  aspect-ratio: 1;
}

.dagtopper-product-badge {
  font-weight: bold;
  font-size: 16px;
  display:flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.dagtopper-product-badge p {
  margin:0;
  padding:0;
  color: #c31724;
}