@font-face {
	font-family: Assistant-Regular;
	font-display: swap;
	src: url(/_media/css/fonts_new/Assistant/Assistant-Regular.ttf); }
@font-face {
	font-family: Assistant-Bold;
	font-display: swap;
	src: url(/_media/css/fonts_new/Assistant/Assistant-Bold.ttf); }

body {
	direction: rtl;
	text-align: right;
	font-family: 'Assistant','Heebo',arial;
	background: #fff;
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
	vertical-align: top;
	font-family: 'Assistant','Heebo',arial;
	color: #000;
	letter-spacing: 0px;
}

a {
	text-decoration: none;
}

div.row {
	display: block;
	max-width: 100%;
	text-align: center;
}

.img-container.row {
	background: rgb(14, 14, 14);
	background: linear-gradient(263deg, rgba(14, 14, 14, 1) 30%, rgba(91, 91, 91, 1) 50%, rgba(91, 91, 91, 1) 100%);
}

div.item-row {
	display: grid;
	/* max-width: 100%; */
	text-align: center;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	max-width: 900px;
	margin: 50px auto;
}

div#header {
	display: block;
	width: 100%;
	height: 50px;
	background: #fff;
}

.row.img-container .header-mobile-img {
	display: none;
}

div.content {
	width: 100%;
	/*max-width: 900px;*/
	margin: auto;
	display: block;
}

.stick {
	width: 49.5%;
	display: inline-block;
	height: 100%;
	vertical-align: top;
}

.stick.right {
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.stick.left {

}

a.backToSite {
	float: left;
	vertical-align: middle;
	line-height: 40px;
	color: #333;
}

#main {
	background: #1D1D1D;
	padding-bottom: 5%;
}

div.inlineBlock {
	display: inline-block;
}

.inlineBlock.timer {
	/*width: 45%;*/
	height: 200px;
}

.inlineBlock.title {
	width: 70%;
}

img {
	border: none;
}

div.border {
	height: 2px;
	margin: 3% 3px;
}

div#border_green {
	background: #01FEB7;
}

.green_glow {
	box-shadow: 0 0 2px 2px rgba(1, 254, 183, 0.42);
}

div#border_yellow {
	background: #F8C900;

}

.yellow_glow {
	box-shadow: 0 0 14px 5px rgba(248, 201, 0, 0.42);
}

.item {
	width: 100%;
	max-width: 290px;
	text-align: center;
}

.item_title {
    font-size: 16px;
	height: 70px;
	font-weight: bold;
	padding-top: 10px;
	white-space: nowrap;
	text-align: right;
}

.item_price_container {
	display: flex;
	flex-direction: column-reverse;
    font-size: 16px;
	font-weight: bold;
	text-align: right;
}

.item_price_container .full_price{
	font-size: 28px;
}

.item_price_and_stock {
	display: flex;
	justify-content: space-between;
    min-height: 40px;
}

.item_reg_price {
	/*background: #fff;*/
	margin: 4% 30%;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	padding: 1%;
	border-radius: 21px;
	position: relative;
}

.item_reg_price:before {
	content: ' ';
	position: absolute;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	width: 62%;
	height: 13px;
	right: 20px;
	top: -11px;
}

span.NIS {
	color: inherit;
	font-size: 60%;
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
}

.item_cta {
	color: #04e5a6;
	font-size: 30px;
}

.item_cta.less_then_ten {
    background: #FF1E46;
	color: #fff;
}

.item.outofstock .item_cta {
	background-color: #949494 !important;
	color: white;
}

div.timer_msg.fixed {
	position: relative;
	margin-top: 30px;
	position: fixed;
	top: 130px;
	left: 50%;
	z-index: 50;
	width: 100%;
	transform: translateX(-50%);
}

div#count-down.fixed .time-container svg {
	width: 80px;
	height: 80px;
}

div#count-down.fixed .time-container .digit {
	font-size: 45px;
	top: -37%;
}

div#count-down.fixed {
	position: fixed;
	z-index: 20;
	top: 115px;
	left: 50%;
	transform: translateX(-50%);
	width: 370px;
}

.mobile-background {
	display: block;
	background: linear-gradient(270deg, #0E0E0E 27.24%, #5B5B5B 129.74%);
	box-shadow: 0px 4px 40px 0px #00000040;
	position: fixed;
    top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
    opacity: 0;
    transition: opacity .1s ease-in-out;
    pointer-events: none;
	height: 178px;
	object-fit: cover;
}

.mobile-background.fixed {
    transition: opacity .1s ease-in-out;
    opacity: 1;
	top: 120px;
}

div#main {
	background-color: #ffffff;
	padding-bottom: 5%;
}

.cubes_wrap {
	max-width: 500px;
	margin: auto;
	text-align: center;
}

.coming_up_item {
	display: inline-block;
	margin: 4%;
	position: relative;
	cursor: pointer;
	width: 95px;
}

h3.more_items {
	text-align: center;
	font-size: 35px;
	margin: 0 0 15px;
	font-weight: normal;
	color: #f8c900;
	text-shadow: 0px 0px 10px rgba(248, 201, 0, 0.4392156862745098), 0px 0px 20px rgba(248, 201, 0, 0.8), 0px 0px 30px rgba(248, 201, 0, 0.8);
}

.coming_up_item:before {
	/* content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background: URL('images/more_mask.png');
    z-index: 10;
    transition:all 0.5s;
    top:0;
    opacity:1; */

}

.coming_up_item:hover:before {
	transform: rotate3d(1, 0, 0, 90deg);
}

.button_more {
	font-size: 30px;
	display: inline-block;
	text-align: center;
	background: #f8c900;
	font-weight: bold;
	color: #000;
	padding: 1% 3%;
	border-radius: 30px;
	margin: 2%;
	box-shadow: 0 0 9px 2px rgba(248, 201, 0, 0.6);
}

.pacman {
	background-color: #ffd647;
	height: 25px;
	width: 50px;
	position: relative;
}

.pacman-top {
	border-radius: 100px 100px 0 0;
	animation: spin1 1s infinite linear;
}

.pacman-top:before {
	content: '•';
	position: absolute;
	top: 0px;
	left: 15px;
	font-size: 24px;
	color: #000;

}

.pacman-bottom {
	border-radius: 0 0 100px 100px;
	animation: spin2 1s infinite linear;
}

@keyframes spin1 {
	0% {
		transform: rotate(35deg);
	}
	80% {
		transform: rotate(35deg);
	}
	90% {
		transform: rotate(0deg);
	}

}

@keyframes spin2 {
	0% {
		transform: rotate(-35deg);
	}
	80% {
		transform: rotate(-35deg);
	}
	90% {
		transform: rotate(0deg);
	}
}

@-moz-keyframes spin1 {
	0% {
		transform: rotate(35deg);
	}
	50% {
		transform: rotate(35deg);
	}
	75% {
		transform: rotate(0deg);
	}
}

@-moz-keyframes spin2 {
	0% {
		transform: rotate(-35deg);
	}
	50% {
		transform: rotate(-35deg);
	}
	75% {
		transform: rotate(0deg);
	}
}

@-webkit-keyframes spin1 {
	0% {
		transform: rotate(35deg);
	}
	90% {
		transform: rotate(35deg);
	}
	95% {
		transform: rotate(0deg);
	}
}

@-webkit-keyframes spin2 {
	0% {
		transform: rotate(-35deg);
	}
	90% {
		transform: rotate(-35deg);
	}
	95% {
		transform: rotate(0deg);
	}
}

.pacman-dots {
	display: inline-block;
	width: calc(100% - 70px);
	height: 50px;
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 3, from(white),
	color-stop(1, rgb(255, 255, 255)), to(#ffffff00)),
	-webkit-gradient(radial, 50% 50%, 1, 50% 50%, 7, from(white),
			color-stop(1, rgb(255, 255, 255)), to(transparent));
	background-repeat: repeat;
	background-size: 25px 50px, 100px 50px;
	background-position: 5px 0, -33px 0px;
	margin-right: -23px;
	animation: eat 2s infinite linear;
}

div#pacman {
	display: inline-block;
	background: transparent;
	position: relative;
}

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

@keyframes eat {
	0% {
		background-position: -20px 0, -133px 0px;
	}
	100% {
		background-position: 80px 0, -33px 0px;
	}
}

@-moz-keyframes eat {
	0% {
		background-position: -20px 0, -133px 0px;
	}
	100% {
		background-position: 80px 0, -33px 0px;
	}
}

@-webkit-keyframes eat {
	0% {
		background-position: -20px 0, -133px 0px;
	}
	100% {
		background-position: 80px 0, -33px 0px;
	}
}

.progress-ring-circle {
	transition: stroke-dashoffset 0.5s;
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
}

#count-down {
	display: flex;
	flex-direction: row-reverse;
	max-width: 350px;
	margin: 0 auto;
	margin-top: 70px;
}

div.time-container {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin: 0 auto;
	color: white;
	position: relative;
}

div.time-container .digit,
div.time-container span {
	color: inherit;
}

div.time-container .digit {
	position: absolute;
	top: -29%;
	left: 50%;
	transform: translate(-50%, 100%);
	font-size: 50px;
	width: 100%;
}

div#dots, div#dots2 {
	width: 10%;
}

div#clockTimer {
	background: #000;
	margin: 0 15%;
	border: 4px solid red;
	border-radius: 20px;
	padding: 9% 4%;
	height: 115px;
	vertical-align: middle;
	direction: ltr;
}

.digit div {
	position: absolute;
	background: red;
	color: red;
	border-radius: 5px

}

div#dots:before, div#dots2:before, div#dots:after, div#dots2:after {
	content: '•';
	position: absolute;
	color: red;
	font-size: 25px;
	left: 50%;
	margin-left: -5px;
	top: -3%;
	animation: blink 1s linear infinite;
}

@keyframes blink {
	0% {
		opacity: 1
	}
	50% {
		opacity: 1
	}
	75% {
		opacity: 0.3
	}
}

div.timer_msg {
	position: relative;
	margin-top: 50px;
}

div.timer_msg span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	display: inline-block;
	white-space: nowrap;
	letter-spacing: 1.5;
}

div.timer_msg hr {
	position: absolute;
	width: 5%;
	top: 50%;
	margin: 0;
}

div.timer_msg hr.right-side {
	right: 35%;
}

div.timer_msg hr.left-side {
	left: 35%;
}

@media only screen {
	div#clockTimer {
		padding: 7% 1%;
	}
}

@media only screen and (max-width: 500px) {
	div#main {
		animation: none;
	}
}

div#pacman {
	animation: move 7s linear infinite;
	background: #1d1d1d;
	text-align: left;
	position: absolute;
	direction: ltr;
}

@keyframes move {
	0% {
		width: 50px;
	}
	100% {
		width: 550px;
	}

}

.pacman-dots {
	padding-right: 50px;
	margin-right: 0;
}

a.item_wrap {
	position: relative;
}

.stock_stamp.less_then span {
	font-size: 156%;
	display: block;
	line-height: 0.8;
	font-weight: bold;
}

.stock_stamp.less_then {
	padding: 19px 0;
	font-size: 22px;
}

.stock_stamp.outOfStock {
	font-size: 35px;
	padding: 12px 0;
	/* cursor: default; */
	font-weight: bold;
}

.item.OutOfStock {
	/*opacity: 0.7;*/
	cursor: no-drop;
}

.inlineBlock.title {
	width: 100%;
	position: relative;
}

.inlineBlock.timer {
	position: absolute;
	/*max-width: 450px;*/
	background: #1d1d1d;
	top: 18%;
	left: 0;
}

.stock_stamp {
	display: flex;
	gap: 10px;
	color: #FF1E46;
    font-weight: bold;
}

.stock_stamp div {
	position: relative;
	color: #FF1E46;
}

.stock_stamp .relative_stock_number {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-48%, -62%);
	font-size: 21px;
}

.stock_stamp .stock_message {
	display: flex;
	flex-direction: column;
}

.progress-ring-circle {
	transition: stroke-dashoffset 0.35s;
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
}

.row {
	position: relative;
}

.row.img-container img {
	min-height: 300px;
	object-fit: cover;
	width: 70%;
}

@media only screen and (max-width: 500px) {
	.inlineBlock.title {
		width: 130%;
	}

	.row.img-container .header-deskstop-img {
		display: none;
	}

	.row.img-container .header-mobile-img {
		display: block;
		transform: unset;
		min-width: 100%;
	}

	/*div.inlineBlock.timer {*/
	/*    position: initial;*/
	/*    max-width: unset;*/
	/*}*/
}


@media only screen and (max-width: 900px) {
	div.timer_msg hr {
		display: none;
	}

	div.inlineBlock.timer {
		display: block;
		width: 100%;
		margin-top: 5%
	}

	div.item-row {
		display: grid;
		text-align: center;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		margin: 50px 10px;
	}

	.time-container {
		display: block;
		margin: 5px auto;
	}

	.time-container svg {
		width: 80px;
		height: 80px;
	}

	div.time-container .digit {
		top: -37%;
		font-size: 50px !important;
	}
}

@media only screen and (max-width: 590px) {
	div.item-row {
		display: grid;
		text-align: center;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}

}

@media only screen and (max-width: 1000px) {
    .row.img-container {
        overflow-x: hidden;
    }

    .row.img-container img {
        min-width: 1450px;
        overflow-x: hidden;
        position: unset;
        float: left;
        transform: translate(-260px, 0px);
        max-height: 300px;
    }
}

@media only screen and (max-width: 1600px) {
	.mobile-background.fixed img {
		height: 178px;
		object-fit: cover;
	}

}

body div.stock_stamp span {
	color: inherit;
	/* font-size:120%;
    font-weight:bold; */
}

body div.stock_stamp span.out {
	line-height: 25px;
}

.inlineBlock.timer {
	top: -230px;
	background: transparent;
	/*left: -15px;*/
	width: 100%;
}

span.disclaimer {
	display: block;
	margin-top: 10%;
	text-align: right;
	padding: 0 10%;
}

.item_img {
	height: 200px;
	background-color: #fff;
	border-radius: 9px 9px 0 0;
}

.item_price {
	box-shadow: none;
	border-radius: 0;
	line-height: 50px;
	padding: 0;
	font-family: arial;
	height: 50px;
}

.item_reg_price:before {
	display: none;
}

.item_reg_price {
	border-radius: 0;
	margin: 0px 18% 3%;
}

.item_cta {
    display: flex;
    align-items: center;
    justify-content: center;
	font-weight: bold;
	/*position: absolute;*/
    gap: 10px;
	bottom: 0px;
	width: 100%;
    padding: 9px;
    font-size: 17px;
	border-radius: 70px;
	margin-top: 13px;
	color: black;

}

.item_cta .arrow-span {
    font-family: 'fontawesome';
    display: block;
    content: '\f053';
    stroke: #000;
}

.item_cta .arrow-span svg path {
    stroke: inherit;
}

.item_cta.less_then_ten .arrow-span svg path {
    stroke: #fff;
}

.item.inlineBlock {
	background-color: #f0f0f0;
	/* max-width: 240px; */
	/* margin: 20px; */
	height: 420px;
	position: relative;
	border-radius: 9px;
	padding: 8px;
    cursor: pointer;
}

.item.inlineBlock .item_misc_info {
	border-top: 1px solid #acacac;
	margin-top: 10px;
	padding: 8px;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
}

.item.inlineBlock .item_misc_info .icon_container{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	height: 20px;
	font-size: 11px;
	gap: 5px;
}

.item.inlineBlock .discount_tag {
	position: absolute;
	background-color: black;
	color: #0CF7EA;
	font-weight: bold;
	background: linear-gradient(66.96deg, #252525 15.79%, #474747 85.08%);
	padding: 1px 10px 1px 28px;
	border-radius: 50px 0 0 50px;
}

.item.inlineBlock .item_overlay {
	position: absolute;
	width: 100%;
	height: 50%;
	right: 0;
	top: 0;
	padding: 22px 8px 0;
}

.item.inlineBlock .favorite {
	display: flex;
	position: absolute;
	width: 11%;
	height: 15%;
	left: 8px;
	top: 75%;
	margin: 10px;
	box-shadow: 0px 0px 3.75px 0px #00000040;
	border-radius: 90px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.favorite svg {
	width: 100%;
	height: 100%;
	display: block;
	transform: scale(1.3);
}

.favorite svg path {
	fill: none;
	stroke: black;
}


.favorite:hover svg path {
	fill: aqua;
	stroke: black;
}

.favorite.active svg path {
	fill: revert-layer;
	stroke: black;
}

.item.inlineBlock .item_overlay .discount_amount {
	display: flex;
    align-items: flex-end;
	flex-direction: row;
	color: inherit;
	gap: 4px;
	font-size: 13px;
	align-items: baseline;
}

.item.inlineBlock .item_overlay .big_number {
	color: inherit;
	font-size: 27px;
}

span.sub_title {
	display: block;
    font-size: 16px;
	font-weight: normal;
}

span.instead {
	text-decoration: none !important;
}

span.instead_price {
	text-decoration: line-through;
	font-weight: normal;
	font-size: 17px;
	color: #949494;
}

.item_price.green_glow .NIS {
	font-size: 35px;
	margin: 0 -4%;
	vertical-align: unset;
}

span.disclaimer {
     font-weight: normal;
     border: none;
	margin: 80px auto 0;
    padding: 0;
	position: relative;
    gap: 20px;
    width: 900px;
}

span#goodToKnow {
	position: absolute;
	right: 50%;
	top: -17px;
	margin-right: -67px;
	background: #fff;
	font-size: 28px;
	padding: 2px 20px;
}

@media (max-width: 900px) {
	div.timer_msg.fixed {
		top: 0;
	}

	div#count-down.fixed {
		top: -5px;
	}

	.mobile-background.fixed {
		top: 0px;
	}
}