﻿/*VARIABLES
	============================================= */
/*THEME COLOR
	============================================= */
/*FOOTER
	============================================= */
footer .sep {
	color: white;
}

footer .first-strip {
	height: 40px;
}

footer .second-strip {
	-webkit-box-shadow: -2px -4px 32px black;
	-mox-box-shadow: -2px -4px 32px black;
	box-shadow: -2px -4px 32px black;
}

/*HEADER
	============================================= */
header .first-strip {
	background: #285c7e;
	height: 100px;
}

	header .first-strip .right-side {
		height: 100px;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: end;
		justify-content: flex-start;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		align-items: center;
	}

		header .first-strip .right-side .icon-govil-menorah {
			/*position: relative;
      margin-top: -25px;*/
		}

			header .first-strip .right-side .icon-govil-menorah:before {
				font-size: 180px;
				/*height: 100px;*/
			}


header .second-strip {
	background: #263c4a;
	border-top: 1px solid #fff;
}

header .navbar {
	margin: 0;
}

header .navbar-toggle {
	float: right;
}

header .icon-bar {
	background-color: white !important;
}

header img {
	position: relative;
}

	header img:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 100%;
	}

	header img > img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
	}

	header .nav > li > a:hover {
	background-color: transparent;
}

header .nav > li > a *:not(i):hover {
	text-decoration: underline;
	background-color: transparent;
}

header .navbar-header {
	position: relative;
}

header .navbar-brand {
	position: absolute;
	left: 0;
}

header .navbar-collapse.collapse.in {
	box-shadow: none;
}

/*HEADER FLEX
	============================================= */
header .right-side {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

header i {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

header .cart-box {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
}

/*STEPS
	============================================= */
.num {
	width: 40px;
	height: 40px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #595959;
}

.stage {
	vertical-align: middle;
	text-align: center;
}

.in-process {
	color: white;
	background: #285c7e;
}

.step-line {
	z-index: -1;
	width: 100%;
	position: relative;
	top: 20px;
	border-width: 3px;
}

/*XS-SM
	============================================= */
@media (min-width: 220px) {
	/*HEADER
	============================================= */
	header .icon-shopping-cart-of-checkered-design {
		font-size: 25px;
	}
	/* ARTICLE
	============================================= */
	.circle .stage-desc {
		font-size: 12px;
		font-family: arial;
	}
	/* FLEX MIX
	============================================= */
	.circle {
		background-color: white;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	footer .first-strip {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	footer .footer-align {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

/*MD-LG
	============================================= */
@media (min-width: 992px) {
	/* NAV-BAR HEADER
	============================================= */
	header .navbar-collapse {
		padding: 0;
	}

	header .nav a {
		padding: 0;
	}

	header .icon-shopping-cart-of-checkered-design {
		font-size: 30px;
	}

	header .wellcome > span {
		line-height: 1;
	}
	/* ARTICLE
	============================================= */
	.stage-desc {
		font-size: 20px;
		font-family: reforma;
		width: 60%;
		line-height: 17px;
		margin-top: 10px;
	}
	/* FOOTER
	============================================= */
	footer .first-strip {
		height: 40px;
	}

	footer .second-strip {
		height: 70px;
	}

	footer img {
		position: relative;
		right: -45px;
	}
	/* FLEX MIX
	============================================= */
	.circle {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
	}

	header .wellcome {
		display: -ms-inline-flexbox;
		display: -webkit-inline-flex;
		display: inline-flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: start;
		align-items: center;
	}

	footer .first-strip {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	footer .footer-align {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

/* override original menu break point
	============================================= */
@media (min-width: 768px) {
	.navbar-nav {
		float: right;
		margin: 0;
	}

		.navbar-nav > li > a {
			padding-top: 15px;
			padding-bottom: 15px;
		}
}

@media (max-width: 991px) {
	header .navbar-header {
		float: none;
	}

	header .navbar-toggle {
		display: block;
	}

	header .navbar-collapse.collapse {
		display: none !important;
	}

		header .navbar-collapse.collapse.in {
			display: block !important;
		}

	header .navbar-nav {
		float: right !important;
	}

		header .navbar-nav > li {
			float: none;
		}
}
