﻿@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;600;900&display=swap');body{font-family:'Heebo', sans-serif}:root{--clr_primary_purple: #8224e3;--lightness:50%;--clr_btn_hover: #6717ba;--radius: 20px;--gap: 20px;--item_width: 180px;--clr_pink:#ffcc48;--clr_light_pink:#d4b9e8;--clr_peach:#f7bb97;--clr_input:rgba(23, 22, 26, 0.04);--clr_input_focus: rgba(23, 22, 26, 0.07);--clr_naviga: #337ab7}.translated-ltr,.translated-ltr body{direction:ltr;text-align:left}.centered{position:relative;width:100%;margin:0 auto;max-width:1300px}*::-webkit-scrollbar{width:5px}*::-webkit-scrollbar-track{background:#ddd}*::-webkit-scrollbar-thumb{background:#666}body::-webkit-scrollbar{width:5px}body::-webkit-scrollbar-track{background:#666}body::-webkit-scrollbar-thumb{background:#ddd}#catItems{min-height:100vh}body.rtl header #small_cart{left:0}body.ltr .pos_ltr{left:auto !important;right:0}body.ltr #small_cart{right:0}body.ltr #small_cart #remove{right:100px}body.ltr #small_cart ul li .pic{order:1}body.ltr #small_cart ul li .description{text-align:initial}.kosher_logo{background-image:url(/themes/SHOP/images/rabbi-approve.png);background-repeat:no-repeat;background-size:contain;background-position:center}.nopadding_right{padding-right:0px}.nopadding_left{padding-left:0px}.nopadding{padding-right:0px;padding-left:0px}.hide{display:none}.relative{position:relative}.bg_img{background-repeat:no-repeat;background-size:contain;background-position:center}.styled_link{text-decoration:none;color:#000;transition:all 0.2s}.styled_link:hover{color:var(--clr_primary_purple)}.styled_btn{color:#fff;transition:all 0.2s;background-color:var(--clr_primary_purple);cursor:pointer}.styled_btn:hover{background-color:var(--clr_btn_hover)}.clean_btn{background-color:transparent;padding:0;margin:0;border:none}.clean_link{padding:0;margin:0;color:inherit;text-decoration:none}.btn_default{border:none;background:var(--clr_primary_purple);padding:0px 30px;font-size:17px;border-radius:30px;color:#fff;margin-top:20px;font-weight:700;text-decoration:none;transition:0.25s;cursor:pointer;height:48px}.btn_default:hover{background-color:var(--clr_btn_hover)}*{box-sizing:border-box;margin:0px;padding:0px}ul{list-style:none}label{font-weight:bold}header{position:sticky;width:100%;top:0;background-color:white;z-index:9999}header .menu{position:relative;display:flex;align-items:center;justify-content:space-between}header .main-menu{width:100%;padding:0 15px}header .kosher_logo{height:90px;width:90px}header #logo{background-image:url(/themes/SHOP/images/logo-header.png);background-size:contain;border:10px solid #fff;height:90px;width:200px;background-repeat:no-repeat;background-position:right}@media (max-width:600px){header #logo{flex-basis:80%;height:80px;width:155px;background-position:center}}@media (min-width:600px){header #logo{margin-inline-end:2vw}}header #lower_header .bold{font-weight:900 !important}header #lower_header .bold a{font-weight:900 !important}header #lower_header .cats .sub{box-shadow:0px 15px 10px rgba(0, 0, 0, 0.3);padding-top:23px}header #lower_header .cats .sub a{font-size:16px;font-weight:400;line-height:1}header #lower_header ul{list-style-type:none;display:flex;justify-content:center}header #lower_header .cats{position:relative}header #lower_header .cats a{color:#222;padding:0px 20px;display:block;font-size:15px;text-transform:uppercase;line-height:27px;font-weight:600;cursor:pointer;text-decoration:none;z-index:9999}header #lower_header .cats .sub{display:none;position:absolute;height:auto;right:0;background:#fff;left:0;margin-top:0px}header #lower_header .cats .sub li{margin-bottom:15px}header #lower_header .cats .subs{display:flex;gap:15px;justify-content:space-between;padding:15px}header #lower_header .cats .subs a{padding:0px}header #lower_header .cats .subs .prod{flex-basis:25%}header #lower_header .cats .subs .pic{padding-bottom:100%;background-size:cover;border-radius:15px;background-position:center}header #lower_header .cats .subs .masonry{column-gap:0px;gap:15px}header #lower_header .cats .subs .masonry_a{column-count:3;padding-bottom:20px}header #lower_header .cats .active .sub{display:block}header #lower_header .cats .sub_cats{display:grid;flex-direction:column;break-inside:avoid;justify-content:initial}header #lower_header .cats .sub_cats a{font-weight:bold}header #lower_header .cats .sub_sub_cats a{font-weight:100}header .sub_cats{display:flex;flex-direction:column;padding:0px}header .sub_cats li{list-style:none;margin:0px;padding:0px}header .sub_cats li a{color:#000;cursor:pointer;font-size:13px}header .sub_cats .title_nav{font-weight:600;margin:10px 0px}header .show{display:block}header .icons{text-align:left;display:flex;align-items:center;gap:15px;justify-content:flex-end}@media (max-width:600px){header .icons{flex-basis:10%;display:flex}}@media (min-width:600px){header .icons{flex:3}}header .icons .btn_logout{background-color:transparent;color:#2d2d2d;cursor:pointer;text-decoration:underline;font-weight:600;font-size:18px;border:none}header .icons .icon{color:var(--clr_primary_purple);font-size:23px;min-height:32px}header .icons #top_cart{position:relative}header .icons #top_cart .icon{cursor:pointer}header .icons #top_cart .total{display:flex;width:20px;height:20px;align-items:center;justify-content:center;font-size:14px;font-weight:100;border-radius:100%;background:#B82022;color:#fff;position:absolute;left:-5px;bottom:-6px}header .icons #search_text{position:relative}header .icons #search_submit{background-color:var(--clr_primary_purple)}header .icons .search_inp{display:flex}header .icons .search_inp #search_input{padding:13px;width:170px;border:1px solid #eee;text-align:right;outline:none}header .icons .search_inp #search_submit{height:47px;width:47px;border-radius:0 5px 5px 0;border:none}header .icons .search_inp::after{content:'';background-image:url(/themes/SHOP/images/search_white.png);background-repeat:no-repeat;background-position:center;height:25px;width:25px;position:absolute;right:12px;left:12px;background-size:contain;top:11px;cursor:pointer}header .overlay{position:relative;z-index:1}header .overlay::after{height:100%;width:100%;background-color:rgba(0, 0, 0, 0.5);position:absolute;top:0;right:0;left:0;bottom:0;content:''}header .ul{list-style-type:none}header .centered_mid{margin:0 auto;max-width:1000px;width:100%;position:relative}header .centered{margin:0 auto;max-width:1300px;width:100%;position:relative}header #small_cart{box-shadow:0 0 0px 10000px rgba(0, 0, 0, 0.3);background:#fff;transition:all linear 0.3s;position:absolute;width:400px;top:45px;padding:15px;z-index:9999;cursor:initial}@media (max-width:600px){header #small_cart{width:90vw;max-width:400px}}header #small_cart #close_basket{width:fit-content;cursor:pointer}header #small_cart .options{display:flex;justify-content:center;padding-top:15px}header #small_cart .options .btn{background:#fff;border:1px solid #000;color:#000;font-weight:500;text-align:center;display:inline-block;width:fit-content;padding:8px 15px;font-size:15px;margin:0 10px;border-radius:0;text-decoration:none;cursor:pointer}header #small_cart .options .btn.kopa{background:var(--clr_primary_purple);color:#fff;border:none}header #small_cart .total_blk{text-align:right}header #small_cart .total_blk span{font-size:17px}header #small_cart .total_blk label{font-size:18px}header #small_cart .description{flex-basis:75%;padding-right:10px}header #small_cart .row{margin-left:0 !important;margin-right:0 !important;font-size:15px;padding:5px 0}header #small_cart .item{display:inline-block;max-width:165px}header #small_cart .pic{background-size:contain;background-position:center;background-repeat:no-repeat;height:90px;width:90px}header #small_cart ul{padding-inline-end:1em;list-style-type:none;margin-top:10px;max-height:calc(100vh - 240px);overflow-y:auto}#checkout header #small_cart ul{height:auto;overflow:hidden}header #small_cart ul li{padding:10px 0;display:flex;float:none;text-align:right;color:#333333;font-size:18px;position:relative;border-bottom:2px solid rgba(204, 204, 204, 0.3)}header #small_cart #remove{position:absolute;top:15px;left:0px;font-weight:700;font-size:15px;cursor:pointer}@media (min-width:600px){header #small_cart #qty{margin-inline-end:10px}}header #small_cart:not(.loaded){display:none}header .strip_clock{background:#000;width:100%;height:auto}header .strip_clock #timer{color:#fff;font-weight:600;margin:0 auto;text-align:center;line-height:30px}header #cart .total_blk{text-align:right}header #cart .total_blk span{font-size:17px}header #cart .total_blk label{font-size:18px}header #cart .description{flex-basis:75%;padding-right:10px}header #cart .row{margin-left:0 !important;margin-right:0 !important;font-size:15px;padding:5px 0}header #cart .item{display:inline-block;margin:0 5px}header #cart .pic{background-size:contain;background-position:center;background-repeat:no-repeat;height:90px;width:90px}header #cart ul{list-style-type:none;padding:0}header #cart ul li{padding:10px 0;display:flex;float:none;text-align:right;color:#333333;font-size:18px;position:relative;border-bottom:2px solid rgba(204, 204, 204, 0.3)}header #cart #remove{position:absolute;top:10px;left:10px;font-weight:600;font-size:15px;cursor:pointer}header #cart{transition:all linear 0.3s;padding:15px;z-index:9999}footer .footer_inner{padding:var(--gap);background:rgba(146, 95, 141, 0.05);position:relative;margin-top:100px;display:flex}@media (min-width:600px){footer .footer_inner{justify-content:space-between;border-radius:var(--radius)}}@media (max-width:600px){footer .footer_inner{flex-direction:column;align-items:stretch}}footer .footer_inner .logos_wrapper{display:flex;align-items:center}@media (max-width:600px){footer .footer_inner .logos_wrapper{justify-content:center}}@media (min-width:600px){footer .footer_inner .logos_wrapper .kosher_logo{width:100px;height:100px}}@media (max-width:600px){footer .footer_inner .logos_wrapper .kosher_logo{height:64px;width:64px}}footer .footer_inner .logos_wrapper .logo{display:block;background:url(/themes/SHOP/images/logo-header.png) center center no-repeat;background-size:contain}@media (min-width:600px){footer .footer_inner .logos_wrapper .logo{width:164px;height:164px}}@media (max-width:600px){footer .footer_inner .logos_wrapper .logo{height:100px;width:120px}}@media (min-width:600px){footer .wrap-links{padding:0 15px}}footer h3{font-size:24px;font-weight:bold;color:#232226;margin-bottom:15px}footer #footer_blocks{margin-bottom:40px}@media (min-width:600px){footer #footer_blocks{display:flex;justify-content:space-between;gap:40px}}footer .wrap-links ul{list-style:none}@media (max-width:600px){footer .wrap-links ul{display:none;background:#2F3A4940;padding:var(--gap)}}@media (max-width:600px){footer .wrap-links{border-bottom:1px solid #8395A7}footer .wrap-links h3{height:50px;color:#232226;display:flex;background-image:none;align-items:center;justify-content:space-between;padding:0 var(--gap)}footer .wrap-links h3::after{content:"+";color:#8395A7;font-size:25px}footer .wrap-links h3.active::after{content:"-"}footer .wrap-links h3.active~ul{display:block}}footer .wrap-links ul li{display:block;margin-bottom:10px}footer .wrap-links ul li a{color:#232226;font-size:18px;text-decoration:none}footer #foot_line{display:grid;margin-bottom:40px;gap:15px}@media (min-width:600px){footer #foot_line{grid-template-columns:repeat(6, 1fr)}}@media (max-width:600px){footer #foot_line{grid-template-columns:repeat(2, 1fr)}}footer #foot_line div label{display:block;color:#8395a7}footer #foot_line div a{display:block;font-size:24px;font-weight:400;color:#fff;font-family:var(--font)}footer #foot_copy{line-height:74px;color:#B5B5B5}footer #foot_copy .centered{display:flex;justify-content:space-between;align-items:center}@media (max-width:600px){footer #foot_copy .centered{flex-direction:column}}footer #foot_copy div,footer #foot_copy a{font-family:var(--font) !important;text-decoration:none}footer #foot_copy a{font-size:24px}.product{box-shadow:rgba(99, 99, 99, 0.2) 0px 2px 8px 0px}.product:hover .img_wrapper .front .pic{transform:scale(1.07)}.product .img_wrapper{position:relative;overflow:hidden;z-index:0;overflow:hidden;border-radius:10px 10px 0 0}.product .img_wrapper.out_of_stock::after{content:"אזל מהמלאי";display:flex;position:absolute;left:0px;top:0px;bottom:0px;right:0px;background:rgba(0, 0, 0, 0.6);justify-content:center;align-items:center;color:#fff;font-weight:bold;font-size:20px;pointer-events:none}.product .labels{position:absolute;top:0;left:0;display:flex;right:0;justify-content:center;gap:10px;padding-top:5px;z-index:1}.product .labels .label_tag{background:var(--clr_light_pink);padding:5px 10px;background-color:#d4b9e8;border-radius:25px}.product .front{border-radius:10px 10px 0 0}.product .front .pic{background-size:cover;overflow:hidden;background-position:center center;display:block;border-radius:10px 10px 0 0;transition:all 0.2s ease-in-out;background-repeat:no-repeat}.product .front .pic::before{padding-top:100%;content:"";display:block}.product a{text-decoration:none}.product .cart-box-bottom{bottom:0;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;right:0px;left:0;top:auto;line-height:20px}.product:hover .cart-box-bottom{opacity:1;transform:translateY(-10px);-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.product .cart-box{position:absolute;margin:0 auto;display:inline-block;right:0;left:0;width:80%;width:80%;width:75%;padding:8px 15px;bottom:0;background-color:black;opacity:0;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;color:#fff;text-align:center;justify-content:center}.product .cart-box:hover{background-color:var(--clr_primary_purple)}.product .cart_item{background:none;-webkit-box-shadow:none;box-shadow:none;border:none;padding:0;height:20px;width:150px}.product .cart_item p{color:#fff;font-weight:600;cursor:pointer;font-size:14px}.product .cart_item i{color:#6f6f6f;font-size:18px;padding-left:8px;padding-right:8px;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;display:inline-block}.product .cart_item i:hover{color:var(--clr_pink);-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.product .product-detail{padding:8px;background-color:var(--clr_input_focus)}.product .product-detail .detail-inline{position:relative;display:flex;flex-direction:column;justify-content:center;gap:10px}.product .product-detail .detail-inline .name{line-height:1.4;margin-bottom:0;padding-top:2px;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;font-size:16px;text-transform:capitalize;text-overflow:ellipsis;overflow:hidden;font-weight:700;text-align:initial;max-width:35ch;white-space:nowrap}.product .product-detail .detail-inline .cat{text-align:initial}.product .product-detail .detail-inline .prices_inline{display:flex;align-items:center}.product .product-detail .detail-inline .prices_inline .price{font-size:18px;color:rgba(0, 0, 0, 0.8);font-weight:600;margin-bottom:0;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;margin-top:0;margin-left:8px}.product .product-detail .detail-inline .prices_inline .price_before{font-size:18px;color:#7C7C7C;font-weight:500;margin-bottom:0;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;margin-top:0;text-decoration:line-through;font-size:14px}.product .product-detail .detail-inline .fa-heart{position:absolute;left:0px;top:35px;font-size:17px;cursor:pointer;transition:all 0.3s}.product #sizes{position:absolute;bottom:0px;background:rgba(9, 0, 0, 0.8);width:80%;margin:0 auto;right:0;padding:10px;box-shadow:0 0 12px 0 #dddddd;border-radius:16px;left:0}.product #sizes .sizes{list-style-type:none;margin:0;padding:0;display:flex;flex-wrap:nowrap;justify-content:center}.product #sizes .size{font-size:14px;padding:7px;line-height:12px;border:1px solid #ccc;border-radius:5px;cursor:pointer;color:#fff;margin-left:5px}.product #sizes .active{font-weight:800}.product ul.colors{padding:0px;padding-top:8px}.product ul.colors a{text-align:center}.product ul.colors .active{border:1px solid;padding:2px}.product ul.colors .active span{border:none}.product ul.colors span{height:100%;width:100%;display:block;border-radius:100%;border:1px solid #000}.product ul.colors li{display:inline-block;height:20px;width:20px;border-radius:100%;margin-left:5px;-webkit-transition:all 0.1s ease;transition:all 0.1s ease;cursor:pointer;padding:0;vertical-align:middle}@media (min-width:1600px){header.centered{max-width:1300px}}@media (max-width:1600px) and (min-width:1400px){header.centered{max-width:1300px}header .main-menu{padding:0px 25px}}@media (max-width:1265px){header .main-menu{padding:0 10px}header li{padding:25px 8px}}@media (max-width:1200px){#hero_home .item{background-position:top;background-repeat:no-repeat}#hero_home .owl-carousel:hover .owl-nav .owl-next{right:35px}#hero_home .owl-carousel:hover .owl-nav .owl-prev{left:35px}footer .up_foo .up_newsletter{padding-top:10px}footer .up_foo .up_newsletter input[type=text]{width:70%}footer .up_foo .up_newsletter input[type=submit]{width:30%}footer .up_foo .up_newsletter button{padding:13px 15px}footer .down_foo .menu_foo h4{font-size:16px}}@media (max-width:1150px){header #main-nav{display:none}header .mob_dis{display:none}header .icons{top:-15px}header li{padding:10px 8px;width:100%}header .hamburger-menu{display:block;flex-basis:10%}header #menu__toggle{opacity:0}header .menu__btn{z-index:9999;padding:10px;box-sizing:content-box;position:absolute;top:13px;right:0px;left:0;width:fit-content;cursor:pointer}header .menu__btn div{display:flex;width:26px;height:26px;align-items:center;position:relative}header .menu__btn div>span,header .menu__btn div>span::before,header .menu__btn div>span::after{display:block;position:absolute;width:100%;height:2px;background-color:#616161;transition-duration:0.25s}header .menu__btn div>span::before{content:'';top:-8px}header .menu__btn div>span::after{content:'';top:8px}header .menu__box{z-index:900;display:block;position:fixed;top:0;right:-400px;width:220px;height:100%;margin:0;overflow-y:auto;padding:25px 0 40px;list-style:none;background-color:#fff;box-shadow:1px 0px 6px rgba(0, 0, 0, 0.2);transition-duration:0.25s}header .menu__box .wrapper_icons{display:flex;position:absolute;right:0px;left:0px;margin:-35px auto;width:70%}header .menu__box .wrapper_icons li{padding:9px 0px;flex-basis:25%;text-align:center}header .menu__box .wrapper_icons li i{font-size:20px}header .menu__item{display:block;padding:12px 24px;color:#333;font-family:'Roboto', sans-serif;font-size:20px;font-weight:600;text-decoration:none;transition-duration:0.25s}header .menu__item:hover{background-color:#CFD8DC}#page.menu_open header .main-menu .hamburger-menu .menu__btn span{transform:rotate(45deg);z-index:3}#page.menu_open header .main-menu .hamburger-menu .menu__btn span::before{top:0;transform:rotate(0)}#page.menu_open header .main-menu .hamburger-menu .menu__btn span::after{top:0;transform:rotate(90deg)}#page.menu_open header .main-menu .hamburger-menu .menu__btn label{transition-duration:0.85s;content:"";height:50px;background:#fff;z-index:2;right:-20px;top:-27px;position:absolute}#page.menu_open header .main-menu .hamburger-menu .menu__box{box-shadow:0px 0px 200px 10px;right:0}#page.menu_open .menu__btn{position:fixed;right:170px;background:#fff;content:"";display:block;width:28px;height:25px;top:5px;border-radius:100%}}@media (max-width:1000px){#home_cats .col-md-4{margin-bottom:10px}#circle_cats .col-md-2{margin-bottom:20px}footer .up_text{padding-right:30px}footer .up_foo{padding:10px 30px}footer .up_foo .up_newsletter{padding-top:20px}footer .up_foo .up_newsletter button{padding:13px 10px}footer .down_foo{padding:55px 30px 40px 30px}footer .down_foo .menu_foo h4{font-size:16px}footer .down_foo .menu_foo ul li{font-size:15px}}@media (max-width:600px){#hero_home #search_text form{width:80%;margin:15px auto;position:relative}#hero_home #search_text .search_inp{padding-top:0}#hero_home #search_text .search_inp #search_input{width:calc(100% - 48px);background:#fff}#hero_home #search_text .search_inp::after{top:11px}header .main-menu{padding:0 35px}header li{padding:15px 9px}header .icons{top:-15px}header .icon{font-size:20px;display:flex;align-items:center}.background_side{background-color:#f9f9f9}.background_side .sinonarr{display:block !important;position:absolute;left:26px;top:25px;font-size:25px}#hero_home .item{background-size:cover;height:30vh}#hero_home #banner_discount{left:0px;right:0px;margin:0 auto;width:80%}#hero_home #banner_discount .name{font-size:45px}#hero_home .owl-carousel:hover .owl-nav .owl-prev{left:20px}#hero_home .owl-carousel:hover .owl-nav .owl-next{right:20px}#items .product .front .pic::before{padding-top:100%}#items .product .product-detail .name{font-size:12px}#items .product ul.colors li{margin-bottom:5px}#items .product .front .pic{background-position:top}footer .up_foo .up_newsletter{display:flex;justify-content:center;border-bottom:none;margin-bottom:20px}footer .up_foo .up_text{text-align:center}footer .up_foo .up_text .wrapper_text{border-right:none}footer .down_foo{padding:30px}footer .down_foo .mob_dis{display:none}footer .down_foo .foo_logo{padding-top:0px}#gallery_page .pics,#gallery_page .col-lg-10{padding:0}.search_inp::after{display:none}#page.home .search_inp::after{display:inherit}#page.home #items .products{grid-template-columns:repeat(4, 1fr)}body #product .pics{}header .main-menu{padding:0 10px !important}#small_cart .name{width:65%}.naviga #breadcrumbs{padding:0px 15px}header{height:80px}header li{padding:15px 9px}header .menu__item{padding:0px}header .icons{left:-8px;top:-17px}header .icon_wrapper{padding-left:0px}#top_cart{padding-top:3px}#hero_home #kupon{bottom:3%}#hero_home #kupon .code{font-size:17px}#hero_home #banner_discount{width:55%;right:auto;margin:none;left:20px;bottom:20px}#hero_home #banner_discount .name{font-size:30px}#hero_home #banner_discount .btn{padding:10px 29px}#items{margin-bottom:30px}#hero_home .owl-carousel:hover .owl-nav .owl-prev{display:none}#hero_home .owl-carousel:hover .owl-nav .owl-next{display:none}#circle_cats{padding:45px 0}#home_cats{margin-bottom:0px;margin-top:20px}#home_cats h2{font-size:18px;padding-bottom:35px}#home_cats .item{height:175px}#items .proudcts{gap:10px;display:block;margin:0px}#items .proudcts::after{content:"";display:block;overflow:hidden;clear:both}#items .proudcts .product_wrapper_item{margin-bottom:10px;float:right}#items .proudcts .product_wrapper_item:nth-child(2n+1){clear:both}#discount_cats{flex-direction:column;flex-wrap:nowrap}#discount_cats .item{flex:1}#discount_cats .wrapper .text .name{font-size:35px}#popular_cates{padding-bottom:0px}#popular_cates .item{margin-bottom:20px}#product .info_prod .button_wrapper{display:block}#popular_cates #instagram .title{margin-bottom:15px}footer .up_foo .up_newsletter button{padding:13px 12px;font-size:12px}footer .up_foo .up_newsletter input{width:100%}footer .up_foo .wrapper_text h4{text-align:center;font-size:25px}footer .up_foo .wrapper_text p{padding-bottom:10px}footer .down_foo{display:block}footer .down_foo .foo_logo .wrapper_logo .logo{background-position:center;margin-top:30px}footer .down_foo .foo_logo p{text-align:center}footer .down_foo .foo_logo .social_icons ul{justify-content:center;padding:none}footer .down_foo .foo_logo .social_icons ul li a{margin-right:0px;padding:20px}#signupPopup{left:15px;width:325px}#signupPopup .title{font-size:30px}#signupPopup input{padding:9px}#signupPopup .btn{padding:11px 29px}#cates_page .side_cates{margin-bottom:7px;margin-top:25px}.nopad_mob{padding-right:15px !important;padding-left:15px !important}.category_item_wrapper{padding:0px !important}}.ac_results ul li{line-height:40px;cursor:pointer;padding:0 10px}.menu__box ul{list-style-type:none;font-size:17px}.menu__box .cats_mobile>li{border-bottom:1px solid #D7D7D7;position:relative}.menu__box .cats_mobile>li.has_submenu::after{content:"";display:block;width:15px;height:15px;position:absolute;left:10px;top:15px;background-color:#333;mask:center center no-repeat;mask-size:contain;-webkit-mask-image:url(/themes/SHOP/images/chevron_down.svg);mask-image:url(/themes/SHOP/images/chevron_down.svg)}.menu__box li{position:relative;float:none;padding:0px !important}.menu__box li .cat_mobile a{display:block;padding:13px 20px;text-decoration:none !important}.menu__box .cat_mobile .sub{display:none}.menu__box li.open::after{transform:rotate(180deg);background-color:#fff}.menu__box li.open{background:#000;color:#fff}.menu__box li.open a{color:#fff}.menu__box li.open li a{padding-right:25px}.menu__box li.open .cat_mobile .sub{display:block}.menu__box #search_text input{margin-top:0;width:100%}.menu__box #search_text::after{top:12px}.menu__box .sub_sub_cat{position:relative}.menu__box .sub_sub_cat::after{content:"";display:block;width:15px;height:15px;position:absolute;left:10px;top:15px;background-color:#333;mask:center center no-repeat;mask-size:contain;-webkit-mask-image:url(/themes/SHOP/images/chevron_down.svg);mask-image:url(/themes/SHOP/images/chevron_down.svg)}.menu__box .sub_sub_cat.active::after{transform:rotate(180deg)}.menu__box .sub_sub_cat li a{padding-right:35px !important}.menu__box .sub_cats>li ul{display:none}.menu__box .sub_cats>li.active ul{display:block}@media (max-width:600px){.myprofile{margin-top:10px}}@media (max-width:1200px) and (min-width:600px){#items .product{flex:0 0 60%;max-width:calc(100% - 8px)}}html[lang="en"] #search_text,html[lang="ar"] #search_text{display:none}@media (max-width:1400px){header #lower_header .cats{padding-top:0px}header #lower_header ul{padding-top:0xp}header #lower_header .cats .sub_cats li{padding:10px 0px 0px 0px}}@media (max-width:600px){.naviga{margin:20px 0}}@media (max-width:600px){.naviga .wrapper_text h3{margin-top:12px}}@media (min-width:600px){.naviga #breadcrumbs{padding:0px 215px}}.naviga #breadcrumbs{height:35px;display:flex;align-items:center;margin-bottom:15px}.naviga #breadcrumbs li{position:relative;display:inline-block;margin-left:20px;position:relative;text-transform:capitalize}.naviga #breadcrumbs li a{color:var(--clr_naviga)}.naviga #breadcrumbs li::before{content:">";position:absolute;top:0px;right:-13px;left:-13px}.naviga #breadcrumbs li:first-child::before{content:"";display:none}#spinner_ajax{width:100px;height:100px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border:5px solid black;border-bottom-color:transparent;position:relative;animation:spinner 1s linear infinite paused;-webkit-animation:spinner 1s linear infinite;position:absolute;left:0;right:0;margin:0 auto;top:200px}.zoomIn{animation:zoomIn 0.6s ease-in-out}@keyframes zoomIn{0%{transform:scale(1) translateY(0);transform-origin:50% 16%}100%{transform:scale(1.25) translateY(-15px)}}@keyframes spinner{to{transform:rotate(1turn);-webkit-transform:rotate(1turn);-moz-transform:rotate(1turn);-ms-transform:rotate(1turn);-o-transform:rotate(1turn)}}.goog-te-gadget-simple{border:none !important}.goog-te-gadget-simple .goog-te-gadget-icon{display:none}.skiptranslate iframe{display:none !important}@media (min-width:600px){.show_in_mobile{display:none}}@media (max-width:600px){.show_in_desktop{display:none}}

