﻿@import url("https://fonts.googleapis.com/css?family=Great+Vibes&subset=latin-ext");@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700&subset=cyrillic,latin-ext");@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400&subset=cyrillic-ext,latin-ext");body {
    position: relative
}

a {
    color: #C89F4D
}

.site-header .site-branding {
    height: 90px
}

@media (min-width: 768px) {
    .site-header .site-branding {
        margin-top:-10px
    }
}

.site-header .site-branding .custom-logo-link {
    position: relative;
    z-index: 1
}

.home .site-header {
    position: relative  ;
    width: 100%;
    background-color: rgba(255,255,255,0.9)
}

#masthead {
    padding-top: 30px;
    border: 0
}

@media (min-width: 768px) {
    #masthead {
        padding-top:10px
    }
}

#masthead>.col-full {
    display: flex;
    flex-direction: row
}

@media (min-width: 768px) {
    #masthead>.col-full {
        align-items:center
    }
}

#masthead .remove.remove_from_cart_button {
    left: -25px;
    border: 2px solid #fff;
    width: 15px;
    height: 16px;
    padding: 0;
    line-height: 0;
    border-radius: 16px
}

#masthead .remove.remove_from_cart_button:before {
    line-height: 12px
}

#masthead .site-header-cart .cart-contents {
    padding: 8px 0
}

#masthead .storefront-primary-navigation {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 0 -7px auto
}

#masthead .head-navigation-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%
}

#masthead .head-navigation-wrap .secondary-navigation {
    margin: 0 -15px 0 0;
    white-space: nowrap;
    width: 50%
}

@media (max-width: 1024px) {
    #masthead .head-navigation-wrap .secondary-navigation {
        width:100% !important
    }
}

#masthead .head-navigation-wrap .secondary-navigation .menu a {
    padding: 0.5em .875em;
    font-family: "Playfair Display"
}

#masthead .head-navigation-wrap .secondary-navigation .pll-parent-menu-item .sub-menu {
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    padding: 4px 0;
    background: #fff
}

#masthead .head-navigation-wrap .secondary-navigation .pll-parent-menu-item .sub-menu li a {
    width: auto;
    padding: 3px 10px;
    background-color: transparent;
    white-space: nowrap
}

#masthead .head-navigation-wrap .secondary-navigation .pll-parent-menu-item .sub-menu li a:hover {
    background-color: rgba(0,0,0,0.2)
}

#masthead .head-navigation-wrap .secondary-navigation .pll-parent-menu-item img {
    display: inline-block
}

#masthead .head-navigation-wrap .main-navigation {
    width: 100% !important;
    float: left;
    margin-right: 0;
    clear: both
}

#masthead .head-navigation-wrap .main-navigation ul {
    margin: 0 -15px 0 0;
    text-align: right;
    font-size: 0
}

@media (max-width: 768px) {
    #masthead .head-navigation-wrap .main-navigation ul {
        margin:0
    }
}

#masthead .head-navigation-wrap .main-navigation ul li {
    box-shadow: 0 0 0 0 #C89F4D inset;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-size: 1rem
}

#masthead .head-navigation-wrap .main-navigation ul li a {
    display: block;
    position: relative;
    color: #333;
    font-size: 17px;
    text-transform: uppercase;
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
    font-family: "Playfair Display";
    text-shadow: 0 0 20px #fff, 0 0 20px #fff;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in
}

#masthead .head-navigation-wrap .main-navigation ul li a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    right: -38px;
    width: 77px;
    height: 25px;
    background-image: url(../../images/ornament.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in
}

@media (min-width: 768px) {
    #masthead .head-navigation-wrap .main-navigation ul li a:after {
        left:calc(50% - 38px);
        right: auto
    }
}

#masthead .head-navigation-wrap .main-navigation ul li.current-menu-item a,#masthead .head-navigation-wrap .main-navigation ul li:hover a {
    color: #fff;
    text-shadow: 0 0 35px #C89F4D,0 0 20px #000;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

#masthead .head-navigation-wrap .main-navigation ul li.current-menu-item a:after,#masthead .head-navigation-wrap .main-navigation ul li:hover a:after {
    bottom: -0.3em;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

#masthead .head-navigation-wrap .main-navigation ul li.current-menu-item a {
    color: #C89F4D;
    text-shadow: 0 0 35px #C89F4D
}

#masthead .head-navigation-wrap .main-navigation ul li:not(.current-menu-item):hover a:after {
    bottom: -0.5em;
    opacity: 0.4
}

@media (max-width: 768px) {
    #masthead li.lang-item {
        display:inline-block;
        padding: 0 5px
    }
}

.main-navigation button.menu-toggle,.main-navigation button.menu-toggle:hover {
    width: 46px;
    height: 46px;
    background-color: transparent;
    border-color: transparent;
    padding: 10px
}

.hero .slide {
    height: calc(100vh - 150px);
    background-repeat: no-repeat;
    background-size: 110vw;
    background-position: center;
    background-color: rgba(0,0,0,0.1)
}

.yith-wcqv-wrapper {
    width: 800px !important;
    height: 376px !important
}

.yith-wcqv-main {
    overflow: visible !important;
    -webkit-box-shadow: 0 0 0 32px rgba(200,159,77,0.2) !important;
    box-shadow: 0 0 0 32px rgba(200,159,77,0.2) !important
}

.yith-wcqv-wrapper {
    width: 80vw !important;
    height: 80vh !important
}

.yith-wcqv-wrapper .product {
    width: 80vw !important;
    height: 80vh !important
}

#yith-quick-view-close {
    display: block;
    position: absolute;
    top: -32px;
    right: -32px;
    width: 32px;
    height: 32px;
    padding: 6px 5px;
    font-size: 1.5rem;
    background-color: #fff;
    border-color: #fff;
    color: #C89F4D;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

#yith-quick-view-close:hover {
    background-color: #C89F4D;
    border-color: #C89F4D;
    color: #000
}

#yith-quick-view-content .product {
    display: flex;
    flex-direction: row
}

#yith-quick-view-content div.images {
    margin-bottom: 0
}

#yith-quick-view-content div.summary {
    overflow: auto
}
@font-face {
    font-family: 'Good Vibes Pro';
    src: url(/wp-content/themes/storefront-child/assets/fonts/GoodVibesPro/GoodVibesPro.woff);
  }

h1,h2,h3 {
    font-family: 'Great Vibes', 'Good Vibes Pro', cursive
}

h1.section-title,h2.section-title,h3.section-title {
    font-size: 3rem
}

h1.section-title:after,h2.section-title:after,h3.section-title:after {
    content: '';
    display: block;
    border: 0;
    width: 240px;
    margin: 20px auto;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(200,159,77,0.1), #C89F4D, rgba(200,159,77,0.1));
    background-image: -moz-linear-gradient(left, rgba(200,159,77,0.1), #C89F4D, rgba(200,159,77,0.1));
    background-image: -ms-linear-gradient(left, rgba(200,159,77,0.1), #C89F4D, rgba(200,159,77,0.1));
    background-image: -o-linear-gradient(left, rgba(200,159,77,0.1), #C89F4D, rgba(200,159,77,0.1))
}

h1.page-title {
    text-align: center
}

h1.page-title:after {
    content: '';
    display: block;
    border: 0;
    width: 240px;
    margin: 20px auto 40px auto;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(200,159,77,0.1), #C89F4D, rgba(200,159,77,0.1));
    background-image: -moz-linear-gradient(left, rgba(200,159,77,0.1), #C89F4D, rgba(200,159,77,0.1));
    background-image: -ms-linear-gradient(left, rgba(200,159,77,0.1), #C89F4D, rgba(200,159,77,0.1));
    background-image: -o-linear-gradient(left, rgba(200,159,77,0.1), #C89F4D, rgba(200,159,77,0.1))
}

ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

ul.products li {
    width: 50% !important;
    margin-right: 0 !important;
    padding: 0 15px !important
}

ul.products li.product h2.woocommerce-loop-product__title,ul.products li.product h3.woocommerce-loop-product__title {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem
}

ul.products li.product h2.woocommerce-loop-category__title,ul.products li.product h3.woocommerce-loop-category__title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem !important
}

ul.products li.product h2.woocommerce-loop-category__title .count,ul.products li.product h3.woocommerce-loop-category__title .count {
    font-size: 1.2rem;
    font-weight: 400
}

ul.products li.product.product-category img {
    width: auto;
    max-width: 100%
}

ul.products li.product .button.product_type_simple.add_to_cart_button,ul.products li.product .yith-wcqv-button {
    display: block !important;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 36px;
    height: 36px;
    padding: 7px 11px 7px 12px;
    opacity: 0;
    background-color: #000;
    color: #fff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

ul.products li.product .yith-wcqv-button>*:not(i) {
    display: none !important
}

ul.products li.product .button.product_type_simple.add_to_cart_button {
    right: 51px;
    font-size: 0
}

ul.products li.product .button.product_type_simple.add_to_cart_button:after {
    content: '';
    display: block;
    position: relative;
    font-size: 14px;
    font-family: "FontAwesome";
    line-height: 22px
}

ul.products li.product .button.product_type_simple.add_to_cart_button.loading {
    -webkit-animation: none;
    -o-animation: none;
    animation: none
}

ul.products li.product .button.product_type_simple.add_to_cart_button.loading:before {
    content: '';
    position: absolute;
    left: calc(50% - 7px);
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    font-family: "FontAwesome"
}

ul.products li.product .button.product_type_simple.add_to_cart_button.loading:after {
    content: "\f110";
    position: absolute;
    font-size: 20px;
    -webkit-animation: fa-spin .75s linear infinite;
    animation: fa-spin .75s linear infinite
}

ul.products li.product:hover .button.product_type_simple.add_to_cart_button,ul.products li.product:hover .yith-wcqv-button {
    top: 0px;
    opacity: 1;
    z-index: 2;
}

ul.products li.product:hover .button.product_type_simple.add_to_cart_button:hover,ul.products li.product:hover .yith-wcqv-button:hover {
    background-color: #C89F4D;
    color: #000
}

ul.products li.product .woocommerce-LoopProduct-link {
    display: block;
    min-height: 276px
}

@media (min-width: 768px) {
    .columns-3 ul.products li {
        width:33.333% !important
    }
}

@media (min-width: 768px) {
    .columns-4 ul.products li {
        width:25% !important
    }
}

.storefront-product-section {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.617924em
}

.hero .slick-dots {
    bottom: 22px
}

.hero .slick-dots li {
    margin: 0 4px
}

.hero .slick-dots li button:before {
    font-family: "FontAwesome";
    font-size: 24px !important;
    color: #fff !important;
    font-size: 26px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.woocommerce-cart-tab-container .woocommerce-cart-tab {
    width: 48px;
    height: 48px
}

.woocommerce-cart-tab-container .woocommerce-cart-tab .woocommerce-cart-tab__icon {
    width: 20px
}

.woocommerce-cart-tab-container .woocommerce-cart-tab .woocommerce-cart-tab__contents {
    width: 15px;
    height: 15px;
    font-size: 10px;
    line-height: 14px
}

.woocommerce-cart-tab-container .widget_shopping_cart {
    background-color: #fff
}

.woocommerce-cart-tab-container .widget_shopping_cart .widgettitle {
    font-size: 38px;
    padding: 30px 20px 0 20px;
    height: 48px
}

.woocommerce-cart-tab-container .widget_shopping_cart .mini_cart_item a {
    color: #C89F4D
}

.tagcloud {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.8rem;
    word-spacing: 0.3rem;
    letter-spacing: 1px;
    font-weight: 300
}

.tagcloud a {
    font-weight: 300 !important
}

.woocommerce-ordering {
    padding: 0;
    min-width: 220px
}

.WOOCS_SELECTOR,.widget-woocommerce-currency-switcher {
    margin-bottom: 0
}

.SelectIT-container {
    width: auto;
    height: 35px
}

.SelectIT-container .SelectIT-selected {
    height: 35px;
    line-height: 35px
}

.SelectIT-container .SelectIT-selected .SelectIT-arrows {
    line-height: 35px;
    padding: 10px 0
}

.SelectIT-container .SelectIT-options {
    margin-left: auto
}

.woocommerce-currency-switcher-form .SelectIT-container {
    width: 130px
}

.woocommerce-MyAccount-content h2 {
    font-weight: 400
}

.entry-date {
    text-transform: capitalize
}

.storefront-sorting select {
    height: 35px;
    line-height: 35px;
    padding: 0 4px 0 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px #ebebeb;
    -moz-box-shadow: 0 1px 2px #ebebeb;
    box-shadow: 0 1px 2px #ebebeb
}

.products .product .tinvwl-after-add-to-cart {
    position: absolute;
    top: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.products .product .tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
    width: 36px;
    height: 36px;
    margin-top: auto !important;
    padding: 8px 5px;
    opacity: 0;
    background-color: #000;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.products .product:hover .tinvwl-after-add-to-cart {
    top: 0
}

.products .product:hover .tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
    opacity: 1
}

.products .product:hover .tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button:hover {
    background-color: #C89F4D
}

.widget_price_filter .ui-slider .ui-slider-handle {
    width: 5px;
    height: 20px;
    border-radius: 0;
    margin-top: -6px
}

ul.products li.product.product-category img {
    max-height: 320px;
    border-radius: 0;
    margin-bottom: 0
}

@media (min-width: 768px) {
    ul.products li.product.product-category img {
        -webkit-transition:all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out
    }
}

ul.products li.product.product-category:before,ul.products li.product.product-category:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 60px;
    background-image: url(../../../assets/images/ornament_white.svg);
    background-position: 50% 0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3;
    pointer-events: none;
    -moz-transition: all 0.3s cubic-bezier(0.38, -0.5, 0.71, 1.41);
    -o-transition: all 0.3s cubic-bezier(0.38, -0.5, 0.71, 1.41);
    -webkit-transition: all 0.3s cubic-bezier(0.38, -0.5, 0.71, 1.41);
    transition: all 0.3s cubic-bezier(0.38, -0.5, 0.71, 1.41)
}

ul.products li.product.product-category:after {
    height: 100px;
    background: none;
    box-shadow: 0 -40px 65px rgba(255,255,255,0.7);
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

@media (min-width: 768px) {
    ul.products li.product.product-category:hover img {
        filter:grayscale(0) contrast(1);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out
    }
}

ul.products li.product.product-category:hover:before,ul.products li.product.product-category:hover:after {
    top: calc(100% - 94px);
    -moz-transition: all 0.5s cubic-bezier(0.38, -0.5, 0.71, 1.41);
    -o-transition: all 0.5s cubic-bezier(0.38, -0.5, 0.71, 1.41);
    -webkit-transition: all 0.5s cubic-bezier(0.38, -0.5, 0.71, 1.41);
    transition: all 0.5s cubic-bezier(0.38, -0.5, 0.71, 1.41)
}

ul.products li.product.product-category:hover:after {
    top: calc(100% - 40px);
    -moz-transition: all 2s ease-out 0.5s;
    -o-transition: all 2s ease-out 0.5s;
    -webkit-transition: all 2s ease-out 0.5s;
    transition: all 2s ease-out 0.5s
}

ul.products li.product.product-category h2 {
    position: relative;
    z-index: 4
}

.storefront-product-section.fw {
    max-width: 100vw;
    margin: 0;
    padding: 0
}

.storefront-product-section.fw .woocommerce.columns-3 .products.columns-3 li.product-category {
    padding: 0 !important
}

.storefront-product-section.fw .woocommerce.columns-3 .products.columns-3 li.product-category a {
    display: block;
    overflow: hidden
}

.storefront-product-section.fw .woocommerce.columns-3 .products.columns-3 li.product-category a img {
    height: auto;
    max-height: 100vh
}

.fw {
    width: 100vw
}

#wc_braintree_paypal_container {
	display: none !important;
}
.related.products .products li {
width: 33.333% !important;
}

a.button.yith-wcqv-button {
    font-size: 0;
    background-image: url('/wp-content/uploads/2020/04/icon-mag.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
}
.storefront-handheld-footer-bar ul li>a {
    height: 2rem;
}
.storefront-handheld-footer-bar ul li > a:before {
    font-size: 1.2rem;
    line-height: 2rem;
}