@keyframes fadein {
    from { transform: scale(0) translate(100% 0); }
    to   { transform: scale(1) translate(0 0); }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { -moz-transform: scale(0) translate(100% 0); }
    to   { t-moz-ransform: scale(1) translate(0 0); }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { -webkit-transform: scale(0) translate(100% 0); }
    to   { -webkit-transform: scale(1) translate(0 0); }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { -ms-transform: scale(0) translate(100% 0); }
    to   { -ms-transform: scale(1) translate(0 0); }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { -o-transform: scale(0) translate(100% 0); }
    to   { -o-transform: scale(1) translate(0 0); }
}

body{
    min-height: 100vh;
    transition: all 0.3s;
    top: initial;
}

body.overflow-hidden{
    overflow: hidden;
}

body .select2-container, body .ui-widget.ui-datepicker{
    z-index: 0!important;
}

a[rel="bookmark"] *{
    color: inherit;
}

.site{
    overflow: hidden;
    transition: all 0.5s;
}

.small-width-container{
    max-width: 980px;
    margin: auto;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots){
    width: 40%;
    max-width: 40% !important;
    margin: 1.5em auto;
    background-color: #000;
}

#wp-custom-header-video{
    position: relative;
    height: auto;
    left: 50%;
    max-width: 1000%;
    min-height: 100%;
    min-width: 100vw; /* vw prevents 1px gap on left that 100% has */
    width: 100%;
    top: 50%;
    padding-bottom: 1px; /* Prevent header from extending beyond the footer */
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 48em) {

    #wp-custom-header-video{
        height: 100%;
        left: 0;
        width: 100%;
        top: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

body.has-header-image .site-title,
body.has-header-video .site-title,
body.has-header-image .site-title a,
body.has-header-video .site-title a{
    font-family: 'Novecentowide Bold';
    max-width: 357px;
}

.woocommerce .site,
.woocommerce-cart .site,
.woocommerce-checkout .site{
    background: transparent;
}

.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe{

}

li[class*="menu-item-language"] .sub-menu li a{
    width: auto;
    padding: 5px 10px;
}

#content{
    transition: all 0.7s ease-in-out;
    transform: translate(0 , 0);
    opacity: 1;
}

#content.hide{
    transition: all 0.7s ease-in-out;
    transform: translate(-100% , 0);
    opacity: 0;
}

#content.new{
    transition: all 0s;
    transform: translate(100% , 0);
    opacity: 0;
}

#content.show{
    transition: all 0.7s ease-in-out;
    transform: translate(0 , 0);
    opacity: 1;
}

#content.revert,
#content.show.revert{
    transform: revert;
    transition: revert;
}

h2,
.home h2.entry-title,
h2.entry-title,
.page .panel-content .recent-posts h2.entry-title{
    font-size: 35px;
    font-size: 2.1875rem;
    text-transform: uppercase;
}

.wp-block-gallery.aligncenter {
    display: flex;
    margin: 0 0;
}

.twentyseventeen-panel .entry-header.admin-header{
    display: none;
}

.admin-bar .twentyseventeen-panel .entry-header.admin-header{
    /*display: block;*/
    display: none;
}

.text-center{
    text-align: center;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.custom-style-1 button,
.custom-style-1 input[type="button"]:not([class~="wp_ulike_btn"]),
.custom-style-1 input[type="submit"],
.custom-style-1 a{
    background-color: #968575;
    border-color: #968575;
}

.custom-style-1 button.secondary,
.custom-style-1 input[type="button"].secondary:not([class~="wp_ulike_btn"]),
.custom-style-1 input[type="submit"].secondary,
.custom-style-1 a.secondary{
    color: #968575;
    border-color: #968575;
}

.custom-style-2 button,
.custom-style-2 input[type="button"]:not([class~="wp_ulike_btn"]),
.custom-style-2 input[type="submit"],
.custom-style-2 a{
    background-color: #ffc761;
    border-color: #ffc761;
}

.custom-style-2 button.secondary,
.custom-style-2 input[type="button"].secondary:not([class~="wp_ulike_btn"]),
.custom-style-2 input[type="submit"].secondary,
.custom-style-2 a.secondary{
    background: transparent;
    color: #ffc761;
    border-color: #ffc761;
}

.custom-style-3 button,
.custom-style-3 input[type="button"]:not([class~="wp_ulike_btn"]),
.custom-style-3 input[type="submit"],
.custom-style-3 a{
    background-color: #fff;
    border-color: #fff;
}

.custom-style-3 button.secondary,
.custom-style-3 input[type="button"].secondary:not([class~="wp_ulike_btn"]),
.custom-style-3 input[type="submit"].secondary,
.custom-style-3 a.secondary{
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.site-footer .wrap h2.widget-title{
    font-family: 'Lato Bold', sans-serif;
}

.site-footer .wrap h2.widget-title,
.site-footer .wrap .textwidget.custom-html-widget{
    font-weight: normal;
    letter-spacing: normal;
    font-size: 16px;
    text-transform: none;
}

.site-footer .wrap > div{
    width: 100%;
}

.page-numbers .next.page-numbers,
.page-numbers .prev.page-numbers,
.page-numbers a.page-numbers,
.page-numbers span.page-numbers{
    background-color: transparent;
}

.page-numbers span.page-numbers{
    color: #968575;
}

.prev.page-numbers,
.next.page-numbers,
.woocommerce-pagination .next.page-numbers,
.woocommerce-pagination .prev.page-numbers{
    color: transparent;
    position: relative;
    background: transparent;
    padding: 0.3em 0 0.4em;
}

.page-numbers{
    transition: 200ms opacity;
    min-width: 1em;
    min-height: 1em;
    line-height: 1em;
    justify-content: center;
    align-items: center;
    padding: .5em .5em;
    margin: .25em;
    padding: .5em;
    font-size: 16px;
}
.page-numbers:hover,
.woocommerce-pagination a.page-numbers:hover{
    background-color: transparent;
    color: #333;
}

.prev.page-numbers:hover,
.next.page-numbers:hover,
.woocommerce-pagination a.prev.page-numbers:hover,
.woocommerce-pagination a.next.page-numbers:hover{
    color: transparent;
}

.prev.page-numbers:after,
.next.page-numbers:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: url("../images/prev-next.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    opacity: 0.5;
}

.prev.page-numbers{
    transform: rotate(180deg);
}

@media screen and (min-width: 75em) {
    .twentyseventeen-panel article:not(:last-child){
        margin-bottom: 4em;
    }
}


.twentyseventeen-panel article:not(:last-child){
    margin-bottom: 2em;
}

.twentyseventeen-panel article a{
    box-shadow: none;
}

.twentyseventeen-panel .entry-header{
    margin-bottom: 10px;
}

.contact-page{
    margin-bottom: 0;
}

.contact-page h2{
    margin-bottom: 35px;
}

.contact-page h2,
.contact-page h2 *,
.contact-page h6,
.contact-page h6 *{
    font-family: 'Novecentowide Bold';
    color: #000;
    padding-top: 0;
}

.tags-links a:before {
    content: "#"!important;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline!important;
    margin-right: 0;
}
.tags-links a,
.tags-links a:before {
    color: #ffc761;
    font-size: 18px;
    opacity: 0.9;
    margin: 0 0 20px 0;
}

.tags-links a:hover,
.tags-links a:hover:before {
    opacity: 1;
}

.search-form{
    width: 16px;
    border-bottom: 0;
    transition: all 0.2s;
    position: relative;
    overflow: hidden;
}

.search-form.open{
    width: 200px;
    opacity: 1;
    border-bottom: 1px solid #9e9e9e;
    transition: all 0.2s;
}

.search-form .search-field{
    border: 0;
    opacity: 0;
    box-shadow: none;
    padding: 0 25px;
    transition: all 0.2s;
}

.search-form .search-close{
    opacity: 0;
    transition: all 0s;
    color: #333;
}

.search-form.open .search-close{
    opacity: 1;
    transition: all 0.3s;
    width: 20px;
}
.search-form.open .search-field{
    opacity: 1;
    transition: all 0.4s;
    width: 100%;
}
.search-form .search-open,
.search-form .search-close{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.search-form .search-open{
    left: 0;
}
.search-form .search-close{
    right: 0;
}

.search-form .search-open .icon{
    width: 19px;
    height: 19px;
}
.search-form .search-close .icon{
    width: 10px;
    height: 10px;
}

.category-list{
    list-style: none;
    width: 100%;
    padding: 20px 0;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.category-list .cat-item-all,
.category-list .cat-item{
    display: flex;
    align-items: center;
    line-height: 20px;
}

.category-list .cat-item:not(:last-child),
.category-list .cat-item-all{
    margin-right: 40px;
}

@media screen and (max-width: 49em){

    .category-list.flex-row{
        flex-direction: row;
        padding: 20px 0 0 ;
    }

    .category-list .cat-item-all,
    .category-list .cat-item{
        margin-bottom: 20px;
    }

    .category-list .cat-item:not(:last-child),
    .category-list .cat-item-all{
        margin-right: 25px;
    }

    .search-form-block{
        margin-bottom: 10px;
    }
}

.single.single-product .variations tr{
    border-bottom: 0;
}

.single article .article-container{
    padding: 50px 60px;
    font-size: 18px;
}

.single article .article-container .entry-header .entry-meta{
    width: 100%;
    margin: auto;
}

.single article .article-container .entry-title{
    font-weight: 900;
    padding-top: 0;
    text-transform: uppercase;
    margin: 15px 0;
    font-family: 'Novecentowide Bold';
}

.single article .article-container .entry-content{
    font-size: 18px;
}

.single article .article-container .entry-content h1,
.single article .article-container .entry-content h2,
.single article .article-container .entry-content h3,
.single article .article-container .entry-content h4,
.single article .article-container .entry-content h5,
.single article .article-container .entry-content h6,
.single article .article-container .entry-content h1 strong,
.single article .article-container .entry-content h2 strong,
.single article .article-container .entry-content h3 strong,
.single article .article-container .entry-content h4 strong,
.single article .article-container .entry-content h5 strong,
.single article .article-container .entry-content h6 strong{
    font-family: 'Novecentowide Bold';
    padding-top: 0;
}

.single article .article-container .entry-content ul,
.single article .article-container .entry-content ol{
    -webkit-margin-start: 47px;
    margin-inline-start: 47px;
}

.single article .article-container .entry-content img[loading="lazy"]{
    width: 100%;
}

.category-banner{
    position: relative;
    top: 0;
    width: 100vw;
    left: calc(-1 * (100vw - 635px) / 2);
    z-index: 2;
    text-align: center;
    padding: 14px 0!important;
    margin-bottom: 25px;
    min-height: 52px;
}

.category-banner ul{
    list-style: none;
    text-align: center;
    margin-bottom: 0;
    visibility: hidden;
}

.category-banner ul li,
.category-banner ul li *{
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Novecentowide Bold';
    letter-spacing: 0.12rem;
    vertical-align: middle;
}

.category-banner .slick-slider.slick-initialized{
    visibility: visible;
    height: auto;
}

.post-type-archive-product .site-content {
    padding: 0;
}

.post-type-archive-product .wrap{
    position: relative;
}

.post-type-archive-product #main .woocommerce-notices-wrapper{
    position: relative;
    top: 10px;
}

.single-product{
    font-family: 'Lato-Regular';
}

.single-product div.product .social-buttons{
    width: 150px;
    margin-top: 20px;
}

.single-product div.product .social-buttons .social-buttons-links{
    flex-direction: row;
}

.single-product div.product .share-link-block,
.single-product div.product .social-buttons-header,
.single-post .entry-footer .share-link-block,
.single-post .entry-footer .social-buttons-header{
    display: none!important;
}

.single-post .entry-footer .cat-links, .entry-footer .cat-tags-links .separator{
    margin: 0 0.8em;
}

.single-product div.product .social-buttons .share-link{
    flex: 0 1 20px;
    margin: 10px 10px 10px 0;
}

.single-product div.product{
    margin-top: 50px;
    display: flex;
}

.single-product .woocommerce-variation-add-to-cart .button {
    padding-top: 1.02em;
    padding-bottom: 1.02em;
}

.single-product select {
    width: 170px;
}

.single-product .product_title.entry-title{
    font-family: 'Novecentowide Bold';
    color: #000;
    margin: 0;
    padding-top: 0;
}

.reset_variations{
    display: none;
}

.single-product form.cart .quantity{
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-product form.cart .quantity input{
    line-height: 20px;
}

.single-product button[type="submit"]{
    display: block;
    margin-top: 20px;
    width: 100%;
}

.single-product .woocommerce-variation-add-to-cart .button.disabled{
    opacity: 0.8;
}

.single-product form.cart .quantity:before{
    content: 'Cantitate';
    display: block;
    margin-bottom: 8px;
    color: #666;
}

.single-product .product_meta{
    margin-bottom: 20px;
    display: block;
}

.single-product .product_meta .sku_wrapper{
    color: #9F9F9F;
    margin-top: 6px;
    position: relative;
    font-size: 16px;
}

.single-product .product_meta .posted_in,
.single-product .product_meta .tagged_as{
    display: none;
}

.single-product .summary p.price{
    margin-bottom: 0;
    display: block;
}

.single-product .summary .price .woocommerce-Price-amount{
    font-size: 24px;
    font-weight: 900;
    padding-top: 0;
    padding-bottom: 1em;
    margin-bottom: 0;
    color: #000;
    display: block;
}

.single-product .summary .price mark,
.single-product .summary .price ins {
    background: transparent;
    text-decoration: none;
}

.single-product .summary .price .variation-price-from{
    font-weight: 900;
    font-size: 18px;
    display: block;
    padding-bottom: 20px;
}

.single-product .summary .price .variation-price-from{
    display: none;
}

.single-product .summary .price .variation-price-from .woocommerce-Price-amount{
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
}

.single-product .summary .price.woocommerce-Price-amount .woocommerce-Price-currencySymbol{
    text-transform: uppercase;
}

.single-product .woocommerce-product-gallery__wrapper{
    border-color: rgb(153, 153, 153);
    text-align: center;
}

.single-product form.cart input{
    width: 6em;
    text-align: right;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images{
    width: 100%;
}

.single-product .woocommerce-product-gallery{
    margin: 0;
}

.single-product .woocommerce-product-gallery > div{
    border: 1px solid #707070;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
    margin: auto;
    width: 100%;
    height: 620px;
    text-align: center;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div{
    height: 100%;
    width: 100%;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img{
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
}

.single-product .product .onsale{

}

.single-product .stock.out-of-stock{
    background-color: #666;
    border: 1px;
    border-color: #666;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1;
    padding: 1em 2em;
    text-decoration: none;
    text-shadow: none;
    padding-top: 1.02em;
    display: block;
    width: 100%;
    padding-bottom: 1.02em;
    -webkit-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
    transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
}

.single-product .woocommerce-tabs.wc-tabs-wrapper .tabs{
    display: none;
}

.single-product .woocommerce-Tabs-panel h2{
    display: none;
}

.single-product .woocommerce-Tabs-panel ul,
.single-product .woocommerce-Tabs-panel ol{
    display: block;
    margin-left: 1em;
    padding-left: 40px;
    list-style-type: circle;
    font: inherit;
    line-height: inherit;
    white-space: normal;
}

.flex-control-nav.flex-control-thumbs{
    width: 100%;
    display: flex;
    margin: 25px 0;
    height: calc((1040px - 50px) * 0.6 / 4);
 }

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:not(:last-child){
    margin-right: 25px;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{
    display: flex;
    flex: 0 1 calc((100% - 75px) / 4);
    width: calc((100% - 75px) / 4);
    justify-content: center;
}

.flex-control-nav.flex-control-thumbs img{
    width: 100%;
    opacity: 1;
    object-fit: contain;
    border: 1px solid #707070;
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
}

.flex-control-nav.flex-control-thumbs img.flex-active{

}

.woocommerce-breadcrumb > {
    color: #555;
}

.woocommerce-breadcrumb a{
    color: #353535;
    box-shadow: none;
}

.woocommerce-breadcrumb a:hover{
    box-shadow: none;
    color: #000;
    opacity: 1;
}

.twentyseventeen-panel article,
.blog article,
.archive article,
.search article,
.single article{
    border: 1px solid rgb(153, 153, 153);
}

.twentyseventeen-panel article .article-container,
.blog article .article-container,
.archive article .article-container,
.single article .article-containe,
.search article .article-containe,
.product article .article-containe{
    min-height: 340px;
    background: #fff;
}

.twentyseventeen-panel article .entry-header .entry-share,
.blog article .entry-header .entry-share,
.archive article .entry-header .entry-share,
.search article .entry-header .entry-share,
.single article .entry-header .entry-share{
    flex: 0 1 30px;
}

@media screen and (max-width: 49em) {
    .twentyseventeen-panel article .entry-header .entry-share,
    .blog article .entry-header .entry-share,
    .archive article .entry-header .entry-share,
    .search article .entry-header .entry-share,
    .single article .entry-header .entry-share{
        width: 30px;
        position: absolute;
        top: 7px;
        right: 0;
    }

    .twentyseventeen-panel article .entry-header,
    .blog article .entry-header,
    .archive article .entry-header,
    .search article .entry-header,
    .single article .entry-header{
        position: relative;
    }
}

.blog #content,
.archive #content,
.search #content{
    padding-top: 0;
}

.blog #content #archive,
.archive #content #archive,
.search #content #archive{
    padding-top: 15px;
}

.single article .article-container{
    background: #fff;
}

.twentyseventeen-panel article .article-container .entry-content,
.blog article .article-container .entry-content,
.archive article .article-container .entry-content,
.search article .article-container .entry-content{
    text-decoration: none;
    box-shadow: none;
}

.twentyseventeen-panel article .entry-header,
.blog article .entry-header,
.archive article .entry-header,
.search article .entry-header,
.blog article .entry-header,
#bottom-of-project .entry-header{
    padding: 24px 1.875rem 10px ;
}

.twentyseventeen-panel article .entry-content,
.blog article .entry-content,
.archive article .entry-content,
.search article .entry-content,
#bottom-of-project .entry-content{
    padding: 0 1.875rem;
}

.twentyseventeen-panel article .entry-footer,
.blog article .entry-footer,
.archive article .entry-footer,
.search article .entry-footer,
#bottom-of-project .entry-footer{
    padding: 10px 1.875rem 24px ;
}

.twentyseventeen-panel article .entry-sub-footer,
.blog article .entry-sub-footer,
.archive article .entry-sub-footer,
.search article .entry-sub-footer,
#bottom-of-project .entry-sub-footer{
    padding: 10px 1.875rem 24px;
    margin-top: auto;
}

.social-buttons{
    padding: 20px 0;
}

.social-buttons-header{
    font-family: 'Novecentowide Bold';
    padding-top: 0;
}

.single.single-post .entry-updated{
    margin: 0 0 20px 0;
    opacity: 0.3;
    font-size: 14px;
}

.single.single-post .entry-updated .entry-date{
    color: #000;
}

.single.single-post .entry-footer .social-buttons{
    min-width: 160px;
}

.single.single-post .entry-footer hr{
    margin: 10px 0;
}

.single.single-post .entry-footer .social-buttons .social-buttons-links{
    flex-direction: row;
}

.single.single-post .entry-footer .social-buttons .social-buttons-links a{
    width: 19px;
}

.single.single-post .entry-footer .social-buttons-header {
    display: none;
}

.single.single-post .entry-footer .views{
    font-size: 14px;
    opacity: 0.8;
}

.single.single-post .entry-footer .wpulike{
    padding: 0;
}

.single.single-post .entry-footer .wp_ulike_general_class .wp_ulike_btn{
    width: 19px;
    height: 19px;
}

.twentyseventeen-front-page.page-one-column article .entry-header {
    margin-bottom: 0;
}

article .entry-sub-footer,
article .entry-sub-footer a{
    font-size: 12px;
    color: #333;
}

article .entry-sub-footer > .flex.flex-row{
    flex-direction: row;
}

article .entry-sub-footer .views{
    margin-right: 17px;
}

article .entry-like{
    flex: 0 1 50px;
}

article .entry-like .wpulike.wpulike-heart.my-hart{
    padding: 0;
}

article .article-container{
    height: 100%;
}

article .article-container .post-thumbnail{
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
    box-shadow: none;
    border: 0;
}

article .entry-header .entry-author-avatar{
    flex: 1 0 45px;
}

article .entry-header .entry-author-avatar picture{
    padding-right: 10px;
}

article .entry-header .entry-author-avatar img{
    border-radius: 50%;
}

article .entry-header .entry-author .icon{
    width: 19px;
    height: 19px;
    position: relative;
    top: -2px;
}

article .entry-header .entry-meta{
    opacity: 0.8;
    padding-bottom: 0;
}

article .entry-content .entry-title,
article .entry-content .entry-title a{
    font-weight: 900;
    margin-bottom: 12px;
    /*font-size: 18px;
    font-size: 1.1em;*/
    padding-top: 0;
    font-family: 'Novecentowide Bold';
}

article .entry-content.article-full .entry-title,
article .entry-content.article-full .entry-title a{
    font-size: 28px;
}

.entry-content .more-link:before {
    content: "";
    display: block;
    margin-top: 0;
}

article .entry-header .entry-title a:hover,
article:hover .entry-header .entry-title a,
article:hover .entry-header .entry-title a:hover{
    color: #FFC767;
}

article .entry-header .separator{
    width: 2px;
    height: 2px;
    border-radius: 50%;
    align-self: center;
    background: #000;
    display: inline-block;
    margin: auto 10px;
    vertical-align: middle;
}

.entry-share{
    position: relative;
}

.more-dropdown-list{
    position: absolute;
    top: 30px;
    right: 14px;
    z-index: 9;
    padding: 17px 0;
    background: #fff;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
    height: 0;
    transition: all 0.1s;
    opacity: 0;
}

.more-dropdown-list li{
    padding: 0 25px;
    min-width: 200px;
}

.more-dropdown-list.open{
    height: auto;
    opacity: 1;
    transition: all 0.2s;
}

.select-share-btn{
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    white-space: nowrap;
}

.select-share-btn .icon{
    width: 18px;
    height: 18px;
    margin-right: 12px;
}

@media screen and (min-width: 48em) {
    article .entry-content .entry-title,
    article .entry-content .entry-title a{
        /*font-size: 28px;*/
    }

    .archive.post-type-archive #primary{
        width: 74%;
    }
}

@media screen and (max-width: 75em){
    .variations_form .variations .reset_variations {
        position: relative;
    }
}

@media screen and (min-width: 48em) {

    .has-sidebar.woocommerce-page:not(.error404) #primary {
        width: 100%;
    }
}

@media screen and (min-width: 49em) {

    .site-footer .footer-logo{
        display: flex;
    }

    .site-footer .footer-logo + .footer-contact{
        display: flex;
    }

    .site-footer .footer-logo:first-child + .footer-contact{
        display: none;
    }

    .site-footer .footer-logo:first-child{
        display: none;
    }
}

@media screen and (max-width: 49em){
    article .article-container .post-thumbnail{
        padding-top: 300px;
    }

    .flex-control-nav.flex-control-thumbs{
        height: calc((100vw - 125px) / 4);
    }

    .single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div{
        height: calc(100vw - 50px);
    }

    .single article .article-container{
        padding: 20px 30px;
    }

    .site-footer .widget-title{
        padding-top: 0;
    }

    .site-footer .footer-contact{
        text-align: left;
        width: 100%;
    }

    .site-footer .footer-contact:last-child{
        display: none;
    }

    .site-footer .footer-logo{
        display: none;
    }

    .site-footer .footer-logo:first-child + .footer-contact{
        display: block;
    }

    .site-footer .footer-logo:first-child{
        display: flex;
    }

    .site-footer .footer-contact .custom-html-widget{
        display: inline-block;
        margin-bottom: 20px;
    }

    .site-footer .footer-contact .widget-title{
        width: auto;
        display: inline-block;
        margin-right: 10px;
    }

    .site-footer .footer-contact .widget_custom_html,
    .site-footer .footer-contact .widget-column{
        text-align: left;
    }

    .site-footer .footer-social{
        display: block;
    }

    .site-footer .footer-social .widget_custom_html,
    .site-footer .footer-social .widget-column,
    .site-footer .footer-social .social-navigation{
        display: inline-block;
    }

    .site-footer .footer-social .social-navigation{
        position: relative;
        top: 5px;
    }

    .site-footer .footer-logo .widget_media_image{
        text-align: center;
    }
}

/* Recent posts in single */
#recent-posts{
    margin-top: 2em;
}

#recent-posts header{
margin: 2.5em 0 1.5em;
}

#recent-posts header .title,
#recent-posts header .title strong{
    margin: 0;
    padding: 0;
    font-family: 'Novecentowide Bold';
}

#recent-posts .recent-post-list{
    align-self: stretch;
    flex-wrap: wrap;
}

#recent-posts .recent-post-list .recent-post-item{
    width: 31%;
    align-self: stretch;
    margin-bottom: 30px;
}
#recent-posts .recent-post-list .recent-post-item{
    margin-right: calc((100% - (3 * 31%)) / 2);

}

#recent-posts .recent-post-list .recent-post-item:nth-child(3n + 3){
    margin-right: 0;
}

#recent-posts .recent-post-list .recent-post-item .recent-post-container{
    border: 1px solid rgb(153, 153, 153);
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
}

#recent-posts .recent-post-list .recent-post-item .post-thumbnail{
    padding-top: 56.25%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    width: 100%;
    margin-bottom: 0;
    display: block;
}

#recent-posts .recent-post-list .recent-post-item .entry-content{
    padding: 25px;
}

#recent-posts .recent-post-list .recent-post-item .entry-title{
    padding: 0;
    margin: 0;
}

#recent-posts .recent-post-list .recent-post-item .entry-title a{
    font-family: 'Novecentowide Bold';
    text-transform: uppercase;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#recent-posts .recent-post-list .recent-post-item .entry-footer{
    padding: 0 25px 25px 25px;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-bottom: 0;
    width: 100%;
}

#recent-posts .recent-post-list .recent-post-item .entry-footer hr{
    /*margin-bottom: 0;8*/
}

#recent-posts .recent-post-list .recent-post-item .entry-footer > .flex-row{
    flex-direction: row;
}

#recent-posts .recent-post-list .recent-post-item .entry-views{
    font-size: 12px;
    opacity: 0.8;
}

#recent-posts .recent-post-list .recent-post-item .entry-views .icon{
    margin-right: 5px;
    width: 19px;
    height: 18px;
}

#recent-posts .recent-post-list .recent-post-item .wp_ulike_general_class .wp_ulike_btn{
    width: 19px;
    height: 19px;
}

@media screen and (max-width: 49em) {

    #recent-posts .recent-post-list {
        flex-direction: row;
        flex-wrap: wrap;
    }

    #recent-posts .recent-post-list .recent-post-item{
        width: 48%;
    }

    #recent-posts .recent-post-list .recent-post-item:nth-child(2n + 1) {
        margin-right: 4%;
    }

    #recent-posts .recent-post-list .recent-post-item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media screen and (max-width: 32em) {

    #recent-posts .recent-post-list .recent-post-item{
        width: 100%;
    }

    #recent-posts .recent-post-list .recent-post-item:nth-child(2n + 1) {
        margin-right: 0;
    }
}

@media screen and (max-width: 39.75em){

    .category-banner {
        left: 0;
    }

    .archive .page-description h1{
        margin-top: 25px;
    }
}

    /* Woocommerce */


.woocommerce-info{
    background-color: #f5f5f5;
    padding: 15px 20px;
    margin-bottom: 25px;
    font-size: 16px;
    color: #292929;
    min-height: 72px;
}

.woocommerce-info a{
    color: #292929;
    background-color: transparent;
}

.woocommerce ul.products li.product{
    float: none;
    margin: initial;
    padding: 0 10px;
    vertical-align: top;
    width: initial;
    margin-left: initial;
    display: inline-block;
    height: 100%;
    position: relative;
}

.woocommerce ul.products li.product * {
    letter-spacing: initial;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
    /*font-size: 16px;
    font-weight: 400;
    text-transform: initial;*/
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    padding: 15px 0 0;
    text-align: center;
    font-family: 'Lato Bold', sans-serif;
}

.woocommerce ul.products li.product .price{
    font-size: 13px;
    color: #333;
    text-align: center;
    margin-top: 5px;
    font-weight: normal;
}

.woocommerce ul.products li.product .woocommerce-loop-product__out-of-stock{
    color:#333333;
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
}

#bottom-of-project{
    position: relative;
    padding-top: 80px;
}

#bottom-of-project  article .article-container{
    padding: 0;
}

.home .woocommerce .products,
#bottom-of-project .products{
    height: 300px;
    visibility: hidden;
}

.home .woocommerce .products.slick-slider.slick-initialized,
#bottom-of-project .products.slick-slider.slick-initialized{
    height: auto;
    visibility: visible;
}

.home .woocommerce .products.slick-slider,
#bottom-of-project .products.slick-slider{
    position: relative;
}

.home .woocommerce .products.slick-slider .slick-list,
#bottom-of-project .products.slick-slider .slick-list{
    overflow: hidden;
}

.product .onsale{
    box-sizing: content-box;
    padding: 3px 10px;
    text-align: center;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: subpixel-antialiased;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #968575;
    color: #fff;
    border: 0;
    font-size: 16px;
    line-height: 1.4em;
    box-shadow: none;
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 0;
    left: initial;
    z-index: 3;
    text-transform: capitalize;
}

ul.products.slick li.product .onsale{
    top: 0;
    z-index: 3;
}

.woocommerce-loop-product__product_tags,
.woccommerce #bottom-of-project ul.products li.product .woocommerce-loop-product__product_tags{
    list-style: none;
    position: absolute;
    top: 0;
    left: 10px;
    margin: 0;
    min-width: 20%;
    max-width: 80%;
    z-index: 2;
}

.woocommerce #bottom-of-project ul.products{
    position: relative;
}

.woocomerce #bottom-of-project ul.products:before{
    content: url("../images/bee flipped_edited.png");
    transform: rotate(45deg);
    position: absolute;
    bottom: 110%;
    width: 224px;
    height: 96px;
    object-fit: cover;
    right: 33%;
    z-index: 5;
}

.woocommerce-loop-product__product_tags li{
    padding-bottom: 5px;
}

.woocommerce-loop-product__product_tags li a{
    box-sizing: content-box;
    padding: 3px 10px;
    text-align: center;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: subpixel-antialiased;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgb(200, 178, 156);
    color: #fff;
    border: 0;
    font-size: 16px;
    line-height: 1.4em;
    box-shadow: none;
    display: block;
}

.woocommerce-loop-product__product_tags li a:hover,
.woocommerce-loop-product__product_tags li a:focus{
    color: #fff;
    border: 0;
    box-shadow: none;
}

.woocommerce ul.products li.product .button{
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.66;
    margin: 15px 1px 1.5em;
    padding: 0.7em 2em;
    -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s, color 0.4s ease 0s;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s, color 0.4s ease 0s;
    white-space: nowrap;
    justify-content: center;
    border: solid rgba(0, 0, 0, 1) 1px;
    cursor: pointer !important;
    text-align: initial;
    display: flex;
    align-items: center;
    border-radius: 0;
    background: #000;
    color: #fff;
    position: relative;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus{
    opacity: 0.8;
}

.woocommerce .summary.entry-summary .woocommerce-tabs {
    display: none;
    margin: 0;
}

.woocommerce .view.entry-view .woocommerce-tabs{
    display: block;
    margin: 30px 0;
}

.woocommerce .view.entry-view{
    display: inline-block;
    width: 70%;
    margin-right: 7%;
    position: relative;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary{
    width: 40%;
    display: inline-block;
    float: none;
}

.woocommerce .prev_next_buttons{
    position: relative;
    top: -20px;
}

.woocommerce-product-gallery__trigger{
    display: none;
}

.woocommerce .woocommerce-breadcrumb{
    margin-bottom: 0;
    padding-bottom: 0;
    width: calc(100% - 150px);
    border: 0;
    color: #353535;
}

.woocommerce table.variations{
    margin: 0;
}

.woocommerce table.variations tr td {
    margin: 0.4em 0;
    width: 100%;
    display: inline-table;
}

.woocommerce table.variations tr td.label label{
    color: #9F9F9F;
    font-weight: normal;
    font-size: 16px;
}

.woocommerce table.variations tr td.value{
    margin-bottom: 30px;
}

.woocommerce table.variations tr td select,
.woocommerce table.variations tr td .select2-container{
    width: 100%!important;
}

.woocommerce .woocommerce-variation-add-to-cart{
    height: auto;
    opacity: 1;
    transition: height 0.2s, opacity 0.2s;
}

.woocommerce .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled{
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height 0.2s, opacity 0.2s;
}

@media screen and (min-width: 123em){
    /*.woocommerce table.variations tr td.label label,
    .single-product .product_meta .sku_wrapper{
        font-size: 21px;
    }*/
}

.woocommerce table.variations select{

}

#nutrition-table{
    background: #FFC761;
    padding-top: 2vw;
    padding-bottom: 2vw;
    margin-bottom: 3vw;
}

#nutrition-table .nutrition-table-container{
    position: relative;
}

#nutrition-table .nutrition-table-container:after{
    content: '';
    background-image: url("../images/Group-80_2x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(25%, 50%);
    width: 15%;
    padding-top: 25%;
}

#nutrition-table .nutrition-table-container > table > tbody > tr > td{
    vertical-align: top;
}

#nutrition-table .nutrition-table-container > table > tbody > tr > td:first-child{
    padding-right: 5vw;
}

#nutrition-table .nutrition-table-container > table > tbody > tr > td:last-child{
    width: 550px;;
}

#nutrition-table .nutrition-table-container table{
    margin: 0;
}

#nutrition-table .nutrition-table-container table table tbody{
    border: 1px solid #000;
}

#nutrition-table .nutrition-table-container h1{
    padding-top: 0;
    font-weight: bold;
}

#nutrition-table .nutrition-table-container table table tbody tr td{
    padding: 7px 1.5em;
}

#nutrition-table .nutrition-table-container table table tbody tr td:nth-child(2n + 2){
    font-weight: bold;
    text-align: left;
}

#nutrition-table .nutrition-table-container table table tbody tr:first-child td{
    padding-top: 25px;
}

#nutrition-table .nutrition-table-container table table tbody tr:last-child td{
    padding-bottom: 30px;
}

@media screen and (max-width: 49em) {

    #nutrition-table .nutrition-table-container > table > tbody > tr >td {
        width: 97%!important;
        display: block;
    }

    #nutrition-table .nutrition-table-container table table tbody th{
        font-size: 12px;
        vertical-align: top;
    }

    #nutrition-table .nutrition-table-container table table tbody tr td{
        padding: 5px 0.5em;
        vertical-align: text-bottom;
        font-size: 10px;
    }

    #nutrition-table .nutrition-table-container table table tbody tr:last-child td {
        padding-bottom: 10px;
    }

    #nutrition-table .nutrition-table-container table table tbody tr:first-child td {
        padding-top: 5px;
    }
}

.products-container{
    margin-top: 5em;
}

.products-container .products-container-desc + .products-container-list{
    width:  100%;
    flex-basis: 100%;
    flex-grow: 0;
}


.products-container .products-container-desc{
    position: relative;
    text-align: left;
    width: 315px;
    flex-basis: 315px!important;
    flex-grow: 0;
}

.products-container .products-container-desc + .products-container-list{
    width:  calc(100% - 315px);
    flex-basis: calc(100% - 315px);
    flex-grow: 0;
}

.products-container .products-container-desc .title{
    padding-top: 0;
    text-transform: initial;
    max-width: 300px;
}

.products-container .products-container-desc  .products-container-desc-img{
    width: 525px;
    position: absolute;
    bottom: -255px;
    right: 15%;
}

#bottom-of-project ul.products{
    display: block;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
}

#bottom-of-project ul.products .slick-next{
    right: 0;
}

#bottom-of-project ul.products .slick-prev{
    left: 0;
}

#bottom-of-project article.post.type-post{
    padding: 0;
    margin-bottom: 30px;
}

#bottom-of-project .category-banner li{
    padding: 0;
}

.collapse-info-button + p{
    margin: 0;
}

.collapse-info-section{
    list-style: none;
    margin: 30px 0;
    border-top: 1px solid #000;
}

.collapse-info-item{
    border-bottom: 1px solid #000;
}

.info-section-description .info-section-description{
    width: 100%;
    overflow: hidden;
}

.info-section-description table {
    border: 1px solid #000;
}

.info-section-description table tr:not(:last-child){
    border-bottom: 1px solid #000;
}

.info-section-description table tr:last-child{
    border-bottom: 0;
}

.info-section-description table tr td{
    padding: 10px;
}

.info-section-description table tr td:not(:last-child){
    border-right: 1px solid #000;
}

.info-section-title{
    display: block;
    padding: 24px 0;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}

.info-section-title:after{
    content: '';
    background-image: url("../images/plus.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 15px;
    height: 15px;
}

.collapse-info-item.open .info-section-title:after{
    background-image: url("../images/minus.svg")
}

.info-section-description{
    display: none;
}

@media screen and (max-width: 106.25em) {

    .woocommerce .view.entry-view{
        width: 60%;
    }

    .products-container .products-container-desc .products-container-desc-img {
        width: 150%;
        height: 100%;
        position: absolute;
        bottom: -30%;
        right: 40%;
    }
}

@media screen and (max-width: 75em) {

    .products-container .products-container-desc,
    .products-container-list,
    .products-container,
    .products-container .products-container-desc + products-container-list,
    .products-container .products-container-desc{
        width: 100%;
        display: block;
        max-width: 980px;
        margin: auto;
    }

    .products-container .products-container-desc{
        margin-bottom: 5em;
    }

    .products-container .products-container-desc .products-container-desc-img {
        width: 50%;
        height: 100%;
        position: absolute;
        bottom: 30%;
        left: 50%;
        transform: rotate(-15deg);
    }
}

@media screen and (max-width: 48em) {

    .woocommerce .summary.entry-summary .woocommerce-tabs {
        display: block;
        margin: 20px 0;
    }

    .woocommerce .view.entry-view{
        display: none;
    }

    .single-product div.product {
        margin-top: 50px;
        display: block;
        width: 100%;
    }

    .woocommerce #content div.product div.view,
    .woocommerce div.product div.view,
    .woocommerce-page #content div.product div.view,
    .woocommerce-page div.product div.view,
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary{
        display: block;
        width: 100%;
        float: none;
        margin: 0;
        position: relative;
    }

    .summary.entry-summary .woocommerce-tabs {
        display: block;
        margin: 30px 0;
    }

    .woocommerce .view.entry-view{
        width: 100%;
    }

    .woocommerce .view.entry-view .woocommerce-tabs{
        display: none;
        margin: 0;
    }

    .woocommerce-Tabs-panel{
        width: 100%;
    }
}

/*  at home product list */
.home ul.products li.product .attachment-woocommerce_thumbnail-block,
#bottom-of-project ul.products li.product .attachment-woocommerce_thumbnail-block{
    position: relative;
    text-align: center;
    max-width: 100%;
    margin: auto;
    display: flex;
    padding-top: 100%;
    overflow: hidden;
}

.home ul.products li.product .attachment-woocommerce_thumbnail-block .attachment-woocommerce_thumbnail,
#bottom-of-project ul.products li.product .attachment-woocommerce_thumbnail-block .attachment-woocommerce_thumbnail{
    margin: auto;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    -webkit-transition: transform 0s ease-in-out, opacity 0s ease-in-out;
    transition: transform 0s ease-in-out, opacity 0s ease-in-out;
    opacity: 1;
}

.home ul.products li.product .attachment-woocommerce_thumbnail-block .attachment-woocommerce_thumbnail-hexagon,
#bottom-of-project ul.products li.product .attachment-woocommerce_thumbnail-block .attachment-woocommerce_thumbnail-hexagon{
    position: absolute;
    /*bottom: 0;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    z-index: 1;
    -webkit-transition: transform 0.2s ease-in-out, opacity 0.1s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.1s ease-in-out;
    opacity: 0;
}

.home ul.products li.product:hover .attachment-woocommerce_thumbnail-block.has-hover-image .attachment-woocommerce_thumbnail-hexagon,
#bottom-of-project ul.products li.product:hover .attachment-woocommerce_thumbnail-block.has-hover-image .attachment-woocommerce_thumbnail-hexagon{
    /*-webkit-transform: scale(1) translate(-50%, 0);
    -ms-transform: scale(1) translate(-50%, 0);
    transform: scale(1) translate(-50%, 0);*/
    -webkit-transition: transform 0s ease-in-out, opacity 0s ease-in-out;
    transition: transform 0s ease-in-out, opacity 0s ease-in-out;
    opacity: 1;
}

.home ul.products li.product:hover .attachment-woocommerce_thumbnail-block.has-hover-image .attachment-woocommerce_thumbnail,
#bottom-of-project ul.products li.product:hover .attachment-woocommerce_thumbnail-block.has-hover-image .attachment-woocommerce_thumbnail{
    z-index: 1;
    opacity: 0;
    -webkit-transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
}

.xoo-qv-nxt:before,
.xoo-qv-prev:before{
    content: url("../images/arrow.svg");
}

.xoo-qv-nxt{
    transform: rotate(180deg);
}

.home ul.products li.product .xoo-qv-button,
#bottom-of-project ul.products li.product .xoo-qv-button{
    visibility: visible;
    opacity: 0;
    top: 0!important;
    margin-top: calc(100% - 44px) !important;
    transform: translate(-50%,0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home ul.products li.product:hover .xoo-qv-button,
#bottom-of-project ul.products li.product:hover .xoo-qv-button{
    visibility: visible;
    transform: translate(-50%,-50%);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home ul.products li.product a.xoo-qv-button,
#bottom-of-project ul.products li.product a.xoo-qv-button{
    padding: 0;
    margin: 0;
    box-shadow: none;
    background: rgba(255,255,255,0.75);
    line-height: 50px;
    height: 50px;
    width: 100%;
    text-align: center;
    color: #000;
}

/* in shop page */
.archive ul.products li.product .attachment-woocommerce_thumbnail-block {
	width: 250px;
	height: 250px;
    position: relative;
    text-align: center;
    max-width: 100%;
    margin: auto;
    display: block;
    width: 100%;
    overflow: hidden;
}

.archive ul.products li.product .attachment-woocommerce_thumbnail-block .attachment-woocommerce_thumbnail{
    margin: auto;
    position: relative;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 250px;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
}

.archive ul.products li.product .attachment-woocommerce_thumbnail-block .attachment-woocommerce_thumbnail-hexagon{
    position: absolute;
    /*bottom: 5%;*/
    top: 49%;
    left: 50%;
    width: 100%;
    max-width: 250px;
    z-index: 0;
    opacity: 0;
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
    /*-webkit-transform: scale(0) translate(-100%, -100%);
    -ms-transform: scale(0) translate(-100%, -100%);
    transform: scale(0) translate(-100%, -100%);*/
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    -webkit-transition: transform 0.2s ease-in-out, opacity 0.1s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.1s ease-in-out;
}

.archive ul.products li.product:hover .attachment-woocommerce_thumbnail-block .attachment-woocommerce_thumbnail-hexagon{
    opacity: 1;
    /*-webkit-transform: scale(1) translate(-50%, 0);
    -ms-transform: scale(1) translate(-50%, 0);
    transform: scale(1) translate(-50%, 0);*/
    -webkit-transition: transform 0s ease-in-out, opacity 0s ease-in-out;
    transition: transform 0s ease-in-out, opacity 0s ease-in-out;
}

.archive ul.products li.product:hover .attachment-woocommerce_thumbnail-block .attachment-woocommerce_thumbnail{
    position: relative;
    z-index: 1;
    opacity: 0;
}


.archive ul.products li.product .xoo-qv-button{
    visibility: visible;
    opacity: 0;
    top: 0!important;
    margin-top: calc((4 * 100% / 3) - 50px) !important;
    transform: translate(-50%,0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.archive ul.products li.product:hover .xoo-qv-button{
    visibility: visible;
    transform: translate(-50%,-50%);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.archive ul.products li.product a.xoo-qv-button {
    padding: 0;
    margin: 0;
    box-shadow: none;
    background: rgba(255,255,255,0.75);
    line-height: 50px;
    height: 50px;
    width: 100%;
    text-align: center;
    color: #000;
}

.woocommerce ul.products{
    text-align: center;
}

@media screen and (min-width: 125em) {

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 33%;
    }

    .archive ul.products li.product:hover .attachment-woocommerce_thumbnail-block .attachment-woocommerce_thumbnail-hexagon {
        /*width: 80%;
        bottom: 5%;*/
    }

    .single.single-product .site-content .wrap{
        width: 1500px;
    }
}

@media screen and (min-width: 87.5em) {

    .woocommerce.archive .site-footer .wrap{
        max-width: 1265px;
        margin: auto;
    }

    .woocommerce.archive:not(.error404) #primary {
        width: calc(100% - 200px)!important;
    }

    .woocommerce.archive:not(.error404) #secondary {
        width: 200px!important;
        padding: 20px 10px 20px 0;
    }
}
@media screen and (min-width: 107.5em) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 350px;
    }

    .archive ul.products li.product:hover .attachment-woocommerce_thumbnail-block .attachment-woocommerce_thumbnail-hexagon{
        /*width: 80%;
        bottom: 8%;*/
    }

    .archive ul.products li.product .xoo-qv-button{
        /*margin-top: calc(100% - 45px) !important;*/
        margin-top: calc(340px - 15px) !important;
    }
}
@media screen and (min-width: 101.875em) and (max-width: 107.5em) {
    .archive ul.products li.product .xoo-qv-button{
        top: 220px;
    	margin-top: 0 !important;
    }
}

@media screen and (min-width: 97.5em) and (max-width: 101.875em) {
    .archive ul.products li.product .xoo-qv-button{
        top: 220px;
    	margin-top: 0 !important;
    }
}


@media screen and (min-width: 75em) and (max-width: 97.5em) {

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 260px;
    }

    .archive ul.products li.product .xoo-qv-button{
        top: 220px !important;
    	margin-top: 0 !important;
    }
}

@media screen and (max-width: 75em) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 350px;
    }

    .archive ul.products li.product:hover .attachment-woocommerce_thumbnail-block .attachment-woocommerce_thumbnail-hexagon{
        /*width: 80%;
        bottom: 8%;*/
    }

    .archive ul.products li.product .xoo-qv-button{
        top: 220px;
    	margin-top: 0 !important;
    }
}

@media screen and (max-width: 65.5em) {

    .archive ul.products li.product .xoo-qv-button{
        margin-top: calc((4 * 100% / 3) - 70px) !important;
    }
}

@media screen and (max-width: 49em) {

    .archive ul.products li.product .xoo-qv-button{
        margin-top: calc(340px - 25px) !important;
    }
}

@media screen and (max-width: 40em) {

    .archive ul.products li.product .xoo-qv-button{
        margin-top: calc((4 * 100% / 3) - 80px) !important;
    }
}

@media screen and (max-width: 26.56em) {

    .archive ul.products li.product .xoo-qv-button{
        margin-top: 100% !important;
    }
}

.woocommerce.archive #secondary{
    padding: 20px;
    margin-top: -85px;
}

.woocommerce.archive .woocommerce-ordering{
    margin: -65px 0 20px;
    max-width: 100%;
}

.woocommerce.archive .woocommerce-ordering .orderby{
    padding: 5px 5px;
    width: 40px;
    position: relative;
    color: transparent;
    top: 0;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 1px;
    border: 1px solid #000;
    height: 40px;
    box-shadow: none;
    background-color: #fff;
    background-image: url(../images/optional.svg);
    background-position: center;
}

.woocommerce.archive ul.products li.product{
    padding: 25px;
    position: relative;
}

.woocommerce.archive .woocommerce-loop-product__product_tags{
    top: 25px;
}

.woocommerce #secondary .widget,
.berocket_single_filter_widget{
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin: 0;
}

.berocket_single_filter_widget.bapf_rst_nofltr {
    border: 0;
}

.woocommerce #secondary .widget:last-of-type{

}

.berocket_single_filter_widget.bapf_rst_nofltr.bapf_rst_sel .bapf_button.bapf_reset,
.berocket_single_filter_widget.bapf_rst_nofltr.bapf_rst_sel .bapf_button.bapf_reset:hover,
.berocket_single_filter_widget.bapf_rst_nofltr.bapf_rst_sel .bapf_button.bapf_reset:focus,
.berocket_single_filter_widget.bapf_rst_nofltr.bapf_rst_sel .bapf_button.bapf_reset:active{
    background: transparent;
    padding: 0;
    border: 0;
    color: #000;
    margin-top: 10px;
    font-family: inherit;
    font-size: 14px;
    cursor: pointer;
}

.berocket_single_filter_widget:not([class*="bapf_rst_nofltr"]) .bapf_title{
    padding: 30px 30px 30px 0;
}

.bapf_sfilter.bapf_ckbox input[type=checkbox], .bapf_sfilter.bapf_ckbox label{
    margin: 1px 0 0;
}

.bapf_sfilter {
    margin-bottom: 0;
    min-height: 15px;
}

.bapf_slidr_all{
    padding: 30px 12px 0;
}

.bapf_slidr_main.ui-widget-content .ui-slider-handle, .berocket_filter_price_slider.ui-widget-content .ui-slider-handle, .slide.default .bapf_slidr_main .ui-state-default, .slide.default .bapf_slidr_main .ui-widget-header .ui-state-default, .slide.default .bapf_slidr_main.ui-widget-content .ui-state-default, .slide.default .berocket_filter_price_slider .ui-state-default, .slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default, .slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default{
    background: #000;
    font-size: 18px;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    top: -8px;
    border-radius: 2em;
}

.bapf_slidr_main.ui-widget-content, .berocket_filter_price_slider.ui-widget-content{

}

.bapf_hideckbox li label, .bapf_hideckbox li label a{
    color: #000;
}

.bapf_hideckbox li label:hover, .bapf_hideckbox li label a:hover{
    opacity: 0.4;
}

.bapf_hideckbox li input:checked+label, .bapf_hideckbox li input:checked+label a{
    font-weight: 800;
}

.berocket_single_filter_widget:not([class*="bapf_rst_nofltr"]) .bapf_body{
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.berocket_single_filter_widget.open .bapf_body{
    height: auto;
    opacity: 1;
    transition: all 0.3s;
    padding-top: 20px;
}

.woocommerce #secondary .widget .widget-title,
.bapf_head,
.bapf_head h3{
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-family: inherit;
    font-size: 16px;
    line-height: 1;
    color: inherit;
    cursor: pointer;
    background: none;
    border: 0;
    outline: 0;
    text-transform: none;
    letter-spacing: 0em;
    font-weight: 500;
    padding: 0 30px 0 0;
    position: relative;
    margin: 0;
    color: #000;
}

.woocommerce #secondary .widget.widget_price_filter .widget-title{
    justify-content: flex-start;
}

.woocommerce #secondary .widget .widget-title:after,
.bapf_head:after{
    content: url("../images/filter-open.svg");
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%); /* Chrome, Safari, Opera */
    -ms-transform: translate(0, -50%); /* IE 9 */
    transform: translate(0,-50%);
    width: 16px;
    height: 16px;
}

.woocommerce #secondary .widget.open .widget-title:after,
.bapf_head.open:after{
    content: url("../images/filter-close.svg");
}

.woocommerce #secondary .widget.widget_product_categories .product-categories,
.woocommerce #secondary .widget.widget_price_filter form{
    display: none;
    margin-top: 25px;
}

.woocommerce #secondary .widget.widget_price_filter form .price_label{
    position: relative;
    width: 100%;
    color: transparent;
    margin-top: -13px;
}

.woocommerce #secondary .widget.widget_price_filter form .price_label .single-product .product_title.entry-title,
.woocommerce #secondary .widget.widget_price_filter form .price_label .from,
.woocommerce #secondary .widget.widget_price_filter form .price_label .to{
    font-size: 14px;
    position: absolute;
    color: #000;
}

.bapf_slidr_jqrui .bapf_from,
.bapf_slidr_jqrui .bapf_to{
    font-size: 14px;
    color: #000;
    position: relative;
    margin-bottom: 0;
}

.bapf_slidr_jqrui .bapf_from{
    left: -12px;
}

.bapf_slidr_jqrui .bapf_to{
    right: -12px;
}

.bapf_slidr_jqrui .bapf_from:after,
.bapf_slidr_jqrui .bapf_to:after{
    font-size: 14px;
    color: #000;
    content: 'L';
}

.woocommerce #secondary .widget.widget_price_filter form .price_label .from{
    left: 0;
}

.woocommerce #secondary .widget.widget_price_filter form .price_label .to{
    right: 0;
}

.woocommerce #secondary .widget.widget_price_filter form .price_slider_amount .button{
    float: left;
    margin-top: 20px;
}

.widget.widget_price_filter form .price_slider_amount .button{
    display: none;
}

.woocommerce #secondary .widget.widget_price_filter form .price_slider_wrapper .ui-widget-content{
    height: 2px;
    background: rgba(0,0,0,0.3);
}

.bapf_slidr_main.ui-widget-content, .berocket_filter_price_slider.ui-widget-content{
    height: 2px;
}

.woocommerce #secondary .widget.widget_price_filter form .ui-slider .ui-slider-handle{
    width: 18px;
    height: 18px;
    top: -8px;

}

.woocommerce #secondary .widget.widget_product_categories .product-categories .cat-item,
.bapf_sfilter.bapf_ckbox input[type=checkbox], .bapf_sfilter.bapf_ckbox label{
    border-bottom: 0;
    border-top: 0;
    font-size: 14px;
    line-height: 1.7;
    padding: 0;
}

.bapf_sfilter.bapf_ckbox input[type=checkbox], .bapf_sfilter.bapf_ckbox label{
    height: auto;
}

.widget.widget_product_categories .product-categories .cat-item a:hover,
.widget.widget_product_categories .product-categories .cat-item a:hover,
.bapf_sfilter.bapf_ckbox input[type=checkbox], .bapf_sfilter.bapf_ckbox label:hover{
    color: #000!important;
    opacity: 0.7;
}

.woocommerce #secondary .widget.widget_product_categories .product-categories .cat-item.current-cat,
.woocommerce #secondary .widget.widget_product_categories .product-categories .cat-item.current-cat a{
    font-family: 'Lato Bold', sans-serif;
}

.shop-filter-clear{
    opacity: 0;
    margin-top: 25px;
    text-align: center;
}

.shop-filter-clear.show{
    opacity: 1;
}

.shop-filter-clear span{
    font-size: 12px;
}

.shop-filter-clear:hover,
.shop-filter-clear:active,
.shop-filter-clear:focus{
    color: #000!important;
    opacity: 0.7;
}

.shop-filter-apply{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    font-size: 14px;
    min-height: 45px;
    max-width: 134px;
    padding: 16px;color: #FFFFFF;
    background: #000000;
    text-align: center;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 75em) {

    .shop-filter-apply.show{
        opacity: 1;
    }

    .shop-filter-buttons{
        padding: 25px 20px;
    }

    .shop-filter-clear{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        flex: 1 1 0;
        max-width: 134px;
        padding: 16px;
        font-size: 14px;
        min-height: 45px;
        margin-top: 0;
        border: 1px solid;
        opacity: 0.5;
        transition: all 0.3s;
        margin-right: 10px;
    }

    .shop-filter-clear.show{
        opacity: 1;
        transition: all 0.3s;
    }

    .shop-filter-clear span{
        display: none;
    }
}

.archive .page-description{
    max-width: 635px;
    position: relative;
    margin: auto;
}

.archive .page-description h1,
.archive .page-description h1 strong{
    padding-top: 0;
    font-family: 'Novecentowide Bold';
}

.archive .page-description h1{
    margin-bottom: 25px;
    margin-top: 25px;
}

@media screen and (max-width: 75em){

}

.archive .page-description h2{
    padding-top: 0;
    margin-top: 25px;
}

.archive .page-description h2,
.archive .page-description h2 *{
    font-family: 'Novecentowide Bold', sans-serif;
}

.woocommerce-pagination{
    padding: 0;
    margin-top: 0;
    border: 0;
    text-align: center;
}

@media screen and (max-width: 48em) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        float: initial;
        margin: 0;
    }
}

/* Contact form */
.wpcf7-form-control-wrap
 {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #000;
    border-radius: 1px;
    transition: all 0.2s;
}
.wpcf7-form-control-wrap:not([class^="wpcf7-submit"]):hover{
    box-shadow: 0 0 0 1px #000;
    transition: all 0.2s;
}


.wpcf7-form-control-wrap .wpcf7-form-control{
    border: 0;
}

.wpcf7-form-control-wrap select{
    width: 100%;
    background-image: url("../images/caret-select.svg");
    background-position: calc(100% - 20px) 20px;
    background-size: 12px;
    background-repeat: no-repeat;
}

.wpcf7-form-control-wrap select > * {
    border: 0;
    background: transparent;
}

.wpcf7-form-control-wrap select::-ms-expand {
    display: none;
}

.wpcf7-form-control-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding: 0.7em;

}

.wpcf7-form-control-wrap select::-ms-expand {
    display: none;
}

.solicitarea-dumneavoastra-form{
    margin: 0 -2px 45px;
}

.solicitarea-dumneavoastra-form > *{
    margin: 0 2px;
}

.solicitarea-dumneavoastra-form .wpcf7-form-control-wrap{
    margin: 2px 0;
}

.solicitarea-dumneavoastra-form .wpcf7-form-control-wrap .wpcf7-form-control:not([class^="wpcf7-submit"]){
    padding: 3px;
    font-size: 14px;
}

.solicitarea-dumneavoastra-form .wpcf7-form-control-wrap textarea.wpcf7-form-control{
    min-height: 60px;
}

.solicitarea-dumneavoastra-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-submit{
    width: 100px;
    padding: 10px 5px;
    display: inline-block;
}

/* woocommerce select2 */


.woocommerce .select2-container .select2-selection--single{
    padding: 8px;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 1px;
    border: 1px solid #000;
    height: auto;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #aaa;
    color: #333;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow{
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%); /* Chrome, Safari, Opera */
    -ms-transform: translate(0, -50%); /* IE 9 */
    transform: translate(0,-50%);
    width: 24px;
    height: 24px;
    background: url("../images/select-arrow.svg");
}
.woocommerce .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.woocommerce .select2-container--default .select2-results__option--selected{
    background: #ddd;
    color: #000;
}

.woocommerce .select2-dropdown {
    background-color: white;
    border: 1px solid #000;
    border-radius: 0px;
    padding: 10px 0;
}

.woocommerce .select2-dropdown.select2-dropdown--below{
    border-top: 0;
}

@media screen and (max-width: 75em){
    .woocommerce.archive .woocommerce-ordering {
        margin: 20px 0;
    }
}

/* popup maker */
.pum-theme-blue-background .pum-content+.pum-close,
.pum-theme-blue-background .pum-content+.pum-close:active,
.pum-theme-blue-background .pum-content+.pum-close:focus,
.pum-theme-blue-background .pum-content+.pum-close:hover{
    background-image: url("../images/close.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Slick Slider */

.slick-prev:before, .slick-next:before {
    opacity: 1;
    content: '';
    background-image: url("../images/arrow.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}

.slick-next:before{
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    -ms-transform: rotate(180deg); /* IE 9 */
    transform: rotate(180deg);
}

/* Navigation Footer Info */
.site-info-menu{
    list-style: none;
    display: inline-block;
    margin: 20px auto 0;
}

.site-info-menu li{
    display: inline-block;
}

.site-info-menu li:last-child span[role="separator"]{
    display: none;
}

/* Navigation Cart */

.navigation-cart .cart-contents{
    position: relative;
}

.navigation-cart .cart-contents .menu-item-type-cart-icon{
    position: relative;
    z-index: 1;
}

.navigation-cart .cart-contents .menu-item-type-cart-count{
    position: absolute;
    min-width: 15px;
    height: 15px;
    font-size: 11px;
    text-align: center;
    color: #fff;
    line-height: 1.6;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}

.navigation-cart a:hover .menu-item-type-cart-icon,
.navigation-cart a:focus .menu-item-type-cart-icon,
.navigation-cart a:active .menu-item-type-cart-icon{
    color: #FFC767;
    transition: color 0.4s ease 0s;
}

.navigation-mini-cart{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translate(100%,0);
    transform: translate(100%,0);
    -webkit-transition: all 0.1s ease 0.6s;
    transition: all 0.1s ease 0.6s;
    z-index: 11;
}

.navigation-mini-cart.show{
    opacity: 1;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.navigation-mini-cart .navigation-mini-cart-fade{
    position: absolute;
    width: 100%;
    right: 0;
    opacity: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
    height: 100%;
    overflow: auto;
    z-index: 12;
    -webkit-transition: all 0.1s ease 0.9s;
    transition: all 0.1s ease 0.9s;
}

.navigation-mini-cart.show .navigation-mini-cart-fade{
    opacity: 1;
    -webkit-transition: all 0.1s ease 0.1s;
    transition: all 0.1s ease 0.1s;
}

.navigation-mini-cart .navigation-mini-cart-content{
    position: absolute;
    width: 100%;
    max-width: 350px;
    right: 0;
    top: 0;
    background: #fff;
    height: 100%;
    overflow: auto;
    z-index: 13;
    -webkit-transform: translate(100%,0);
    transform: translate(100%,0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navigation-mini-cart.show .navigation-mini-cart-content{
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: all 0.5s ease 0.6s;
    transition: all 0.5s ease 0.6s;
}

.navigation-mini-cart .navigation-mini-cart-content .widget.widget_shopping_cart .widget-title{
    background: #000000;
    width: 100%;
    height: 100px;
    padding: 35px 35px 35px 55px;
    display: block;
    font-size: 23px;
    color: #fff;
    line-height: 28px;
    font-weight: normal;
    text-align: center;
    text-transform: unset;
    letter-spacing: initial;
    margin-bottom: 0;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.navigation-mini-cart .navigation-mini-cart-content .widget.widget_shopping_cart{
    height: 100%;
    padding: 135px 35px 230px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.navigation-mini-cart .navigation-mini-cart-content .widget.widget_shopping_cart .widget_shopping_cart_content::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.navigation-mini-cart .navigation-mini-cart-content .widget.widget_shopping_cart .widget_shopping_cart_content {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.navigation-mini-cart .navigation-mini-cart-content .widget.widget_shopping_cart .widget_shopping_cart_content{
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.navigation-mini-cart .navigation-mini-cart-content .woocommerce-mini-cart__bottom{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
}

.navigation-mini-cart .navigation-mini-cart-content .woocommerce-mini-cart__total{
    font-size: 26px;
    font-weight: normal;
    color: #000;
    padding: 20px 35px;
}

.navigation-mini-cart .navigation-mini-cart-content .woocommerce-mini-cart__total strong{
    font-weight: normal;
}

.navigation-mini-cart .navigation-mini-cart-content .woocommerce-Price-amount{
    display: block;
}

.navigation-mini-cart .navigation-mini-cart-content .cart_list .mini_cart_item{
    padding: 15px 0;
    border-top: 0;
}

.navigation-mini-cart .navigation-mini-cart-content .navigation-mini-cart-close{
    position: absolute;
    background: transparent;
    border-color: transparent;
    top: 0;
    left: 0;
    line-height: 28px;
    padding: 35px 33px;
    color: #fff;
    z-index: 1;
}

.navigation-mini-cart .navigation-mini-cart-content .woocommerce-mini-cart__buttons{
    margin-bottom: 0;
    padding: 35px;
    border-top: 1px solid #999999;
}

.navigation-mini-cart .navigation-mini-cart-content .cart_list .mini_cart_item a:not([class~="remove"]){
    text-align: left;
    padding: 0;
}

.navigation-mini-cart .navigation-mini-cart-content .cart_list .mini_cart_item a.remove {
    float: right;
    margin-top: 2px;
    display: block;
    padding: 0;
    line-height: 15px;
    width: 18px;
    height: 18px;
    text-align: center;
    border-color: #999999;
    opacity: 0;
}

.navigation-mini-cart .navigation-mini-cart-content .cart_list .mini_cart_item:hover a.remove{
    opacity: 1;
}

.navigation-mini-cart .navigation-mini-cart-content .button{
    background-color: #000;
    border: 1px;
    border-color: #000;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: Lato;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
    transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
}

.navigation-mini-cart .navigation-mini-cart-content .widget.widget_shopping_cart .widget_shopping_cart_content .button:hover{
    opacity: 0.8;
}

.navigation-mini-cart .navigation-mini-cart-content .woocommerce ul.product_list_widget li img{
    display: inline-block;
    float: initial;
}

.navigation-mini-cart .navigation-mini-cart-content .mini_cart_item{
    position: relative;
    padding-top: 0;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.navigation-mini-cart .navigation-mini-cart-content .mini_cart_item .product-thumbnail{
    margin-right: 10px;
    width: 70px;
    height: 80px;
    display: inline-block;
    vertical-align: top;
    float: initial;
}

.navigation-mini-cart .navigation-mini-cart-content .mini_cart_item .product-thumbnail a{
    width: 100%;
    height: 100%;
}

.navigation-mini-cart .navigation-mini-cart-content .mini_cart_item .product-thumbnail a img{
    max-height: 100%;
    object-fit: contain;
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
}

.navigation-mini-cart .navigation-mini-cart-content .mini_cart_item .product-info{
    clear: both;
    display: inline-block;
    line-height: 1.5em;
    font-size: 16px;
    width: calc(100% - 32px - 80px);
}

.navigation-mini-cart .navigation-mini-cart-content .mini_cart_item .product-variation,
.navigation-mini-cart .navigation-mini-cart-content .woocommerce-mini-cart .product-name{
    width: 90%;
    word-break: break-word;
    margin-bottom: 0;
    font-weight: normal;
}

.navigation-mini-cart .navigation-mini-cart-content .mini_cart_item a{
    margin: 0;
}

.navigation-mini-cart .navigation-mini-cart-content .mini_cart_item .product-price{
    font-weight: 600;
}

.navigation-mini-cart .navigation-mini-cart-content .mini_cart_item .product-quantity,
.woocommerce-cart-form .product-quantity{
    display: inline-block;
    position: relative;
    padding: 0;
    margin-top: 8px;
}

.navigation-mini-cart .navigation-mini-cart-content .mini_cart_item .product-quantity .quntity-input::-webkit-outer-spin-button,
.navigation-mini-cart .navigation-mini-cart-content .mini_cart_item .product-quantity .quntity-input::-webkit-inner-spin-button,
.woocommerce-cart-form .product-quantity .quntity-input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.navigation-mini-cart .navigation-mini-cart-content .mini_cart_item .product-quantity input[type=number].quntity-input,
.woocommerce-cart-form .product-quantity input[type=number].quntity-input {
    -moz-appearance: textfield;
}

.navigation-mini-cart .navigation-mini-cart-content .mini_cart_item .product-quantity .quntity-input,
.woocommerce-cart-form .product-quantity .quntity-input{
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    font-size: 12px;
    width: 64px;
    height: 28px;
}
.navigation-mini-cart .navigation-mini-cart-content .mini_cart_item .product-quantity .quantity-btn,
.woocommerce-cart-form .product-quantity .quantity-btn{
    position: absolute;
    top: 0;
    line-height: 28px;
    width: 16px;
    margin: 0;
}
.navigation-mini-cart .navigation-mini-cart-content .mini_cart_item .product-quantity .quantity-btn.plus,
.woocommerce-cart-form .product-quantity .quantity-btn.plus{
    right: 0;
    background-image: url("../images/plus.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 10px;
    color: transparent;
}
.navigation-mini-cart .navigation-mini-cart-content .mini_cart_item .product-quantity .quantity-btn.minus,
.woocommerce-cart-form .product-quantity .quantity-btn.minus{
    left: 0;
    background-image: url("../images/minus.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px;
    color: transparent;
}

.navigation-mini-cart .navigation-mini-cart-content .mini_cart_item .blockUI.blockOverlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 1000;
    border: none;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 49em){
    .has-sidebar.archive.woocommerce-page:not(.error404) #primary {
        width: 100%;
    }
}

@media screen and (min-width: 75em){
    .has-sidebar.archive.woocommerce-page:not(.error404) #primary {
        width: 74%;
    }
}

@media screen and (max-width: 75em){

    .shop-filter{
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transform: translate(100%,0);
        transform: translate(100%,0);
        -webkit-transition: all 0.1s ease 0.6s;
        transition: all 0.1s ease 0.6s;
        z-index: 11;
    }



    .shop-filter.show{
        opacity: 1;
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        -webkit-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }

    .shop-filter .shop-filter-fade{
        position: absolute;
        width: 100%;
        right: 0;
        opacity: 0;
        top: 0;
        background: rgba(0,0,0,0.6);
        height: 100%;
        overflow: auto;
        z-index: 12;
        -webkit-transition: all 0.1s ease 0.6s;
        transition: all 0.1s ease 0.6s;
    }

    .shop-filter.show .shop-filter-fade{
        opacity: 1;
        -webkit-transition: all 0.1s ease 0.1s;
        transition: all 0.1s ease 0.1s;
    }

    .shop-filter .shop-filter-content{
        position: absolute;
        width: 100%;
        max-width: 350px;
        right: 0;
        top: 0;
        background: #fff;
        height: 100%;
        overflow: auto;
        z-index: 13;
        -webkit-transform: translate(100%,0);
        transform: translate(100%,0);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .shop-filter.show .shop-filter-content{
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        -webkit-transition: all 0.1s ease 0.6s;
        transition: all 0.1s ease 0.6s;
    }

    .shop-filter.show .shop-filter-content .widget > *,
    .bapf_body{
        padding: 0 20px;
    }

    .shop-filter.show .shop-filter-content .widget .widget-title,
    .bapf_head{
        padding-left: 20px!important;
        padding-right: 40px!important;
    }
    .shop-filter.show .shop-filter-content .widget .widget-title:after,
    .bapf_head:after{
        right: 17px!important;
    }
    .shop-filter.show .shop-filter-close{
        position: absolute;
        top: 22px;
        right: 20px;
    }

    .bapf_sfilter.bapf_ckbox input[type=checkbox], .bapf_sfilter.bapf_ckbox label{
        font-size: 14px;
    }
}

.admin-bar .navigation-mini-cart{
    top: 0;
    /*top: 32px;
    height: calc(100vh - 32px);*/
}

.twentyseventeen-panel .pasiune-pentru-calitate .pasiune-pentru-calitate-title{
    margin-bottom: 40px;
}

.twentyseventeen-panel .wp-block-group,
.twentyseventeen-panel .pasiune-pentru-calitate .wp-block-media-text.pasiune-pentru-calitate-block .wp-block-media-text__content .pasiune-pentru-calitate-image{
    position: relative;
}

.twentyseventeen-panel .wp-block-group .pasiune-pentru-calitate:after,
.twentyseventeen-panel .pasiune-pentru-calitate .wp-block-media-text.pasiune-pentru-calitate-block:after,
.twentyseventeen-panel .pasiune-pentru-calitate .wp-block-media-text.pasiune-pentru-calitate-block .wp-block-media-text__content .pasiune-pentru-calitate-image:after{
    content: '';
    position: absolute;
    top: calc(100% - 115px);
    right: -95px;
    width: 125px;
    height: 215px;
    background: url("../images/branch.png") top right no-repeat;
    background-size: contain;
}


.twentyseventeen-panel .wp-block-columns.pasiune-pentru-calitate,
.twentyseventeen-panel .pasiune-pentru-calitate .wp-block-media-text.pasiune-pentru-calitate-block{
    margin-bottom: 0;
}



.twentyseventeen-panel .pasiune-pentru-calitate .wp-block-media-text.pasiune-pentru-calitate-block{
    margin-bottom: 0;
}

.twentyseventeen-panel .pasiune-pentru-calitate .wp-block-media-text.pasiune-pentru-calitate-block .wp-block-media-text__media{
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.twentyseventeen-panel .pasiune-pentru-calitate .wp-block-media-text.pasiune-pentru-calitate-block .wp-block-media-text__media img{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.twentyseventeen-panel .pasiune-pentru-calitate .wp-block-media-text.pasiune-pentru-calitate-block .wp-block-media-text__content{
    padding: 12.5%;
    border: 1px solid #999;
    background: #fff;
}

.twentyseventeen-panel .pasiune-pentru-calitate .wp-block-media-text.pasiune-pentru-calitate-block .wp-block-media-text__content .pasiune-pentru-calitate-image{
    display: none;
}

.twentyseventeen-panel .pasiune-pentru-calitate .wp-block-media-text.pasiune-pentru-calitate-block .wp-block-media-text__content .pasiune-pentru-calitate-devider{
    display: block;
}

@media screen and (max-width: 768px){

    .twentyseventeen-panel .pasiune-pentru-calitate .wp-block-media-text.pasiune-pentru-calitate-block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-left: -25px;
        margin-right: -25px;
    }

    .twentyseventeen-panel .pasiune-pentru-calitate .wp-block-media-text.pasiune-pentru-calitate-block:after{
        display: none;
    }

    .twentyseventeen-panel .pasiune-pentru-calitate .wp-block-media-text.pasiune-pentru-calitate-block .wp-block-media-text__content{
        border: 0;
        border-bottom: 1px solid #999;
        padding: 0 40px 45px;
    }

    .twentyseventeen-panel .pasiune-pentru-calitate .wp-block-media-text.pasiune-pentru-calitate-block .wp-block-media-text__content .pasiune-pentru-calitate-image:after{
        transform: rotate(15deg);
        width: 54px;
        height: 93px;
        top: calc(100% - 20px);
        right: -10px;
    }

    .twentyseventeen-panel .pasiune-pentru-calitate .wp-block-media-text.pasiune-pentru-calitate-block .wp-block-media-text__content .pasiune-pentru-calitate-image{
        display: block;
        margin: 0 -15px 20px;
    }

    .twentyseventeen-panel .pasiune-pentru-calitate .wp-block-media-text.pasiune-pentru-calitate-block .wp-block-media-text__content .pasiune-pentru-calitate-devider,
    .twentyseventeen-panel .pasiune-pentru-calitate .wp-block-media-text.pasiune-pentru-calitate-block .wp-block-media-text__media{
        display: none;
    }
}


.twentyseventeen-panel .wp-block-columns.serviciile-noastre{
    margin-top: 30px;
    margin-bottom: 20px;
}

.twentyseventeen-panel .wp-block-columns.serviciile-noastre h3,
.twentyseventeen-panel .wp-block-columns.serviciile-noastre h3 strong{
    font-family: 'Novecentowide Bold';
}

.twentyseventeen-panel .wp-block-columns.serviciile-noastre .wp-block-column .wp-block-image img{
    height: 155px;
    width: auto;
    max-width: 100%;
}

body:not(.title-tagline-hidden) .site-branding-text:before{
    content: '';
    position: absolute;
    left: 0;
    top: -80px;
    width: 75px;
    height: 105px;
    background-image: url("../images/branch.png");
    transform: rotate(-80deg);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 48em) {
    .woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
        float: initial;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product{
        width: 350px;
        width: 49%;
        margin: auto;
    }

    .woocommerce.archive ul.products li.product {
        padding: 10px 25px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title{
        padding: 0;
    }

    .woocommerce.article .site{
        background-image: none;
    }

    h2.widget-title{
        margin-bottom: 0.5em;
    }
}
@media screen and (max-width: 26.56em) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 300px;
        margin: auto -25px;
        padding: 0!important;
    }

    .woocommerce ul.products[class*=columns-].slick-slider li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 300px;
        margin: auto 0;
        padding: 0!important;
    }
}

@media screen and (max-width: 21.875em) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        margin: auto -25px;
        padding: 0!important;
    }

    .woocommerce ul.products[class*=columns-].slick-slider li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 300px;
        margin: auto 0;
        padding: 0!important;
    }
}

/*   Modal   */

.share-link-block{
    display: block;
}
.share-link-block.hidden{
    display: none;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.2s ease-in-out, scale 0.1s ease-in-out 0.1s;
    overflow: hidden;
}

.modal.open{
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.2s ease-in-out 0.1s, scale 0.1s ease-in-out;
    z-index: 10;
}

.modal-fade{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    opacity: 0;
    transition: all 0.1s ease 0.2s;
}

.modal.open .modal-fade{
    opacity: 1;
    transition: all 0.2s ease 0.1s;
}

.modal-content{

}

.modal-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -150%);
    opacity: 0;
    max-height: 85vh;
    background: #fff;
    transition: all 0.2s ;
    padding: 40px;
    text-align: center;
}

.modal.open .modal-container{
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease 0.3s;
}

.modal-close{
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    width: 30px;
    height: 30px;
}

.modal-close .icon{
    width: 100%;
    height: 100%;
}

#modal-share.modal .modal-container{
    padding: 40px 60px;
    max-width: 450px;
    width: 100%;
}

#modal-share.modal .modal-container .share-link-input{
    border-color: #ccc;
    border-radius: 1px;
}

#modal-share.modal .modal-container .social-buttons-links{
    margin-top: 24px;
    flex-direction: row;
}

#modal-share.modal .modal-container .social-buttons-links .share-link{
    width: 45px;
    height: 42px;
    color: #fff;
    border-radius: 50%;
}

#modal-share.modal .modal-container .social-buttons-links .share-link{
    margin: 0 20px;
}

#modal-share.modal .modal-container .social-buttons-links .share-link.facebook{
    background: #4464a3;
}

#modal-share.modal .modal-container .social-buttons-links .share-link.twitter{
    background: #55acee;
}

#modal-share.modal .modal-container .social-buttons-links .share-link.linkedin{
    background: #0077b5;
}

#modal-share.modal .modal-container .social-buttons-links .share-link.link{
    background: #333;
}

#modal-share.modal .modal-container .share-link-block .share-link-header{
    margin-bottom: 30px;
    font-family: 'Novecentowide Bold';
    text-transform: uppercase;
}

#modal-share.modal .modal-container .share-link-block .share-link-input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #333;
    max-width: 330px;
    box-shadow: none;
    margin-bottom: 30px;
    font-size: 14px;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#modal-share.modal .modal-container .share-link-block button{
    padding: 10px 20px;
    margin-bottom: 10px;
    font-size: 14px;
}

#modal-share.modal .modal-container .share-link-block button:not(:last-child){
    margin-right: 15px;
}

@media screen and (max-width: 48em) {

    #modal-share.modal .modal-container{
        padding: 20px;
        max-width: 90%;
    }

    #modal-share.modal .modal-container .social-buttons-links .share-link{
        width: 35px;
        height: 35px;
        margin: 0 10px;
    }

    #modal-share.modal .modal-container .share-link-block .share-link-input {
        max-width: 220px;
    }

    #modal-share.modal .modal-container .share-link-block .button-block{
        text-align: center;
    }

    #modal-share.modal .modal-container .social-buttons-links{
        flex-direction: row;
    }
}

/* despre-noi table on same page */

.despre-noi{
    width: 100vw;
    position: relative;
    left: calc(-1 * (100vw - 1200px) / 2 - 25px);
    display: flex;
    align-items: stretch;
    overflow: hidden;
    margin-bottom: 40px;
}

.despre-noi > .wp-block-column {
    position: relative;
    color: #000;
    overflow: hidden;
}
.despre-noi .wp-block-group__inner-container p{
    padding: 0;
    line-height: 1.7;
}

.despre-noi .wp-block-group.has-background {
    margin-top: 0;
    margin-bottom: 0;
    padding: 70px 30px;
    height: 100%;
}

.despre-noi .wp-block-group,
.wp-block-group__inner-container{
    height: 100%;
}

.despre-noi > .wp-block-column img{
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
}

.despre-noi > .wp-block-column h1{
margin: 0 0 0.575em;
font-size: 50px;
padding: 0;
font-family: 'Raleway', sans-serif;
}

.despre-noi > .wp-block-column h1 strong{
font-size: 122%;
font-weight: 700;
display: block;
font-family: 'Raleway', sans-serif;;
}

.despre-noi .wp-block-column:not(:first-child) {
margin-left: 9px;
}

.despre-noi-desc{
background-image: url("../images/Path_168_2x.png");
background-size: 75px;
background-position: 60% 0;
background-repeat: no-repeat;
}

@media screen and (min-width: 75em) {
    .despre-noi{
        left: calc(-1 * (100vw - (100vw - 350px)) / 2 - 25px);
    }

    .despre-noi .wp-block-group__inner-container p{
        padding: 0;
    }

    .despre-noi > .wp-block-column {
        min-height: 680px;
    }
}

@media screen and (min-width: 125em) {

.despre-noi{
    left: calc(-1 * (100vw - 1450px) / 2 - 25px);
}

.despre-noi .wp-block-group__inner-container p{
    padding: 0 15%;
}
}

@media screen and (min-width: 143.75em) {

.despre-noi {
    left: calc(-1 * (100vw - 1450px) / 2 - 25px);
}

.despre-noi > .wp-block-column{
    height: calc((100vw / 4) * 1.3 );
    max-height: 680px;
}

.despre-noi .wp-block-group__inner-container p{
    padding: 0 25%;
}
}

@media screen and (max-width: 75em) {

.despre-noi{
    width: calc(100vw);
    left: -25px;
}

.despre-noi > .wp-block-column h1{
    font-size: 40px;
}

.despre-noi > .wp-block-column:nth-child(n + 3){
    display: none;
}

.despre-noi > .wp-block-column img{
    height: auto;
    max-height: 130%;
}
}
@media screen and (max-width: 37.5em) {

.despre-noi{
    width: 100vw;
    left: -25px;
}

.despre-noi > .wp-block-column h1{
    font-size: 6.2vw;
}

.despre-noi > .wp-block-column h1 strong{
    font-size: 6.6vw;
}

.despre-noi > .wp-block-column:first-child{
    display: none;
}
.despre-noi .wp-block-column:nth-child(2n + 2) {
    margin-left: 0;
}
}

.serviciile-noastre-table .wp-block-columns{
    width: 100%;
    position: relative;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.serviciile-noastre-table .wp-block-columns .title,
.serviciile-noastre-table .wp-block-columns .title strong{
    font-family: 'Novecentowide Bold';
}

.serviciile-noastre-table .wp-block-columns .wp-block-column{
    position: relative;
    transition: all 0.2s;
    background: transparent;
    margin-bottom: 20px;
}

.serviciile-noastre-table .wp-block-columns .wp-block-column .background-image{
    position: absolute;
    z-index: 0;
    /*height: 60%;
    width: 60%;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 50px;*/

    height: 155px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 30%;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 0.5s;
    opacity: 1;
}

.serviciile-noastre-table .wp-block-columns .wp-block-column .wp-block-image .aligncenter{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

.serviciile-noastre-table .wp-block-columns .wp-block-column .wp-block-image figure{
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.serviciile-noastre-table .wp-block-columns .wp-block-column .background-image img{
    position: relative;
    /*width: 100%;*/
    left: 0;
    bottom: 0;
    width: auto;
    max-width: 100%;
    height: 155px;
}

.serviciile-noastre-table .wp-block-columns .wp-block-column .desc{
    padding: 0 2.2vw;
    opacity: 0;
    position: relative;
    top: 30px;
    transition: all 0.5s;
}

.serviciile-noastre-table .wp-block-columns .wp-block-column:nth-child(4n + 1):hover{
    transition: all 0.4s;
    background: #f8c660;
}

.serviciile-noastre-table .wp-block-columns .wp-block-column:nth-child(4n + 2):hover{
    transition: all 0.4s;
    background: #b0e1d8;
}

.serviciile-noastre-table .wp-block-columns .wp-block-column:nth-child(4n + 3):hover{
    transition: all 0.4s;
    background: #c8b29c;
}

.serviciile-noastre-table .wp-block-columns .wp-block-column:nth-child(4n + 4):hover{
    transition: all 0.4s;
    background: #b3f2ff;
}

.serviciile-noastre-table .wp-block-columns .wp-block-column:hover .desc{
    top: 0;
    opacity: 1;
    transition: all 0.5s;
}

.serviciile-noastre-table .wp-block-columns .wp-block-column:hover .background-image{
    transition: all 0.3s;
    opacity: 0;
}

.serviciile-noastre-table .wp-block-columns .wp-block-column .top-side hr{
    height: 3px;
    border-radius: 1px;
    background: #000;
    max-width: 50px;
}

.serviciile-noastre-desc{
    max-width: 635px;
    margin: auto;
    margin-bottom: 40px;
}

.serviciile-noastre-desc .wp-block-group__inner-container{
    font-size: 20px;
    line-height: 1.3;
}

.serviciile-noastre-desc .serviciile-noastre-title {
    position: relative;
    margin-bottom: 35px;
    font-weight: 900;
    text-transform: uppercase;
}

.serviciile-noastre-desc .serviciile-noastre-title,
.serviciile-noastre-desc .serviciile-noastre-title *{
    font-family: 'Novecentowide Bold';
}

.serviciile-noastre-desc .serviciile-noastre-title img{
    position: relative;
    left: 15px;
    top: -20px;
    margin-bottom: -65px;
    margin-right: -30px;
    object-position: 50% 50%;
    transform: rotate(-15deg);
}

@media screen and (max-width: 75em){

.serviciile-noastre-desc{
    max-width: 650px;
    margin: auto;
    margin-bottom: 30px;
}
}

@media screen and (min-width: 6.31em){

    .serviciile-noastre-table .wp-block-columns {
        width: 100vw;
        max-width: 1225px;
        margin: auto;
    }
}

@media screen and (max-width: 101em){

    .serviciile-noastre-table .wp-block-columns {
        width: 100vw;
        max-width: 1225px;
        left: calc((100% - 1225px) / 2 );
    }
}

@media screen and (max-width: 80em){

.serviciile-noastre-table{
    font-size: 16px;
}

.serviciile-noastre-table .wp-block-columns{
    width: 100%;
    left: 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    display: flex;
}

/*.serviciile-noastre-table .wp-block-columns .wp-block-column{
    width: 270px;
    display: flex;
    flex-basis: auto!important;
    flex: 0 1 270px;
    flex-direction: column;
}*/

    .serviciile-noastre-table .wp-block-columns .wp-block-column {
        width: calc((100% - (32px * 3)) / 4);
        flex: 0 1 calc((100% - (32px * 3)) / 4);
    }

    .serviciile-noastre-table .wp-block-columns .wp-block-column .background-image{
        /*opacity: 0;*/
        opacity: 1;
        position: relative;
    }

    .serviciile-noastre-table .wp-block-columns .wp-block-column .desc{
        opacity: 1;
    }

    .serviciile-noastre-table .wp-block-columns .wp-block-column .background-image {
        width: 50%;
    }
}

@media screen and (max-width: 61.25em){

    .serviciile-noastre-table .wp-block-columns .wp-block-column {
        width: calc((100% - 32px) / 2);
        flex: 0 1 calc((100% - 32px) / 2);
    }
    .serviciile-noastre-table .wp-block-columns .wp-block-column:nth-child(2n+ 1){
        margin-left: 0;
    }
}

@media screen and (max-width: 61.25em){

    .serviciile-noastre-table .wp-block-columns .wp-block-column {
        width: calc((100% - 32px) / 2);
        flex: 0 1 calc((100% - 32px) / 2);
    }
    .serviciile-noastre-table .wp-block-columns .wp-block-column:nth-child(2n+ 1){
        margin-left: 0;
    }
}

@media screen and (max-width: 32.81em){

    .serviciile-noastre-table .wp-block-columns .wp-block-column {
        width: 100%;
        flex: 0 1 100%;
    }
    .serviciile-noastre-table .wp-block-columns .wp-block-column:not(:first-child){
        margin-left: 0;
    }
}

.scrie-ne{
    max-width: 560px;
    margin: auto;
}

.scrie-ne .title{
    padding-top: 0;
}

.scrie-ne .title,
.scrie-ne .title *{
    font-family: 'Novecentowide Bold';
}

.scrie-ne .scrie-ne-button.wp-block-button{
    padding-left: 70px;
    width: auto;
    margin: auto;
    text-align: left;
    position: relative;
    left: -20px;
}

.scrie-ne .scrie-ne-button.wp-block-button:before{
    content: '';
    background-image: url("../images/mail-icon.png");
    left: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    background-size: contain;
}

.scrie-ne .scrie-ne-button.wp-block-button:hover:before{
    background-image: url("../images/mail-icon-hover.png");
}

.scrie-ne .scrie-ne-button.wp-block-button .wp-block-button__link{
    border: solid rgba(0, 0, 0, 1) 1px;
    width: 190px;
    font-size:  27px;
    font-family: "Lato";
    transition: color 0.4s ease 0s;
    color: #2F2E2E;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    margin: 2px 0;
    padding: 3px;
    text-align: center;
    line-height: 1;
}

.scrie-ne{
    border: 1px solid rgba(0,0,0,0.5);
    padding: 38px 30px 20px!important;
    margin: 30px auto 100px!important;
    position: relative;
}

.scrie-ne:after{
    content: '';
    background-image: url("../images/Group-74-bee2_2x.png");
    left: calc(100% - 80px);
    top: 80px;
    width: 230px;
    height: 274px;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    background-size: contain;
}

.scrie-ne .phone{
    font-size: 27px;
    padding-left: 70px;
    display: inline-block;
    position: relative;
    left: calc(50% - 5px);
    transform: translate(-50%, 0);
    width: auto;
    margin: 7px auto 10px;
    text-align: left;
    font-family: "Lato Bold", sans-serif;
}

.scrie-ne .phone:before{
    content: '';
    background-image: url("../images/phone-icon.png");
    left: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    background-size: contain;
}

.scrie-ne .phone:hover:before{
    background-image: url("../images/phone-icon-hover.png");
}

@media screen and (max-width: 48em) {

    .scrie-ne .title{
        font-size: 23px;
    }

    .scrie-ne:after {
        left: calc(100% - 25px);
    }

    .scrie-ne .phone {
        font-size: 17px;
        left: calc(50% + 0px);
    }

    .scrie-ne .wp-block-buttons{
        margin-top: 10px;
    }

    .scrie-ne .scrie-ne-button.wp-block-button .wp-block-button__link {
        width: 127px;
        font-size: 19px;
    }
}

.espresso_events-template-single-espresso_events .espresso_events.espresso_event_type-single-event{
    padding: 50px;
    overflow: hidden;
}

.espresso_events-template-single-espresso_events .espresso_events.espresso_event_type-single-event .ee-event-img{
    left: -50px;
    top: -50px;
    width: calc(100% + 100px);
    max-width: initial;
    position: relative;
}

.events .espresso_events.espresso_event_type-single-event .ee-event-img-dv img{
    width: 100%;
}

.events .espresso_events.espresso_event_type-single-event .entry-title{
    font-weight: bold;
}

.events .espresso_events.espresso_event_type-single-event{
    padding: 0;
}

.events .espresso_events .spresso-event-list-wrapper-dv,
.events .espresso_events.espresso_event_type-single-event .espresso-event-list-wrapper-dv{
    border: 1px solid rgba(0,0,0,0.5);
    padding: 30px;
}

.events .espresso_events .ee-event-datetimes-ul{
    display: inline-block;
    margin-bottom: 0!important;
}

.events .ee-event-datetimes-ul .ee-event-datetimes-li,
.events .espresso_events .ee-event-datetimes-ul li{
    float: none;
    display: block;
    width: 100%;
}
.events .espresso_events .ee-event-datetimes-ul li:last-child{
    margin: 0!important;
}

.events .espresso_events .ee-event-datetimes-ul li .event-header{
    padding-left: 10px;
}

.events .espresso_events .ee-event-datetimes-ul li .event-header,
.events .espresso_events .ee-event-datetimes-ul li .event-header + span.splash + span[itemprop="name"]{
    display: inline-block;
}

.events .espresso_events .event-header + span.splash{
    font-size: 21px;
    margin: 0 10px;
}

.events .espresso_events .event-header .ee-event-header-lnk{
    font-size: 21px;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Lato Bold', sans-serif!important;
}

.events .event-header .entry-title{
    margin-bottom: 0!important;
    padding-top: 0;
}

.events .event-link{
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    margin: 20px 0;
}

.events .ee-event-datetimes-ul .ee-event-datetimes-li .ee-event-date{
    font-size: 40px;
    display: inline-block;
}

.events .ee-event-datetimes-ul{
    width: 90px;
    transition: all 0.2s;
    overflow: hidden;
    height: 60px;
}

.events .ee-event-datetimes-ul .ee-event-datetimes-li .ee-event-date .ee-event-date-weekday-and-month{
    margin-top: calc(0px + -.25em);
    margin-bottom: calc(0px + -.25em);
    margin-left: 12px;
    margin-right: 5px;
    width: 30px;
    display: inline-block;
    font-family: initial;
}

.ee-event-datetimes-ul .ee-event-datetimes-li .ee-event-date .ee-event-date-weekday-and-month .ee-event-date-weekday{
    font-size: 14px;
    opacity: 0.5;
    line-height: 1.4;
    display: block;
}

.ee-event-datetimes-ul .ee-event-datetimes-li .ee-event-date .ee-event-date-weekday-and-month  .ee-event-date-month{
    font-size: 14px;
    line-height: 1.4;
    display: block;
}

.events .espresso_event_type-single-event .espresso-event-list-wrapper-dv:hover .ee-event-datetimes-ul {
    width: 0;
    transition: all 0.2s;
}

.events .espresso_event_type-single-event .espresso-event-list-wrapper-dv:hover .event-header + span.splash + span[itemprop="name"],
.events .espresso_event_type-single-event .espresso-event-list-wrapper-dv:hover .event-header + span.splash{
    display: none!important;
    overflow: hidden;
}

.events .espresso_event_type-single-event .espresso-event-list-wrapper-dv:hover .event-header .ee-event-header-lnk{
    color: #FFC767;
}

.events .page-header{
    display: none;
}

.email-subscribers{
    text-align: center;
}

.email-subscribers .subscribers-title,
.email-subscribers .subscribers-title *{
    padding-top: 0;
    /*font-size: 45px;*/
    font-family: 'Novecentowide Bold';
}

.email-subscribers .subscribers-subtitle,
.email-subscribers .subscribers-subtitle *{
    /*font-size: 25px;*/
    font-family: 'Novecentowide Bold';
}

.email-subscribers .es_subscription_form.es_shortcode_form .es-field-wrap{
    display: inline-block;
}

.email-subscribers .es_subscription_form.es_shortcode_form .es_subscription_form_submit{
    display: inline-block;
    padding: 0 2em;
    position: relative;
    left: -5px;
    top: 0;
    max-width: 155px;
}

.email-subscribers .es_subscription_form.es_shortcode_form input{
    width: 245px;
    height: 35px;
    border: 2px solid #000;
    border-radius: 1px;
    margin: 0;
    display: inline-block;
    font-family: 'Lato Bold', sans-serif;
}

.email-subscribers .emaillist{
    display: inline-block;
    margin: auto;
    width: auto;
}

.email-subscribers .emaillist .es_subscription_form{
    display: flex;
}

.mobile-action-buttons,
.shop-filter .shop-filter-close{
    display: none;
}

@media screen and (max-width: 28.125em) {

    .email-subscribers .emaillist .es_subscription_form{
        flex-direction: column;
    }

    .email-subscribers .es_subscription_form.es_shortcode_form .es_subscription_form_submit{
        left: 0;
        max-width: 100%;
    }
}

@media screen and (max-width: 49em) {

    .admin-bar .shop-filter{
        top: 46px;
    }

    .email-subscribers .subscribers-title,
    .email-subscribers .subscribers-title *{
        line-height: 1.5em;
        text-align: center;
        font-size: 18px
    }

    .email-subscribers .subscribers-subtitle,
    .email-subscribers .subscribers-subtitle *{
        line-height: 1.5em;
        text-align: center;
        font-size: 20px;
    }
}
@media screen and (max-width: 75em) {

    .wrap{
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .archive.post-type-archive #secondary{
        float: left;
    }

    .mobile-action-buttons,
    .shop-filter .shop-filter-close{
        display: block;
    }

    #secondary .open-filters,
    #secondary .woocommerce-ordering,
    #secondary .woocommerce-ordering{
        float: initial;
        display: inline-block;
        margin: 0;
    }

    #primary .woocommerce-ordering,
    #primary .woocommerce-ordering{
        display: none;
    }

    #secondary{
        padding: 20px 0;
    }

    #secondary .open-filters{
        padding: 12px 20px;
        min-width: 170px;
        font-size: 14px;
        font-size: 0.875rem;
    }

    #secondary .select2-container {
        width: 40px!important;
    }

    #secondary .woocommerce-ordering .select2-container .select2-selection--single{
        padding: 5px 5px;
        width: 40px;
        position: relative;
        top: -1px;
    }

    .woocommerce.archive #secondary{
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 0;
        text-align: center;
        padding: 20px;
    }

    .woocommerce.archive #secondary .widget-content{
        text-align: left;
    }

    #secondary .shop-filter .shop-filter-close,
    .mobile-action-buttons, .shop-filter .shop-filter-close{
        display: block;
    }
    .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow{
        background: url("../images/optional.svg");
        right: initial;
        left: 3px;
        width: 30px;
        height: 30px;
    }
    .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #fff;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 28px;
    }
    .select2-container--open .select2-dropdown{
        min-width: 214px;
    }

    .select2-container--open .select2-dropdown--below {
        border-bottom: 1px solid #000;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .select2-container--open .select2-dropdown--above {
        border-top: 1px solid #000;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
}
@media screen and (min-width: 48em) {
    .has-sidebar.woocommerce-page:not(.error404) #secondary {
        width: 100%;
    }

    #secondary .open-filters {
        min-width: 210px;
    }
}

@media screen and (min-width: 75em) {
    .has-sidebar.woocommerce-page:not(.error404) #secondary {
        width: 20%;
    }
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover{
    box-shadow: none!important;
}

.woocommerce-notices-wrapper{
    margin-top: 20px;
}

.woocommerce-notices-wrapper .woocommerce-message .button{
    transform: translate(0, -25%);
}

a.remove {
    width: 18px;
    height: 18px;
    line-height: 14px;
    font-size: 15px;
}

/* Cart */

.woocommerce .shop_table thead,
.woocommerce-page .shop_table thead{

}

.woocommerce .shop_table tbody,
.woocommerce-page .shop_table tbody {
    border-top: 1px solid #aaa;
}

.woocommerce .shop_table tbody tr,
.woocommerce-page .shop_table tbody tr {
    border-bottom: 1px solid #aaa;
}

.woocommerce .woocommerce-cart-form,
.woocommerce-page .woocommerce-cart-form{
    width: calc(100% - 400px);
}

.woocommerce .woocommerce-cart-form table thead th,
.woocommerce-page .woocommerce-cart-form table thead th,
.woocommerce .cart-collaterals table thead th,
.woocommerce-page .cart-collaterals table thead th{
    padding: 0;
}

.woocommerce .woocommerce-cart-form h2,
.woocommerce-page .woocommerce-cart-form h2,
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2{
    padding-top: 10px;
    padding-bottom: 16px;
    font-size: 20px;
    margin: 0;
    text-transform: unset;
    font-weight: normal;
}

.woocommerce .woocommerce-cart-form table tbody td,
.woocommerce-page .woocommerce-cart-form table tbody td{
    padding-top: 32px;
    padding-bottom: 32px;
    vertical-align: top;
}

.woocommerce-account .cart-collaterals table tbody tr td,
.woocommerce-page .cart-collaterals table tbody tr td,
.woocommerce-account .cart-collaterals table tbody tr th,
.woocommerce-page .cart-collaterals table tbody tr th{
    padding-bottom: 12px;
    vertical-align: top;
}

.woocommerce .cart-collaterals table tbody tr:first-child td,
.woocommerce-page .cart-collaterals table tbody tr:first-child td,
.woocommerce .cart-collaterals table tbody tr:first-child th,
.woocommerce-page .cart-collaterals table tbody tr:first-child th{
    padding-top: 32px;
}

.woocommerce .cart-collaterals table tbody td,
.woocommerce-page .cart-collaterals table tbody td,
.woocommerce .cart-collaterals table tbody th,
.woocommerce-page .cart-collaterals table tbody th{
    font-weight: normal;
}

.woocommerce .cart-collaterals table tbody td strong,
.woocommerce-page .cart-collaterals table tbody td strong,
.woocommerce .cart-collaterals table tbody th,
.woocommerce-page .cart-collaterals table tbody th{
    font-weight: normal;
}

.woocommerce .cart-collaterals .cart-subtotal,
.woocommerce-page .cart-collaterals .cart-subtotal,
.woocommerce .cart-collaterals .cart-discount,
.woocommerce-page .cart-collaterals .cart-discount{
    border-bottom: 0;
}

.woocommerce .cart-collaterals .cart-subtotal th,
.woocommerce-page .cart-collaterals .cart-subtotal th{
    white-space: nowrap;
}

.woocommerce .cart-collaterals .cart-discount,
.woocommerce-page .cart-collaterals .cart-discount,
.woocommerce .cart-collaterals .woocommerce-shipping-totals.shipping td,
.woocommerce-page .cart-collaterals .woocommerce-shipping-totals.shipping td,
.woocommerce .cart-collaterals .woocommerce-shipping-totals.shipping th,
.woocommerce-page .cart-collaterals .woocommerce-shipping-totals.shipping th{
    padding-top: 0;
}

.woocommerce .cart-collaterals .woocommerce-shipping-totals.shipping label,
.woocommerce-page .cart-collaterals .woocommerce-shipping-totals.shipping label {
    color: #000;
    display: block;
    font-weight: normal;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.woocommerce .cart-collaterals .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-button,
.woocommerce-page .cart-collaterals .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-button{
    display: none;
}

.woocommerce .cart-collaterals .woocommerce-shipping-totals .woocommerce-shipping-destination,
.woocommerce-page .cart-collaterals .woocommerce-shipping-totals .woocommerce-shipping-destination{
    cursor: pointer;
}

.woocommerce .woocommerce-cart-form table tbody td a.remove,
.woocommerce-page .woocommerce-cart-form table tbody td a.remove{
    border: 0;
}

.woocommerce .woocommerce-cart-form table tbody td .product-price,
.woocommerce-page .woocommerce-cart-form table tbody td .product-price,
.woocommerce .woocommerce-cart-form table tbody td .variation,
.woocommerce-page .woocommerce-cart-form table tbody td .variation{
    color: rgba(0,0,0,0.6);
    font-size: 14px;
}

.woocommerce .woocommerce-cart-form table tbody tr td:last-child,
.woocommerce-page .woocommerce-cart-form table tbody tr td:last-child,
.woocommerce .cart-collaterals table tbody td:last-child,
.woocommerce-page .cart-collaterals table tbody td:last-child{
    text-align: right;
}

.woocommerce .woocommerce-cart-form table tbody tr  button[name="update_cart"],
.woocommerce-page .woocommerce-cart-form table tbody tr button[name="update_cart"]{
    display: none;
}

.woocommerce .woocommerce-cart-form table tbody tr td.product-thumbnail,
.woocommerce-page .woocommerce-cart-form table tbody tr td.product-thumbnail{
    width: 100px;
}

.woocommerce .woocommerce-cart-form table tbody tr td.product-thumbnail img,
.woocommerce-page .woocommerce-cart-form table tbody tr td.product-thumbnail img{
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 100px;
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals{
    width: 340px;
}

.woocommerce .cart-collaterals table tbody tr td *,
.woocommerce-page .cart-collaterals table tbody tr td *,
.woocommerce .cart-collaterals table tbody tr th,
.woocommerce-page .cart-collaterals table tbody tr th{
    color: #000;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals{
    width: 100%;
}

.woocommerce .cart-collaterals .checkout-button{
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 25px;
}

.woocommerce .cart-collaterals .checkout-button::after,
.woocommerce-page .cart-collaterals .checkout-button::after{
    content: '';
}

.woocommerce .cart-collaterals .checkout-button::before,
.woocommerce-page .cart-collaterals .checkout-button::before{
    content: url("../images/lock.svg");
    margin-right: 6px;
    position: relative;
    top: 0;
}

.woocommerce .cart-collaterals .order-total,
.woocommerce-page .cart-collaterals .order-total{
    font-size: 18px;
    border-bottom: 0;
}

.woocommerce-checkout-customer-details .woocommerce-info,
.woocommerce-checkout-customer-details .woocommerce-info a,
.woocommerce-checkout-customer-details .woocommerce-info a:hover{
    color: #292929!important;
    background-color: transparent;
}

.woocommerce-checkout-customer-details .woocommerce-info {
    padding: 0;
    height: initial;
}

.woocommerce-cart-form .product-quantity input[type=number].quntity-input{
    border-color: #000;
}

.woocommerce-info a{
    text-decoration: underline;
}

.woocommerce #content table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label {
    display: block;
    text-align: left;
    cursor: pointer;
}

.cart-coupon{
    border-bottom: 1px solid #aaa;
}

.cart-coupon .woocommerce-form-coupon-toggle .woocommerce-info{
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    min-height: initial;
}

.cart-coupon .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon,
.cart-coupon .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon:hover,
.cart-coupon .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon:focus{
    font-size: 16px;
    color: #000!important;
    margin-bottom: 0;
    background-color: transparent;
}

.woocommerce-form-coupon-toggle .woocommerce-info .showcoupon,
.actions .showcoupon{
    position: relative;
}

.woocommerce-form-coupon-toggle .woocommerce-info .showcoupon:before,
.actions .showcoupon:before{
    position: relative;
    content: url("../images/coupon.svg");
    top: 2px;
    margin-right: 8px;
}

.actions .showcoupon,
.actions .showcoupon:hover,
.actions .showcoupon:focus{
    font-size: 16px;
    color: #FFC761 !important;
    margin-bottom: 0;
    background-color: transparent;
}

.actions .cart-coupon-block{
    display: none;
    margin-bottom: 25px;
}

.actions .cart-coupon-block .input-text{
    margin: 0;
    border-right: 0;
    min-width: 260px;
    font-size: 14px;
    font-size: 0.87em;
    line-height: 27px;
}

.actions .cart-coupon-block .button{
    padding: 13px 2em 14px;
    float: initial;
    border: 1px solid #FFC761;
    color: #FFC761;
    background: transparent;
}

.actions .cart-coupon-block .button:hover,
.actions .cart-coupon-block .button:focus,
.actions .cart-coupon-block .button:active{
    background: #FFC761;
    color: #FFF;
}

.woocommerce-form-coupon-toggle .woocommerce-info .showcoupon:before{
    filter: brightness(0);
}

.woocommerce .woocommerce-checkout-customer-details{
    width: 55%;
}

.woocommerce .woocommerce-checkout-customer-details h1{
    padding-top: 0;
}

.woocommerce .woocommerce-checkout-cart-details{
    width: calc(45% - 30px);
}

.woocommerce-order-summary .cart-summary-header{
    margin-bottom: 30px;
}

.woocommerce-order-summary .cart-summary-title{
    margin: 0;
    padding: 0;
    font-size: 18px;
    text-transform: unset;
}

.shop_table.woocommerce-checkout-review-order-table{
    line-height: 1.7em;
}

.shop_table.woocommerce-checkout-review-order-table tbody{
    border-top: 0;
}

.shop_table.woocommerce-checkout-review-order-table .order-total{
    font-size: 22px;
}

.shop_table.woocommerce-checkout-review-order-table .cart-subtotal{
    white-space: nowrap;
}

.woocommerce-order-summary{
    background-color: #f5f5f5;
    width: 100%;
    padding: 25px 30px 20px;
    margin: 0 0 26px 0;
}

.shop_table.woocommerce-checkout-review-order-table .product-thumbnail img,
.shop_table.woocommerce-checkout-review-order-table .product-thumbnail{
    width: 60px;
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
}

.shop_table.woocommerce-checkout-review-order-table .product-total{
    text-align: right;
}

.shop_table.woocommerce-checkout-review-order-table,
.shop_table.woocommerce-checkout-review-order-table tr td{
    vertical-align: top;
}

.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal td,
.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping td,
.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal th,
.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping th§{
    vertical-align: middle;
    padding-bottom: 0;
}

.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal td,
.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal th{
    padding-top: 20px;
}

.wc_payment_method input.input-radio[name=payment_method]:checked+label::before {
    background: #338ffc;
}

.wc_payment_method input.input-radio[name=payment_method]+label::before{
    box-shadow: 0 0 0 2px #555;
    margin-right: 14px;
    position: relative;
    top: -4px;
    border: 4px solid #fff;
}

.checkout.woocommerce-checkout .woocommerce-order-summary .cart-summary-link-to-cart{
    text-decoration: underline;
}

.checkout.woocommerce-checkout .form-row-first,
.checkout.woocommerce-checkout .form-row-last{
    text-transform: unset;
}

.checkout.woocommerce-checkout .form-row-first,
.checkout.woocommerce-checkout .form-row-last{
    width: 100%;
}

.checkout.woocommerce-checkout form input{
    line-height: 2.9;
    border: 1px solid rgba(18,18,18,.2);
    padding: 0 10px;
    min-height: 48px;
}

.checkout.woocommerce-checkout h3{
    text-transform: unset!important;
    padding: 0;
    margin: 0;
}

.checkout.woocommerce-checkout .select2-container{
    height: 42px;
}

.checkout.woocommerce-checkout .select2-container .select2-selection--single {
    border-width: 1px;
    border-color: rgba(18,18,18,.2);
    font-size: 16px;
    color: #171717;
    height: 42px;
    padding: 0;
    border-radius: 1px;
}

.checkout.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered{
    height: 40px;
    line-height: 40px;
}

.checkout.woocommerce-checkout button,
.checkout.woocommerce-checkout button{
    width: 100%;
    height: 48px;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 3px;
}


.woocommerce form .form-row label,
.woocommerce-page form .form-row label{
    font-weight: normal;
}

.woocommerce form .form-row.validate-required,
.woocommerce-page form .form-row.validate-required{
    position: relative;
}

.woocommerce form .form-row.validate-required label,
.woocommerce-page form .form-row.validate-required label{
    padding-left: 8px;
}

.woocommerce form .form-row.validate-required .required[title]{
    color: rgba(18,18,18,.7);
    flex-shrink: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
    position: absolute;
    left: 0;
}

.woocommerce form .form-row .woocommerce-input-wrapper{
    position: relative;
    display: block;
}

.woocommerce form .form-row .error{
    display: none;
    position: absolute;
    color: #fff;
    padding: 7px 10px;
    background-color: #cb2727;
    border-radius: 7px;
    bottom: 85%;
    left: 10px;
}

.woocommerce form.checked-valid-details .woocommerce-error{
    display: none;
}

.woocommerce form.checked-valid-details.process-payment .woocommerce-error{
    display: block;
}

.woocommerce form .form-row .error:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #cb2727 transparent transparent transparent;
}

.woocommerce form .form-row.woocommerce-invalid .error{
    display: inline-block;
    max-width: calc(100vw - 50px);
    min-width: 200px;
    min-height: 50px;
}

.woocommerce form .form-row.woocommerce-invalid:not([class*="woocommerce-invalid-required-field"]) .invalid-field{
    display: block;
}

.woocommerce form .form-row.woocommerce-invalid .required-field{
    display: none;
}

.woocommerce form .form-row.woocommerce-invalid.woocommerce-invalid-required-field .required-field{
    display: block;
}

.woocommerce form .form-row.woocommerce-invalid.woocommerce-invalid-required-field .invalid-field{
    display: none;
}

.woocommerce form .form-row.woocommerce-validated .error{
    display: none;
}

#order_shipping #order_shipping_set,
#edit-billing,
#order_review_select{
    display: none;
}

#order_review_select,
.customer_details_block_confirmed-info,
.customer_details_block_content{
    padding-top: 30px;
}

.customer_details{
    border-bottom: 1px solid #d9dbdd;
    margin-bottom: 35px;
    padding: 0 0 35px 0;
}

.customer_details

.customer_details_block_title h3,
.customer_details_block_title span{
    font-size: 22px;
    color: rgba(36,36,36,.6);;
}

.customer_details.confirmed .customer_details_block_title h3,
.customer_details.confirmed .customer_details_block_title span{
    color: #000;
}

.customer_details_block_title span{
    margin-right: 10px;
}

.customer_details_block_title span.step-confirmed{
    display: none;
}

.customer_details_edit,
.customer_details_edit:hover{
    color: #000;
    text-decoration: underline;
    clear: both;
    line-height: 1.4;
    font-size: 16px;
}

.customer_details_block_confirmed-info{
    display: none;
    color: rgba(18,18,18,.6);
    max-width: 50%;
    min-width: 300px;
}

.woocommerce-checkout .site-footer {
    border-top: 1px solid #d9dbdd;
}
.woocommerce-checkout .navigation-top{
    border-bottom: 1px solid #d9dbdd;
}

#order_review_select .payment_methods.description{
    border-top: 1px solid #d9dbdd;
    position: relative;
    background-color: #f4f4f4;
    padding: 32px 30px;
    text-align: left;
    min-width: 185px;
    list-style: none;
}

.wc_payment_method>label:first-of-type img{
    margin-left: auto;
}

#order_review_select .payment_methods.methods,
#order_shipping_set .shipping_methods.methods{
    border: 1px solid #d9dbdd;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    margin-bottom: 24px;
    border-bottom: none;
    background-color: #fff;
}

.wc_shipping_methods{
    list-style: none;
}

.wc_shipping_method .payment_box p:last-child {
    margin-bottom: 0;
}
.wc_shipping_method > label:first-of-type {
    margin: 1em 0;
}
.wc_shipping_method > label:first-of-type img {
    max-height: 24px;
    max-width: 200px;
    float: right;
}
.wc_shipping_method label {
    cursor: pointer;
}
.wc_shipping_method input.input-radio[name="shipping_method"] {
    display: none;
}
.wc_shipping_method input.input-radio[name="shipping_method"] + label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 14px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #000;
    background: #fff;
    margin-left: 4px;
    margin-right: 0.5em;
    border-radius: 100%;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}


.wc_shipping_method input.input-radio[name="shipping_method"]:checked+label::before {
    background: #338ffc;
}

.wc_shipping_method input.input-radio[name="shipping_method"]+label::before{
    box-shadow: 0 0 0 2px #555;
    margin-right: 14px;
    position: relative;
    top: -2px;
    border: 4px solid #fff;
}

.wc_shipping_method {
    list-style: none;
    border-bottom: 1px solid #ddd;
}

.shipping_method_name{
    padding-right: 15px;
}

.shipping_method_name span{
    display: block;
    color: #717171;
    margin-top: 6px;
}

.shipping_method_price{
    margin-left: auto;
    white-space: nowrap;
}

input[type="radio"] + label, input[type="checkbox"] + label {
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    height: 72px;
    box-sizing: border-box;
    padding: 16px 30px;
    line-height: 19px;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    margin: 0!important;
}

.cart-summary-to-cart{
    font-size: 14px;
    text-decoration: underline;
}

.navigation-top > .checkout-header{
    padding: 20px 0;
}

.checkout-header .title{
    font-size: 26px;
    letter-spacing: 2.8px;
    color: rgba(18,18,18,.5);
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.checkout-header .continue-shopping{
    text-decoration: underline;
}

.woocommerce-order{
    padding-top: 30px;
}

.woocommerce-order-overview{
    list-style: none;
}

/* woocommerce-account */



.woocommerce-account .entry-header{
    display: none;
}

.woocommerce-account .my-account .my-account-header{
    padding: 20px 25px;
    min-height: 245px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#948575+0,665b50+100 */
    background: #948575; /* Old browsers */
    background: -moz-linear-gradient(top,  #948575 0%, #665b50 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #948575 0%,#665b50 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #948575 0%,#665b50 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#948575', endColorstr='#665b50',GradientType=0 ); /* IE6-9 */
}

.woocommerce-account .my-account .my-account-header *{
    color: #fff;
}

.woocommerce-account .my-account .my-account-header .current-user-avatar{
    border-radius: 50%;
    border: 3px solid #fff;
    background: #fff;
    overflow: hidden;
}

.woocommerce-account .my-account .my-account-header .current-user-avatar > * {
    display: block;
}

.woocommerce-account .my-account .my-account-header .current-user-main-info .name{
    font-size: 28px;
}

.woocommerce-account .my-account .my-account-header .wp-block-buttons .wp-block-button a.secondary{
    color: #fff;
    border-color: #fff;
}

.woocommerce-account .my-account .my-account-header .wp-block-buttons .wp-block-button a.secondary:hover{
    background: transparent;
    border-color: #fff;
}

.woocommerce-account .my-account .my-account-header .current-user-main-info .display-name{
    font-size: 12px;
    text-transform: capitalize;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content{
    float: none;
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
    margin: 10px 0;
    border: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul{
    margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li{
    display: inline-block;
    padding: .5em 0;
    border-bottom: 0;
    border-top: 3px solid transparent;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active{
    border-top: 3px solid #ffba00;
    color: #ffba00;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
    box-shadow: none;
    color: #ffba00;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:hover{
    box-shadow: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-child){
    margin-right: 25px;
}

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

.woocommerce-account .my-account-content{
    background: #fff;
    padding: 25px;
    display: flex;
    flex-direction: column;
}

.woocommerce-account .my-account-content h1,
.woocommerce-account .my-account-content h2,
.woocommerce-account .my-account-content h3,
.woocommerce-account .my-account-content h4,
.woocommerce-account .my-account-content h5,
.woocommerce-account .my-account-content h6{
    font-family: "Novecentowide Bold";
    text-transform: uppercase;
    padding-top: 0;
}

.woocommerce-account .my-account-content hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-bottom: 25px;
}

.woocommerce table.shop_table_responsive tr td[data-title="Sub-total"]::before,
.woocommerce-page table.shop_table_responsive tr td[data-title="Sub-total"]::before{
    content: 'Subtotal';
}

.woocommerce-account .shop_table tbody tr.order-total, .woocommerce-page .shop_table tbody tr.order-total {
    border-top: 1px solid #dadada;
}

.woocommerce-account .shop_table tbody tr td{
    padding: 0 1em;
}

.woocommerce-account .my-account-content .woocommerce-orders-table .woocommerce-orders-table__cell{
    padding-left: 0;
}

.woocommerce-account .my-account-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions{
    text-align: right;
}

.woocommerce-account .my-account-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .show-actions,
.woocommerce-account .my-account-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .show-actions:hover {
    background: transparent;
    padding: 10px 0;
}

.woocommerce-account .my-account-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .show-actions .icon{
    width: 20px;
    height: 20px;
}

.woocommerce-account .my-account-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .show-actions.open .icon{
    transform: rotate(180deg);
}

.woocommerce-account .my-account-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .actions {
    position: relative;
    display: block;
}

.woocommerce-account .my-account-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .actions-list {
    display: none;
    list-style: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    border: 1px solid #968575;
    border-radius: 3px;
    z-index: 1;
    min-width: 75px;
}

.woocommerce-account .my-account-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .actions-list li {
    display: block;
    text-align: center;
    padding: 10px;
}

.woocommerce-account .my-account-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .actions-list li:not(:last-child) {
    border-bottom: 1px solid #968575;
}

.woocommerce-account .my-account-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .show-actions.open + .actions-list {
    display: block;
}
@media screen and (min-width: 49em) {
    .navigation-top > .checkout-header{
        padding: 20px 0;
        width: calc(100% - 200px)!important;
        justify-content: space-between!important;
    }
}

@media screen and (max-width: 75em) {

    .actions .cart-coupon-block{
        width: 100%;
    }

    .actions .cart-coupon-block .input-text{
        min-width: 52%;
    }
}

@media screen and (max-width: 49em) {
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
        background-color: #fff;
    }

    .woocommerce .shop_table tbody tr td:first-child,
    .woocommerce-page .shop_table tbody tr td:first-child{
        padding-left: 0;
    }

    .woocommerce table.shop_table tbody tr td,
    .woocommerce-page table.shop_table tbody tr td {
        padding-top: 15px;
        padding-bottom: 15px;
        background: #fff;
    }

    .woocommerce .shop_table tbody tr td.product-thumbnail,
    .woocommerce-page .shop_table tbody tr td.product-thumbnail,
    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail{
        display: table-cell;
    }

    .woocommerce .shop_table tbody tr td.product-thumbnail:before,
    .woocommerce-page .shop_table tbody tr td.product-thumbnail:before,
    .woocommerce #content table.cart .product-thumbnail:before,
    .woocommerce table.cart .product-thumbnail:before,
    .woocommerce-page #content table.cart .product-thumbnail:before,
    .woocommerce-page table.cart .product-thumbnail:before{
        display: none;
    }
}

@media screen and (max-width: 49em) {

    .navigation-top > .checkout-header {
        padding: 5px 0;
    }

    .checkout-header .title,
    .checkout-header .continue-shopping{
        font-size: 14px;
    }

    .checkout-header .continue-shopping{
        text-align: right;
    }

    .woocommerce .woocommerce-cart-form table tbody tr  button[name="update_cart"],
    .woocommerce-page .woocommerce-cart-form table tbody tr button[name="update_cart"]{
        display: none!important;
    }

    .woocommerce .woocommerce-cart-form,
    .woocommerce-page .woocommerce-cart-form,
    .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals{
        width: 100%;
    }

    .woocommerce .shop_table tbody tr td,
    .woocommerce-page .shop_table tbody td,
    .woocommerce-account .shop_table tbody tr td,
    .woocommerce-page .shop_table tbody tr td{
        padding-left: 5px;
        padding-right: 5px;
    }

    .woocommerce .shop_table tbody tr td,
    .woocommerce-page .shop_table tbody td{
        padding-left: 5px;
        padding-right: 5px;
    }

    .woocommerce .shop_table tbody tr td.product-remove,
    .woocommerce-page .shop_table tbody tr td.product-remove{
        padding: 0;
        width: 0;
        position: relative;
    }

    .woocommerce .shop_table tbody tr td.product-remove a,
    .woocommerce-page .shop_table tbody tr td.product-remove a{
        position: absolute;
        top: 15px;
        right: 0;
    }

    .woocommerce .shop_table tbody tr td.product-subtotal,
    .woocommerce-page .shop_table tbody tr td.product-subtotal{
        vertical-align: bottom;
        padding-right: 0;
    }

    .woocommerce table.shop_table_responsive tr td.product-info,
    .woocommerce-page table.shop_table_responsive tr td.product-info{
        text-align: left!important;
        line-height: 1.3;
    }

    .woocommerce table.shop_table_responsive tr td.product-info::before,
    .woocommerce-page table.shop_table_responsive tr td.product-info::before{
        display: none;
    }

    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before{
        font-weight: normal;
        float: initial;
        font-family: 'Lato Bold', sans-serif;
    }

    .woocommerce table.shop_table_responsive tr td.product-subtotal::before,
    .woocommerce-page table.shop_table_responsive tr td.product-subtotal::before{
        content: '';
    }

    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr{
        display: table-row;
    }

    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td{
        display: table-cell;
    }

    .woocommerce .cart-collaterals .cart_totals table tr td,
    .woocommerce-page .cart-collaterals .cart_totals table tr td{
        padding-left: 25px;
        padding-right: 25px;
    }

    .woocommerce .cart-collaterals .cart-discount,
    .woocommerce-page .cart-collaterals .cart-discount,
    .woocommerce .cart-collaterals .woocommerce-shipping-totals.shipping td,
    .woocommerce-page .cart-collaterals .woocommerce-shipping-totals.shipping td,
    .woocommerce .cart-collaterals .woocommerce-shipping-totals.shipping th,
    .woocommerce-page .cart-collaterals .woocommerce-shipping-totals.shipping th{
        padding-top: 32px;
    }

    .woocommerce .woocommerce-checkout-customer-details,
    .woocommerce .woocommerce-checkout-cart-details{
        width: 100%;
    }

    .customer_details_block_title{
        align-items: self-end;
    }

    .customer_details .customer_details_block_title{
        align-items: self-start;

    }

    .woocommerce-account .wrap{
        padding: 0;
    }

    .woocommerce-account .my-account-header .flex{

        align-items: center;
    }
}

@media screen and (max-width: 32em) {

    .woocommerce .cart-collaterals .checkout-button{
        width: 100%;
    }
}.archive ul.products li.product .xoo-qv-button


