body {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	background-image:none;
	background-color: #ffffff;
}
.logo, img {
	margin-top: 0;
	max-width: 100%;
}
a:hover,
a:focus {
	text-decoration: none;
}
.form-control {
	border-color: #eaeaea;
	border-radius: 0;
}
a, .btn, #header-cart {
  -o-transition: color .3s, background .3s, border-color .3s;
  -ms-transition: color .3s, background .3s, border-color .3s;
  -moz-transition: color .3s, background .3s, border-color .3s;
  -webkit-transition: color .3s, background .3s, border-color .3s;
  transition: color .3s, background .3s, border-color .3s;
	border-radius: 0;
}
.carousel-control.left,
.carousel-control.right {
	background-image:transparent !important;
	background:none !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.header-search .form-control::-webkit-input-placeholder {
   color: #000000;
}
.header-search .form-control:-moz-placeholder {
   color: #000000;
}
.header-search .form-control::-moz-placeholder {
   color: #000000;
}
.header-search .form-control:-ms-input-placeholder {
   color: #000000;
}
.navbar-default .navbar-collapse {
	padding: 0;
}
@media(max-width:767px) {
	.navbar-default .navbar-collapse {
		padding: 0 15px;
	}
	.navbar-nav .dropdown-menu {
		display: none;
	}
	.navbar-nav .dropdown-menu.collapse.in {
		display: block;
	}
}
@media (min-width: 768px) {
	/*.dropdown-hover:hover > .dropdown-menu {
		display: block;
	}*/
}
.header-search,
#header-cart {
	margin-top: 0;
}
.wrapper-logo + div .header-search{
    margin-top: 6px;
}
.wrapper-logo + div .header-search .input-group{
    border: 1px solid #eaeaea;
}
.wrapper-top {
	background: #202020;
}
.navbar-top {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}ma
.navbar-top::before,
.navbar-top::after {
	content: "";
	display: table;
	clear: both;
}
.navbar-top > li {
	float: left;
}
.navbar-top > li > a,
.navbar-top > li.account > ul > li > a {
	padding: 4px 12.5px;
	font-size: 12px;
	color: #ffffff;
	display: block;
}
.navbar-top > li > a:hover,
.navbar-top > li > a:focus {
	color: #a21007;
}
.navbar-top > li.account > ul > li > a {
	padding: 2.5px 12.5px;
	background: #5cb85c;
	background: #a21007;
}
.navbar-top > li.account > ul > li > a .fa {
  color: #202020;
  color: #fff;
}
.navbar-top > li.help-desk > a {
	padding: 3px 18.5px;
  font-weight: bold;
  color: #a21007;
  text-transform: uppercase;
  border: 1px solid #a21007;
  background-color: #f7f8fa;
}
@media (max-width: 767px) {
	.navbar-top > li {
		display: none;
	}
	.navbar-top > li.help-desk {
		display: block;
	}
	.footer-links > div,
	.footer-details {
		width: 49%;
		display: inline-block;
		vertical-align: top;
		float: none;
	}
}
#header-cart > a {
	float: left;
	color: #ffffff;
	background: #a21007;
	background: #5cb85c;
	font-size: 12px;
}
.navbar-top > li.cart > div > a .fa {
  color: #202020;
}
#cartcontentsheader {
	padding: 4px 0 4px 12.5px;
}
#cartcontentsheader + a {
  padding: 4px 12.5px 4px 0;
}
.wrapper-header {
	padding: 20px 0;
}
.wrapper-navigation {
	margin-bottom: 20px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color:#FFF;
}

.sticky + #main-content {
  padding-top: 102px;
}
#n_home .wrapper-navigation {
	margin-bottom: 0;
}
.navbar-default {
	margin-bottom: 0;
	background: #ffffff;
	border: none;
	border-left: 1px solid #eaeaea;
	border-radius: 0;
}
.navbar-nav {
	border-radius: 0;
	width: 100%;
}
.navbar-default .navbar-nav a {
	padding: 15px 5px 12px;
  font-size: 13px;
  color: #000000;
  text-transform: uppercase;
  border-right: 1px solid #eaeaea;
  border-bottom: 3px solid #ffffff;
  border-radius: 0;
  white-space: nowrap;	
}
.navbar-default .navbar-nav li:nth-child(10) a{
    border-right: 0px;
}
.navbar-default .navbar-nav > li.wrapper-search {
	display: none;
}
.wrapper-navigation .wrapper-search {
	display: none;
}
.wrapper-search .header-search .input-group{
    width: 100%;
    border: 1px solid #eaeaea;
}
.wrapper-search .header-search .input-group .input-group-btn{
    display: none;
}
.navbar-default .navbar-nav .desktop-search,
.navbar-default .navbar-nav > li.wrapper-search {
	float: right;
  border-right: 1px solid #eaeaea;
	/*width: 282px;*/
}
.navbar-default .navbar-nav .desktop-search{
    display:none;
}
.navbar-default .navbar-nav .desktop-search{
    display:none;
}
.sticky .navbar-default .navbar-nav .desktop-search{
    display:block;
}
.sticky .navbar-default .navbar-nav .desktop-search .icons-search{
    color:#a21007;
    cursor: pointer;
    padding: 15px 15px 12px;
    border-right: 0px;
}

.navbar-default .navbar-nav:first-child {
    border-right: 1px solid #eaeaea;
}
.sticky .navbar-default .navbar-nav:first-child {
    border-right: 0px solid #eaeaea;
}
.navbar-default .navbar-nav .desktop-search a{
    float:right;
    border-left: 1px solid #eaeaea;
}
.nsearchinput-pl.well {
	top: 100%;
	right: 0;
	width: 800px;
	left: auto;
	margin-top: 1px !important;
	border-radius: 0;
}
.nsearchinput-pl.well .nav > li{
    text-align: left;
}
@media (max-width: 991px) {
	.navbar-default .navbar-nav > li > a {
		padding: 15px 5px 12px;
		font-size: 12px;
	}
	.nsearchinput-pl.well {
		width: 800px!important;
	}
}
@media (max-width: 991px) {
	.navbar-default .navbar-nav > li > a {
		padding: 13px 10px;
    	font-size: 11px;
	}
	.wrapper-search {
		position: absolute !important;
		top: 60px;
		right: 0;
		z-index: 99999;
		border: 1px solid #eaeaea !important;
	}
	.nsearchinput-pl.well {
		width: 100%!important;
	}
}
@media (max-width: 991px) {
	.navbar-default .navbar-nav > li.desktop-search,
	.navbar-default .navbar-nav > li.wrapper-search {
		padding: 0 15px;
		float: left;
		width: 100%;
	}
	.nsearchinput-pl.well {
		width: 100%!important;
	}
	.header-search {
		border: 1px solid #eaeaea;
	}
	.navbar-default .navbar-nav a{
	    border-right: 0px;
	}
}
.on-sale {
	font-weight: bold;
	color: #a21007 !important;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #a21007;
	border-bottom-color: #a21007;
	background: #ffffff;
}
/*.navbar-default .navbar-nav > li.dropdown {
	position: static;
}*/
.header-search .form-control {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	border: none;
  background-color: #f7f8fa;
  box-shadow: none;
  height: 50px;
}
.navbar-default .navbar-nav > li.desktop-search {
	display: block;
}
.navbar-default .navbar-nav > li.tablet-search {
	display: none;
}
.header-search .btn-default {
	padding: 0 15px;
	border: none;
	color: #a21007;
	margin: 0;
	background-color: #f7f8fa;
	height: 50px;
}
@media (max-width: 991px) {
	.navbar-default .navbar-nav .desktop-search {
		display: none;
	}
	.navbar-default .navbar-nav > li.tablet-search {
		display: none;
	}
	.header-search .form-control,
	.header-search .btn-default {
		height: 40px;
	}
}
@media (max-width: 767px) {
	.header-search {
		margin-top: 20px;
	}
}
/*.wrapper-navigation .navbar-nav > li > .dropdown-menu {
	padding: 30px 15px;
	width: 100%;
  background-color: #f4f4f4;
}*/
.wrapper-navigation .navbar-nav > li > .dropdown-menu > li a {
	text-transform: uppercase;
}
@media (max-width: 991px) {
	.altimage1 {
		margin:0 auto;
		margin-bottom: 20px;
	}
	.navbar-default {
		border-left: none;
	}
	/*.navbar-default .navbar-nav > li > a {*/
	/*	padding: 15px 15px 12px;*/
	/*	font-size: 14px;*/
	/*	text-align: left;*/
	/*}*/
	.navbar-nav > li > .dropdown-menu {
		padding: 20px 15px;
		overflow: hidden;
		width: 100%;
	}
	.navbar-nav > li > .dropdown-menu .column{
	    width: 100% !important;
	    text-align: left;
	}
	.navbar-default .navbar-nav > li.tablet-search {
		display: none;
	}
}
#second-category > li > a {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	display: block;
}
#second-category > li {
	padding: 0 15px;
	margin-bottom: 20px;
}
#second-category > li > span{
    margin-top: 7px;
}
#third-category > li > a {
	padding: 8px 35px 8px 0;
	position: relative;
	font-size: 13px;
	line-height: 19px;
	color: #000000;
	display: block;
	border-top: 1px solid #ffffff;
}
#third-category > li:last-child > a {
	border-bottom: 1px solid #ffffff;
}
.total-prod {
	padding: 0px 11px;
	position: absolute;
	top: 25%;
	right: 0;
  display: block;
	font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  background-color: #a21007;
  text-align: center;
  border-radius: 4px;
}
.navbar-nav > li > .dropdown-menu .column {
	margin: 0 0 0 0;
	padding: 0;
	width: 25%;
	float: left;
	display: block;
	list-style: none;
}
@media (max-width: 767px) {
	.navbar-nav > li > .dropdown-menu .column {
		width: 100%;
	}
}
.lv2-li {
	margin-bottom: 20px ;
}
.static-menu,
.menu-li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.assurance-wrapper{
    padding: 0px;
}
.header-assurance {
	padding: 15px 18px;
	/*margin-left: 160px;*/
	background-color: #eaeaea;
	text-align: center;
}
.header-assurance .col-xs-4{
    padding: 0px;
}
.wrapper-assurance {
  padding: 5px 0;
  margin-top: 30px;
  margin-bottom: -30px;
  background: #eaeaea;
}
.wrapper-assurance .header-assurance {
  margin-top: 0;
}
.tablet-phone {
	margin: 0;
	float: left;
	font-size: 13px;
	line-height: 25px;
	/*color: #a21007;*/
	color: #fff;
	display: none;
}
@media (max-width: 1199px) {
	.header-assurance {
		/*margin-left: 55px;*/
		margin-left: 20px;
	}
}
@media (max-width: 991px) {
	.tablet-phone {
		display: block;
	}
	.header-assurance {
		padding: 12px 25px;
		margin-left: 10px;
	}
}
@media (max-width: 767px) {
	.header-assurance {
		margin-top: 20px;
		margin-left: 0;
	}
	.tablet-phone {
		color: #ffffff;
	}
}
.assurance {
	text-align: center;
}
.assurance > img,
.assurance > h5 {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.assurance > img {
	position: relative;
	top: -1px;
}
.assurance > h5 {
	margin-left: 10px;
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
}
@media (max-width: 1150px) {
    .assurance > h5 {
        margin-left: 3px;
    }
    a.assurance{
        display: flex;
    }
}
@media (max-width: 500px) {
	.assurance > img {
		position: relative;
    top: 0;
    display: block;
    margin: 0 auto 10px;
	}
	.assurance > h5 {
		margin-left: 0;
	}
}

@media (max-width: 400px) {
	.header-assurance {
		padding: 12px 15px;
	}
}
.header-phone > p {
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 60px;
	color: #a21007;
	text-transform: inherit;
	text-align: right;
}
#homepageCarousel {
	margin-bottom: 5px;
}
.carousel-inner > div > a {
	display: block;
}
#carousel-container {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
	height: 100%;
}
.carousel-caption {
	left: 15px;
	right: 60%;
	top: 120px;
	bottom: auto;
	padding: 0;
	text-align: left;
}
.carousel-caption hr {
	border-top: 3px solid #8c0e06;
	margin: 0 0 25px;
	width: 155px;
}
.carousel-caption h3 {
	margin: 0 0 20px;
	font-size: 36px;
	line-height: 44px;
	text-transform: uppercase;
	font-weight: 500;
}
.carousel-caption > p {
  line-height: 22px;
}
.learn-more {
	margin: 15px 0 0;
	float: left;
	text-transform: uppercase;
	padding: 7px 17px;
	border: 1px solid #ffffff;
}
@media (max-width: 1400px) {
	.carousel-caption {
		top: 70px;
	}
}
@media (max-width: 1199px) {
	.carousel-caption {
		top: 40px;
		right: 53%;
	}
	.carousel-caption h3 {
		margin-bottom: 15px;
		font-size: 30px;
		line-height: 38px;
	}
}
@media (max-width: 991px) {
	.carousel-caption hr {
		margin-bottom: 15px;
	}
	.carousel-caption {
		top: 40px;
		right: 53%;
	}
	.carousel-caption h3 {
		margin-bottom: 15px;
		font-size: 26px;
		line-height: 34px;
	}
	.carousel-caption > p {
		font-size: 12px;
		line-height: 20px;
	}
	.learn-more {
		margin-top: 10px;
	}
}
@media (max-width: 900px) {
	.carousel-caption {
		top: 25px;
	}
	.carousel-caption h3 {
		font-size: 21px;
		line-height: 29px;
	}
	.carousel-caption > p {
		line-height: 18px;
	}
	.learn-more {
		font-size: 13px;
		padding: 5px 12px;
	}
}
@media (max-width: 767px) {
	.carousel-caption > p {
		display: none;
	}
	.learn-more {
		margin-top: 0;
	}
}
@media (max-width: 600px) {
	.carousel-caption h3 {
    font-size: 18px;
    line-height: 25px;
	}
	.carousel-caption {
		right: 45%;
	}
}
@media (max-width: 500px) {
	.carousel-caption hr {
		margin-bottom: 5px;
	}
	.carousel-caption {
		right: 30%;
	}
	.carousel-caption h3 {
		margin-bottom: 0;
	}
	.learn-more {
		display: none;
	}
	.carousel-indicators {
		bottom: 0;
	}
}
.categoryhome-thumbnail .wrapper-category-image {
	margin-top: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 253px;
	display: block;
	position: relative;
	cursor: pointer;
}
.categoryhome-thumbnail .wrapper-category-image:hover,
.categoryhome-thumbnail .wrapper-category-image:focus {
	opacity: 0.8;
}
.categoryhome-thumbnail .wrapper-category-image > a {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px 20px;
  width: 100%;
  display: block;
  font-size: 17px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: rgba(0,0,0,0.8);
}
.categoryhome-thumbnail .wrapper-category-image > a .fa {
	float: right;
	line-height: 24px;
	color: #c00f04;
}
@media (max-width:1199px) {
	.categoryhome-thumbnail .wrapper-category-image {
		height: auto;
	}
	.categoryhome-thumbnail .wrapper-category-image > a {
    	font-size: 15px;
	}
}
@media (max-width:991px) {
	.categoryhome-thumbnail .wrapper-category-image {
		height: auto;
	}
	.categoryhome-thumbnail .wrapper-category-image > a {
		padding: 10px;
    	font-size: 11px;
	}
	.categoryhome-thumbnail .wrapper-category-image > a .fa {
		line-height: 18px;
	}
}
@media (max-width: 767px) {
	.categoryhome-thumbnail .wrapper-category-image {
		height: auto;
	}
}
.featured-products > h3,
.wrapper-heading {
  margin: 30px 0;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #202020;
}
.wrapper-testimonials > h3 {
	margin: 30px 0;
}
.wrapper-testimonials .review-description > p::before,
.wrapper-testimonials .review-description > p::after {
	display: inline-block;
	color: #c4c4c4;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.wrapper-testimonials .review-description > p::before {
  content: "\f10d";
  margin-right: 5px;
}
.wrapper-testimonials .review-description > p::after {
  content: "\f10e";
  margin-left: 5px;
}
.featured-products > h3::before,
.wrapper-heading::before {
	content: "";
	margin-bottom: 15px;
	width: 70px;
	height: 3px;
	background: #dbd9d9;
	display: block;
}
.wrapper-heading {
	margin: 20px 0 30px;
}
.thumbnail {
  padding: 0px;
	margin-bottom: 20px;
	border-radius: 0;
	border-color: #eaeaea;
	max-width: 220px;
}
.thumbnail:hover,
.thumbnail:focus {
  box-shadow: 0px 0px 10px 0px rgba(162, 16, 7, 0.50);
}
.thumbnail .caption {
	padding: 21px 15px 15px;
	padding: 0;
	background: #eaeaea;
	display: block;
}
.thumbnail .caption h3 {
	font-size: inherit;
	font-weight: normal;
	line-height: normal;
	height: inherit;
}
.thumbnail .caption h3 a {
	text-align: center;
	color: #202020;
	display: block;
}
.thumbnail .caption a{
	color: #000;
}
.thumbnail .caption .price {
	margin: 15px 0 0 0;
  height: auto;
  font-size: 18px;
	font-weight: bold;
  text-align: center;
  color: #202020;
}
.thumbnail .buying-options {
	padding-top: 5px;
	margin: 0 -15px;
}
.thumbnail .buying-options .btn {
  padding: 5px 0;
  background-color: #c5ced8;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  margin-top: 0;
}
.pagination {
  padding: 12px 0px 8px 5px;
  margin: 10px 0;
  border: 1px solid #eaeaea;
	border-radius: 0;
  width: 100%;
}
.pagination > li {
	display: inline-block;
}
.pagination > li > a {
  padding: 4px 12px 2px;
  font-size: 16px;
  color: #000000;
  border-color: #eaeaea;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background: #a21007;
	border-color: #eaeaea;
}
.availability-container > .label,
.wrapper-thumbnail .availability-container .label  {
	padding: 6px 0;
	display: block;
	width: 100%;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	border-radius: 0;
}
.small-text {
  margin-top: 4px;
  display: block;
  font-size: 11px;
  font-weight: 300;
  text-transform: initial;
  height: 11px;
  overflow: hidden;
}
.small-text-ref {
  margin-top: 4px;
  display: block;
  font-size: 11px;
  font-weight: 300;
  text-transform: initial;
  height: 11px;
  overflow: hidden;
}
.wrapper-review {
	margin-bottom: 15px;
  padding: 30px 20px;
  border: 1px solid #eaeaea;
}
.wrapper-review > h4 {
	margin-bottom: 0;
	font-size: 13px;
	text-transform: uppercase;
	color: #202020;
}
.review-description {
	margin-top: 10px;
	font-size: 13px;
	color: #202020;
}
.review-description > span {
  height: 51px;
  overflow: hidden;
}
.review-description > .fa {
	color: #c4c4c4;
}
.review-description > .fa:first-child {
  margin-right: 5px;
}
.review-description > .fa:last-child {
  margin-left: 5px;
}
.wrapper-review > p {
  margin: 15px 0 0 0;
  font-size: 13px;
}
.review-star {
	margin-left: 10px;
	color: #a21007;
}
@media (max-width: 991px) {
	.wrapper-review {
		padding: 15px;
	}
	.review-description,
	.wrapper-review > p,
	.wrapper-review > h4 {
		font-size: 12px;
	}
	.review-star {
		margin-left: 0;
		display: block;
	}
}
.breadcrumb {
	margin-bottom: 15px;
	background: #ffffff;
	border-radius: 0;
	padding: 0;
}
#n_product .breadcrumb {
	margin-bottom: 25px;
}
.breadcrumb > li  > a {
	padding-right: 5px;
	font-size: 12px;
	color: #202020;
}
.breadcrumb > li:last-child  > a {
	padding-right: 0;
	color: #a21007;
}
/*.breadcrumb > li + li:before {*/
/*	display: none;*/
/*}*/
.category-name {
	margin: 0 0 15px;
	font-size: 28px;
	font-weight: bold;
	color: #a21007;
}
.readmorebtn{
    margin: 15px 0px;
    display:none;
}
.readmorebtn i{
    font-weight: bold;
    padding-right:5px;
}
.content-collapsed{
    max-height: 60px;
    overflow: hidden;
}
.content-expanded{
    max-height:auto;
}
.sort_container {
  margin: 10px 0 20px;
  padding: 15px;
  border: 1px solid #eaeaea;
}
.sort_container .form-control {
	height: 34px;
}
.sort_container .form-horizontal .control-label {
	padding-top: 7px;
}
.viewby > a {
  padding: 3px 10px;
  display: block;
  font-size: 18px;
}
.viewby > a.active,
.viewby > a.hover,
.viewby > a.focus {
	background: #a21007;
	box-shadow: none;
	color: #ffffff;
}
#left-sidebar .panel-heading-thumbnails .fa {
  position: absolute;
  top: 0;
  right: 0;
}
#left-sidebar .panel-heading-thumbnails h3 a {
  position: relative;
}
.panel-default {
	border: 1px solid #eaeaea;
	border-radius: 0;
}
.panel-title > a,
.panel-title {
	padding: 12.5px 15px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	background: #000000;
	text-transform: uppercase;
}
.panel-default > .panel-heading,
.panel-heading-thumbnails .panel-title > a {
	padding: 0;
}
.list-group-item {
	border: none;
}
#filters {
	padding: 10px 0;
}
#filters > .list-group-item {
	padding: 0 15px;
}
#filters > .list-group-item h4 {
	padding: 15px 0 7px;
	font-size: 14px;
	display: block;
}
a.list-group-item {
  font-size: 12px;
  color: #000000;
}
#filters p {
	font-size: 13px;
}
.thumbnail-box {
	padding: 15px;
}
.thumbnail-box .price span.small {
	display: block;
}
.thumbnail-box img {
	border: 1px solid #eaeaea;
}
.thumbnail-box .savings-container img {
	border: 0;
}
.thumbnail-box .title {
	margin: 8px 0px;
	font-size: inherit;
}
.thumbnail-box .title > a {
	font-size: 13px;
	font-weight: normal;
	color: #202020;
}
.thumbnail-box > .row {
	margin: 0 -6px;
}
.thumbnail-box > .row > div {
	padding: 0 6px;
}
.thumbnail-box .price {
	margin: 0;
	font-weight: bold;
	color: #a21007;
}
.wrapper-name {
	margin-bottom: 40px;
}
.product-name {
  margin: 0;
  font-size: 32px;
  line-height: 32px;
}
@media (max-width: 767px) {
	.product-name {
		margin-bottom: 30px;
		font-size: 28px;
		line-height: 28px;
	}
}
.alt-images {
	margin: 15px -6px 0;
}
.alt-images > div.col-xs-3 {
	padding: 0 6px;
	width: 20%;
}
.alt-images > div.col-xs-3 > a {
	margin-bottom: 15px;
	display: block;
	/*border: 1px solid #eaeaea;*/
}
.alt-images > div.col-xs-3 > a img {
	margin: 0;
}
.wrapper-review-dropdown {
	padding-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
	padding: 0px 10px 15px 10px;
}
.wrapper-review-dropdown::before,
.wrapper-review-dropdown::after {
	content: "";
	display: table;
	clear: both;
}
.product-star {
  font-size: 16px;
	line-height: 25px;
  color: #a21007;
	float: left;
}
@media (max-width: 500px) {
}
.product-star > span {
	font-weight: bold;
	color: #202020;
}
.wrapper-pricing {
	margin-top: 15px;
}
.move-top {
	margin-top: 25px;
}
.variation-name {
	font-size: 16px;
	font-weight: bold;
	color: #202020;
  width: 100%;
}
.specific_text > ._itmspec_listitm,
.specific_text > ._itmspec_listitm {
	float: left;
}
.specific_text > div > ._itmspec_selected,
.specific_text > div > ._itmspec_selected {
	padding: 18px 15px;
	font-weight: bold;
	border: 1px solid #a21007;
	color: #fff;
	background-color: #5bc0de;
	border: 4px solid #4998af;
}
.specific_text > div > a,
.specific_text > div > a {
  padding: 18px 15px;
  border: 4px solid #eaeaea;
  background-color: #eaeaea;
	min-width: 145px;
  font-size: 18px;
  color: #363636;
  display: block;
  text-align: left;
  font-weight: bold;
}
@media (max-width: 991px) {
	.specific_text > div > a,
	.specific_text > div > a {
		padding: 13px 10px;
		min-width: 125px;
	}
	.specific_text > div > ._itmspec_selected,
	.specific_text > div > ._itmspec_selected {
		padding: 13px 10px;
	}
}
@media (max-width: 500px) {
	.specific_text > div > a,
	.specific_text > div > a {
		font-size: 16px;
		padding: 13px 10px;
		min-width: 100px;
	}
}
.content-pricing {
  margin-top: 5px;
	overflow: hidden;
	float: left;
}
.variation-price {
	display: block;
	font-weight: normal;
}
#free-shipping-badge {
	padding-right: 175px;
}
.content-pricing > div {
	float: left;
	margin-right: 20px;
}
.productpricetext,
.productpromo {
	margin-bottom: 0;
	font-size: 35px;
	line-height: 43px;
	font-weight: bold;
	color: #a21007;
}
.productrrp,
.productsave,
.productwasprice {
	margin-bottom: 0;
	font-size: 25px;
	line-height: 43px;
	font-weight: normal;
}
.productwasprice {
	text-decoration: line-through;
}
@media (max-width: 1199px) {
	.productpricetext,
	.productpromo {
		font-size: 33px;
	}
	.productrrp,
	.productsave,
	.productwasprice {
		font-size: 23px;
	}
	.productsavetext {
		font-size: 14px;
	}
	.thumbnail .buying-options .btn{
	    font-size:11px;
	}
}
.productrrp.text-muted {
	color: #b1b1b1;
}
.productsavetext {
	margin-top: 10px;
	margin-right: 0 !important;
	font-weight: normal;
	/*width: 100%;*/
}
.productsavetext > div {
	float: left;
}
#sale-end {
	margin: 0 5px;
}
.time-text {
	color: #000000;
}
.wrapper-product-title {
	margin-bottom: 20px;
}
.wrapper-product-title .text-muted {
	margin-bottom: 0;
}
.variation-price .text-muted{
	font-size: 14px;
	text-decoration: line-through;
	padding-left: 3px;
}
._itmspec_selected .variation-price .text-muted{
	 color: #fff;
}
.free-shipping {
	padding: 20px 0;
}
.free-shipping p {
	margin-bottom: 0;
}
.cts_freeShipping {
	color: #8c8c8c;
	font-style: italic;
	text-align: center;
	padding-top: 10px;
	height: 30px;
}
.content-pricing > .label {
	float: left;
	display: block;
	padding: 8px 12px;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	border-radius: 0;
	margin-top: 6px;
}
.wrapper-review-dropdown .dropdown {
	float: right;
}
.wrapper-review-dropdown .btn-default {
	padding: 2px 11.5px;
	font-size: 13px;
	border-radius: 0;
}
#n_product .extra-options {
	margin-top: 20px;
}
.extra-options .buying-options .btn {
  padding: 14.5px 0;
  border-radius: 0;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.product-wishlist {
	margin-top: 20px;
}
.product-wishlist .btn {
  padding: 8px 0 6px !important;
  font-size: 15px !important;
}
#shipbox {
	margin-top: 15px;
}
#shipbox .panel-title {
	padding: 0;
	background: #ffffff;
}
#shipbox .panel-title > a {
	font-size: 18px;
	text-transform: uppercase;
	color: #393939;
	background-color: #ffffff;
	border-bottom: 1px solid #eaeaea;
}
#shipbox .panel-title > a.collapsed {
	border-bottom: none;
}
#shipbox .panel-title > a.collapsed .fa:before {
	content: "\f196";
}
/*div#shipbox.free-shipping-panel .panel-title > a .fa.fa-minus-square-o:before {
	content: "\f196";
}
div#shipbox.free-shipping-panel .panel-title > a.collapsed .fa.fa-minus-square-o:before {
	content: "\f147";
}*/
#shipbox .panel-heading {
	border-bottom: none;
}
#shipbox .panel-body {
	padding: 30px 15px;
}
#shipbox .form-control {
	height: 40px;
}
#shipbox .wrapper-country {
	border: 1px solid #eaeaea;
	border-radius: 0;
	display: block;
}
#shipbox #country {
	border: none;
	box-shadow: none;
}
#shipbox .btn-primary {
	padding: 9px 0px;
	background: #202020;
	border-color: #202020;
	color: #ffffff;
	text-transform: uppercase;
}
.tabbable {
	margin-top: 35px;
  padding-bottom: 10px;
}
.tabbable .nav-tabs {
	border: 1px solid #eaeaea;
}
.tabbable .nav-tabs > li {
	margin-bottom: 0;
}
.tabbable .nav-tabs > li > a {
	padding: 13px 20px;
	margin-right: 0;
	color: #000000;
	border-top: none;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: none;
	text-transform: uppercase;
	border-radius: 0;
}
.tabbable .nav-tabs > li.active > a,
.tabbable .nav-tabs > li.active > a:hover,
.tabbable .nav-tabs > li.active > a:focus,
.tabbable .nav-tabs > li > a:hover,
.tabbable .nav-tabs > li > a:focus {
	color: #ffffff;
	background: #202020;
	border-top: none;
	border-left: 1px solid #202020;
	border-right: 1px solid #202020;
	border-bottom: none;
}
.tab-content {
	padding-top: 30px;
}
#n_product .featured-products > h3 {
	margin-top: 40px;
}
.wrapper-newsletter {
	margin-top: 30px;
	padding: 20px 0;
	background: #202020;
}
.wrapper-newsletter h3 {
	margin: 0;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff;
	text-align: right;
}
@media (max-width: 991px) {
	.wrapper-newsletter h3 {
		margin: 0 0 20px;
		text-align: center;
	}
		.thumbnail .buying-options .btn{
	    font-size:14px;
	}
}
.wrapper-newsletter h3 .fa {
	background-color: #a21007;
	width: 47px;
	height: 47px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 45px;
}
.wrapper-newsletter .form-control {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-right: none;
}
.wrapper-newsletter .form-control,
.wrapper-newsletter .btn-default {
	background-color: #202020;
	border-color: #4b4747;
	color: #ffffff;
	height: 47px;
}
.wrapper-newsletter .btn-default {
	font-size: 20px;
	border-top-right-radius: 2px;
	botder-bottom-right-radius: 2px;
	border-left: none;
}
.wrapper-footer {
	padding: 50px 0;
	background: #151515;
}
.wrapper-footer h4 {
	margin-bottom: 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
}
.footer-links .nav > li{
    text-align: left;
}
@media (max-width: 767px) {
	.wrapper-footer h4 {
		margin: 10px 0;
	}
}
.wrapper-footer .nav-pills > li > a {
  border-radius: 0;
  font-size: 12px;
  color: #c4c4c4;
  padding: 2px 15px;
}
.wrapper-footer .nav-pills > li > a:hover,
.wrapper-footer .nav-pills > li > a:focus {
	background: none;
	color: #a21007;
}
.footer-details {
  margin-bottom: 20px;
}
.footer-details > h5 {
	margin: 0 0 5px;
  font-size: 12px;
  color: #ffffff;
}
.footer-details > p {
	font-size: 12px;
	color: #d7d7d7;
}
.footer-details p.move-right {
	padding-right: 100px;
}
@media (max-width: 1199px) {
	.footer-details p.move-right {
		padding-right: 75px;
	}
}
@media (max-width: 991px) {
	.footer-details p.move-right {
		padding-right: 20px;
	}
}
@media (max-width: 767px) {
	.footer-details p.move-right {
		padding-right: 0px;
	}
}
.footer-details img {
	margin-bottom: 20px;
}
.list-social a {
  font-size: inherit;
  color: #ffffff;
  background-color: #202020;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  border-radius: 50%;
}
.list-social {
	margin: 45px 0 0 0;
}
.list-social > li {
	padding: 0 5px 0 0;
}
.list-social a .fa {
	font-size: 18px;
	color: #ffffff;
}
.list-social a:hover,
.list-social a:focus {
	background: #a21007;
}
.payment-icon-container:hover,
.payment-icon-container:focus {
	background: #ffffff;
}
@media (max-width: 767px) {
	.list-social {
		margin: 0 0 30px 0;
	}
}
.list-payment {
  padding-top: 20px;
  margin: 35px 0 0 0 !important;
	border-top: 3px solid #202020;
}
.list-payment > li {
	padding: 0 10px 0 0;
}
.wrapper-address {
	padding: 20px 0;
	background: #202020;
}
address {
	margin-bottom: 0;
	text-align: center;
}
address > a,
address > p {
	font-size: 12px;
	color: #ffffff;
}
.availability_description {
  padding: 0;
  font-size: 12px;
  line-height: 12px;
  color: #999;
  float: left;
  margin-top: 7px;
  margin-left: 10px;
  margin-right: 0px !important;
}
@media (max-width: 400px) {
	.availability_description {
		margin-left: 0;
		float: none;
		display: block;
		width: 100%;
	}
}
.fb-like {
	float: right;
	margin-right: 10px;
}
.fb-like iframe {
	position: relative;
	top: 2px;
}
@media (max-width: 1199px) {
	.wrapper-share-like,
	.review-availability {
    float: left;
    display: block;
	}
	.wrapper-share-like {
		margin-top: 10px;
		float: none;
	}
	.navbar-default .navbar-nav > li.desktop-search,
	.navbar-default .navbar-nav > li.wrapper-search {
		width: 135px;
	}
}
@media (max-width: 991px) {
	.navbar-default .navbar-nav > li.wrapper-search {
		width: auto;
	}
}
@media (min-width: 768px) and (max-width:991px){
	.nCustom-container{
		width: 100%;
		padding: 0;
	}
}
.nCustom-caption{
	padding: 0;
}
.thumbnail .nCustom-caption h3{
	margin-bottom: 0;
}
.thumbnail .nCustom-caption h3 a{
	margin: 10px 4px 10px;
    height: 85px;
    margin-bottom: 0;
    overflow: hidden;
}
.thumbnail .buying-options{
	margin: 0;
	padding-top: 0;
}
.thumbnail .nCustom-caption .price{
	padding: 0;
	font-size: 18px;
	text-align: center;
	margin-top: 0;
}
@media (max-width: 1200px){
	.navbar-default .navbar-nav > li.desktop-search, .navbar-default .navbar-nav > li.wrapper-search{
		width: 100%;
	}
}
.wrapper-thumbnail[data-href],
.thumbnail[data-href],
p[data-href]{
	cursor: pointer;
}
.thumb_list .panel-body h3 a{
	color: #000;
}
a.notify_popup {
    background: #5BC0DE;
    border: 1px solid #3ebde0;
    color: #fff;
}
.thumb_list span.nCustom-stock-label {
    padding: 8px 12px;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 0;
}
.thumb_list .buying-options a,
.thumb_list .buying-options button{
	text-transform: uppercase;
}
hr.nCustom-hr {
    border-top: 1px solid transparent;
    margin-top: 30px;
    margin-bottom: 30px;
}
.tabbable-footer-text {
	font-size: 16px;
	font-weight: 500;
	text-align: right;
	color: #a21007;
	display: block;
	text-transform: uppercase;
}
.slick-slide {
	outline: none !important;
}
.slick-arrow {
  position: absolute;
  top: 44%;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
}
.slick-arrow.next {
  left: auto;
  right: -30px;
}
.slick-arrow.prev {
  left: -30px;
}
@media (max-width: 767px) {
	.slick-arrow {
		display: none !important;
	}
	#n_home .tabbable .nav-tabs > li {
    float: none;
	}
	.tabbable-footer-text {
		text-align: center;
	}
}
.dropdown-menu > li > a{
	padding: 5px 20px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	color: #a21007;
}
.tabbable .nav-tabs > li > a:hover {
    background: #bbb;
    border-color: #bbb;
    color: #000;
}
.wrapper-navigation .navbar-nav > li > .dropdown-menu > li a{
	line-height: 1.1;
	font-size: 12px;
}
.sidebar-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}
.savings-container {
  position: absolute;
  top: 0;
  left: 15px;
}
.main-image .savings-container .label {
  font-size: 14px;
}
@media (max-width: 767px) {
	.wrapper-logo img {
	  padding: 0 60px;
	  width: 340px;
	}
	.wrapper-thumbnail {
		float: left;
	}
}
.sidebar-menu.more-options {
  height: 320px;
  overflow: hidden;
}
.list-group .filter > a:before {
    content: '\F096\0020';
    font-family: FontAwesome;
}
.list-group .filter-remove > a:before {
    content: '\F14A\0020';
    font-family: FontAwesome;
}
.list-group-item {
	padding: 7px 15px;
}
a.show-filter {
	background-color: #f5f5f5;
}
a.show-filter:hover,
a.show-filter:active,
a.show-filter:focus {
	background-color: #e0e0e0;
}
/*Begin Blog Styles added by Joe Warwick*/
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin: 20px 0 30px 0;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
img[class="img-max"]{
	max-width: 100%;
	height: auto;
	margin: 5px;
}
@media only screen and (min-device-width:320px) and (max-device-width:525px){
.full-blog-table {display:block;width:100%;}
}

@media only screen and (min-width:526px){
.spec-table {border:0;width:50%;border-collapse:collapse;}
.spec-table tr:nth-child(even){background:#fff;}
.spec-table tr:nth-child(odd){background:#dedede;}
.spec-table td{padding:5px;font-size:1em;}
.spec-table td:nth-child(1){width:30%;padding:5px;font-size:14px;}
.spec-table td:nth-child(2){width:70%;padding:5px;font-size:14px;}
}

@media only screen and (min-device-width:320px) and (max-device-width:525px){
.spec-table {border:0;width:100%;border-collapse:collapse;}
.spec-table tr:nth-child(even){background:#fff;}
.spec-table tr:nth-child(odd){background:#dedede;}
.spec-table td{padding:5px;font-size:14px;}
.spec-table td:nth-child(1){width:30%;padding:5px; font-size:14px;}
.spec-table td:nth-child(2){width:70%;padding:5px; font-size:14px;}

/*.spec-table td:nth-child(1) {width:30%;padding:10px; font-size:1.5em;}
.spec-table td:nth-child(2) {width:70%;padding:10px; font-size:1.5em;}
*/}
/*End Blog Styles added by Joe Warwick*/
/*Begin Description Paragraph Styles added by SWAMP-Tom*/
.style32 {
	font-weight: bold;
}
.style37 {
	font-weight: bold;
}
/*Description Paragraph Styles added by SWAMP-Tom*/
a.assurance {
	color: #333;
}
.cts_checkoutDescription {
	font-size: 12px;
}
.cts_saveContainer {
	color: #a94442;
	font-size: 12px;
	height: 25px;
	margin: 10px 0 0;
	text-align: center;
}
.cts_saveContainerProdPage {
	color: #a94442;
	font-size: 14px;
	margin: 10px 0px;
	background-color: #eaeaea;
	text-align: center;
	padding: 10px 0;
}
.content-pricing {
	display: block;
}
.navigation-list li a {
	display: block;
}
@media (max-width: 1200px) {
	.header-phone p {
		font-size: 18px;
	}
}
.cts_label-instock {
	background-color: #f5f5f5;
	color: #000;
}
.cts_label-instock .fa-check {
	background-color: #5cb85c;
    color: #fff;
    padding: 4px;
    border-radius: 10px;
	-webkit-border-radius: 10px;
    margin-right: 4px;
}
#n_product .qty {
	padding: 14.5px 0;
    margin-bottom: 20px;
}
.n_qtyLabel {
	color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

button.addtocart {
    margin-top: 20px;
}


/********* Limit height of product images **********/

.main-image img:not(.zoomImg) {
    max-height: 525px !important;
}

@media only screen and (max-width: 600px) {
    .main-image img:not(.zoomImg) {
    max-height: 60vh !important;
}

}

/************************************************/

/*********** And product image thumbnails too ************/

.alt-images img {
    max-height: 90px;
}

/**********************/

.row.btn-stack {
    margin-top: 50px;
}


.content-pricing .label-danger {
    margin-bottom: 40px;
}

/******************/

.label-danger {
    background-color: #d75c59 !important;
}

.label.label-rrp {
    color: #a94442;
    font-size: 15px;
    background-color: #eaeaea;
    text-align: center;
    padding: 15px 17px;
    text-decoration: line-through;
    font-weight: normal;
    border-radius: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1.42;
    float: left;
    margin-right: 10px;
}
._itmspec_listopt .col-xs-12 {
    padding-left: 30px;
}
.sameDayNote{
	margin-bottom: 0;
	margin-left: 40px;
	font-size: 12px;
	font-weight: 300;
}
.brand-image{
	max-height: 120px;
	max-width: 150px;
}

/* PDF Image Responsive */
@media (min-width: 768px) {
	.pdf-image {
		width: 50px;
	height: 50px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.pdf-image {
		width: 65px;
	height: 65px;
	}
}
@media (min-width: 1199px) {
	.pdf-image {
		width: 100px;
	height: 100px;
	}
}
/* RRP Spacing */
.productrrp{
	margin-bottom: 20px;
}



.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.column-replacement a {
	width: 25%;
	vertical-align: middle;
	display: inline-block;
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.lg-outer {
	z-index: 2147483649 !important;
}

.buying-options .btn-stack button.addtocart {
    margin-top: 10px;
}

.price-match-block {
    width: 140px;
    background: #eaeaea;
    display: inline-block;
    margin: 0;
    padding: 7px;
    text-align: center;
}

.price-match-block span {
    display: block;
    text-align: center;
    color: #999;
    letter-spacing: 1px;
    font-size: 12px;
}

.price-match-block strong {
    color: #333;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    margin: 2px 0 0px 0;
    display: block;
}

.buying-options .row.btn-stack {
    margin-top: -25px;
}


.lg-img-wrap {
	background: black;
}

#header-cart {
	z-index: 10 !important;
}

.lg-thumb-item {
	height: 100px !important;
}
.col-xs-12.col-md-3.brand-custom {
    margin-bottom: 20px;
}
.col-xs-12.col-md-3.brand-custom h4 {
    margin-top: 20px;
    text-align: center;
}

/* custom added */

.image-container {display: none ;}
.row.custom-subcategories {
    margin-top: 40px;
}
.row.custom-subcategories .text-center p { text-align: center;}
.row.custom-subcategories .text-center { margin-bottom: 20px;}
.row.custom-subcategories .text-center img {
    max-height: 125px;
    max-width: 125px;
    display: table;
    margin: 0 auto;
}
.nocat-image {display: none;}
.nobrand-image {display: none;}

.image-brand {
    max-height: 200px;
    max-width: 200px;
    min-height: 200px;
}
.brand-custom img {
    max-height: 100%;
    max-width:  100%;
}

.brochure-custom {display: none !important;}


input#name_search:focus {
    border: 1px solid #5cb85c;
}
input#name_search:focus::-webkit-input-placeholder {
    color: grey;
}
input#name_search:focus:-moz-placeholder {
    color: grey;
}
input#name_search:focus::-moz-placeholder {
    color: grey;
}
input#name_search:focus:-ms-input-placeholder {
    color: grey;
}
.search_for{
	display: none;
}

@media(max-width:640px)
{
	.brand-image {
    max-height: 120px;
    max-width: 150px;
    width: 65px;
    margin: auto;
}}

@media only screen and (max-width: 768px) {
    .main-image .zoom {
        pointer-events: none;
    }
}
@media (max-width: 450px){
    	.thumbnail .buying-options .btn{
	    font-size:3.11vw;
	}
}
@media (max-width: 400px){
    .availability-container > .label, .wrapper-thumbnail .availability-container .label{
        font-size:3.25vw;
    }
}



/********************** NEW DEVELOPER CSS BEGINS ***********************/

.cart-shipping-methods .label-block {
    display: block;
}

#n_product .main-image {
    position:  relative;
    /*height: 460px;*/
    height:  360px; 
}

#n_product .main-image img#main-image {
    position:  absolute;
    left: 50%;
    top: 50%;
    max-width:  100%;
    max-height: 360px !important;
    transform:  translate(-50%, -50%);
}

#n_product .main-image .zoom {
    width:  100%;
    height:  100%;
}

.brands-row {
    font-size:  0;
    margin:  0 -15px;
}

.brand-custom {
    font-size: 14px;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 15px;
    width: 25%;
    margin-bottom: 30px;
    text-align: center;
}

.subcat-row {
    font-size: 0;
    margin:  0 -15px;
}

.subcat-col {
    font-size: 14px;
    display:  inline-block;
    vertical-align: bottom;
    padding:  0 15px;
    width:  25%;
    margin-bottom: 15px;
}

.subcat-col img.img-responsive {
    display:  inline-block;
    margin-bottom:  5px;
}

.subcat-col.nocat-image {
	display: none;
}

/*div#___ratingbadge_0 {
    position: fixed;
    left: 0;
    bottom: 0;
}*/

.related-content-short-desc {
    font-size: 12px;
}

.brand-custom.nobrand-image {
	display: none;
}

.home-category-thumbnail > h1 {
    margin: 30px 0 5px 0;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #202020;
}

#left-sidebar a.list-group-item {
    padding: 5px 15px;
}

.sidebar-menu.more-options {
    height: 270px;
}

.navbar-nav > li > .dropdown-menu.show-dropdown {
    display: block;
}

li.dropdown-hover > ul > li.dropdown-hover > a {
    position:  relative;
}

li.dropdown-hover > ul > li.dropdown-hover > a:before {
    content:  "\f105";
    position:  absolute;
    right: 4px;
    top: 5px;
    font-family:  FontAwesome;
    font-size:  18px;
    color: #a11007;
}

.cts_saveContainerProdPage.color-black {
    color: #444;
}

.hide-mobile {
	display: block !important;
}

.show-desktop {
	display: block !important;
}

span.show-desktop {
	display: inline-block !important;
}

.show-mobile {
	display: none !important;
}

#second-category > li.mob-has-dropdown > a {
    display: inline-block;
    margin-bottom: 0;
}

li .mob-dropdown-arrow {
    display: inline-block;
    height: 18px;
    vertical-align: top;
    width: 20px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    font-size: 18px;
    margin-left: 2px;
}

#third-category {
    display: none;
    margin-top: 10px;
    margin-left: 15px;
}

#homepageCarousel .carousel-indicators {
	display: none;
}

.christmas_banner {
    background: url(https://www.swamp.net.au/assets/images/christmas-decorations.jpg?dsds) repeat-x top;
    background-size: 20%;
    padding-top: 60px;
    overflow-y: visible;
    margin-top: -20px;
}

#n_home .christmas_banner {
    display: none;
}

/*div#sticky_wrapper {
    margin-bottom: 0px;
}*/

.free-shipping-panel .free-shipping {
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
}

div.free-shipping-panel:after {
    content: "";
    display: block;
    clear: both;
}

.free-shipping-panel .panel-heading {
    display: inline-block;
    vertical-align: middle;
}

div.free-shipping-panel .panel-heading a {
    border-bottom: none !important;
}

body .wrapper-category-image img {
    height: auto;
}

.specific_text > ._itmspec_listitm.text-img-variations {
    float: none;
    width: 100%;
    margin-bottom: 0;
}

.specific_text > .text-img-variations > ._itmspec_lnk {
    display: block;
    width: 100%;
    float: none;
    padding: 0;
    border: none;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    background: #fff;
}

.specific_text > .text-img-variations > ._itmspec_lnk._itmspec_selected {
    background: #eee;
}

.variation-table tr td {
    padding: 8px;
    vertical-align: middle;
    border: 1px solid #ddd;
}

.variation-table {
    width: 100%;
    border-collapse: collapse;
}

.variation-radio {
    width: 15px;
    height: 15px;
    background: none;
    border: 2px solid #333;
    display: inline-block;
    border-radius: 50%;
    position: relative;
}

._itmspec_selected .variation-radio:before, .active .variation-radio:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #8f0c06;
    border-radius: 50%;
    left: 3px;
    top: 3px;
}

._itmspec_selected .variation-radio, .active .variation-radio {
    border-color: #a21007;
}

.variation-img {
    width: 60px;
}

.variation-table .variation-price {
    font-weight: 600;
}

.variation-table .avail-label {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
}

.variation-table .avail-label .fa {
    background-color: #5cb85c;
    color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 2px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}

div#sticky_wrapper.sticky {
    background: #f4f4f4;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

div#sticky_wrapper.sticky .navbar.navbar-default {
    background: transparent;
    border: none;
}

div#sticky_wrapper.sticky .navbar.navbar-default ul.nav.navbar-nav > li > a, div#sticky_wrapper.sticky .navbar.navbar-default ul.nav.navbar-nav > .desktop-search > a {border-bottom: none;}

span.clear-filter {
    color: #720300;
    float: right;
}

.filters-list {
    margin: 0px -15px;
    display: none;
}

.toogle-sidebar {
    background: #dedede;
    margin: 0px -15px;
    cursor: pointer;
}

li.all-cat-list {
    display: none;
}

.toogle-sidebar.cat-toggle {
    margin-bottom: 5px;
}

#left-sidebar .toogle-sidebar h4 {
    margin: 0;
    padding: 10px 15px;
    position: relative;
}

#left-sidebar .toogle-sidebar h4 i.fa.fa-caret-down {
    position: absolute;
    right: 15px;
}

ul#filters {
    padding: 10px 0px 0px;
}

img.zoomImg {
    display: none !important;
}

body .showzoom img.zoomImg {
    display: block !important;
}

.toggle-open h4 i {
    transform-origin: center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

h4 span.comma:last-of-type, h1.selected-lenght span.comma:last-of-type {
    display: none;
}

#n_home .inner-page-banner, #n_product .inner-page-banner{
    display: none;
}
.inner-page-banner li {
    list-style: none;
}

.inner-page-banner {
    margin-top: -20px;
    margin-bottom: 20px;
}

.notify-msg {
    color: #a5918c;
    margin-top: 5px;
}

.notify-msg a {
    color: #a5918c;
    font-weight: 600;
    cursor: pointer;
}

.cookies-banner {
    position: relative;
    display: none;
}

.cookies-banner * {
    margin: 0px;
}

.cookies-banner img{
	width: 100%;
}

.cookies-banner button.close-cookies {
    position: absolute;
    top: 5px;
    right: 10px;
    background: #fff;
    border: solid 1px #fff;
    outline: none;
    color: #639fdd;
    font-size: 18px;
    padding: 0px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 23px;
}

form.cart-shipping-methods > .form-group {
    margin: 0px;
    padding: 10px 0px 0px;
    border-bottom: solid 1px #ddd;
}

form.cart-shipping-methods > .form-group:last-child {
    border-bottom: none;
}

form.cart-shipping-methods > .form-group label.label-block {
    margin: 0px;
}

form.cart-shipping-methods > .form-group label.label-block p {
    font-weight: 400;
}

.content-pricing > div.notify-msg {
    float: none;
    display: block;
    width: 100%;
    clear: both;
    padding-top: 15px;
}
div#header-cart:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

#header-cart > a i {
    color: #fff !important;
    margin-right: 5px;
}

#header-cart > a span.caret {
    margin-right: 5px;
}
form .form-group input[type=text], form .form-group input[type=email], form .form-group select, form .form-group textarea {
    background: #efefef;
}
/*form .form-group input[type=submit] {
    background: #a5170f;
    border-color: #a5170f;
    color: #fff;
}*/

@media screen and (max-width: 991px) {
	.brand-custom, .subcat-col {
	    width:  33.33%;
	}
}

@media screen and (max-width: 767px) {
	li.dropdown-hover > ul > li.dropdown-hover > a:before {
	    display: none;
	}

	.brand-custom, .subcat-col {
	    width: 50%;
	}

	a.assurance {
	    display:  block;
	}

	.assurance > h5 {
	    margin-left:  0;
	    display:  block;
	    float:  none;
	    text-align:  center;
	}

	.assurance > img {
	    margin-bottom:  5px;
	}

	.product-star .ratingCount {
	    display:  block;
	}

	.product-star {
	    margin-top:  10px;
	}

	.fb_iframe_widget {
	    margin-top:  2px;
	}

	.wrapper-review-dropdown .dropdown {
	    margin-top: 2px;
	}

	.tabbable .nav-tabs {
	    display: block;
	    border:  none;
	    font-size:  0;
	    text-align:  center;
	}

	.tabbable .nav-tabs > li {
	    padding-bottom: 0;
	    float:  none;
	    display:  inline-block;
	    font-size:  14px;
	}

	.tabbable .nav-tabs > li > a {
	    padding: 7px 8px;
	    font-size: 12px;
	    text-align:  center;
	    border:  1px solid #ddd;
	    margin-left:  -1px;
	}

	.tabbable .nav-tabs > li.active > a, .tabbable .nav-tabs > li.active > a:hover, .tabbable .nav-tabs > li.active > a:focus, .tabbable .nav-tabs > li > a:hover, .tabbable .nav-tabs > li > a:focus {
	    border: 1px solid #202020;
	}

	.show-desktop {
		display: none !important;
	}

	span.show-desktop {
		display: none !important;
	}

	.show-mobile {
		display: block !important;
	}

	span.show-mobile {
		display: inline-block !important;
	}


	/*.review-tab-text {
	    display:  block;
	    text-align:  center;
	}

	.tabbable .nav-tabs > li .fa.fa-star, .tabbable .nav-tabs > li .fa.fa-question-circle {
	    display:  none;
	}*/
}
@media only screen and (min-device-width: 320px) and (max-device-width: 812px) {
    .content-description{
        display:block;
        max-height:auto;
        overflow:hidden;
      /*-webkit-transition: max-height 0.8s ease; */
      /*-moz-transition: max-height 0.8s ease; */
      /*-ms-transition: max-height 0.8s ease; */
      /*-o-transition: max-height 0.8s ease; */
      /*transition: max-height 0.8s ease;  */
    }
}  
@media screen and (max-width: 350px){
    .thumbnail .nCustom-caption h3 a{
        margin:2.857vw 4px 2.857vw;
        font-size:4vw;
    }
}   
@media screen and (max-width: 300px){
.thumbnail .nCustom-caption .price{
    height:50px;
    
}
}   
/*** Variations Dropdown ***/
.move-top .variation-name {
    font-size: 20px;
}
.move-top .n-wrapper-form-control select {
    height: 60px;
    font-size: 16px;
}
.label-warning.label-backorder {
    background-color: #e2df54;
}
.hide-variation {
    display: none !important;
}

/* 1/07/2021 - Notify Me Highlight for Preorder */
.get-notified {
	color: blue !important;
	text-decoration: underline;
	font-weight: bold !important;
}

/*Shipping calculator update on product page*/
#n_product #shipBody .row.btn-stack {
    margin-top: 0;
    display: flex;
    column-gap: 10px;
    align-items: baseline;
}
#n_product #shipBody .row.btn-stack input, 
#n_product #shipBody .row.btn-stack select, 
#n_product #shipBody .row.btn-stack button {
    height: 40px;
    margin: 0;
}
#n_product #shipBody .row.btn-stack > div {
    padding: 0;
}
#shloc_selector > select {
    border-color: #eaeaea;
    border-radius: 0;
}

/*New newsletter form*/
.wrapper-newsletter div[data-testid="form-row"]>div, .wrapper-newsletter form.needsclick {
    padding: 0 !important;
}
.wrapper-newsletter form.needsclick>div {
    min-height: unset !important;
    border: 1px solid #cccccc5c;
}
.wrapper-newsletter button {
    background: transparent !important;
    font-size: 14px !important;
    border-radius: 0 4px 4px 0 !important;
    border: none;
	width: 42px;
    height: 45px !important;
    padding: 0 !important;
    color: transparent !important;
    background-image: url(/assets/images/arrow-right.png) !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: center center !important;
    filter: invert(1);
}
.wrapper-newsletter input[name="email"] {
    background-color: #202020 !important;
    border: none !important;
    color: #ffffff !important;
    height: 45px !important;
	font-size: 14px !important;
	font-family: 'Roboto' !important;
	line-height: 20px !important;
}
.wrapper-newsletter input[name="email"]::placeholder {
    opacity: 0.6;
	font-size: 14px !important;
	font-family: 'Roboto' !important;
	line-height: 20px !important;
	font-weight: 300 !important;
}