@CHARSET "UTF-8";

body{
	height:100%;
	font-family: 'Open Sans',sans-serif;
}

.padding {
	margin-top:100px;
}

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

.currentProduct img {
	max-width: 100%;
}

#search a {
	cursor: pointer;
}

.mobile-search-submit {
	cursor: pointer;
}

.big {
	font-size: 16px;
}

.button-ns {
	color: #666;
	cursor: pointer;
}

.mainColor a, .mainColor a:hover {
	color: #ea8b2a;
}


#checkout select {
 appearance:none;
 -moz-appearance:none; /* Firefox */
 	-webkit-appearance:none; /* Safari and Chrome */	
 	background: url(/UserFiles/Image/select-down-arrow.png) right no-repeat;
}

.paddingTop {
	padding-top: 20px;
}

.mainColor {
	color: #ea8b2a;
}

.paddingBottom {
	padding-bottom: 20px;
}


#cartFooter {
	background: #f5f5f5;
	padding-bottom: 20px; 
	min-height: 200px;
	color: #666;
}

.cartName {
	font-weight: bold;
	font-size: 16px;
}

.cartEan {
	color: #999;
}

.delFromCart {
	cursor: pointer;
}

#toStore {
 width: 100%;
 margin-top: 30px;	
 font-size: 20px;
}

#toSaveOrder {
 width: 100%;
 font-size: 20px;	
}

.cartRow {
	display: table;     
	table-layout: fixed;	
	margin-bottom: 20px;
}

.cartCol {
	display: table-cell;     
	vertical-align: middle;     
	float: none;
}

.cartCol img {
	max-width: 100px;
}

#mobilSearch {
	border: 0; 
	margin:4px; 
	color: #999;	
}

.RelatedProduct {
	margin-top: 50px;
	margin-bottom: 30px;
}

.bigSearch {
	position: fixed;
	top:0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.85);
	display: flex;
   justify-content: center;
   align-items:center;	
}

#bigSearchInput {
	font-size: 20px;
	color: #666;
	padding: 20px;
	border: 0px;
	border-bottom: 1px solid #eee;
}

.bigInput {
		-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #eee;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #666;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}


.homeSlogen {
	font-family: 'Syncopate','Open Sans',sans-serif;
	font-size: 68px;
	text-shadow: 0px 0px 5px black;
}

.homeSlogenDown {
	font-family: 'Nothing You Could Do','Open Sans',sans-serif;
	font-size: 40px;
	text-shadow: 0px 0px 5px black;
}

.mainModalBody {
	color: black !important;
	padding: 10px;
	overflow: hidden;
}

.smallImages {
	width: 100%;
	height: 50px;
	margin-top: 10px;
}

.btn-primary {
    background-color: #ea8b2a !important;
    border-color: #ea8b2a !important;
    color: #fff;
}

.message {
	display: none;
}

.price {
	float: none;
	font-size: 20px;
}

.smallimagesItem {
	height: 50px;
	margin-right: 10px;
	float: left;
}

.smallimagesItem img {
  height: 50px;
}

.currentProductPrice {
	color: #ea8b2a;
	font-size: 30px;
	padding-bottom: 20px;
}

.toCartHolder {
	padding-top: 20px;
	padding-bottom: 20px;	
}

.cartNumberItem {
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 24px;	
	float:left;
	margin-right: 20px;
}

.toCart {
	height: 50px;
	text-align:center;
	border-radius: 2px;
	background: #ea8b2a;
	color: white;
	width: 50%;
	max-width:300px;
	border: 0;
	font-size: 20px;
}

#home {
	width: 100%;
	height: 100%;
	background: url(/UserFiles/Image/milllow-bg.jpg);
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

#home-text {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
}

#homeFilter {
	background:  transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sKHQwbFZEfB7oAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAEklEQVQI12P4//9/PQM6IE0QAN0zDfEoP53mAAAAAElFTkSuQmCC") repeat fixed left top;
	position: fixed;
	width: 100%;
	height: 100%;
}

.vcenter {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
}

textarea.vert { resize:vertical; }

.footerMenu > div > a {
	color: black;
}

.footerMenu > div > a:hover {
	color: #ea8b2a;
}


.mainButton {
	background: #ea8b2a !important;
	max-width: 200px !important;
	color: white;
	float: right;
}

.homeslogen {
	color:white;
	font-size: 40px;
	font-weight:bold;
}

#menu {
	position: fixed;
	top:0;
	left: 0;
	width:100%;
	height: 100px;
	z-index: 10;
	color: white;
	transition: all 0.5s ease 0s; 
}

#menu-icon-holder {
	float:right;
	font-size: 22px;
}

#menu-icon-holder div {
	padding: 39px 10px;
	float:left;
}

#menu-icon-holder div a {
	color: white;
}


#menu-icon-holder > div > a > i > span {
	margin-left: 5px;
	font-family: 'Open Sans',sans-serif;
	font-size: 20px;
} 

.menurow {
	width: 100%;
	max-width: 1400px;
	padding:0 50px;
	margin: 0 auto;
	overflow: hidden;
}

.menuitems {
	float:left;
	margin-left: 30px;
}

.menuitems div {
	float: left;
	font-size:16px;
	padding: 39px 20px;
}

.menuitems div > a {
	color: white;
	text-transform: uppercase;
}

.logo {
	float: left;
	padding: 20px 0;
}

.w-container {
    overflow-x: hidden;
    position: relative;
    left:0;
	transition: all 0.5s ease 0s;    
}

.w-pusher {
	background: white;
    height: 100%;
    left: 0;
    position: relative;
    z-index: 10;
	overflow: hidden;
}

.w-menu {
    background: #fff none repeat scroll 0 0;
    font-size: 16px;
    height: 100%;
    right: -320px;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 320px;
    z-index: 100;
}

.w-menu > .menuitems {
	display: block;
}

.w-menu > .menuitems div {
	float: none;
	font-size:16px;
	padding: 10px 20px;
}

.w-menu > .menuitems div > a {
	color: black;
	text-transform: uppercase;
}

.w-filter {
    background: #fff none repeat scroll 0 0;
    font-size: 16px;
    height: 100%;
    left: -315px;
    padding: 10px;
    position: fixed;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 320px;
    z-index: 9999;
    border-right: 5px solid #ea8b2a;
}

.w-filter-inner {
	overflow-y: scroll; 
	overflow-x: hidden;
	height: 100%; 
}

.w-filter i {
	background: #ea8b2a;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    right: -29px;
    max-width: 25px;
    padding: 10px 15px 10px 5px;
    position: absolute;
    top: 250px;
}

.w-filter.open {
	left: 0;
}

.w-menu.open {
	right: 0;
}

.w-container.open {
	left: -320px;
}

#menu.open {
	left: -320px;
}

.mobile {
	display: none;
}

.dark a {
	color:black !important;
}

.dark {
	color: black !important;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

#footer {
	margin-top: 20px;
	background: #ddd;
	padding: 20px 0;
	color: black;
}

.carousel-inner > div > img {
	width: 100%;
}

.productHolder img {
	width:100% !important;
	max-height:300px;
}

.sliderHolder {
	margin-bottom:20px;
}

.productsNameHolder {
	height: 25px;
	line-height: 20px;
	overflow:hidden;
	font-weight: bold;
	padding: 5px 0;
}

.productsPriceHolder {
	color: #999;
	padding-bottom: 20px;
}

.site-content .list-centered, .list-centered {
    list-style: outside none none;
    margin-bottom: 5px;
    margin-left: 0;
    text-align: center;
}

.list-centered li {
    display: inline-block;
}

.list-centered li a {
	color: #666;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 12px 5px;
    padding: 5px 0;
    text-transform: uppercase;
    transition: color 0.3s ease 0s, border-color 0.3s ease 0s;
}

.list-centered li a:hover {
	color: #ea8b2a;
}

#category {
	margin: 5px 0 20px 0;
}

.filter-widget:first-child {
    padding-top: 0;
}

.filter-widget {
	padding-top: 10px;
	padding-bottom:20px;
	border-bottom: 1px solid #ddd;
}

.slider-range {
	width: 90%;
	margin: 0 auto;
}

.slider-range > div {
	background: #ea8b2a !important;
}

.slider-range > span {
	color: white;
	border-radius: 50%;
	border: 3px solid #ea8b2a !important;
}

.filter-widget > ul {
	list-style: outside none none;
	padding-left: 5px !important;
}

.filter-widget > ul > li {
	padding: 5px 0;
}

.filter-widget > ul li a::before {
    border-radius: 14px;
    border-style: solid;
    border-width: 1px;
    content: " ";
    display: block;
    float: left;
    height: 14px;
    margin-right: 8px;
    margin-top: 2px;
    width: 14px;
}

.widget_layered_nav ul li a::before {
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    content: " ";
    display: block;
    float: left;
    height: 14px;
    margin-right: 8px;
    margin-top: 2px;
    width: 14px;
}

.wc-layered-nav-term a {
	color: #999;
	cursor: pointer;
}

.wc-layered-nav-term a:hover {
	color: #ea8b2a !important;
}

.cat-item a {
	color: #999;
}

.cat-item a:hover {
	color: #ea8b2a !important;
}

.filter-widget ul li.current-cat > a::before {
    background: #ea8b2a none repeat scroll 0 0;
    color: #ea8b2a !important;
}

.table-head {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	color: #999;
}

.table-paginate a {
	color: #ea8b2a;
	font-size: 20px;
	margin: 0 5px;
	float:left;
}

.delPrice {
	text-decoration: line-through;
	margin-right: 10px;
}

.orderProduct {
   overflow: hidden;
   background:  #fff;
   border: 0;
   color: #999;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   text-align: right;
}



@media (max-width: 991px) {

  .padding {
	margin-top:50px;
  }
	
  .mobile {
    display: block;
  }

  .nomobile {
    display: none;
  }
 
  
  .menurow {
	padding:0 10px;
  }

  #menu {
	height: 50px;
  }
  
  #menu-icon-holder {
	font-size: 16px;
  }
  
   #menu-icon-holder div {
	padding: 15px 10px;
   }
  
  .logo {
	padding: 10px 0;
  }
  
  .logo img {
    height: 30px;
  }
  
  .menuitems {
    display: none;
  }
  
  #mobilmenu {
    cursor:pointer;
  }
 
  
  .mobile-search {
    height: 40px; 
    width: 100%;
    border-bottom: 1px solid #ddd;
    color: #ccc;
    font-size: 20px;
  }
  
  .mobile-search-input {
    float:left;
    width: 280px;
  }
  
  .mobile-search-submit {
    float:right;
    width: 40px;
    height: 40px;
  }
  
  .mobile-search-submit i {
    margin: 25% 25%;
  }
  
  .productHolder img {
	max-height:1000px;
  }
  
  .cartCol {
	  display: block;
  }
  
  .cartRow {
	  display: block;
  }
 
	.cartCol img {
		max-width: 100%;
	}
 
  
}
