.elementor-4020102 .elementor-element.elementor-element-6f9wajf .elementor-heading-title a {
	color: #684028;
}


.elementor-4020102 .elementor-element.elementor-element-prr3fd5 .elementor-heading-title a {
	color: #684028;
}

.elementor-4020102 .elementor-element.elementor-element-mdou7o4 .elementor-heading-title a {
	color: #684028;
}

.elementor-4020102 .elementor-element.elementor-element-7j54yxu .elementor-heading-title a, .elementor-4020102 .elementor-element.elementor-element-6f9wajf .elementor-heading-title a, .elementor-4020102 .elementor-element.elementor-element-x45a2xi .elementor-heading-title a{
    color: #ae7f63;
    font-size: 18px;
    font-family: Helvetica, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.categor-primy-local {
  font-size: 36px;
  font-family: "PlayfairDisplay";
  color: rgb(174, 127, 99);
  font-weight: bold;
}

.my-50-local{
    margin: 50px 0px;
}

.my-5-local{
    margin: 5px 0px;
}

.fliter-local {
    padding: 0;
    list-style: none;
    display: flex;
    padding-bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
}




.scene {
    width: 350px;
    height: 350px;
    margin: 2rem auto;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12rem;
}
.book {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.page {
  cursor: pointer;
  position: absolute;
  color: black;
  width: 100%;
  height: 100%;

  -webkit-transition: 1.5s -webkit-transform;

  transition: 1.5s transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;  
  -webkit-transform-origin: left center;  
  -ms-transform-origin: left center;  
  transform-origin: left center;
}
.front,
.back {
  position: absolute;
  
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  -webkit-backface-visibility: hidden;
  
  backface-visibility: hidden;
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, from(#FFFFFF), to(#CCCCCC));
  background: -webkit-gradient(linear, left top, right bottom, from(#fff), to(#ccc));
  background: -webkit-linear-gradient(top left, #fff, #ccc);
  background: linear-gradient(to bottom right, #fff, #ccc);
}
.back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.page.active {
  z-index: 1;
}
.page.flipped {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.page.flipped:last-of-type {
  z-index: 1;
}

a.subcategory-name-local{
    color: #ae7f63;
    margin-bottom: 0px;
    display: block;
    padding: 15px 15px;
    text-decoration: none;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.subcategories-local {
    margin-top:1rem;
    margin-bottom:2rem;
}

hr.local-hrline {
    border-top: 2px solid #f4e8e2;
    max-width: 600px;
}

.h4-loacl-not-found {
    color: #ae7f63;
    font-size: 2rem!important;
    font-family: Playfair Display, sans-serif;
    font-weight: bold!important;
    text-transform: capitalize;
    font-style: normal;
    letter-spacing: 1px;
}

.p-loacl-not-found  {
    color: #ae7f63;
    font-size: 18px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
}

#pagenotfound .page-not-found, #products .page-not-found {
    box-shadow: none;
    background: #fff;
    padding: 1rem;
    font-size: .875rem;
    color: #7a7a7a;
    max-width: 670px;
    margin: 0 auto;
}

.menu-local {
    color: #ae7f63;
    font-size: 18px;
    font-family: Helvetica, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

#header .header-top.border-local-0 {
    border-bottom: none;
}


.m-b-local-25 {
  margin-bottom: 25px;
}



.scene img {
    max-width: 350px;
}

.local-cafe #header .menu, #header .menu>ul>li {
    display: inline-block;
    padding-right: 0px;
}

@media only screen and (max-width: 1178px) {
    .local-cafe #header .header-top {
        top: 0rem!important;
    }
}

@media only screen and (max-width: 768px) {
    .local-cafe #header .header-top {
        top: 0rem;
    }
}

@media only screen and (max-width: 768px) {
    .local-cafe #header .header-top {
        top: -5rem;
    }
}

.local-cafe span.float-xs-right.hidden-md-up {
    display: none;
}

@media only screen and (max-width: 425px) {
    .local-cafe section#wrapper {
        margin-top: 15rem!important;
    }
}


.local-cafe #header .header-top {
    background: #ffffff;
}

.local-cafe #header {
   position: relative;
}

.local-cafe #header .header-top {
    top: 20px;
    padding-top: 0rem;
}

.local-cafe ul#top-menu li.link a.dropdown-item, .local-cafe ul#top-menu li.cms-page a.dropdown-item {
    padding: .625rem;
    border-bottom: 1px solid #f6f6f600;
}

@media only screen and (max-width: 1178px) {

    .local-cafe ul#top-menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0px;
        grid-auto-rows: minmax(60px, auto);
    }
}

@media only screen and (max-width: 520px) {
    .local-cafe ul#top-menu {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
        grid-auto-rows: minmax(50px, auto);
    }
}


@media only screen and (max-width: 768px) {
     .local-cafe #header .header-top {
        margin-top: 0px;
    }
     .local-cafe #header .header-top {
        top: 0px;
        padding-top: 0rem;
    }
}
@media only screen and (max-width: 767px) {
      .local-cafe #category section#wrapper {
        margin-top: 15rem!important;
    }
}


@media only screen and (max-width: 541px) {
    .elementor-4020102 .elementor-element.elementor-element-s3l2fth .elementor-cta-title:not(:last-child), .elementor-4020102 .elementor-element.elementor-element-bd56w1s .elementor-cta-title:not(:last-child),
    .elementor-4020102 .elementor-element.elementor-element-vhsidhi .elementor-cta-title:not(:last-child){
        margin-bottom: 0px!important;
    }
    .elementor-4020102 .elementor-element.elementor-element-s3l2fth .elementor-cta-title, .elementor-4020102 .elementor-element.elementor-element-bd56w1s .elementor-cta-title,
    .elementor-4020102 .elementor-element.elementor-element-vhsidhi .elementor-cta-title {
        font-size: 22px!important;
    }
    .elementor-4020102 .elementor-element.elementor-element-s3l2fth .elementor-cta-description:not(:last-child),.elementor-cta-description, .elementor-4020102 .elementor-element.elementor-element-bd56w1s .elementor-cta-description:not(:last-child) {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important;
    }
    
    .elementor-4020102 .elementor-element.elementor-element-s3l2fth, .elementor-4020102 .elementor-element.elementor-element-bd56w1s .elementor-cta-description  {
    line-height: 1.2em!important;
    } 
    .elementor-4020102 .elementor-element.elementor-element-s3l2fth .elementor-cta-description, .elementor-4020102 .elementor-element.elementor-element-bd56w1s .elementor-cta-description,
    .elementor-4020102 .elementor-element.elementor-element-vhsidhi .elementor-cta-description{
        font-size: 40px!important;
    }


}


/**/


#header .header-top {
    margin-top: 0!important;
}
#header .header-top {
    top: 0rem!important;
}

#authentication  section#wrapper {padding-top: 25rem!important;margin-top: 0rem!important;}
#identity section#wrapper {padding-top: 25rem!important;margin-top: 0rem!important;}
#addresses section#wrapper {padding-top: 25rem!important;margin-top: 0rem!important;}
#history section#wrapper {padding-top: 25rem!important;margin-top: 0rem!important;}
#order-slip section#wrapper {padding-top: 25rem!important;margin-top: 0rem!important;}
#discount section#wrapper {padding-top: 25rem!important;margin-top: 0rem!important;}
#module-psgdpr-gdpr section#wrapper {padding-top: 25rem!important;margin-top: 0rem!important;}
#module-stripe_official-stripeCards section#wrapper {padding-top: 25rem!important;margin-top: 0rem!important;}



#authentication.local-cafe  section#wrapper {padding-top: 25rem!important;margin-top: 0rem!important;}
#identity.local-cafe section#wrapper {padding-top: 25rem!important;margin-top: 0rem!important;}
#addresses.local-cafe section#wrapper {padding-top: 25rem!important;margin-top: 0rem!important;}
#history.local-cafe section#wrapper {padding-top: 25rem!important;margin-top: 0rem!important;}
#order-slip.local-cafe section#wrapper {padding-top: 25rem!important;margin-top: 0rem!important;}
#discount.local-cafe section#wrapper {padding-top: 25rem!important;margin-top: 0rem!important;}
#module-psgdpr-gdpr.local-cafe section#wrapper {padding-top: 25rem!important;margin-top: 0rem!important;}
#module-stripe_official-stripeCards.local-cafe section#wrapper {padding-top: 25rem!important;margin-top: 0rem!important;}

#my-account section#wrapper {
    padding-top: 25rem!important;
    margin-top: 0rem!important;
}

#my-account.local-cafe section#wrapper {
    padding-top: 25rem!important;
    margin-top: 0rem!important;
}

#order-confirmation section#wrapper {
    padding-top: 25rem!important;
    margin-top: 0rem!important;
}

#order-confirmation.local-cafe section#wrapper {
    padding-top: 25rem!important;
    margin-top: 0rem!important;
}

#checkout section#wrapper {
    padding-top: 25rem!important;
    margin-top: 0rem!important;
}

#checkout.local-cafe section#wrapper {
    padding-top: 25rem!important;
    margin-top: 0rem!important;
}

#cart.local-cafe section#wrapper {
    padding-top: 16rem!important;
    margin-top: 0rem!important;
}

#category.local-cafe section#wrapper {
    padding-top: 16rem!important;
    margin-top: 0rem!important;
}

#product.local-cafe section#wrapper {
    padding-top: 16rem!important;
    margin-top: 0rem!important;
}
:not(#product) .breadcrumb-bg {
    display: none;
}
#product .breadcrumb-bg {
    display: block;
}
.header-top.border-local-0 {
    top: 0rem!important;
}
.local-cafe .header-top.border-local-0 {
    top: 0rem!important;
}

#index section#wrapper {
    margin-top: 0!important;
    padding-top: 10rem;
}

@media only screen and (max-width: 425px) {
	#index .local-cafe section#wrapper {
    	padding-top: 16rem!important;
	}
}

@media only screen and (max-width: 767px) {
    
    #index section#wrapper {
        margin-top: 0!important;
        padding-top: 14rem;
    }
}

@media only screen and (min-width: 1178px) {
     #category.local-cafe section#wrapper {
        margin-top: 0!important;
        padding-top: 10rem!important;
    }
     #category section#wrapper {
        margin-top: 0!important;
        padding-top: 10rem!important;
    }
}

@media only screen and (max-width: 520px) {
    
    #category.local-cafe section#wrapper {
        padding-top: 20rem!important;
        margin-top: 0rem!important;
    }
}



@media only screen and (min-width: 1178px) {
     #category.local-cafe.category-id-90.category-carte-des-cafes section#wrapper, 
#category.local-cafe.category-id-91.category-carte-des-thes section#wrapper, 
#category.local-cafe.category-id-116.category-carte-des-douceurs section#wrapper {
        margin-top: 0!important;
        padding-top: 15rem!important;
    }
    #category.local-cafe.category-id-90.category-carte-des-cafes section#wrapper, 
#category.local-cafe.category-id-91.category-carte-des-thes section#wrapper, 
#category.local-cafe.category-id-116.category-carte-des-douceurs section#wrapper {
        margin-top: 0!important;
        padding-top: 15rem!important;
    }
}

@media only screen and (max-width: 520px) {
    #category.local-cafe.category-id-90.category-carte-des-cafes section#wrapper, 
#category.local-cafe.category-id-91.category-carte-des-thes section#wrapper, 
#category.local-cafe.category-id-116.category-carte-des-douceurs section#wrapper {
        padding-top: 25rem!important;
        margin-top: 0rem!important;
    }
}


@media only screen and (min-width: 1178px) {
     #product.local-cafe section#wrapper {
        margin-top: 0!important;
        padding-top: 12rem!important;
    }
     #product section#wrapper {
        margin-top: 0!important;
        padding-top: 10rem!important;
    }
}

@media only screen and (max-width: 520px) {
    #product.local-cafe section#wrapper {
        padding-top: 22rem!important;
        margin-top: 0rem!important;
    }
}



@media only screen and (min-width: 1178px) {
     #cart.local-cafe section#wrapper {
        margin-top: 0!important;
        padding-top: 10rem!important;
    }
     #cart section#wrapper {
        margin-top: 0!important;
        padding-top: 10rem!important;
    }
}

@media only screen and (max-width: 520px) {
    #cart.local-cafe section#wrapper {
        padding-top: 22rem!important;
        margin-top: 0rem!important;
    }
}


@media only screen and (min-width: 1178px) {
     #checkout.local-cafe section#wrapper {
        margin-top: 0!important;
        padding-top: 10rem!important;
    }
     #checkout section#wrapper {
        margin-top: 0!important;
        padding-top: 16rem!important;
    }
}

@media only screen and (max-width: 520px) {
    #checkout.local-cafe section#wrapper {
        padding-top: 22rem!important;
        margin-top: 0rem!important;
    }
}


@media only screen and (min-width: 1178px) {
     #order-confirmation.local-cafe section#wrapper {
        margin-top: 0!important;
        padding-top: 15rem!important;
    }
     #order-confirmation section#wrapper {
        margin-top: 0!important;
        padding-top: 16rem!important;
    }
}

@media only screen and (max-width: 520px) {
    #order-confirmation.local-cafe section#wrapper {
        padding-top: 22rem!important;
        margin-top: 0rem!important;
    }
}



@media only screen and (min-width: 1178px) {
     #my-account.local-cafe section#wrapper {
        margin-top: 0!important;
        padding-top: 15rem!important;
    }
     #my-account section#wrapper {
        margin-top: 0!important;
        padding-top: 16rem!important;
    }
}

@media only screen and (max-width: 520px) {
    #my-account.local-cafe section#wrapper {
        padding-top: 22rem!important;
        margin-top: 0rem!important;
    }
}


@media only screen and (min-width: 1178px) {
     #authentication.local-cafe section#wrapper {
        margin-top: 0!important;
        padding-top: 15rem!important;
    }
     #authentication section#wrapper {
        margin-top: 0!important;
        padding-top: 16rem!important;
    }
}

@media only screen and (max-width: 520px) {
    #authentication.local-cafe section#wrapper {
        padding-top: 22rem!important;
        margin-top: 0rem!important;
    }
}



@media only screen and (min-width: 1178px) {
     #identity.local-cafe section#wrapper {
        margin-top: 0!important;
        padding-top: 15rem!important;
    }
     #identity section#wrapper {
        margin-top: 0!important;
        padding-top: 16rem!important;
    }
}

@media only screen and (max-width: 520px) {
    #identity.local-cafe section#wrapper {
        padding-top: 22rem!important;
        margin-top: 0rem!important;
    }
}


@media only screen and (min-width: 1178px) {
     #addresses.local-cafe section#wrapper {
        margin-top: 0!important;
        padding-top: 15rem!important;
    }
     #addresses section#wrapper {
        margin-top: 0!important;
        padding-top: 16rem!important;
    }
}

@media only screen and (max-width: 520px) {
    #addresses.local-cafe section#wrapper {
        padding-top: 22rem!important;
        margin-top: 0rem!important;
    }
}

@media only screen and (min-width: 1178px) {
     #history.local-cafe section#wrapper {
        margin-top: 0!important;
        padding-top: 15rem!important;
    }
     #history section#wrapper {
        margin-top: 0!important;
        padding-top: 16rem!important;
    }
}

@media only screen and (max-width: 520px) {
    #history.local-cafe section#wrapper {
        padding-top: 22rem!important;
        margin-top: 0rem!important;
    }
}

@media only screen and (min-width: 1178px) {
     #order-slip.local-cafe section#wrapper {
        margin-top: 0!important;
        padding-top: 15rem!important;
    }
     #order-slip section#wrapper {
        margin-top: 0!important;
        padding-top: 16rem!important;
    }
}

@media only screen and (max-width: 520px) {
    #order-slip.local-cafe section#wrapper {
        padding-top: 22rem!important;
        margin-top: 0rem!important;
    }
}


@media only screen and (min-width: 1178px) {
     #discount.local-cafe section#wrapper {
        margin-top: 0!important;
        padding-top: 15rem!important;
    }
     #discount section#wrapper {
        margin-top: 0!important;
        padding-top: 16rem!important;
    }
}

@media only screen and (max-width: 520px) {
    #discount.local-cafe section#wrapper {
        padding-top: 22rem!important;
        margin-top: 0rem!important;
    }
}


@media only screen and (min-width: 1178px) {
     #module-psgdpr-gdpr.local-cafe section#wrapper {
        margin-top: 0!important;
        padding-top: 15rem!important;
    }
     #module-psgdpr-gdpr section#wrapper {
        margin-top: 0!important;
        padding-top: 16rem!important;
    }
}

@media only screen and (max-width: 520px) {
    #module-psgdpr-gdpr.local-cafe section#wrapper {
        padding-top: 22rem!important;
        margin-top: 0rem!important;
    }
}

@media only screen and (min-width: 1178px) {
     #module-stripe_official-stripeCards.local-cafe section#wrapper {
        margin-top: 0!important;
        padding-top: 15rem!important;
    }
     #module-stripe_official-stripeCards section#wrapper {
        margin-top: 0!important;
        padding-top: 16rem!important;
    }
}

@media only screen and (max-width: 520px) {
    #module-stripe_official-stripeCards.local-cafe section#wrapper {
        padding-top: 22rem!important;
        margin-top: 0rem!important;
    }
}


