@font-face {
  font-family: "Madera-light";
  src: url("./src/fonts/Madera-Light.woff2") format("woff2"),
    url("./src/fonts/Madera-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Madera-bold";
  src: url("./src/fonts/Madera-Bold.woff2") format("woff2"),
    url("./src/fonts/Madera-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

#wpadminbar {
  overflow: hidden;
}

body {
  padding-top: 189px;
  background: white;
  overscroll-behavior: none;
  transition: padding 0.3s ease;
  font-family: "Madera-light", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
}

/* @media screen and (max-width: 900px) {
  body {
    padding-top: 177px;
  }
} */

.woo-details .outofstocknotifyme .custom_message {
  color: #7e7e7e;
}
.woo-details form.cart .wc-points-rewards-product-message {
  margin: 1rem 0 2rem 0;
}

header div.container {
  width: 70%;
  margin: 0 auto;
}

#payment .button,
#payment .woo-details .notifymeptag input[type="submit"],
.woo-details .notifymeptag #payment input[type="submit"],
.button,
.woo-details .notifymeptag input[type="submit"],
button {
  background: #7e7e7e;
  border: 0.1rem solid #7e7e7e;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 3.8rem;
  padding: 0 3rem;
  opacity: 0.9;
  border-radius: 30px;
}

#payment .button:hover,
#payment .woo-details .notifymeptag input[type="submit"]:hover,
.woo-details .notifymeptag #payment input[type="submit"]:hover,
.button:hover,
.woo-details .notifymeptag input:hover[type="submit"],
.button:focus,
.woo-details .notifymeptag input:focus[type="submit"],
button:hover,
button:focus {
  background: #262626;
  border-color: #262626;
  color: #ffffff !important;
  outline: 0;
  opacity: 0.7;
}

.woocommerce-pagination .page-numbers:hover,
.content-layouts .layouts ul li:before {
  color: #262626;
}

.cart-contents .in-cart {
  background: #262626;
}

.link {
  color: #262626;
  border-bottom: 0.1rem solid currentColor;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 3.8rem;
  padding: 0 3rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0 auto;
  text-decoration: none;
  font-family: "Madera", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2.5px;
  line-height: 33px;
  text-align: center;
  padding: 0px 0px;
}

.link:hover {
  opacity: 0.5;
}

.title-bar .page-title {
  display: block;
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.title-bar .page-title span {
  flex-shrink: 0;
  padding-right: 10px;
  opacity: 0.9;
  color: #262626;
}

.title-bar .page-title:after {
  content: "";
  display: block;
  border-bottom: 3px solid #262626;
  width: 100%;
  opacity: 0.9;
}

/* Header */
.header .shipping-notice {
  background-color: #fbeeec;
}

.header {
  overflow: visible;
}

.header .container {
  padding: 1.5rem 0;
}

div.search {
  width: 300px;
  max-width: 300px;
  border-radius: 12.5px;
  background-color: #f8f8f8;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  flex-shrink: 0;
}

#search-site {
  width: 100%;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  #search-site {
    width: 90%;
    margin: 10px auto;
  }
}

#search-site .site-search {
  margin: 0;
  padding: 5px 5px 10px 10px;
  background-color: #f8f8f8;
  border: none;
  width: 100%;
  outline: none;
  font-family: "Madera-light", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
}

#search-site .site-search:focus {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
  background-color: #f8f8f8;
  color: #262626;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: normal;
}

#search-site button {
  background-color: #f8f8f8;
  border: 0.1rem solid #f8f8f8;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #262626;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 1.5rem 0 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
}

#search-site button:hover {
  color: #ebbad5;
}

.pink-nav-bar {
  background-color: rgba(238, 117, 184, 0.5);
}

#menu-main {
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu-main li {
  margin: 0;
  padding: 2px 20px 6px 20px;
  position: relative;
}

#menu-main li.mega,
#menu-main li.menu-item-has-children {
  padding: 2px 28px 6px 20px;
}

#menu-main li.mega:after,
#menu-main li.menu-item-has-children:after {
  content: " ▾";
  display: block;
  position: absolute;
  top: 2px;
  right: 10px;
  pointer-events: none;
  opacity: 0.4;
}

#menu-main a {
  color: #262626;
  font-weight: normal;
}

#menu-main a:hover {
  opacity: 0.8;
}

.mega-menu {
  width: calc(100% - 2rem);
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  position: absolute;
  bottom: calc(-304px + 34px);
  left: 50%;
  transform: translate(-50%, 0);
  background: white;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s ease;
}

.mega-menu.active,
.mega-menu:hover {
  visibility: visible;
  opacity: 1;
}

.mega-menu a {
  color: #7e7e7e;
  font-size: 13px;
}

.mega-menu a:hover {
  color: #ebbad5;
}

.mega-column {
  padding: 10px 40px 0 40px;
  min-width: 220px;
}

.mega-column-title {
  color: #262626;
  font-weight: bold;
  margin: 0 0 10px 0;
  display: block;
}

.mega-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-menu ul li {
  margin: 0;
}

.mega-menu .pos-2 {
  border-right: 1px solid #f8f8f8;
  border-left: 1px solid #f8f8f8;
}

.mega-menu .pos-2 ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mega-menu .pos-2 ul li {
  width: 40%;
}

.icon-nav-bar {
  background-color: #fbeeec;
}

.header .menu .sub-menu {
  padding: 10px;
  top: 33px;
  z-index: 9999;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s ease;
}

.header .menu .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

.header .menu .sub-menu #menu-icon-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu-icon-menu li {
  margin: 0;
  padding: 2px 20px 6px 20px;
  width: calc(33% - 40px);
  text-align: center;
  position: relative;
}

#menu-icon-menu li:nth-child(2):before,
#menu-icon-menu li:nth-child(2):after {
  content: "|";
  display: block;
  color: #7e7e7e;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 15px;
  position: absolute;
  top: 8px;
}

#menu-icon-menu li:nth-child(2):before {
  left: 0;
}

#menu-icon-menu li:nth-child(2):after {
  right: 0;
}

#menu-icon-menu a {
  width: 70%;
  margin: auto;
}

#menu-icon-menu a {
  font-weight: normal;
  color: rgba(38, 38, 38, 0.79);
  letter-spacing: 1.64px;
  font-size: 10px;
  font-family: "Madera-light", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}

#menu-icon-menu a:hover {
  color: #7e7e7e;
}

#menu-icon-menu .shipping a {
  background: url(./images/shipping.svg) left center no-repeat;
  padding-left: 30px;
}

#menu-icon-menu .rewards a {
  background: url(./images/rewards.svg) left center no-repeat;
  padding-left: 20px;
}

#menu-icon-menu .recommendations a {
  background: url(./images/recommendations.svg) left center no-repeat;
  padding-left: 22px;
}

@media screen and (max-width: 750px) {
  #menu-icon-menu .shipping a,
  #menu-icon-menu .rewards a,
  #menu-icon-menu .recommendations a {
    background: none;
    padding-left: 0;
  }
  #menu-icon-menu li {
    padding: 2px 2px 6px 2px;
    width: calc(33% - 4px);
  }
}
@media screen and (max-width: 550px) {
  #menu-icon-menu .shipping a,
  #menu-icon-menu .rewards a,
  #menu-icon-menu .recommendations a {
    font-size: 8px;
  }
  #menu-icon-menu li {
    padding: 2px 2px 6px 2px;
    width: 33.33%;
  }
  #menu-icon-menu {
    margin: 0;
  }
}

/* Home page */
.home-banner {
  background: white;
  color: #7e7e7e;
  /*height: 700px;*/
}

.home-banner .text-half {
  padding: 9rem;
}

.home-banner .script {
  font-family: "Just Lovely", serif;
  color: rgba(238, 117, 184, 0.7);
  font-size: 8rem;
  letter-spacing: 0;
  line-height: 80px;
}

.home-banner h2 {
  color: #7e7e7e;
  font-family: "Madera", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 3rem;
  line-height: 1.25;
}

.home-banner p {
  color: #7e7e7e;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.1;
  line-height: 1.6;
}

/********************************************changes 31-07-20*******************************************/
.logo {
  margin: 0 4rem 0 0;
}

.split-title .bold {
  max-width: 1107px;
}

.woo-details .single-product .container .flex {
  width: auto !important;
  max-width: 1000px !important;
  margin: 2rem 0 !important;
}

.product-flex .one-half {
  margin: 0;
}

.slick-list {
  margin: 0 25px 0 0;
}
.thumbnails li {
  margin-left: 0 !important;
}

@media (min-width: 1700px) and (max-width: 1920px) {
  /*.header .container {
      width: 100%;
      max-width: 1750px;
  }*/
  .header .container {
    width: 100%;
    max-width: 60%;
  }

  #menu-icon-menu {
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
  }

  section.recommendation div.new-split {
    width: 82%;
  }
}

@media (min-width: 1751px) and (max-width: 1799px) {
  section.recommendation div.new-split {
    width: 80%;
  }

  section.featured-posts div.new-split {
    width: 80%;
  }
}

@media (min-width: 1700px) and (max-width: 1750px) {
  section.recommendation div.new-split {
    width: 77%;
  }

  section.featured-posts div.new-split {
    width: 77%;
  }
}

@media (min-width: 1950px) and (max-width: 1999px) {
  section.recommendation div.new-split {
    width: 95% !important;
  }

  .split-title .bold {
    max-width: 100%;
  }
}

@media (min-width: 1900px) and (max-width: 1950px) {
  section.recommendation div.new-split {
    width: 80% !important;
  }
}

@media (min-width: 1699px) and (max-width: 1899px) {
  /*.header .container {
    width: 100%;
    max-width: 1550px;
}*/
  .header .container {
    width: 100%;
    max-width: 65% !important;
  }

  #menu-icon-menu {
    width: 100%;
    max-width: 65%;
    margin: 0 auto;
  }
}

@media (min-width: 1600px) and (max-width: 1650px) {
  section.recommendation div.new-split {
    width: 83%;
  }
}

@media (min-width: 1600px) and (max-width: 1650px) {
  section.recommendation div.new-split {
    width: 80%;
  }
}

@media (min-width: 1551px) and (max-width: 1599px) {
  section.recommendation div.new-split {
    width: 81% !important;
  }
}

@media (min-width: 1500px) and (max-width: 1550px) {
  section.recommendation div.new-split {
    width: 78% !important;
  }
}

@media (min-width: 1440px) and (max-width: 1599px) {
  /*.header .container {
    width: 100%;
    max-width: 1300px;
}*/
  .header .container {
    width: 100%;
    max-width: 75% !important;
  }

  #menu-icon-menu {
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
  }

  section.recommendation div.new-split {
    width: 78%;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  /*.header .container {
    width: 100%;
    max-width: 1170px;
}*/
  .header .container {
    width: 100%;
    max-width: 80%;
  }

  #menu-icon-menu {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
  }

  section.recommendation div.new-split {
    width: 82%;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  #menu-icon-menu {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
  }

  section.recommendation div.new-split {
    width: 72%;
  }

  section.featured-posts div.new-split {
    width: 72%;
  }

  section.featured-product div.new-split {
    width: 72%;
  }
}

@media screen and (max-width: 750px) {
  .home-banner .script {
    font-size: 80px;
    line-height: 1.2;
  }

  .home-banner h2 {
    font-size: 2.2rem;
    line-height: 1.3;
  }

  .home-banner p {
    font-size: 15px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 500px) {
  .home-banner .script {
    font-size: 60px;
    line-height: 1;
  }

  .home-banner .short {
    width: 100%;
  }
}

.featured-slider .overview-block-product .button,
.featured-slider
  .overview-block-product
  .woo-details
  .notifymeptag
  input[type="submit"],
.woo-details
  .notifymeptag
  .featured-slider
  .overview-block-product
  input[type="submit"],
.overview-block-product .button {
  width: 75%;
  margin: 0 auto 20px auto;
}

.overview-block-product .button {
  width: 70% !important;
  padding-top: 9px;
  padding-bottom: 9px;
  margin: 0 auto 20px auto;
}

.overview-block-product .tinvwl-shortcode-add-to-cart a {
  height: 24px;
  width: 24px;
  top: 6px;
  right: 6px;
  position: relative;
}

.new-split {
  padding: 0;
  margin: 0 auto;
  text-align: left;
  width: 80%;
}

.new-split.wide {
  width: 100%;
}

.new-split .bold {
  display: block;
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.new-split .bold span {
  flex-shrink: 0;
  padding-right: 10px;
  opacity: 0.9;
  color: #262626;
}

.new-split .bold:after {
  content: "";
  display: block;
  border-bottom: 3px solid #262626;
  width: 100%;
  opacity: 0.9;
}

.home .category-link {
  position: relative;
  padding: 0;
}

.home .category-link .parent-categories-img {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
}

.home .category-link .white-overlay {
  position: absolute;
  z-index: 2;
}

.category-link {
  padding: 0 4rem;
  max-height: 600px;
}

.link-cat-0 .white-overlay,
.link-cat-1000 .white-overlay {
  border-radius: 20px 20px 0 0;
  background-color: rgba(255, 255, 255, 0.7);
  color: #262626;
  padding: 30px 40px;
  width: calc(100% - 40px);
}

.link-cat-0 .split-title .script,
.link-cat-1000 .split-title .script {
  color: #7e7e7e;
}

.category-link:nth-child(even) {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.mobile-catlink {
  display: none;
}

.split-title {
  overflow: visible;
}

.split-title .bold {
  font-weight: 700;
}

.link-cat-500 .white-overlay {
  border-radius: 20px 20px 0 0;
  background-color: rgba(255, 255, 255, 0.7);
  color: #262626;
  padding: 30px 40px;
  width: calc(100% - 40px);
}

.featured-categories .white-overlay:hover {
  background-color: rgba(255, 255, 255, 1);
}

.link-cat-500 .split-title .script {
  color: #7e7e7e;
}

@media screen and (max-width: 1130px) {
  .link-cat-0 .white-overlay,
  .link-cat-500 .white-overlay,
  .link-cat-1000 .white-overlay {
    padding: 20px;
  }
}

@media screen and (max-width: 1050px) {
  .link-cat-0 .white-overlay,
  .link-cat-500 .white-overlay,
  .link-cat-1000 .white-overlay {
    padding: 20px;
  }

  .header-sides {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 2rem 0 0;
  }
}

@media screen and (max-width: 830px) {
  .category-link {
    min-height: auto;
    width: 33.33%;
    flex-wrap: nowrap;
  }
  .home .shipping-notice {
    display: none;
  }
  .woo-gallery {
    width: 100%;
    max-width: 550px;
    margin: 20px auto;
  }
}

@media screen and (max-width: 550px) {
  .category-link {
    height: 200px;
    width: 100%;
    flex-wrap: nowrap;
  }

  .home .category-link .parent-categories-img {
    display: none;
  }
  .mobile-catlink {
    display: block;
    background-position: center center !important;
  }
}

.background-wrap {
  background: white;
}

.footer-wrap .footer-wrap-img {
  top: 0;
}

.section.recommendation {
  background: white;
}

.recommendation-block {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 20px auto;
  padding: 40px 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  background: #ffffff url(./images/recommendations.png) left bottom no-repeat;
  background-size: contain;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #7e7e7e;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

.recommendation-archive {
  flex-wrap: wrap;
}

.recommendation-archive .recommendation-block {
  flex-direction: column;
  flex-wrap: wrap;
  width: calc(33.33% - 40px);
  background: white;
  margin: 20px;
}

@media screen and (max-width: 1024px) {
  .recommendation-archive .recommendation-block {
    width: calc(50% - 40px);
  }

  section.recommendation div.new-split {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .recommendation-archive .recommendation-block {
    width: 96%;
    margin: 15px 2%;
  }
}

.recommendation-block .quote {
  height: 226px;
  width: 194px;
  background: url(./images/quote.svg) center top no-repeat;
  flex-shrink: 0;
}

.recommendation-archive .recommendation-block .quote {
  height: 70px;
  width: 70px;
  background: url(./images/quote.svg) center top no-repeat;
}

.recommendation-archive .recommendation-block .link {
  display: none;
}

@media screen and (max-width: 550px) {
  .recommendation-block {
    flex-direction: column;
  }

  .recommendation-block .quote {
    height: 76px;
  }
}

.recommendation-block h4 {
  color: #e8c6b9;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  padding: 40px 0px;
}

.recommendation-block .info {
  color: #7e7e7e;
  font-family: "Madera-light", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
  margin: 12px;
  /*margin: 0px 50px 0 50px;*/
}

/*
section.recommendation .new-split {
    width: 95%;
}*/
/* Blog posts */
.new-post-card {
  overflow: hidden;
  position: relative;
}

.post-archive-image {
  width: 100%;
  height: auto;
}

.new-post-card .post-info {
  position: absolute;
  bottom: 0;
  /*left: 20px;*/
  border-radius: 20px 20px 0 0;
  background-color: rgba(255, 255, 255, 0.7);
  color: #262626;
  padding: 30px 32px;
  width: calc(100% - 50px);
}

.new-post-card:hover .post-info {
  background-color: rgba(255, 255, 255, 1);
}

.subscribe .split-title .script {
  color: #ebbad5;
}

.pagination--numeric li {
  margin-bottom: 0px;
}

@media screen and (max-width: 1050px) {
  .home .recommendation .overview .overview-block,
  .featured-posts .overview .overview-block {
    width: calc(50% - 1rem);
  }
}

@media screen and (max-width: 550px) {
  .home .recommendation .overview .overview-block,
  .featured-posts .overview .overview-block {
    width: calc(80%);
    margin: 1rem auto;
  }
}

@media screen and (max-width: 450px) {
  .home .recommendation .overview .overview-block,
  .featured-posts .overview .overview-block {
    width: calc(98%);
    margin: 0.5rem auto;
  }
}

@media screen and (max-width: 830px) {
  .Subscribe .gform_footer {
    margin-top: 10px;
  }
}

/* popup css */
#popmake-16489 div.popmake-title {
  max-width: 316px;
  opacity: 0.9;
  color: #e8c6b9;
  font-size: 70px;
  line-height: 33px;
}

#popmake-16489 div.pum-content p {
  text-align: center;
  color: #7e7e7e;
  font-family: "Madera-light", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 25px;
  font-weight: 300;
  max-width: 305px;
  width: 90%;
  margin: 0 auto 20px auto;
}

@media screen and (max-width: 550px) {
  #popmake-16489 div.pum-content p {
    font-size: 16px;
  }
}

#popmake-16489 form {
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 550px) {
  #popmake-16489 div.pum-content p {
    font-size: 16px;
  }
}
#popmake-16489 input.gfield_select {
  max-width: 180px;
  height: 40px;
  background-color: #ffffff;
}

#popmake-16489 .pum-container .gform_body ul {
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}

#popmake-16489 .pum-container .gform_body li {
  margin: 0 !important;
}

#popmake-16489 .gform_body li:nth-child(1) {
  width: 40%;
  margin: 0 5px;
}

#popmake-16489 .gform_body li:nth-child(2) {
  width: 60%;
  margin: 0 5px;
}
@media screen and (max-width: 830px) {
  .pum-container .gform_footer {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 550px) {
  #popmake-16489 .gform_body li:nth-child(1),
  #popmake-16489 .gform_body li:nth-child(2) {
    width: 100%;
    margin-bottom: 10px;
  }
  .pum-container .gform_body ul {
    flex-direction: column;
  }
}

#popmake-16489 .ginput_container_select {
  background-color: #ffffff;
  border: 1px solid #dedfdf !important;
}

#popmake-16489 .ginput_container_email {
  border: 1px solid #dedfdf !important;
  background-color: #ffffff;
}

#popmake-16489 .ginput_container_email input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "Madera-light", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  color: #262626;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: 33px;
}

#popmake-16489 .gform_body {
  width: 100%;
}

#popmake-16489 {
  border: none;
}

.pum-container input[type="email"],
.pum-container select,
.Subscribe input[type="email"],
.Subscribe select {
  border-radius: 2px;
}

.pum-container {
  background-image: url(./images/popup.png) !important;
  background-position: left bottom !important;
  min-height: 0 !important;
}
#popmake-16489.pum-container.pum-responsive {
  width: 85%;
  left: 12.5%;
}

.pum-container .pum-title {
  color: #e8c6b9 !important;
}

.pum-container input[type="submit"] {
  margin: 0;
}

/* Blog archive */
.blog-list {
  background: white;
}

/* Footer */
.post-type-archive-product .footer-wrap,
.tax-product_cat .footer-wrap,
.footer-wrap {
  background: #fbedeb url(./images/footer2.png) right top no-repeat;
  background-size: contain;
}

.footer a {
  font-weight: normal;
}

.footer .social_links a:hover,
.copy .container a:hover,
.footer a:hover {
  color: #eca0ca;
}

.reward_pods .container {
  display: block;
}

@media screen and (min-width: 900px) {
  .featured-slider {
    overflow: visible;
    width: 90%;
    /*left: 14px;*/
  }

  .featured-slider .flickity-viewport {
    width: 90.5%;
  }

  .featured-slider .flickity-prev-next-button.previous {
    left: -20px;
  }

  .featured-slider .flickity-prev-next-button.next {
    /*right: 10px;*/
  }

  .flickity-prev-next-button,
  .flickity-prev-next-button:focus {
    outline: none;
    height: 64px;
  }

  .flickity-prev-next-button svg {
    width: 100%;
    height: 100%;
  }
}

.blog-nav--list {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}

.blog-nav--list li {
  margin: 0 1rem 2rem 1rem;
}

@media screen and (max-width: 750px) {
  .blog-nav--list {
    justify-content: flex-start;
  }
  .blog-nav--list li {
    margin: 1rem;
    width: calc(33.33% - 2rem);
  }
  .blog-nav--list a {
    text-align: center;
  }
}

.blog-nav--list a {
  border-radius: 19.5px;
  background-color: #f8f8f8;
  padding: 8px 14px 10px 14px !important;
  display: block !important;
  font-weight: lighter !important;
  color: #262626 !important;
  font-family: "Madera-light" !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  letter-spacing: 1.45px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}
@media screen and (max-width: 550px) {
  .blog-nav--list {
    justify-content: space-between;
  }
  .blog-nav--list li {
    margin: 1rem 0;
    width: calc(50%);
  }
  .blog-nav--list a {
    padding: 0;
    font-size: 11px !important;
  }
}

.blog-nav--list a:hover,
.blog-nav--list .current-cat a {
  background-color: #fbeeec;
  color: black;
  font-family: "Madera-bold" !important;
  font-weight: 700 !important;
}

/* home page */
div.pink-nav-bar .menu,
div.icon-nav-bar .menu {
  width: 70%;
  margin: auto;
}

@media screen and (max-width: 1000px) {
  div.pink-nav-bar .menu,
  div.icon-nav-bar .menu {
    width: 100%;
  }
}

.featured-posts .post-archive-image {
  width: 100%;
  height: auto;
  max-height: 450px;
  max-width: 325px;
}

/* featured image block */
.featured-slider .overview-block-product {
  max-width: 300px;
  height: auto;
}

.featured-slider .overview-block-product .archive-image {
  max-width: 300px;
  height: auto;
  margin: 0 0 0 1rem;
}

/* Shop */

.tax-product_cat section.woo-banner .description {
  font-size: 17px;
  line-height: 1.3;
}

@media screen and (max-width: 550px) {
  .tax-product_cat section.woo-banner .description {
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
    width: 100%;
    margin: 0;
  }
}
.woocommerce-breadcrumb {
  margin: 0 0 0px 0;
  text-transform: uppercase;
}
.single .woocommerce-breadcrumb {
  margin: 0 0 2rem 0;
}
/* .single-product-section {
  padding: 2rem 0;
} */

.woo-banner .description {
  font-size: 23px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 34px;
  margin-top: 20px;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
}

.woo-gallery img {
  width: 100%;
  height: auto;
}

section.woo-related-products div.new-split {
  width: 100%;
  white-space: nowrap;
}

section.woo-related-products div.new-split .bold {
  max-width: 100%;
}

section.woo-related-products .new-split .bold:after {
  margin-left: 10px;
}

/* .star-rating .star {
  background: url("images/star-black.png") 0 0 no-repeat;
} */

.sidebar {
  width: 220px;
  margin-right: 30px;
  flex-shrink: 0;
}

.sidebar .cats,
.sidebar .subcats {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar .cats > li > a {
  display: block;
  opacity: 0.9;
  color: #7e7e7e;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 27px;
  border-bottom: 2px solid #dedfdf;
  padding: 6px;
  position: relative;
}

.sidebar .cats > li > a .right {
  color: #dedfdf;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 1.5em;
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
}

.sidebar .cats > li > a span {
  position: absolute;
  transition: 0.3s;
  background: #dedfdf;
  border-radius: 2px;
}

.sidebar .cats > li > a span:first-of-type {
  top: 25%;
  bottom: 25%;
  width: 10%;
  left: 45%;
}

.sidebar .cats > li > a span:last-of-type {
  left: 25%;
  right: 25%;
  height: 10%;
  top: 45%;
}

.sidebar .cats.active-parent > li > a span:first-of-type,
.sidebar .cats.active-parent > li > a span:last-of-type,
.sidebar .cats > li > a:hover span:first-of-type,
.sidebar .cats > li > a:hover span:last-of-type {
  transform: rotate(90deg);
}

.sidebar .cats.active-parent > li > a span:last-of-type,
.sidebar .cats > li > a:hover span:last-of-type {
  left: 50%;
  right: 50%;
}

.sidebar .cats > a:nth-child(1) {
  border-top: 2px solid #dedfdf;
}

.sidebar .cats .subcats a {
  color: #262626;
}

.sidebar .cats a.active,
.sidebar .cats .subcats li > a.active {
  color: #eca0ca;
}

.sidebar .subcats {
  display: none;
}

.sidebar .cats > li {
  margin: 0;
}

.sidebar .active-parent .subcats {
  display: block;
  padding: 10px;
}

.dot {
  position: relative;
  top: 5px;
  display: inline-block;
  margin: 0 10px 0 0;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.pum-close i.fa-close {
  font-size: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  vertical-align: middle;
  left: 0;
  line-height: 25px;
}

body.blog .title-bar .container {
  border-bottom: none;
}

.blog-nav--section div.small {
  border-bottom: 2px solid #dedfdf;
  padding-bottom: 20px;
}

/* default template */
body.page-template-default section.woo-banner .container {
  display: block;
  margin: 0 auto;
  width: 80%;
  text-align: left;
  border-bottom: none;
}

body.page-template-default section.content-layouts-section .container {
  display: block;
  padding: 0;
  margin: 0 auto;
  width: 80%;
  text-align: left;
}

@media screen and (max-width: 750px) {
  body.page-template-default section.content-layouts-section .container {
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 96%;
    text-align: left;
  }
}

/* wishlist page */
.tinv-header {
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  white-space: nowrap;
}

.tinv-header h2 {
  font-family: "Madera", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 4.2rem;
  line-height: 1;
  margin-bottom: 0px;
}

.tinv-header:after {
  content: "";
  display: block;
  border-bottom: 3px solid #262626;
  width: 100%;
  opacity: 0.9;
  margin-left: 10px;
}

/* subscribe form */
section.subscribe div.Subscribe {
  width: 100%;
}

section.subscribe .one-half {
  width: 100%;
}

section.subscribe .Subscribe .gform_body li:nth-child(1) {
  width: 80%;
}

section.subscribe .Subscribe .gform_body li:nth-child(2) {
  width: 100%;
}

#popmake-16489 form#gform_wrapper_1 {
  max-width: 980px;
}

section.subscribe #gform_wrapper_1 select.gfield_select,
section.subscribe #gform_wrapper_1 input#input_1_2,
section.subscribe #gform_wrapper_1 input.gform_button {
  height: 45px;
  font-family: "Madera-light", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
}

section.subscribe #gform_wrapper_1 select.gfield_select {
  color: black;
}

section.subscribe .Subscribe input[type="email"],
.Subscribe select {
  color: black;
  padding-left: 20px;
}

.site-search::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(38, 38, 38, 0.5) !important;
  font-size: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  font-family: "Madera-light", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
  font-family: "Madera-light", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
  font-family: "Madera-light", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}

.validation_error {
  display: none;
}

section.subscribe #gform_wrapper_1 input.gform_button {
  width: 140px;
  font-family: "Madera-bold", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}

@media screen and (max-width: 750px) {
  .woo-with-sidebar {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 96%;
  }

  .sidebar {
    width: 100%;
    margin: 0 0 10px 0;
    flex-shrink: none;
  }

  section.subscribe div.Subscribe {
    width: auto;
  }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .overview-block-product .button {
    /*width: 60% !important;*/
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto 20px auto;
  }

  .recommendation-block .info {
    margin: 0px;
  }

  .featured-posts .post-archive-image {
    width: 100%;
    height: auto;
    max-height: 400px;
    max-width: 325px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .overview-block-product .button {
    width: 55%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto 20px auto;
  }

  section.subscribe div.Subscribe {
    width: auto;
  }

  .featured-posts .overview {
    width: 70%;
    margin: 0 auto;
  }
}
.title-bar.banner-heading .page-title span {
  font-size: 4.2rem;
}

@media screen and (max-width: 550px) {
  .title-bar.banner-heading .page-title span {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {
  /*.container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
  }*/

  .overview-block-product .button {
    width: 95%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .featured-posts .overview {
    width: 80%;
    margin: 0 auto;
  }

  .category-link .split-title .bold,
  .title-bar.banner-heading .page-title span {
    font-size: 3.1rem;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .overview-block-product .button {
    width: 85% !important;
  }

  section.recommendation div.new-split {
    width: 83%;
  }
}

@media (min-width: 1299px) and (max-width: 1400px) {
  .overview-block-product .button {
    width: 75%;
  }

  section.recommendation div.new-split {
    width: 82%;
  }
}

/* i-pad pro */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .featured-posts .overview {
    width: 70%;
    margin: 0 auto;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .featured-posts .overview {
    width: 80%;
    margin: 0 auto;
  }

  .featured-posts .post-archive-image {
    width: 100%;
    height: auto;
    max-height: 400px;
    max-width: 325px;
  }

  .overview-block-product .button {
    width: 85% !important;
  }
}

/* i-pad pro */
/* i-pad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .featured-posts .overview {
    width: 65%;
    margin: 0 auto;
  }

  .featured-posts .post-archive-image {
    width: 100%;
    height: auto;
    max-height: 400px;
    max-width: 325px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .featured-posts .overview {
    width: 70%;
    margin: 0 auto;
  }

  .featured-posts .post-archive-image {
    width: 100%;
    height: auto;
    max-height: 400px;
    max-width: 325px;
  }
}

/* i-pad */
body.fullHeader .header {
  position: absolute;
  transition: all 0.3s ease;
}

body.smallHeader {
  padding-top: 114px;
}

body.smallHeader .header {
  position: fixed;
  transition: all 0.3s ease;
}

body.smallHeader .header .container {
  padding: 5px 0 0 0;
}

.shipping-notice small {
  font-size: 13px;
  letter-spacing: 0.1rem;
  font-family: "Madera-light", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  line-height: 2em !important;
}

body.fullHeader .shipping-notice,
body.fullHeader .icon-nav-bar,
body.fullHeader .mvh-msrhbar,
body.fullHeader .mvh-tpbar {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  body.fullHeader header.header {
    padding-bottom: 28px;
  }
}

body.smallHeader .shipping-notice,
body.smallHeader .icon-nav-bar,
body.smallHeader .mvh-msrhbar,
body.smallHeader .mvh-tpbar {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  padding: 0;
}

body.smallHeader .mega-menu {
  bottom: calc(-350px + 45px);
}

/*product archive*/
.archive-image {
  position: relative;
  margin: 0 0 2rem 0;
  width: 100%;
  height: auto;
}

.overview-block-product {
  background-color: #f5f5f5;
  margin: 0 0 2.5rem 0;
  width: calc(25% - 1.5rem);
  height: auto;
}

@media screen and (max-width: 1210px) {
  .overview-block-product {
    width: calc(33.33% - 1rem);
  }
}

@media screen and (max-width: 900px) {
  .overview-block-product {
    width: calc(50% - 1rem);
  }

  .text-hide {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .overview-block-product {
    width: calc(100%);
  }

  .woo-banner .description {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
    width: 90%;
    margin: 10px auto 0 auto;
  }
}

.woo-archive {
  width: 100%;
}

.faq .new-split {
  padding: 20px 0px 20px 0px;
}

.faq .faq-question {
  padding: 10px;
  background-color: #f8f8f8;
  font-weight: bold;
  /*height: 46px;*/
  color: #262626;
  font-family: "Madera-bold";
  font-size: 18px;
  font-weight: 700;
}

.faq .faq-answer {
  padding: 10px;
  color: rgba(38, 38, 38, 0.85);
  font-family: "Madera-light", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
}

@media screen and (max-width: 750px) {
  .faq .faq-question,
  .faq .faq-answer {
    font-size: 13px;
    line-height: 1.4;
  }
}

.single-post {
  background: white;
}

.borders {
  border-bottom: 1px solid #dedfdf;
  border-top: 1px solid #dedfdf;
  padding: 15px 0;
  margin: 5px 0;
}

@media screen and (max-width: 500px) {
  .borders {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.borders a {
  color: #262626;
}

.borders a:hover {
  color: #eca0ca;
}

.woo-details .outofstocknotifyme {
  width: 90%;
  margin: 10px 0;
}

@media screen and (max-width: 550px) {
  .woo-details .outofstocknotifyme .custom_message {
    font-size: 3rem;
  }

  .woo-details .notifymeptag {
    flex-direction: column;
  }
}

.layouts ol,
.layouts ul {
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 18px;
}

.pagination-previous,
.pagination-next {
  text-transform: uppercase;
  opacity: 0.8;
}

.share-buttons {
  margin: 0;
  text-transform: uppercase;
}

.woocommerce-pagination {
  border-bottom: 1px solid #dedfdf;
  border-top: 1px solid #dedfdf;
  padding: 15px 0;
  margin: 20px 0 5px 0;
  text-align: center;
  position: relative;
}

.woocommerce-pagination .page-numbers.current {
  color: black;
  background: none;
  font-weight: bold;
}

.woocommerce-pagination .page-numbers {
  padding: 1rem;
  background: none;
  color: #262626;
}

.woocommerce-pagination .page-numbers:hover {
  color: #eca0ca;
}

.woocommerce-pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers.next {
  position: absolute;
  top: 5px;
  width: 120px;
  text-transform: uppercase;
}

.woocommerce-pagination .page-numbers.prev {
  left: 0;
  text-align: left;
}

.woocommerce-pagination .page-numbers.next {
  right: 0;
  text-align: right;
}

/* Single project */
.quantity .plusminuslabel,
.quantity input[type="number"] {
  background: #f8f8f8;
}

.quantity input[type="number"] {
  width: 40px;
  padding: 0px;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woo-tabs {
  background-color: #f8f8f8;
}

.woo-details {
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0;
  background: white;
}

.woo-details .price {
  margin: 0;
  text-align: left;
}

.woo-details .small-data {
  width: 100%;
  align-items: stretch;
  justify-content: flex-start;
  margin: 15px 0 !important;
}

.woo-details .small-data .tinvwl-shortcode-add-to-cart a {
  width: 26px;
  height: 26px;
  position: relative;
  top: -5px;
}

.woo-details .small-data .tinvwl-shortcode-add-to-cart {
  width: 26px;
  height: 26px;
}

.wc_points_rewards_apply_discount .button {
  background: transparent;
  border-radius: 0;
  margin: 0 5px;
  padding: 0;
  color: black;
  border: none;
}

.woo-details .small-data .save {
  padding: 0 0 0 3rem;
}

.star-rating {
  margin: 0 10rem 1rem 0;
}

@media screen and (max-width: 550px) {
  .star-rating {
    margin: 0 1rem 1rem 0;
  }
}

.woo-details .woocommerce-product-details__short-description {
  margin: 0 0 2rem 0;
  text-align: left;
  font-weight: normal;
}

.woo-details .woocommerce-product-details__short-description ul,
.woo-details .woocommerce-product-details__short-description ol {
  margin: 0;
  padding: 0 0 0 18px;
}

.woo-details .woocommerce-product-details__short-description ul {
  list-style: none;
}

.woo-details .woocommerce-product-details__short-description ul li {
  list-style: none;
  background: url(./images/tick.svg) left center no-repeat;
  padding-left: 30px;
}

.woo-details form.cart {
  display: flex;
  align-items: stretch !important;
  justify-content: flex-start !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel {
  font-weight: normal;
}

.quantity .minuslabel:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  cursor: pointer;
}

.quantity .pluslabel:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
}

/* Rewards */
.reward_pods .container .arrow_box {
  background: #f8f8f8;
  border: 4px solid #f8f8f8;
}

.reward_pods .container .content {
  background-color: #f8f8f8;
}

.reward_pods .container .arrow_box:before,
.reward_pods .container .arrow_box:after {
  border-bottom-color: #f8f8f8;
}

.rewards-grid {
  flex-wrap: wrap;
}

.reward_pods .container .rewards_pod {
  width: calc(25% - 4rem);
}

.reward_pods .new-split {
  width: 95%;
}

@media screen and (max-width: 900px) {
  .reward_pods .container .rewards_pod {
    width: calc(50% - 1rem);
  }
}

@media screen and (max-width: 550px) {
  .reward_pods .container .rewards_pod {
    width: 100%;
  }
}

.Accordion--item h4 {
  font-weight: normal;
}

.woocommerce-account div.woocommerce {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.woocommerce-MyAccount-navigation {
  text-align: left;
  margin-bottom: 2rem;
}

.woocommerce-MyAccount-navigation ul,
.woocommerce-MyAccount-navigation ul li {
  padding: 0;
}

.woocommerce-MyAccount-navigation ul li:before {
  display: none;
}

li.woocommerce-MyAccount-navigation-link.is-active a {
  color: #eca0ca;
}

.subscribe .split-title .script {
  color: #7e7e7e;
}

.sale .onsale {
  display: none;
}

.woocommerce-tabs p a {
  color: #7e7e7e;
  font-weight: 600;
}

a {
  color: #7e7e7e;
  text-decoration: none;
}

a:hover {
  color: black !important;
}

.sidebar .cats a.active,
.sidebar .cats .subcats li > a.active {
  color: black !important;
  font-weight: bold;
}

#gform_submit_button_1 {
  margin: 0 0 0 1rem;
}

.footer h3 {
  color: #262626;
  margin: 0 0 2rem 0;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.post-excerpt {
  opacity: 0.7;
  color: rgba(38, 38, 38, 0.85);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
}

.footer-wrap .subscribe {
  padding-top: 12rem;
}

.content-layouts {
  width: calc(100% - 2rem);
}

body.page.page-id-16496 .woocommerce tbody button.button.alt {
  background-color: rgba(126, 126, 126, 0.5) !important;
}

@media screen and (max-width: 830px) {
  .pink-nav-bar,
  .search.desktop,
  .text-title {
    display: none;
  }

  body.smallHeader .header,
  body.fullHeader .header {
    position: fixed;
    transition: all 0.3s ease;
  }

  body.smallHeader .header .container,
  body.fullHeader .header .container {
    padding: 1rem 0;
  }

  .menui {
    /*background: rgba(126, 126, 126, 0.5);*/
    background: #ebbad5;
    margin-top: 10px;
  }

  .mobile-main {
    background: rgba(126, 126, 126, 0.8);
  }

  .header-sides {
    display: block;
  }

  .logo {
    text-align: left;
    margin: 0 0 0 2rem;
  }

  .header .menu .sub-menu {
    padding: 0;
    top: 0;
    display: block;
    visibility: visible;
    opacity: 1;
  }

  .mobile-shipping_notice {
    color: white;
    margin: 2rem 0;
    display: block;
    max-width: 600px;
  }

  .woo-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 5rem 0 0;
    top: -9px;
  }

  .woo-tools svg {
    margin: 0 2rem 0 0;
  }

  .mobile-nav {
    width: 50px;
  }
}

@media screen and (max-width: 500px) {
  .logo {
    text-align: left;
    margin: 0 0 0 1rem;
  }

  .woo-tools svg {
    margin: 0 1rem 0 0;
  }

  .header-sides {
    padding: 0;
  }

  .home-banner .text-half {
    padding: 1rem;
  }
}

/* --- M mediawuery --- */
/********************* 27-07 Start *********************/

@media screen and (max-width: 550px) {
  .title-bar.banner-heading {
    height: auto;
    margin: 0 0 10px;
  }

  .content-layouts {
    width: auto;
    padding: 0;
  }
}

.title-bar.banner-heading .container {
  padding: 0;
}

.title-bar.banner-heading .page-title span {
  text-shadow: none;
}

.lazy-parent span {
  text-shadow: none;
}

.recommendation-block h4 {
  padding: 10px 0px;
}

.featured-slider {
  overflow: inherit;
  width: 80% !important;
}

.featured-slider .flickity-viewport {
  width: 100% !important;
}

.featured-slider .flickity-prev-next-button.previous {
  left: -100px;
}

.featured-slider .flickity-prev-next-button.next {
  right: -80px;
}

.home-banner .text-half {
  width: 56%;
}

/*.home-banner .script {
  font-size: 140px;
}*/
.home-banner .short {
  width: 90%;
}

.home-banner h2 {
  /*font-size: 36px;*/
  font-size: 3rem;
}

.home-banner p {
  font-size: 16px;
}

.mobileview-headr {
  display: none;
}

.sidenav {
  display: none;
}

.mobile-links {
  display: none;
}

/********************* 27-07 End *********************/
/********************* 30-07 Start *********************/
/*.home-banner .flex-links {
  width: 60%;
  flex-direction: column;
}

.home-banner .flex-links p {
  margin-bottom: 0;
  line-height: 32px;
}

.home-banner .script {
  font-size: 12rem;
  margin: 50px 0;
}

.home-banner .image-half .background-image {
  background-size: cover;
}*/
.home-banner .image-half {
  transform: scale(1.2);
}

/********************* 30-07 End *********************/

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .home-banner .text-half {
    padding: 30px;
  }

  .home-banner .text-half {
    width: 70%;
  }

  .home-banner .script {
    font-size: 70px;
  }

  .home-banner h2 {
    font-size: 25px;
  }

  .home-banner p {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .mobile-nav {
    position: relative;
    width: auto;
    display: inline-block;
  }

  .header-sides {
    width: auto;
    margin-left: auto;
  }

  .woo-tools {
    margin: 0;
    top: -5px;
  }

  body.fullHeader .header .container {
    padding: 8px 18px;
  }

  /*.mobile-nav{position: fixed;left: 0;}*/
  .featured-slider .flickity-prev-next-button.previous {
    left: -70px;
  }

  .featured-slider .flickity-prev-next-button.next {
    left: auto;
    right: -80px;
  }

  .home-banner .text-half {
    padding: 50px 30px;
  }

  /*.home-banner .text-half {width: 70%;}*/
  .home-banner .text-half {
    width: 100%;
  }

  .home-banner .script {
    font-size: 65px;
  }

  .home-banner h2 {
    font-size: 20px;
  }

  .home-banner p {
    font-size: 16px;
  }

  .home-banner .image-half .background-image {
    opacity: 0.4;
  }

  header div.shipping-notice {
    display: none;
  }

  header div.container {
    display: none;
  }

  header div.pink-nav-bar {
    display: none;
  }

  header div.icon-nav-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  header div.mega-menu {
    display: none;
  }

  .mobileview-headr {
    display: block;
  }

  .menu-open-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 38, 38, 0.5);
    z-index: 3;
  }

  .sidenav li.menu-item a:hover {
    background-color: #f8f8f8;
    border-bottom: solid 0.3px rgba(151, 151, 151, 0.74);
    font-weight: bold;
  }

  .sidenav li.current-menu-item a {
    background-color: #f8f8f8;
    border-bottom: solid 0.3px rgba(151, 151, 151, 0.74);
    color: black;
    font-weight: bold;
  }

  .sidenav ul li.menu-item-has-children ul.sub-menu li.current-menu-item a {
    background-color: #f8f8f8;
    border-bottom: solid 0.3px rgba(151, 151, 151, 0.74);
    color: black;
    font-weight: bold;
  }

  .mvh-tpbar {
    background-color: #f8f8f8;
    padding: 2px 0 5px;
    text-align: center;
  }

  .mvh-tpbar p {
    font-family: "Madera-light", "Droid Sans", "Helvetica Neue", Arial,
      sans-serif;
    letter-spacing: 0.1rem;
    display: flex;
    font-size: 7px;
    padding: 2px 25px 5px;
    line-height: 10px;
  }

  .mvh-mn-mbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 18px;
  }

  .mvh-mn-tgl-btn {
    background-color: transparent;
    border: none;
    padding: 10px 0;
  }

  .mvh-mn-tgl-btn:focus {
    outline: none;
    box-shadow: none;
  }

  .mvh-mn-mbar .mvh-mn-mlgo img {
    height: 38px;
    position: relative;
    top: 4px;
  }

  .mvh-mn-mbar .mvh-mn-oomnu {
    margin-right: 10px;
  }

  .mvh-mn-mbar .mvh-mn-oomnu .mvh-oomnu-itm:nth-child(2) {
    margin-top: 2px;
  }

  .mvh-mn-mbar .mvh-mn-oomnu a.mvh-oomnu-itm {
    display: block;
    float: left;
    margin-right: 8px;
    position: relative;
  }

  .mvh-mn-mbar .mvh-mn-oomnu a.mvh-oomnu-itm:last-child {
    margin-right: 0;
  }

  .mvh-mn-mbar .mvh-mn-oomnu a.mvh-oomnu-itm span.cart-count {
    height: 14px;
    width: 14px;
    background-color: #eca0ca;
    border-radius: 100%;
    display: block;
    font-size: 7px;
    text-align: center;
    line-height: 14px;
    color: #fff;
    position: absolute;
    top: -8px;
    right: -10px;
  }

  .mvh-msrhbar {
    background-color: #f8f8f8;
    padding: 10px;
  }

  .mvh-msrhbar .msrhb-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 90%;
    margin: 0 auto;
  }

  .mvh-msrhbar .msrhb-box .search-input {
    display: block;
    height: 20px;
    padding: 0.1rem 0.75rem;
    font-size: 10px;
    line-height: 1.5;
    color: rgba(38, 38, 38, 0.51);
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 20px 0 0 20px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .mvh-msrhbar .msrhb-box .search-input {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
  }

  .mvh-msrhbar .msrhb-box .search-input:focus {
    border: 0;
    outline: 0;
  }

  .mvh-msrhbar .msrhb-box .search-input::-webkit-input-placeholder {
    color: rgba(38, 38, 38, 0.51);
    font-family: "Madera-light", "Droid Sans", "Helvetica Neue", Arial,
      sans-serif;
  }

  .mvh-msrhbar .msrhb-box .search-input::-moz-placeholder {
    color: rgba(38, 38, 38, 0.51);
    font-family: "Madera-light", "Droid Sans", "Helvetica Neue", Arial,
      sans-serif;
  }

  .mvh-msrhbar .msrhb-box .search-input:-ms-input-placeholder {
    color: rgba(38, 38, 38, 0.51);
    font-family: "Madera-light", "Droid Sans", "Helvetica Neue", Arial,
      sans-serif;
  }

  .mvh-msrhbar .msrhb-box .search-input:-moz-placeholder {
    color: rgba(38, 38, 38, 0.51);
    font-family: "Madera-light", "Droid Sans", "Helvetica Neue", Arial,
      sans-serif;
  }

  .mvh-msrhbar .msrhb-box .button-append {
    display: flex;
    margin-left: -1px;
  }

  .mvh-msrhbar .msrhb-box .button-append button {
    display: inline-block !important;
    background-color: #fff !important;
    border-radius: 0 20px 20px 0 !important;
    border: 0 !important;
    padding-top: 3px !important;
    padding-right: 7px !important;
  }

  .mvh-msrhbar .msrhb-box .button-append button svg {
    margin-top: 1px;
  }

  body.menu-open-overlay {
    overflow: hidden;
  }

  .sidenav {
    display: block;
    top: 0;
    left: 0;
    margin-left: -330px;
    width: 260px;
    height: 100%;
    z-index: 9999;
    position: fixed;
    transition: 0.5s;
    padding-top: 0;
    background-color: #fff;
    overflow: scroll;
  }
  .sidenav .close {
    position: absolute;
    top: 0;
    right: -40px;
    background: white;
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    pointer-events: none;
  }

  .sidenav.width-250 {
    margin-left: 0;
  }

  .sidenav .mvh-msrhbar {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
    padding: 12px;
  }

  .sidenav .mvh-msrhbar .msrhb-box {
    width: 90%;
  }

  .sidenav .mvh-msrhbar .msrhb-box .search-input {
    height: 40px;
    border-radius: 25px 0 0 25px;
  }

  .sidenav .mvh-msrhbar .msrhb-box .button-append button {
    border-radius: 0 25px 25px 0;
  }

  .sidenav ul {
    padding: 0;
    text-align: left;
    list-style-type: none;
    margin: 0;
  }

  .sidenav ul li {
    position: relative;
    margin-bottom: 0;
    border-bottom: solid 0.3px rgba(151, 151, 151, 0.74);
    position: relative;
  }

  /*  .sidenav ul li:last-child {border-bottom: 0;}*/
  .sidenav ul li a {
    color: #000;
    font-size: 13px;
    padding: 12px 15px;
    display: block;
  }

  .sidenav ul li span.menu-arrow {
    float: right;
    width: 45px;
    height: 45px;
    display: block;
    vertical-align: top;
    text-align: center;
    line-height: 45px;
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    top: -1px;
    right: 0;
    background-color: #dedfdf;
    border: 0.1px solid lightgrey;
  }

  .sidenav ul li.menu-item-has-children.open a.primary-link {
    background-color: #f8f8f8;
    border-bottom: solid 0.3px rgba(151, 151, 151, 0.74);
  }

  .sidenav ul li.menu-item-has-children.open span.menu-arrow {
    background-color: #ebbad5;
  }

  .sidenav ul li.menu-item-has-children.open span.menu-arrow img {
    transform: rotate(90deg);
  }

  .sidenav
    ul
    li.menu-item-has-children.open
    ul.sub-menu
    li.menu-item-has-children
    span.menu-arrow {
    /*background-color: transparent;*/
    background-color: darkgrey;
  }

  .sidenav
    ul
    li.menu-item-has-children.open
    ul.sub-menu
    li.menu-item-has-children
    span.menu-arrow
    img {
    transform: rotate(0deg);
  }

  .sidenav
    ul
    li.menu-item-has-children.open
    ul.sub-menu
    li.menu-item-has-children
    a.primary-link {
    background-color: transparent;
    border-bottom: 0;
  }

  .sidenav
    ul
    li.menu-item-has-children.open
    ul.sub-menu
    li.menu-item-has-children.open
    a.primary-link {
    background-color: #f8f8f8;
    border-bottom: solid 0.3px rgba(151, 151, 151, 0.74);
  }

  .sidenav
    ul
    li.menu-item-has-children.open
    ul.sub-menu
    li.menu-item-has-children.open
    span.menu-arrow {
    background-color: #ebbad5;
  }

  .sidenav
    ul
    li.menu-item-has-children.open
    ul.sub-menu
    li.menu-item-has-children.open
    span.menu-arrow
    img {
    transform: rotate(90deg);
  }

  /*.sidenav ul li.menu-item-has-children ul.sub-menu {display: none;}
  .sidenav ul li.menu-item-has-children.open ul.sub-menu {display: block;}*/
  .sidenav li.menu-item-has-children.open > ul.sub-menu {
    display: block;
  }

  .sidenav ul.sub-menu {
    display: none;
  }

  .sidenav ul li.menu-item-has-children ul.sub-menu li a {
    text-transform: uppercase;
    color: #868686;
  }

  /*#menu-icon-menu-1{ display:block; }*/
  body.fullHeader .mobile-links {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
  }

  body.smallHeader .mobile-links {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
  }

  .mobile-links {
    background-color: rgba(251, 238, 236, 0.9);
    display: inline-block;
    text-align: center;
    width: 100%;
  }

  .mobile-links ul {
    list-style-type: none;
    padding: 5px 5px 5px 5px;
    margin: 0;
  }

  .mobile-links ul li {
    display: inline-block;
  }

  .mobile-links ul li a {
    color: rgba(38, 38, 38, 0.79);
    font-size: 12px;
    position: relative;
    padding: 0 10px;
    font-weight: normal;
    color: rgba(38, 38, 38, 0.79);
    letter-spacing: 1.64px;
    font-size: 10px;
    font-family: "Madera-light", "Droid Sans", "Helvetica Neue", Arial,
      sans-serif;
  }

  .mobile-links ul li a:after {
    content: "";
    background-color: #4a4a4a;
    width: 1px;
    height: 15px;
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
  }

  .mobile-links ul li:last-child a:after {
    display: none;
  }

  .woocommerce-tabs .tabs {
    padding: 0px;
  }

  .copy {
    padding: 5.5rem 0rem 5.5rem 0rem;
  }
}

/* Landscape phones and portrait tablets */

@media (min-width: 481px) and (max-width: 767px) {
  .mobile-links {
    display: none;
  }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
  .shipping-notice small {
    display: flex;
    font-size: 7px;
    padding: 2px 25px 5px;
    line-height: 10px !important;
  }

  .mobile-links ul {
    display: inline-grid !important;
  }

  .mobile-links ul li a:after {
    content: none !important;
  }

  .woo-products {
    justify-content: center !important;
  }

  section.related .columns-4 {
    justify-content: center !important;
  }

  .mobile-links {
    display: none;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;

  background-color: #f5f5f5;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
}

.home .swiper-container .swiper-slide .product-info,
.related-wrap .swiper-container .swiper-slide .product-info {
  margin-bottom: 20px;
}

.related-wrap,
.home .featured-product .flex.overview {
  overflow: visible;
  padding: 0 60px;
}

.swiper-button-next,
.swiper-button-prev {
  color: black;
  outline: none;
}

@media screen and (max-width: 450px) {
  .related-wrap,
  .home .flex.overview {
    overflow: hidden !important;
    padding: 0 !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    opacity: 0.3;
  }
}

body.woocommerce-cart .quantity input[type="number"] {
  width: 60px;
}
body.woocommerce-cart input[type="number"]::-webkit-inner-spin-button,
body.woocommerce-cart input[type="number"]::-webkit-outer-spin-button {
  appearance: auto !important;
  -webkit-appearance: auto !important;
  opacity: 1;
}

.faq .faq-answer {
  font-size: 13px;
  line-height: 1.4;
}
