@charset "UTF-8";
/* Colors */
/*
 * Bouquet Bags: rose = main chrome, deeper berry = accent.
 * Primary rose fills use $white text.
 * Small text on white uses $mp-brown; $mp-tan2 is for borders / hover fills.
 */
/* theme */
/* social — network brand colors (not theme palette) */
/* standard */
/* Fonts */
/* =General
---------------------------------------------------------------------- */
html {
  background: #ED5F6E;
  font-family: "AftaSansRegular", sans-serif;
}

/* Restore visible keyboard focus (parent reset sets outline: none). */
:focus {
  outline: none;
}

:focus-visible {
  outline: 3px solid #29201E;
  outline-offset: 3px;
}

#header-1 a:focus-visible,
#footer a:focus-visible,
#footer :focus-visible {
  outline-color: #ffffff;
}

body, #page, #header, #main, #footer, .block {
  position: relative;
  width: 100%;
  display: inline-block;
  float: left;
}

.inner-page, #main .min-cart-text {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: block;
}

.last {
  margin-right: 0px;
}

#page {
  top: auto;
}

#main {
  background: #ffffff;
  padding: 20px 0;
}

#main .min-cart-text {
  position: relative;
  text-align: center;
}
#main .min-cart-text p {
  background-color: #ED5F6E !important;
  font-size: 1rem;
  line-height: 1.1;
  margin: 0;
  color: #ffffff;
  padding: 0.75rem 1rem;
}
#main .min-cart-text a {
  color: #ffffff;
}
#main .min-cart-text a:hover, #main .min-cart-text a:focus {
  color: #ffffff;
  text-decoration: underline;
}

#content {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
#content.flexible-content {
  width: 73%;
}

#sidebar {
  float: right;
  width: 23%;
}

#content, #sidebar {
  padding: 2% 0 0 0;
}

.lozad[data-background-image] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* =Header
---------------------------------------------------------------------- */
#header-1 {
  background: #ED5F6E;
  padding: 5px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
body.admin-bar #header-1 {
  top: 32px;
}
#header-1 a {
  color: #ffffff;
  text-decoration: none;
  float: left;
  font-size: 14px;
  margin: 0 14px;
  line-height: 24px;
}
#header-1 a:hover, #header-1 a:focus {
  text-decoration: underline;
}
#header-1 .search-form {
  float: left;
}
#header-1 .screen-reader-text {
  display: none;
}
#header-1 .search-field {
  float: left;
  font-size: 14px;
  padding: 5px;
}
#header-1 .search-submit {
  float: left;
  display: block;
  height: 24px;
  width: 28px;
  font-size: 0;
  line-height: 0;
  text-indent: 500px;
  overflow: hidden;
  background: url("../images/icon-search.png") center center no-repeat #ED5F6E;
}

#header-woocommerce-links {
  float: right;
  margin-right: -14px;
}

#header-cart {
  padding-left: 26px;
  background: url("../images/icon-cart.png") left 4px no-repeat;
}

#header-2 {
  background: #ffffff;
  padding: 25px 0;
  margin-top: 34px;
}
#header-2 .inner-page, #header-2 #main .min-cart-text, #main #header-2 .min-cart-text {
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
  display: table;
}

.logo-section {
  width: 35%;
  margin-top: 4.7%;
}
.logo-section a {
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  color: #29201E;
}
.logo-section a:hover, .logo-section a:focus {
  text-decoration: underline;
}
.logo-section > div > ul > li:hover .sub-menu {
  display: block;
}
.logo-section .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -6px;
  background: #ffffff;
  padding: 3px 6px;
  width: max-content;
  min-width: 100%;
  z-index: 10000;
  box-shadow: 0 0 10px #dedede;
}
.logo-section .sub-menu::before {
  content: "";
  position: absolute;
  top: -20px;
  height: 20px;
  left: 0;
  right: 0;
  pointer-events: none;
}
.logo-section .sub-menu.reverse {
  left: unset;
  right: -6px;
  text-align: right;
}
.logo-section .sub-menu li:not(:empty) {
  padding: 6px 0;
}
.logo-section .menu {
  display: flex;
  align-items: center;
}

#logo-left {
  float: left;
}
#logo-left div {
  float: left;
  margin-right: 6.5%;
}
#logo-left > div > ul > li {
  float: left;
  position: relative;
  margin-right: 30px;
}
#logo-left .menu .menu-item:last-child {
  margin-right: 0;
}

#logo-right {
  float: right;
}
#logo-right div {
  float: right;
  margin-left: 6.5%;
}
#logo-right .menu .menu-item:last-child {
  margin-left: 0;
}
#logo-right > div > ul > li {
  float: right;
  position: relative;
  margin-left: 30px;
}

#logo {
  text-decoration: none;
}
#logo img {
  float: left;
  width: 30%;
  margin: 0;
}

.cat-menu {
  position: relative;
}
.cat-menu a:hover {
  color: #707070;
}
.cat-menu ul {
  display: none;
  position: absolute;
  z-index: 30;
  top: 18px;
  left: 0;
  background: #ffffff;
  padding: 2px 0 0 0;
}
.cat-menu:hover ul {
  display: block;
}
.cat-menu li {
  float: left;
  width: 100%;
  display: block;
}
.cat-menu li a {
  padding: 6px 0;
  display: block;
}

#main-menu {
  float: left;
}
#main-menu li {
  float: left;
  position: relative;
}
#main-menu a {
  padding: 0;
  text-decoration: none;
}
#main-menu ul ul {
  display: none;
  float: left;
  position: absolute;
  top: 1em;
  left: 0;
  z-index: 99999;
}
#main-menu ul ul ul {
  left: 100%;
  top: 0;
}
#main-menu ul ul a {
  background: #dedede;
  line-height: 1em;
  padding: 0.5em 0.5em 0.5em 1em;
  width: 10em;
  height: auto;
}

.menu-item a {
  display: block;
}

.menu > li.boxed > a {
  border: 1px solid #C94252;
  padding: 12px 24px 12px 16px;
  display: block;
  position: relative;
}
.menu > li.boxed > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #C94252;
}

/* =Body
---------------------------------------------------------------------- */
/* Front Page */
.simple-banner {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: block;
}
.simple-banner__image {
  display: block;
  width: 100%;
}

#homepage_carousel {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 3rem;
  display: none;
}
#homepage_carousel.slick-initialized {
  display: block;
}
#homepage_carousel .slide {
  position: relative;
}
#homepage_carousel .slide .row {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  margin-left: -15px;
  margin-right: -15px;
  padding: 1rem;
}
#homepage_carousel .slide .col-12 {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
#homepage_carousel .slide .col-12:last-of-type {
  text-align: center;
}
#homepage_carousel .slide a {
  color: inherit;
  text-decoration: none;
}
#homepage_carousel .slide p {
  font-size: 1.3rem;
  line-height: 1.4;
  margin: 0;
  padding: 1rem 0;
}
#homepage_carousel .slide img {
  position: relative;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
#homepage_carousel .slide .link {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-size: 32px;
  line-height: 1.18;
  font-weight: 900;
  border: 2px solid transparent;
  margin-top: 2rem;
  font-family: "proxima-nova", sans-serif;
}
#homepage_carousel .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
}
#homepage_carousel button {
  background-color: transparent;
  border: none;
  color: #29201E;
  text-shadow: none;
  padding: 0.25rem;
  border-radius: 10px;
}
#homepage_carousel button:hover, #homepage_carousel button:focus {
  background-color: #C94252;
  color: #29201E;
}
#homepage_carousel .slick-arrow i {
  display: inline-block;
  font-size: 3rem;
  line-height: 1;
}
#homepage_carousel .slick-arrow i::before {
  font-family: "proto2" !important;
  display: block;
}
#homepage_carousel .slick-prev {
  left: 1rem;
}
#homepage_carousel .slick-next {
  right: 1rem;
}
.archive #homepage_carousel .link {
  display: none;
}

.front-page-banner {
  display: block;
  margin-bottom: 3rem;
  position: relative;
}
.front-page-banner a {
  text-decoration: none;
}
.front-page-banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.front-page-banner .bg img {
  width: 100%;
  height: auto;
}
.front-page-banner .fg {
  position: relative;
  z-index: 2;
  padding: 2rem;
}
.front-page-banner .fg .row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.front-page-banner .fg .image-wrapper {
  order: 1;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: calc(100% - 30px);
  margin-bottom: 2rem;
}
.front-page-banner .fg .image-wrapper.image-wrapper-position-right {
  order: 3;
}
.front-page-banner .fg .image-wrapper img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .front-page-banner .fg .image-wrapper {
    width: calc(30% - 30px);
    margin-bottom: 0;
  }
}
.front-page-banner .fg .text-wrapper {
  order: 2;
  position: relative;
  width: calc(100% - 30px);
  padding-left: 15px;
  padding-right: 15px;
}
.front-page-banner .fg .text-wrapper * {
  text-align: left;
}
.front-page-banner .fg .text-wrapper .bolder p {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .front-page-banner .fg .text-wrapper .bolder p {
    font-size: 2.2rem;
  }
}
.front-page-banner .fg .text-wrapper p {
  font-size: 1.5rem;
  line-height: 1.33;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .front-page-banner .fg .text-wrapper p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .front-page-banner .fg .text-wrapper {
    flex: 1;
  }
}

#featured-categories, #boxed-contents {
  opacity: 0;
  transition: 0.65s opacity;
}

#boxed-contents {
  margin-bottom: 4em;
}

#featured-categories a {
  text-decoration: none;
}

.featured-category {
  float: left;
  display: block;
  position: relative;
  margin: 0;
  width: 23.5%;
  text-align: center;
}
.featured-category img {
  width: 85%;
  margin: 0 auto;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.85);
}
.featured-category .cat-popup {
  position: relative;
  color: #29201E;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  font-size: 15px;
}

#featured-category-all {
  background: #ED5F6E;
  color: #ffffff;
  width: 100%;
  padding: 1rem 0;
  display: table;
  transition: 0.5s background;
}
#featured-category-all:hover {
  background: #C94252;
  color: #29201E;
}
#featured-category-all > div {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
#featured-category-all p {
  text-align: center;
  margin: 0 auto;
  width: 40%;
  font-size: 30px;
  font-weight: 300;
}

#sitewide_notice {
  color: #29201E;
  text-align: center;
  padding: 1%;
  margin-bottom: 2%;
}

.notice a {
  color: inherit;
}

#front-intro {
  margin-bottom: 20px;
}

#front-content {
  margin: 25px 0 5%;
  padding-top: 40px;
  border-top: 1px solid #e2e2e2;
}
#front-content h1 {
  margin-bottom: 23px;
}

/* Category */
#all-categories {
  opacity: 0;
  transition: 0.75s opacity;
}

#product-header {
  margin-bottom: 15px;
  text-align: center;
}
#product-header .single-card {
  float: none;
  display: block;
  margin: 0 auto;
}
#product-header .archive-category > a {
  width: auto;
  height: auto;
}
.single #product-header .page-title {
  margin-bottom: 4px;
}
.single #product-header .regular-text {
  margin-bottom: 35px;
}
#product-header .medium-text {
  margin-top: 45px;
}

.tax-product_cat .medium-text {
  margin: 20px auto;
}

#archive-categories {
  opacity: 0;
  transition: 0.75s opacity;
}

.archive-category {
  width: 48%;
  display: table;
  height: 430px;
  margin-bottom: 25px;
  table-layout: fixed;
}
.archive-category.odd {
  clear: left;
  float: left;
}
.archive-category.even {
  clear: right;
  float: right;
}
.archive-category .img-container {
  display: table-cell;
  vertical-align: top;
  padding-right: 4%;
}
.archive-category img {
  float: left;
  width: 100%;
}
.archive-category .text {
  display: table-cell;
  vertical-align: top;
}
.archive-category .text span.title {
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin-bottom: 4px;
  word-wrap: break-word;
}
.archive-category .text .button {
  float: left;
  clear: left;
  margin: 5px 0;
  display: block;
}
.archive-category .text .zoom-icon {
  float: left;
  font-size: 15px;
  margin: 6px 0 0 0;
  color: #b7b7b7;
  clear: left;
}
.archive-category .text .regular-text strong {
  font-weight: 700;
  border-bottom: 1px dotted #303030;
}
.archive-category .text .regular-text strong a {
  text-decoration: none;
}
.archive-category.vertical .img-container {
  width: 48%;
}
.archive-category.horizontal .img-container {
  width: 65.5%;
}
.archive-category > a {
  text-decoration: none;
  display: table;
  height: 100%;
  width: 100%;
  float: left;
}

.archive-category img,
.shop-category img {
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.85);
}

.item-sku {
  display: block;
  clear: both;
  font-size: 14px;
  color: #909090;
  margin: 2px 0 8px;
}
.inset .upper .popup-meta .item-sku {
  display: inline;
  clear: none;
  font-size: inherit;
  color: #909090;
}
.cart_item .item-sku, .order_details .item-sku {
  display: inline-block;
  clear: none;
  margin: 0 0.5em 0 0;
  font-size: 1em;
}
.single .item-sku {
  float: none;
  text-align: center;
}
#boxed-contents .item-sku {
  text-align: left;
}

.popup-box {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background: url("../images/e8e8e8-75.png");
  bottom: 0;
  left: 0;
  z-index: 10000;
}
.popup-box .inner-page, .popup-box #main .min-cart-text, #main .popup-box .min-cart-text {
  height: 100%;
  position: relative;
}
.popup-box .inner-page .inset, .popup-box #main .min-cart-text .inset, #main .popup-box .min-cart-text .inset {
  width: 70%;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 15%;
}

.inset > div {
  float: left;
  width: 90%;
  position: relative;
}
.inset .upper {
  background: #ffffff;
  padding: 5%;
}
.inset .upper .left {
  float: left;
  max-width: 50%;
}
.inset .upper h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 3px;
}
.inset .upper .popup-meta {
  color: #909090;
}
.inset .upper .popup-meta span {
  color: #303030;
  font-weight: 600;
}
.inset .upper span.button {
  float: right;
  font-size: 18px;
}
.inset .upper .c4p {
  padding: 8.5px;
}
.inset .upper img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.85);
}
.inset .upper .greeting {
  font-size: 23px;
  line-height: 160%;
  font-weight: 200;
  font-style: italic;
  display: block;
  clear: both;
  color: #808080;
  max-width: 55%;
  margin: 0 auto;
  padding-top: 15px;
  text-align: center;
  clear: both;
  transition: 0.4s opacity;
}
.inset .upper .close {
  background: #ED5F6E;
  color: #ffffff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  z-index: 20000;
  height: 34px;
  width: 34px;
  display: block;
  top: 0;
  right: 0;
  transition: 0.25s background;
}
.inset .upper .close:hover {
  background: #C94252;
}
.inset .lower {
  background: #f5f5f5;
  padding: 2.5% 5% 2.3%;
}
.inset .lower p {
  color: #909090;
  font-size: 12px;
  float: left;
  line-height: 23px;
  max-width: 67%;
}
.inset .lower p a {
  color: #909090;
  font-size: 14px;
}

.text .variation-select {
  float: left;
}
.text .button {
  height: 32px;
  line-height: 32px;
  margin-top: 11px !important;
  background: #29201E;
  color: #ffffff;
}
.text .button:hover {
  background: #C94252;
  color: #ffffff;
}

.variation-selector {
  float: right;
  height: 40px;
  background: #ffffff;
  position: relative;
  width: 300px;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  overflow: hidden;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.12) inset;
}
.variation-selector p {
  float: left;
  width: 50%;
  line-height: 40px;
  text-align: center;
  height: 100%;
  position: relative;
  z-index: 10050;
  display: block;
  font-size: 13px;
  color: #a0a0a0;
  cursor: pointer;
  font-style: italic;
}
.variation-selector .toggle {
  position: absolute;
  z-index: 10100;
  height: 100%;
  width: 50%;
  background: #202020;
  color: #ffffff;
  top: 0;
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  transition: 0.2s left, 0.4s background;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.variation-selector .toggle:hover {
  background: #C94252;
  color: #29201E;
}

.toggle.left {
  left: 0;
}
.toggle.right {
  left: 50%;
}

.button.popup-add-to-cart {
  float: right;
  margin-left: 11px;
}
.button.popup-add-to-cart.disabled {
  background: #ED5F6E;
  color: #ffffff;
}
.button#cart-continue-shop {
  float: left;
}

.variation-select {
  float: right;
  font-size: 13px;
  border: 1px solid #d0d0d0;
  display: inline-block;
  border-radius: 3px;
  overflow: hidden;
  font-family: "AftaSansRegular", sans-serif;
  font-weight: 700;
  color: #707070;
  width: auto;
}
.variation-select option {
  padding: 11px;
}

.add-wrapper {
  float: right;
}

.popup-socials {
  float: right;
}
.popup-socials a {
  text-decoration: none;
}
.popup-socials div {
  float: left;
  font-size: 18px;
  line-height: 16px;
  height: 23px;
  display: block;
  color: #ababab;
  margin-left: 24px;
}

.shop-category {
  float: left;
  width: 25%;
  margin-bottom: 6%;
}
.shop-category.first {
  clear: left;
}
.shop-category a {
  text-decoration: none;
}
.shop-category img {
  display: block;
  margin: 0 auto;
  width: 85%;
}
.shop-category span {
  text-align: center;
  font-weight: 700;
  display: block;
  font-size: 15px;
  margin-top: 13px;
  width: 100%;
  float: left;
  display: block;
}

#sitemap li {
  list-style-type: none;
}

/* General Content */
a {
  color: #29201E;
}
a:hover, a:focus {
  color: #29201E;
  text-decoration: underline;
}

h1, h2, h3, h4 {
  margin-bottom: 0.5em;
  font-weight: 200;
}
h1 a, h2 a, h3 a, h4 a {
  text-decoration: none;
}

h1 {
  font-size: 29px;
}

h2, h3, h4 {
  font-size: 23px;
}

.page-title {
  font-size: 31px;
  text-align: center;
  font-weight: 500;
}

.entry-title {
  font-size: 36px;
  color: #343434;
}

.large-text {
  font-size: 22px;
  line-height: 177%;
  font-weight: 200;
}

.medium-text {
  color: #777777;
  font-size: 19px;
  line-height: 172%;
  font-weight: 300;
  width: 76%;
  margin: 0 auto 23px;
  text-align: center;
}

.regular-text {
  font-size: 15px;
  line-height: 140%;
  color: #303030;
  margin-bottom: 8px;
}

strong, strong * {
  font-weight: 600;
}

em, em *, i, i * {
  font-style: italic;
}

article {
  width: 100%;
}
article p {
  font-size: 16px;
  line-height: 1.3em;
  color: #777777;
  margin-bottom: 1.5em;
}
article a {
  color: #29201E;
  font-weight: 600;
}
article a:hover {
  text-decoration: none;
  border-bottom: 2px solid #C94252;
}
article ul, article ol {
  margin-bottom: 1.5em;
  padding-left: 1.25em;
}
article li {
  list-style-position: outside;
  line-height: 160%;
  color: #777777;
  font-size: 17px;
  margin-bottom: 12px;
}
article ul li {
  list-style-type: disc;
}
article ol li {
  list-style-type: decimal;
}

.page-template-default #featured-image {
  width: 100%;
  margin-bottom: 4.5%;
}

.preview-entry {
  width: 100%;
  margin-bottom: 5%;
}

.alignleft {
  float: left;
  margin: 0.3em 1em 0.5em 0;
}

.alignright {
  float: right;
  margin: 0.3em 0 0.5em 1em;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  font-size: 0.7em;
  line-height: 135%;
}

.wp-pagenavi {
  float: left;
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
.wp-pagenavi span, .wp-pagenavi a {
  background: #f5f5f5;
  font-weight: 700;
  border: 0 solid #000000 !important;
  font-size: 13px;
  padding: 9px 13px !important;
  margin: 0 4px !important;
}
.wp-pagenavi *.current {
  color: #ffffff;
  background: #ED5F6E;
}
.wp-pagenavi .pages {
  display: none !important;
}
.wp-pagenavi .return-to-top__link {
  display: block;
  width: fit-content;
  margin: 12px auto 0 !important;
}

.return-to-top {
  float: left;
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
.return-to-top__link {
  display: inline-block;
  appearance: none;
  border: 0;
  background: #f5f5f5;
  font-family: inherit;
  font-weight: 700;
  font-size: 13px;
  line-height: inherit;
  padding: 9px 13px;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

#comments {
  width: 100%;
  float: left;
}
#comments form label {
  display: block;
}

#comment-list > li {
  width: 100%;
  float: left;
  margin: 0 0 2.5% 0;
}

#error-cat {
  max-width: 100%;
  margin: 35px auto 0;
  display: block;
}

.widget {
  width: 100%;
  margin-bottom: 17%;
}
.widget p {
  margin-bottom: 1.45em;
  line-height: 1.6em;
}
.widget > ul {
  border-top: 1px solid #F7F4EF;
}
.widget > ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #F7F4EF;
}
.widget > ul li a {
  line-height: 2em;
  text-decoration: none;
  color: #777777;
}
.widget > ul li a:hover, .widget > ul li a:focus {
  text-decoration: underline;
}

.widget-title {
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 1px;
}

/* Woocommerce */
#shipping_method li {
  list-style: none;
  margin-left: 0;
}

.woocommerce-cart #sidebar,
.woocommerce-checkout #sidebar {
  display: none;
}

.woocommerce-cart #content.flexible-content,
.woocommerce-checkout #content.flexible-content {
  width: 100%;
}

.shop_table.cart {
  width: 99.9%;
}
.shop_table.cart .button {
  float: right;
  margin-left: 10px;
  display: block;
}
.shop_table.cart .product-thumbnail img {
  width: 90px;
  height: auto;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.85);
}
.shop_table.cart .coupon {
  display: none;
}
.shop_table.cart .variation dt, .shop_table.cart .variation dd {
  display: inline-block;
  float: none;
}
.shop_table.cart .plus,
.shop_table.cart .minus {
  background: #29201E;
  color: #ffffff;
  height: 25px;
  line-height: 25px;
  width: 20px;
  font-size: 0.8em;
  font-weight: 700;
  cursor: pointer;
}
.shop_table.cart .qty {
  height: 25px;
  line-height: 25px;
  background: #f0f0f0;
  text-align: center;
  width: 56px;
}
.shop_table.cart .remove {
  font-size: 24px;
  display: block;
}

.woocommerce-checkout .shop_table {
  width: 60%;
  margin-bottom: 5%;
}
.woocommerce-checkout .woocommerce-info {
  margin-bottom: 3%;
}

.woocommerce-page .order_details {
  width: 100%;
}

.wc-proceed-to-checkout {
  margin-top: 1rem;
}

ul.order_details li {
  list-style: none;
  margin-bottom: 0;
}

dl {
  width: 100%;
  overflow: hidden;
}
dl dt {
  float: left;
  margin-right: 0.3em;
  clear: left;
}
dl dd {
  float: left;
  clear: right;
}
.order_details .order_item dl {
  display: inline-block;
}

.shop_table a {
  text-decoration: none;
}

.woocommerce-cart .message,
.woocommerce-checkout .message {
  display: block;
  background-color: #ED5F6E;
  color: #ffffff;
  padding: 0.75rem 1rem;
  border-radius: 2px;
  text-align: center;
}
.woocommerce-cart .message a,
.woocommerce-checkout .message a {
  color: #ffffff;
}
.woocommerce-cart .message a:hover, .woocommerce-cart .message a:focus,
.woocommerce-checkout .message a:hover,
.woocommerce-checkout .message a:focus {
  color: #ffffff;
  text-decoration: underline;
}

.shop_table th,
.shop_table td {
  border: 1px solid #e0e0e0;
  vertical-align: middle;
  padding: 10px;
  text-align: center;
}
.shop_table .product-name > a {
  display: block;
  margin-bottom: 6px;
}
.shop_table .product-name .variation-Style p {
  margin: 0;
  line-height: 130%;
}

input[type=number] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  background: #f5f5f5;
  padding: 1em;
  margin-bottom: 1.5em;
}
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce-error .button {
  display: inline-block;
  margin-left: 1em;
}

.woocommerce .password-input {
  display: block;
  position: relative;
  width: 100%;
}
.woocommerce .password-input input[type=password],
.woocommerce .password-input input[type=text] {
  box-sizing: border-box;
  width: 100%;
  padding-right: 2.5rem;
}
.woocommerce .password-input input::-ms-reveal {
  display: none;
}

.woocommerce .show-password-input {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #29201E;
  cursor: pointer;
  font-size: inherit;
  height: auto;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0.7em;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  -webkit-appearance: none;
  appearance: none;
}
.woocommerce .show-password-input::before {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%2329201E"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 22px;
  width: 22px;
}
.woocommerce .show-password-input.display-password::before {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%2329201E"/></svg>');
}

.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px 0.5em;
  margin-top: 0.5em;
  font-size: 1em;
  color: #29201E;
}
.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
}
.woocommerce-password-strength.short {
  background-color: #f1adad;
}
.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
}
.woocommerce-password-strength.good {
  background-color: #ffe399;
}

.woocommerce-password-hint {
  margin: 0.5em 0 0;
  display: block;
  color: #29201E;
}

.woocommerce-cart .cart-collaterals {
  margin-top: 2em;
  float: right;
}

.cart-collaterals h2 {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.5rem;
}
.cart-collaterals table td {
  padding: 0.5em 1em;
}
.cart-collaterals table th {
  padding: 0.5em 1em;
  text-align: right;
}
.cart-collaterals .shipping_calculator {
  margin-top: 2em;
}

.cart_totals .fee th {
  font-weight: bold;
  color: #29201E;
}

.shipping-calculator-button:after {
  position: relative;
  content: "↓";
  left: 0.5em;
}

.shipping-calculator-form .form-row {
  margin-bottom: 0.3em;
}
.shipping-calculator-form select {
  width: 95%;
}

#order_review li {
  list-style-type: none;
}

.customer_details {
  margin-bottom: 3%;
}

.customer_details dd,
.customer_details dt,
.woocommerce-account address {
  color: #777777;
  font-size: 16px;
  line-height: 193%;
}

.shop_table.my_account_orders {
  width: 100%;
  margin-bottom: 2%;
}
.shop_table.my_account_orders .button {
  display: block;
}

.woocommerce-account .col-1 address,
.woocommerce-account .col-2 address {
  margin-bottom: 2%;
}

.woocommerce-account .login .button {
  width: 50%;
  display: block;
  margin-top: 1em;
}

.woocommerce-account__retailer-signup .gform_wrapper ul,
.woocommerce-account__retailer-signup .gform_wrapper ol {
  padding-left: 0;
}

.checkout .shop_table th {
  font-weight: bold;
}

.checkout .shop_table tbody .product-name,
.order_details tbody .product-name {
  text-align: left;
}

.checkout .shop_table tfoot th {
  text-align: right;
}

.col2-set {
  overflow: hidden;
  margin-bottom: 1em;
}

.col-1 {
  width: 48%;
  float: left;
}

.col-2 {
  width: 48%;
  float: right;
}

#payment {
  background: #eeeeee;
  padding: 1em;
}

.payment_box {
  padding-left: 1em;
}

/* Store Locator */
#sl_div label {
  text-align: left !important;
}
#sl_div #addressSubmit.slp_ui_button {
  background: #ED5F6E;
  color: #ffffff;
  border: 0px solid #cecece;
  padding: 0 28px;
  height: 40px;
  line-height: 41px;
  font-size: 0.8em;
  border-radius: 4px !important;
  margin: 0 auto;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 13px;
  display: table;
  transition: 0.5s background;
  cursor: pointer;
}

#addy_in_address {
  margin-bottom: 8px;
}

#searchForm select {
  padding: 8px;
}
#searchForm #addy_in_radius label {
  line-height: 34px;
}

#map_sidebar {
  margin-top: 35px;
}

#map_sidebar a,
.location_name {
  color: #101010 !important;
}

#map_sidebar div.results_entry {
  padding: 18px 2% !important;
  width: 96% !important;
}

/* =Footer
---------------------------------------------------------------------- */
#footer,
#footer a {
  color: #ffffff;
  text-decoration: none;
}

#footer-1 {
  padding: 50px 0;
}

.footer-column,
.footer-widget {
  float: left;
  width: 20%;
  margin: 0 5% 0 0;
}

.footer-column h2,
.footer-widget .widget-title {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
}

.footer-column p {
  font-size: 13px;
  line-height: 166%;
  margin-bottom: 11%;
}

.footer-column a:hover {
  text-decoration: underline !important;
}

.footer-column ul,
.footer-widget .menu {
  width: 100%;
  border-top: 1px solid #343434;
  margin-bottom: 0;
}

.footer-column li a,
.footer-widget .menu a {
  display: block;
  padding: 11px 0;
  font-size: 13px;
  border-bottom: 1px solid #343434;
}

.footer-icon {
  text-decoration: none !important;
}
.footer-icon div {
  border-radius: 50%;
  color: #ffffff;
  display: inline-grid;
  align-items: center;
  justify-content: center;
  float: left;
  font-size: 23px;
  height: 45px;
  line-height: 54px;
  text-align: center;
  width: 45px;
  margin: 0 4px 0 0;
}
.footer-icon div.facebook {
  background: #1877F2;
}
.footer-icon div.facebook:hover {
  background: #0D65D9;
}
.footer-icon div.twitter {
  background: #1DA1F2;
}
.footer-icon div.twitter:hover {
  background: #0C85D0;
}
.footer-icon div.instagram {
  background: #E4405F;
}
.footer-icon div.instagram:hover {
  background: #C13584;
}
.footer-icon div.pinterest {
  background: #E60023;
}
.footer-icon div.pinterest:hover {
  background: #BD001C;
}

#share-block {
  margin: 40px 0 0 0;
}

#footer-2 {
  padding: 25px 0;
  border-top: 1px solid #343434;
}

#footer-2,
#footer-2 a {
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 600;
}
#footer-2:hover, #footer-2:focus,
#footer-2 a:hover,
#footer-2 a:focus {
  text-decoration: underline;
}

#footer-2-left {
  float: left;
}
#footer-2-left a {
  float: left;
  display: block;
  text-decoration: none;
}
#footer-2-left span {
  float: left;
  margin: 0 8px;
  display: block;
}

#footer-2-right {
  float: right;
}

#footer-copyright {
  padding: 20px 0;
}
#footer-copyright p {
  font-size: 12px;
  line-height: 120%;
}

/* =Forms & Buttons
---------------------------------------------------------------------- */
textarea {
  overflow: hidden;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=password],
textarea,
select {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  width: calc(100% - 1em - 2px);
  padding: 0.5em;
  line-height: 1.5em;
  font-size: inherit;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  border: 1px solid #a0a0a0;
}

input[type=submit] {
  cursor: pointer;
}

.gform_wrapper {
  width: 99.4%;
}
.gform_wrapper .gfield {
  margin-bottom: 2%;
}
.gform_wrapper li {
  list-style-type: none;
}
.gform_wrapper .gfield > .gfield_label {
  display: block;
  margin: 0 0 0.4em 0;
}
.gform_wrapper .gfield .ginput_complex > span {
  display: block;
  margin-top: 2%;
}
.gform_wrapper .gfield .ginput_complex select {
  width: 100%;
}
.gform_wrapper .validation_error {
  display: block;
  margin: 0 0 0.7em 0;
}
.gform_wrapper .validation_message {
  display: block;
  margin: 0.4em 0 0 0;
  font-size: 0.8em;
}
.gform_wrapper .gfield.gfield_error input,
.gform_wrapper .gfield.gfield_error textarea {
  border: 1px solid #C94252;
}
.gform_wrapper input[type=submit] {
  margin: 0 auto 10px;
}

input[type=submit],
.button {
  background: #ED5F6E;
  color: #ffffff;
  border: 0px solid #cecece;
  padding: 0 28px;
  height: 40px;
  line-height: 41px;
  font-size: 0.8em;
  border-radius: 4px !important;
  margin: 0 auto;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 13px;
  display: table;
  transition: 0.5s background;
  cursor: pointer;
  font-family: inherit;
}
input[type=submit].black,
.button.black {
  background: #29201E;
  color: #ffffff;
}
input[type=submit].thin,
.button.thin {
  height: 32px;
  line-height: 32px;
}
input[type=submit].single-add:hover,
.button.single-add:hover {
  background: #C94252;
  color: #ffffff;
}
input[type=submit][disabled],
.button[disabled] {
  background-color: #e2e2e2;
  color: #343434;
  cursor: default;
}
input[type=submit][disabled]:hover,
.button[disabled]:hover {
  background-color: #e2e2e2;
  color: #343434;
}

.gform_wrapper input[type=submit]:hover,
#comments #submit:hover,
.button:hover {
  background: #C94252;
  color: #ffffff;
}

.gform_ajax_spinner {
  display: none;
}

#place_order {
  display: block;
  padding: 0;
  width: 50%;
}

.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.retailer-signup {
  border: 1px solid #e0e0e0;
  width: 100%;
  margin-bottom: 1.5rem;
}
.retailer-signup th {
  text-align: left !important;
}
.retailer-signup .button {
  background-color: #ED5F6E;
  color: #ffffff;
  padding: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}

#retailer_lightbox {
  display: none;
}
.featherlight #retailer_lightbox {
  display: block;
  position: relative;
  width: 100%;
  max-width: 640px;
  background-color: #ED5F6E;
}
#retailer_lightbox .content-wrapper {
  padding: 3rem 1.5rem;
  position: relative;
  text-align: center;
}
#retailer_lightbox h2 {
  color: #ffffff;
}
#retailer_lightbox .text {
  color: #ffffff;
  margin: 1.5rem 0;
  line-height: 1.26;
}
#retailer_lightbox .text a {
  color: #ffffff;
}
#retailer_lightbox .button {
  background-color: #ED5F6E;
  border: 2px solid #ffffff;
  color: #ffffff;
  transition: all 0.6s ease;
}
#retailer_lightbox .button:hover, #retailer_lightbox .button:focus {
  background-color: #ffffff;
  color: #29201E;
}

/* Featherlight */
@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0);
  }
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    min-width: 30%;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
  }
  .featherlight .featherlight-inner {
    display: block;
  }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font: Arial, sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }
  .featherlight .featherlight-image {
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
  }
  .featherlight iframe {
    border: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*# sourceMappingURL=cc-style.css.map */
