/*
Theme Name: Entre Child
Theme URI: http://entre.mikado-themes.com
Description: A child theme of Entre Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: entre
Template: entre
*/

h1 {
  font-size: 38px;
}
h4 {
  font-size: 14px;
}
.mkd-image-with-text-holder .mkd-iwt-title {
  text-align: center;
}
/**
 * Side area
 */
#media_image-2 {
  margin-top: 100px;
}
/* h4.mkd-product-list-title { */
/*   font-size: 14px; */
/* } */
.mkd-main-menu>ul>li>a {
  padding: 0 16px!important;
}
@media (max-width: 1300px) {
  .mkd-main-menu>ul>li>a {
    font-size: 13px!important;
    padding: 0 10px!important;
  }
}
@media (max-width: 1200px) {
  .mkd-main-menu>ul>li>a {
    font-size: 12px!important;
    padding: 0 4px!important;
  }
}
/* @media (min-width: 997px) { */
/*   .mkd-main-menu >ul { */
/*     margin-left: 100px!important; */
/*   } */
/* } */
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}
.flexslider {
  border: none;
  box-shadow: none;
}

/**
 * Shop page
 */
.shop-notice {
  background: #f3e6e4;
  font-size: 17px;
  text-align: center;
  padding: 15px;
  margin-bottom: 30px;
}
.shop-notice .widget {
  margin: 0;
}
.woocommerce-loop-category__title {
  text-align: center;
}
#gift-wrap-checkbox .form-row {
  width: 100%;
}

/**
 * Instagram Carousel
 */
#sb_instagram {
  display: none !important;
}
#instagram-carousel-wrapper {
  position: relative;
  overflow: hidden;
}
#instagram-carousel-wrapper:hover .carousel-nav li {
  background: rgba(0, 0, 0, 0.9)!important;
}
ul.carousel {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.carousel li {
  position: relative;
  width: 100%;
  margin: 10px;
}
.carousel .caption {
  /* display: none; */
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* margin: 0 auto; */
  padding: 25px;
  background: rgba(0, 0, 0, .8);
  color: #fff;
  /* text-align: center; */
  /* vertical-align: middle; */
  opacity: 0;
  visibility: hidden;
  transition: .6s;
  z-index: 9;
}
.carousel .caption p {
  display: flex;
  margin: auto;
  text-align: center;
  max-height: 100%;
  width: 100%;
  /* position: relative; */
  /* top: 32%; */
  line-height: 1.2;
  font-size: 15px;
}
.carousel li:hover .caption {
  /* display: block; */
  opacity: 1;
  visibility: visible;
}
/* .carousel-nav { */
/*   position: absolute; */
/*   bottom: 0; */
/*   left: 0; */
/* } */
.carousel-nav li {
  list-style: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  width: 25px;
  height: 50px;
  line-height: 52px;
  text-align: center;
  background: rgba(0, 0, 0, 0)!important;
  transition: .3s;
  cursor: pointer;
  z-index: 999;
}
.carousel-nav .prev {
  position: absolute;
  left: 0;
  bottom: 45%;
}
.carousel-nav .next {
  position: absolute;
  right: 0;
  bottom: 45%;
}
@media (max-width: 1024px) {
  .carousel .caption p {
    /* position: relative; */
    /* top: 5%; */
    /* padding: 0px; */
  }
}
@media (max-width: 767px) {
  .carousel .caption p {
    /* position: relative; */
    /* top: 2%; */
  }
}
/* ul.carousel { */
/*   margin: 0; */
/*   padding: 0; */
/* } */
/* .slick-prev, .slick-next { */
/*   z-index: 999; */
/* } */
/* .slick-prev { */
/*   left: 25px!important; */
/* } */
/* .slick-next { */
/*   right: 25px!important; */
/* } */

.shopping-bag {
  position: relative;
  top: -1px;
  font-size: 18px;
}

@media (max-width: 767px) {
  #cookie-law-info-bar {
    top: 0!important;
    bottom: unset!important;
  }
}
