@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i&subset=cyrillic-ext,latin-ext");
ul.products li.product h2.woocommerce-loop-product__title,
ul.products li.product h3.woocommerce-loop-product__title {
  position: relative;
  min-height: 70px; }
  ul.products li.product h2.woocommerce-loop-product__title::after,
  ul.products li.product h3.woocommerce-loop-product__title::after {
    content: ' ';
    display: block;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: calc(50% - 50px);
    width: 100px;
    margin: 0 auto;
    border-bottom: 1px solid #c5c287; }

[for="payment_method_braintree_credit_card"] img {
  margin-left: 5px; }

.shop_table.woocommerce-checkout-review-order-table thead > tr > th.product-name {
  width: 50%; }
.shop_table.woocommerce-checkout-review-order-table select[name^="wc_shipping_"] {
  padding: 0.25rem;
  width: 100%; }

span.free {
  position: relative;
  font-size: 0.75rem;
  /* border: 1px solid #6dbb3c; */
  padding: 0.05rem 0.25rem;
  border-radius: 3px;
  background-color: #6dbb3c;
  color: #FFF;
  margin-left: 0.35rem;
  top: -1px; }

[for^="shipping_method_"] span.free {
  display: inline-table; }
[for^="shipping_method_"] .amount {
  display: inline-block; }
  [for^="shipping_method_"] .amount + span.free {
    display: none !important; }

.code-notification-wrapper {
  display: table;
  position: relative;
  width: auto;
  margin: 1rem auto 1.5rem;
  padding: 0.25rem;
  background-color: rgba(0, 0, 0, 0.03); }
  .code-notification-wrapper .code-notification {
    border: 1px dashed #ddd;
    padding: 0.5rem 1rem;
    text-align: center; }
    .code-notification-wrapper .code-notification small {
      display: block; }
      @media (min-width: 768px) {
        .code-notification-wrapper .code-notification small {
          display: inline-block; } }

.codes-notify {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  right: 1.25rem;
  bottom: 5rem;
  width: 42px;
  height: 42px;
  background-color: crimson;
  color: #fff;
  border-radius: 42px;
  cursor: pointer; }
  .codes-notify.active {
    display: flex;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
    @media (min-width: 768px) {
      .codes-notify.active {
        opacity: 0.4; } }
    .codes-notify.active:hover {
      opacity: 1;
      transition: all 0.5s ease-in-out; }

.discount-code {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  margin: 0 0.5rem;
  padding: 0.15rem 0.5rem 0.15rem 0.5rem;
  background-color: #f6f5e3;
  border: 1px dashed #c5c287;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #333;
  cursor: pointer; }

.discount-code-input {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

.code-popup-wrapper {
  display: none;
  position: fixed;
  align-items: center;
  align-content: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000001; }
  .code-popup-wrapper.active {
    display: flex; }
  .code-popup-wrapper::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1; }
  .code-popup-wrapper .code-popup {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 20rem;
    height: 20rem;
    margin: 0;
    padding: 0.5rem;
    background-color: #fff;
    font-weight: 300;
    z-index: 2; }
    .code-popup-wrapper .code-popup:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url("/wp-content/uploads/2018/02/BRESLAVA_logo-1.svg");
      background-repeat: repeat;
      background-position: center 120%;
      background-size: 70%;
      opacity: 0.08; }
    .code-popup-wrapper .code-popup .discount-code {
      display: inline-block;
      position: relative;
      width: auto;
      height: auto;
      margin: 0 auto 0.25rem;
      padding: 0.15rem 2rem 0.05rem 2rem;
      background-color: #f6f5e3;
      border: 2px dashed #333;
      font-size: 2rem;
      line-height: 2.8rem;
      color: #333;
      cursor: pointer; }
    .code-popup-wrapper .code-popup .slide-arrow {
      display: none;
      position: absolute;
      top: calc(50% - 1rem);
      left: -0.35rem;
      width: 2rem;
      height: 2rem;
      padding: 0.4rem;
      background-color: #eee;
      cursor: pointer;
      transition: all 0.1s ease-in-out;
      z-index: 100; }
      .code-popup-wrapper .code-popup .slide-arrow.slide-next {
        left: auto;
        right: -0.35rem; }
      .code-popup-wrapper .code-popup .slide-arrow.active {
        display: flex; }
      .code-popup-wrapper .code-popup .slide-arrow:hover {
        left: -0.55rem;
        background-color: #ddd;
        transition: all 0.2s ease-in-out; }
        .code-popup-wrapper .code-popup .slide-arrow:hover.slide-next {
          left: auto;
          right: -0.55rem; }
      .code-popup-wrapper .code-popup .slide-arrow img.rot {
        transform: rotate(180deg); }
    .code-popup-wrapper .code-popup .code-slider {
      display: block;
      position: relative;
      flex-direction: row;
      white-space: nowrap; }
      .code-popup-wrapper .code-popup .code-slider .code-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        width: 19rem;
        height: 19rem;
        padding: 1rem;
        text-align: center;
        opacity: 0;
        transition: all 0.4s ease-in-out;
        border: 1px dashed #333;
        pointer-events: none; }
        .code-popup-wrapper .code-popup .code-slider .code-slide.active {
          pointer-events: all;
          opacity: 1;
          transition: all 1s ease-in-out; }
        .code-popup-wrapper .code-popup .code-slider .code-slide h4 {
          font-size: 1.75rem;
          white-space: normal;
          width: 80%;
          margin: 0 auto 1rem;
          line-height: 1.7rem; }
        .code-popup-wrapper .code-popup .code-slider .code-slide h5 {
          font-size: 1.25rem;
          margin: 0 auto 0.25rem; }
        .code-popup-wrapper .code-popup .code-slider .code-slide small {
          margin: 0 auto 1rem; }
        .code-popup-wrapper .code-popup .code-slider .code-slide .description {
          font-size: 1rem;
          line-height: 1.4rem;
          white-space: normal; }
  .code-popup-wrapper .close-code-popup {
    display: block;
    position: absolute;
    top: calc(0.5rem + 1px);
    right: calc(0.5rem + 1px);
    width: 2rem;
    height: 2rem;
    background-color: #ddd;
    cursor: pointer;
    transition: all 0.2s ease-in-out; }
    .code-popup-wrapper .close-code-popup:before, .code-popup-wrapper .close-code-popup:after {
      content: '';
      display: block;
      position: absolute;
      top: 1rem;
      left: calc(50% - 0.75rem);
      width: 1.5rem;
      height: 2px;
      background-color: #fff;
      transform: rotate(45deg);
      z-index: 10; }
    .code-popup-wrapper .close-code-popup:after {
      transform: rotate(315deg); }
    .code-popup-wrapper .close-code-popup:hover {
      background-color: crimson;
      transition: all 0.3s ease-in-out; }

#page .hero.slick-slider.slick-initialized {
  width: 100% !important;
  height: calc(100vh - 100px) !important;
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    #page .hero.slick-slider.slick-initialized {
      height: 56.25vw !important;
      margin-bottom: auto; } }
  #page .hero.slick-slider.slick-initialized .slick-slide {
    height: calc(100vh - 250px) !important; }
    @media (min-width: 768px) {
      #page .hero.slick-slider.slick-initialized .slick-slide {
        height: 56.25vw !important; } }
    #page .hero.slick-slider.slick-initialized .slick-slide .slide-content[class*="left-"] {
      align-items: flex-start;
      justify-content: flex-start; }
    #page .hero.slick-slider.slick-initialized .slick-slide .slide-content[class*="center-"] {
      align-items: center;
      justify-content: center; }
    #page .hero.slick-slider.slick-initialized .slick-slide .slide-content[class*="right-"] {
      align-items: flex-end;
      justify-content: flex-end; }
    #page .hero.slick-slider.slick-initialized .slick-slide .slide-content h4 {
      width: 60%; }
    #page .hero.slick-slider.slick-initialized .slick-slide.slick-active .slide-content {
      opacity: 1;
      display: flex; }
      #page .hero.slick-slider.slick-initialized .slick-slide.slick-active .slide-content.left-top, #page .hero.slick-slider.slick-initialized .slick-slide.slick-active .slide-content.center-top, #page .hero.slick-slider.slick-initialized .slick-slide.slick-active .slide-content.right-top {
        top: 180px;
        bottom: auto; }
      #page .hero.slick-slider.slick-initialized .slick-slide.slick-active .slide-content.left-middle, #page .hero.slick-slider.slick-initialized .slick-slide.slick-active .slide-content.center-middle, #page .hero.slick-slider.slick-initialized .slick-slide.slick-active .slide-content.right-middle {
        top: 48%;
        bottom: auto; }
      #page .hero.slick-slider.slick-initialized .slick-slide.slick-active .slide-content.left-bottom, #page .hero.slick-slider.slick-initialized .slick-slide.slick-active .slide-content.center-bottom, #page .hero.slick-slider.slick-initialized .slick-slide.slick-active .slide-content.right-bottom {
        top: auto;
        bottom: 160px; }
    #page .hero.slick-slider.slick-initialized .slick-slide.has-content:after {
      content: ' ';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.1); }
  #page .hero.slick-slider.slick-initialized .slide-content {
    display: none;
    flex-direction: column;
    position: absolute;
    width: 100%;
    transition: all 0.3s linear;
    opacity: 0;
    z-index: 1; }
    #page .hero.slick-slider.slick-initialized .slide-content h2 {
      position: relative; }
      #page .hero.slick-slider.slick-initialized .slide-content h2::before {
        content: '';
        position: absolute;
        bottom: -20px;
        left: calc(50% - 75px);
        width: 240px;
        height: 40px;
        background-image: url(/wp-content/themes/storefront-child/assets/images/ornament_gold.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        transform: rotate(180deg);
        transform-origin: center;
        opacity: 0.6; }
    #page .hero.slick-slider.slick-initialized .slide-content.dark h2, #page .hero.slick-slider.slick-initialized .slide-content.dark h4 {
      color: #333; }
    #page .hero.slick-slider.slick-initialized .slide-content.text-left {
      text-align: left; }
      #page .hero.slick-slider.slick-initialized .slide-content.text-left h2::before {
        left: 0; }
      #page .hero.slick-slider.slick-initialized .slide-content.text-left h2:after {
        margin: 12px auto 20px 0; }
    #page .hero.slick-slider.slick-initialized .slide-content.text-center {
      text-align: center; }
    #page .hero.slick-slider.slick-initialized .slide-content.text-right {
      text-align: right; }
      #page .hero.slick-slider.slick-initialized .slide-content.text-right h2:after {
        margin: 12px 0 20px auto; }
    #page .hero.slick-slider.slick-initialized .slide-content.left-top {
      top: 200px;
      left: 8rem;
      right: auto;
      bottom: auto; }
    #page .hero.slick-slider.slick-initialized .slide-content.left-middle {
      top: 50%;
      left: 8rem;
      right: auto;
      bottom: auto; }
    #page .hero.slick-slider.slick-initialized .slide-content.left-bottom {
      top: auto;
      left: 8rem;
      right: auto;
      bottom: 120px; }
    #page .hero.slick-slider.slick-initialized .slide-content.center-top {
      top: 200px;
      left: calc(50% - 250px);
      right: auto;
      bottom: auto; }
    #page .hero.slick-slider.slick-initialized .slide-content.center-middle {
      top: 50%;
      left: calc(50% - 250px);
      right: auto;
      bottom: auto; }
    #page .hero.slick-slider.slick-initialized .slide-content.center-bottom {
      top: auto;
      left: calc(50% - 250px);
      right: auto;
      bottom: 6rem; }
    #page .hero.slick-slider.slick-initialized .slide-content.right-top {
      top: 200px;
      left: auto;
      right: 8rem;
      bottom: auto; }
    #page .hero.slick-slider.slick-initialized .slide-content.right-middle {
      top: 50%;
      left: auto;
      right: 8rem;
      bottom: auto; }
    #page .hero.slick-slider.slick-initialized .slide-content.right-bottom {
      top: auto;
      left: auto;
      right: 8rem;
      bottom: 120px; }

.storefront-product-section.fw {
  width: auto !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 1rem !important;
  box-sizing: content-box !important; }
  @media (min-width: 767px) {
    .storefront-product-section.fw {
      max-width: 66.4989378333em !important;
      padding: 0 2.617924em !important; } }

section.related.products > ul.products > li,
section.up-sells.upsells.products > ul.products > li {
  width: 100% !important; }
  @media (min-width: 767px) {
    section.related.products > ul.products > li,
    section.up-sells.upsells.products > ul.products > li {
      width: 33.333% !important; } }

@media (max-width: 767px) {
  #wpadminbar {
    position: fixed !important;
    top: 0 !important; }

  #masthead > .col-full {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important; }

  .site-header .site-branding {
    height: auto !important; }

  .hero.slick-initialized.slick-slider,
  .slide.slick-slide {
    width: 100vw !important; }

  .slide.slick-slide {
    background-size: cover !important; }

  /** content */
  #content section .section-title {
    padding: 0; }
  #content section.storefront-product-section {
    padding: 0; }
    #content section.storefront-product-section.fw .section-title {
      padding: 0 1rem; }
      #content section.storefront-product-section.fw .section-title:after {
        width: 60% !important;
        margin: -11px auto 20px auto !important; }
  #content section.storefront-product-categories div.woocommerce.columns-3 ul.products {
    margin: 0; }
    #content section.storefront-product-categories div.woocommerce.columns-3 ul.products li.product-category {
      width: 100vw !important;
      margin: 0 0 2rem !important;
      overflow: hidden !important; }
      #content section.storefront-product-categories div.woocommerce.columns-3 ul.products li.product-category:before {
        top: calc(100% - 100px) !important; }
      #content section.storefront-product-categories div.woocommerce.columns-3 ul.products li.product-category img {
        width: 100vw;
        margin: 0;
        padding: 0; }

  /** footer */
  .storefront-handheld-footer-bar ul li > a {
    display: flex !important;
    font-size: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
    min-height: 50px !important;
    background-color: #fff !important; }
    .storefront-handheld-footer-bar ul li > a:before {
      display: block !important;
      font-size: 1.2rem !important; }
  .storefront-handheld-footer-bar ul li.cart .count {
    font-size: 1rem !important; }

  /* Language switcher */
  .pll-parent-menu-item {
    margin-top: 0.5rem !important; }
    .pll-parent-menu-item [href="#pll_switcher"] {
      display: none !important; }
    .pll-parent-menu-item .sub-menu li a {
      display: block !important;
      padding: 1.125rem 1rem 0.825rem 1rem !important;
      color: #c89f4d !important; }
    .pll-parent-menu-item .sub-menu li.current-lang {
      text-decoration: underline !important; }

  .main-navigation button.menu-toggle,
  .main-navigation button.menu-toggle:hover {
    position: absolute !important;
    top: 1rem !important;
    right: 0rem !important; }
  .main-navigation.toggled .handheld-navigation {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: auto !important;
    max-height: calc(100vh - 100px) !important;
    overflow: hidden !important;
    overflow-y: auto !important; }
  .main-navigation .handheld-navigation #menu-mobile-menu,
  .main-navigation .handheld-navigation #menu-mobile-menu-lv,
  .main-navigation .handheld-navigation #menu-mobile-menu-ru {
    display: flex !important;
    position: relative !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important; } }
.hero.slick-initialized.slick-slider {
  width: 100vw !important;
  height: 100vh !important;
  overflow: hidden; }

.on-sale {
  position: absolute;
  top: 0.5rem;
  left: 1.5rem;
  padding: 0.25rem 0.5rem;
  border: 0;
  color: #fff;
  background-color: crimson;
  font-size: 0.55rem;
  opacity: 1;
  transition: opacity 0.3s ease-in-out; }
  @media (min-width: 767px) {
    .on-sale {
      font-size: 0.75rem; } }

ul.products li.product h2.woocommerce-loop-product__title,
ul.products li.product h3.woocommerce-loop-product__title {
  font-family: "Playfair Display", serif !important;
  font-size: 1.2rem !important;
  text-transform: uppercase !important; }

.social-icons {
  display: flex; }
  .social-icons a:not(:first-of-type) {
    margin-left: 1rem; }

.site-footer {
  padding-bottom: 0 !important; }
  .site-footer .product_list_widget li {
    padding: 0 0 1rem;
    margin: 0 0 1rem; }
  .site-footer #media_image-2,
  .site-footer #text-2 {
    margin-bottom: 1rem; }

@media (min-width: 767px) {
  .home .site-header {
    position: absolute !important;
    width: 100% !important;
    background-color: rgba(255, 255, 255, 0.7) !important; } }
.home .hero .slide {
  height: calc((100vw / 16) * 9);
  background-size: 100vw;
  background-position: center;
  -webkit-transition: opacity 2s ease, background-size 7s ease-out !important;
  -moz-transition: opacity 2s ease, background-size 7s ease-out !important;
  -o-transition: opacity 2s ease, background-size 7s ease-out !important;
  transition: opacity 2s ease, background-size 7s ease-out !important; }
  .home .hero .slide.slick-active {
    background-size: 120vw;
    -webkit-transition: opacity 2s ease, background-size 10s ease-out !important;
    -moz-transition: opacity 2s ease, background-size 10s ease-out !important;
    -o-transition: opacity 2s ease, background-size 10s ease-out !important;
    transition: opacity 2s ease, background-size 10s ease-out !important; }

.watchers {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: sans-serif;
  font-size: 0.825rem;
  clear: both; }
  .watchers img {
    width: 16px;
    margin: 4px 4px 0 0;
    opacity: 0.3; }
  .watchers em {
    display: block;
    margin: 6px 0 0 0;
    font-style: normal; }

ul.products.added-nav-cats {
  background-color: #f8f3e9;
  padding: 0.5rem;
  margin-bottom: 0.5rem; }
  @media (min-width: 767px) {
    ul.products.added-nav-cats {
      padding: 1rem;
      margin: 0;
      margin-bottom: 0.5rem;
      width: 100%; } }
  ul.products.added-nav-cats li.added-nav-cat {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: 33.333% !important;
    height: auto;
    margin-bottom: 0;
    padding: 0 0.3rem !important;
    text-align: center !important;
    overflow: hidden;
    border-left: 1px solid #00000020; }
    @media (min-width: 767px) {
      ul.products.added-nav-cats li.added-nav-cat {
        border-left: 0; } }
    ul.products.added-nav-cats li.added-nav-cat:first-of-type {
      border-left: 0; }
    ul.products.added-nav-cats li.added-nav-cat:before, ul.products.added-nav-cats li.added-nav-cat:after {
      display: none !important; }
    ul.products.added-nav-cats li.added-nav-cat a.add-cat-image {
      display: none;
      position: relative;
      width: 50%;
      margin-right: 0.5rem;
      padding-bottom: 30%;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      @media (min-width: 767px) {
        ul.products.added-nav-cats li.added-nav-cat a.add-cat-image {
          display: block; } }
      ul.products.added-nav-cats li.added-nav-cat a.add-cat-image + a {
        display: block;
        width: 100%; }
    ul.products.added-nav-cats li.added-nav-cat h2.woocommerce-loop-category__title {
      display: block;
      font-size: 0.7rem !important;
      text-transform: uppercase;
      color: #C89F4D !important;
      text-align: center;
      white-space: nowrap;
      margin: 0.3rem 0; }
      @media (min-width: 767px) {
        ul.products.added-nav-cats li.added-nav-cat h2.woocommerce-loop-category__title {
          font-size: 1rem !important;
          text-align: left; } }

.cat-separator {
  margin-top: 0 !important; }
  .cat-separator:after {
    width: 80% !important; }

#catapult-cookie-bar {
  padding: 0 !important;
  top: 0;
  bottom: auto;
  z-index: 1000; }
  #catapult-cookie-bar .ctcc-inner {
    padding: 0.5rem !important; }
    #catapult-cookie-bar .ctcc-inner .ctcc-left-side {
      font-size: .8rem; }
      #catapult-cookie-bar .ctcc-inner .ctcc-left-side .ctcc-more-info-link {
        text-decoration: underline;
        padding: 0 0 0 0.2rem; }
    #catapult-cookie-bar .ctcc-inner #catapultCookie {
      position: relative;
      top: -1px;
      width: 24px;
      height: 24px;
      margin: 0 0 0 1rem;
      padding: 0.25rem .5rem;
      font-size: 0;
      border-radius: 32px; }
      #catapult-cookie-bar .ctcc-inner #catapultCookie:after {
        content: 'x';
        font-size: .8rem;
        line-height: 0.5rem; }

.jb-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: -520px;
  bottom: 20px;
  width: calc(100% - 40px);
  max-width: 400px;
  height: 80px;
  padding: 10px 20px 10px 10px;
  margin: 20px 0 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  font-size: 14px;
  z-index: 9999; }
  .jb-popup:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .jb-popup.jb-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 20px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .jb-popup .jb-title {
    width: calc(100% - 130px); }
  .jb-popup .jb-image {
    display: block;
    position: relative;
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    border: 1px solid #cbbe8f;
    margin-right: 14px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .jb-popup .jb-product-link {
    display: block; }
  .jb-popup .jb-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    top: 12px;
    left: auto;
    right: 0;
    right: 5px;
    width: 64px;
    height: 56px;
    cursor: pointer;
    border-left: 1px solid #00000009; }
    .jb-popup .jb-close:before, .jb-popup .jb-close:after {
      content: " ";
      display: block;
      position: absolute;
      top: 50%;
      width: 32px;
      height: 1px;
      background-color: #00000030;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .jb-popup .jb-close:after {
      -webkit-transform: rotate(315deg);
      transform: rotate(315deg); }

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.07) !important; }
.widget_price_filter .ui-slider .ui-slider-handle {
  width: 18px !important;
  height: 18px !important;
  margin: -6px 0 0 -9px !important;
  border-radius: 1rem !important;
  cursor: grab !important; }
.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #C89F4D !important; }

.widget.widget_search, .widget.widget_product_search {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.97);
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease-in-out;
  z-index: 100000000; }
  .widget.widget_search form:before, .widget.widget_product_search form:before {
    top: calc(50% - 1rem);
    left: 1rem;
    width: 2rem;
    height: 2rem;
    font-size: 2rem !important;
    opacity: 0.5; }
  .widget.widget_search form input[type=search], .widget.widget_product_search form input[type=search] {
    width: 80vw;
    height: 4rem;
    font-size: 2rem;
    padding-left: 3.5rem; }
  .widget.widget_search.active, .widget.widget_product_search.active {
    opacity: 1;
    pointer-events: all; }

.open-search {
  vertical-align: top;
  padding: 1.618em 1em;
  line-height: 1.8rem;
  cursor: pointer; }
  .open-search:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    content: "\f002"; }

.close-search {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  text-transform: uppercase;
  font-family: monospace;
  font-size: 2rem;
  color: #fff;
  background-color: #333;
  cursor: pointer;
  transition: all 0.4s ease-in-out; }
  .close-search:hover {
    background-color: #C89F4D;
    transition: all 0.6s ease-in-out; }

article.product {
  display: inline-block;
  vertical-align: top;
  padding: 0 1rem 2rem;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 4rem;
  overflow: hidden; }
  @media (min-width: 1120px) {
    article.product {
      width: calc(50% - 1rem);
      height: auto; } }
  article.product .alpha.entry-title {
    text-align: center;
    font-family: "Playfair Display", serif !important;
    font-size: 1.4rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0px;
    height: auto;
    min-height: 3rem; }
    article.product .alpha.entry-title a {
      color: #333;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  article.product .entry-content {
    display: flex;
    position: relative;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: auto;
    padding-bottom: 100%; }
    article.product .entry-content img {
      position: absolute;
      top: 0;
      left: 0;
      max-width: 100%;
      max-height: 100%; }
  article.product .entry-meta,
  article.product .entry-content p {
    display: none; }

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }
#background-video {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }
  @media (hover: none) {
    #background-video {
      display: none; } }

.custom-logo-link:after {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  width: 100%;
  height: 100%;
  filter: blur(50px); }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: calc(100% - 72px); }

#swipebox-overlay {
  z-index: 100000000 !important; }

#swipebox-prev, #swipebox-next, #swipebox-close {
  background-color: rgba(0, 0, 0, 0.2); }

#swipebox-close {
  top: 1rem;
  right: 2rem; }

.single-product div.product .woocommerce-product-gallery img {
  margin: 0 auto; }

.zoomImg {
  width: auto;
  height: auto;
  max-width: 100% !important;
  max-height: 100% !important; }

.woocommerce-product-gallery__trigger {
  display: none; }

.woocommerce-message {
  position: relative;
  background: #C89F4D;
  background-image: linear-gradient(115deg, #C89F4D 0%, #e6c480 50%, #C89F4D 100%);
  background-repeat: no-repeat;
  background-size: 1200px 100%;
  border-left: 10px solid #e6c480;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeholderShimmer;
  animation-timing-function: linear;
  padding: 1em 128px 1em 1.618em; }
  .woocommerce-message .restore-item,
  .woocommerce-message .wc-forward {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    min-width: 110px;
    height: 100%;
    color: #FFF;
    font-size: 1.25rem;
    text-align: center;
    text-transform: uppercase;
    background-color: #977021;
    margin: 0 0 0 1rem;
    padding: 0.25rem 1rem;
    transition: all 0.3s ease-in-out; }

@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -1200px 0; }
  100% {
    background-position: 1200px 0; } }
ul.products li.product .button.product_type_simple.add_to_cart_button {
  position: absolute;
  width: 100px;
  top: auto !important;
  right: auto;
  bottom: -2rem;
  left: calc(50% - 50px);
  background-color: #e6c480;
  background: url("/wp-content/themes/storefront-child/assets/images/ornament_white.svg") -195% 0 100%, linear-gradient(to left, #e6c480 0%, #fff 50%, #e6c480 100%) -195% 0 100%;
  background-repeat: repeat-x; }
  ul.products li.product .button.product_type_simple.add_to_cart_button:after {
    color: #fff; }
  ul.products li.product .button.product_type_simple.add_to_cart_button:focus:after, ul.products li.product .button.product_type_simple.add_to_cart_button:active:after, ul.products li.product .button.product_type_simple.add_to_cart_button:hover:after {
    color: #fff; }

@media (hover: none) and (max-width: 767px) {
  table.cart .product-thumbnail img {
    max-width: 100% !important; } }
.slider-loader {
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: url(/wp-content/themes/storefront-child/assets/images/Preloader_2.gif) center no-repeat #fff;
  filter: grayscale(90%) hue-rotate(215deg) contrast(200%);
  opacity: 1;
  transition: all 0.3s ease-in-out; }
  .slider-loader.done {
    opacity: 0;
    user-select: none;
    pointer-events: none; }

.mfp-bottom-bar {
  display: none; }

li.product-category .category-code {
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  flex-direction: column;
  text-align: right; }
  @media (min-width: 64rem) {
    li.product-category .category-code {
      top: -1rem;
      right: 2rem; } }
  li.product-category .category-code .top-text {
    padding: 0.15rem 0.25rem;
    background-color: #C89F4D;
    color: #fff; }
  li.product-category .category-code .bottom-text {
    padding: 0.15rem 0.25rem;
    background-color: #354170;
    color: #fff; }
  li.product-category .category-code .top-text,
  li.product-category .category-code .bottom-text {
    display: table;
    margin: 0 0 0 auto; }

ul.products li.product .button.product_type_simple.add_to_cart_button {
  bottom: auto !important; }

#page .hero.slick-slider.slick-initialized .slide-content {
  width: 60vw !important; }

.category-code {
  display: block;
  position: absolute;
  top: -1rem;
  right: 2rem;
  flex-direction: column;
  text-align: right; }
  .category-code .top-text {
    padding: 0.15rem 0.25rem;
    background-color: #C89F4D;
    color: #fff; }
  .category-code .bottom-text {
    padding: 0.15rem 0.25rem;
    background-color: #354170;
    color: #fff; }
  .category-code .top-text,
  .category-code .bottom-text {
    display: table;
    margin: 0 0 0 auto; }

@media (max-width: 768px) {
  #page .hero.slick-slider.slick-initialized .slick-slide.has-content:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }

  #page .hero.slick-slider.slick-initialized .slide-content {
    width: 100% !important;
    left: auto !important;
    right: auto !important;
    bottom: 2rem !important;
    padding: 0 2rem;
    align-items: flex-end !important;
    justify-content: center !important;
    text-align: center !important; }
    #page .hero.slick-slider.slick-initialized .slide-content .section-title {
      width: 100% !important;
      font-size: 2rem;
      text-align: center !important;
      margin-bottom: 0 !important; }
      #page .hero.slick-slider.slick-initialized .slide-content .section-title:before, #page .hero.slick-slider.slick-initialized .slide-content .section-title:after {
        display: none; }
    #page .hero.slick-slider.slick-initialized .slide-content h4 {
      width: 100% !important;
      font-size: 1rem; } }
.category-code {
  display: block;
  position: absolute;
  top: -1rem;
  right: 2rem;
  flex-direction: column;
  text-align: right; }
  .category-code .top-text {
    padding: 0.15rem 0.25rem;
    background-color: #C89F4D;
    color: #fff; }
  .category-code .bottom-text {
    padding: 0.15rem 0.25rem;
    background-color: #354170;
    color: #fff; }
  .category-code .top-text,
  .category-code .bottom-text {
    display: table;
    margin: 0 0 0 auto; }

@media (max-width: 768px) {
  #page .hero.slick-slider.slick-initialized .slick-slide.has-content:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }

  #page .hero.slick-slider.slick-initialized .slide-content {
    width: 100% !important;
    left: auto !important;
    right: auto !important;
    bottom: 2rem !important;
    padding: 0 2rem;
    align-items: flex-end !important;
    justify-content: center !important;
    text-align: center !important; }
    #page .hero.slick-slider.slick-initialized .slide-content .section-title {
      width: 100% !important;
      font-size: 2rem;
      text-align: center !important;
      margin-bottom: 0 !important; }
      #page .hero.slick-slider.slick-initialized .slide-content .section-title:before, #page .hero.slick-slider.slick-initialized .slide-content .section-title:after {
        display: none; }
    #page .hero.slick-slider.slick-initialized .slide-content h4 {
      width: 100% !important;
      font-size: 1rem; } }
div.summary.entry-summary {
  display: flex;
  position: relative;
  flex-direction: column; }
  div.summary.entry-summary > * {
    order: 100; }
  div.summary.entry-summary .product_title.entry-title {
    order: 10; }
  div.summary.entry-summary .price {
    margin: 0 0 1.5rem !important;
    order: 20; }
    div.summary.entry-summary .price > span > span {
      font-size: 2rem;
      color: #C89F4D; }
  div.summary.entry-summary #esto_calculator {
    margin: 0 0 1.5rem !important;
    order: 30; }
    div.summary.entry-summary #esto_calculator .monthly_payment {
      font-size: 1rem; }
      div.summary.entry-summary #esto_calculator .monthly_payment #esto_monthly_payment {
        font-size: 1.2rem; }
  div.summary.entry-summary .cart {
    order: 40; }
  div.summary.entry-summary div.woocommerce-product-details__short-description > h4 {
    font-weight: 700; }

/*# sourceMappingURL=custom.css.map */
