body {
	font-family: "Raleway", sans-serif;
}

h1 {
	font-size: 26px;
	color: #A0CE58;
}

.loginPage h1,.cartMainHolder h2 {
	color: #A0CE58;
}

.btn-primary {
	background: #02A3D1;
	border-radius: 4px;
	border: 0px;
}

.btn-success,.loginHolder {
	border-radius: 4px;
}

a {
	color: #A0CE58;
}

a:hover {
	color: #597A30;
} 

#menu {
	position: sticky;	
	z-index: 1000;
	top: 0px !important;
}
#menu.sticky-on {
	position: fixed;
	background: rgba(0,0,0,0.5);
}

.bgMenu {
	background: rgba(0,0,0,0.1) !important;
}

.toCart {
	max-width: none;
}

.navbar-default {
	border: 0px;
	background-color: unset;
	
}

#slPicture {
	position: absolute;
	top: -50px;
	width: 100%;
	height: calc(100% + 50px);
	display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#slPicture img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  place-self: flex-end;
}

#slText {
	font-family: "Architects Daughter", cursive;
	position: absolute;
	width: 100%;
	height: calc(100% + 50px);
	display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
	padding: 20% 2% 20% 55%;
	color: #eee;
	font-size: calc(2rem + 1vw);
	-moz-transition: all 4s ease-out;
  -o-transition: all 4s ease-out;
  -webkit-transition: all 4s ease-out;
  transition: all 4s ease-out;
  opacity: 0;
  line-height: 1.2em;
}

.menuIconHolder {
	background: none;
}

.navbar-default .navbar-nav>li>a {
	-moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
	color: white;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #02A3D1;
}

#menu.bgMenu .navbar-default .navbar-nav>li>a {
	color: #666;
}

#menu.bgMenu .navbar-default .navbar-nav>li>a:hover {
	color: #02A3D1;
}

.slDesc {
	margin-top: calc(100vh - 200px);
	background: black;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-left: 0px;
	margin-right: 0px;
	height: calc(100vh + 100px);
	background: url(/UserFiles/Logo/startlap-bgpic.jpg);
	background-size:     cover;          
  background-repeat:   no-repeat;
  background-position: center center;
}

.slDescText {
	font-family: "Architects Daughter", cursive;
	color: #eee;
	font-size: calc(2rem + 1vw);
	padding-top: 100px;
	text-align: center;
	padding-right: 15%;
  padding-left: 15%;
}

.bgBlack {
	background: black;
}

.txtWhite {
	color: white;
	opacity: 1 !important;
}

#footer {
	background: #111;
	color: #eee;
}

#footer h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #A0CE58;
}

#footer a {
	color: #aaa;
}

#footer a:hover {
	color: #02A3D1;
}

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

.stickyPadding {
	padding-top:100px;
}

.menuIconHolder div {
	margin: 20px 0;
	border-left: 0px solid #aaa;
}


.menuIconHolder div i {
	color: rgba(2,163,209,.5);
	-moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.menuIconHolder div i:hover {
	color: rgba(2,163,209,1);
}

ul#category-0 li {
	background: none;
}

#category-0 li a:hover {
	color: #02A3D1;
}

.pageNumberHolder div {
	border-radius: 4px;
	background: #eee;
}

.pageNumberSelected {
	background: #02A3D1 !important;
}

.ProductSticker {
	min-width: 50px;
	text-align: center;
	border-radius: 4px;
}

.ProductTags {
	padding: 5px;
	background: #A0CE58;
}

.SingleProduct h3 {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #A0CE58;
}

.ProductName h1,.ProductData .price {
	color: #02A3D1;
}

.toCart {
	border-radius: 4px;
	background: #02A3D1;
}

.toCart:hover {
	background: #067394;
}

.cartMinusButton {
	border-radius: 4px 0 0 4px;
}

.cartPlusButton {
	border-radius: 0 4px 4px 0;
}

.subtreePicture {
	border-radius: 4px;
}

.subtreeTitle {
	line-height: 40px;
	font-weight: bold;
}

.footerBottom {
	background: #0a0a0a;
	text-align: center;
	color: #666;
}

.breadcrumb,.button {
	border-radius: 4px;
}

.cartModalSuccess {
	background: #a2cf5a;
}

.button {
	background: #02A3D1;
}

.btn-default {
	background: #eee;
	border-radius: 4px;
	border: 0px;
}

.ProductsTableHeadLeft {
	font-size: 20px;
	color: #A0CE58;
}

.goToPageProductPerPage,.goToPageSort {
	margin: 0px;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #ddd;
}

.ProductsTableFoot {
	padding-top: 10px;
}

.cookie-holder {
	background: rgba(0,0,0,0.8);
	color: white;
}

.cookie-text {
	width: 80%;
	float: left;
	font-size: 14px;
}

.cookie-button {
	width: 20%;
	float: right;
	text-align: center;
}

.btn-cookie {
	background: #02A3D1;
	border: 0px;
	color: white;
	border-radius: 4px;
}

.btn-cookie:hover,.btn-cookie:active {
	background: #077698;
	color: #eee;
}

#CouponInput {
	padding: 5px 12px;
	border-radius: 4px 0 0 4px;
}

.cartItemChange {
	border-radius: 4px 0 0 4px;
	border: 1px solid #ddd;
}

.cartItemButton {
	border: 1px solid #ddd;
}

.cartItemButton:first-child {
	border-radius: 0 4px 0 0;
}

.cartItemButton:nth-child(2) {
	border-radius: 0 0 4px 0;
}

.btn-back,.categoryPicture {
	border-radius: 4px;
	border: 0px;
}

.shippingButton {
	border-radius: 4px;
	border: 0px;
}

.shippingButton.active {
	background: #A0CE58;
	border: 0px;
}

.cartTotalHolder .cartGrandTotal {
	color: red;
}

.zeroMargin {
	margin-left: 0px;
	margin-right: 0px;
}

.zeroMargin div {
	padding-left: 0px;
	padding-right: 0px;
}

.mobilHr {
	display: none;
}

.mobilHr hr {
	height: 1px;
  border: 0;
  border-top: 1px solid #A0CE58;
  margin: 1em 0;
  padding: 0;
}


/* MOBIL */
@media (max-width: 767px) {
	
	.mobilHr {
		display: block;
		background: #111;
		padding: 5px 0;
		margin-left: 0px;
		margin-right:  0px;
	}
	
	.mobilHrMargin {
		margin-top: calc(100vh - 212px);
	}
	
	.navbar {
		min-height: 100px;
	}

	#slText {
		font-size: 21px;
		padding: 1% 5% 10% 10%;
	}
	
	.slDesc {
		padding-top: 30px;
		margin-top: 0;
	}
	
	.slDescText {
		font-size: 21px;
		padding-right: 10%;
    padding-left: 10%;
	}
	
	#headMenu {
		background: #111;
		border-left: 2px solid #A0CE58;
	}
	
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}