/* pretty radio */
.salesbackground{
	background-color: #fdfdfd !important;
	
}
label > input[type="radio"] {
	display: none;
}
label > input[type="radio"] + *::before {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	width: 26px;
	height: 26px;
	margin-left: 0.3rem;
	border-radius: 50%;
	border-style: solid;
	border-width: 0.1rem;
	border-color: gray;
}
label > input[type="radio"]:checked + * {
	color: #707070;
}
label > input[type="radio"]:checked + *::before {
	background: radial-gradient(
		#707070 0%,
		#707070 40%,
		transparent 50%,
		transparent
	);
	border-color: #707070;
}

/* basic layout */
fieldset {
	margin: 20px;
	max-width: 400px;
}
label > input[type="radio"] + * {
	display: inline-block;
	padding: 0.5rem 1rem;
}

/* The container */
.containercheck {
	display: block;
	position: relative;
	padding-right: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.containercheck input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	right: 0;
	height: 27px;
	width: 27px;
	background-color: transparent !important;
	border: 1px solid black;
}

/* On mouse-over, add a grey background color */
.containercheck:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containercheck input:checked ~ .checkmark {
	background-color: transparent;
	border: 1px solid black;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.containercheck input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.containercheck .checkmark:after {
	right: 7px;
	top: 3px;
	width: 10px;
	height: 17px;
	border: solid #000;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

body,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
label {
	font-family: "Rubik", sans-serif !important;
}

html {
	scroll-behavior: smooth;
}

body {
	direction: rtl !important;
	background-color: #eeecec;
}

/*button:focus {
	outline: 0px !important;
}*/

nav {
	box-shadow: 0px 0px 4px #00000029;
	background-color: white;
	z-index: 999999999999999999999 !important;
}

.font-color-blue {
	color: #06427b;
}

.font-color-black {
	color: #2f3334;
}

.font-color-white {
	color: white;
}

.menu-login {
	border: 1px solid #0f76ec;
	border-radius: 50px;
	padding: 12px 29px;
	color: #0f76ec;
}

.font-size-40px {
	font-size: 40px;
}

.blue-section {
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 583px;
	position: relative;
}

.blue-section-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(15, 118, 236, 0.8);
}

.opacity-section-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.above {
	z-index: 2;
}

.search-button {
	background: transparent linear-gradient(90deg, #ed2324 0%, #ed2324 100%) 0%
		0% no-repeat padding-box;
	border-radius: 50px;
	border: 0px;
	font-weight: normal;
	padding: 17.5px;
}

.send-button {
	background: transparent linear-gradient(270deg, #ed2324 0%, #ed2324 100%) 0%
		0% no-repeat padding-box;
	border-radius: 50px;
	border: 0px;
	font-weight: normal;
	padding: 17.5px 63px;
	color: white;
}

.yellow-button {
	background: transparent linear-gradient(270deg, #ed2324 0%, #ed2324 100%) 0%
		0% no-repeat padding-box;
	border-radius: 50px;
	border: 0px;
	font-weight: normal;
	padding: 20px;
	color: white;
}

.order-button {
	border: 1px solid #0f76ec;
	border-radius: 30px;
	color: #0f76ec;
	font-size: 18px;
	font-weight: normal;
	padding: 18px 59px;
	margin-bottom: 50px;
	color: white;
}

.search-input {
	padding: 19px 19px;
	border-radius: 50px;
	border: 0px;
}

.select-input {
	padding: 20.5px 19px;
}

.search-form-full-container {
	/* background: #06427b; */
	background: #0c9543;
}

.search-form-container {
	/* background: #06427b; */
	background: #0c9543;
	box-shadow: 0px 0px 10px #00000029;
	border-radius: 10px;
	padding: 23px 40px;
}

.search-form-full-container .search-form-container {
	padding: 32px 40px;
}

.font-size-24px {
	font-size: 24px;
}

.blue-section-position {
	position: relative;
	margin-top: -85px;
}

.blue-section h1 {
	text-shadow: 0px 5px 6px #00000029;
	/* -webkit-text-stroke-width: 1px; */
	/* -webkit-text-stroke-color: black; */
}

.blue-section p {
	text-shadow: 2px 2px 2px #00000029;
	/* -webkit-text-stroke-width: 0.5px; */
	/* -webkit-text-stroke-color: gray; */
}

.background-color-ec {
	background-color: #eeecec;
}

.our-story-section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.font-size-36px {
	font-size: 36px;
}

.font-size-16px-26px {
	font-size: 16px;
	line-height: 26px;
}

.font-size-18px {
	font-size: 18px !important;
}

.font-size-20px {
	font-size: 20px;
}

.font-size-50px {
	font-size: 50px;
}

.container-1370px {
}

@media (min-width: 1200px) {
	.container {
		max-width: 1370px !important;
	}
	.above {
		margin: auto 0px !important;
	}
	
	.h-desktop-fix {
		height: 840px;
	}
	
	.pb-0-desktop {
		padding-bottom:0px !important;
	}
	
	.pabs-fix {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0px;
    padding: 30px;
    padding-bottom: 0px;
	}
}

.card-container {
	box-shadow: 0px 0px 35px #00000029;
	border-radius: 8px;
	background-color: white;
	overflow: hidden;
}

.font-size-26px {
	font-size: 26px;
}

.font-size-16px {
	font-size: 16px;
}

@media (min-width: 993px) {
	.home-slider .slick-slide {
		transform: scale(0.8);
		transition: 0.3s all linear;
		opacity: 0.4;
		/* margin-left: -50px; */
		/* margin-right: -50px; */
		z-index: 1 !important;
	}
	.home-slider .slick-center {
		transition: 0.3s all linear;
		transform: scale(1);
		opacity: 1;
		margin-left: 0px;
		z-index: 1000 !important;
	}
	.home-slider .slick-slide {
		margin: 0 -35px;
	}
}

.rightSlickHome {
	right: 0px;
	top: 0px;
	height: 100%;
	position: absolute;
	z-index: 100;
}

.leftSlickHome {
	left: 0px;
	top: 0px;
	height: 100%;
	position: absolute;
	z-index: 100;
}

.height-773px {
}

.slick-arrow {
	border: 0px;
}

.font-size-70px {
	font-size: 70px;
}

.background-color-blue {
	background-color: #0f76ec;
}
.d-desktop-flex {
	display: flex;
}
.rand-section {
	padding: 70px 0px;
}

.padding-17px-77px {
	padding: 17px 77px;
}

.fields-section {
	padding: 60px 0px;
	padding-top: 40px;
}

.font-size-24px {
	font-size: 24px;
}

.title-container {
	background-color: white;
	padding: 5px 0px;
	border-radius: 8px;
	border-top: 1px solid #dedcdc;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.border-nice {
	border-bottom: 1px solid #dedcdc;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.padding-30px {
	padding: 30px;
}

.img-shadow {
	border-radius: 8px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.background-color-white {
	background-color: white;
	box-shadow: 0px 0px 5px #00000029;
	border-radius: 8px;
}

.field-upper-icon {
	position: absolute;
	top: -44px;
	width: 100%;
	left: 0px;
}

.upper-icon-container {
	background: transparent linear-gradient(180deg, #0f76ec 0%, #041e3b 100%) 0%
		0% no-repeat padding-box;
	width: 88px;
	height: 88px;
	border-radius: 50%;
}

.font-size-40px {
	font-size: 40px;
}

.mb-field {
	margin-top: 30px;
}

.mb-search {
	margin-top: 35px;
}

.contact-us-section {
	padding: 85px 0px;
}

.border-left {
	border-left: 1px solid #2f3334 !important;
}

.social-container {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	border: 1px solid #2f3334;
}

.social-container i {
	font-size: 35px;
}

.social-container-menu {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #2f3334;
}

.social-container-menu i {
	font-size: 27px;
}

.padding-right-110px {
	padding-right: 110px;
}

.opacity-0 {
	opacity: 0;
}

ul {
	list-style: none;
	padding: 0px;
}

footer {
	background-color: white;
}

footer {
	padding-top: 25px;
	padding-bottom: 50px;
}

.font-size-17px {
	font-size: 17px;
}

.cards-body {
	padding: 30px;
	padding-bottom: 10px;
}

.img-more {
	width: 500px;
}

.slick-slide {
	position: relative;
	z-index: 6;
}

.slick-center {
	z-index: 999;
}

.slick-center + .slick-slide {
	z-index: 8;
}

.slick-arrow {
	background-color: transparent;
	color: white;
}

.our-story-section .slick-arrow {
	background-color: #eeecec;
}

.font-size-60px {
	font-size: 60px;
}

.container-box {
	box-shadow: 0px 0px 10px #00000029;
	border-radius: 8px;
	padding: 60px 115px;
	background-color: #fff;
}

.mb-form-title {
	padding-bottom: 44px;
	margin-bottom: 0px !important;
}

.padding-50px-35px {
	padding: 50px 35px;
	padding-bottom: 27px;
}

.form-section label {
	font-size: 16px;
	color: #4d5254;
	text-align: right;
	display: block;
}

.form-section {
	margin-bottom: 3rem;
}

.font-size-30px {
	font-size: 30px;
}

.no-button {
	background-color: transparent !important;
	border: 0px !important;
}

.width-342px {
	width: 316px;
}

.cancel-button {
	border-bottom: 1px solid #2f3334;
}

.cancel-button:hover {
	color: #2f3334;
}

.form-section select,
.form-section input {
	min-height: 65px;
	border: 1px solid #707070;
}

#order-form select,
#order-form input {
	min-height: 50px;
	border: 1px solid #707070;
}
.custom-select-dec {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: white url("../images/baseline_expand_more_black_18dp.png")
		no-repeat 5% 50%;
	background-size: 20px;
}
.form-section select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: url("../images/baseline_expand_more_black_18dp.png") no-repeat
		5% 50%;
	background-size: 20px;
}

select::-ms-expand {
	display: none !important;
}

.form-section textarea {
	border: 1px solid#707070 !important;
}

.min-height-294 {
	min-height: 294px !important;
}

.min-height-108 {
	min-height: 108px;
}

textarea {
	resize: none;
}

.max-width-914px {
	max-width: 914px;
}

.form-control {
	border-radius: 4px !important;
}

.position-relative-form {
	position: relative;
	top: -480px;
}

#fileUpload {
	height: 0px;
	visibility: hidden;
	position: fixed;
	top: -100000px;
}

.text-justify {
	text-align: justify !important;
}

a {
	color: inherit;
}

a:hover {
	text-decoration: unset !important;
}

.search-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.no-shadow {
	box-shadow: 0px 0px 0px;
}

.height-403px {
	height: 403px;
}

.ptb-35px {
	padding: 35px 0px;
	padding-top: 25px;
}

.font-size-36px {
	font-size: 36px;
}

.border-radius-8px {
	border-radius: 8px;
}

.logo-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.circle-white {
	background-color: white;
	border-radius: 50%;
}

.wh-145px {
	width: 145px;
	height: 145px;
}

.font-size-21px {
	font-size: 21px;
}

.font-weight-med {
	font-weight: 500;
}

.order-container-href:hover {
	background: transparent linear-gradient(90deg, #0651a1 0%, #0651a1 100%) 0%
		0% no-repeat padding-box;
}

.menu-login:hover {
	background: transparent linear-gradient(90deg, #0651a1 0%, #0651a1 100%) 0%
		0% no-repeat padding-box;
	color: white !important;
}

.order-button:hover {
	background: transparent linear-gradient(90deg, #0651a1 0%, #0651a1 100%) 0%
		0% no-repeat padding-box;
	color: white !important;
}

.order-container-href:hover span {
	color: white !important;
}

.order-container-href {
	border: 1px solid #0651a1;
	border-radius: 20px;
	padding: 10px 21px;
}

.font-size-30px {
	font-size: 30px;
}

.slick-arrow {
	border: 0px;
	outline: 0px;
	background-color: transparent;
}

.font-size-48px {
	font-size: 48px;
}

.wh-45px {
	width: 45px;
	height: 45px;
	border: 1px solid #2f3334;
	border-radius: 50%;
}

.details-table th {
	font-size: 18px;
}

.details-table td {
	font-size: 16px;
}

.line-through-price {
	text-decoration: line-through;
}

.table thead th {
	border-top: 0px !important;
}

.table td,
.table th {
	border-top: 1px solid #979999;
}

.table {
	border-bottom: 1px solid #979999;
}

.table thead th {
	border-bottom: 1px solid #979999 !important;
}

.details-table td {
	padding: 20px 0px !important;
}

.order-table th,
.order-table td {
	text-align: right;
}

.order-table th {
	padding-left: 0px;
	padding-right: 0px;
}

.wh-33px {
	width: 33px;
	height: 33px;
}

.background-color-tran {
	background-color: transparent;
}

.border-black {
	border: 1px solid #2f3334;
}

.local_shipping {
	font-size: 45px !important;
}

.sapak-details-container {
	border-radius: 8px;
	padding: 35px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.wh-80px {
	width: 80px;
	height: 80px;
}

.circle {
	border-radius: 50%;
}

.shabat-sale {
	position: absolute;
	top: 9px;
	right: -62px;
	z-index: 10;
	transform: rotate(45deg);
	background: #64bb45 0% 0% no-repeat padding-box;
	box-shadow: 0px 6px 6px #00000029;
	padding: 10px 72px;
}

.font-size-22px {
	font-size: 22px;
}

.form-check-inline .form-check-input {
	width: 30px;
}

.wh-38px {
	width: 38px;
	height: 38px;
}

.order-circle {
	background-color: #999999;
	border-radius: 50%;
	color: white;
	    z-index: 99;
}

.order-circle-container {
	display: flex;
	justify-items: center;
	align-items: center;
	flex-direction: column;
}

.active-order-circle .order-circle {
	color: white;
	background-color: #ed2324;
}

.active-order-circle span {
	color: #ed2324;
}

.order-bored {
	width: 150px;
	height: 1px;
	background-color: #979999;
}

.first-border {
	position: absolute;
	left: -80px;
	top: 18px;
	width: 94px;
}

.second-border {
	position: absolute;
	left: -86px;
	top: 18px;
}

.third-border {
	position: absolute;
	left: -87px;
	top: 18px;
	width: 108px;
}

.mb-circle {
	margin-left: 65px;
}

.form-return {
	position: absolute;
	left: 0px;
	top: -60px;
}

.min-height-762px {
	min-height: 667px;
}

.opacity-0-5 {
	opacity: 0.5;
}

.display-none {
	display: none;
}

.display-none-force {
	display: none !important;
}

.form-control.error {
	border: 2px solid #ec0404;
	border-radius: 4px;
	background-color: #ffeeee;
}

label.error {
	background-color: #ec0404;
	color: white !important;
	border: 2px solid #ec0404;
	border-radius: 4px;
	padding: 5px 2px;
	position: absolute;
	bottom: -57px;
	z-index: 10;
	width: 100%;
	text-align: center;
	font-size: 14px;
}

label.error::before {
	position: absolute;
	top: 0px;
	content: "";
	width: 24px;
	height: 24px;
	background-color: #ec0404;
	color: white;
	left: 45%;
	top: -2px;
	border-radius: 4px;
	transform: rotate(45deg) translate(-45%, 0);
	z-index: -1;
}

.form-group {
	position: relative;
}

#tel-selection-error,
#tel-selection-ship-error {
	display: none !important;
}

#order-form label {
	font-size: 14px !important;
	color: #4d5254;
}

.font-size-14px {
	font-size: 14px;
}

.pt-65px {
	padding-top: 65px;
}

.width-28px {
	width: 28px;
}

.font-color-red {
	color: #ec0404;
}

.payment-form-container {
	max-width: 607px;
	margin: 0 auto;
}

.width-200px {
	width: 200px;
}

.align-top {
	align-self: flex-start !important;
}

.width-27px {
	width: 27px;
	height: 27px;
}

.pd-fix-center {
	position: relative;
	top: -10px;
	right: 5px;
}
.pd-fix-center2 {
	top: -6px !important;
}

.d-desktop {
	display: block;
}

.d-mobile {
	display: none;
}

.d-mobile-flex {
	display: none;
}

.font-size-11px {
	font-size: 11px;
}

.underline {
	text-decoration: underline;
}

.d-flex-desktop {
	display: flex;
}

.d-flex-mobile {
	display: none;
}

.expand-menu-mobile {
	/* display: none; */
}

.expand-menu-mobile {
	display: none;
	position: fixed;
	background-color: #0f76ec;
	width: fit-content;
	min-width: 300px;
	height: 100%;
	top: 97px;
	bottom: 0px;
	padding: 30px 30px;
	left: 0px;
	box-shadow: 4px 11px 10px 5px #00000029;
}

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

.fix-label {
	position: relative;
	top: -21px;
}

.line-label-fix {
	line-height: 30px;
}

.top-0px {
	top: 0px;
}

.max-width-685px {
	max-width: 685px;
}

.height-300px {
	/* height: 300px; */
}

.mb-order-fix {
	margin-bottom: 50px;
}

.width-200px {
	width: 200px;
}

.width-50px {
	width: 50px;
}

#main-slider-desktop {
	width: 100%;
	height: 583px;
}

.home-slider-item {
	height: 583px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.margin-center {
	object-fit: cover;
	width: 550px;
	height: 300px;
	margin: 0 auto;
}

.width-text {
	height: 20px;
	align-self: flex-start;
}

.inner-cat-badge,
.inner-cat-badge:hover {
	color: #212529;
	background-color: #ffa300;
	line-height: 40px;
	font-size: inherit;
	margin: 10px 10px 0 0;
	font-weight: 500;
	min-width: 125px;
}

.text-found {
	background-color: #ffa300;
	color: white;
}

.d-flex-mobile {
	display: none;
}

.d-flex-desktop {
	display: flex;
}

#email-error {
	right: 0px;
}

.li-border {
	border-top: 1px solid white;
	padding-top: 5px;
	padding-bottom: 5px;
}

.li-border:last-child {
	border-bottom: 1px solid white;
}

.bg-white {
	background-color: white;
}

.swal2-styled.swal2-confirm {
	background-color: #ed2324 !important;
	border-color: #ed2324 !important;
}

.shopping-badge {
	position: absolute;
	right: -5px;
	top: -10px;
	background-color: #ed2324;
}

.display-desktop-row {
	display: table-row;
}

.top-4px {
	position: relative;
	top: 4px;
	display: block;
}

.custom-padding {
	background-color: white;
	padding: 25px;
	border-radius: 15px;
}

.w-20-t {
	width: 20%;
}

.w-5-t {
	width: 5%;
}
.w-8-t {
	width: 8%;
}

.w-3-t {
	width: 3%;
}

.fix-image {
	width: 100%;
	height: 500px;
	object-fit: cover;
	margin: 0 auto;
}

.payment-frame {
    width: 100%;
    height: 710px;
    overflow: hidden;
    border: 0px;
}

.success-icon {
	text-align:center;
	margin: 0 auto;
    margin-bottom: 25px;
}
.success-icon i {
	font-size:70px;
    color: #64bb45;
    border: 1px solid #64bb45;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.error-icon i {
	color:#ed2324;
	border: 1px solid #ed2324;
}


.payment-error {
	min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (min-width: 1200px) {
	.open-accessibility {
		right: 0px;
		top: 100px;
		position:sticky;
		height:0px;
			z-index: 9999999999999999999;
	}
}

@media screen and (max-width: 780px) {
	.open-accessibility {
		right: 0;
		top: 70px;
	}
	.open-accessibility-expand-button {
		line-height: 60px;
	}
	.open-accessibility-close-button {
		height:40px;
	}
	.open-accessibility-menu-button span
	{
		bottom:-2px;
	}
}

/*@media screen and (min-width: 1200px) {*/
	.swal2-container.swal2-center {
		height:100vh;
	}
/*}*/
.swal2-container {
	z-index: 9999999999999999999999999999999999999999999999999999999999999999 !important;
}

body {
	padding-right:0px !important;
}

.line-t {
	    text-decoration: line-through;
}


.top--6px {
	top:-6px
}

.line-th {
	position:absolute;
	left:0px;
	top:30px;
	right:0px;
	bottom:0px;
	background-color: red;
    width: 100%;
    height: 2px;
    transform: rotate(-10deg);
}

.wordbreak-all {
	word-break:break-all;
}

.form-label {
	font-size: 14px !important;
    color: #4d5254;
}
.form-select {
	    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
	    min-height: 50px;
    border: 1px solid #707070;
	    appearance: none;
    background: url(../images/baseline_expand_more_black_18dp.png) no-repeat 5% 50%;
	background-color:white;
    background-size: 20px;
}

iframe {
	width:100% !important;
}

#fix-images img {
	max-width:100% !important;
	height:auto !important;
}