body {
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
	color: #333;
	background-image:none;
	background-color: #fff;
}
#n_home #myCarouselBanner {
	padding-top: 174px;
}
#n_home .wrapper-nav + #main-content {
	padding: 0 !important;
}
@media(max-width:991px) {
	#n_home #myCarouselBanner {
		padding-top: 224px;
	}
}
@media(max-width: 767px) {
	#n_home #myCarouselBanner {
		padding-top: 290px;
	}
}
.wrapper-nav + #main-content {
	padding-top: 194px;
}
@media(max-width:991px) {
	.wrapper-nav + #main-content {
		padding-top: 244px;
	}
}
@media(max-width: 767px) {
	.wrapper-nav + #main-content {
		padding-top: 310px;
	}
}
a,
.btn {
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
a:hover,
a:focus {
	text-decoration: none;
}
.btn {
	font-weight: 700;
}
.btn-primary {
	padding-top: 11px;
	padding-bottom: 11px;
	font-size: 15px;
}
.form-control {
	box-shadow: none;
}
.navbar-default {
	background: none;
	border: none;
}
.navbar {
	min-height: inherit;
	margin-bottom: -1px;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navigation-list li {
    width: 23.9%;
}
.navigation-list li a {
	color: #fff;
}
.carousel-control.right,
.carousel-control.left {
	background: none;
	filter: -;
}
.ccwrap {
	float: left;
}
.nsearchinput-pl.well {
	margin-top: 0px !important;
	position: initial;
	order: 1;
}
hr {
	border-color: #b1b1b1;
}
/* Button */
.btn:active,
.btn.active {
	box-shadow: none;
}
.btn-default {
	color: #000;
	background-color: #ffffff;
	border-color: #898989;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #585858;
	background-color: #b1b1b1;
	border-color: #898989;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.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: #ffffff;
  border-color: #898989;
}
/* Thumbnail */
.thumbnail {
	padding: 0;
	border: none;
}
.thumbnail .caption {
	height:auto;
}
.thumbnail .caption h3 {
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 100;
	line-height: 1.3;
	height: 3em;
	overflow: hidden;
}
.thumbnail .caption h3 a {
	color: #000;
}
.thumb_list h3 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.thumb_list h3 a {
	color: #000;
}
.thumb-subtitle {
	margin: 0;
	height: 18px;
	overflow: hidden;
	font-size: 13px;
	color: #000;
}
.list-subtitle {
	margin: 0;
	font-size: 13px;
	color: #000;
}
.list-sku {
	margin-bottom: 30px;
	font-size: 13px;
	color: #000;
}
.list-sku span {
	font-weight: 700;
}
.thumb-sku {
	margin-bottom: 30px;
	height: 18px;
	overflow: hidden;
	font-size: 13px;
	color: #000;
}
.thumb-sku span {
	font-weight: 700;
}
/*.brand-thumbwrap {
	margin-bottom: 8px;
	height: 45px;
	overflow: hidden;
}*/
.thumbnail .brand-thumbwrap img {
	width: 90px;
}
.thumb_list .brand-thumbwrap img {
	width: 75px;
}
.thumb-sub-sku {
	overflow: hidden;
	height: 36px;
	margin-bottom: 30px;
}
.caption .price {
	font-size: 18px;
	color: #ee1c25;
	text-align: center;
}
.thumb-wishlist {
	font-weight: 700;
	font-size: 15px;
	color: #6c6b6b;
}
.thumb_list .panel {
	border: none;
}
/* Pagination */
.row-pagination {
	margin-top: 90px;
	margin-bottom: 90px;
}
.pagination {
	margin: 0;
}
.pagination > li > a,
.pagination > li > span {
	color: #000;
	font-size: 18px;
	border: none;
	margin-left: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #000;
	background-color: #fff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #000;
	font-weight: 700;
	background-color: #fff;
	cursor: default;
}
/* Header */
.wrapper-header {
	padding: 20px 0;
	width: 100%;
	background: #ffffff;
}
.logo-wrap,
.logotext-wrap {
	width: auto;
	float: left;
}
.logotext-wrap p {
	margin-bottom: 0;
}
.logo-wrap {
	margin-left: 0;
}
.logotext-wrap {
	margin-top: 20px;
	margin-left: 26px;
	font-size: 18px;
	font-weight: 700;
	color: #000;
}
.wrapper-toplinks {
	margin-top: 32px;
}
.wrapper-toplinks .nav{
	float: right;
}
.wrapper-toplinks .nav > li {
	border-right: 2px solid #cbcccd;
}
.wrapper-toplinks .nav > li:last-child {
	border-right: none;
}
.wrapper-toplinks .nav > li > a {
	padding: 0 19px;
	font-size: 14px;
	color: #000;
}
.wrapper-toplinks .nav > li > a:hover,
.wrapper-toplinks .nav > li > a:focus {
	color: #cbcccd;
	background: none;
}
.wrapper-toplinks .navbar-nav > .open > a,
.wrapper-toplinks .navbar-nav > .open > a:hover,
.wrapper-toplinks .navbar-nav > .open > a:focus {
	color: #cbcccd;
	background: none;
}
.wrapper-toplinks .dropdown-menu {
	z-index: 10003;
}
.wrapper-toplinks .nav > li > a.active {
	font-weight: 700;
}
.visible-user {
	display: none;
}
.wrapper-mobsearch .form-control {
	height: 37px;
	border-color: #cbcccd;
	border-right: none;
}
.wrapper-mobsearch .header-search .form-control:focus {
	border-color: #cbcccd;
	box-shadow: none;
}
.wrapper-mobsearch .header-search .btn {
	height: 37px;
	color: #000;
	border-color: #cbcccd;
	border-left: none;
}
.wrapper-mobsearch .header-search .btn:hover,
.wrapper-mobsearch .header-search .btn:focus {
	color: #000;
	background-color: #fff;
	border-color: #cbcccd;
	box-shadow: none;
}
@media (max-width: 1190px){
	.logotext-wrap {
		margin-left: 10px;
		font-size: 14px;
	}
	.wrapper-toplinks .nav > li > a {
		padding: 0 12px;
		font-size: 13px;
	}
}
@media (max-width: 991px){
	.logo-wrap {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	.logotext-wrap {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
		text-align: center;
	}
	.wrapper-toplinks .nav > li > a {
		padding: 0 8px;
		font-size: 12px;
	}
	.visible-user {
		display: inline-block;
	}
}
@media (max-width: 767px){
	.navbar-collapse {
		padding-left: 15px;
		padding-right: 15px;
	}
	.logotext-wrap {
		font-size: 12px;
	}
}
/* Nav */
.wrapper-nav {
	background: #525f6b;
	width: 100%;
}
@media(max-width:991px) {
	.wrapper-nav {
		top: 175px;
	}
}
#n_home .wrapper-nav {
	margin-bottom: 5px;
}
.wrapper-productdrop {
	padding-left: 0;
}
.wrapper-nav .nav > li.proddrop > a {
	padding: 14px 64px 13px;
	font-size: 15px;
	font-weight: 700;
	color: #525f6b;
	background: #e7e7e7;
}
.wrapper-nav .nav > li.proddrop > a:hover,
.wrapper-nav .nav > li.proddrop > a:active,
.wrapper-nav .nav > li.proddrop > a:focus {
	color: #fff;
	background: #ee1c25;
	
}
.wrapper-nav .nav > li.proddrop > a:hover,
.wrapper-nav .navbar-nav > .open > a,
.wrapper-nav .navbar-nav > .open > a:hover,
.wrapper-nav .navbar-nav > .open > a:focus {
	color: #fff;
	background: #ee1c25;
}
.wrapper-productdrop .dropdown-menu {
	width: 100%;
}
/*.wrapper-productdrop .dropdown-menu-horizontal {
	max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
}*/
.column {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}
.column > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.column > li > a:hover,
.column > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.categ-165 > .dropdown-menu {
	min-width: 600px;
}
.categ-165 > .dropdown-menu > ul {
	float: left;
  width: 33.33333333333333% !important;
  padding: 0;
}
@media(max-width: 1199px) {
	.categ-165 > .dropdown-menu {
		min-width: 450px;
	}
}
@media(max-width: 991px) {
	.categ-165 > .dropdown-menu {
		min-width: 270px;
	}
	.categ-165 > .dropdown-menu > ul {
	  width: 50% !important;
	}
	.column > li > a,
	.dropdown-menu > li > a {
	  padding: 3px 10px;
	}
}
.wrapper-headsearch {
	padding: 5px 0 0;
}
.wrapper-headsearch .header-search {
	margin-top: 0;
}
.wrapper-headsearch .header-search .form-control {
	height: 37px;
	border-color: #fff;
	border-right: none;
}
.wrapper-headsearch .header-search .form-control:focus {
	border-color: #fff;
	box-shadow: none;
}
.wrapper-headsearch .header-search .btn {
	height: 37px;
	color: #ee1c25;
	border-color: #fff;
	border-left: none;
}
.wrapper-headsearch .header-search .btn:hover,
.wrapper-headsearch .header-search .btn:focus {
	color: #000;
	background-color: #fff;
	border-color: #fff;
	box-shadow: none;
}
.wrapper-headcart {
	text-align: center;
}
.wrapper-headcart #header-cart {
	margin-top: 0;
}
.wrapper-headcart #header-cart > a {
	padding: 14px 0 13px;
	display: inline-block;
	font-size: 15px;
	color: #fff;
}
.wrapper-headcart #header-cart > a:hover,
.wrapper-headcart #header-cart > a:focus {
	color: #000;
}
.wrapper-headcart #header-cart .cartb {
	font-weight: 700;
    background: red;
    padding: 3px 7px;
    margin-left: 5px;
    border-radius: 4px;
}
.wrapper-headcart .btn-group.open .dropdown-toggle {
	box-shadow: none;
}
.wrapper-headcart #header-cart .dropdown-menu{
	margin-top: 0;
}
@media (max-width: 991px){
	.wrapper-productdrop .nav {
		width: 100%;
	}
	.wrapper-productdrop .nav > li {
		width: 100%;
	}
	.wrapper-nav .nav > li.proddrop > a {
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
}
/* Home */
.thumbcatwrap {
	margin-bottom: 10px;
}
.thumbcat-image img {
	margin-bottom: 5px;
	width: 100% !important;
	height: auto !important;
}
.thumbcat-name {
	height: 62px;
	text-align: center;
	overflow: hidden;
}
.thumbcat-name a {
	font-size: 20px;
	font-weight: 700;
	color: #787878;
}
@media (max-width: 991px){
	.row-categ-wrap {
		text-align: center;
	}
	.wrapper-thumbcat {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
}
/* Sidebar */
.panel-default {
	border-color: #b1b1b1;
}
.panel {
	box-shadow: none;
}
.panel-default > .panel-heading {
	background-color: #e9e9e9;
}
.panel-title {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.list-group-item {
	margin-bottom: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 14px;
	color: #000;
	border-color: #b1b1b1;
}
.list-group-item.list-price {
	margin-bottom: 0px;
}
a.list-group-item {
	color: #000;
}
#left-sidebar .list-group h4, #left-sidebar .list-group .h4 {
	color: #000;
	font-size: 14px;
	font-weight: 700;
}
.panel-heading.panel-heading-thumbnails.filterhead {
	border-bottom: 1px solid #b1b1b1;
}
.phone-top i {
    font-size: 20px;
    padding-left: 5px;
}
/* Category */
.categhead {
	font-size: 28px;
	font-weight: 700;
}
.wrapper-categdescription {
	margin-bottom: 25px;
}
.categsublevel {
	margin-left: -10px;
	margin-right: -10px;
	padding-bottom: 30px;
}
.categsublevel .wrapper-thumbnail-subcateg {
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	float: none;
	display: inline-block;
	vertical-align: top;
}
.subcategimg {
	margin-bottom: 20px;
}
.subcategimg img {
	width: 100%;
	height: auto;
}
.subcategname {
	text-align: center;
}
.subcategname a {
	font-size: 15px;
	font-weight: 700;
	color: #000;
}
.categdivider {
	margin: 15px 0;
}
.row-thumbs {
	margin-left: -22px;
	margin-right: -22px;
}
.row-thumbs .wrapper-thumbnail {
	padding-left: 22px;
	padding-right: 22px;
}
@media (max-width: 767px){
.categsublevel {
	text-align: center;
}
}
/* Product Page */
.brand-prod img {
	width: 80px;
}
#n_product h1 {
	font-size: 28px;
	font-weight: 700;
	color: #000;
}
.prodsub {
	font-size: 16px;
	color: #000;
}
.productpricetext {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 25px;
}
.productsave,
.productrrp {
	font-size: 15px;
	color: #5e5d5d;
	text-decoration: none;
}
span.productrrpstamp {
	font-size: 15px;
	color: #5e5d5d;
	text-decoration: none;
}
.wrap-spec {
	padding: 15px;
	background: #f3f3f3;
}
.wrap-spec hr {
	margin: 0;
}
.wrap-spec h3 {
	font-size: 15px;
	font-weight: 700;
	color: #000;
}
.wrap-spec ul {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	list-style: none;
}
.wrap-spec ul li {
	width: 49%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}
.wrap-spec ul li .spec-title {
	width: 45%;
	float: left;
	font-weight: 700;
}
.wrap-spec ul li .spec-conts {
	width: 55%;
	float: left;
}
.varname-prod {
	width: auto;
	line-height: 34px;
	float:left;
}
.varspec-prod {
	width: 220px;
	padding-top: 0;
	float: left;
}
.n-wrapper-form-control select {
	box-shadow: none;
}
.n-wrapper-form-control select {
	height: 40px;
	padding: 4px 12px;
}
.bulkhead {
	font-size:14px;
	font-weight: 700;
	text-transform: uppercase;
}
.bulkhead span {
	margin-left: 15px;
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
}
.table-mprice.table > thead > tr > th {
	border-bottom: none;
}
.table-mprice.table > tbody > tr > td {
	border-top: none;
}
.productmultilevelqty {
	font-weight: 700;
}
.uphead {
	font-size: 20px;
	font-weight: 700;
	color: #010000;
}
.table-child.table-bordered > tbody > tr > td {
	border: none;
}
.table-child.table > tbody > tr > td {
	border-top: 1px solid #e5e5e5;
	text-align: center;
	padding: 10px;
}
.table-child.table > tbody > tr > td .listSpecifics {
	text-align: left;
}
.table-child.table > tbody > tr > td .listSpecifics span {
	font-weight: 700;
}
.table-child.table > tbody > tr > td .label {
	min-width: 80%;
	padding: 7px;
	font-size: 14px;
	font-weight: 700;
	border-radius: 0;
	display: inline-block;
}
.table-child.table > tbody > tr > td .label-success {
	background-color: #309200;
}
.table-child.table > tbody > tr > td .form-control {
	height: 40px;
}
.table-child.table-bordered {
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.table-child.table-bordered > thead > tr > th {
	border: 1px solid #fff;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	background: #e5e5e5;
	text-align: center;
}
.wrapper-pricing .label {
	margin-top: 15px;
	padding: 7px;
	font-size: 14px;
	font-weight: 700;
	border-radius: 0;
	display: inline-block;
}
.wrapper-pricing .label-success {
	background-color: #309200;
}
.prod-qty .form-control {
	height: 57px !important;
}
.prod-btn .btn {
	height: 57px;
}
.prod-btn .btn span {
	line-height: 37px;
}
.row-child-table {
	margin-top: 20px;
}
@media (max-width: 1199px){
	.varname-prod {
		width: 100%;
	}
	.varspec-prod {
		width: 100%;
	}
}
@media (max-width: 600px){
	.wrap-spec ul li {
		width: 100%;
		margin-bottom: 5px;
	}
	.wrap-spec ul li .spec-title {
		padding-right: 10px;
	}
}
/* Tabs */
.tab-content{
	margin-bottom: 20px;
	padding: 35px;
	border: 1px solid #fff;
	border-top: none;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background: #fff;
}
.nav-tabs {
	border-bottom: 1px solid #fff;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 5px;
    line-height: 1.428571429;
    font-weight: 700;
    color: #525f6b;
    border: 1px solid #e1e1e1;
    border-bottom-color: #fff;
    border-radius: 0;
    background-color: transparent;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-transform: uppercase;
    padding: 10px 40px;
}
.nav-tabs > li > a:hover {
	color: #000000 /*{tab-link-hover-colour}*/;
	border-color:  /*{tab-link-hover-border-colour}*/;
	background-color: #ebebeb /*{tab-link-hover-bg-colour}*/;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #525f6b;
    border: 1px solid #525f6b;
    border-bottom-color: #fff;
    cursor: default;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-transform: uppercase;
}
@media (max-width: 767px){
	.nav-tabs > li > a {
		margin-right: 1;
		font-size: 10px;
		padding-left: 8px;
		padding-right: 8px;
	}
}
/* Footer */
.wrapper-footer {
	padding: 30px 0 53px;
	font-size: 13px;
	color: #d6d6d6;
	background: #525f6b
}
.wrapper-footer h4 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.wrapper-footer a {
	color: #d6d6d6;
}
.wrapper-footer a:hover,
.wrapper-footer a:focus {
	color: #ffd200;
}
.row-footerlinks {
	padding-bottom: 50px;
}
.wrapper-footer .nav {
	margin-bottom: 20px;
}
.wrapper-footer .nav > li > a {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: 700;
}
.wrapper-footer .nav > li > a:hover,
.wrapper-footer .nav > li > a:focus {
	color: #fff;
	background: none;
}
.wrapper-footer .subscribetext {
	padding-top: 3px;
	font-weight: 700;
}
.wrapper-footer .form-control {
	border-color: #fff;
}
.footer-copyright {
	text-align: right;
}
@media (max-width: 767px){
	.footer-copyright {
		text-align: center;
	}
}
@media (min-width: 768px){
	.dropdown-hover:hover > .dropdown-menu {
		display: block;
	}
}
@media (max-width: 1199px){
	.cart-btn-update .visible-lg, .cart-btn-remove .visible-lg{
		display:block !important;
	}
}
@media (max-width: 991px){
	.cart-btn-update .visible-lg, .cart-btn-remove .visible-lg{
		display:none !important;
	}
}
@media (max-width: 767px){
	/* Cart */
	.cart-btn-update .visible-sm, .cart-btn-remove .visible-sm{
		display:block !important;
	}
	.cart-qty-box, .cart-btn-update, .cart-btn-remove{
		padding-left:0px;
		padding-right:0px;
	}
	.cart-qty-box input{
		padding-left:0px;
		padding-right:0px;
	}
	._cpy_vouchershow.btn{
		padding: 18px 6px;
		font-size: 11px !important;
	}
}
@media (max-width: 343px){
	.sort_container .btn{
		padding:6px 8px;
		font-size:14px;
	}
	.prdimg{
		display:none;
	}
	#n_checkout .btn{
		font-size:12px;
	}
	#n_checkout .btn-lg{
		font-size:16px;
	}
	.btn-lg{
		font-size:16px;
	}
	._cpy_vouchershow.btn{
		font-size: 11px !important;
		padding: 18px 6px;
	}
	#n_checkout .newslet-wrapper .btn{
		font-size:14px;
	}
	.myacct-links .small{
		font-size:10px;
	}
}
.breadcrumb > li > a {
	color: #000000;
}
.variation-name.varname-prod {
	display: block;
	float: none;
}
a {
	color: #000000;
}
.btn-warning,
.label-warning {
	background: #006498;
	border-color: #006498;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	background: #90d1e8;
	border-color: #90d1e8;
	color: #006498;
}
.thumb_list .rrpwrap{
	font-size: 16px;
	display: block;
}
.thumb_list .rrpwrap .savepercent {
	font-weight: bold;
}
.wrapper-newtag {
	position: absolute;
	top: 0;
	right: 0;
}
.thumbnail .addtocart {
	font-size: 15px;
	min-height: 35px;
}
.btn-choose {
	height: 45px;
}
.table-img {
	width: 21%;
}
.table-desc {
	width: 74%;
}
.table-desc,
.table-img {
	float: left;
}
.table-desc {
	margin-left: 10px;
}
.table-desc > p {
	margin: 0;
}
@media(max-width:1199px) {
	.table-img {
		width: 25%;
	}
	.table-desc {
		width: 69%;
	}
}
@media(max-width:991px) {
	.table-desc {
		margin-left: 3px;
		margin-bottom: 10px;
	}
	.table-img {
		width: 33%;
	}
	.table-desc {
		width: 65%;
	}
}
@media(max-width:767px) {
	.table-img,
	.table-desc {
		width: 100%;
	}
	.wrapper-nav {
		top: 225px;
	}
}
.thumb_list .btn-primary {
	font-size: 18px;
}
.container-footer {
	width: 70%;
}
@media (max-width: 900px){
.footer-copyright {
	text-align: center !important;
}
}
.globalsignlogo {
    height: 35px;
    width: 80px;
    border-radius: 3px;
    background-image: url(/assets/images/gmo.png);
    background-size: 79px;
    background-position-y: 2px;
    margin-top: 6px;
}
.container-gmo {
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
 	padding-top: 0;
	padding-bottom: 0;
	background-color: #ffffff !important;
}
.product-notify-me-btn {
    line-height: 37px;
}
/*new-css*/
.top-bar {
    max-width: 100%;
    overflow-x: hidden;
}
.top-bar img {
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 100%;
    overflow-x: hidden;
}
/*ad units*/
.ad_units {
	margin: 20px 0;
}
/* Ads Units categories */
.hovereffect-categories {
  width: 100%;
  height: 160px;
  float: left;
  margin: 0 auto 30px;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #fff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.hovereffect-categories .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 0;
  text-align: center;
  color: #fff;
}
.hovereffect-categories img {
    display: block;
    position: relative;
    width: 60%;
    margin: 0 auto;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-10px,0,0);
}
.cat_heading_main {
    background: #525F6B;
    padding: 10px;
    position: absolute;
    bottom: 0;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
}
.hidden-text {
    font-size: 15px;
    opacity: 0;
    display: block;
    margin: 0 auto;
    padding-top: 50px;
}
.hovereffect-categories:hover > .overlay > .hidden-text {
    opacity: 1;
    color: #333;
}
.hovereffect-categories h2 {
  text-decoration:none !important;
  color: #fff;
  font-weight:500;
  position: relative;
  font-size: 22px;
  background-color: transparent;
  padding: 25% 0 10px 0;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.hovereffect-categories .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}
.hovereffect-categories a, .hovereffect p {
  color: #FFF;
  text-decoration:none !important;
  opacity: 1;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}
.hovereffect-categories:hover img {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.hovereffect-categories:hover .overlay:before,
.hovereffect-categories:hover a, .hovereffect-categories:hover p {
  opacity: 1;
  text-decoration:none !important;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
/* End ads units categories */
/*phone top*/
.phone-top {
	text-align: right;
}
.wrapper-headcart i {
	font-size: 18px;
}
/*Tabs*/
.grey-bg {
	background-color: #f1f1f1;
	padding: 30px;
}
.text-intro {
    line-height: 26px;
}
/* START SLIDER */
.slick-slide {
    margin: 0;
}
.slick-dots {
    position: absolute;
    bottom: -45px;
    display: none;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: none;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
.slick-dots li button::before {
	font-family: FontAwesome;
    font-size: 25px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.slick-prev {
    left: 30%;
}
.slick-next {
    right: 30%;
}
.slick-prev:before, .slick-next:before {
	font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next::before {
    content: "\f105";
	font-size: 24px;
	color: #ee1c25;
	transition:all 0.5s ease;
}
.slick-prev::before {
    content: "\f104";
	font-size: 24px;
	color: #ee1c25;
	transition:all 0.5s ease;
}
.slick-prev:before:hover, .slick-next:before:hover {
	color:#fff;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -14%;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 0px;
    padding: 0px;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
  	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	
}
.slick-prev:hover, .slick-next:hover {
    background: #f7f7f7;
}
.products-slider h3 {
	color:#666;
	text-align:center; 
}
/*end slider */
/*new arrivals*/
.new-arrivals {
    padding: 40px 0;
}
.new-arrivals h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
}
/*footer*/
.footer-copyright i {
    color: #fff;
    font-size: 20px;
    padding-left: 10px;
    vertical-align: middle;
}
/*hide price on POA products*/
.hide-price-y {
	display: none;
}
.hide-btn-y {
	display: none;
}
.show-btn-n {
	display: none;
}
.hide-price-n {
	display: block;
	text-align: center;
}
.hide-btn-n {
	display: block;
	text-align: center;
}
.show-btn-y {
	display: block;
	text-align: center;
}
/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
	.hovereffect-categories h2 {
		font-size: 18px;
	}
}
/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
	.slick-prev, .slick-next {
		top: -8%;
	}
	.slick-next {
    	right: 10%;
	}
	.slick-prev {
		left: 10%;
	}
}
/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.slick-prev {
    	left: 10%;
	}
	.slick-next {
    	right: 10%;
	}
	.slick-prev, .slick-next {
		top: -9%;
	}
}
/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
.tabbable {
    margin-top: 45px;
}
}
/* Search Box Header CSS */
.O-Header .head-action .box-search .form-inline .input-group input {
	border: none;
	outline: none;
	right: 0;
	z-index: 0;
	width: 100%;
	outline: 0;
	box-shadow: 0 0 0;
}
.O-Header .head-action .box-search .form-inline .input-group {
	right: 0;
	top: 0;
	transition: 0.25s;
	position: relative;
	width: 40px;
	height: 40px;
	overflow: hidden;
	z-index: 1;
}
.O-Header .head-action .box-search button {
	right: 0;
}
.open-search {
	width: 100% !important;
	position: absolute !important;
	display: flex !important;
	flex-direction: column;
	order: 0;
	height: auto !important;
}
.open-search input {
	background: #e0e2e5;
	border: 2px solid #000 !important;
	border-radius: 3px !important;
	padding: 0 30px 0 50px;
	height: 40px;
}
.open-search .btn-search {
	padding-left: 8px!important;
}
.open-search .close-search-box {
	transform: none !important;
	top: 0 !important;
    display: flex;
    align-items: center;
    height: 50px !important;
}
.O-Header .head-action .box-search .form-inline .input-group .btn-search {
	position: absolute;
    z-index: 1;
    border: none;
    left: auto;
	right: 0;
    padding: 0;
    top: 0;
	display: flex;
    align-items: center;
	height: 40px;
}
.open-search .btn-search{
	height: 50px !important;
}
.item-hide{
	display: none !important;
}
.open-search-grow {
	flex-grow: 1;
	margin-left: 15px;
}
.O-Header .head-action .box-search {
	width: 40px !important;
}
.close-search-box {
    position: absolute;
    z-index: 0;
    left: 15px;
    transform: translateY(-50%);
    top: 50%;
	cursor: pointer;
}
.transparent-bg {
	background-color: transparent !important;
}
.O-Header .item-link {
	position: relative;
    height: 48px;
    display: flex;
    align-items: center;
}
.O-Header .head-action {
	height: 64px;
}
.O-Header .head-action .box-search button {
	z-index: 0 !important;
	right: 0 !important;
	left: auto;
	top: 0 !important;
	bottom: 0 !important;
	height: auto !important;
	width: 0px !important;
	background: transparent !important;
}
.O-Header .head-action .box-search .open-search button {
	z-index: 99 !important;
	width: 45px !important;
}
.O-Header .head-action .item-link-home {
	color: #000;
	text-decoration: none;
}
.O-Header:before, .O-Header__navRow.A-StickyElement--sticky:before {
	z-index: 99;
}
.O-Header .item-link-user {
	cursor: pointer;
}
.O-Header .item-link-user:hover .box-menu-user {
    display: inline-block;
    height: fit-content !important;
	top: 47px;
	z-index: 1;
	width: 300px !important;
	height: 142px !important;
}
.box-menu-user ul.action {
	margin: 0;
	padding: 0;
}
.O-Header .item-link {
	z-index: 9;
}
@media(max-width: 767px){
	.open-search input {
		height: 46px;
	}
	.wrap-header {
		height: 45px;
		position: static !important;
	}
	.open-search input {
		border: none !important;
		border-bottom: 1px solid #000 !important;
		border-radius: 0 !important;
	}
	.O-Header .head-action {
		padding: 0;
	}
}
@media (min-width: 768px) and (max-width: 1023px){
	.open-search-grow {
		margin-left: 5px;
	}
}
/* End Search Box Header CSS */
.custom-page-box-description.font-size-16{
	font-size: 16px;
    line-height: 22px;
    margin: 20px 0 15px;
}


/* Slider */
.slick-slider
{
	position: relative;
	padding: 0px;
	display: block;
	box-sizing: border-box;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list
{
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus
{
	outline: none;
}
.slick-list.dragging
{
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track
{
	position: relative;
	top: 0;
	left: 0;

	display: block;
}
.slick-track:before,
.slick-track:after
{
	display: table;

	content: '';
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}

.slick-slide
{
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide
{
	float: right;
}
.slick-slide img
{
	display: block;
}
.slick-slide.slick-loading img
{
	display: none;
}
.slick-slide.dragging img
{
	pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: block;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}