/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Arvo:400,700|Open+Sans+Condensed:300,700|Open+Sans:300,400,400i,600,700');

@font-face {
    font-family: Rockwell;
    src: url("../fonts/rockwell.otf");
}
@font-face {
    font-family: Nextart-bold;
    src: url("../fonts/nextart_bold.otf");
}
@font-face {
    font-family: Goodvibes;
    src:
         url("../fonts/goodvibes.otf") format('opentype'),
         url('../fonts/goodvibes-webfont.woff2') format('woff2'),
         url('../fonts/goodvibes-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Vipernora;
    src: url("../fonts/viper_nora.otf");
}
@font-face {
    font-family: Bebas Neue;
    src: url("../fonts/bebasneue_regular.otf");
}
/* * {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	moz-osx-font-smoothing: grayscale;
} */
body {
	font-family: 'Open Sans', sans-serif /*{body-font-family}*/;
	font-size: 14px /*{body-font-size}*/;
	color: #333333 /*{body-font-colour}*/;
	background-color: #ffffff /*{body-background-colour}*/;
  font-weight: 300;
  line-height: 160%;
}
body#n_home {
    background-image: url('../images/home-bg.jpg') /*{body-background-image}*/;
}

a {
	color: #333333 /*{link-text-colour}*/;
}
a:hover,
a:focus {
	color: #000000 /*{link-text-hover-colour}*/;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Rockwell', sans-serif /*{headers-font-family}*/;
}

.carousel-caption h3,.carousel-caption .h3,.carousel-caption p {
	color: white /*{carousel-text-colour}*/;
}

h1,
.h1 {
	font-size: 36px /*{header-1-font-size}*/;
}
h2,
.h2 {
	font-size: 30px /*{header-2-font-size}*/;
}
h3,
.h3 {
	font-size: 24px /*{header-3-font-size}*/;
}
h4,
.h4 {
	font-size: 18px /*{header-4-font-size}*/;
}
h5,
.h5 {
	font-size: 14px /*{header-5-font-size}*/;
}
p {
    font-weight: 300;
    text-rendering: optimizeLegibility;
    line-height: 160%;
}
#main-content .btn {
	min-width: 135px;
	padding: 12px 12px;
	line-height: 100%;
}
.btn {
	border-radius:0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	padding: 7px 12px;
}
.btn-default {
	color: #333333 /*{btn-default-text-colour}*/;
	background-color: #fcd106 /*{btn-default-bg-colour}*/;
	border-color: #fcd106 /*{btn-default-border-colour}*/;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #333333 /*{btn-default-text-colour-hover}*/;
	background-color: #fcd941 /*{btn-default-bg-colour-hover}*/;
	border-color: #fcd941 /*{btn-default-border-colour-hover}*/;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #fcd941 /*{btn-default-disabled-bg-colour}*/;
	border-color: #fcd941 /*{btn-default-disabled-border-colour}*/;
}


.btn-primary {
	color: #FFFFFF /*{btn-primary-text-colour}*/;
	background-color: #151515 /*{btn-primary-bg-colour}*/;
	border-color: #151515 /*{btn-primary-border-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #ffffff /*{btn-primary-text-colour-hover}*/;
	background-color: #313131 /*{btn-primary-bg-colour-hover}*/;
	border-color: #313131 /*{btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #313131 /*{btn-primary-disabled-bg-colour}*/;
	border-color: #313131 /*{btn-primary-disabled-border-colour}*/;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-success.focus {
	background-color: #313131 /*{btn-primary-disabled-bg-colour}*/;
	border-color: #313131 /*{btn-primary-disabled-border-colour}*/;
}

.btn-warning {
	color: #ffffff  /*{btn-warning-text-colour}*/;
	background-color: #f98000 /*{btn-warning-bg-colour}*/;
	border-color: #f98000 /*{btn-warning-border-colour}*/;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #ffffff /*{btn-warning-text-colour-hover}*/;
	background-color: #f59b4a /*{btn-warning-bg-colour-hover}*/;
	border-color: #fa9336 /*{btn-warning-border-colour-hover}*/;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #f59b4a /*{btn-warning-disabled-bg-colour}*/;
	border-color: #f59b4a /*{btn-warning-disabled-border-colour}*/;
}

.btn-danger {
	color: #ffffff /*{btn-danger-text-colour}*/;
	background-color: #cc0000 /*{btn-danger-bg-colour}*/;
	border-color: #cc0000 /*{btn-danger-border-colour}*/;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger,
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	color: #ffffff /*{btn-danger-text-colour-hover}*/;
	background-color: #d2322d /*{btn-danger-bg-colour-hover}*/;
	border-color: #d2322e /*{btn-danger-border-colour-hover}*/;
}

.btn-success {
	color: #fcd106 /*{btn-success-text-colour}*/;
	background-color: #151515 /*{btn-success-bg-colour}*/;
	border-color: #151515 /*{btn-success-border-colour}*/;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
	color: #fcd106 /*{btn-success-text-colour-hover}*/;
	background-color: #323232 /*{btn-success-bg-colour-hover}*/;
	border-color: #323232 /*{btn-success-border-colour-hover}*/;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #323232 /*{btn-success-disabled-bg-colour}*/;
	border-color: #323232 /*{btn-success-disabled-border-colour}*/;
}

.btn-info {
	color: #ffffff /*{btn-info-text-colour}*/;
	background-color: #151515 /*{btn-info-bg-colour}*/;
	border-color: #151515 /*{btn-info-border-colour}*/;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #ffffff /*{btn-info-text-colour-hover}*/;
	background-color: #313131 /*{btn-info-bg-colour-hover}*/;
	border-color: #313131 /*{btn-info-border-colour-hover}*/;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #313131 /*{btn-info-disabled-bg-colour}*/;
	border-color: #313131 /*{btn-info-disabled-border-colour}*/;
}

.text-danger {
  color: #cc0000;
}

.btn.btn-inverse {
    background: #fff;
    color: #151515;
    border: 1px solid #ddd;
}

.wrapper-breadcrumbs {
    min-height: 42px;
}
.breadcrumb {
	background-color: transparent /*{breadcrumb-background-colour}*/;
	padding: 10px 0px;
	font-size: 12px;
}
.breadcrumb > li + li:before {
	color: #cccccc /*{breadcrumb-text-colour}*/;
	padding: 0 3px 0 8px;
}
.breadcrumb > .active,
.breadcrumb a {
	color: #999999 /*{breadcrumb-active-link-colour}*/;
	font-weight: 300;
}

.pagination > li > a,
.pagination > li > span {
	color: #000000 /*{pagination-text-colour}*/;
	background-color: #ffffff /*{pagination-bg-colour}*/;
	border-color: #ffffff /*{pagination-border-colour}*/;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #000000 /*{pagination-text-colour-hover}*/;
	background-color: #e6e6e6 /*{pagination-bg-colour-hover}*/;
	border-color: #e6e6e6 /*{pagination-border-colour-hover}*/;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #fff /*{pagination-text-colour-active}*/;
	background-color: #000000 /*{pagination-bg-colour-active}*/;
	border-color: #000000 /*{pagination-border-colour-active}*/;
}
.label {
	text-transform: uppercase;
	border-radius:0;
}
.label-default {
	background-color: #fcd106 /*{label-default-bg}*/;
	color: #000;
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #808080 /*{label-default-bg-hover}*/;
}
.label-primary {
	background-color: #151515 /*{label-primary-bg}*/;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #3071a9 /*{label-primary-bg-hover}*/;
}
.label-success {
	background-color: #151515 /*{label-success-bg}*/;
	color: #fcd106;
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44 /*{label-success-bg-hover}*/;
}
.label-info {
	background-color: #313131 /*{label-info-bg}*/;
}
.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5 /*{label-info-bg-hover}*/;
}
.label-warning {
	background-color: #151515 /*{label-warning-bg}*/;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f /*{label-warning-bg-hover}*/;
}
.label-danger {
	background-color: #cc0000 /*{label-danger-bg}*/;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c /*{label-danger-bg-hover}*/;
}

.well {
	background-color: #f5f5f5 /*{well-bg}*/;
	border-color: #f5f5f6 /*{well-border-colour}*/;
	border-radius: 0;
	box-shadow: none;
}

.panel-default {
	border-color: #dddddd /*{panel-border-colour}*/;
	border-radius: 0;
	box-shadow: none;
}
.panel-default > .panel-heading {
	color: #333333 /*{panel-header-text-colour}*/;
	background-color: #f5f5f5 /*{panel-header-bg-colour}*/;
	border-color: #dddddd /*{panel-header-border-colour}*/;
}

.panel-title {
	color: #333333 /*{panel-header-text-colour}*/;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #dddddd /*{panel-border-colour}*/;
}

.save {
	color: #D9534F /*{sale-colour}*/;
}
.productsave {
	color: #D9534F /*{sale-colour}*/;
}

.navbar-default {
	background-color: #f8f8f8 /*{navbar-default-bg-colour}*/;
	border-color: #e7e7e7 /*{navbar-default-border-colour}*/;
}

.navbar-default .navbar-brand {
	color: #777777 /*{navbar-default-text-colour}*/;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e /*{navbar-default-text-colour-hover}*/;
}
.navbar-default .navbar-text {
	color: #777777 /*{navbar-default-text-colour}*/;
}
header .navbar-default .navbar-nav > li > a {
	color: #ffffff /*{navbar-default-link-colour}*/;
	font-family: 'Rockwell', serif;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.5px;
}

.navigation-list li a {
	color: #777777 /*{navbar-default-link-colour}*/;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #fcd106 /*{navbar-default-link-colour-hover}*/;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #555555 /*{navbar-default-link-colour-active}*/;
	background-color: #e7e7e7 /*{navbar-default-link-bg-active}*/;
}

.navbar-default .navbar-nav >.dropdown > a .caret {
	border-top-color: #333 /*{navbar-default-link-colour}*/;
	border-bottom-color: #333 /*{navbar-default-link-colour}*/;
}

.nav .caret {
	border-top-color: #428bca /*{navbar-default-link-colour}*/;
	border-bottom-color: #428bca /*{navbar-default-link-colour}*/;
}

.nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
	border-top-color: #333 /*{navbar-default-link-colour}*/;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #333333  /*{navbar-default-link-colour-hover}*/;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7 /*{navbar-default-bg-colour}*/;
	color: #333333 /*{navbar-default-link-colour-hover}*/;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}

.dropdown-menu {
	background-color: rgba(48,48,48,0.9) /*{dropdown-menu-bg}*/;
	border-color: #323131 /*{dropdown-menu-border-colour}*/;
	border: none;
	border-radius: 0;
}

.dropdown-menu .divider {
	background-color: #e5e5e5 /*{dropdown-menu-divider-colour}*/;
}
.dropdown-menu > li > a {
	color: #ffffff /*{dropdown-menu-link-colour}*/;
	font-family: 'Bebas Neue', serif;
	font-size: 18px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #fcd106 /*{dropdown-menu-link-colour-hover}*/;
	background-color: transparent /*{dropdown-menu-link-bg-hover}*/;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff /*{dropdown-menu-link-colour-active}*/;
	background-color: #428bca /*{dropdown-menu-link-bg-active}*/;
}
.logo {
	max-width:100%;
	margin-top: 0;
}

@media (max-width:767px) {
  .breadcrumb {
    font-size: 10px;
  }
}

/*------------------- GENERIC -------------------*/
@media (min-width: 1400px) {
	.container {
		width: 1400px;
	}
}
@media (max-width:400px) {
  .col-xxs-12 {
    width: 100%;
  }
  .hidden-xxs {
    display:none;
  }
}

.center-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
hr {
    border-color: #dfdfdf;
}

/*------------------- HEADER -------------------*/
header {
    background: #272727 url('../images/header-bg.jpg') no-repeat center bottom;
    background-size: cover;
}
header > .container {
    padding-top: 30px;
    height: 100%;
}

/* Menu */
.wrapper-menu {
    background: #161616;
}
.wrapper-menu .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.wrapper-menu .navbar-default {
    margin-bottom: 0;
    background: transparent;
    border: none;
    border-radius: 0;
}

/* Utility Menu */
.header-utility-menu ul.nav > li > a {
    padding: 5px 9px;
    text-transform: uppercase;
    font-size: 11px;
    background: transparent;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.header-utility-menu ul.nav > li:first-child > a {
  padding-left: 0;
}
.header-utility-menu ul.nav > li:last-child > a {
  padding-right: 0;
}
.header-utility-menu ul.nav > li > a:hover {
    color: #fcd106;
}

/* Wishlist & Cart */
.header-shop-links {
    margin-top: 10px;
}
.header-shop-links > div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 !important;
    padding: 0;
}
.header-shop-links > div a {
    color:#fff;
    text-transform:uppercase;
    padding: 3px 0;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.header-shop-links > div a:hover {
    text-decoration:none;
    color:#fed105;
}
.header-shop-links .fa {
    font-size: 18px;
    margin-right: 2px;
}
.header-cart > ul {
    margin-bottom: 0;
    padding-left: 20px;
}
.header-cart ul.dropdown-menu {
    background: #fff;
    padding: 0;
}
.header-cart ul.dropdown-menu a {
    color: #151515;
}
.header-cart ul.dropdown-menu .btn {
    border-radius: 0 !important;
}

/* Tagline */
.header-tagline {
    margin-top: 20px;
    padding-bottom: 29px;
    position: relative;
}
.header-tagline:after {
    background: url('../images/header-call-img.png') no-repeat right bottom;
    content: "";
    position: absolute;
    right: -35px;
    bottom: -22px;
    width: 143px;
    height: 100px;
}
.header-tagline h3 {
    font-family: 'Nextart-bold', sans-serif;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 15px;
}
.header-tagline h2 {
    color: #fed105;
    font-weight: 400;
    font-family: 'Vipernora', sans-serif;
    font-size: 31px;
    margin-bottom: 15px;
}
.header-tagline h4 {
    font-family: 'Goodvibes', cursive;
    color: #fff;
    font-size: 28px;
    letter-spacing: 3px;
}

/* Shipping USP */
.header-usp .fa {
    font-size: 27px;
    margin-right: 5px;
    display: inline-block;
}
.header-usp {
    color: #fcd106;
    font-weight: 700;
    text-align: right;
    font-size: 17px;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
}

.header-usp a {
    color: #fcd106;
    font-weight: 700;
    text-align: right;
    font-size: 17px;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
}

/* Search */
.header-search input, .header-search .btn {
    border-radius: 0;
}
.header-search .btn {
    background: #fff;
    border-color: #fff;
    border-left: 0;
}
.header-search input#name_search {
    box-shadow: none;
    border-right: 0;
    border-color: #fff;
}
.header-search {
    margin-top: 6px;
}
.nsearchinput-pl.well {
    text-align: left;
    font-size: 12px;
    font-weight: 300;
}
.nsearchinput-pl.well a {
    color: #000;
}

/* Social */
.header-social {
    position: fixed;
    top: 5px;
    right: 20px;
    z-index: 9999;
}
.header-social ul {
    margin: 0;
}
.header-social li {
    padding: 0;
}
.header-social li a .fa {
    font-size: 17px;
    color: #fff;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    transition: all .2s ease-in-out;
}
.header-social li a:hover .fa {
	transform: translateY(-4px);
}
.header-social .fa.text-facebook {
    background: #3b5998;
}
.header-social .fa.text-instagram {
    background: #e03566;
}
.header-social .fa.text-twitter {
    background: #00acee;
}
.header-social .fa.text-google-plus {
    background: #dd4b39;
}
.header-social .fa.text-youtube {
    background: #c4302b;
}
.header-social .fa.text-pinterest {
    background: #c8232c;
}
.header-social .fa.text-tumblr {
    background: #34526f;
}
.header-social .fa.text-linkedin {
    background: #0e76a8;
}

/* Phone */
.header-phone-text {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 17.5px;
    text-transform: uppercase;
    padding: 10px 0 10px;
    display: block;
    letter-spacing: 1px;
}

/* Mega Menu */
.wrapper-menu .navbar-nav {
	width:100%;
}
.wrapper-menu .navbar-nav .dropdown.menu-products,.wrapper-menu .navbar-nav .dropdown.menu-sale {
    position: static;
}
header .navbar-default .navbar-nav > li.phonenumber a {
    font-size: 22px;
    padding-right: 0;
}
header .navbar-default .navbar-nav > li > a > .fa {
	color:#4e4e4e;
	font-size:12px;
}
.navbar-nav .menu-products .dropdown-menu {
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 30px 10px 0px;
    top: auto;
    background: rgba(48,48,48,0.9);
}
.navbar-nav .menu-products .dropdown-menu .lvl2 {
    width: 14.28%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 25px;
}
.navbar-nav .menu-products .dropdown-menu .lvl2 a {
	text-decoration:none;
}
.category-image {
    height: 140px;
}
header .navbar-default .dropdown-menu span.title {
    font-family: 'Bebas Neue', serif;
    color: #fff;
    padding: 5px 0;
    display: block;
    font-size: 20px;
}

.navbar-nav .menu-sale .dropdown-menu {
    border-radius: 0;
    border: none;
    padding: 30px 10px 0px;
    top: auto;
    background: rgba(48,48,48,0.9);
    left: auto;
    right: 0;
}
.navbar-nav .menu-sale .dropdown-menu .lvl2 {

    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 25px;
}

@media (min-width: 1200px) {
  .header-logo {
    padding-right: 0;
  }
}
@media (max-width: 1400px) {
	.header-usp {
		font-size:14px;
	}
	.header-utility-menu ul.nav > li > a {
		padding: 5px 4px;
	}
	.header-phone-text {
		font-size: 16px;
	}
	.header-tagline {
		margin-top: 7px;
		padding-bottom: 29px;
	}
	.header-tagline h3 {
		font-size: 20px;
		margin-top: 18px;
	}
	.header-tagline h2 {
		font-size: 32px;
	}
	.header-tagline h4 {
		font-size: 26px;
	}
}


@media (max-width: 1199px) {
	.header-tagline h3 {
		font-size: 14px;
		margin-top:15px;
	}
	.header-tagline h2 {
		font-size: 26px;
	}
	.header-tagline h4 {
		font-size: 20px;
	}
  .navbar-nav .menu-products .dropdown-menu .lvl2 {
    width: 20%;
  }
}

@media (max-width:991px) {
  .navbar-nav .menu-products .dropdown-menu .lvl2 {
    width: 25%;
  }
}

@media (max-width: 767px) {
	.header-usp {
		text-align:center;
		padding-top:10px;
	}
	header {
		background: #272727 url('../images/mobile-bg.jpg') repeat-y top center;
		background-size: inherit;
	}
}

/*------------------- FOOTER -------------------*/
footer {
    background: #ffffff;
    font-size:13px;
    padding-top: 30px;
}
#n_home footer {
	padding-top:0;
}
footer a {
	color:#151515;
}
footer a:hover {
	text-decoration: underline !important;
}
footer .fa-ul li {
	padding: 5px 0;
}
footer .nav-pills > li > a {
    background: transparent !important;
    padding: 4px 15px;
}
footer h4 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}
footer input.form-control {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}
.list-social {
  margin-top: 0;
  margin-bottom: 0;
}
.list-social a .fa {
    background: #464646;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    font-size: 19px;
}
.list-social a .fa:hover {
    background: #fcd108;
    color: #151b1c;
}

.sectionNewsletter {
    padding: 15px 0;
    text-align: center;
    background: #151515;
}
.sectionNewsletter .list-social,
.sectionNewsletter .newsletter,
.sectionNewsletter form,
.sectionNewsletter h4 {
    display: inline-block;
    vertical-align: middle;
}
.sectionNewsletter form {
    width: 420px;
    text-align: left;
}
.sectionNewsletter h4 {
    margin: 0 25px 0 0;
    font-size: 22px;
    color: #fff;
    text-transform: none;
}
.sectionNewsletter .btn,
.sectionNewsletter .form-control {
    height: 48px;
    border-color: transparent;
}
.list-social {
    margin: 0 0 0 20px;
}

.wrapper-payments {
    padding: 20px 0;
}
h3.payment-heading {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
ul.payment-icons {
    display: inline-block;
    vertical-align: middle;
}
ul.payment-icons li {
	border-left: 1px solid #9e9e9e;
}
.payment-icon-container {
    transform: scale(1.3);
    padding: 10px 25px;
}
.payment-icon-container {
    background: transparent;
}
.payment-icon-container .payment-icon-zipmoney {
  height: 22px;
  margin-top: 5px;
  background-image: url(../images/payment-zip.svg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
@media(max-width: 991px) {
    .sectionNewsletter h4 {
        font-size:13px;
    }
}

@media(max-width: 767px) {
  .sectionNewsletter form {
    width: 100%;
  }
    .sectionNewsletter .list-social,
    .sectionNewsletter .newsletter {
        width:100%;
        margin: 0;
    }
    .sectionNewsletter .list-social {
    	margin-top:10px;
    }
    .sectionNewsletter {
      margin-top: 0;
    }
    footer h4 {
    	padding: 20px 15px 0;
    }
    .footer-menu ul.fa-ul {
		margin-left: 35px;
	}
	.sectionNewsletter h4 {
        display:block;
        padding:0;
        margin: 0 0 10px;
        font-size: 17px;
    }
}

@media(min-width: 480px) {
    .sectionNewsletter .btn {
        min-width: 130px;
        font-size: 15px;
    }
}

@media(max-width: 450px) {
    .sectionNewsletter .btn,
    .sectionNewsletter .form-control {
        margin:0!important;
        width: 100%;
    }
}

.footer-menu {
    margin-bottom: 30px;
}

/*------------------- CATEGORY PAGE -------------------*/
/* Shop By */
.filter-selected {
    margin-bottom: 5px;
}
.filter-selected .filter-name {
    background: #000;
    color: #fff;
    padding: 2px 6px;
    margin-right: 2px;
    font-size: 10px;
    font-weight: 700;
}
.filter-selected a {
    font-size: 13px;
}
.filter.filter-tags a .fa {
    float: right;
}

/* Filter By */
a.accordion-toggle {
    background: #252525;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}
.ui-slider-horizontal .ui-slider-range {
    background: #151515 !important;
    border-color: #ddd !important;
}
.ui-slider-horizontal {
    background: #ebeeee;
    border-color: #ddd;
    height: 17px;
    border-radius: 0;
    margin-bottom: 15px;
}
.ui-slider .ui-slider-handle {
    background: #fcd106;
    border: #fcd106;
    color: #fcd106;
    height: 21px;
    width: 21px;
    top: -3px;
}
form#pricesearch .btn-inverse {
    text-transform: none;
    font-size: 12px;
    padding: 3px 8px;
}

#left-sidebar .list-group h4 {
    font-weight: 500;
    font-size: 14px;
}
.sidefilter-categ>ul {
    margin: 0px 0px 0px 0;
    max-height: 165px;
    overflow-y: auto;
    padding: 0;
    font-size: 13px;
}
.list-group-collapse h4 a.collapsed:after {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400
}
.list-group-collapse h4 a:after {
    position: absolute;
    top: 7px;
    right: 5px;
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    color: #575c5d;
    font-size: 14px;
}
.list-group-item.filter-title {
    padding: 0;
}
#left-sidebar .list-group-item.filter-title h4 a {
    padding: 6px 1px;
    display: block;
    text-transform: uppercase;
    color: #151515;
    text-decoration: none;
}
#left-sidebar li.filter .list-group-item {
    padding: 2px 10px;
    font-weight: 300;
}
#left-sidebar .list-group-item.list-group-collapse.filter-title {
    border: 0;
    margin-bottom: 25px;
}
#left-sidebar ul.pricefilterdrop li {
    border: 0;
    padding: 20px 20px;
}
#left-sidebar li.filter .list-group-item span {
    color: #888888;
    margin-left: 4px;
    font-size: 12px;
    float: right;
}
#left-sidebar {
    margin-top: 0px;
}
.panel-collapse.sidefilter-categ {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
#left-sidebar .panel.panel-default {
    border: none;
}
#main-content ul.pricefilterdrop .btn {
    min-width: auto;
    font-size: 11px;
    padding: 6px;
    font-weight: 400;
}

/* Sort By */
.row.sort_container {
    font-weight: 300;
}
label.control-label {
    font-weight: 600;
}
.sort_container label.control-label {
    padding: 0;
    padding-top: 3px;
}
.sort_container .pagination {
    margin: 0;
}
.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #ddd;
    font-size: 13px;
    font-weight: 300;
    resize: none;
}
hr.sort-border {
    margin: 15px 0;
}
.pagination > li > a,
.pagination > li > span {
    padding: 4px 12px;
    font-weight: 600;
    font-size: 12px;
}
.pagination > li a {
    margin: 0 3px;
    border-radius: 4px;
}
.pagination > li.arrow > a,
.pagination > li.arrow > a {
    border: 1px solid #d6d6d6;
    color: #c1c1c1;
    font-size: 13px;
    height: 27px;
    padding: 4px 13px;
}

.btn-text {
    padding: 4px 0;
    font-size: 13px;
}
select#sortby {
    height: 30px;
    padding: 0 10px;
}

.page-header {
    border: none;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    letter-spacing: 1px;
}
.page-header > h1 {
    font-size: 22px;
}
.page-header > p {
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
}

img.category-banner {
    margin-bottom: 30px;
}
#n_category section.n-responsive-content {
   /* max-height: 200px;*/
   /* overflow-y: scroll;*/
}

@media (max-width:767px) {
	.sort_container label.control-label {
		padding: 0 15px;
	}
}

/*------------------- TOP LEVEL CATEGORY -------------------*/
.subcategory-grid .img {
    height: 300px;
    position: relative;
}
.subcategory-grid .subcategory {
    margin-bottom: 30px;
}
.cat-name {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.7);
    padding: 9px 12px 4px;
    text-transform: uppercase;
    color: #151515;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
}

@media (max-width:500px) {
  .subcategory-grid .subcategory {
    width: 100%;
  }
  .subcategory-grid .img {
      height: 250px;
  }
}



/*------------------- THUMBNAILS -------------------*/
.product-grid.clearfix {
  margin: 0px 6px;
}
.wrapper-thumbnail {
	padding: 0 8px 16px;
}
.wrapper-thumbnail .thumbnail {
    border: 1px solid #f1f1f1;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
    position: relative;
    transition: all 150ms ease-in-out;
    background: transparent;
    overflow:hidden;
}
.thumbnail .overlay {
    z-index: 9;
    position: absolute;
    top: -100%	;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    visibility:hidden;
    transition:all 0.3s ease;
}
.thumbnail .caption a {
    color: #000;
    text-decoration:none;
}
.thumbnail .caption {
    padding: 12px 15px 5px;
    background: transparent;
    min-height: 165px;
}
.thumbnail .caption .h3 {
    font-family: inherit;
    font-weight: 600;
    height: 3em;
    overflow: hidden;
    font-size: 14px;
}
.thumbnail .caption .h3.lines3 {
    height: 4em;
}
.thumbnail form.form-inline.buying-options {
    display: none;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-100%);
}
.thumbnail .caption .price {
    font-size: 14px;
    font-weight: 600;
    color: #999999;
}
.thumbnail .caption .rrp {
    font-size: 13px;
    margin: 0 0 0 4px;
    text-decoration: line-through;
    color: #999;
    font-size: 12px;
}
.thumbnail .btn {
    margin: 6px auto;
    width: 135px;
    display: block;
}

@media (min-width:767px) {
  .thumbnail:hover .overlay {
      position: absolute;
      top: 0;
      background: rgba(0,0,0,0.4);
      opacity: 1;
      visibility: visible;
  }
  .thumbnail:hover form.form-inline.buying-options {
      display: block;
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(-50%);
      top:50%;
  }
  .thumbnail:hover .caption .h3 a {
      color: #fff;
      z-index: 999;
      position:relative;
  }
  .thumbnail:hover .caption .rrp {
      color: #000;
  }
  .thumbnail:hover .caption .price {
      color: #fff;
      position: relative;
      z-index: 999;
  }
}

.savings-container .label {
    font-family: 'Bebas Neue', serif;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px 7px 2px;
    display: block;
}


@media (max-width: 767px) {
  .wrapper-thumbnail {
    float:left;
  }
}

/*------------------- HOME PAGE -------------------*/
.container.bg {
    background: #fff;
}
h3.title {
    padding: 7px 0;
    margin: 2rem 0;
    border-bottom: 1px solid #cccccc;
    color: black;
    font-family: 'Rockwell', serif;
    font-size: 18px;
    text-transform: uppercase;
}

/* Carousel */
#home-carousel .slick-carousel,
.slick-products.product-grid {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
#home-carousel .slick-carousel.slick-initialized,
.slick-products.product-grid.slick-initialized {
  visibility: visible;
  opacity: 1;
}
#home-carousel .arrow-left {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 30px;
}
#home-carousel .arrow-right {
    position: absolute;
    z-index: 99;
    top: 50%;
    right: 30px;
}
#home-carousel .slick-arrow {
    font-size: 25px;
    margin-top: -20px;
    color: #151515;
}
#home-carousel .slick-carousel {
    margin-bottom: 0;
}
#home-carousel ul.slick-dots {
    bottom: 0;
}

/* Products */
.slick-products .fa,
.slick-brands .fa {
	position:absolute;
	top: -47px;
	cursor:pointer;
	z-index:999;
	font-size: 18px;
	padding: 1px;
}
.slick-products .fa.fa-chevron-circle-left,
.slick-brands .fa.fa-chevron-circle-left {
    right: 30px;
}
.slick-products .fa.fa-chevron-circle-right,
.slick-brands .fa.fa-chevron-circle-right {
    right: 6px;
}
#n_home article.wrapper-thumbnail {
    float: left !important;
}

/* Staff Reviews */
.staff-reviews h4 {
    font-size: 16px;
    margin-bottom: 5px;
}
.staff-reviews article {
    margin-bottom: 20px;
}
.staff-reviews article.wrapper-thumbnail {
    padding-right: 0;
    margin-bottom: 0;
}
.featured-athlete ul {
    padding-left: 20px;
}
.featured-athlete a,
.staff-reviews a {
    text-decoration: underline;
}

/* Zip Money */
.zipmoney-advert {
    margin-top: 30px;
}

@media (max-width: 767px) {
  .zipmoney-advert img {
    margin: 0 auto;
  }
}

/*------------------- BRAND PAGE -------------------*/
.brand-item {
    display: inline-block !important;
    vertical-align: middle;
    margin-right: -2px;
    margin-bottom: 30px;
    float: none;
}


/*------------------- PRODUCT PAGE -------------------*/

#n_product h1 {
    font-size: 24px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.review-stars {
    font-weight: 300;
}
.review-stars .fa {
    padding-right: 3px;
}

/* Images */
.main-image {
    border: 1px solid #ececec;
}
.product-image-small {
    border: 1px solid #ececec;
    margin: 0 auto;
}
.slick-product-nav {
    margin: 0 20px;
}
.wrapper-product-img .fa {
    position: absolute;
    top: calc(50% - 10px);
    z-index: 99;
    font-size: 20px;
    color: #9a9a9a;
}
.wrapper-product-img .fa-chevron-circle-left {
    left: -20px;
}
.wrapper-product-img .fa-chevron-circle-right {
    right: -20px;
}
.cts_altImgWrapper {
    margin: 0 5px;
}
.image-navigation {
    margin-top: 11px;
}
.wrapper-product-main-img {
    position: relative;
}
/*.wrapper-product-main-img .sale-badge {*/
/*    position: absolute;*/
/*    bottom: 5px;*/
/*    right: 5px;*/
/*    max-width: 100px;*/
/*}*/

.badge-container {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: inline-flex;
}

.badge-container > div {
    width: 80px;
    padding-left: 5px;
}

/* Pricing */
.wrapper-pricing {
    margin-top: 25px;
    font-family: 'Rockwell', serif;
}
.availability {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    margin-top: 15px;
}
.wrapper-pricing span {
    vertical-align: middle;
}
.wrapper-pricing span.productwasprice {
    text-decoration: line-through;
    font-family: 'Open Sans', sans-serif;
    margin-left: 10px;
    color: #999999;
    font-size: 18px;
}

/* Buying Options */
#n_product .qty {
    color: #000;
    font-weight: 400;
}
#n_product .extra-options .buying-options .btn {
    padding: 9.5px 12px;
    font-size: 18px;
    font-family: 'Rockwell', serif;
    letter-spacing: 0.5px;
    font-weight: 400;
}
#n_product .extra-options .buying-options .btn.disabled,
#n_product .extra-options .buying-options .btn.outofstock {
    padding: 13px 12px;
}
#n_product .extra-options .buying-options .btn .fa {
    color: #fff;
    font-size: 25px;
    vertical-align: middle;
    margin-right: 5px;
}
#n_product .extra-options .buying-options .btn span {
    vertical-align: middle;
}
/* Variations */
.specific {
    padding-top: 0;
}
span._itmspec_optpl select {
    box-shadow: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    border-radius: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#000'><polygon points='0,0 100,0 50,50'/></svg>");
    background-position: 100% center;
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
    padding: 0 10px;
}
.variation-name label {
    font-family: 'Rockwell', serif;
    font-size: 16px;
    font-weight: 400;
}

/* Crosssells */
h4.crosssell-heading {
    border-bottom: 1px solid #dfdfdf;
    font-family: inherit;
    font-size: 15px;
    padding-bottom: 8px;
    padding-top: 6px;
    text-transform: uppercase;
}
.crosssell-products p.title {
    font-size: 13px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 5px;
    height: 4.9rem;
    overflow: hidden;
}
.crosssell-products .content {
	padding-left: 0;
}
.crosssell-products .crossprice span {
    margin-bottom: 5px;
    display: block;
    color: #7d7d7d;
    font-weight: 600;
    display: inline-block;
}
span.small.thumb-rrp {
    text-decoration: line-through;
    font-weight: 400;
}
.crosssell-products .image img {
    border: 1px solid #ddd;
}
.crosssell-products p.addthis {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
}
.crosssell-products p.addthis input {
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
}
.crosssell-products hr {
    margin: 8px 0;
}

/* Tabs */
.tabbable {
    margin-top: 50px;
    margin-bottom: 50px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
    background: #000;
    color: #fff;
    border-radius: 0;
}
.nav-tabs > li> a {
    border-radius: 0;
    color: #000;
    border-color: #ddd;
    font-family: 'Rockwell', serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-right: 5px;
    padding: 15px 20px;
}
.nav-tabs > li> a:hover {
    background: #000;
    color: #fff;
}
.tab-content {
    border: 1px solid #dfdfdf;
    border-top: 0;
    padding: 20px;
}
.productdetails {
    margin: 0;
}
.productdetails table.table {
    background: #fff;
    border: solid 1px #ddd;
    margin-bottom: 1.42857rem;
    table-layout: auto;
    width: auto;
}
.productdetails table tr.even,
.productdetails table tr:nth-of-type(even) {
    background: #F9F9F9
}

/* Wishlist */
#n_product .product-wishlist .btn {
    border: 0;
    padding: 0;
    color: #999;
    font-weight: 300;
    text-align: left;
}
#n_product .product-wishlist .btn:hover {
    color: #151515;
}
#n_product .product-wishlist .btn .fa {
    background: #d9d9d9;
    color: #fff;
    font-size: 17px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    margin-right: 5px;
    text-align: center;
}
#n_product .product-wishlist .btn:hover .fa {
    background: #8e8e8e;
}

.wishlistoverlay {
    width: 100%;
}
.wishlistoverlay .header {
    font-family: 'Rockwell', serif;
    padding: 0 0 10px;
    font-weight: 400;
}

/* Shipping Calc */
#shipbox .btn {
    padding: 9.5px;
    min-width: -webkit-fill-available;
    font-size: 11px;
}

/* Share Icons */
.shareicons {
    text-align: right;
}
.shareicons .list-inline > li {
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
    font-weight: 300;
}
.shareicons .list-social a {
    font-size: 20px;
}
.shareicons .list-social a .fa {
    background: #ddd;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
}
.shareicons .list-social a .fa:hover {
    opacity:0.9;
}
.shareicons .list-social a .fa.text-facebook {
    background: #3b5998;
}
.shareicons .list-social a .fa.text-twitter {
    background: #00acee;
}
.shareicons .list-social a .fa.text-pinterest {
    background: #c8232c;
}
.shareicons .list-social a .fa.text-google-plus {
    background: #dd4b39;
}

.product-upsells h3 {
    margin-top: 50px;
}

@media (max-width:1199px) {
  .wrapper-crosssell {
    margin-top: 30px;
  }
  .crosssell-products {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .wrapper-product-title {
      margin-bottom: 20px;
  }
}

@media (max-width:767px) {
  .productdetails iframe {
      width: 100%;
  }
  .wrapper-product-img {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .wrapper-product-img .fa {
    font-size: 30px;
    color: #151515;
  }
}
@media (max-width: 480px) {
  .shareicons {
      text-align: center;
  }
  .nav-tabs > li> a {
      padding: 12px 20px;
      margin: 0;
  }
  .nav-tabs > li {
      width: 100%;
  }
  #n_product .product-wishlist .btn {
      text-align: center;
  }
  .productdetails iframe {
    height: 150px;
  }
}

@media (max-width: 400px) {
  .crosssell-products p.title {
    height: auto;
  }
}



/*------------------- MOBILE HEADER / MENU -------------------*/

@media (max-width:767px) {
	.wrapper-header {
		padding: 25px 15px 15px;
	}
}

@media (max-width:480px) {
	.wrapper-header {
		padding: 25px 0px 15px;
	}
}

#animated-bars {
    width: 35px;
    height: 28px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: inline-block;
}
#animated-bars span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
#animated-bars.active:after {
    content: "Close";
    top: 28px;
    font-size: 12px;
    background: transparent;
    height: auto;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
}
#animated-bars:after {
    content: "Menu";
    top: 28px;
    font-size: 12px;
    background: transparent;
    height: auto;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
}
#animated-bars span.name {
	top: 28px;
	font-size: 12px;
	background: transparent;
	height: auto;
	text-transform: uppercase;
	color: #fff;
}
#animated-bars span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#animated-bars span:nth-child(2) {
    top: 9px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#animated-bars span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#animated-bars.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -2px;
    left: 6px;
}
#animated-bars.active span:nth-child(2) {
    width: 0;
    opacity: 0;
}
#animated-bars.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 23px;
    left: 6px;
}

.mobile-bars {
    display: inline-block !important;
    vertical-align: middle;
    font-size: 30px;
    color: #000000;
}
.mobile-logo {
    display: inline-block;
    vertical-align: middle;
    max-width: 200px;
    margin-left: 20px;
    margin-top: 5px;
}
.mobile-icons {
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
    list-style: none;
}.mobile-icons.location {
    float: left;
}
.mobile-icons.menu {
    float: right;
}
.mobile-icons.location {
    float: left;
}
.mobile-icons.location img {
    width:38px;
}
.mobile-icons.menu {
    float: right;
    padding-top: 5px;
}
.mobile-icons .fa {
    color: #fff;
    font-size: 35px;
}
.mobile-icons > li a span.header-cart-count {
    display: block;
    position: absolute;
    top: -2px;
    right: 7px;
    background-color: #FFC600;
    color:#000;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
}

@media (max-width: 767px) {
    .mobile-menu {
        display: inline-block !important;
        vertical-align: top !important;
        width: 56px;
        text-align: right;
    }
}

@media (max-width: 500px) {
    .mobile-bars {
        font-size: 25px;
    }
    .mobile-icons > li {
        margin-left: 10px;
    }
    .mobile-icons > li a span {
        font-size: 12px;
    }
}

@media (max-width: 410px) {
    #animated-bars {
        width: 30px;
        height: 18px;
    }
    #animated-bars span:nth-child(2) {
        top: 7px;
    }
    #animated-bars span:nth-child(3) {
        top: 14px;
    }
    #animated-bars.active span:nth-child(1) {
        left: 3px;
    }
    #animated-bars.active span:nth-child(3) {
        top: 19px;
        left: 3px;
    }
    #animated-bars.active:after,
    #animated-bars:after {
    	font-size:10px;
    	top: 22px;
    }
    .mobile-logo {
        max-width: 150px;
        margin-left: 10px;
    }
}

@media (max-width: 400px) {
    #animated-bars span {
        height: 3px;
    }
    .mobile-bars {
        font-size: 20px;
    }
    .mobile-icons > li a span {
        display: none;
    }
}

@media (max-width: 350px) {
    .mobile-icons > li {
        margin-left: 5px;
    }
}

/* Mobile Menu */
@media (max-width: 767px) {
	#websiteNavigation {
		min-height: auto;
		border: 0;
		margin: 0;
		background: transparent;
		margin-top: 10px;
	}
	#websiteNavigation .panel {
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-radius: 0;
		box-shadow: none;
	}
	#websiteNavigation .collapse-menu {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#websiteNavigation #category-collapse > ul {
		max-height: 355px;
		overflow-y: scroll;
	}
  #websiteNavigation .navbar-collapse {
      border: none;
      background-color: #333333;
      box-shadow: none;
  }
  #websiteNavigation li.first-level > a {
		font-family: 'Rockwell', serif;
		color: #fcd106;
		font-size: 18px;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	#websiteNavigation li.second-level > a {
		color: #fff;
		padding: 11px 15px;
		font-size: 14px;
		display: block;
		font-weight: 300;
	}
	#websiteNavigation li.first-level > a.mob-drop img {
		transform:rotate(180deg);
		width: 18px;
		float: right;
	}
	#websiteNavigation li.first-level > a.mob-drop.collapsed img {
		transform:rotate(0deg);
    }
    #websiteNavigation .collapse-menu img{
		width: 18px;
		float: right;
    }

    #websiteNavigation .collapse-menu.in img{
        transform:rotate(0deg);
    }

    #websiteNavigation .collapse-menu .third-level a{
        color: #fff;
        padding: 11px 25px;
        font-size: 14px;
        display: block;
        font-weight: 300;
    }
}

/* Mobile Search */
@media (max-width: 767px) {
	.header-search {
		margin-top: 0;
		width: calc(100% - 60px);
		display: inline-block;
		vertical-align: top;
	}
	.header-search input#name_search {
		height: 42px;
		font-size: 15px;
	}
	.header-search .btn {
		height: 42px;
		font-size: 18px;
		background: #fcd106;
		border-color: #fcd106;
		padding: 7px 18px;
	}
  .nsearchinput-pl.well {
    margin-top: 42px !important;
    border-top: 0;
  }
}


/* Checkout Page */
.checkout-now button.btn.btn-success {
    font-size: 20px;
    font-family: 'Rockwell', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.checkout-now button.btn.btn-success .fa {
    color:#fff;
    font-size:25px;
    margin-right:5px;
}
#main-content section.account-summary .well .btn {
    min-width: auto;
    font-size: 11px;
    padding: 8px;
    font-weight: 400;
}
.cat-banner{
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cat-banner h1{
    font-size: 70px;
    color: white;
    border: none;
    font-family: Bebas Neue;
    letter-spacing: 4px;
    text-transform: none;
    padding: 0px;
    margin: 0px;
}

.n-responsive-content.top-cat{
    text-align: center;
    margin-top: 15px;
    font-family: bebas Neue;
    font-weight: bold !important;
    font-size: 20px;
}


/* Disable the image zoom effect on product images */
@media only screen and (max-width: 768px) {
    .wrapper-product-img .zoom {
        pointer-events: none;
    }
}
