/* CSS Document */

/*
////////// External CSS
*/

@import url('fonts/frontend.css');

/*
////////// Reset CSS
*/

@import url('reset.css');

/*
////////// Main Classes & Text
*/

html {
	overflow-y: auto;
}

body {
	font-size:12px;
	font-family:'OpenSans', sans-serif;
	font-weight:400;
}

body#maintenance {
	background: #fff;
}

a { 
	text-decoration:none; 
	outline:none;
	color:#222; 
}

p {
	font-family: 'DroidSans', Arial, Helvetica, sans-serif;
}

.clear { clear:both; }
.left { float:left; }
.right { float:right; }
.center { margin:0 auto; }
.show { display:block; }
.hide { display:none; }
.txt-left { text-align:left; }
.txt-right { text-align:right; }
.txt-center { text-align:center; }
.capitalize { text-transform:capitalize; }
.uppercase { text-transform:uppercase; }
.lowercase { text-transform:lowercase; }
h1,h2,h3,h4,h5,h6 { font-weight:700; }

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.green { color:#149803; }
.red { color:#c52026; }

/*
////////// Tweaks
*/

/*input::-moz-focus-inner { border:0; }
::-webkit-scrollbar { height:0 !important; width:0 !important; }*/

a[href^="tel"] {
    color:inherit;
    text-decoration:none;
}

/*
////////// Responsivness Objects
*/


.img-responsive {
	display: block;
	height: auto;
	width: 100%;
}

.img-boxed {
	max-height:100%;
	max-width:100%;
	width:auto;
	height:auto;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

/*
////////// Javascript Disabled
*/

div.no-java {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height: 100vh;
	width: 100vw;
	background: rgba(255,255,255,0.6);
	z-index: 9999;
}

div.no-java p {
	position:absolute;
	height:22px;
	width:100%;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	z-index:100;
	font-family: "Times New Roman", Times, serif;
	color: #666;
	font-size: 22px;
	text-align: center;
}

/*
////////// Effects & Tools
*/

.dark { background:#fbfbfb; }
.light { background:#fff; }

a,
a:hover,
button,
button:hover,
input[type=submit],
input[type=submit]:hover { 
	transition:background 0.5s; 
}

.flash { 
	-moz-animation:flash 2s ease-out; 
	-moz-animation-iteration-count:1; 
	-webkit-animation:flash 2s ease-out; 
	-webkit-animation-iteration-count:1; 
	-ms-animation:flash 2s ease-out; 
	-ms-animation-iteration-count:1; 
}

@-webkit-keyframes flash { 
	0% { background-color:none; } 
	50% { background-color:#fbf8b2; } 
	100% {background-color:none; } 
}

@-moz-keyframes flash { 
	0% { background-color:none; } 
	50% { background-color:#fbf8b2; } 
	100% { background-color:none; } 
}

@-ms-keyframes flash { 
	0% { background-color:none;} 
	50% { background-color:#fbf8b2; } 
	100% { background-color:none; } 
}

.dot-top { border-top:1px dotted #ccc; }
.dot-bottom { border-bottom:1px dotted #ccc; }

div#loading { 
	position:absolute; 
	height:100%;
	width:100%;
	top:0; 
	right:0; 
	bottom:0; 
	left:0; 
	margin:auto; 
	background:url(../img/loading.gif) center center no-repeat rgba(255,255,255,0.4);
	background-size:100px 100px; 
	z-index:99994;
}

div#spinner {
	display:table;
	margin:0 auto; 
	width:100%;
	background:url(../img/loading.gif) center center no-repeat transparent;
	background-size:50px 50px;
}

/*
////////// Logo
*/

div.logo {
	float: left;
	display: table;
	margin: 25px 0;
}

div.logo h1 {
	height: 100px;
	width: 280px;
	text-indent: -9999px;
	background: url(../img/web/logo.jpg) top left no-repeat;
	background-size: 277px 100px;
}

div.welcome {
	float: right;
	text-align: right;
	margin: 10px;
}

div.welcome p {
	font-size: 12px;
	color: #222;
	font-family: 'OpenSans', sans-serif;
	line-height: 20px;
	text-transform: capitalize;
	font-weight: 500;
}

/*
////////// Offline
*/

div.offline { }

div.offline h1 {
	margin: 100px 0 0 0;
	padding:0 10px;
	font-size:36px;
	text-align:center;
	color:#555;
	line-height:100px;
	letter-spacing:20px;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	font-weight:bolder;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

div.offline h2 {
	margin:10px 0;
	font-size:24px;
	text-align:center;
	color:#c52026;
	line-height:40px;
}

div.offline p {
	margin:20px 0 0 0;
	padding:0 10px;
	text-align:center;
	font-size:20px;
	color:#666;
	font-family:"Times New Roman", Times, serif;
}

div.offline p span {
	color:#000;
}

div.offline div.form {
	margin:50px auto;
	width:300px;
}

div.offline div.form p {
	font-family:"Times New Roman", Times, serif;
	color:#555;
	font-size:12px;
	text-align:left;
	letter-spacing:1px;
	margin:0;
	padding:0;
}

div.offline div.form input[type=text],
div.offline div.form input[type=password] {
	border:none;
	border-bottom:1px dashed #ccc;
	background:none;
}

/*
////////// Form Elements
*/

input[type=text],
input[type=password],
textarea {
	-webkit-appearance:none;
	font-family: 'DroidSans';
	border-radius:0;
}

input:focus,
textarea:focus {
	outline:none;
}

input[type=radio] {
	float:left;
	border:none;
}

input[type=text],
input[type=password] {
	height:30px;
	width:100%;
	padding:0 8px;
	border:1px solid #ddd;
	border-radius: 4px;
	background:#fff;
	font-size:12px;
	font-family: 'DroidSans';
}

input[type=text].big {
	height:35px;
	padding:0 8px;
}

textarea {
	width:100%;
	padding:8px;
	border:1px solid #ddd;
	border-radius: 4px;
	background:#fff;
	resize:none;
	font-size:12px;
}

textarea.fixedsize {
	height: 100px;
}

input[type=checkbox],
input[type=radio] {
	display:none;
}

input[type=checkbox] + label.filter,
input[type=radio] + label.filter,
input[type=checkbox] + label.check,
input[type=radio] + label.check,
div.checkbox {
	float:left;
	display:block;
	height:18px;
	width:18px;
	line-height:18px;
	border:1px solid #ccc;
	border-radius:0;
	vertical-align:middle;
	background:#fff;
	cursor:pointer;
}

input[type=checkbox] + label.filter,
input[type=radio] + label.filter {
    float: none;
    width: 100%;
    border: 1px transparent;
    padding: 0 0 0 28px;
}

input[type=checkbox] + label.filter-shape {
    float:left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px transparent;
    padding: 0 0 0 18px;
}

input[type=checkbox] + label.check-big,
input[type=radio] + label.check-big {
	float:left;
	display:block;
	height:28px;
	width:28px;
	line-height:28px;
	border:1px solid #ccc;
	border-radius:0;
	vertical-align:middle;
	background:#fff;
	cursor:pointer;
}

input[type=checkbox]:checked + label.check,
input[type=radio]:checked + label.check,
input[type=checkbox]:checked + label.check-big,
input[type=radio]:checked + label.check-big,
div.checkbox.check {
	background:url(../img/check@2x.png) center center no-repeat #fff;
	background-size:16px 16px;
}

input[type=radio]:checked + label.filter,
input[type=checkbox]:checked + label.filter,
input[type=checkbox]:checked + label.filter-shape {
    background:url(../img/check@2x.png) center left no-repeat #fff;
    background-size:16px 16px;
}

input[type=checkbox] + label.check-brand {
	height:20px;
	line-height:20px;
	border:none;
	border-radius:0;
	vertical-align:middle;
	background:#fff;
	cursor:pointer;
	padding:1.5px 8px;
	transition:all 0.4s ease 0s;
}

input[type=checkbox]:checked + label.check-brand {
	background:#f27c07;
	color:#fff;
}

div.shape {
    padding: 0 0 0 90px;
    display:block;
    height:40px;
    width:100%;
    line-height: 40px;
    cursor:pointer;
}

.select2-container--default .select2-selection--single {
	border:1px solid #ccc;
	border-radius: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color: #f27c07;
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #f27c07; }

div.captcha {
	height:30px;
	width:100px;
}

div.captcha.c1 {
	background:url(../img/captcha/case1.png) top left no-repeat;
}

div.captcha.c2 {
	background:url(../img/captcha/case2.png) top left no-repeat;
}

div.captcha.c3 {
	background:url(../img/captcha/case3.png) top left no-repeat;
}

div.captcha.c4 {
	background:url(../img/captcha/case4.png) top left no-repeat;
}

div.captcha.c5 {
	background:url(../img/captcha/case5.png) top left no-repeat;
}

/*
////////// Validator
*/

label.error,
p.error {
	float:right;
	padding:2px;
	color:#c52026;
	font-size:11px;
	font-family:'DroidSans';
}

div#check_class label.error,
div#radio_release label.error,
div#check_pay label.error {
	float:none;
	font-size:18px;
	line-height:18px;
	color:#c52026;
	font-weight:bold;
}

input#tot_quote.error,
input.quote_value.error {
	border-color:#c52026;
}

input.list.error {
	color:#c52026;
}

div#error {
	display: none;
	float: right;
	height:30px;
	width:calc(100% - 150px);
	margin:5px 0;
	border:1px solid #e6a0a0;
	background:#f7e2e2;
	font-size:12px;
}

div#error p {
	line-height: 28px;
	padding: 0 8px;
}
/*
////////// Buttons
*/

a.text,
a.text-big,
a.icon,
a.icon-big,
a.toggle,
a.text-cart,
input.text,
input.text-big,
input.icon,
input.icon-big,
button.text,
button.text-big,
button.icon,
button.icon-big {
	display:block;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	border-radius:0;
	color:#fff;
	background:#f27c07;
}

a.text:hover,
a.text-big:hover,
a.icon:hover,
a.icon-big:hover,
a.toggle:hover,
a.toggle#active,
a.text-cart:hover,
input.text:hover,
input.text-big:hover,
input.icon:hover,
input.icon-big:hover,
button.text:hover,
button.text-big:hover,
button.icon:hover,
button.icon-big:hover {
	background:#333;
}

a.text,
input.text,
button.text {
	height:30px;
	min-width:75px;
	padding:0 15px;
	font-size:12px;
	line-height:30px;
	text-transform:uppercase;
}

a.text-cart,
a.text-big,
input.text-big,
button.text-big {
	height:35px;
	min-width:75px;
	padding:0 15px;
	font-size:11px;
	letter-spacing:0.5px;
	line-height:35px;
	text-transform:uppercase;
}

a.text-cart {
	font-size: 11px;
	padding:0 12px;
}

a.text-big.disabled {
	background:#ddd;
	color:#111;
}

a.icon,
input.icon,
button.icon {
	padding:0;
	height:25px;
	width:25px;
	white-space:nowrap;
}

a.icon-big,
input.icon-big,
button.icon-big {
	padding:0;
	height:36px;
	width:36px;
	white-space:nowrap;
}

a.button {
	padding:0;
	height:23px;
	width:23px;
	line-height:21px;
	text-align:center;
}

a.icon {
	line-height:25px;
}

a.icon-big {
	line-height:35px;
}

input.paypal {
	display:block;
	cursor:pointer;
	padding:0;
	width:230px;
	height:45px;
	border:none;
	background:url(../img/web/pp_button.png) top left no-repeat;
}

input.paypal.small {
	width:179px;
	height:35px;
	background-size:179px 35px;
}

.ok { display:block; height:22px; color:#9ee59e; }
.ko { display:block; height:22px; color:#e6a0a0; }

.dark-blue { background:#c52026 !important; }
.dark-blue:hover { background:#333 !important; }

/*
////////// Margins
*/

.ml-1 { margin-left:1px; }
.ml-2 { margin-left:2px; }
.ml-5 { margin-left:5px; }
.ml-10 { margin-left:10px; }
.ml-15 { margin-left:15px; }
.ml-20 { margin-left:20px; }
.mr-1 { margin-right:1px; }
.mr-2 { margin-right:2px; }
.mr-5 { margin-right:5px; }
.mr-10 { margin-right:10px; }
.mr-15 { margin-right:15px; }
.mr-20 { margin-right:20px; }
.mb-1 { margin-bottom:1px; }
.mb-2 { margin-bottom:2px; }
.mb-5 { margin-bottom:5px; }
.mb-10 { margin-bottom:10px; }
.mb-15 { margin-bottom:15px; }
.mb-20 { margin-bottom:20px; }
.mt-1 { margin-top:1px; }
.mt-2 { margin-top:2px; }
.mt-5 { margin-top:5px; }
.mt-10 { margin-top:10px; }
.mt-15 { margin-top:15px; }
.mt-20 { margin-top:20px; }

/*
////////// Page Containers & Wrappers
*/

div.wrapper {
	display:table;
	margin:0 auto;
	padding:0 15px;
	width:1400px;
}

div.home-banner {
	display:block;
	width:1370px;
	height: auto;
	min-height:365px;
	margin: 10px auto 0 auto;
	background:url(../img/loading.gif) center center no-repeat transparent;
	background-size:50px 50px;
}

div.main-container,
div.home-container,
div.grid-container {
	display:table;
	padding:15px 40px 50px 40px;
	width:100%;
}

div.home-container,
div.grid-container {
	padding: 0;
	position: relative;
	z-index: 1;
}

div.main-container {
	height:700px;
}

div.news-container {
	display:table;
	padding:30px 40px;
	width:100%;
	background: #f6f6f6;
}

div.qos-container {
	width:100%;
	margin: 40px auto 0 auto;
	padding: 30px;
	background: linear-gradient(#ffffff, #f2f2f2);
	border-bottom:1px solid #dcdcdc;
}

div.brand-container {
	width:100%;
	padding:15px 0;
	background:#f0f0f0;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
}

header,
footer {
	width:100%;
}

header {
	position:relative;
	z-index:10;
}

footer {
	display: table;
	padding: 40px 40px 0 40px;
	background: #333;
	border-top: 20px solid #222;
}

div.footer-info {
	border-top: 1px solid #bbb;
	padding: 20px 0;
	text-align: center;
}

div.footer-info p {
	font-size:11px;
	line-height:15px;
	color:#fff;
}

div.footer-info a,
div.footer-info p.credit {
	padding:5px 0 0 0;
	font-size:11px;
	color:#fff;
}

header div.top-nav {
	float: right;
	width: calc(100% - 435px);
	padding: 25px 0;
}

header div.main-nav {
	position: relative;
	width:100%;
	background: #fff;
	z-index:2;
}

header div#menu-wrapper {
	display: none;
	position: absolute;
	left: 0;
	margin: 135px 0 0 0;
	width: 100%;
}

header div.category-nav {
	height: 50px;
	width: 100%;
}

div#nav-bar {
	display:table;
	float:right;
	margin:0 auto;
}

div.countdown {
	float: left;
	padding: 40px 0 0 80px;
	text-align: center;
}

div.countdown p,
div.countdown a {
	font-size: 13px;
	line-height: 16px;
}

div.countdown p#clock {
	font-weight: 700;
	font-size: 25px;
	letter-spacing: 0.5px;
	font-family: 'OpenSans', sans-serif;
	line-height: 35px;
}

/*
////////// Common Elements
*/

div.separator { 
	margin:10px 0; 
	height:2px; 
	width:100%; 
	background:#ccc; 
	border-bottom:1px solid #fff; 
}

p.title { 
	padding:0 0 0 10px;
	line-height:35px;
	font-size:20px;
	color:#222;
}

p.subtitle { 
	padding:0 0 0 10px;
	font-size:20px;
	line-height:40px;
	color:#222;
}

div.dashboard {
	display:table;
	width:1000px;
	padding:10px 10px 20px 10px;
	margin:0 auto 20px auto;
	border-bottom:1px solid #ccc;
}

div.dashboard h1 {
	margin:0 0 20px 0;
	line-height: 30px;
    font-weight: 700;
    font-size: 22px;
    color: #010101;
    text-transform: uppercase;
	text-align:center;
}

div.dashboard p {
	font-size:15px;
}

h2.slogan {
	color:#fff;
	font-family:'OpenSans', sans-serif;
	font-weight:200;
	font-size:40px;
	text-align:right;
	padding:0 0 10px 0;
}

h3.slogan-text {
	color:#ddd;
	font-family:'OpenSans', sans-serif;
	font-weight:300;
	font-size:18px;
	text-align:right;
}

.title-line-center:before {
	position:absolute;
	top:50%;
	left: 0;
	overflow:hidden;
	width:100%;
	height:5px;
	content:'\a0';
	border-top: 1px solid #ededed;
}

p.eta {
	background: #f2f2f2;
	padding: 5px;
	display: block;
	width: 200px;
	text-align: center;
}

.flex-prev:hover,
.flex-next:hover {
	color: #fff;
	background: #f27c07;
	border-color: #f27c07;
}

div.tab-content .flex-direction-nav .flex-prev,
div.tab-content .flex-direction-nav .flex-next {
	top: -40px;
}

ul.product-info {
	margin: 5px 0;
}

ul.product-info li {
	margin-left:15px;
}

/*
////////// 404
*/

div.not-found { 
	margin:200px auto;
	text-align:center; 
	max-width:400px;
}

div.not-found h3 { 
	color:#ddd; 
	font-family:"Times New Roman", Times, serif;
	font-size:150px; 
	letter-spacing:1px;
	padding:0 0 30px 0;
	line-height:50px;
}

div.not-found h4 { 
	color:#ddd; 
	font-size:27px;
	margin:0 0 20px 0;
	font-family:"Times New Roman", Times, serif;
}

div.not-found p { 
	color:#ccc;
	font-size:16px;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
}

div.not-found div.btn {
	margin:10px auto;
	width:150px;
}

/*
////////// Login
*/

p#error { 
	display:none; 
	padding:0 0 10px 0; 
	text-align:center; 
	font-size:10px; 
	color:#cc0000; 
}

/*
////////// Breadcrumb and Title
*/

section.breadcrumb {
	width:100%;
	margin: 20px 0 10px 0;
}

div.bc {
	background: #f2f2f2;
}

div.bc ul {
	list-style-type: none;
	height: 40px;
}

div.bc ul li {
	display: inline-block;
	margin: 10px 0;
}

div.bc ul li a {
	line-height:20px;
	text-align:center;
	font-weight:400;
	color:#777;
	padding:0 10px;
	border-right: 1px solid #d6d4d4;
}

div.bc ul li:last-child a {
	border:none;
}

div.bc a.home {
	color:#f27c07;
	padding: 0 15px;
}

div.bc a:hover {
	color: #111;
}

div.page-title {
	margin:20px 0 0 0;
	width:100%;
}

div.page-title h1 {
	font-size:20px;
	font-weight:500;
	letter-spacing:1px;
	text-transform:uppercase;
}

div.page-title h2 {
	font-size:22px;
	font-weight:500;
	letter-spacing:1px;
	text-transform:uppercase;
}

/*
////////// Notice Box
*/

div.error_box,
div.success_box,
div.warn_box { 
	margin:10px 0 20px 0; 
	font-family:'DroidSans';
}

div.error_box {	
	border:1px solid #e6a0a0; 
	background:#f7e2e2;
}

div.success_box { 
	border:1px solid #9ee59e;
	background:#e2f7e2;
}

div.warn_box { 
	border:1px solid #fde800; 
	background:#fffcda;
}

div.error_box div.wrp,
div.success_box div.wrp,
div.warn_box div.wrp { 
	padding:15px; 
}

div.error_box p,
div.success_box p,
div.warn_box p { 
	font-size:16px;
	color:#050708;
}

div.error_box ul,
div.success_box ul,
div.warn_box ul {
	list-style-type:disc; 
	margin:10px 0 0 15px; 
	color:#050708; 
	line-height:20px; 
}

/*
////////// Menu
*/

div#wrapper-info {
	float: left;
}

div#wrapper-account {
	float: right;
}

ul.info {
	list-style-type:none;
	height:20px;
	width: auto;
}

ul.info li {
	display:inline-block;
	margin:0 20px 0 0;
}

ul.info li.cart {
	display:inline-block;
	margin:0 0 0 20px;
}

ul.info li.cart.mobile {
	display: none;
}

ul.info li p,
ul.info li a {
	font-size:12px;
	color:#222;
	font-family:'OpenSans', sans-serif;
	line-height: 20px;
	text-transform: capitalize;
	font-weight: 500;
}

ul.info li i {
	font-size:15px;
}

div.cart-wrapper {
	float: right;
}

div#cart-box {
	display: table;
	height: 35px;
}

div#cart-box a {
	float: left;
	display: block;
	height: 35px;
	line-height: 35px;
	background: #f5f5f5;
	font-family: 'OpenSans', sans-serif;
	font-size: 14px;
	padding:0 20px;
}

div#cart-box i {
	float: left;
	width: 35px;
	height: 35px;
	background: #f27c07;
	color: #fff;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
}

div.search-header {
	float: right;
	display: table;
	width: calc(100% - 430px);
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

div.search-header input[type=text] {
	float: left;
	background: none;
	border: none;
	border-radius: 0;
	color: #333;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	width: calc(100% - 45px);
}

div.search-header button[type=submit] {
	float: right;
	border: none;
	background: none;
	color: #111;
	height: 45px;
	width: 45px;
}

nav.main-lang {
	float:right;
	width:90px;
}

nav.main-lang p {
	padding:0 10px;
	height:20px;
	line-height:20px;
	font-weight:400;
	color: #f27c07;
	text-transform:uppercase;
	cursor:pointer;
}

nav.main-lang p i {
	float:right;
	font-size:10px;
	line-height:18px;
	color: #aaa;
}

nav.main-lang p:hover {
	color:#111;
}

nav.main-lang ul {
	display:none;
	list-style-type:none;
	position: absolute;
	background: #fff;
	top:50px;
	width:inherit;
	z-index:10;
}

nav.main-lang ul li {
	height:30px;
}

nav.main-lang ul li:hover {
	color:#111;
	transition: all 0.2s linear 0s;
}

nav.main-lang ul li#active {
	background: #f27c07;
	transition: all 0.2s linear 0s;
}

nav.main-lang ul li a {
	display:block;
	height:30px;
	line-height:30px;
	color:#111;
	padding:0 10px;
	text-transform:uppercase;
}

nav.main-lang ul li#active a {
	color:#fff;
}

nav.main-menu {
	height: 50px;
	background: #00a3d4;
}

nav.main-menu ul {
	list-style-type:none;
}

nav.main-menu > ul > li {
	position:relative;
	display:block;
	float: left;
}

nav.main-menu > ul > li.brand {
	background: #ddd;
}

nav.main-menu > ul > li:hover,
nav.main-menu > ul > li#active {

}

nav.main-menu > ul > li.cart {
	float: right;
	color:#fff;
	background: #f27c04;
}

nav.main-menu > ul > li:hover > a {
	color:#fff;
	background: #f27c04;
}

nav.main-menu > ul > li > a {
	display: block;
	padding:0 18px;
	color:#fff;
	font-weight:400;
	font-size:12px;
	line-height:50px;
	height:50px;
	text-transform:uppercase;
	letter-spacing:0.5px;
	border-right:1px solid #fff;
}

nav.main-menu > ul > li.cart > a {
	font-size: 14px;
	color: #fff;
}

nav.main-menu > ul > li > a.switch-search {
	text-align: center;
	color:#fff;
	background: #f27c04;
	border: none;
}

nav.main-menu > ul > li > a.switch-search i {
	width: 25px;
	text-align: left;
}

nav.main-menu > ul > li > ul {
	visibility: hidden;
	position:absolute;
	width:auto;
	padding:10px 15px;
	background:#fff;
	z-index:99;
	box-shadow: 0 5px 13px rgba(0, 0, 0, 0.5);
	text-align: left;
	transition: 0s;
}

nav.main-menu > ul > li > ul.img {
	min-height: 425px;
}

nav.main-menu > ul > li:hover > ul {
	visibility: visible;
	transition-delay:0.5s;
}

nav.main-menu > ul > li > ul > li {
	display: block;
	padding: 5px 0;
	margin: 0;
	width:100%;
	min-width: 95px;
}

nav.main-menu > ul > li > ul > li div.img {
	width:100%;
	height:75px;
	background-size:cover;
	margin:0 0 15px 0;
}

nav.main-menu > ul > li > ul > li a {
	display:block;
	width: 100%;
	padding:0;
	color:#010101;
	font-weight:800;
	font-size:12px;
	letter-spacing:0.5px;
	text-align:left;
}

nav.main-menu > ul > li > ul > li a:hover {
	color:#f27c07;
}

nav.main-menu > ul > li > ul > li ul {
	display:table;
}

nav.main-menu > ul > li > ul > li ul li {
	display:block;
	float:none;
	width:100%;
}

nav.main-menu > ul > li > ul > li ul li a {
	font-size:11px;
	line-height:20px;
	padding:0;
	color:#111;
	font-weight:400;
	text-align:left;
}

nav.main-mobile {
	display:none;
	margin:5px 0 10px 0;
	width:100%;
	height:55px;
	background:#f2f2f2;
}

nav.main-mobile p {
	display:inline-block;
	padding:0 20px;
	height:55px;
	width:100%;
	line-height:55px;
	font-weight:500;
	color:#222;
	font-size:20px;
	text-transform:uppercase;
	cursor:pointer;
	transition: all 0.2s linear 0s;
}

nav.main-mobile p i,
nav.main-mobile a i {
	float:right;
	font-size:25px;
	height:50px;
	line-height:55px;
}

nav.main-mobile a i {
	line-height:50px;
}

nav.main-mobile p:hover {
	background:#f27c07;
	color: #fff;
	transition: all 0.2s linear 0s;
}

nav.main-mobile ul {
	display:none;
	list-style-type:none;
	width:100%;
}

nav.main-mobile ul li {
	width:100%;
}

nav.main-mobile ul li a {
	display:block;
	height:50px;
	line-height:50px;
	color:#222;
	padding:0 20px;
	font-size:15px;
	text-transform:uppercase;
	transition:all 0.2s linear;
}

nav.main-mobile ul li a:hover {
	background:#f27c07;
	color: #fff;
	transition:all 0.2s linear;
}

nav.main-mobile ul li a.active {
	background:#f27c07;
	color: #fff;
}

nav.main-mobile ul li ul {
	display:none;
	background:#f4f4f4;
	padding:10px 10px 20px 10px;
	box-shadow:0 5px 13px rgba(0, 0, 0, 0.2);
}

nav.main-mobile ul li ul li {
	display:inline-table;
	width:50%;
}

nav.main-mobile ul li ul li a {
	background:#f2f2f2;
	padding:0 10px;
	height:30px;
	line-height:30px;
	color:#222;
	font-weight:500;
	font-size:14px;
}

nav.main-mobile ul li ul li a:hover {
	background:#f27c07;
	color: #fff;
}

nav.main-mobile ul li ul li ul {
	display:block;
	padding:5px 0 15px 0;
	box-shadow:none;
}

nav.main-mobile ul li ul li ul li {
	display:block;
	width:100%;
}

nav.main-mobile ul li ul li ul li a {
	background:none;
	padding:5px 10px;
	line-height:20px;
	font-weight:400;
	font-size:11px;
	color:#f27c07;
}

nav.main-mobile ul li ul li ul li a:hover {
	color:#fff;
}

nav.main-mobile ul li ul li ul li ul {
	display:none;
	padding:0 0 5px 10px;
}

nav.footer-menu {

}

nav.footer-menu ul {
	list-style-type:none;
}

nav.footer-menu ul li {
	display:inline-table;
	padding:0 12px 10px 12px;
	width:calc(25% - 3px);
}

nav.footer-menu ul li a {
	color:#fff;
	font-weight:500;
	font-size:16px;
	height:auto;
	text-transform:uppercase;
}

nav.footer-menu ul li a:hover {
	color:#f27c04;
}

nav.footer-menu ul li div.text,
nav.footer-menu ul li ul {
	display:table;
	padding:15px 0;
}

nav.footer-menu ul li ul li {
	display:table;
	height:25px;
	width:100%;
	padding:0 0 5px 0;
}

nav.footer-menu ul li div i {
	float:left;
	color:#fff;
	width:30px;
	padding:0 10px 0 0;
}

nav.footer-menu ul li div p {
	float:left;
	color:#fff;
	font-size:14px;
	line-height:22px;
}

nav.footer-menu ul li div p span {
	float:left;
	color:#fff;
	font-size:12px;
	line-height:18px;
}

nav.footer-menu ul li ul li a {
	line-height:25px;
	font-size:12px;
	color:#fff;
	font-weight:400;
	padding:0;
}

nav.footer-menu ul li ul li a:hover {
	color:#f27c04;
}

nav.tab-menu {
	position:relative;
	display:table;
	padding:5px 0 0 0;
	width:100%;
	margin:25px 0 0 0;
	text-align:center;
}

nav.tab-menu ul {
	position:relative;
	list-style-type:none;
	display:inline-table;
	text-align:center;
}

nav.tab-menu ul li {
	float:left;
	padding:0 20px;
	border-left:1px solid #ccc;
	background: #fff;
}

nav.tab-menu ul li:first-child {
	border:none;
}

nav.tab-menu ul li a {
	display:block;
	line-height:30px;
	font-weight:500;
	font-size:16px;
	color:#010101;
	text-transform:capitalize;
}

nav.tab-menu ul li a:hover {
	color:#111;
}

div.tab-content {
	margin: 30px 0 0 0;
}

/*
////////// Grids
*/

table.grid,
table.grid-cart,
table.grid-checkout {
	border-collapse:collapse;
	width:100%;
	border: 1px solid #e9e9e9;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s ease-in 0s;
}

table.grid td,
table.grid-cart td {
	height:35px;
	vertical-align:middle;
	padding:5px 8px;
	border:1px solid #f0f0f0;
}

table.grid td.document {
	padding: 3px;
}

table.grid tr.ajax-box {
	cursor: pointer;
}

table.grid-checkout td {
	border:none;
	padding:10px;
	vertical-align:middle;
	font-family: 'DroidSans';
}

table.grid-checkout td h2 {
	font-size:15px;
	margin:0 0 2px 0;
}

table.grid-cart td.color-box {
	display:none;
}
table.grid-cart td.color-text {
	display:table-cell;
}

table.grid td.action {
	padding:5px;
}

table.grid thead,
table.grid-cart thead {
	vertical-align:middle;
	background:#fff;
	color:#282828;
	font-size:11px;
	text-transform:uppercase;
	font-weight:500;
	letter-spacing:0.5px;
}

table.grid thead td,
table.grid-cart thead td {
	height:16px;
	line-height:16px;
}

table.grid-cart thead td {
	background:#f0f0f0;
	border:1px solid #ddd;
}

table.grid-cart td input[type=text] {
	border:none;
	height:25px;
	line-height:25px;
	padding:0;
}

table.grid-cart td input.error {
	color:#cc0000;
}

table.grid thead a {
	display:block;
	color:#282828;
}

table.evasion {
	border-collapse:collapse;
	width:100%;
	border: 1px solid #e9e9e9;
}

table.evasion td {
	vertical-align:middle;
	padding:3px 5px;
	border:1px solid #f0f0f0;
	font-size:11px;
	height: auto;
}

table.evasion thead {
	color:#282828;
	background: #f9f9f9;
}

table.evasion thead td {
	text-transform:capitalize;
	font-weight:500;
	letter-spacing:0.5px;
	font-size:10px;
}

div.color-sample {
	height:20px;
	width:20px;
	border:1px solid #ddd;
	background:#fff;
}

div.color-sample div {
	margin:1px;
	height:16px;
	width:16px;
}

div#brand-list {
	position:relative;
	width:1200px;
	height:100px;
	margin:0 auto;
	padding:10px;
}

div#brand-list ul { 
	opacity: 0;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	-o-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
		
div#brand-list.ready ul{ opacity: 1; }

/*
////////// Category Tree
*/

ul.preview-tree,
ul.check-tree { 
	list-style-type:none;
}

ul.preview-tree li { 
	margin:0 0 2px 0;
	height:37px;
	border:1px solid #ddd;
	background:#fff;
	line-height:35px;
}

ul.preview-tree li span.level { 
	display:block;
	height:35px;
	width:35px;
	border-right:1px solid #ddd;
	text-align:center;
}

ul.preview-tree li p { 
	padding:0 10px;
}

ul.preview-tree li div.right-box { 
	float:right;
	padding:5px;
}


ul.preview-tree ul,
ul.preview-tree ul ul,
ul.preview-tree ul ul ul,
ul.preview-tree ul ul ul ul,
ul.preview-tree ul ul ul ul ul { 
	margin-left:37px; 
}

/*
////////// Editor Boxes
*/

div.col-half {
	display:table;
	margin:0 0 20px 0;
	width:calc(50% - 10px);
	background:#fff;
    border:1px solid #e9e9e9;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
}

div.col-full,
div.col-media {
	display:table;
	margin:0 0 20px 0;
	width:100%;
	background:#fff;
    border:1px solid #e9e9e9;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
}

div.col-btn { 
	display:table;
	width:100%; 
	padding:15px; 
	background:#fff;
    border:1px solid #e9e9e9;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
}

div.col-half h2,
div.col-full h2,
div.col-media h2 { 
	color:#212121;
	margin:0 10px; 
	font-size:12px; 
	line-height:40px;
	letter-spacing:0.5px;
	padding:0 0 0 2px;
	border-bottom:1px solid #ccc;
	text-transform:uppercase;
}

div.col-half h2.nb,
div.col-full h2.nb,
div.col-media h2.nb { 
	border:none;
}

div.col-half div.wrp,
div.col-full div.wrp {
	
}

div.col-half div.wrp div.form,
div.col-full div.wrp div.form {
	padding:15px 18px;
}

div.col-full div.wrp div.media {
	padding:15px 22px;
}

div.inline {
	padding:5px 10px;
	color:#444; 
	line-height:30px;
}

div.field { 
	display:table; 
	padding:5px 0;
	height:30px;
	width:100%; 
}

div.field p.label {
	float:left;
	font-family: 'DroidSans';
	font-size:11px; 
	color:#222;
	line-height:30px;
	min-width:150px;
	text-transform:capitalize;
}

div.field div.input {
	float:right;
	width:calc(100% - 150px);
}

div.field div.input-color {
	float:right;
	width:calc(100% - 190px);
}

div.field div.input div.textarea {
	width:100%;
	padding:8px;
	border:1px solid #ddd;
	border-radius: 4px;
	background:#fff;
	font-size:12px;
}

div.field div.check {
	float:left;
	padding:6px 0 0 0;
}

div.check-list { 
	float:left; 
	width:119px; 
	padding:0 5px; 
}

div.check-list p.menu { 
	margin:0 0 5px 0; 
	font-size:12px; 
	line-height:30px; 
	border-bottom:1px solid #eee; 
	text-align:center; 
}

div.check-list p.label { 
	float:left; 
	font-size:9px; 
	color:#222; 
	line-height:25px; 
}

div.check-list div.check { 
	float:left; 
	padding:3px 5px 0 0; 
}

div.sep-list { 
	float:left; 
	height:200px; 
	width:1px; 
	background:#eee; 
}

/*
////////// Popups
*/

div.popup { 
	min-width:350px;
	max-width:600px; 
}

div.popup.medium {
	width:450px;
}

div.popup-360 {
	width:650px;
}

div.popup h2,
div.popup-360 h2 {
	color:#212121;
	margin:0 10px; 
	font-size:12px; 
	line-height:40px;
	letter-spacing:0.5px;
	padding:0 0 0 2px;
	border-bottom:1px solid #ccc;
	text-transform:uppercase;
}

div.popup h2 a,
div.popup-360 h2 a {
	margin-top:10px;
}

div.popup div.input {
	width:calc(100% - 100px);
}

div.popup div.field p.label {
	min-width:100px;
}

div.popup div.box { 
	padding:15px; 
}

div.popup div.box-media { 
	padding:15px 30px; 
}

div.popup-360 div.box {
	position: relative;
	padding: 0 10px 10px 10px;
}

div.popup p.empty {
	line-height:60px;
	text-align:center;
}

ul.round-view {
	list-style-type: none;
	position: relative;
	width: 630px;
	height: 315px;
}

ul.round-view li {
	display: none;
	position: absolute;
}

ul.round-view li:first-child {
	display: block;
}

div.popup-360 a.next,
div.popup-360 a.prev {
	display: block;
	position: absolute;
	top:50%;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	margin: -25px 0 0 0;
	color: #777;
}

div.popup-360 a.next:hover,
div.popup-360 a.prev:hover {
	color: #000;
}

div.popup-360 a.prev {
	left: 0;
}

div.popup-360 a.next {
	right: 0;
}

div.popup-360 a.prev i,
div.popup-360 a.next i {
	font-size: 40px;
}

/*
////////// Pagination
*/

div.pagination {
	margin:15px 0 30px 0;
}

div.pagination ul {
    margin:10px 0;
    padding-left:0;
	list-style:none;
}

div.pagination ul > li:first-child > a {
	/*border-radius: 4px 0 0 4px;*/
}

div.pagination ul > li:last-child > a,
div.pagination ul > li:last-child > p {
	/*border-radius: 0 4px 4px 0;*/
}

div.pagination ul > li > a,
div.pagination ul > li > p {
	float:left;
    background:#f2f2f2;
    border:none;
    color:#333;
    margin:0 0 3px 1px;
    padding:0 12px;
	line-height:30px;
    position:relative;
}

div.pagination ul > li > a:hover,
div.pagination ul > li > a#active {
	background:#f27c07;
	color:#fff;
}

div.pagination p.total {
	float:left;
	margin: 0 0 0 30px;
	background:#f2f2f2;
	border:none;
	color:#333;
	line-height: 30px;
	padding:0 12px;
	text-align:center;
	border-radius:0;
}

/*
////////// Banners and Sliders
*/

div.home-banner img {
	position:relative;
}

.nivo-imageLink {
	display: none;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.nivo-caption {
	/*top:0;
	background: none;
	padding: 0;
	opacity: 1;
	text-align: right;*/
	display: none !important;
}

.nivo-caption h1 {
	font-size: 40px;
	font-weight: 200;
	line-height: 50px;
	padding: 0 0 10px 0;
	font-family: 'OpenSans', sans-serif;
	text-transform: uppercase;
}

.nivo-caption p {
	padding: 3px 0 0 8px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'OpenSans', sans-serif;
	font-weight: 300;
}

div.cell-banner {
	width: 1380px;
	margin: 0 auto;
}

div.cell-banner ul {
	list-style-type: none;
}

div.cell-banner ul li {
	position: relative;
	float: left;
	width: calc(20% - 10px);
	margin: 0 5px;
	overflow: hidden;
}

div.cell-banner ul li div.box {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	opacity: 0;
}

div.cell-banner ul li div.box p {
	margin-top: 40%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

div.cell-banner ul li img,
div.cell-banner ul li div.box {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

div.cell-banner ul li:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

div.cell-banner ul li:hover div.box {
	opacity: 1;
}

/*
////////// Product Box
*/

div.product-box {
	position:relative;
	min-height:350px;
	border: 1px solid #ddd;
}

div.product-box:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

div.product-box > a.text-big {
	font-size:14px;
}

div.product-box > div.img {
	position:relative;
	overflow:hidden;
	height:225px;
	width:100%;
	/*border: 1px solid #ddd;*/
}

div.product-box > div.img > img {
	padding:10px;
}

div.product-box > div.img div.bar {
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	transition:all 0.3s linear;
}

/*div.product-box > div.img:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}*/

div.product-box > div.img:hover div.bar {
	opacity:1;
	transition:all 0.3s linear;
}

div.product-box > div.img div.bar a {
	display:inline-table;
	width: 100%;
	height:100%;
	background:none;
	color:transparent;
}

div.product-box > div.img div.bar:hover .slide-left {
	animation-name: moveFromRight;
	animation-duration: 300ms;
	animation-timing-function: ease-in-out;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: initial;	
}

div.product-box > div.img div.bar:hover .slide-right {
	animation-name: moveFromLeft;
	animation-duration: 300ms;
	animation-timing-function: ease-in-out;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: initial;	
}

div.product-box > div.img > div.brand {
    width: 55px;
    height: 55px;
    margin: 8px;
}

@-webkit-keyframes moveFromRight { 
	0% { margin-left:1000px; } 
	50% { margin-left:100px; } 
	100% { margin-left:0px; } 
}

@-moz-keyframes moveFromRight { 
	0% { margin-left:1000px; } 
	50% { margin-left:100px; } 
	100% { margin-left:0px; } 
}

@-ms-keyframes moveFromRight { 
	0% { margin-left:1000px; } 
	50% { margin-left:100px; } 
	100% { margin-left:0px; } 
}

@-webkit-keyframes moveFromLeft { 
	0% { margin-left:-1000px; } 
	50% { margin-left:-100px; } 
	100% { margin-left:0px; } 
}

@-moz-keyframes moveFromLeft { 
	0% { margin-left:-1000px; } 
	50% { margin-left:-100px; } 
	100% { margin-left:0px; } 
}

@-ms-keyframes moveFromLeft { 
	0% { margin-left:-1000px; } 
	50% { margin-left:-100px; } 
	100% { margin-left:0px; } 
}

div.product-box div.text {
	text-align: center;
	padding:10px 5px 20px 5px;
}

div.product-box div.text h5 {
	font-weight:500;
	font-size:12px;
	color:#282828;
	padding:5px 0;
	height:50px;
	text-transform:uppercase;
}

div.product-box div.text div.short {
	padding:5px 0 15px 0;
	height:60px;
	font-size:12px;
	color:#ccc;
}

span.discount {
	position: absolute;
	top: 16px;
	left: 0;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	z-index: 2;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 13px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-sand-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

span.new {
	position: absolute;
	top: 15px;
	right: -1px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	z-index: 2;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 13px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-sand-transform: rotate(45deg);
	transform: rotate(45deg);
}

div.new {
	position: absolute;
	top:0;
	right: 0;
	width: 0px;
	height: 0px;
	border-left: 55px solid transparent;
	border-top: 55px solid #c52026;
	z-index: 1;
}

div.corner {
	position: absolute;
	top:0;
	left: 0;
	width: 0px;
	height: 0px;
	border-right: 65px solid transparent;
	z-index: 1;
}

div.corner.promo {
	border-top: 65px solid #c52026;
}

div.corner.special {
	border-top: 65px solid #f27c07;
}

ul.tags {
	position: absolute;
	bottom:160px;
	left: 0;
	width: 100%;
	list-style-type: none;
	text-align: center;
}

ul.tags li {
	display: inline-block;
	background: #0d95e8;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 1px;
    font-size: 9px;
    border-radius: 50em;
    padding: 2px 8px;
}

ul.tags li.new {
    background: #c52026;
}

ul.tags li.best {
    background: #e8a80d;
}

ul.tags li.limited {
    background: #444;
}

span.price-range {
	color:#333;
	font-size:13px;
	font-family:'OpenSans', sans-serif;
	font-weight:500;
	line-height:50px;
}

span.price-new {
	color:#f27c07;
	font-size:20px;
	font-family:'OpenSans', sans-serif;
	font-weight:800;
	line-height:50px;
}

span.price-old {
	color:#ababab;
	font-size:16px;
	font-family:'OpenSans', sans-serif;
	font-weight:400;
	text-decoration:line-through;
	padding:0 0 0 5px;
	line-height:50px;
}

span.price-grid {
	color:#f27c07;
	font-size:14px;
	font-family:'OpenSans', sans-serif;
	font-weight:800;
	line-height:30px;
}

span.price-grid-old {
	color:#ababab;
	font-size:12px;
	font-family:'OpenSans', sans-serif;
	font-weight:400;
	text-decoration:line-through;
	padding:0 3px;
	line-height:30px;
}

p.stock {
	font-weight: 500;
}

p.stock.green {
	color: #008000;
}

p.stock.yellow {
	color: #d29f00;
}

p.stock.orange {
	color: #e13300;
}

div.product-row {
	display:table;
}

div.product-row div.img {
	float:left;
	position:relative;
	overflow:hidden;
	height:65px;
	width:65px;
	margin:0 10px 0 0;
}

div.product-row div.text {
	float:left;
	width:calc(100% - 75px);
}

div.product-row div.text h5 {
	font-weight:500;
	font-size:12px;
	color:#282828;
	padding:5px 0;
}

div.product-row div.text span.price-new,
div.product-row div.text span.price-old {
	line-height:25px;
}

ul.cart-selector {
	list-style-type:none;
}

ul.cart-selector li {
	display:inline-table;
	vertical-align:top;
	margin:2px;
}

ul.cart-selector li input[type=radio] + label.color {
	display:block;
	height:30px;
	width:30px;
	padding:2px;
	cursor:pointer;
	border:1px solid #ddd;
}

ul.cart-selector li input[type=radio] + label.color div.sample {
	height:24px;
	width:24px;
}

ul.cart-selector li input[type=radio]:checked + label.color {
	border:1px solid #2d2d2d;
}

ul.cart-selector li input[type=radio] + label.text,
ul.cart-selector li input[type=radio] + label.size {
	display:block;
	height:30px;
	line-height:28px;
	padding:0 10px;
	font-size:12px;
	color:#777;
	cursor:pointer;
	border:1px solid #ddd;
}

ul.cart-selector li input[type=radio]:checked + label.text,
ul.cart-selector li input[type=radio]:checked + label.size {
	background:#2d2d2d;
	color:#fff;
}

/*
////////// Product Pagination
*/

ul.product-grid,
ul.product-home,
ul.product-related,
ul.product-category {
	list-style-type:none;
}

ul.product-grid > li,
ul.product-related > li {
	display:inline-table;
	text-align:center;
	padding:0 10px 10px 10px;
	margin:0 0 25px 0;
	width:20%;
	vertical-align:top;
}

ul.product-category li {
	display:table;
	width:100%;
	padding:10px 0;
	border-bottom:1px solid #ddd;
}

ul.product-grid > li {
	width:25%;
}

/* Slider Fixed Size */
ul.product-home > li,
ul.product-related > li {
	width:274px !important;
	text-align:center;
	padding:0 10px 10px 10px;
	margin:0 0 25px 0;
}

ul.color-sample {
	list-style-type:none;
	text-align:center;
}

ul.color-sample li {
	display:inline-block;
	margin:2px;
	border:1px solid #ddd;
	padding:1px;
	background:#fff;
	height:19px;
	width:19px;
}

ul.color-sample li div {
	height:15px;
	width:15px;
}

div.col-left {
	float:left;
	width:23%;
	background:#fff;
	margin:0 25px 0 0;
}

div.col-right {
	float:right;
	width:23%;
	background:#fff;
	margin:0 0 0 25px;
}

div.col-content,
div.col-product,
div.col-main,
div.col-single {
	float:left;
	display:table;
	width:calc(77% - 25px);
}

div.col-product {
	width:calc(77% - 80px);
}

/* Hack for Mobile order */
div.col-main {
	float:right;
}

div.col-single {
	width:100%;
}

div.col-content {
	border:none;
	padding:0;
}

h4.title {
	padding:14px 10px 10px 10px;
	margin: 0 0 25px 0;
	font-weight:400;
	font-size:20px;
	text-transform:capitalize;
	color:#010101;
	border-bottom:1px solid #ddd;
}

h4.title span {
	float: right;
	font-size: 12px;
	padding: 10px 0 0 0;
}

h4.title a.list-toggle {
	float: right;
	font-size: 18px;
	line-height: 29px;
}

div.col-right h5.subtitle,
div.col-left h5.subtitle {
	padding:0 0 5px 0;
	color:#333;
	font-weight:700;
	font-size:15px;
	text-transform:capitalize;
}

ul.tree-section,
ul.tree-content {
	list-style-type:none;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}

ul.tree-content {
	padding:0 0 20px 15px;
}

ul.tree-section li {
	border-bottom:1px dotted #eee;
}

ul.tree-section li.range {
	position: relative;
	border: none;
	padding: 0 20px 20px 20px;
}

ul.tree-section li.input {
	border: none;
	padding: 0 30px;
}

ul.tree-section li.input input[type=text] {
	width: 50px;
	text-align: center;
}

ul.tree-section li.input p {
	float: left;
	line-height: 30px;
	padding: 0 10px;
}

ul.tree-section li a {
	display:block;
	float:left;
	color:#010101;
	line-height:28px;
	font-size:12px;
	font-weight:400;
	padding:0 8px;
	width:calc(100% - 20px);
	transition:all 0.4s ease 0s;
}

ul.tree-section li a:hover {
	padding-left:15px;
	transition:all 0.3s ease 0s;
}

ul.tree-section li a.close {
	background:#fff;
}

ul.tree-section li a.open {
	background:#f0f0f0;
	border-bottom:1px solid #ccc;
}

ul.tree-section li.check {
	display:table;
	width:100%;
	padding:3px 0;
}

ul.tree-section li.check a {
	line-height:18px;
	padding:0 0 0 8px;
}

ul.tree-section li.check a.radio-brand {
	display: block;
	width: auto;
	height:20px;
	line-height:20px;
	border:none;
	border-radius:0;
	vertical-align:middle;
	background:#fff;
	cursor:pointer;
	padding:0 8px;
	transition:all 0.4s ease 0s;
}

ul.tree-section li.check a.radio-brand:hover {
	background:#f2f2f2;
	padding:0 15px;
	transition:all 0.4s ease 0s;
}

ul.tree-section li.check a.radio-brand.checked {
	background:#f27c07;
	color:#fff;
}

ul.tree-section li.check span.sample {
	float:left;
	height:18px;
	width:18px;
	border:1px solid #ddd;
	padding:1px;
	margin:0 5px 0 0;
}

ul.tree-section li i {
	display:block;
	float:right;
	width:20px;
	line-height:28px;
	font-size:15px;
	text-align:center;
	cursor:pointer;
	box-sizing:border-box;
}

ul.tree-section li i.close {
	color:#010101;
	background:#fff;
	transition: background 0.5s ease 0s;
}

ul.tree-section li i.open {
	color:#f27c07;
	background:#f0f0f0;
	border-bottom:1px solid #ccc;
	transition: background 0.5s ease 0s;
}

ul.tree-section li ul {
	display:none;
	list-style-type:none;
	padding:0 0 0 10px;
}

ul.tree-section > li > ul li:last-child {
	border:none;
}

ul.tree-section li ul.active {
	display:block;
}

ul.tree-section li ul li a {
	font-size:12px;
	font-weight:400;
}

ul.tree-section li ul li a:hover {
	color:#f27c07;
}

ul.tree-content li a {
	display:block;
	color:#010101;
	font-size:12px;
	line-height:22px;
	padding:0 5px;
	width:100%;
	transition:all 0.4s ease 0s;
}

ul.tree-content li a:hover {
	font-size:12px;
	transition:all 0.3s ease 0s;
}

ul.tree-content li i {
	line-height:22px;
	margin:0 4px 0 0;
}

div.col-img {
	float:right;
	width:35%;
}

div.product-img {
	position:relative;
	border:1px solid #ddd;
	padding:9px;
	width:100%;
	height:450px;
}

ul.additional-img {
	margin: 5px 0 0 0;
	list-style-type:none;
}

ul.additional-img li {
	position:relative;
	display:inline-table;
	width:calc(20% - 5px);
	height:50px;
	margin:0 2.5px 2.5px 2.5px;
	border:1px solid #ddd;
	padding:3px;
	vertical-align:top;
}

ul.additional-img li img {
	padding:3px;
}

ul.additional-img li i {
	height:50px;
	width:50px;
	line-height:50px;
	text-align:center;
}

div.col-details {
	float:right;
	width:65%;
	padding:0 0 0 30px;
}

div.col-details h1,
div.col-single h1 {
	font-size:20px;
	padding:0 0 10px 0;
	text-transform:uppercase;
	font-weight:700;
}

div.col-details div.price {
	display:table;
	margin:10px 0;
	width:100%;
}

div.col-details div.price span.price-new,
div.col-details div.price span.price-extra {
	color:#f27c07;
	font-size:30px;
}

div.col-details div.price span.price-extra-old {
	font-size: 16px;
	padding: 0 0 0 5px;
}

div.col-details div.price span.price-extra-full {
	font-size: 14px;
	padding: 0 0 0 5px;
}

div.col-details div.price span.price-old {
	padding: 0 0 0 5px;
}

div.col-details div.price span.special {
	display: block;
	float:right;
	background:#f27c07;
	border-radius:50em;
	width:50px;
	height:50px;
	color: #fff;
	font-family:'OpenSans', sans-serif;
	font-weight:700;
	font-size:17px;
	line-height:50px;
	text-align: center;
	margin:0 40px 0 0;
}

div.col-details p.info,
div.col-single p.info {
	font-size:14px;
	line-height:20px;
	text-transform:capitalize;
}

div.col-details p.info span,
div.col-single p.info span {
	color:#f27c07;
	font-weight:700;
}

div.qty-selector {
	height:36px;
	width:60px;
	margin:0 16px 0 0;
}

div.qty-selector input[type=text] {
	float:left;
	height:36px;
	width:41px;
	text-align:center;
	border:1px solid #ddd;
	border-radius: 0;
	background:none;
}

div.qty-selector a {
	float:right;
	height:18px;
	width:18px;
	font-size:10px;
	line-height:17px;
	background:none;
	border:1px solid #ddd;
	color: #666;
	text-align:center;
}

button.add-to-cart {
	margin: 16px 0 0 0;
	font-size:13px;
	padding:10px 12px;
	height:auto;
	line-height:14px;
}

button.add-to-cart i {
	margin:0 10px 0 0;
}

table.structure {
	margin: 20px 0 0 0;
	border-collapse:collapse;
	width:100%;
	border: 1px solid #e9e9e9;
	box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.2s ease-in 0s;
}

table.structure td,
table.structure th {
	vertical-align:middle;
	padding:5px;
	border:1px solid #f0f0f0;
}

table.structure td.img {
    position: relative;
	width: 225px;
	padding: 0;
}

table.structure td.img p.no-image {
	font-size: 15px;
	padding: 30px 0;
}

table.structure td.img a.i360 {
	position: absolute;
	bottom: 2px;
	left: 2px;
	padding: 2px 8px;
	background: #f2f2f2;
	color: #666;
}

table.structure td.detail {
	padding: 5px 10px;
}

table.structure td.detail ul.tags {
    position: relative;
    bottom:auto;
    left:auto;
    width: auto;
    text-align: left;
}

table.structure td.detail ul.tags li {
    margin:0 2px 0 0;
}

table.structure td.price {
	width: 175px;
}

table.structure td.qty {
	width: 290px;
	padding: 5px;
}

table.structure td span.price-new,
table.structure td span.price-old {
	display: block;
	line-height: normal;
}

table.structure td ul.qty-row {
	list-style-type: none;
}

table.structure td ul.qty-row li {
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid #f0f0f0;
}

table.structure td ul.qty-row li:first-child {
	padding-top: 0;
}

table.structure td ul.qty-row li:last-child {
	border: none;
	padding-bottom: 0;
}

table.structure td div.size {
	float: left;
	width: 175px;
	line-height: 18px;
	text-align: left;
	padding: 0 5px;
}

table.size {
	border-collapse:collapse;
	width:100%;
}

table.size td {
	vertical-align:middle;
	padding:5px;
	border-top:1px solid #f0f0f0;
	text-align: center;
}

table.size td.note {
	font-size: 11px;
	background:#f0f0f0;
	border: none;
}

table.size thead td {
	padding: 0 10px;
	border: none;
}

table.size thead td.head {
	width: 125px;
	color:#282828;
	font-size:11px;
	text-transform:uppercase;
	font-weight:500;
	letter-spacing:0.5px;
	padding:5px;
}

table.grid td div.qty-selector {
	float: none;
	margin: 0;
}

table.structure td div.qty-selector {
	float: right;
	margin: 0;
}

div.sort-bar {
	height: 35px;
	width: 100%;
	margin: 0 0 30px 0;
}

div.sort-bar ul {
	list-style:none;
}

div.sort-bar ul li {
	float: left;
	position: relative;
	margin: 0 1px 0 0;
}

div.sort-bar ul li a {
	display: inline-block;
	height:35px;
	line-height:35px;
	font-size:12px;
	padding:0 20px;
	font-weight:400;
	background: #f9f9f9;
}

div.sort-bar ul li a:hover {
	background: #e7e7e7;
}

div.sort-bar ul li#active a {
	background: #00a3d4;
	color: #fff;
}

div.sort-bar ul li#active a::after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: 0;
	margin-left: -7px;
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #00a3d4;
	content: "";
}

div.sort-mobile {
	display: none;
	margin:0 0 30px 10px;
}

div.filter-by {
	margin:0 10px 30px 10px;
}

div.sort-mobile p,
div.filter-by p {
	line-height:30px;
	padding:0 10px 0 0;
	font-size:12px;
	font-weight:600;
}

div.category-header,
div.brand-header {
	display:table;
	width:100%;
}

div.brand-header {
	margin:-20px 0 20px 0;
}

div.category-header h1,
div.brand-header h1 {
	font-size:30px;
	text-transform:capitalize;
	font-weight:400;
	color:#000;
	padding:0 0 10px 10px;
	border-bottom: 1px solid #ddd;
	margin: 0 0 15px 0;
}

div.brand-header h1 {
	font-size:25px;
	line-height: 25px;
	padding: 0 0 10px 0;
	margin: 0;
	border: none;
}

div.category-header h2 {
	font-size:14px;
}

div.category-header div.img,
div.brand-header div.img {
	float:left;
	width: 175px;
	min-height:100px;
	margin:0 20px 20px 0;
}

div.category-header div.text,
div.brand-header div.text {
	padding:0 0 20px 0;
}

div.category-header div.sub {
	border-top:1px solid #ddd;
	padding:20px 0 0 0;
}

ul.subcategory {
	display:table;
	list-style-type:none;
	margin:0 0 10px 0;
	width:100%;
}

ul.subcategory li {
	display:inline-block;
	margin:9.5px;
	width:100px;
	text-align:center;
	vertical-align:top;
}

ul.subcategory li h3 {
	font-size: 14px;
	font-weight: normal;
}

ul.subcategory li div.img {
	height:100px;
	width:100px;
	margin:0 0 5px 0;
	border:2px solid #ddd;
	transition:all 0.3s linear;
}

ul.subcategory li div.img:hover {
	border:2px solid #666;
	transition:all 0.3s linear;	
}

div.related-box {
	margin:50px 0 0 0;
	width:100%;
	padding:20px 0;
	position: relative;
}

div.related-box h3 {
	color:#333;
	text-transform:uppercase;
	font-weight:400;
	font-size:20px;
	padding:10px;
	margin: 0 10px 25px 10px;
	border-bottom:1px solid #dddddd;
}

p.no-image {
	font-family:'OpenSans', sans-serif;
	font-weight:600;
	color:#eee;
	text-align:center;
	text-transform:uppercase;
	font-size:25px;
	padding:60px 0;
}

p.no-image.small {
	padding:15px 0;
	font-size:14px;
}

i.no-image {
	color:#eee;
	text-align:center;
	padding:20px 12.5px;	
}

/*
////////// 404 Error
*/

div.missing {
	padding:50px 0;
	width:100%;
	min-height:500px;
}

div.missing h3 {
	color:#eee; 
	font-family:"Times New Roman", Times, serif;
	font-size:100px;
	letter-spacing:1px;
	text-align:center;
}


div.missing h4 {
	color:#ddd; 
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	padding:25px 0;
	text-align:center;
}

/*
////////// Checkout
*/

ul.checkout-step {
	display:table;
	list-style-type:none;
	width:100%;
	margin:0 0 30px 0;
}

ul.checkout-step li {
	float:left;
	width:calc(25% - 2px);
	border-bottom:5px solid #2d2d2d;
	background:#efefef;
	padding:15px 20px;
	margin:1px;
}

ul.checkout-step li.current {
	background:#f27c04;
}

ul.checkout-step li h3 {
	font-family:'OpenSans', sans-serif;
	font-weight:300;
	font-size:24px;
	line-height:24px;
	float:left;
}

ul.checkout-step li p,
ul.checkout-step li a {
	font-family:'OpenSans', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#444;
	padding:4px 0 0 5px;
	text-transform:uppercase;
	float:left;
}

ul.checkout-step li.current h3,
ul.checkout-step li.current p {
	color:#fff;
}

div.box-quantity {
	width:52px;
}

div.box-quantity span {
	display:block;
	border:1px solid #ddd;
	height:25px;
	width:auto;
	line-height:25px;
	text-align:center;
	margin:0 0 2px 0;
}

div.product-cart {
	width:100%;
}

div.product-cart > div {
	width:calc(100% - 65px);
}

div.product-cart h4 {
	font-size:12px;
	padding:5px 0 2px 0;
	font-weight:400;
}

div.product-cart p {
	font-size:11px;
	color:#555;
	padding:2px 0 0 0;
}

div.product-cart span {
	color:#777;
	font-size:10px;
}

p.product-total {
	line-height:30px;
	font-size:12px;
	color:#555;
}

table.checkout-recap {
	width:100%;
}

table.checkout-recap td {
	padding:0 0 10px 0;
}

div.empty {
	display:table;
	padding:75px 0;
	width:100%;
}

div.empty h3 {
	color:#eee; 
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	text-align:center;
}

div.checkout-page {
	min-height:700px;
}

div.checkout-page h2.title {
	font-size:16px;
	text-align:center;
}

div.coords,
div.order-note {
	margin:0 auto;
	max-width:400px;
}

div#voucher-wrapper {
	float: right;
	margin: 15px 0 20px 0;
	padding: 10px;
	width: 300px;
	border: 1px solid #e9e9e9;
	box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
}

div#voucher-wrapper input {
	float: left;
	width: calc(100% - 85px);
	margin: 0 5px 0 0;
}

div#voucher-wrapper a {
	float: left;
	width: 80px;
}

/*
////////// Content Pages
*/

h1.title {
	font-size:16px;
	padding:5px 0 15px 2px;
	font-family:'OpenSans', sans-serif;
	text-transform:uppercase;
}

div#map {
	width:100%;
	height:400px;
	margin:0 0 20px 0;
	border:1px solid #ddd;
	box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
}

ul.content {
	margin:0 0 0 15px;
}

ul.qos {
	list-style-type: none;
}

ul.qos li {
	float: left;
	text-align: center;
	margin: 20px;
	width: calc(33.33% - 40px);
	border-radius: 4px;
	background: #f27c07;
	padding: 50px;
	color: #fff;
	min-height: 250px;
	box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.25);
}

ul.qos li i {
	font-size: 50px;
}

ul.qos li h3 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.news-container h2 {
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	color: #f27c07;
	padding: 0 0 25px 0;
}

ul.news {
	list-style-type: none;
}

ul.news li {
	float: left;
	margin: 20px;
	padding: 10px;
	width: calc(50% - 40px);
}

ul.news li div.img {
	float: left;
	position: relative;
	margin: 0 25px 0 0;
	width: 250px;
	height: 170px;
}

ul.news li div.img div.date {
	position: absolute;
	width: 100px;
	height: 20px;
	left: 50%;
	margin: -10px 0 0 -50px;
	background: #f27c07;
	text-align: center;
	color: #fff;
	line-height: 20px;
}

ul.news li div.text {
	float: left;
	width: calc(100% - 275px);
}

ul.news li div.text-full {
	width: 100%;
}

ul.news li div.text h3 {
	font-size: 18px;
	line-height: 18px;
	color: #f27c07;
	padding: 0 0 15px 0;
}

/*
////////// Cookie Notice
*/

div.cookie-notice {
	display:none;
	width:100%;
	background:#333;
	padding:5px 0;
}

div.cookie-notice p {
	color:#fff;
	line-height:30px;
}

div.cookie-notice p a {
	color:#fff;
	text-decoration:underline;
}

div.cookie-notice a.agree {
	border-radius:0;
	background:#666;
	padding:3px 10px 2px 10px;
	width:75px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	margin:0 10px;
	text-decoration:none;
}

div.cookie-notice a.agree:hover {
	background:#000;
}

/*
////////// Responsive Media Queries
*/

@media only screen and (min-width: 320px) and (max-width: 439px) {
	div.offline h1 {
		margin:10px 0 0 0;
		font-size:26px;
		text-align:center;
		color:#555;
		line-height:50px;
		letter-spacing:2px;
	}
	div.offline h2 {
		margin:10px 0;
		font-size:18px;
		text-align:center;
		color:#f27c07;
		line-height:30px;
	}
	header div.top-nav {
		float:none;
		margin:0 auto;
		padding:0;
		width:100%;
	}
	div.category-nav,
	div#wrapper-info,
	div.home-banner {
		display: none;
	}
	div#wrapper-account {
		float: none;
	}
	footer {
		padding: 10px;
	}
	div.logo {
		float: none;
		margin: 15px auto;
		height: 70px;
		width: 300px;
	}
	div.logo h1 {
		height: 70px;
		width: 300px;
		background-size: 300px 67px;
	}
	ul.info {
		float:none;
		text-align:center;
		height:auto;
		margin: 0 0 10px 0;
	}
	ul.info li.cart,
	ul.info li.cart.mobile {
		display:block;
		margin:5px;
	}
	ul.info li p,
	ul.info li a {
		font-size:12px;
	}
	ul.info li i {
		font-size:15px;
	}
	div.cart-wrapper {
		float: none;
	}
	div#cart-box {
		margin:10px 0 0 0;
	}
	nav.main-lang {
		float:right;
	}
	nav.main-mobile { 
		display:table;
	}
	nav.main-mobile ul li ul li {
		display:inline-block;
		width:100%;
	}
	div.search-header {
		float: none;
		position:relative;
		margin:0 auto 10px auto;
		width:calc(100% - 20px);
	}
	div.grid-container {
		padding:15px 0;
	}
	div.col-left,
	div.col-right,
	div.col-content,
	div.col-product,
	div.col-main,
	div.col-single {
		float:none;
		width:100%;
		margin:0;
	}
	ul.product-grid > li,
	ul.product-home > li {
		float:none;
		width:100%;
	}
	ul.product-related > li {
		width:100%;
	}
	div.product-box > div.img div.bar {
		padding-top:15%;
	}
	div.product-box > div.img div.bar a.slide-left,
	div.product-box > div.img div.bar a.slide-right {
		padding:15%;
	}
	div.col-half.left,
	div.col-half.right {
		float:none;
		width:100%;
	}
	div.field p.label {
		float:none;
		line-height:normal;
	}
	div.field div.input {
		width:100%;
	}
	nav.tab-menu ul li {
		float:none;
		padding:0 20px;
		border:none;
	}
	div.popup { 
		min-width:250px;
	}
	div.col-img,
	div.col-details {
		float:none;
		width:100%;
	}
	div.col-details {
		padding:0;
	}
	table.grid.block {
		border:none;
	}
	table.grid.block thead {
		position:absolute;
		visibility:hidden;
		top:-9999px;
	}
	table.grid.block tr {
		border:1px solid #f2f2f2;
	}
	table.grid.block td {
		display:block;
		padding:8px;
		float:left;
		height:auto;
		width:100%;
		border:none;
		line-height:normal;
	}
	table.grid.block td.mark {
		float: left;
		width: 30px;
	}
	table.grid.block td.company {
		float: left;
		width: calc(100% - 30px);
		font-weight: 500;
	}
	table.grid.block td.value {
		width: 33.33%;
		border-top: 1px solid #f2f2f2;
		border-right: 1px solid #f2f2f2;
	}
	table.grid.block td.value:last-child {
		border-right: none;
	}
	table.grid.block td:before { 
		content: attr(data-title); 
	}
	table.grid.block td.value:before {
		display: block;
	}
	table.grid.block td table.grid-cart {
		display:table;
	}
	table.grid.block td table.grid-cart thead {
		position:relative;
		visibility:visible;
		top:0;
	}
	table.grid.block td table.grid-cart td.hideable {
		font-size:0;
	}
	table.grid.block td table.grid-cart td {
		display:table-cell;
		float:none;
		width:2%;
		table-layout:fixed;
		border:1px solid #e9e9e9;
	}
	table.grid.block td table.grid-cart td.row {
		display:table-cell;
		float:none;
		width:100%;
	}
	table.grid.block td table.grid-cart td.color-text {
		display:none;
	}
	table.grid.block td table.grid-cart td.color-box {
		display:table-cell;
	}
	ul.checkout-step li {
		width:100%;
	}
	nav.footer-menu > ul > li {
		padding:0 15px 10px 15px;
		width:100%;
	}
	a.text,
	input.text {	
		padding:0 11px;
	}
	a.text-big,
	input.text-big {
		padding:0 12px;
	}
	div.sort-mobile {
		float: none;
		display: block;
		margin: 0 0 30px 0;
	}
	div.filter-by {
		float: none;
	}
	div.sort-bar {
		display: none;
	}
	h4.title span {
		padding: 15px 0;
	}
	div.qos-container {
		padding: 30px 0;
	}
	ul.qos li {
		float: none;
		margin:20px 10px;
		width:calc(100% - 20px);
	}
	div.news-container {
		padding: 30px 0;
	}
	ul.news li {
		float: none;
		width: 100%;
		margin: 0 0 40px 0;
	}
	ul.news li div.img {
		float: none;
		margin: 0 auto 15px auto;
		width: 300px;
		height: 220px;
	}
	ul.news li div.text {
		float: none;
		width: 100%;
	}
	div.bc ul li {
		margin: 10px 0 0 0;
	}
	div.cell-banner {
		width: 100%;
		margin: 0 auto;
	}

	div.cell-banner ul {
		list-style-type: none;
	}

	div.cell-banner ul li {
		position: relative;
		width: calc(100% - 10px);
		margin: 0 5px 5px 5px;
		overflow: hidden;
	}
	a.i360 {
		display: none;
	}
	table.size {
		margin: 20px 0 0 0;
	}
	table.size img {
		width: 75px;
	}
	table.size td {
		font-size: 9px;
	}
	table.size thead td {
		font-size: 9px;
		padding: 0 2.5px;
	}
	table.size thead td.head {
		width: 70px;
	}
}

@media only screen and (min-width: 440px) and (max-width: 729px) {
	ul.info {
		float:none;
		text-align:center;
		height: auto;
		margin: 0 0 10px 0;
	}
	ul.info li.cart {
		margin:5px 10px;
	}
	ul.info li.cart.mobile {
		display: block;
	}
	div.logo {
		float: none;
		margin: 15px auto;
		height: 70px;
		width: 300px;
	}
	div.logo h1 {
		height: 70px;
		width: 300px;
		background-size: 300px 67px;
	}
	div.search-header {
		float: none;
		position:relative;
		margin:0 auto 10px auto;
		width:calc(100% - 20px);
	}
	header div.top-nav {
		float: none;
		width: 100%;
		padding: 0;
	}
	div.category-nav,
	div#wrapper-info,
	div.home-banner {
		display: none;
	}
	div#wrapper-account {
		float: none;
	}
	div.sticky-nav {
		display:none;
	}
	nav.main-mobile {
		display:table;
	}
	nav.main-mobile { 
		display:table;
	}
	div.grid-container {
		padding:15px 0;
	}
	div.col-left,
	div.col-right,
	div.col-content,
	div.col-product,
	div.col-main,
	div.col-single {
		float:none;
		width:100%;
		margin:0;
	}
	div.col-img,
	div.col-details {
		float:none;
		width:100%;
	}
	div.col-details {
		padding:0;
	}
	ul.product-grid > li,
	ul.product-home > li {
		width:50%;
	}
	ul.product-related > li {
		width:50%;
	}
	div.col-half.left,
	div.col-half.right {
		float:none;
		width:100%;
	}
	div.field p.label {
		min-width:120px;
	}
	div.field div.input {
		width:calc(100% - 120px);
	}
	ul.checkout-step li {
		padding:10px;
	}
	ul.checkout-step li h3,
	ul.checkout-step li p,
	ul.checkout-step li a {
		float:none;
		padding:0;
	}
	ul.checkout-step li h3 {
		font-size:20px;
	}
	ul.checkout-step li p,
	ul.checkout-step li a {
		font-size:12px;
	}
	nav.footer-menu > ul > li {
		width:calc(50% - 3px);
	}
	table.grid.block {
		border:none;
	}
	table.grid.block thead {
		position:absolute;
		visibility:hidden;
		top:-9999px;
	}
	table.grid.block tr {
		border:1px solid #f2f2f2;
	}
	table.grid.block td {
		display:block;
		padding:8px;
		float:left;
		height:auto;
		width:100%;
		border:none;
		line-height:normal;
	}
	table.grid.block td:before { 
		content: attr(data-title); 
	}
	table.grid.block td.mark {
		float: left;
		width: 30px;
	}
	table.grid.block td.company {
		float: left;
		width: calc(100% - 30px);
		font-weight: 500;
	}
	table.grid.block td.value {
		width: 33.33%;
		border-top: 1px solid #f2f2f2;
		border-right: 1px solid #f2f2f2;
	}
	table.grid.block td.value:last-child {
		border-right: none;
	}
	table.grid.block td:before {
		content: attr(data-title);
	}
	table.grid.block td.value:before {
		display: block;
	}
	table.grid.block td table.grid-cart {
		display:table;
	}
	table.grid.block td table.grid-cart thead {
		position:relative;
		visibility:visible;
		top:0;
	}
	table.grid.block td table.grid-cart td.hideable {
		font-size:0;
	}
	table.grid.block td table.grid-cart td {
		display:table-cell;
		float:none;
		width:2%;
		table-layout:fixed;
		border:1px solid #e9e9e9;
	}
	table.grid.block td table.grid-cart td.row {
		display:table-cell;
		float:none;
		width:100%;
	}
	table.grid.block td table.grid-cart td.color-text {
		display:table-cell;
	}
	table.grid.block td table.grid-cart td.color-box {
		display:none;
	}
	nav.footer-menu > ul > li {
		padding:0 15px 10px 15px;
		width:calc(50% - 3px);
	}
	div.sort-mobile {
		float: none;
		display: block;
		margin: 0 0 30px 0;
	}
	div.filter-by {
		float: none;
	}
	div.sort-bar {
		display: none;
	}
	div.qos-container {
		padding: 30px 0;
	}
	ul.qos li {
		float: none;
		margin:20px 10px;
		width:calc(100% - 20px);
	}
	div.news-container {
		padding: 30px 0;
	}
	ul.news li {
		float: none;
		width: 100%;
		margin: 0 0 40px 0;
	}
	ul.news li div.img {
		float: none;
		margin: 0 auto 15px auto;
		width: 300px;
		height: 220px;
	}
	ul.news li div.text {
		float: none;
		width: 100%;
	}
	div.bc ul li {
		margin: 10px 0 0 0;
	}
	a.i360 {
		display: none;
	}
	table.size {
		margin: 20px 0 0 0;
	}
	table.size img {
		width: 110px;
	}
	table.size td {
		font-size: 11px;
	}
	table.size thead td {
		font-size: 10px;
		padding: 0 5px;
	}
	table.size thead td.head {
		width: 110px;
	}
	div.cell-banner {
		width: 100%;
		margin: 0 auto;
	}
	div.cell-banner ul {
		list-style-type: none;
	}
	div.cell-banner ul li {
		position: relative;
		width: calc(50% - 10px);
		margin:5px;
		overflow: hidden;
	}
	div.cell-banner ul li:last-child {
		width: calc(100% - 10px);
	}
}

@media only screen and (min-width: 730px) and (max-width: 1023px) {
	div.logo {
		float: none;
		margin: 15px auto;
	}
	header div.top-nav {
		float: none;
		width: 100%;
		padding: 0 15px;
	}
	header div.top-nav div#wrapper-info {
		float: none;
	}
	header div.top-nav div#wrapper-account {
		float: none;
		margin: 10px 0;
	}
	div.search-header {
		width: calc(100% - 30px);
		margin: 10px 15px;
	}
	ul.info {
		float:none;
		text-align:center;
	}
	ul.info li.cart {
		margin:0 10px;
	}
	ul.info li.cart.mobile {
		display: inline-block;
	}
	nav.main-menu > ul {
		text-align: center;
	}
	nav.main-menu > ul > li {
		display: inline-block;
		float: none;
	}
	nav.main-menu > ul > li > a {
		padding: 0 12px;
		font-size: 11px;
	}
	nav.main-menu > ul > li:first-child > a {
		border-left: 1px solid #666;
	}
	nav.main-menu ul li.cart {
		display: none;
	}
	div.grid-container {
		padding:15px 5px;
	}
	ul.product-home li,
	ul.product-grid li,
	ul.product-related li {
		width:33%;
	}
	div.col-half div.field div.input,
	div.col-full div.field div.input {
		width:100%;
	}
	div.col-half div.field p.label,
	div.col-full div.field p.label {
		float:none;
		line-height:normal;
	}
	div.col-left,
	div.col-right,
	div.col-content,
	div.col-product,
	div.col-main,
	div.col-single {
		float:none;
		width:100%;
		margin:0;
	}
	table.grid.block td table.grid-cart td.hideable {
		font-size:0;
	}
	nav.footer-menu > ul > li {
		padding:0 10px 10px 10px;
		width:calc(50% - 3px);
	}
	h2.slogan {
		font-size:30px;
	}
	h3.slogan-text {
		font-size:10px;
	}
	div.sort-bar ul li a {
		padding: 0 15px;
	}
	div.qos-container {
		padding: 30px 0;
	}
	ul.qos li {
		margin:20px 10px;
		width: calc(33.33% - 20px);
		height: 395px;
	}
	table.structure td div.size {
		width: 120px;
	}
	table.structure td.qty {
		width: 235px;
	}
	table.structure td.price {
		width: auto;
	}
	table.size {
	}
	table.size img {
		width: 110px;
	}
	table.size td {
		font-size: 11px;
	}
	table.size thead td {
		font-size: 10px;
		padding: 0 5px;
	}
	table.size thead td.head {
		width: 110px;
	}
	div.home-banner {
		width: 100%;
	}
	div.cell-banner {
		width: 100%;
		margin: 0 auto;
	}
	div.cell-banner ul {
		list-style-type: none;
	}
	div.cell-banner ul li {
		position: relative;
		width: calc(20% - 10px);
		margin:0 5px;
		overflow: hidden;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1150px) {
	div.logo {
		height: 70px;
		width: 300px;
		margin: 15px;
	}
	div.logo h1 {
		height: 70px;
		width: 300px;
		background-size: 300px 67px;
	}
	header div.top-nav {
		width: calc(100% - 330px);
		padding: 15px 10px 5px 10px;
	}
	div.search-header {
		width: calc(100% - 350px);
		margin: 0 10px 0 0;
	}
	nav.main-menu > ul > li > a {
		padding:0 15px;
		font-size: 11px;
	}
	nav.footer-menu > ul > li {
		padding:0 10px 10px 10px;
		width:calc(25% - 3px);
	}
	ul.product-home li,
	ul.product-grid li,
	ul.product-related li {
		width:33%;
	}
	div.qos-container {
		padding: 30px 10px;
	}
	ul.qos li {
		min-height: 330px;
	}
	div.news-container {
		padding: 30px 0;
	}
	div.home-banner {
		width: 100%;
	}
	div.cell-banner {
		width: 100%;
		margin: 0 auto;
	}
	div.cell-banner ul {
		list-style-type: none;
	}
	div.cell-banner ul li {
		position: relative;
		width: calc(20% - 10px);
		margin:0 5px;
		overflow: hidden;
	}
}

@media only screen and (min-width: 1051px) and (max-width: 1280px) {
	div.category-nav div.wrapper {
		padding: 0;
	}
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
	div.wrapper {
		padding: 0;
	}
}

@media only screen and (min-width: 320px) and (max-width: 1400px) {
	div.page-wrapper,
	div.wrapper,
	div.dashboard,
	div.home-container,
	div.main-container,
	div.grid-container {
		display:table;
		width:100%;
	}
	div.main-container {
		padding: 10px;
	}
	div.col-content {
		padding:0 0 30px 0;
	}
	div#brand-list {
		width:100%;
	}
	div.home-banner div.text {
		padding:20px 20px 0 0;
		width:calc(100% - 20px);
	}
}