div,p,h1,h2,h3,h4,ul{
	margin:0px;
	padding:0px;
}
body {
    padding: 0;
    margin: 0;
    font-family: "Lato",Arial,Helvetica,sans-serif;
	font-weight: normal;
	letter-spacing: 0.8px;
	text-align: left;
	font-size: 14px;
}
#bars{
	display:none;
}
ul li{
	list-style-type: none;
}
a{
	color: #212529;
	text-decoration:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	font-size: 10px;
}
table.bordered td,table.bordered th{
	padding:5px;
	border:1px #ECF0F6 solid;
	vertical-align:top;
}
.summary{
	border:1px solid #ECF0F6;
}
.bottom-line{
	border-bottom:1px solid #ECF0F6;
}
.bold{
	font-weight:bold;
}
.container{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.start,.end{
	display:inline-block;
	vertical-align:top;
}
.header .end{
	float:right;
	padding: 10px 0px 0px 0px;
	font-size: 15px;
}
.bars{
	margin-right: 20px;
	vertical-align: top;
	padding: 14px 10px 0px 0px;
	display: inline-block;
	font-size: 15px;
}
.logo-box{
	width:25%;
	top: 0;
	left:0;
	z-index:4;
	position:fixed;
}
.left{
	width:25%;
	box-sizing: border-box;
	background:#fff;
	position:fixed;
	left:0;
	bottom:0;
	top: 0;
	border-right: 2px solid #f4f4f4;
	padding:80px 0px 40px 0px;
}
.header{
	position:fixed;
	left:25%;
	right:0;
	top: 0;
	height:50px;
	z-index:2;
	padding-top: 20px;
}
.header.bordered{
	border-bottom: 2px solid #f4f4f4;
	background:#fff;
}
.header a{
	color:#fff;
}
.header i{
	color:#fff;
	font-weight:bold;
	font-size:20px;
}
.header.bordered i{
	color:#000;
}
.header.bordered a{
	color:#000;
}
.header-opaque-overlay{
	position:fixed;
	left:25%;
	right:0;
	top: 0;
	height:50px;
	z-index:1;
	padding-top: 20px;
	opacity:0.1;
	background:#000;
}
.signup{
	border-left: 2px solid #f4f4f4;
	padding-left:20px;
	margin-left:20px;
}
.account{
	padding: 40px 20px 50px 20px;
	min-height:400px;
}
.line{
	height:10px;
	border-bottom: 2px solid #062400;
	width:50px;
}
.line.login{
	width:40px;
}
.line.create{
	width:120px;
}
.push{
	height:70px;
}
input:focus,TextArea:focus,select:focus{
	outline:none;
}
#search{
	width:500px;
	border-radius:20px;
	background: transparent;
	padding: 5px 20px 5px 30px;
	margin-top: -5px;
	background: url('../images/search.png') no-repeat scroll 3px 2px;
}
#search_results{
	width:500px;
	background:#ffffff;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
#search_results ul li{
	border-bottom:1px solid #f5f5f5;
	padding:5px 10px 5px 10px;
}
#search_results ul li:last-child{
	border-bottom:0px;
}
#search_results ul li:hover{
	background:#F0F0F0;
}
#search_results ul li:hover a{
	color:#000;
}
.left:hover{
	overflow-y: scroll;
}
.left.account_menu:hover{
	overflow-y: inherit;
}
.logo{
	padding:20px 40px 20px 40px;
}
ul.menu{
	font-size:12px;
	margin-top:20px;
}
ul.menu li{
	padding:10px;
	border-left:4px solid #fff;
}
ul.menu li:hover{
	background:#f5f5f5;
}
ul.menu li.current{
	border-left:4px solid #062400;
	background:#f5f5f5;
}
ul.menu li.current a{
	color:#062400;
}
ul.menu li i{
	margin-right:20px;
}
ul.menu li a{
	display:block;
}
.right{
	width:75%;
	box-sizing: border-box;
	position:absolute;
	right:0;
	top: 0;
	bottom:0;
}
ul.footer-menu{
	margin:auto;
	margin-top:20px;
	text-align: center;
}
ul.footer-menu li{
	display:inline-block;
}
ul.footer-menu li.current{
	font-weight:bold;
	text-decoration:underline;
}
ul.footer-menu li a{
	padding:5px 20px 5px 20px;
}
.social-networks{
	text-align:center;
	margin-top:20px;
	font-size:30px;
}
.social-networks i{
	margin:0px 5px 0px 5px;
}
.middle-push{
	height:50px;
}
.inline-block{
	display:inline-block;
	vertical-align:top;
}
.pull-right{
	float:right;
}
.large-avatar{
	width:200px;
	height:200px;
	border-radius:50%;
	margin-top:20px;
	margin-bottom:20px;
}
.center{
	text-align:center;
}
.dp{
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #512DA8;
  font-size: 35px;
  color: #fff;
  text-align: center;
  line-height: 130px;
  margin: 60px 0;
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.remain-inline{
	vertical-align:top;
	display:inline-block;
}
.step{
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 8px;
    background: #f0f0f0;
    color: #000;
    text-align: center;
    font: 12px Arial, sans-serif;
	margin-left:auto;
	margin-right:auto;
	line-height: 20px ! important;
}
.step.active{
	background:#062400;
	color:#fff;
}
.step-desc{
	display: block;
}
.step-line{
	border-bottom:2px solid #f0f0f0;
	width:30px;
	margin-top:4px;
	height:3px;
	display:block;
}
select{
	width:100%;
	font-size: 14px;
	padding: 5px;
	margin-top:5px;
}
TextArea{
	width:100%;
	border: 1px solid #BEBEBE;
	resize:none;
	padding: 5px;
	margin-top:5px;
}
input[type="text"],input[type="password"]{
    display: block;
    width: 100%;
    font-family: 'Open Sans Light', 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 200;
	border: 1px solid #BEBEBE;
	color: #4A4A4A;
	font-size: 14px;
	padding: 5px;
	margin-top:5px;
}
input[type="text"]::placeholder, input[type="password"]::placeholder{
    color: #6c757d;
    opacity: 1;
}
input[type="submit"],.file-button,.button,button{
    border-radius: 27px;
	background-color: #062400;
	border-color: #062400;
	color: #FFF;
	border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
	padding: 5px 20px 5px 20px;
	font-size: 13px;
	cursor:pointer;
}
.size_guide{
	background:#000;
}
.button.checkout{
	background: #ffc400;
}
.clear{
	clear:both;
}
a.button{
	display: inline-block;
}
a.button:hover{
	color:#fff;
}
#fileElem{
	display:none;
}
.file-button {
  display: inline-block;
  background: #ccc;
  cursor: pointer;
  border: 1px solid #ccc;
}
.file-button:hover {
  background: #ddd;
}
#animation,#progress{
	display:none;
}
.spinner {
  margin: 30px;
  height: 20px;
  width: 20px;
  animation: rotate 0.8s infinite linear;
  border: 8px solid #062400;
  border-right-color: transparent;
  border-radius: 50%;
  margin-left:auto;
  margin-right:auto;
}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}
.mini-spinner {
  margin: 30px;
  height: 10px;
  width: 10px;
  animation: rotate 0.8s infinite linear;
  border: 8px solid #062400;
  border-right-color: transparent;
  border-radius: 50%;
  margin-left:auto;
  margin-right:auto;
}
@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}
.information p, .success p, .warning p,.validation p,.error p{
	margin-top: 5px;
}
.information {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/info.png');
}
.success {
	color: #4F8A10;
	background-color: #88ffd1;
	background-image:url('../images/success.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/warning.png');
}
.error,.success,.warning,.information {
	margin: 10px 0px;
	padding: 9px 10px 10px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/error.png');
}
.inner{
	padding:20px;
}
/*
input[type="submit"].add_to_cart{
	cursor:not-allowed;
	opacity:0.4;
}
*/
 .cart{
    display: inline-block;
    color: #000;
    position: relative;
    top: -12px;
    right: -10px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    background: #ffc400;
    border-radius: 50%;
    line-height: 18px;
    padding: 0 4px;
	left:-5px;
}
a.link:hover{
	text-decoration:underline;
}
.product-container,.page{
	margin-bottom:50px;
	padding:20px;
}
.product-desc{
	padding:0px 10px 10px 20px;
}
.product-cart-section{
	padding:0px 10px 10px 20px;
}
.products{
	padding:20px;
}
.products .product{
	display:inline-block;
	vertical-align:top;
	margin-right:20px;
	margin-bottom:20px;
	width:23%;
}
.products a:nth-child(4n) div.product{
	margin-right:0px;
}
.products .product .image{
	position:relative;
}
.products .product .name{
	padding:10px;
	font-size:12px;
	text-transform:uppercase;
	height:25px;
	overflow:hidden;
}
.products .product .price{
	padding:5px 10px 5px 10px;
	font-size:18px;
	text-align:center;
}
.products .product .image .image-opage{
	position:absolute;
	display:none;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background:#000;
	opacity:0.8;
}
.products .product:hover .image .image-opage{
	display:block;
}
.products .product .image img{
	width:100%;
}
.products .product .price{
	font-weight:bold;
}
#bars{
	display:none;
}
.modal{
	position: fixed;
	content:'';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display:none;
	z-index:1000;
}
.size_guide_box{
	width:400px;
	margin:200px auto 100px auto;
	background:#fff;
	padding:20px;
}
.close{
	cursor:pointer;
}
.close:hover{
	font-weight:bold;
}
.cur{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	border-radius:20px;
	padding:5px;
	margin-left:10px;
	position: relative;
	top: -5px;
	cursor:pointer;
	background:#fff;
}
.cur i{
	color:#000;
}
.currency{
	position:fixed;
	right: 20px;
	top: 48px;
	background:#fff;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	border-radius:20px;
	display:none;
}
.currency ul li:first-child{
	border-radius:20px 20px 0px 0px; 
}
.currency ul li{
	border-bottom:1px solid #f0f0f0;
}
.currency ul li:last-child{
	border-bottom:0px solid #f0f0f0;
	border-radius:0px 0px 20px 20px; 
}
.currency ul li a{
	padding:10px 20px 10px 20px;
	color:#000;
	display:block;
	cursor:pointer;
}
.currency ul li:hover{
	background:#f0f0f0;
}
.currency ul li:hover a{
	color:#1686D9;
}
.currency ul li.active{
	background:#f0f0f0;
}
.currency ul li.active a{
    color:#1686D9;
}
.product-desc .price{
	font-size:30px;
}
.orders .bottom-line:last-child{
	border-bottom:0px;
}
#cart-feedback{
	position:fixed;
	bottom: -10px;
	right:0;
	display:none;
}
#cart-feedback #close{
	position:absolute;
	right: 5px;
	top: 10px;
	color: #fff;
	cursor:pointer;
}
@media only screen and (max-width: 992px) {
	#bars{
		display:block ! important;
	}
	.logo-box{
		position:relative ! important;
		width:100%;
		margin-bottom: 10px;
	}
	.header{
		position:relative ! important;
		width:100%;
		left:0 !important;
		height:auto ! important;
		padding-top: 0px  ! important;
		margin-bottom: 20px;
	}
	.header.bordered{
		padding-bottom: 20px;
	}
	.header a,.header i{
		color:#000 ! important;
	}
	.size_guide_box{
		width:80% ! important;
		margin:30px auto 30px auto ! important;
	}
	.account-left{
		padding-right:0px ! important;
	}
	.cur{
		float: right;
	}
	.currency{
		top: 120px ! important;
	}
	.step-desc {
		font-size: 12px;
	}
	.step-line {
		width: 20px ! important;
	}
	.account {
		padding: 20px 20px 50px 20px ! important;
	}
	.cart-summary{
		margin-top:40px;
	}
	.push{
		height:0px ! important;
	}
	.left{
		position:relative ! important;
		width:100% ! important;
		border-right: 0px solid #f4f4f4 !important;
		padding: 0px 0px 40px 0px ! important;
	}
	.right{
		position:relative ! important;
		width:100% ! important;
	}
	.header-opaque-overlay{
		display:none;
	}
	.inline-block{
		display:block ! important;
		width:100% ! important;
		margin-bottom:10px;
	}
	#search {
		width: 100% ! important;
		margin: 20px 0px 20px 0px !important;
	}
	#search_results{
		width: 100% ! important;
		margin-top:-20px;
	}
	.logo {
		padding: 20px 20px 20px 20px !important;
	}
	.inline-block.pull-right.icons{
		float:none ! important;
	}
	.bars{
		font-size: 25px !important;
		margin: -5px 0px 0px 0px !important;
	}
	.footer-menu li{
		display:block ! important;
		padding:5px;
	}
	.footer-menu li a{
		font-size:18px;
	}
	.copyright{
		font-size:12px;
	}
	.mob-new-line{
		display:block;
		margin-top:10px;
	}
	.products .product {
		width:100% ! important;
	}
	.products .product .name {
		height: auto ! important;
		text-align:center;
	}
	.product-desc {
		padding: 10px 0px 10px 0px ! important;
	}
	.product-cart-section {
		padding: 10px 0px 10px 0px ! important;
	}
	.signup {
		border-left: 0px solid #f4f4f4 ! important;
		padding-left: 0px ! important;
		margin-left: 0px ! important;
		margin-top:50px;
	}
	.account-left{
		padding-right:0px ! important;
	}
	.page{
		min-height:200px ! important;
	}
}