/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 30 2025 | 14:35:13 */
/*-------------- G E N E R A L ---------------*/
*{outline:0!important;list-style:none;text-decoration:none}
.page,.post{margin:0;}
p{margin:0}
.widget,.elementor-widget:not(:last-child){margin:0}
::selection {background:#252D30;color:#fff}
::-webkit-scrollbar{width: 8px;background:#ECEAE2}
::-webkit-scrollbar-thumb{border-radius:50px;background:#CACAC4}
div#content{min-height:667px}
.full-width-btn,.full-width-btn a{width:100%}
.rtl .wpcf7 input[type="url"],.rtl .wpcf7 input[type="email"],.rtl .wpcf7 input[type="tel"] {text-align: right;}
.elementor-text-editor p {margin: 0 0 15px 0;}
form[data-status="submitting"] input.wpcf7-submit {background: #c9c9c9;pointer-events: none;}


/*-------------- E X T R A S ---------------*/
body {
    background-color: #F4F1EA;
    background-image: url(/wp-content/uploads/2025/01/background-texture.png);
    background-size: 900px;
}
.mobile-menu-btn.elementor-widget {
    padding: 0 !important;
    width: 50px !important;
    height: 50px !important;
}
.page-id-184 {
    background-color: #badfe291;
}

.m-section{direction:ltr;overflow:hidden;}
.m-section .m-div{display:flex;flex-wrap:nowrap;white-space:nowrap;min-width:100%;}
.m-section .m-div .marquee-text{display:flex;flex-shrink:0;align-items:center;animation:slide-left 30s linear infinite;}
.m-section .m-div .marquee-text p {
    margin: 0 7px;
    padding: 10px 50px;
    font-family: 'Tanker';
    color: #252D30;
    font-size: 50px;
    border-radius: 50px;
}
.m-section.right .m-div .marquee-text{animation:slide-right 50s linear infinite;}

@keyframes slide-left{from{-webkit-transform:translateX(0);transform:translateX(0);}to{-webkit-transform:translateX(-100%);transform:translateX(-100%);}}
@keyframes slide-right{from{-webkit-transform:translateX(-100%);transform:translateX(-100%);}to{-webkit-transform:translateX(0%);transform:translateX(0%);}}




/*--------------I C E 3 D - A N I M A T I O N ---------------*/
.canvas-box {
	display: flex;
	align-items: flex-start;
	justify-content: center;
    height: 550px;
    overflow: hidden;
}
@keyframes floatCanvas {
    0% {
        transform: translate(0px, 0px) rotate(-1.5deg);
    }
   	50% {
        transform: translate(0px, -10px) rotate(1.5deg);
    }
    100% {
        transform: translate(0px, 0px) rotate(-1.5deg);
    }
}

#iceCreamPlaceholder {
    position: absolute;
    top: 3%;
    left: 5%;
    width: 87%;
    height: 87%;
    object-fit: contain;
    z-index: 1;
}
.pints-catalog .pint-item .pint-image #iceCreamPlaceholder {
    top: 15%;
    left: 12%;
    width: 75%;
    height: 75%;
}
.elementor-element-5e4ae6fb {transition: all 0.2s ease-in-out;}
.site.orange .elementor-element-5e4ae6fb {background-color: #F4D3AB !important;}

#iceCreamCanvas {
  position: relative;
  z-index: 2;
}
#iceCreamCanvas.jump {
    animation: jumpCanvas 1s ease-in-out;
}

@keyframes jumpCanvas {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(0);
    }
}



/*----------------- Preload ------------------*/
div#preloader {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #F4F1EA;
    z-index: 999999999999;
	box-shadow: 0 30px 150px 0 #00000020;
	transition: all 2s ease-in-out;
}
div#preloader.hide {
    top: -200%;
}
div#preloader-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 15vh 20px 50px 35px;
}
div#preloader-box img {
    width: auto;
    height: 25vh;
}
div#preloader-box .progress-box {
    width: 100%;
    color: #252D30;
    font-family: "Bamberger FM", Sans-serif;
    font-size: 75px;
    font-weight: 500;
    line-height: 0.8;
}
div#preloader-box div#progress-bar {
    position: relative;
    margin: 25px auto 0;
    max-width: 400px;
    width: 100%;
    height: 7px;
    border-radius: 3px;
    background: #4f381720;
    overflow: hidden;
}
div#preloader-box div#progress-bar span {
    position: absolute;
    top: 0;
    left: 0;
    height: 7px;
/*     transition: all 0.2s ease-in-out; */
    background: #252D30;
}




/*---------------------------------------------------------------------------------------------------*/
/*----------------- H E A D E R ------------------*/
header#masthead {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}
.home header#masthead {position: sticky;}
.header-top-bar {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
	background-color: #F4F1EA00;
	transition: all 0.35s ease-in-out;
	z-index: 9999;
	border-radius: 0 0 15px 15px;
}
.nav-up .header-top-bar {
	background-color: #F4F1EA00;
}
.nav-up:not(.page-is-open) .header-top-bar {
    background: #ffffff60;
    backdrop-filter: blur(10px);
}

.where-to-buy-wrap a {
    display: flex;
    align-items: center;
    padding: 15px 20px 12px 25px;
    border-radius: 50px;
    font-family: 'Bamberger FM';
    font-size: 27px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.75px;
    color: #fff;
    background: #252D30;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.where-to-buy-wrap a:hover {
    background: #161b1d;
}
.where-to-buy-wrap a img {
    margin: 0 0 5px 7px;
	transition: all 0.2s ease-in-out;
}
.header-top-bar .logo-wrap img {
	width: 90px;
	margin: 0 0 0 60px;
    transition: all 0.2s ease-in-out;
}
.header-top-bar .logo-wrap a:hover img {
    transform: scale(0.97);
}





/*----------------- M E G A - M E N U  ------------------*/
.mobile-menu {
    position: fixed;
    top: -150%;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 120px 60px 0 50vw;
    background-color: #F4F1EA;
    background-image: url(/wp-content/uploads/2025/01/background-texture.png);
    background-size: 900px;
    transition: all 0.65s ease-in-out;
    z-index: 999;
}
.page-is-open .mobile-menu {
    top: 0;
}
.mobile-menu-top .video-item {
    position: absolute;
    top: 120px;
    left: 0;
    width: 50vw;
    height: calc(100% - 120px);
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease-in-out;
    opacity: 0;
	z-index: 9;
}
.mobile-menu-top ul:not(:hover) li:last-child .video-item {opacity: 1; z-index: 8;}

.mobile-menu-top li a:hover .video-item {
    opacity: 1;
}
.mobile-menu-middle {
    padding: 30px 0 0;
    height: 200px;
    border-top: solid 1px #DEDDD7;
}
.mobile-menu-middle .widget-title {
    margin: 0 0 20px;
    font-family: 'Bamberger FM';
    font-size: 40px;
    letter-spacing: 0.5px;
    line-height: 1;
    color: #252D30;
}
.mobile-menu-middle ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.mobile-menu-middle ul li {
    margin: 0 0 7px 7px;
}
.mobile-menu-middle ul li a {
    display: block;
    padding: 9px 20px 7px;
    font-family: 'Mikhmoret DL 1.1 AAA';
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #252D30;
    background: #fff;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 3px 5px 0 #00000000;
}
.mobile-menu-middle ul li a:hover {
    box-shadow: 0 3px 5px 0 #00000020;
}
.mobile-menu-top ul {
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    height: calc(100vh - 320px);
    margin: 0;
    padding: 0 0 30px;
}
.mobile-menu-top ul li {
    display: block;
    width: 100%;
    height: 20%;
}
.mobile-menu-top ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    font-family: 'Bamberger FM';
    font-size: 10vh;
    color: #252D3030;
    transition: all 0.35s ease-in-out;
}
/* .mobile-menu-top ul li a span {
	transform: translateX(50vw);
    transition: all 0.5s ease-in-out;

}
.page-is-open .mobile-menu-top ul li a span{
    transform: translateX(0%);
}
.page-is-open .mobile-menu-top ul li.pint a span{transition-delay: 0.3s;}
.page-is-open .mobile-menu-top ul li.restaurant a span{transition-delay: 0.6s;}
.page-is-open .mobile-menu-top ul li.office a span{transition-delay: 0.9s;}
.page-is-open .mobile-menu-top ul li.van a span{transition-delay: 1.2s;}
 */

.mobile-menu-top ul li a:hover {
    color: #252D30;
}










/*----------------- F O O T E R ------------------*/
footer#colophon {
    position: relative;
    z-index: 9;
}
footer#colophon:before {
    content: "";
    margin: 30px 0 -1px;
    width: 100%;
    height: 150px;
    background-image: url(https://studiogelato.co.il/wp-content/uploads/2025/01/cloudes.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 150px;
}
.footer-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 100px 60px 120px;
    border-bottom: solid 1px #252D3020;
	background: #fff;
}
.social-footer {
    text-align: left;
}
.social-footer .title {
    font-family: 'Tanker';
    font-size: 11vw;
    text-align: left;
    line-height: 0.8;
    letter-spacing: -3.5px;
    color: #252D30;
}
.social-footer a {
    display: inline-flex;
    align-items: center;
    margin: 10px 0 0;
    font-family: 'Tanker';
    font-size: 45px;
    color: #252D30;
}
.social-footer a .instagram-icon {
    margin: 0 12px 0 0;
}
.social-footer a .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 15px;
    width: 55px;
    height: 55px;
    background: #F3EE88;
    border-radius: 150px;
    transform: rotate(180deg);
    transition: all 0.8s ease-in-out;
}
.social-footer a:hover .arrow {
    transform: translateX(100px) rotate(180deg);
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px;
    font-family: 'Mikhmoret DL 1.1 AAA';
	background: #fff;
}
.footer-bottom a {
    font-family: 'Mikhmoret DL 1.1 AAA';
    color: #111517;
}
.footer-right-third .studio-gelato {
    display: flex;
    align-items: center;
    font-size: 19px;
    line-height: 1.2;
}
.footer-right-third .studio-gelato .dit {
}
.footer-right-third .studio-gelato img {
    width: 55px;
    margin: 0 0 0 10px;
}
.footer-middle-third ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.footer-middle-third ul li {
    margin: 0 5px;
}
.footer-middle-third ul li a {
    display: block;
    padding: 2px 15px;
    font-size: 19px;
    background: #fff;
    border-radius: 150px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 3px 5px 0 #00000000;
}
.footer-middle-third ul li a:hover {
    box-shadow: 0 3px 5px 0 #00000020;
}
.footer-bottom .credit {
    display: flex;
    align-items: center;
    text-align: left;
    line-height: 1.1;
}
.footer-bottom .credit .text {
    padding: 0 0 0 10px;
}
.credit img.icon {
    transition: all 1s ease-in-out;
}
.credit:hover img.icon {
    transform: rotateY(360deg);
}
.credit .uxui .color {transition: all 0.5s ease-in-out;}
.credit:hover .uxui .color {
    color: #e86a43;
}
.footer-right-half ul {
    margin: 0;
    padding: 0;
}
.footer-right-half ul a {
    display: block;
    width: fit-content;
    font-family: 'Bamberger FM';
    font-size: 35px;
    color: #252D30;
    transition: all 0.25s ease-in-out;
}
.footer-right-half ul a:hover {
    transform: scale(1.2);
}

















/*------ F O R M -------*/
.wpcf7-not-valid{border:solid 1px #cd3232 !important;}
span.wpcf7-not-valid-tip{font-family:heebo;color:#cd3232;font-size:13px;}
.wpcf7-validation-errors, div.wpcf7-acceptance-missing{display:none !important;}
div.wpcf7-mail-sent-ok{border:none;font-family:heebo;font-size:30px;margin:0;padding:0;}
div.wpcf7-mail-sent-ok::after{display:block;margin:-7px 0 0 0;content:"תודה שפנית אלינו, נחזור בהקדם האפשרי";font-family:heebo;font-size:14px;}


/*-------- Mobile Menu BTN --------*/
.mobile-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    padding: 0 0 0 4px;
    background: #fff;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 3px 5px 0 #00000000;
}
.mobile-menu-btn:hover,
.nav-up .mobile-menu-btn {
    box-shadow: 0 3px 5px 0 #00000015;
}
.mobile-menu-btn .line {
    display: inline-block;
    position: relative;
    width: 21px;
    height: 2px;
    background-color: #132242;
    transition-property: background-color, transform;
    transition-duration: 300ms;
    border-radius: 50px;
}
.mobile-menu-btn .line:before, .mobile-menu-btn .line:after {
    content: '';
    display: block;
    width: 25px;
    height: 2px;
    position: absolute;
    background: #132242;
    transition-property: margin, transform;
    transition-duration: 300ms;
    border-radius: 50px;
}
.mobile-menu-btn .line:before{margin-top:-6.5px;}
.mobile-menu-btn .line:after{margin-top:7px;}
.mobile-menu-btn.open .line{background:rgba(0, 0, 0, 0);}
.mobile-menu-btn.open .line:before{margin-top:0;transform:rotate(45deg);}
.mobile-menu-btn.open .line:after{margin-top:0;transform:rotate(-45deg);}




/*----------------------------*/
.sectors-items {
    display: flex;
    align-items: start;
    max-width: 1350px;
    margin: auto;
    height: 600px;
}
.sectors-items .sector-item {
    margin: 0 -10px;
    padding: 15px;
    border-radius: 30px;
    border: solid 9px #fff;
	cursor: grabbing;
}
.sectors-items .sector-item.item-1 {
    transform: rotate(7deg) translateY(50px);
	background: #F6DCBF;
}
.sectors-items .sector-item.item-2 {
    transform: rotate(-12deg) translateY(75px) translateX(-50px);
    background: #F6D2D3;
}
.sectors-items .sector-item.item-3 {
    transform: rotate(6deg) translateY(00px);
	background: #F5E8F9;
}
.sectors-items .sector-item.item-4 {
    transform: rotate(-10deg) translateY(175px) translatex(-20px) scale(1.05);
    background: #DEF2F3;
}
.sectors-items .sector-item .image {
    position: relative;
}
.sectors-items .sector-item .image .btn {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
}
.sectors-items .sector-item .image img.background {
    height: 280px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}
.sectors-items .content {
    color: #252D30;
    text-align: center;
}
.sectors-items .content .title {
    margin: 30px 0;
    font-family: 'Bamberger FM';
    font-size: 45px;
    letter-spacing: 0.5px;
    line-height: 0.8;
}
.sectors-items .content .text {
	display: none;
    padding: 0 20px;
    font-family: 'Mikhmoret DL 1.1 AAA';
    font-size: 21px;
    line-height: 1.2;
}




/*------------------------------*/
.page-id-302,
.page-id-172 {
    background: #EFD9BD;
	transition: all 0.5s ease-in-out;
}
.page-template-pints {
    background: #dfd1e2;
	transition: all 0.5s ease-in-out;
}
.page-template-pints footer#colophon:before {margin: 0;}
.pints-catalog {
    display: flex;
    align-items: start;
    padding: 120px 30px 0;
}
.pints-catalog .pint-item {
    display: flex;
    align-items: flex-start;
    padding: 0 60px;
    width: calc(100% - 135px);
}
.pints-catalog .pint-item .pint-content {
    position: relative;
    width: 50%;
	padding: 75px 30px 30px 30px;
    text-align: center;
    color: #252D30;
}
.pints-catalog .pint-item .pint-content .title {
    display: block;
    margin: 0 0 15px 0;
    font-family: 'Bamberger FM';
    font-size: 150px;
    font-weight: 500;
    line-height: 0.75;
    letter-spacing: 1px;
}
.pints-catalog .pint-item .pint-content .subtitle {
    display: block;
    margin: 0 0 15px;
    font-family: 'Bamberger FM', 'Tanker';
    font-size: 60px;
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 1px;
}
.pints-catalog .pint-item .pint-content .description {
    display: block;
    max-width: 550px;
    margin: 0 auto;
    font-family: 'Mikhmoret DL 1.1 AAA';
    font-size: 30px;
    line-height: 1;
}
.pints-catalog .pint-item .pint-content .tags {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0;
    padding: 0;
}
.pints-catalog .pint-item .pint-content .tags li.tag {
    margin: 0 5px 5px;
    padding: 12px 12px 7px;
    background: #F4F1EA;
    border-radius: 7px;
    font-family: 'Bamberger FM', 'Tanker';
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px;
}
.pints-catalog .pint-item.mascarpone .pint-content .tags li.tag:first-child {
    background: #ECFCA0;
}
.pints-catalog .pint-item .pint-content .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 360px;
    width: 100%;
    height: 65px;
    margin: 0 auto 50px;
    padding: 3px 0 0;
    font-family: 'Bamberger FM';
    font-weight: 300;
    font-size: 31px;
    letter-spacing: 1px;
    background: #252D30;
    color: #fff;
    border-radius: 60px;
}
.pints-catalog .pint-item .pint-content .btn:hover {
    background: #161b1d;
}
.pints-catalog .pint-item .pint-content .note {
    position: relative;
    max-width: 450px;
    width: 100%;
    margin: auto;
    font-family: 'Mikhmoret DL 1.1 AAA';
    font-size: 23px;
    line-height: 1.2;
}
.pints-catalog .pint-item .pint-content .note img {
    position: absolute;
    width: 100px;
    height: auto;
    top: 20px;
    left: -100px;
}
.pints-catalog .pint-item .pint-image {
    position: relative;
    width: 50%;
}
.pints-catalog .pints-navigation {
    width: 135px;
}
.pints-catalog .pints-navigation h1 {
    margin: 10px 0;
    font-family: 'Bamberger FM';
    font-size: 30px;
    font-weight: 400;
    color: #252D30;
    line-height: 1;
    text-align: center;
}
.pints-catalog .pints-navigation ul {
	position: relative;
    margin: 0;
    padding: 10px 0 20px 0;
    max-height: calc(100vh - 100px);
    height: 660px;
    z-index: 99;
}
.pints-catalog .pints-navigation ul::-webkit-scrollbar {display: none;}
.pints-catalog .pints-navigation ul li.item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
    background: #00000010;
    border-radius: 15px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.pints-catalog .pints-navigation ul li.item:last-child {
    margin: 0 auto 50px;
}
.pints-catalog .pints-navigation ul li.item:hover {
    transform: scale(1.1);
}
.pints-catalog .pints-navigation ul li.item img {
    width: auto;
    height: 65px;
    margin: 0 0 -5px;
}
.pints-catalog .pint-item .pint-image .canvas-box {
    height: 620px;
	padding-top: 75px;
}

.pints-catalog .pint-item .pint-image .list-actions {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 9;
}
.pints-catalog .pint-item .pint-image .list-actions li.action {
    position: absolute;
    font-family: 'Mikhmoret DL 1.1 AAA';
    font-size: 29px;
    color: #111517;
    cursor: pointer;
}

.pints-catalog .pint-item .pint-image .list-actions li.action img.plus {
    margin: 0 0 -5px 10px;
    width: 30px;
    height: 30px;
    padding: 9px;
    background: #fff;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
}
.pints-catalog .pint-item .pint-image .list-actions li.action:hover img.plus {
    transform: scale(1.1);
}
.pints-catalog .pint-item .pint-image .list-actions li.action.ingredients {
    top: 45%;
    right: 7.5%;
}
.pints-catalog .pint-item .pint-image .list-actions li.action.allergens {
    top: 80%;
    right: 17.5%;
}
.pints-catalog .pint-item .pint-image .list-actions li.action.taste {
    top: 35%;
    left: 10%;
}
.pints-catalog .pint-item .pint-image .list-actions li.action.notes {
    top: 70%;
    left: 15%;
}
.action-popup {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
	visibility: hidden;
	transition: all 0.35s ease-in-out;
}
.action-popup.show {visibility: visible;}
.action-popup .overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000015;
    backdrop-filter: blur(10px);
    z-index: 8;
    cursor: pointer;
	opacity: 0;
	transition: all 0.35s ease-in-out;
}
.action-popup.show .overlay {opacity: 1;}
.action-popup .flex-box {
    position: relative;
    max-width: 650px;
    min-height: 350px;
    padding: 30px 40px;
    background: #fff;
    border-radius: 30px;
    font-size: 23px;
    z-index: 9;
}
.action-popup .flex-box {
    position: relative;
    max-width: 600px;
    min-height: 350px;
    width: 95%;
    padding: 45px 40px 30px 90px;
    background: #fff;
    border-radius: 30px;
    font-size: 21px;
    overflow: auto;
    z-index: 9;
	transition: all 0.35s ease-in-out;
	transform: translateY(100px);
	opacity: 0;
	cursor: default;
}
.action-popup.show .flex-box {transform: translateY(0px);opacity: 1;}
.action-popup .flex-box::-webkit-scrollbar{display: none;}
.action-popup .flex-box .close-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
    z-index: 9;
}
.action-popup .flex-box .title {
    margin: 0;
    font-family: 'Bamberger FM';
    font-size: 70px !important;
    font-weight: 500;
    line-height: 1;
}
.action-popup .flex-box .close-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #F4F1EA;
    cursor: pointer;
    z-index: 9;
    border-radius: 50px;
}
.ingredients .action-popup .flex-box {
/*     background-image: url(/wp-content/uploads/2025/02/ingredients.png); */
    background-size: 90px;
    background-position: bottom 20px left 35px;
    background-repeat: no-repeat;
}
.allergens .action-popup .flex-box {
/*     background-image: url(/wp-content/uploads/2025/02/allergens.png); */
    background-size: 90px;
    background-position: bottom 20px left 35px;
    background-repeat: no-repeat;
}


/*------------  C O N T A C T - F O R M-------------------*/
.floting-elements {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999;
	visibility: hidden;
}
.floting-elements .overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #5d4d2747;
    backdrop-filter: blur(10px);
    cursor: pointer;
    z-index: 8;
	visibility: hidden;
	transition: all 0.5s ease-in-out;
	opacity: 0;
}
.floting-elements form {
    position: absolute;
    top: 0;
    left: -200%;
    width: 100%;
    max-width: 600px;
    height: 100%;
    padding: 20px 50px 50px;
    overflow: auto;
    background-color: #F4F1EA;
    background-image: url(/wp-content/uploads/2025/01/background-texture.png);
    background-size: 900px;    border-radius: 0 10px 10px 0;
    z-index: 9;
	visibility: hidden;
	transition: all 0.5s ease-in-out;
}
.contact-is-open .floting-elements,
.contact-is-open .floting-elements .overlay,
.contact-is-open .floting-elements form {visibility: visible;}

.contact-is-open .floting-elements .overlay {opacity: 1;}
.contact-is-open .floting-elements form {left: 0;}

.floting-elements .contact-us .close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: auto;
    padding: 25px;
    background: #fff;
    border-radius: 150px;
    line-height: 1;
    z-index: 9;
    cursor: pointer;
}
.floting-elements .contact-us .title {
    margin: 30px 0 20px;
    font-family: 'Bamberger FM';
    font-size: 55px;
    letter-spacing: 0.5px;
    line-height: 0.8;
    text-align: center;
    color: #252D30;
}
.floting-elements .contact-us .pick-topic .wpcf7-checkbox {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.floting-elements .contact-us .pick-topic .wpcf7-checkbox .wpcf7-list-item {
    width: calc(33.3% - 10px);
    margin: 0 0 10px 10px;
}
.floting-elements .contact-us .pick-topic .wpcf7-checkbox label {
    display: block;
    width: 100%;
    padding: 15px;
    background: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-family: "Mikhmoret DL 1.1 AAA", Sans-serif;
    color: #252D30;
    font-size: 23px;
    line-height: 1;
}
.floting-elements .contact-us .pick-topic {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: solid 1px #00000020;
}
.floting-elements .contact-us .details {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.floting-elements .contact-us .details .input.half {
    width: calc(50% - 5px);
    margin: 0 0 10px;
}
.floting-elements .contact-us .details input, .floting-elements .contact-us .details textarea {
    display: block;
    width: 100%;
    padding: 10px;
    font-family: "Mikhmoret DL 1.1 AAA", Sans-serif;
    color: #252D30;
    font-size: 19px;
    border: 0;
    max-height: 100px;
}
.floting-elements .contact-us .details .input.full {
    width: 100%;
    margin: 0 0 10px;
}
.floting-elements .contact-us .details .send input {
    display: flex;
    align-items: center;
    padding: 15px 20px 12px 25px;
    border-radius: 50px;
    font-family: 'Bamberger FM';
    font-size: 27px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.75px;
    color: #fff;
    background: #252D30;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    font-family: "Mikhmoret DL 1.1 AAA", Sans-serif;
    color: #252D30;
    text-align: center;
    font-size: 18px;
    border: 0;
}















