/*!
Theme Name: midori
Author: midori
Author URI: https://www.midori.lu/
Text Domain: vinoart
Version: 1.0

*/

@font-face {
  font-family: 'Maven';
  src: url('assets/fonts/mavenprolight-300-webfont.eot');
  src: url('assets/fonts/mavenprolight-300-webfont.eot?#iefix') format('embedded-opentype'),
       url('assets/fonts/mavenprolight-300-webfont.woff') format('woff'),
       url('assets/fonts/mavenprolight-300-webfont.ttf') format('truetype'),
       url('assets/fonts/mavenprolight-300-webfont.svg#maven_pro_light_300regular') format('svg');
  font-weight: 300;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@700&display=swap');

body {
  font: 300 16px/20px 'Maven', sans-serif;
  background: #c8c8c8;
}

/* Links */
a {
  color: #000;
}
a:hover {
  color: #bbb;
}
a:active {
  color: #666;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}

strong, b {
  font-family: 'Maven Pro', sans-serif;
}


/* Form */
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text,
button, input, optgroup, select, textarea {
  padding-top: 4px;
  padding-bottom: 4px;
  border-width: 1px;
  line-height: 20px;
  border-radius: 5px;
}


nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin: 0 0 0.5em;
}
h1 {
    font-size: 2em;
    line-height: 1em;
}
h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 1.6em;
}
h4 {
    font-size: 1.4em;
}
h5 {
    font-size: 1.2em;
}
h6 {
    font-size: 1em;
}

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


.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.button, #wp-submit {
  display: block;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  padding: 5px 15px !important;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  background-color: #000 !important;
  border: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
a:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  color: #bbb;
}


@media (min-width: 900px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 940px;
      max-width: 964px;
  }
  .container.p-0, .container-lg.p-0, .container-md.p-0, .container-sm.p-0, .container-xl.p-0 {
      max-width: 940px;
  }
}

/* Header */
header.site-header {
  background-color: #ffffff;
}

/* LOGO */
#logo {
  display: block;
  position: absolute;
  top: -10px;
  left: 12px;
  width: 190px;
  height: 120px;
  z-index: 99;
}

/*==========================================================================
Menus
==========================================================================*/
.top-menu {
  position: absolute;
  top: 0;
  right: 12px;
}
.bottom-menu {
  order: 5;
}
.toogle-dropdown {
  display: none;
}

nav.main-navigation {
  padding: 10px 0;
}

@media (min-width: 992px) {
  nav.main-navigation > .container {
    height: 70px;
    align-items: flex-end;
    /* padding: 0 !important; */
  }
  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
  }
}
/* .menu-wrapper {
  margin-left: auto;
} */
#sub-nav {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
#sub-nav li {
  margin: 0 10px;
}
#sub-nav li a#basket {
  display: block;
  height: 20px;
  width: 26px;
  background: url("assets/images/icon_basket.png") no-repeat;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
#mini-cart-count > span {
  display: inline-block;
  font-family: Arial;
  /* font-weight: 900; */
  width: 5px;
  height: 10px;
  font-size: 7px;
  background: #000;
  text-align: center;
  color: #ffffff;
  width: 13px;
  height: 13px;
  line-height: 13px;
  border-radius: 50%;
  position: relative;
  top: -7px;
  right: -17px;
}
ul.menu li a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  color: #bbb;
}
#nav li {
  position: relative;
  margin: 0 20px;
}
#sub-nav li:last-child,
#nav li:last-child {
  margin-right: 0;
}
ul.menu li a:hover,
ul.menu li.current_page_item a,
ul.menu li.current_page_ancestor > a {
  color: #000;
}
ul.menu li.current_page_item,
ul.menu li.current_page_ancestor {
  border-bottom: 1px solid #000;
}

@media (min-width: 992px) {
  /* Sub-menu */
  ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
  }
  ul.sub-menu {
    list-style: none;
    position: absolute;
    padding: 15px 20px;
    z-index: 10;
    top: 100%;
    top: calc(100% + 7px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 214px;
    box-shadow: 0px 13px 25px rgb(0 0 0 / 16%);
    -webkit-box-shadow: 0px 13px 25px rgb(0 0 0 / 16%);
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    background: #000;
    padding: 10px;
    min-width: inherit;
  }
  #nav ul.sub-menu li {
    margin: 0;
    margin-bottom: 5px;
    white-space: nowrap;
  }
  #nav ul.sub-menu li:last-child {
    margin-bottom: 0;
  }
  #nav ul.sub-menu li a {
    color: #fff;
    font-size: 14px;
    text-transform: none;
    padding: 0;
    margin: 0;
    display: block;
    text-decoration: none;
    font-weight: 400;
  }
  #nav ul.sub-menu li a:hover,
  #nav ul.sub-menu li a:focus,
  #nav ul.sub-menu li.current-menu-item a {
    color: #bbb;
  }
  /* #nav ul.sub-menu li.current-menu-item a {
    text-decoration: underline;
  } */

  li.menu-item-has-children:hover ul.sub-menu, li.menu-item-has-children:focus-within ul.sub-menu, li.menu-item-has-children.open ul.sub-menu, li.menu-item-has-children.focus ul.sub-menu {
    opacity: 1;
    visibility: visible;
  }
}


/* CONTENT */
#main {
  min-height: 500px;
  background: #c8c8c8;
  background: -moz-linear-gradient(top,  #f1f1f1 0px, #e5e5e5 240px, #f5f5f5 260px, #c8c8c8 500px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,#f1f1f1), color-stop(240px,#e5e5e5), color-stop(280px,#f5f5f5), color-stop(500px,#c8c8c8));
  background: -webkit-linear-gradient(top,  #f1f1f1 0px,#e5e5e5 240px,#f5f5f5 260px,#c8c8c8 500px);
  background: -o-linear-gradient(top,  #f1f1f1 0px,#e5e5e5 240px,#f5f5f5 260px,#c8c8c8 500px);
  background: -ms-linear-gradient(top,  #f1f1f1 0px,#e5e5e5 240px,#f5f5f5 260px,#c8c8c8 500px);
  background: linear-gradient(to bottom,  #f1f1f1 0px,#e5e5e5 240px,#f5f5f5 260px,#c8c8c8 500px);
  background-position: fixed;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#c8c8c8',GradientType=0 );
  padding-bottom: 110px;
}
#main {
  padding: 75px 0 110px;
}

#content {
  background-color: #fff;
  padding: 30px 60px;
}


/*==========================================================================
Startseite
==========================================================================*/
.slider-container {
  position: relative;
}
#home-slider {
  position: relative;
  z-index: 1;
}
#home-slider img {
  display: block;
  max-height: 483px;
}
#home-slider .description {
  margin-bottom: 40px;
}
#home-slider .description h1,
#home-slider .description h2 {
  margin: 0;
  font-size: 3em;
  line-height: 1em;
}
#home-slider .description h2 {
  font-style: italic;
}
#home-slider .description p {
  margin: 2em 0 0;
}
#home-slider .info {
  position: absolute;
  right: 0;
  bottom: 10%;
  bottom: 40px;
  width: 150px;
  text-align: right;
}
#home-slider .info h1 {
  font-size: 1.4em;
  margin: 0;
}
#home-slider .info p {
  margin: 0 0 1em;
}
/* #home-slider .info a {
  display: block;
  float: right;
} */
.swiper-pagination {
  /* position: static;
  text-align: left;
  border-top: 1px solid #000;
  padding-top: 10px;
  margin-bottom: 20px;
  margin-top: 20px; */

  position: absolute;
  text-align: left;
  border-top: 1px solid #000;
  padding-top: 10px;
  bottom: -31px !important;
}
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #000;
}
.swiper-pagination-bullet-active {
  background: #000;
}
.swiper-button-next, .swiper-button-prev {
  /* top: calc(50% - 31px); */
  color: #000 !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: -60px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: -60px;
}


/*==========================================================================
Über VinoArt
==========================================================================*/

#vino-top {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#vino-top .content {
  max-width: 600px;
  margin-bottom: 40px;
}
#vino-top .content h1 {
  font-size: 3em;
  /* margin: 2em 0 0.2em; */
  margin-bottom: 0.2em;
}
#vino-top .content h2 {
  margin-bottom: 2em;
}
#vino-top img {
  max-width: 250px;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  #vino-top .content {
    margin-bottom: 0;
  }
  #vino-top img {
    margin-left: auto;
    margin-right: 0;
  }
}


/*==========================================================================
Verleih
==========================================================================*/

#verleih-top {
  position: relative;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#verleih-top img {
  display: block;
  margin: 0 auto;
}
#verleih-top .content {
  margin-bottom: 40px;
}
#verleih-top .content h1 {
  font-size: 3em;
}
@media screen and (min-width: 992px) {
  #verleih-top img {
    margin-left: auto;
    margin-right: 0;
  }
  #verleih-top .content {
    margin-bottom: 0;
  }
}





/*==========================================================================
Woocommerce
==========================================================================*/
.woocommerce-account .addresses .title h3,
.woocommerce-account .addresses .title .edit {
  float: none;
}
.woocommerce-account .addresses .title .edit {
  margin-bottom: 10px;
  display: inline-block;
}

/*==========================================================================
Shop
==========================================================================*/
#topseller h1 {
  font-size: 3em;
}
#topseller img {
  max-height: 400px;
  width: auto;
  display: block;
  margin: 0 auto;
}
#topseller .content .price {
  font-size: 1.2em;
}
@media screen and (min-width: 992px) {
  #topseller .content {
    margin-bottom: 0;
  }
  #topseller img {
    margin-left: auto;
    margin-right: 0;
  }
}
.woocommerce-info:last-child {
  margin-bottom: 0;
}

.woocommerce span.onsale {
  top: 0;
  left: 0;
  margin: 0 !important;
  border-radius: 0;
  padding: 5px 10px;
  min-width: auto;
  min-height: auto;
  line-height: 1.5;
  background: #000;
  color: #fff;
}

/* Shop Loop */
body.woocommerce-shop ul.products {
  padding-top: 20px;
}

/* Loop product */
.woocommerce ul.products li.product {
  text-align: center;
  padding-bottom: 15px;
  box-shadow: 0px 0px 2px rgb(0 0 0 / 10%);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price {
  padding: 0 15px;
}
.woocommerce ul.products li.product:hover {
  box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: inline-block;
}
/* .woocommerce ul.products li.product a:hover {
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
} */
/* .woocommerce ul.products li.product a:hover h2 {
  text-decoration: underline;
} */
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 10px 0 10px;
  padding-top: 10px;
  /* border-top: 1px solid #000; */
  color: #000;
}
.woocommerce ul.products li.product .price {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  color: #999;
}
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
  top: inherit;
}

/*==========================================================================
Single Produkt
==========================================================================*/
.woocommerce div.product::after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce div.product div.images {
  margin-bottom: 0;
}
.woocommerce div.product div.images .flex-viewport {
  border: 1px solid rgba(0,0,0,.1);
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 20%;
  /* border: 1px solid rgba(0,0,0,.1); */
} 
.woocommerce-product-gallery .flex-control-thumbs li:nth-child(4n+1) {
  clear: none;
}
.woocommerce-product-gallery .flex-control-thumbs li:nth-child(5n+1) {
  clear: left;
}
.woocommerce div.product div.summary {
  margin-bottom: 0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #000;
  font-weight: bold;
  font-size: 24px;
}
.single-product .product_meta > span {
  display: block;
}

/* Variations */
.single-product .product-type-variable .summary > .price {
  display: none;
}
.single-product .woocommerce-variation-add-to-cart  {
  margin-top: 1rem;
}
.single-product .variations .label,
.single-product .variations .reset_variations {
  display: block;
}
.woocommerce div.product form.cart .variations label {
  font-weight: normal;
  margin-bottom: 5px;
}
.single-product .variations .reset_variations {
  color: #f62222;
  font-size: 80%;
}
.woocommerce-variation-description {
  font-size: 70%;
  opacity: .8;
}

/* Price */
.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  font-size: 70%;
  opacity: 0.5;
  color: #999;
}
.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  text-decoration: none;
}

/* Short Description */
.woocommerce div.product .product_meta+.woocommerce-product-details__short-description {
  margin-top: 1rem;
}

/* Tabs */
.summary.entry-summary + .woocommerce-tabs {
  padding-top: 3rem;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-color: #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: transparent;
  margin: 0;
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-color: #000;
  background-color: rgba(0,0,0,.025);
  background-color: #000;
  color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus {
  outline: none;
}

/* Related Products */
.woocommerce div.product .related.products {
  padding-top: 3rem;
  clear: both;
}


/*==========================================================================
Warenkorb
==========================================================================*/
.woocommerce a.remove {
  line-height: 20px;
}


/*==========================================================================
Mein Konto
==========================================================================*/
.woocommerce-MyAccount-navigation {
  margin-bottom: 20px;
}
.woocommerce-MyAccount-navigation li {
  margin-bottom: 5px;
}
.woocommerce-MyAccount-navigation li a {
  text-decoration: none;
}
.woocommerce-MyAccount-navigation li.is-active a {
  font-weight: 900;
  text-decoration: underline;
}

/*==========================================================================
Checkout
==========================================================================*/
.woocommerce-form-coupon-toggle {
  margin-bottom: 30px;
}

/*==========================================================================
Kontakt
==========================================================================*/
iframe {
  margin-top: 20px;
  max-width: 100%;
}


/*==========================================================================
Footer
==========================================================================*/
#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 54px;
  background: #000;
  z-index: 5;
}

#footer ul {
  padding-top: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
}

#footer li {
  display: inline;
  padding: 0 10px;
  font-size: 16px;
}

#footer li:not(:last-child) {
  border-right: 1px solid #bbb;
}

#footer a {
  color: #bbb;
  text-decoration: none;
}




@media (max-width: 1200px) {
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -30px;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -30px;
  }
}
@media (max-width: 991px) {
  #logo {
    position: static;
    width: auto;
    height: auto;
    order: 0;
  }
  #logo img {
    height: 50px;
  }
  .top-menu {
    position: static;
    order: 1;
  }
  .navbar-toggler {
    order: 2;
  }
  #nav {
    margin-top: 10px;
  }
  #nav li {
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
  }
  /* #nav li.active {
    background: rgba(0,0,0,.1);
  } */
  #nav li:last-child {
    border-bottom: 0;
  }
  #nav li a {
    display: block;
    padding: 5px;
  }
  #nav > li > a {
    font-size: 17px;
  }
  .toogle-dropdown {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background: rgba(0,0,0,0.1);
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    border: 0;
    border-radius: 0;
  }
  ul.sub-menu {
    display: none;
    /* background: rgba(0,0,0,.1); */
  }
  ul.sub-menu li a {
    font-size: 14px;
    color: #999;
  }
  #nav ul.sub-menu li a:hover,
  #nav ul.sub-menu li a:focus,
  #nav ul.sub-menu li.current-menu-item a {
    color: #000;
  }
  
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
  }

  #vino-top .content h2 {
    margin-bottom: 1em;
  }
}

@media (max-width: 768px) {
  #content {
    padding: 15px 15px;
  }

  #home-slider .description h1, #home-slider .description h2,
  #vino-top .content h1,
  #verleih-top .content h1,
  .content h1 {
    font-size: 2em;
  }
  #home-slider .description p {
    margin-top: 1.25em;
  }
  #home-slider img {
    margin: 0 auto 20px;
  }
  #home-slider .info {
    position: static;
    margin-bottom: 20px;
    text-align: right;
    width: auto;
  }


  .woocommerce div.product div.images {
    margin-bottom: 2em;
  }
}

@media (max-width: 568px) {
  #main {
    padding: 40px 0 40px;
  }

  .contact-link {
    display: none;
  }

  #topseller {
    display: none;
  }

  #footer {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    height: auto;
  }

  #footer ul {
    padding: 10px 0;
    display: block;
  }
}
@media (max-width: 480px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }
}