/*!
Theme Name: Distillerie Miny
Theme URI: https://marcwilmesdesign.lu
Author: Attila Simon
Description: 
Version: 1.0
License: Marc Wilmes Design
Text Domain: 
Tags: - 
*/
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/_res/themes/miny/_res/font/Inconsolata-400.woff') format('woff');
}
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/_res/themes/miny/_res/font/Inconsolata-700.woff') format('woff');
}
/*
  Header element
*/
header {
  position: relative;
  z-index: 5;
  background-color: white;
}
header .main-logo {
  position: absolute;
  top: 67px;
  left: 50%;
  margin-left: -50px;
}
header .black-line {
  background-color: #1F1F1E;
  width: 100%;
  height: 35px;
}
header .firstrow {
  margin-top: 36px;
  margin-bottom: 36px;
}
header .firstrow .uk-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .desktop-nav .navlogo img {
  width: 100px;
  height: 50px;
}
header .desktop-nav .info .language {
  width: 36px;
  height: 36px;
}
header .desktop-nav .info .cart {
  width: 35px;
  height: 35px;
}
header .desktop-nav .secondrow {
  padding: 15px 0;
  border-top: solid 1px #1F1F1E;
  border-bottom: solid 1px #1F1F1E;
}

@media (max-width:1024px) {
header .desktop-nav .secondrow {
  border-top: solid 2px #1F1F1E;
  border-bottom: solid 2px #1F1F1E;
}
}

header .mobile-nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .mobile-nav .black-bar {
  width: 100%;
  height: 12px;
  background-color: #1F1F1E;
}
header .mobile-nav .nav-logo {
  z-index: 10;
}
header .mobile-nav .nav-logo img {
  width: 100px;
  height: 50px;
  margin-right: 20px;
}
header .mobile-nav .menu-button {
  position: relative;
/*  margin-left: 20px;*/
  width: 64px;
  height: 24px;
  padding: 0;
  cursor: pointer;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  padding: 22px;
  z-index: 6;
}
header .mobile-nav .info .cart {
  width: 35px;
  height: 35px;
}
header .mobile-nav .respo-main-logo {
  position: absolute;
  top: 21px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
}
header .mobile-nav .menu-button[aria-expanded="true"] span {
  opacity: 0;
}
header .mobile-nav .menu-button[aria-expanded="true"]::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}
header .mobile-nav .menu-button[aria-expanded="true"]::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}
header .mobile-nav .menu-button::before,
header .mobile-nav .menu-button::after,
header .mobile-nav .menu-button span {
  background: #1F1F1E;
}
header .mobile-nav .menu-button::before,
header .mobile-nav .menu-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 80%;
  height: 2px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
header .mobile-nav .menu-button span {
  position: absolute;
  left: 16%;
  overflow: hidden;
  width: 48%;
  height: 2px;
  text-indent: 200%;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
header .mobile-nav .menu-button::before {
  -webkit-transform: translate3d(0, -8px, 0) scale3d(0.6, 1, 1);
          transform: translate3d(0, -8px, 0) scale3d(0.6, 1, 1);
}
header .mobile-nav .menu-button::after {
  -webkit-transform: translate3d(0, 8px, 0) scale3d(0.6, 1, 1);
          transform: translate3d(0, 8px, 0) scale3d(0.6, 1, 1);
}
.wc-mini-cart {
  position: relative;
}
.wc-mini-cart .uk-badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000000;
}
.hero-container {
  position: relative;
  z-index: 3;
  background-color: white;
}
@media screen and (max-width: 639px) {
  .hero-container .hero_image {
    height: calc(100vh - 89px);
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (min-width: 640px) {
  .hero-container .hero_image {
    height: 100vh;
    width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.placeholder {
  z-index: 1;
}
footer {
  width: 100%;
  margin-top: 84px;
  background-color: #1F1F1E;
  color: white;
}
footer a,
footer h4 {
  color: white;
}
footer h4 {
  text-transform: uppercase;
}
footer a:hover,
footer button:hover {
  color: white;
  text-decoration: underline;
}
footer .mwd:hover {
  text-decoration: none;
}
footer .white-bg {
  position: relative;
  text-align: right;
}
footer .white-bg .footer-logo {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  footer .white-bg {
    background-color: white;
  }
}
@media screen and (min-width: 1200px) {
  footer .inner {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1199px) {
  footer .inner {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
footer .spacebetween {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
footer .spacebetween .socialmedia {
  margin-top: 8px;
}
footer .spacebetween .socialmedia a {
  display: inline-block;
}
footer .spacebetween .socialmedia a:not(:last-child) {
  margin-right: 8px;
}
footer .spacebetween .socialmedia img {
  width: 21px;
  height: 21px;
}
@media screen and (max-width: 959px) {
  footer .spacebetween {
    margin-top: 4px;
  }
  footer .spacebetween .socialmedia {
    margin-bottom: 24px !important;
  }
}
@media screen and (min-width: 640px) {
  footer {
    position: fixed;
    bottom: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 639px) {
  footer .socialopeningcontainer .follow {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
  footer .socialopeningcontainer .opening {
    margin-top: 32px;
  }
  footer .socialopeningcontainer .footerinfo {
    margin-top: 20px;
  }
  footer .footerinfo {
    margin-top: 20px;
  }
  footer .marginmobile {
    margin-top: 18px !important;
  }
}
@media screen and (max-width: 1349px) {
  footer .mapcontainer {
    display: none;
  }
}
footer .map {
  height: 310px;
}
@media screen and (min-width: 1350px) and (max-width: 1950px) {
  footer .map {
    height: 150px;
  }
}
@media screen and (min-width: 1350px) {
  footer .footerinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 640px) and (max-width: 1349px) {
  footer .marginmobile {
    margin-top: 0 ! important;
  }
}
footer .copyright {
  font-size: 15px;
  position: relative;
  padding-bottom: 6px;
}
@media screen and (min-width: 1350px) {
  footer .copyright {
    text-align: left;
  }
}
footer .copyright .mwd-logo {
  top: 4.5px;
  left: 3px;
  height: 24px;
  position: relative;
}
:root {
  color-scheme: light only;
}
body {
  font-style: normal;
  color: #1F1F1E;
  font-family: "Inconsolata";
  font-weight: 400;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  background-color: white;
  overflow-x: hidden;
}
@media only screen and (min-width: 371px) and (max-width: 500px) {
  body {
    font-size: 17px;
  }
}
@media only screen and (max-width: 370px) {
  body {
    font-size: 16px;
  }
}
main,
.uk-section {
  z-index: 3;
  position: relative;
  background-color: white;
  min-height: 100vh;
}
.quote {
  text-align: center;
  font-size: 35px;
}
@media screen and (max-width: 959px) {
  .quote {
    font-size: 30px;
  }
}
.box .boxitem {
  border: solid 1px #1F1F1E;
  margin-bottom: 200px;
}
.box .imageborder {
  height: 100%;
}
.box img {
  aspect-ratio: 1;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.box h2 {
  padding: 34px 50px;
  border-bottom: solid 1px #1F1F1E;
}
.box .textborder {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.box .textcontainer {
  font-size: 25px;
  padding: 34px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.box .textcontainer .text {
  overflow: hidden;
  -webkit-transition: max-height 0.7s ease-out;
  transition: max-height 0.7s ease-out;
  position: relative;
  max-height: 170px;
}
.box .textcontainer.close .more-text {
  position: absolute;
  bottom: 10px;
  letter-spacing: -6px;
}
.box .textcontainer.close .text {
  max-height: 143px;
}
.box .readmorecontainer {
  margin: auto 50px 90px 50px;
}
.box .readmore {
  color: black;
  display: inline-block;
  font-size: 25px;
  text-align: left;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  background: transparent;
  border: unset;
/*  text-decoration: underline;
  text-decoration-thickness: 5px;
  text-underline-offset: 7px;*/
  background-image: url("/_res/themes/miny/_res/img/arrow-up.svg");
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: 100% 60%;
  padding-right: 40px;
}
.box .readmore span {
  border-bottom: 6px solid black;
}
.box .readmore:hover {
  cursor: pointer;
  color: #1F1F1E;
}
.box .readmore:active {
  color: #1F1F1E;
}

.box .readmore.close .less {
  display: none;
} 

.box .readmore:not(.close) .more {
  display: none;
} 


.box .readmore.close {
  background-image: url("/_res/themes/miny/_res/img/arrow-down.svg");
}
@media screen and (min-width: 960px) {
  .box .left .uk-width-2-5\@m {
    padding-left: 0 !important;
  }
  .box .left .uk-width-2-5\@m .textborder {
    border-left: solid 1px #1F1F1E;
  }
  .box .right .uk-width-3-5\@m {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 0 !important;
  }
  .box .right .uk-width-2-5\@m .textborder {
    border-right: solid 1px #1F1F1E;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .box h2 {
    padding: 24px 50px;
    font-size: 38px;
  }
  .box .boxitem {
    margin-bottom: 150px;
  }
  .box .readmorecontainer {
    margin: auto 50px 70px 50px;
  }
}
@media screen and (max-width: 959px) {
  .box h2 {
    padding: 18px 23px;
    font-size: 30px;
    border-top: solid 1px #1F1F1E;
  }
  .box .textcontainer {
    font-size: 28px;
    padding: 18px 23px;
    font-size: 20px;
  }
/*  .box .textcontainer .text {
    max-height: unset !important;
  }*/
  .box .boxitem {
    margin-bottom: 100px;
  }
/*  .box .readmorecontainer,
  .box .more-text {
    display: none;
  }*/
  .box .readmorecontainer {
      margin: 40px 18px 23px 18px;

  }
  .box .textcontainer.close .more-text {
    bottom: 0;
  }
}
@media screen and (max-width: 959px) {
  .box h2 {
    font-size: 28px;
  }
}
.uk-lightbox-toolbar {
  background: transparent;
}
.col-image {
  display: block;
  width: 100%;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .col-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .col-image a,
  .col-image img {
    min-width: 140px;
    max-width: 360px;
  }
}
@media only screen and (max-width: 639px) {
  .col-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .col-image a,
  .col-image img {
    max-width: 360px;
  }
}
.loop-container {
  margin-bottom: 180px;
}
@media (max-width:960px) {
  .pere-miny.loop-container.single, .gin.loop-container.single, .likor.loop-container.single, .dreppen.loop-container.single {
    display: none;
  }
}
@media (min-width:960px) {
  .pere-miny.loop-container.multiple > div:first-child, .gin.loop-container.multiple > div:first-child, .likor.loop-container.multiple > div:first-child, .dreppen.loop-container.multiple > div:first-child {
        display: none;
}
}
.loop-container.preview-drink {
  margin-bottom: -25px !important;
  margin-top: 200px;
}

@media screen and (min-width: 640px) and (max-width: 960px) {
  .loop-container {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 639px) {
  .loop-container {
    margin-bottom: 60px;
  }
}
.single-item {
  width: 27.1%;
}
.lmp_load_more_button .lmp_button {
  font-size: 28px;
  font-weight: 700;
  font-family: 'Inconsolata';
  text-decoration: underline !important;
  text-decoration-thickness: 5px !important;
  text-underline-offset: 7px !important;
  text-transform: uppercase;
  background-image: url(/_res/themes/miny/_res/img/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 100% 53%;
  background-size: 20px;
}
.frontpage .desktop-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 4;
  background: transparent !important;
}
.frontpage .desktop-nav:before {
  content: "";
  position: absolute;
  width: 350vw;
  height: 350vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 40%;
  -webkit-animation: fill 2s ease-in-out;
          animation: fill 2s ease-in-out;
  z-index: -1;
  background: white;
}
@-webkit-keyframes fill {
  from {
    top: 350px;
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  to {
    top: -50px;
    -webkit-transform: translateX(-50%) rotate(120deg);
            transform: translateX(-50%) rotate(120deg);
  }
}
@keyframes fill {
  from {
    top: 350px;
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  to {
    top: -50px;
    -webkit-transform: translateX(-50%) rotate(120deg);
            transform: translateX(-50%) rotate(120deg);
  }
}
/* -----  1.3 General Typography  ------------------------------------------- */
*:focus {
  outline: 0 !important;
}
h1,
h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  font-family: "Inconsolata";
  line-height: 1em;
  color: #1F1F1E;
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  h1,
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  font-family: "Inconsolata";
  line-height: 1em;
  color: #1F1F1E;
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  text-transform: uppercase;
}
h3.medium {
  font-weight: 700;
  text-transform: none;
}
h3.regular {
  font-weight: 400;
  text-transform: none;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 959px) {
  h3.regular {
    font-size: 20px;
  }
}
h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  font-family: "Inconsolata";
  line-height: 1em;
  color: #1F1F1E;
  padding: 0;
  margin: 0;
  word-wrap: break-word;
}
ul {
  padding-left: 18px;
  margin: 0;
}
p:last-child {
  margin: 0 !important;
}
em {
  color: #1F1F1E;
}
button {
  font-family: "Inconsolata";
}
a {
  color: #1F1F1E;
}
a:hover {
  color: #1F1F1E;
  text-decoration: underline;
}
.main-space {
  display: block;
  width: 50px;
}
.main-space.x0 {
  height: 20px;
}
@media only screen and (max-width: 639px) {
  .main-space.x0 {
    height: 10px;
  }
}
.main-space.x1 {
  height: 40px;
}
@media only screen and (max-width: 639px) {
  .main-space.x1 {
    height: 20px;
  }
}
.main-space.x2 {
  height: 120px;
}
@media only screen and (max-width: 959px) {
  .main-space.x2 {
    height: 60px;
  }
}
@media only screen and (max-width: 639px) {
  .main-space.x2 {
    height: 45;
  }
}
.main-space.x3 {
  height: 200px;
}
@media only screen and (max-width: 959px) {
  .main-space.x3 {
    height: 100px;
  }
}
@media only screen and (max-width: 639px) {
  .main-space.x3 {
    height: 75px;
  }
}
.main-space.x4 {
  height: 250px;
}
@media only screen and (max-width: 959px) {
  .main-space.x4 {
    height: 125px;
  }
}
@media only screen and (max-width: 639px) {
  .main-space.x4 {
    height: 100px;
  }
}
/* DEBUG MAIN SPACE*/
/*
.default-space-blue {
	background-color: blue !important;
}

.default-space-red {
	background-color: red !important;
}

.default-space-columns {
	background-color: magenta !important;
}

.main-space{
	background: rgba(0,0,0,.1);
	clear: both;
	width: 50px;
	margin: 0 auto;
	&.x0,
	&.x1_2,
	&.x1,
	&.x2,
	&.x3 {
		&:after {
			color: #fff;
			position: absolute;
			top: 10px;
			left: 10px;
		}
	}

	&.x0 {
		position: relative;
		&:after {
			content: 'x0';
		}
	}
	&.x1_2 {
		position: relative;
		&:after {
			content: 'x1_2';
		}
	}
	&.x1 {
		position: relative;
		&:after {
			content: 'x1';
		}
	}
	&.x2 {
		position: relative;
		&:after {
			content: 'x2';
		}
	}
	&.x3 {
		position: relative;
		&:after {
			content: 'x3';
		}
	}
	&.x4 {
		position: relative;
		&:after {
			content: 'x4';
		}
	}
}

/*.main-space.x1_2{height:1rem}
.main-space.x1{height:2rem}
.main-space.x2{height:4rem}
.main-space.x3{height:6rem}
.main-space.x4{height:8rem}*/
/*.debug_spaces{width:45px;position:relative}
.debug_spaces.auto:after{background:blue}
.debug_spaces:after{content:'-';position:absolute;padding-top:5px;padding-left:5px;color:white;font-size:12px;letter-spacing:0;font-weight:normal;width:100%;height:100%;background:#333;opacity:0.05}
.debug_spaces.x1_2:after{content:'x1/2'}
.debug_spaces.x1:after{content:'x1'}
.debug_spaces.x2:after{content:'x2'}*/
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  -webkit-box-shadow: unset !important;
  -webkit-text-fill-color: #106E38 !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='date'],
input[type='number'],
input[type='datetime-local'],
textarea {
  font-family: "Inconsolata";
  font-weight: 400;
  width: 100%;
  max-width: 460px;
  color: #3B3B3B;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 18px;
  border: none;
  border-radius: 0;
  padding: 10px 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  border: solid 1px #3B3B3B;
}
input[type='text']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, input[type='date']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='datetime-local']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C7C7C7;
  opacity: 1;
  /* Firefox */
}
input[type='text']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='tel']::-moz-placeholder, input[type='date']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='datetime-local']::-moz-placeholder, textarea::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C7C7C7;
  opacity: 1;
  /* Firefox */
}
input[type='text']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, input[type='date']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='datetime-local']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C7C7C7;
  opacity: 1;
  /* Firefox */
}
input[type='text']::-ms-input-placeholder, input[type='email']::-ms-input-placeholder, input[type='tel']::-ms-input-placeholder, input[type='date']::-ms-input-placeholder, input[type='number']::-ms-input-placeholder, input[type='datetime-local']::-ms-input-placeholder, textarea::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C7C7C7;
  opacity: 1;
  /* Firefox */
}
input[type='text']::placeholder,
input[type='email']::placeholder,
input[type='tel']::placeholder,
input[type='date']::placeholder,
input[type='number']::placeholder,
input[type='datetime-local']::placeholder,
textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C7C7C7;
  opacity: 1;
  /* Firefox */
}
input[type='text']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='datetime-local']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #C7C7C7;
}
input[type='text']::-ms-input-placeholder,
input[type='email']::-ms-input-placeholder,
input[type='tel']::-ms-input-placeholder,
input[type='date']::-ms-input-placeholder,
input[type='number']::-ms-input-placeholder,
input[type='datetime-local']::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #C7C7C7;
}
label {
  font-size: 18px;
}
textarea {
  height: 140px;
  max-height: 500px;
  max-width: 100%;
}
.form-line {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  display: block;
}
.form-line:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url('/_res/themes/pouruneparenthese/_res/img/form-line.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
select {
  height: auto;
  margin: 0 0 6px 0;
  font-size: 18px;
  border: 1px solid #1F1F1E;
  border-radius: 0;
  font-family: 'Inconsolata';
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 11px 42px 11px 24px;
  background-image: url('/_res/themes/miny/_res/img/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: 90% 53%;
  background-size: 16px;
  background-color: white;
  color: black;
}
@media screen and (min-width: 960px) {
  .submitbutton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 959px) {
  .submitbutton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.submitbutton button {
  width: 100px;
  height: 100px;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 25px;
  margin-top: 16px;
}
.wpcf7 .imprintlink {
  display: block;
  margin: 30px 0;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
  width: calc(100% - 30px);
}
.wpcf7 .captcha-image {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .wpcf7-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wpcf7 .wpcf7-checkbox label input {
  margin-right: 4px;
}
.wpcf7 .wpcf7-checkbox label span {
  width: calc(100% - 30px);
}
.wpcf7 .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wpcf7 .wpcf7-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7 .wpcf7-radio input[type='radio'] {
  display: inline-block;
  height: 16px;
  width: 16px;
  overflow: hidden;
  margin-right: 6px;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #cccccc;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: background-color, border;
  transition-property: background-color, border;
}
.wpcf7 .wpcf7-radio input[type='radio'] {
  border-radius: 50%;
}
.wpcf7 .wpcf7-radio input[type='radio']:focus {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  border-color: #106E38;
}
.wpcf7 .wpcf7-radio input[type='radio']:checked {
  background-color: #106E38;
  border-color: transparent;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.wpcf7 .wpcf7-radio input[type='radio']:checked:focus {
  background-color: #106E38;
}
.wpcf7 .wpcf7-radio input[type='radio']:disabled,
.wpcf7 .wpcf7-radio .uk-checkbox:disabled {
  background-color: #f8f8f8;
  border-color: #e5e5e5;
}
.wpcf7 .wpcf7-radio input[type='radio']:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.wpcf7 button[type="submit"],
.wpcf7 input[type="submit"] {
  font-family: "Inconsolata";
  font-size: 18px;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  position: relative;
  background-color: transparent;
  border: 2px solid #3B3B3B;
  border-radius: 0;
  padding: 19px 46px;
  color: #3B3B3B;
}
.wpcf7 button[type="submit"]:hover,
.wpcf7 input[type="submit"]:hover {
  cursor: pointer;
}
input[type='checkbox'] {
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: solid 2px #1F1F1E;
  border-radius: 0;
}
input[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3Csvg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11.4 21.5-5.93-5.93-2.01 2.01 7.94 7.94 17.1-17.1-2.01-2.01z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: 80% 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1F1F1E;
}
.wpcf7-validation-errors,
.wpcf7-validation-errors,
.wpcf7-acceptance-missing,
.wpcf7-not-valid-tip {
  color: red !important;
  border: 0 !important;
  margin: 0 !important;
  display: block;
  font-size: 14px;
}
.captcha-image {
  border: none !important;
  background-color: #33CC0033;
  margin-bottom: 5px;
}
.wpcf7-response-output {
  margin-top: 18px;
}
@media screen and (min-width: 960px) {
  .wpcf7-response-output {
    width: 50%;
    margin-left: calc(50% + 35px);
  }
}
.wpcf7-acceptance .wpcf7-list-item,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row {
  margin: 0 !important;
}
.wpcf7-acceptance .wpcf7-list-item label,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.wpcf7-acceptance .wpcf7-list-item label input,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row label input {
  margin-top: 5px;
  margin-right: 8px;
}
.screen-reader-response {
  display: none;
}
.desktop-nav .uk-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.desktop-nav .uk-nav a {
  color: #1F1F1E;
  font-size: 25px;
  text-transform: uppercase;
}
.desktop-nav .uk-nav .uk-active a,
.desktop-nav .uk-nav a:hover {
  color: #1F1F1E;
  font-family: "Inconsolata";
  font-weight: 400;
  border-bottom: 6px solid black;
}
.mobile-nav {
  background-color: white;
  border-bottom: solid 1px #1F1F1E;
}
#navmenu {
  background-color: white;
  z-index: 4;
}
#navmenu .nav-logo {
  position: absolute;
  top: 80px;
  left: 20%;
  width: 241px;
  height: 122px;
  z-index: 5;
}
#navmenu .navcontent {
  height: 100vh;
  padding: 150px 15px 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#navmenu ul {
  text-align: center;
}
#navmenu .uk-nav li {
  margin-bottom: 60px;
}
#navmenu a {
  color: #1F1F1E;
  font-size: 25px;
  font-family: "Inconsolata";
  font-weight: 400;
  display: inline-block;
  padding: 0;
  text-transform: uppercase;
}
#navmenu .uk-active a:not(.child),
#navmenu a:hover {
    border-bottom: 6px solid black;
}
#navmenu .uk-nav-sub {
  padding: 0 0 0 54px;
}
#navmenu .uk-nav-sub a {
  font-size: 20px;
}
#navmenu .searchform input {
  width: 80%;
}
#navmenu .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
#navmenu .info .language {
  width: 36px;
  height: 36px;
  margin-top: 4px;
  margin-right: 40px;
}
#navmenu .info .cart {
  width: 35px;
  height: 35px;
}
@media screen and (max-height: 790px) {
  #navmenu .uk-nav li,
  #navmenu .searchform {
    margin-bottom: 40px;
  }
}
.hd-search-submit {
  border: 0;
  background: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 6px;
  padding-right: 6px;
}
.hd-search-submit:hover {
  cursor: pointer;
}
.hd-search-submit img {
  width: 25px;
}
.uk-search-input {
  color: #1F1F1E;
  height: 40px !important;
  font-size: 20px !important;
/*  width: 16vw;*/
  width: 28vw;
  max-width: 350px;
}
input[type='search'] {
  display: inline-block;
  text-overflow: ellipsis; 
}


/*@media screen and (max-width: 1199px) {
  .uk-search-input {
    width: 25vw;
  }
}
@media screen and (min-width: 1600px) {
  .uk-search-input {
    width: 10vw;
  }
}*/
.uk-search-input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C7C7C7;
  opacity: 1;
  /* Firefox */
}
.uk-search-input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C7C7C7;
  opacity: 1;
  /* Firefox */
}
.uk-search-input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C7C7C7;
  opacity: 1;
  /* Firefox */
}
.uk-search-input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C7C7C7;
  opacity: 1;
  /* Firefox */
}
.uk-search-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C7C7C7;
  opacity: 1;
  /* Firefox */
}
.uk-search-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #C7C7C7;
}
.uk-search-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #C7C7C7;
}
.uk-search {
  border: solid 1px #1F1F1E;
}
.search-container .search-title {
  font-size: 35px;
}
.search-container a {
  display: inline-block;
  border-bottom: 6px solid black;
  margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
  .search-container .search-title {
    font-size: 26px;
  }
}
.lisiting-product {
  border: solid 1px #1F1F1E;
}
.lisiting-product a {
  text-decoration: none;
  position: relative;
  display: block;
}
.lisiting-product .image img {
  width: 100%;
  aspect-ratio: 0.65853659;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lisiting-product .productinfo {
  border-top: solid 1px #1F1F1E;
  background-color: white;
}
.lisiting-product .title {
  font-weight: 700;
  padding: 22px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lisiting-product .shortdescription {
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
}
.lisiting-product .shortdescription .woocommerce-product-details__short-description {
  padding: 0 14px 22px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .lisiting-product .image {
    padding-bottom: 71px;
  }
  .lisiting-product .productinfo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .lisiting-product .shortdescription {
    max-height: 0;
  }
}
.extended-lisiting {
  width: 100%;
  position: relative;
}
.extended-lisiting .content {
  padding: 50px 0;
}
@media screen and (min-width: 960px) {
  .extended-lisiting .content {
/*    height: 1200px;*/
/*    height: 800px;*/
height: auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.extended-lisiting .content .parallaximage img{
  max-width: 450px;
  max-height: 780px;
}
@media screen and (min-width: 960px) {
  .extended-lisiting .content .lisiting-product {
    width: 302px;
    height: auto;
  }
}
.extended-lisiting .content .image-left {
  position: absolute;
/*  top: 0;*/
/*  top: -180px;*/
  top: -360px;
  right: 370px;
  z-index: 3;
}
.extended-lisiting .content .image-left.preview {
/*    right: 570px;*/
  right: 48%;;
}
.extended-lisiting .content .image-center {
  position: absolute;
/*  top: 150px;*/
  top: -290px;
  right: 100px;
  z-index: 1;
}
.extended-lisiting .content .image-center.preview {
/*    right: 300px;*/
  right: 27%;
}
.extended-lisiting .content .image-right {
  position: absolute;
/*  top: 500px;*/
  top: -140px;
  right: 0px;
  z-index: 2;
}
.extended-lisiting .content .image-right.preview  {
/*    right: 200px;*/
  right: 16%;
}
.extended-lisiting .quote {
  margin-bottom: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.extended-lisiting .quote h3 {
  max-width: 660px;
  width: 100%;
  font-size: 51px;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 959px) {
  .extended-lisiting .quote h3 {
    font-size: 33px;
  }
}
.single-product {
  margin-bottom: 50px;
}
.single-product .product-images {
  border: solid 1px #1F1F1E;
}
.single-product .product-images .uk-slider-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 0.65593785;
}
.single-product .product-images img {
  width: 100%;
}
.single-product .product-images .slider-dots {
  position: absolute;
  bottom: 20px;
  left: 10px;
  width: 100%;
}
.single-product .product-images .slider-dots a {
  width: 26px;
  height: 26px;
  border-color: #1F1F1E;
  background-color: white;
}
.single-product .product-images .slider-dots .uk-active a {
  background-color: #1F1F1E;
}
.single-product .product_title {
  display: block;
  border: solid 1px #1F1F1E;
  padding: 38px 45px;
}
.single-product .product-content {
  font-size: 28px;
  font-weight: 400;
}
.single-product .product-content .price {
  margin-top: 38px;
  margin-bottom: 24px;
}
.single-product .product-content table.variations td,
.single-product .product-content table.variations th {
  display: block;
}
.single-product .product-content table.variations .label {
  text-align: left;
}
.single-product .product-content table.variations .label label {
  font-size: 28px;
  font-weight: 400;
}
.single-product .product-content .reset_variations {
  display: none !important;
}
.single-product .product-content .woocommerce-variation-add-to-cart {
  margin-top: 60px;
  margin-bottom: 35px;
}
.single-product .product-content .margin-bottom {
  margin-bottom: 35px;
}
.single-product .product-content .single_add_to_cart_button {
  padding: 15px 24px;
  color: white;
  background-color: #1F1F1E;
  border: solid 1px #1F1F1E;
  font-size: 32px;
  font-weight: 400;
  font-family: 'Inconsolata';
  display: block;
}
.single-product .product-content .single_add_to_cart_button:hover {
  color: #1F1F1E;
  background-color: white;
}
@media screen and (min-width: 960px) {
  .single-product .product-content {
    padding-left: 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 200px;
  }
  .single-product .product-content .woocommerce-variation-add-to-cart {
    margin-top: 96px;
    margin-bottom: 60px;
  }
  .single-product .product-content .margin-bottom {
    margin-bottom: 60px;
  }
}
.product-count {
  margin-bottom: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: solid 1px #1F1F1E;
}
.product-count span {
  width: 40px;
  text-align: center;
}
.product-count span:hover {
  cursor: pointer;
  background-color: #1F1F1E;
  color: white;
}
.product-count input {
  width: 40px;
  height: 100%;
  text-align: center;
  display: block;
  border-bottom: unset;
  border-top: unset;
  border-left: solid 1px #1F1F1E;
  border-right: solid 1px #1F1F1E;
}
.shop-button {
  padding: 15px 24px;
  color: white;
  background-color: #1F1F1E;
  border: solid 1px #1F1F1E;
  font-size: 32px;
  font-weight: 400;
  font-family: 'Inconsolata';
  display: block;
}
.shop-button:hover {
  color: #1F1F1E;
  background-color: white;
}
.shop-cart {
  margin-top: 40px;
}
.shop-cart thead {
  border-top: solid 1px #1F1F1E;
  border-bottom: solid 1px #1F1F1E;
}
.shop-cart th {
  font-size: 18px;
  font-weight: 700;
  color: #1F1F1E;
}
.shop-cart td {
  vertical-align: inherit;
}
.shop-cart .product-remove a {
  font-size: 30px;
}
.shop-cart .shop_table td {
  padding: 38px 12px;
}
.shop-cart .line {
  border-bottom: solid 1px #1F1F1E;
}
.shop-cart .line td {
  height: 20px;
}
.shop-cart .order-total td,
.shop-cart .order-total strong {
  font-size: 18px;
  font-weight: 400;
  color: #1F1F1E;
}
.shop-cart .decrease,
.shop-cart .increase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop-cart .product-count input {
  border-top: none;
  border-bottom: none;
}
.wc-proceed-to-checkout {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.wc-proceed-to-checkout a {
  padding: 15px 24px;
  color: white;
  background-color: #1F1F1E;
  border: solid 1px #1F1F1E;
  font-size: 32px;
  font-weight: 400;
  font-family: 'Inconsolata';
  display: block;
}
@media (max-width:600px) {
  .wc-proceed-to-checkout a {
    font-size: 28px;
  }
}
.wc-proceed-to-checkout a:hover {
  color: #1F1F1E;
  background-color: white;
}
.return-to-shop {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.return-to-shop a {
  padding: 15px 24px;
  color: white;
  background-color: #1F1F1E;
  border: solid 1px #1F1F1E;
  font-size: 32px;
  font-weight: 400;
  font-family: 'Inconsolata';
  display: block;
}
.return-to-shop a:hover {
  color: #1F1F1E;
  background-color: white;
}
.woocommerce-checkout .select2-container {
  max-width: 460px;
  border: solid 1px #1F1F1E;
  padding: 10px 6px;
}
.woocommerce-checkout .select2-container .select2-selection {
  border: unset;
}
.woocommerce-checkout .select2-container .select2-selection__rendered {
  padding-left: 0;
  background-image: url(/_res/themes/miny/_res/img/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 99% 53%;
  background-size: 16px;
}
.woocommerce-checkout .select2-container .select2-selection__arrow b {
  display: none;
}
.woocommerce-checkout .select2-container.select2-container--open .select2-selection__rendered {
  background-image: url(/_res/themes/miny/_res/img/arrow-up.svg);
}
.woocommerce-checkout #customer_details,
.woocommerce-checkout .woocommerce-checkout-review-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout .woocommerce-checkout-review-order .col-1,
.woocommerce-checkout #customer_details .col-2,
.woocommerce-checkout .woocommerce-checkout-review-order .col-2,
.woocommerce-checkout #customer_details .woocommerce-checkout-payment,
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
  width: 100%;
  max-width: 460px;
}
.woocommerce-checkout #payment {
  margin-top: 20px;
}
.woocommerce-checkout #customer_details h3 {
  margin-bottom: 52px;
}
.woocommerce-checkout button#place_order {
  margin-top: 48px;
  margin-left: 30px;
  padding: 15px 24px;
  color: white;
  background-color: #1F1F1E;
  border: solid 1px #1F1F1E;
  font-size: 32px;
  font-weight: 400;
  font-family: 'Inconsolata';
  display: block;
}
.woocommerce-checkout button#place_order:hover {
  color: #1F1F1E;
  background-color: white;
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error {
  width: 100%;
  max-width: 460px;
  margin-bottom: 40px;
}
.woocommerce-checkout abbr {
  text-decoration: none !important;
}
.woocommerce-checkout .mandatory {
  margin-bottom: 15px;
}
.select2-search {
  padding: 10px 6px;
}
.woocommerce-message {
  display: block;
  border: 1px solid #1F1F1E;
  padding: 14px 25px;
  margin-bottom: 30px;
  font-size: 28px;
  text-align: center;
}
.woocommerce-message a {
  display: block;
}
.woocommerce-message .button.wc-forward.wp-element-button {
  display: none;
}
.woocommerce-invalid-required-field input {
  border: red solid 1px;
}
ul {
  list-style-type: "- "; 
}
