html,body,div,p,h1,h2,h3,h4,ul{
	margin:0px;
	padding:0px;
}
body {
    color: #444;
    background-color: #f8f8f8;
	font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Open Sans',sans-serif;
	-webkit-transition: opacity .24s ease-in-out;
	-moz-transition: opacity .24s ease-in-out;
	transition: opacity .24s ease-in-out;
	overflow-x: hidden;
	word-wrap: break-word;
}
ul li{
	list-style-type: none;
}
a{
	color: #666;
	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;
}
.bottom-line{
	border-bottom:1px solid #ECF0F6;
}
.bold{
	font-weight:bold;
}
.container{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.top-header{
	color: #ffffff;
	border-bottom: 1px solid #e0e0e0;
	font-size: 0.929em;
	padding:10px 0px 10px 0px;
	background:#7CC1E6;
}
.top-header a{
	color:#ffffff;
}
.top-info a{
	display:inline-block;
	margin-right:10px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.header{
	padding:10px 0px 10px 0px;
	background:#ffffff;
}
.remain-inline{
	display:inline-block;
	vertical-align:top;
}
.logo-box img{
	width:200px;
}
.cursor{
	cursor:pointer;
}
.dialog{
	position: fixed;
	z-index: 5;
	content:'';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display:none;
}
.popup,.popup-form{
	background:#fff;
}
.popup-title{
	background:#000;
	color:#FFF;
	padding:5px;
}
.dialog-content{
	display:none;
	width:300px;
	margin:120px auto 40px auto;
	position:relative;
}
.popup-form-content{
	padding:10px;
	text-align:left;
}
.popup-content{
	padding:10px;
	text-align:left;
}
.popup-form-buttons{
	padding:10px;
	margin-bottom:10px;
}
#response{
	margin-top:10px;
	text-align:left;
}
.dialog-close{
	display:none;
	position:absolute;
	right:0;
	top:-30px;
	font-size: 25px;
	cursor:pointer;
	color:#00aff0;
}
.mob-menu{
	visibility:hidden;
	cursor:pointer;
	font-size: 20px;
	padding-top: 20px;
}
.menu{
	margin: 33px 0px 20px 30px;
}
.menu li{
	display:inline-block;
}
.menu li.sub{
	position:relative;
}
.menu li a{
	padding:5px 10px 5px 10px;
	font-size: 16px;
	cursor:pointer;
}
.menu li a i{
	margin-right:10px;
}
.menu li a:hover{
	color:#7CC1E6;
}
.category-menu li{
	display:block;
	margin-bottom:10px;
}
.dropdown{
	visibility:hidden;
	background: #fff;
	margin: 0;
	padding: 20px 15px 20px 15px;
	font-family: Libre Franklin, Arial, Helvetica, sans-serif;
	border: 1px solid #e0e0e0;
	position: absolute;
	top: 100%;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
	left: -130%;
	right: auto;
	transform-origin: 50% 0%;
	width: 480px;
	box-sizing: border-box !important;
	z-index: 5000;
	float: none;
	height: auto;
}
.menu li.sub:hover .dropdown{
	visibility:visible;
	overflow: visible;
	max-height: 3000px;
	max-width: 3000px;
	opacity: 1;
	-webkit-transform: perspective( 600px ) rotateX( 0deg );
	-moz-transform: perspective( 600px ) rotateX( 0deg );
	-ms-transform: perspective( 600px ) rotateX( 0deg );
	-o-transform: perspective( 600px ) rotateX( 0deg );
	transform: perspective( 600px ) rotateX( 0deg );
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	-o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}
.dropdown li{
	font-weight:bold;
}
ul.subcategory-menu li{
	font-weight:normal;
	display:block;
	margin-left:10px;
}
.right-icons{
	float:right;
	font-size: 18px;
	padding: 30px 0px 20px 0px;
}
.right-icons a{
	cursor:pointer;
}
.shopping-bag{
	font-size:25px;
	margin-left:20px;
	margin-right: 10px;
	position:relative;
}
.caret{
	margin-right: 0px;
	margin-left: 10px;
}
.shopping-cart{
	color: #fff;
	position: absolute;
	width: 15px;
	height: 15px;
	line-height: 15px;
	top: -10px;
	right: -10px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	background: #7CC1E6;
	border-radius: 50%;
	padding: 5px;
	left: 12px;
}
input:focus,button:focus,TextArea:focus,select:focus{
	outline:none;
}
input[type="text"],input[type="email"],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="email"]::placeholder, input[type="password"]::placeholder{
    color: #6c757d;
    opacity: 1;
}
select{
    width: 100%;
    color: #4A4A4A;
    font-size: 14px;
    padding: 5px;
}
#search_box{
	position:absolute;
	top: 140px;
	right: 130px;
	z-index: 2;
}
.search-box-container{
	position:relative;
}
#search{
	width:350px;
	border-radius:20px;
	padding: 5px 20px 5px 30px;
	margin-top: -5px;
	background: url('../images/search.png') no-repeat scroll 3px 2px #fff;
}
#search_results{
	width:350px;
	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;
}
h1, h2, h3, h4, h5, h6 {
    color: #323232;
    font-family: Libre Franklin, Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 10px;
    margin-bottom: 10px;
}
.showcase h4{
	border-bottom: 1px solid #e0e0e0;
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 100%;
}
.product{
	display:inline-block;
	width:23.3%;
	margin-right:20px;
	margin-bottom:20px;
	background:#ffffff;
}
.products.category-products .product{
	width:22.5%;
}
.products .product:nth-child(4n+0){
	margin-right:0px;
}
.product .product-image img{
	width:100%;
	height:250px;
}
.product .product-name{
	padding:10px;
	color: #777;
	font-size: 1em;
	line-height: 1.35;
	max-width: 100%;
	height: 30px;
	overflow: hidden;
}
.product .product-price{
	padding:10px;
	font-weight:bold;
	font-size:20px;
}
.cancelled-price{
	font-size:15px;
}
.product:hover{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.footer{
    background-color: #222225;
	color: #ffffff;
	margin-top: 50px;
	padding: 30px 0px 30px 0px;
}
.footer h4{
	text-transform:uppercase;
	color:#ffffff;
}
.footer a{
	color:#ffffff;
}
.copy-right{
    background-color: #0c0c0c;
	text-align:center;
	padding:10px;
}
.powered-by{
	color:#ffffff;
}
.powered-by a{
	color:#ffffff;
}
a.link:hover{
	text-decoration:underline;
}
.social-networks a{
	margin-right:5px;
}
.footer-social-network{
	background-color: #333333;
	color:#ffffff;
	font-size: 14px;
    padding: 5px;
    border-radius: 2px;
}
.inline-block{
	display:inline-block;
	vertical-align:top;
}
.tall-box{
	min-height:400px;
}
ul.category-vertical-menu{
	background:#ffffff;
	width: 320px;
}
ul.category-vertical-menu li{
	padding:10px 20px 5px 20px;
	border-bottom:1px solid #f5f5f5;
	position:relative;
}
ul.category-vertical-menu li a{
	display:block;
}
.category-vertical-menu li a i{
	float:right;
}
ul.category-vertical-menu li:last-child{
	border-bottom:0px solid #000;
}
ul.category-vertical-menu li.current a{
	color:#7CC1E6;
}
ul.category-vertical-menu li:hover{
	background:#7CC1E6;
}
ul.category-vertical-menu li:hover a{
	color:#ffffff;
}
.category-vertical-menu-sub{
	visibility:hidden;
	background: #ffffff;
	margin: 0;
	padding: 5px 0px 5px 0px;
	font-family: Libre Franklin, Arial, Helvetica, sans-serif;
	border: 1px solid #e0e0e0;
	position: absolute;
	top: -10px;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
	left: 320px;
	right: auto;
	transform-origin: 50% 0%;
	width: 100%;
	box-sizing: border-box !important;
	z-index: 5000;
	float: none;
	height: auto;
}
ul.category-vertical-menu li:hover .category-vertical-menu-sub{
	visibility:visible;
	overflow: visible;
	max-height: 3000px;
	max-width: 3000px;
	opacity: 1;
	-webkit-transform: perspective( 600px ) rotateX( 0deg );
	-moz-transform: perspective( 600px ) rotateX( 0deg );
	-ms-transform: perspective( 600px ) rotateX( 0deg );
	-o-transform: perspective( 600px ) rotateX( 0deg );
	transform: perspective( 600px ) rotateX( 0deg );
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	-o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}
ul.category-vertical-menu li:hover ul.category-vertical-menu-sub li{
	background:#ffffff;
}
ul.category-vertical-menu li:hover ul.category-vertical-menu-sub li.current a{
	color:#7CC1E6;
}
ul.category-vertical-menu li:hover ul.category-vertical-menu-sub li a{
	color:#666;
}
ul.category-vertical-menu li:hover ul.category-vertical-menu-sub li:hover{
	background:#f5f5f5;
}
ul.category-vertical-menu li:hover ul.category-vertical-menu-sub li:hover a{
	color:#7CC1E6;
}
.add-to-cart{
	background:#7CC1E6;
	color:#ffffff;
	padding:15px;
	width:277px;
	text-align:center;
	border: 1px solid transparent;
	text-transform: uppercase;
	font-size: 18px;
	cursor:pointer;
}
.qnty-select{
   width: 49px;
   height: 55px;
   font-size: 20px;
   text-align: center;
}
#animation,#progress{
	display:none;
}
.spinner {
  height: 10px;
  width: 10px;
  animation: rotate 0.8s infinite linear;
  border: 8px solid #7CC1E6;
  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');
}
.product-showcase{
	background:#ffffff;
	margin-bottom:10px;
	padding:5px;
	display:block;
}
.product-size-option{
	padding: 5px 10px 5px 10px;
	font-size: 15px;
}
table.bordered td,table.bordered th{
	padding:5px;
	border:1px #ECF0F6 solid;
	vertical-align:top;
}
table.cart-cells td,table.cart-cells th{
	padding:5px;
	border:2px #dee2e6 solid;
	vertical-align:top;
	font-size:16px;
}
.center{
	text-align:center;
}
input[type="submit"],.file-button,.button{
    border-radius: 27px;
	background-color: #7CC1E6;
	border-color: #7CC1E6;
	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;
}
.password-visible-input-box{
	position: relative;
	display: block;
}
.password-eye-icon{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor:pointer;
}
.close-menu-li{
	visibility:hidden;
}
.close-menu{
	position:absolute;
	right: -10px;
	top: 5px;
}
.desktop-i{
	visibility:visible;
	margin-right: -10px;
}
.mob-i{
	visibility:hidden;
	margin-right: -10px;
}
.mob-view{
	display:none;
}
@media only screen and (max-width: 992px) {
	.wrapper{
		padding:10px;
	}
	.inline-block{
		display:block ! important;
		width:100% ! important;
		margin-bottom:10px;
	}
	.footer .inline-block{
		margin-bottom:20px;
	}
	.container{
		width:100% ! important;
	}
	.product{
		width:46.5% ! important;
	}
	.products .product:nth-child(2n+0){
		margin-right:0px ! important;
	}
	.product .product-price{
		font-size:12px ! important;
	}
	.cancelled-price {
		font-size: 10px ! important;
	}
	.top-header .left{
		float:none !important;
		display:block;
		margin-bottom:20px;
	}
	.top-header .right{
		float:none !important;
		display:block;
	}
	.top-social-networks{
		display:block;
		margin-top:10px;
	}
	.mob-menu{
		visibility:visible ! important;
		float:right;
	}
	.logo-box img {
		width: 120px ! important;
	}
	.right-icons{
		display:block ! important;
		float:none ! important;
	}
	#cart{
		float:right;
		margin-top: -10px;
	}
	#menu{
		display:none;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 80%;
		z-index: 10;
		top: 0;
		background: #fff;
		box-shadow: 0 4px 4px rgba(0,0,0,.25);
		margin:0px;
		padding-top: 40px;
	}
	#menu li{
		display:block ! important;
	}
	#menu li a{
		display:block ! important;
	}
	#search_box {
		top: 266px ! important;
		right: 0px ! important;
		left: 0px ! important;
		padding: 10px;
	}
	#search {
		width: 100% ! important;
	}
	#search_results {
		width: 100% ! important;
	}
	.dropdown {
		width:auto ! important;
		left:10px ! important;
		right:10px ! important;
	}
	.close-menu-li{
		visibility:visible ! important;
	}
	ul.category-vertical-menu {
		width: 100% ! important;
	}
	.category-vertical-menu-sub {
		top:30px ! important;
		left:10px ! important;
		right:10px ! important;
		width:auto ! important;
	}
	.desktop-i{
		visibility:hidden ! important;
	}
	.mob-i{
		visibility:visible ! important;
	}
	table.cart-cells td,table.cart-cells th{
		display:block;
		border:0px ! important;
		width:100% ! important;
	}
	table.cart-cells .center{
		text-align:left ! important;
	}
	.mob-bold{
		font-weight:bold;
	}
	.desktop-view{
		display:none ! important;
	}
	.mob-view{
		display:block ! important;
	}
}