/***************** Random *****************/
@font-face {
	font-family: "Cairo";
	font-style: normal;
	font-weight: 400;
	src: url("fonts/cairo-regular.eot");
	/* IE9 Compat Modes */
	src: url("fonts/cairo-regular.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */
	url("fonts/cairo-regular.woff2") format("woff2"),
		/* Super Modern Browsers */
	url("fonts/cairo-regular.woff") format("woff"),
		/* Modern Browsers */
	url("fonts/cairo-regular.ttf") format("truetype"),
		/* Safari, Android, iOS */
	url("fonts/cairo-regular.svg#Poppins") format("svg");
	/* Legacy iOS */
	font-display: swap;
}
*,input,select {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input:focus,textarea:focus,select:focus {
	outline: 0;
}
a {
	color: #bb6900;
	text-decoration: none;
	outline: none;
}
.clear {
	clear: both;
	display: block;
}
.unselectable {
	user-select: none;
	/* standard syntax */
	-webkit-user-select: none;
	/* webkit (safari, chrome) browsers */
	-moz-user-select: none;
	/* mozilla browsers */
	-khtml-user-select: none;
	/* webkit (konqueror) browsers */
	-ms-user-select: none;
	/* IE10+ */
}
@keyframes spin-animation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes bounce-animation {
	0% {
		transform: translateX(-14px);
	}
	100% {
		transform: translateX(14px);
	}
}
@keyframes shake2-animation {
	3%, 9%, 15%, 21%, 27% {
		-webkit-transform: translate3d(-5px, 0, 0);
		-moz-transform: translate3d(-5px, 0, 0);
		-ms-transform: translate3d(-5px, 0, 0);
		-o-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	6%, 12%, 18%, 24% {
		-webkit-transform: translate3d(5px, 0, 0);
		-moz-transform: translate3d(5px, 0, 0);
		-ms-transform: translate3d(5px, 0, 0);
		-o-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	30% {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}
/***************** Random *****************/
body {
	margin: 0px;
	direction: rtl;
	font-family: Cairo, sans-serif;
	background: #ffffff;
}
body.Loading, body.ReviewQuickview {
	overflow: hidden;
}
#LoadingOverlay, #ReviewQuickviewOverlay {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000099;
	z-index: 999;
}
body.Loading #LoadingOverlay, body.ReviewQuickview #ReviewQuickviewOverlay {
	display: block;
}
#LoadingOverlaySpinner {
	border: 6px solid #ffffff80;
	border-top-color: #ffffff;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -35px;
	margin-top: -35px;
	-webkit-animation: spin-animation 2s linear infinite;
	-moz-animation: spin-animation 2s linear infinite;
	-o-animation: spin-animation 2s linear infinite;
	animation: spin-animation 2s linear infinite;
}

/***************/
#StickyOrderWrap {
	position: fixed;
	z-index: 99;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ebebeb;
	width: 100%;
	padding: 10px 20px;
	border-top: 1px solid #ccc;
	display: none;
}
@media only screen and (max-width: 850px) {
	#StickyOrderWrap {
		display: block;
	}
}
#StickyOrderButton {
	display: block;
	text-align: center;
	cursor: pointer;
	background: #417505;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	margin: 0 90px 0 0;
}
#StickyOrderWhatsapp {
	display: block;
	width: 80px;
	background-color: #4aa81e;
	background-image: url(../images/whatsapp_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 10px;
	right: 20px;
	border-radius: 5px;
	cursor: pointer;
}
@media only screen and (max-width: 399px) {
	#StickyOrderButton {
		height: 45px;
		line-height: 45px;
		font-size: 18px;
	}
	#StickyOrderWhatsapp {
		height: 45px;
		background-size: 30px;
	}
}
@media only screen and (min-width: 400px) and (max-width: 850px) {
	#StickyOrderButton {
		height: 52px;
		line-height: 52px;
		font-size: 20px;
	}
	#StickyOrderWhatsapp {
		height: 52px;
		background-size: 35px;
	}
}
#NoticeBar {
	background: #31ad70;
	cursor: default;
	overflow: hidden;
	padding: 5px 0;
	text-align: center;
}
#TopBar {
	background: #ffffff;
	text-align: center;
	font-size: 0;
	-webkit-box-shadow: 0 5px 20px -10px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 5px 20px -10px rgb(0 0 0 / 10%);
	box-shadow: 0 5px 20px -10px rgb(0 0 0 / 10%);
}
#TopBarLogoLink {
	display: inline-block;
	font-size: 0;
	padding: 16px 20px;
}
#TopBarLogo {
	display: inline-block;
	font-size: 0;
	height: auto !important;
	max-height: 95px;
	max-width: 100%;
}
#ProductsShowcase {
    margin: 60px auto;
    padding: 0 30px;
    width: 100%;
    max-width: 1200px;
    background: #fff;
}
#ProductsShowcaseWrap {
    display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 35px;
}
@media (max-width: 750px) {
	#ProductsShowcaseWrap {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 751px) and (max-width: 1100px) {
	#ProductsShowcaseWrap {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width: 1101px) {
	#ProductsShowcaseWrap {
		grid-template-columns: repeat(4, 1fr);
	}
}
/*@media only screen and (max-width: 499px) {
	#ProductsShowcaseWrap {
		margin: 30px auto;
		padding: 0 15px;
	}
}
@media only screen and (min-width: 500px) {
	#ProductsShowcaseWrap {
		margin: 60px auto;
		padding: 0 30px;
	}
}

@media only screen and (max-width: 499px) {
	#ProductsShowcaseWrap {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 35px;
	}
}
@media only screen and (min-width: 500px) and (max-width: 599px) {
	#ProductsShowcaseWrap {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 35px;
	}
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
	#ProductsShowcaseWrap {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 35px;
	}
}
@media only screen and (min-width: 900px) {
	#ProductsShowcaseWrap {
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 35px;
	}
}*/

#ProductsShowcaseWrap .SingleProductItem {
	/* width: 176px; */
	/* height: 352px; */
	/* background: red; */
}
#ProductsShowcaseWrap .SingleProductItem .SingleProductItemImage {
	display: block;
	padding-bottom: 110%;
	position: relative;
	background-color: #ccc;
	background-image: url(../assets/p/XoK3gK03rV/s/EoZ0y10Gdk.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 8px;
	overflow: hidden;
}
#ProductsShowcaseWrap .SingleProductItem .SingleProductItemImage::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: inherit;
	z-index: 9;
	-webkit-transition: transform 1.05s ease-in-out;
	-moz-transition:transform 1.05s ease-in-out;
	-ms-transition:transform 1.05s ease-in-out;
	transition:transform 1.05s ease-in-out;
}
#ProductsShowcaseWrap .SingleProductItem:hover .SingleProductItemImage::before {
	transform: scale(1.2);
}
#ProductsShowcaseWrap .SingleProductItem .SingleProductItemButton {
	position: absolute;
	bottom: 10px;
	right: 20px;
	left: 20px;
	background: #31ad70;
	color: #fff;
	z-index: 10;
	border-radius: 30px;
	line-height: 35px;
	height: 35px;
	text-align: center;
	font-size: 14px;
	text-shadow: 1px 1px 3px #00000085;
	box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	-webkit-transition: opacity 300ms ease-in, background-color 200ms ease-in;
	-moz-transition: opacity 300ms ease-in, background-color 200ms ease-in;
	-o-transition: opacity 300ms ease-in, background-color 200ms ease-in;
	-ms-transition: opacity 300ms ease-in, background-color 200ms ease-in;
	transition: opacity 300ms ease-in, background-color 200ms ease-in;
	opacity: 0;
}
#ProductsShowcaseWrap .SingleProductItem .SingleProductItemButton:hover {
	background: #17854f;
}
#ProductsShowcaseWrap .SingleProductItem:hover .SingleProductItemButton {
	opacity: 1;
}
#ProductsShowcaseWrap .SingleProductItem .SingleProductItemTitle {
	display: block;
	font-size: 16px;
	text-align: center;
	direction: rtl;
	line-height: 25px;
	margin: 5px 0;
	font-weight: bold;
	color: #2c2c2c;
	-webkit-transition: color 500ms ease-out;
	-moz-transition: color 500ms ease-out;
	-o-transition: color 500ms ease-out;
	transition: color 500ms ease-out;
}
#ProductsShowcaseWrap .SingleProductItem:hover .SingleProductItemTitle {
	color: #003f8d;
}
#ProductsShowcaseWrap .SingleProductItem .SingleProductItemPricing {
	font-size: 0;
	text-align: center;
}
#ProductsShowcaseWrap .SingleProductItem .SingleProductItemOldPriceWrap {
	display: inline-block;
	position: relative;
	white-space: nowrap;
	max-width: 100%;
	margin: 0 0 0 5px;
}
#ProductsShowcaseWrap .SingleProductItem .SingleProductItemOldPrice {
	font-size: 15px;
	color: #969696;
	height: 30px;
	line-height: 30px;
	display: inline-block;
}
#ProductsShowcaseWrap .SingleProductItem .SingleProductItemPriceStrike {
	position: absolute;
	top: 15px;
	right: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #969696;
}
#ProductsShowcaseWrap .SingleProductItem .SingleProductItemPrice {
	font-size: 15px;
	color: #417505ff;
	white-space: nowrap;
	display: inline-block;
	max-width: 100%;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}
#ProductsShowcaseFooter {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
#ProductsShowcaseShowMore {
    background-color: #31ad70;
    color: #fff;
    border-radius: 30px;
    padding: 6px 50px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    text-shadow: 1px 1px 3px #00000085;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    -webkit-transition: background-color 300ms ease-in, background-color 200ms ease-in;
    -moz-transition: background-color 300ms ease-in, background-color 200ms ease-in;
    -o-transition: background-color 300ms ease-in, background-color 200ms ease-in;
    -ms-transition: background-color 300ms ease-in, background-color 200ms ease-in;
    transition: background-color 300ms ease-in, background-color 200ms ease-in;
}
#ProductsShowcaseShowMore:hover {
    background-color: #17854f;
}
/*----------*/
#BottomBoxes {
	margin: 30px 10px 0 10px;
}
#BottomBoxes .Box {
	text-align: center;
}
@media only screen and (max-width: 649px) {
	#BottomBoxes .Box {
		width: 100%;
	}
}
@media only screen and (min-width: 650px) {
	#BottomBoxes .Box {
		width: 33.33%;
		float: left;
	}
}
#BottomBoxes .BoxImage {
	display: block;
	width: 100px;
	margin: 20px auto 6px auto;
	border: 2px solid #6ebc5c;
	border-radius: 50%;
}
#BottomBoxes .BoxTitle {
	display: block;
	width: 200px;
	font-weight: bold;
	margin: 0 auto 5px auto;
}
#BottomBoxes .BoxText {
	display: block;
	width: 200px;
	margin: auto;
}
/****************************************/
#Footer {
	background: #e3e3e3;
	padding: 40px 0;
	overflow: hidden;
	margin: 30px 0 0 0;
}
#FooterWrap {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 20px;
}
#Footer .FooterSection {
	padding: 0 15px;
	text-align: center;
}
@media only screen and (max-width: 699px) {
	#Footer .FooterSection {
		margin: 0 0 15px 0;
	}
}
@media only screen and (min-width: 700px) {
	#Footer .FooterSection {
		float: right;
		width: 33.32%;
	}
}
#Footer .FS_Title {
	color: #646464;
	font-weight: bold;
	font-size: 20px;
	display: block;
	margin: 0 0 10px 0;
}
#Footer .FS_LinkWrap {
	display: block;
}
#Footer .FS_Link {
	display: inline-block;
	color: #bb6900;
	font-size: 15px;
	padding: 0 10px;
	line-height: 28px;
	max-width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
#Footer .FS_Link:hover {
	color: #955300;
	font-weight: bold;
}
#BottomBar {
	background: #bdbdbd;
}
#BottomBarWrap {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
}
#BottomBarCopyrights {
	font-size: 14px;
	color: #3c3c3c;
	display: block;
	line-height: 38px;
}
@media only screen and (max-width: 549px) {
	#BottomBarCopyrights {
		text-align: center;
	}
}
@media only screen and (min-width: 550px) {
	#BottomBarCopyrights {
		float: left;
	}
}
#BottomBarSocialLinks {
	height: 30px;
	margin: 4px 0;
	overflow: hidden;
	font-size: 0;
}
@media only screen and (max-width: 549px) {
	#BottomBarSocialLinks {
		text-align: center;
	}
}
@media only screen and (min-width: 550px) {
	#BottomBarSocialLinks {
		float: right;
	}
}
#BottomBarSocialLinks .SocialLink {
	display: inline-block;
	font-size: 0;
	width: 30px;
	height: 30px;
	margin: 0 0 0 5px;
	border-radius: 26px;
	background: #0000002b url(../images/socialicons.jpg) no-repeat;
	background-size: 90px 60px;
}
#BottomBarSocialLinks .SocialLink.Facebook {
	background-position: -60px 0px;
}
#BottomBarSocialLinks .SocialLink.Facebook:hover {
	background-position: -60px -30px;
}
#BottomBarSocialLinks .SocialLink.Instagram {
	background-position: -30px 0px;
}
#BottomBarSocialLinks .SocialLink.Instagram:hover {
	background-position: -30px -30px;
}
#BottomBarSocialLinks .SocialLink.Whatsapp {
	background-position: 0px 0px;
}
#BottomBarSocialLinks .SocialLink.Whatsapp:hover {
	background-position: 0px -30px;
}
#MessageOverlay {
	/* display: none;
     */
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000099;
	z-index: 999;
}
#MessageWrap {
	width: 1000px;
	max-width: 90%;
	height: 400px;
	background: #fff;
}
