/*
Theme Name: Polo
Theme URI: http://magikcommerce.com/
Author: MagikCommerce
Author URI: https://www.magikcommerce.com/
Description:  Polo HTML Template
Version: 1.4
License: GNU General Public License v2 or later
Tags: two-columns, left-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu
Text Domain:  Polo
*/
/* TABLE OF CONTENTS

1.	Body

2.	Layout 

3.	Header

4.	Navigation

5.  Header Service

6.  Offer Banner

7.  New & Sale Label

8.  products View page

9.  Rating

10. Price

11. blog-post

12. To top

13. Mob Menu

14. Products slider

15. Breadcrumbs

16. Sidebar

17. Category Description

18. View Type: Grid

19. View Type: List

20. One Page checkout

21. Dashboard 

22. Global Styles 

23. Data Table 

24. Wishlist Table 

25. Progress Bar

26. 404 Page

27. Footer

28. Responsive


/*----------- 1. Body --------------*/

body {
	font-size: 13px;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover, a:focus {
	color: #23527c;
	text-decoration: none;
}
ul, ol {
	padding: 0px;
	margin: auto;
	list-style: none;
}
legend {
	display: none;
}

/*------------ 2. Layout ----------*/
.page {
	position: relative;
	margin: auto;
	background: #fff;
	width: 100%;
}



/* Top Shopping Cart */

.glyphicon-shopping-cart:before {
	font-size: 14px;
	color: #fdd922;
	margin-right: 6px;
}
.mini-products-list .product-image {
	float: left;
	width:100%;
	
}
}
.top-cart-content .product-name {
	margin: 0;
	width: 150px;
	line-height: 1;
	padding: 0 0 5px 0;
}
.top-cart-content .product-name a {
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
	color: #333;
}
.top-cart-content .product-name a:hover {
	color: #1c95d1;
	text-decoration: none;
}
.top-cart-contain .price {
	color: #ff0000;
	font-weight: bold;
	text-transform: uppercase;
}
.top-cart-contain .product-details .price {
	color: #3c5396;
	width: auto;
	float: none;
	font-weight: normal;
	padding-left: 0px;
	font-size: 12px;
}
.top-cart-contain {
	color: #333;
	display: block;
	float: right;
	margin: 15px 0px 0px 0px;
	padding: 0;
	right: 0;
	z-index: 1000;
}
.top-cart-content .empty {
	text-align: left;
	color: #333;
}
.top-cart-content {
	display: none;
	width: 300px;
	position: absolute;
	top: 50px;
	right: 16px;
	background: #fff;
	padding: 0;
	text-align: left;
	box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
	z-index: 10000;
}

.top-cart-content.arrow_box {
	display:none;}
.top-subtotal {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	text-align: left;
	text-transform: none;
	border-bottom: 1px #ddd solid;
	border-top: 1px #ddd solid;
}
.top-subtotal .price {
	float: right;
	font-size: 15px;
}
.top-cart-content .block-subtitle {
	color: #333;
	overflow: hidden;
	padding: 15px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	background: #f5f5f5;
	text-transform: none;
	font-weight: 600;
	border-bottom: 3px #ddd double;
}
.top-cart-content li {
	list-style: none;
}
.top-cart-content li.item {
	border-bottom: 1px solid #eee;
	margin: 5px 0px 10px;
	overflow: hidden;
	padding: 0px 0px 10px 0px;
}
.top-cart-content li.item.last {
	margin: 0px;
	border-bottom: 0px #eee solid;
}
.top-cart-content .product-details {
	color: #333333;
	position: relative;
	text-align: left;
	padding: 0px;
}

.top-cart-content .product-details .btn-edit {
	position: absolute;
	right: 22px;
	top: 6px;
}
.top-cart-content .actions {
	padding: 15px 20px;
	margin: 0;
	overflow: hidden;
	background: #f5f5f5;
}

.glyphicon-remove {
	position: absolute;
	right: -10px;
}
.glyphicon-pencil {
	position: absolute;
	right: 10px;
}
a.glyphicon-remove, a.glyphicon-pencil {
	color: #999;
}
a.glyphicon-remove:hover, a.glyphicon-pencil:hover {
	color: #333;
	text-decoration: none;
}

/*----------- 4. Navigation -------------*/
nav {
	position: relative;
	z-index: 999;
	background: #3c5396;
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
}

	/* 1st level */
li.level0 > a > span {
	position: relative;
}
li.level0 > a > span > .cat-label {
	position: absolute;
	top: -12px;
	right: 0;
	padding: 0 6px;
	font-size: 12px;
	line-height: 22px;
}
	/* Add pin (only 1st level) */
li.level0 > a > span > .pin-bottom:before {
	position: absolute;
	right: 6px;
	top: 22px;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 4px;
	border-color: transparent;
	transition: border-color 450ms ease-in-out;
}
li.level0 > a:hover > span > .pin-bottom:before {
	transition-duration: 100ms;
}
	/* 2nd level */
li.level1 > a > span > .cat-label {
	display: inline-block;
	padding: 0 4px;
	margin-left: 2px;
	vertical-align: middle;
}
	/* 3rd level */
li.level2 > a > span > .cat-label {
	display: inline-block;
	padding: 0 4px;
	margin-left: 2px;
}

ul.level0 {
	padding: 0;
}
ul.level1 {
	padding: 0 0px;
}
li.level0 > a > span > .cat-label-label1.pin-bottom:before {
	border-top-color: #D12631;
}
li.level0 > a > span > .cat-label-label2.pin-bottom:before {
	border-top-color: #d52462;
}
li > a:hover > span > .cat-label, #nav li.level0:hover > a > span > .cat-label {
	background-color: #ff7214;
}
li.level0 > a:hover > span > .pin-bottom:before, #nav li.level0:hover > a > span > .pin-bottom:before {
	border-top-color: #ff7214;
}
.grid12-4 {
	display: inline;
	float: left;
	margin: 0px 0px 0 10px;
	width: 29.1%;
}
.grid12-4 .static-img-block {
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}
.grid12-4 .static-img-block img {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}
.grid12-4 .static-img-block img:hover {
	-webkit-transform: scale(1.11);
	transform: scale(1.11);
	-moz-transform: scale(1.11);
}
.grid12-8 {
	display: inline;
	float: left;
	margin-left: 0;
	margin-right: 0%;
	width: 70%;
}
.sticky {
	position: fixed;
	margin-top: 0px;
	z-index: 1000;
	display: block;
	top: 0px;
	height: 44px;
	width: 100%;
}
.sticky .logo-small {
	display: block!important;
	position: absolute;
	right: 0px
}
.sticky .logo-small img {
	width: 60px;
	margin-top: 10px
}
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */

.glyphicon-chevron-right:before {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	speak: none;
	content: "\f105";
	text-transform: none;
	font-size: 18px;
	padding: 6px 6px 6px 6px;
	line-height: 22px;
}
.glyphicon-chevron-left:before {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	speak: none;
	content: "\f104";
	text-transform: none;
	font-size: 18px;
	padding: 6px 4px;
	line-height: 22px;
}

[data-slide="prev"] {
 margin-right: 10px;
}

/*  Product Shop ===*/

/*detail page view link*/

.tab-content > .active {
	margin-top: 15px;
}
fieldset {
	border: 0 none;
	margin: 0;
	padding: 0;
}


/*--------- 9. Rating ----------- */
small {
	font-size: 85%;
	font-weight: normal;
	text-transform: lowercase;
	color: #999999;
}

#toTop {
	color: #fff;
	text-align: center;
	bottom: 50px;
	display: none;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
/* 	position: fixed;
 */	right: 10px;
	text-decoration: none;
	width: 50px;
	background-color:#1c242f;
	text-transform: uppercase;
	z-index: 100;
	border-radius: 5px;
}
#toTop:hover {
	color: #fff;
	background-color: #3c5396;
}
/*------- 13. Mob Menu ---------*/
	
ul.topnav {
	padding: 0 5px;
	margin: 0;
	font-size: 1em;
	line-height: 0.5em;
	list-style: none;
}
ul.topnav li {
	border-bottom: 1px solid #ddd;
	float: none;
	margin: 0 15px;
	position: relative;
}
ul.topnav li.last {
	position: relative;
	float: none;
	border-bottom: none;
}
ul.topnav li a {
	line-height: 10px;
	font-size: 13px;
	padding: 15px 0px;
	font-weight: normal;
	color: #333;
	display: block;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	width: 80%;
	text-transform: uppercase;
	letter-spacing: 1px;
}
ul.topnav li a:hover {
	color: #000;
}
ul.topnav li .active a {
	background-color: #999;
	color: #000;
}
ul.topnav ul {
	margin: 0;
	padding: 0;
	display: none;
}
ul.topnav ul li {
	margin: 0;
	padding: 12px;
	clear: both;
}
ul.topnav ul li a {
	padding-left: 10px;
	font-size: 13px;
	font-weight: normal;
	outline: 0;
	color: #666;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: normal;
}
ul.topnav ul ul li a {
	padding-left: 20px;
}
ul.topnav em {
	color: #666;
	cursor: pointer;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	padding: 6px 0 6px 6px;
	position: absolute;
	right: 0px;
	top: 10px;
	width: 16px;
	height: 25px;
}
ul.topnav em:hover {
	color: #000;
}


/*------- 16. Sidebar ---------*/

.sidebar {
	font-size: 14px;
}
.sidebar .block-layered-nav .price {
	font-size: 13px;
	font-weight: normal;
}

.sidebar a, .sidebar .block-layered-nav .price .sub {
	color: #222;
	font-size: 12px;
}
.sidebar .block-layered-nav .price {
	color: #666;
}
.sidebar .link-cart, .sidebar .link-reorder, .block .actions a {
	color: #CA0000;
	font-weight: bold;
	font-size: 12px;
}
.sidebar .link-compare, .sidebar .link-wishlist {
	color: #aaa;
	font-size: 12px;
}
.sidebar .link-cart:hover, .sidebar .link-wishlist:hover, .sidebar .link-reorder:hover, .sidebar .link-compare:hover, .sidebar .link-cart:focus, .sidebar .link-wishlist:focus, .sidebar .link-reorder:focus, .sidebar .link-compare:focus, .block .actions a:hover, .block .actions a:focus {
	color: #333;
}
.sidebar .block dl {
	border-bottom: 0px solid #ccc;
	margin: 0;
}

.sidebar .block-content li.current {
	font-weight: 900;
	color: #333;
}

.sidebar .block-cart .block-subtitle {
	border-bottom: 1px solid #eee;
	padding-bottom: 6px;
	margin: 8px 0 8px;
	font-weight: 900;
	font-size: 13px;
}

.price, .breadcrumbs li strong, .product-details span.price, #recently-viewed-items .price-box .special-price .price, #recently-viewed-items .price-box .regular-price .price, .availability.out-of-stock span {
	color: #333;
}
.sidebar .block .access .btn-remove1 {
	position: relative;
	right: 0;
	top: 0px;
}
.sidebar a:hover {
	text-decoration: none;
	color: #000;
}

ol#compare-items li a.product-name {
	font-size: 12px;
	padding: 0 5px;
	margin: 0;
	font-weight: normal;
	color: #333;
	line-height: 20px;
	text-transform: none;
	display: inline-block;
	width: 90%;
}
ol#compare-items li a.product-name span {
	margin-right: 3px;
	font-size: 20px;
	font-weight: 400;
	color: #777;
	line-height: 15px;
	margin-bottom: 6px;
}
ol#compare-items li a.product-name:hover {
	font-size: 12px;
	color: #000;
}
ol#compare-items li {
	margin: 0;
	padding: 0 0 10px;
	position: relative;
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 10px;
	background: none;
}
ol#compare-items li:before {
	content: '\f105';
	font-family: FontAwesome;
	font-size: 12px;
	padding-right: 6px;
	color: #444;
	display: inline-block;
	vertical-align: top;
}
ol#compare-items li.last {
	border-bottom: none;
	margin-bottom: 0;
}
.sidebar ol, .sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 0
}
.sidebar .block-poll li {
	padding: 5px 0px;
	background: none;
}
.
.sidebar .block-company li {
	padding: 10px 0px !important;
	list-style: none;
	border-bottom: 1px #ddd solid;
	border-top: 1px #fff solid;
}

button.button.submit:before {
	content: "\f04b";
	font-family: FontAwesome;
	font-size: 11px;
	padding-right: 8px;
}

.button {
	font-family: 'Open Sans', sans-serif;
	border: 1px #ddd solid;
	background: #fff;
	padding: 7px 12px;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}
.button:hover {
	border: 1px solid #3c5396;
	background: #3c5396;
	padding: 7px 12px;
	color: #FFF;
}
button.button span {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}

.separator {
	color: #999
}
ol.products-list {
	padding: 0;
	margin: 0;
	float: left
}
li .list {
	border-bottom: none;
}

/*------- 20. One Page checkout -------- */

input.radio {
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.required em {
	color: #ff0000;
}
/*------- 22. Global Styles -------*/
	/* Form Elements */
p.control input.checkbox, p.control input.radio {
	margin-right: 6px;
}
	/* Grouped fields */

input.radio {
	margin-right: 3px;
}


/*------- 23. Data Table -------- */

input.input-text, select, textarea {
	background-color: #f0f0f0;
	border: 1px #f1f1f1 solid;
	padding: 10px;
	outline: none;
	color: #aaa;
}
input.input-text:focus, select:focus, textarea:focus {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	outline: none;
}

/*--------- 25. Progress Bar --------------*/
.required {
	color: #ff0000;
}
/* compare */
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/*------ 26. 404 Page --------- */
.content-wrapper {
	margin: auto;
	text-align: center;
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 80px;
}



/*---------- 27. Footer ------------ */	
.footer {
	background: none repeat scroll 0 0 #1c242f;
}
.footer-top {
	background-color: #3b598a;
	clear: both;
	margin-bottom: 0px;
	overflow: hidden;
	padding: 10px 0;
}

.footer-middle {
	margin: auto;
	margin-bottom: 20px;
}
.footer-middle .col-md-3, .footer-middle .col-md-2 {
	margin: 5px auto;
}
.footer a:hover {
	text-decoration: none;
}
.footer-bottom {
	background: none repeat scroll 0 0 #1c242f;
	margin: auto;
	overflow: hidden;
	padding: 8px 0 9px;
	width: 100%;
}
.footer-bottom a {
	color: #aaa;
}
.footer-bottom a:hover {
	text-decoration: none;
}

.footer-logo {
	text-align: left;
	margin: 10px 0;
}
.footer a, .footer p {
	color: #ccc;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.footer-middle h4 {
	color: #3c5396
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px;
	text-transform: uppercase;
}
.footer-middle ul.links {
	margin: auto;
	padding: 0px;
}
.footer-middle .links li {
	list-style: none;
	padding: 5px 0px;
}
.footer-middle .links li a {
	color: #999999;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}
.footer-middle .links li a:hover {
	color: #fff;
	text-decoration: none;
}
.footer-middle .links li a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 12px;
	display: inline-block;
	cursor: pointer;
	line-height: 20px;
	color: #999999;
	margin-right: 5px;
}

.footer-bottom .company-links ul {
	padding: 0px;
}
.footer-bottom .company-links li {
	display: inline-block;
	margin-left: 20px;
	list-style: none;
	float: right;
}

/*------ 28. Responsive ----------- */ 
@media only screen and (min-width: 320px) and (max-width: 479px) {
.footer-top .block-subscribe {
	margin-bottom: 15px;
}
.footer-bottom .company-links li {
	display: inline-block;
	float: left;
	list-style: outside none none;
	margin-left: 0;
	margin-right: 10px;
	margin-bottom: 5px;
}
.page {
	overflow-x: hidden
}
.sticky {
	width: 100%;
}
#nav {
	display: none;
}
nav {
	height: 44px;
}
.top-cart-contain {
	position: absolute;
	right: 0px;
	top: 39px;
}
.top-cart-content {
	top: 36px;
	right: 12px;
	width: 282px;
}
.header .logo img {
	width: 80%;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 12px;
	padding-right: 12px;
}
#overlay {
	display: none !important;
}
.more-views .owl-carousel .owl-item {
	width: 125px !important;
}
.tab-content {
	display: inline-block;
}
.pager .limiter label, .toolbar label {
	display: none;
}
.toolbar .pager {
	float: left;
	margin: 6px 0px;
	width: 100%;
}
.brand-logo .container {
	padding: 0px 10px;
}
.brand-logo .controls .prev {
	left: -10px;
	border: none;
	top: -100px;
}
.brand-logo .controls .next {
	border: none;
	right: 0px;
	top: -100px;
}
.brand-logo .col-lg-2 {
	padding: 0 8px;
}
.brand-logo .row img {
	margin: 5px 0;
	display: inline-block;
}
.brand-logo .row {
	margin: 0px;
}

.header .logo {
	margin-top: 15px;
}
#toTop {
	height: 30px;
	line-height: 30px;
	width: 35px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.footer-top .block-subscribe {
	margin-bottom: 15px;
}
.footer-bottom .company-links li {
	display: inline-block;
	float: left;
	list-style: outside none none;
	margin-left: 0;
	margin-right: 10px;
	margin-bottom: 5px;
}
#overlay {
	display: none !important;
}
.brand-logo {
	overflow: hidden;
}
.pager .limiter label, .toolbar label {
	display: none;
}
.toolbar .pager {
	float: left;
	margin: 6px 0px;
	width: 100%;
}
.brand-logo .container {
	padding: 0px 10px;
}
.brand-logo .controls .prev {
	left: -5px;
	border: none;
	top: -100px;
}
.brand-logo .controls .next {
	border: none;
	right: 2px;
	top: -100px;
}
.brand-logo .col-lg-2 {
	padding: 0 8px;
}
.brand-logo .row img {
	margin: 5px 0;
	display: inline-block;
}
.brand-logo .row {
	margin: 0px 0px 0px 15px;
}
.sticky {
	width: 100%;
}
#nav {
	display: none;
}
nav {
	height: 44px;
}
.top-cart-contain {
	position: absolute;
	right: 8px;
	top: 46px;
}
.top-cart-content {
	top: 36px;
	right: 0;
}
.header .logo img {
	width: 80%;
}
#toTop {
	height: 30px;
	line-height: 30px;
	width: 35px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
#nav li.drop-menu ul {
	max-height:320px;
	 overflow:auto
}
.brand-logo .slider-items-products .owl-buttons .owl-next {
	right: 8px;
}
.blog-img a.info {
	transform: translateY(45px);
}
.blog-img:hover a.info {
	transform: translateY(45px);
}
.brand-logo {
	overflow: hidden;
}
.toolbar .pager {
	float: left;
	margin: 6px 0px;
	width: 100%;
}
.page {
	overflow-x: hidden;
}
.brand-logo .container {
	padding: 0px 10px;
}
.brand-logo .controls .prev {
	left: -10px;
	border: none;
	top: -70px;
}
.brand-logo .controls .next {
	border: none;
	right: 0px;
	top: -70px;
}
.brand-logo .col-lg-2 {
	padding: 0 8px;
}
.brand-logo .row img {
	margin: 5px 0;
	display: inline-block;
}
.brand-logo .row {
	margin: 0px 0px 0px 15px;
}
.sticky {
	width: 100%;
}

#nav ul.level0 > li {
	width: 136px;
	margin-left: 25px;
}
#nav ul.level0 > li.last {
	width: 136px;
}
#nav ul.level1 > li a {
	display: inline-flex;
	float: none;
}
#nav .level0-wrapper .nav-add .push_item {
	width: 18.2%;
	margin-left: 8px;
	margin-right: 4px;
}
#nav .level0-wrapper .nav-add .push_item img {
	width: 100%;
}

#nav .level0-wrapper .nav-add .push_item_last {
	width: 18.2%;
}

#nav .level0-wrapper, #nav.classic .parent > ul {
	width: 720px;
	margin: auto;
	max-height: 315px;
    overflow: auto;
	padding: 20px 4px 10px;
}

#nav .grid12-8 ul.level0 > li {
	width: 39%;
}

#nav .grid12-8 ul.level0 > li.last {
	width: 40%;
}

}
 @media (min-width: 992px) and (max-width: 1199px) {
#nav li.drop-menu ul {
	max-height:420px;
	overflow:auto}

.blog-img a.info {
	transform: translateY(65px);
}
.blog-img:hover a.info {
	transform: translateY(65px);
}
ol#compare-items li a.product-name {
	width: 180px;
}
.toolbar .pager {
	width: 53%;
}
.page {
	overflow-x: hidden;
}
.brand-logo .container {
	padding: 0px 10px;
}
.brand-logo .controls .prev {
	left: -10px;
	border: none;
}
.brand-logo .controls .next {
	border: none;
	right: -20px;
}
.brand-logo .col-lg-2 {
	padding: 0 8px;
}
.brand-logo .row img {
	margin: 5px 0;
	display: inline-block;
}
.brand-logo .row {
	margin: 0px 0px 0px 15px;
}
.sticky {
	width: 100%;
}

#nav ul.level0 > li {
	width: 18.6%;
	margin-right: 5px;
    margin-left: 4px;
}
#nav ul.level0 > li.last {
	width: 18.6%;
}
#nav .grid12-8 ul.level0 > li {
	width: 23%;
}
#nav ul.level1 > li a {
	display: inline-flex;
	float: none;
}
#nav .level0-wrapper .nav-add .push_item {
	width: 18.6%;
    margin-right: 5px;
    margin-left: 7px;
}
#nav .level0-wrapper .nav-add .push_item.last {
	width: 48%;
	height: auto;
	margin-right: 0px;
}
#nav .level0-wrapper .nav-add .push_item img {
	width: 100%;
	height: auto;
}
#nav .level0-wrapper .nav-add .push_item .push_img a {
	height: 100%;
	width: 100%;
}
#nav .level0-wrapper, #nav.classic .parent > ul {
	width: 100%;
	margin: auto;
	padding: 20px 10px 8px;
}
}