
body {
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #222;
	background-image: none;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
a,
.btn {
	-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;
}
a:hover,
a:focus {
	text-decoration: none; outline:0;
}
.text-muted {
	color: #ddd;
}
.form-control {
	box-shadow: none;
	border-color: #e8e8e8;
	color: #000;
}
.n-wrapper-form-control select {
	box-shadow: none;
	border-color: #e8e8e8;
	color: #000;
}
.form-control::-moz-placeholder {
	color: #222;
}
.form-control:-ms-input-placeholder {
	color: #222;
}
.form-control::-webkit-input-placeholder {
	color: #222;
}
.navbar-default {
	background: none;
	border: none;
}
.navbar {
	min-height: inherit;
	margin-bottom: 0;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.nMobileNav {
    text-align: center;
    margin: 0 -15px;
}
.navigation-list li {
    width: 25%;
	float: left;
}
.navigation-list li .btn {
    width: 100%;
    padding: 6px 0;
    display: block;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
    line-height: normal;
    border: none;
	font-style: normal;
}
.navigation-list li .btn span {
    display: block;
    margin-bottom: 6px;
}
.navigation-list li .btn:focus {
    outline: none;
    box-shadow: none;
}
.navigation-list li a {
    padding: 6px 0 5px;
    display: block;
    font-size: 12px;
	color: #fff;
	font-weight: 600;
}
.navigation-list .icon {
    font-size: 24px;
}
.carousel-control.right,
.carousel-control.left {
	background: none;
	filter: -;
}
.ccwrap {
	float: left;
}
.nsearchinput-pl.well {
	left: auto;
	right: 0;
	margin-top: 44px !important;
	box-shadow: none;
	border-radius: 0px;
	border-color: #fff;
	text-align: left;
	font-size: 14px;
}
.nsearchinput-pl.well .nav > li > a:hover,
.nsearchinput-pl.well .nav > li > a:focus {
	background-color: #f1f1f1;
}
hr {
	border-top: 1px solid #e8e8e8;
}
.wrap-categ-popular .row-upsell-head {
	padding-bottom: 20px;
}
.row-conts-head {
	padding-bottom: 25px;
	text-align: center;
}
.upsell-head h3 {
	position: relative;
	margin-top: 45px;
	margin-bottom: 30px;
    font-size: 28px;
	color: #222;
	padding-bottom: 15px;
	text-align: center;
}
.upsell-head h3:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -25px;
	width: 50px;
	height: 3px;
	background: #ff0000;
	content: '';
}
.upsell-head.about-head h3 {
	color: #fff;
}
.upsell-head.about-head h3:before {
	background: #fff;
}
@media (max-width: 767px) {
	.navbar-collapse {
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 -15px;
		border: none;
	}
	
}
.just-in {
	padding: 6px 0;
	background: #1a1a1a;
    font-weight: 500;
    text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	text-align: center;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
	font-weight: 600;
}
h1,
.h1 {
	font-size: 32px;
}
h2,
.h2 {
	font-size: 28px;
}
h3,
.h3 {
	font-size: 24px;
}
.btn {
	font-weight: 700;
	text-transform: uppercase;
}
.btn-stock {
  color: #222;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn-stock:focus,
.btn-stock.focus {
  color: #222;
  background-color: #c7c7c7;
  border-color: #c7c7c7;
}
.btn-stock:hover {
  color: #222;
  background-color: #c7c7c7;
  border-color: #c7c7c7;
}
.btn-stock:active,
.btn-stock.active,
.open > .dropdown-toggle.btn-stock {
  color: #222;
  background-color: #c7c7c7;
  border-color: #c7c7c7;
}
.btn-stock:active:hover,
.btn-stock.active:hover,
.open > .dropdown-toggle.btn-stock:hover,
.btn-stock:active:focus,
.btn-stock.active:focus,
.open > .dropdown-toggle.btn-stock:focus,
.btn-stock:active.focus,
.btn-stock.active.focus,
.open > .dropdown-toggle.btn-stock.focus {
  color: #222;
  background-color: #c7c7c7;
  border-color: #c7c7c7;
}
.btn-stock:active,
.btn-stock.active,
.open > .dropdown-toggle.btn-stock {
  background-image: none;
}
.btn-stock.disabled:hover,
.btn-stock[disabled]:hover,
fieldset[disabled] .btn-stock:hover,
.btn-stock.disabled:focus,
.btn-stock[disabled]:focus,
fieldset[disabled] .btn-stock:focus,
.btn-stock.disabled.focus,
.btn-stock[disabled].focus,
fieldset[disabled] .btn-stock.focus {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn-stock .badge {
  color: #f0f0f0;
  background-color: #fff;
}
.divider-pagination-top {
	margin-top: 20px;
	margin-bottom: 0;
}
.divider-pagination-bot {
	margin-top: 0;
	margin-bottom: 20px;
}
.divider-viewby {
	margin-top: 15px;
}
.divider-custom-one {
	margin-top: 15px;
}
.divider-custom-two {
	margin-top: 0;
	margin-bottom: 30px;
}
.divider-custom-three {
	margin-bottom: 12px;
}
.divider-custom-share {
	margin-top: 15px;
	margin-bottom: 15px;
	border-color: #000;
}
.divider-custom-upsell {
	margin-top: 30px;
	margin-bottom: 30px;
	border-color: #000;
}
/* Icons */
.icon-custom {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
}
.icon-cart {
	width: 25px;
	height: 24px;
	background-image: url(../img/icon-cart-red-2.png);
}
.icon-info {
	width: 24px;
	height: 24px;
	background-image: url(../img/icon-info-red.png);
}
.icon-phone {
	width: 26px;
	height: 26px;
	background-image: url(../img/icon-phone.png);
}
.icon-search {
	width: 20px;
	height: 20px;
	background-image: url(../img/icon-search-red.png);
}
.icon-user {
	width: 24px;
	height: 24px;
	background-image: url(../img/icon-user-red.png);
}
/* Top Content */
.wrapper-top-content {
	margin-bottom: 15px;  position: sticky;
    top: 0;
    z-index: 10;
}
#n_home .wrapper-top-content {
	  margin-bottom: 0;
   
}
/** Header **/
.wrapper-header {
	padding: 12px 0 15px;
	background: url(../img/bg-feat-categ.png) no-repeat left top #f0f0f0;
}
.header-left {
	width: 91%;
	float: left;
}
.wrapper-logo {
	width: auto;
	float: left;
	padding-right: 35px;
}
.logo {
	margin-top: 0;
}
.header-search {
	margin-top: 21px;
	width: 65%;
	float: left;
}
.header-search .btn {
	height: 44px;
	padding-left: 0;
	padding-right: 0px;
	background: #f0f0f0;
	border: none;
	border-bottom: 0px solid #222;
}
.header-search .btn:hover,
.header-search .btn:focus {
	box-shadow: none;
	border-color: #222;
	outline: none;
	background: #f0f0f0;
}
.header-search .form-control {
	height: 44px;
	padding-left: 0;
	border: none;
	border-bottom: 0px solid #222;
	background: #f0f0f0;
	color: #222;
	font-weight: 500;
	font-size: 15px;box-shadow: none;
	outline: none;
}
.header-search .form-control:focus {
	box-shadow: none;
	
	outline: none;
}
.header-search .form-control::-moz-placeholder {
	color: #222222b3;
	text-transform:capitalize;
}
.header-search .form-control:-ms-input-placeholder {
	color: #222222b3;
	text-transform: capitalize;
}
.header-search .form-control::-webkit-input-placeholder {
	color: #222222b3;
	text-transform: capitalize;
}
.header-search form .input-group {
    border: 2px solid #FB4848;
    border-radius: 15px;
    padding: 0px 12px;
}
.header-search .input-group .form-control:focus {
	z-index:2;
}
@media (max-width: 1199px) {
	
	.header-search {
		width: 495px;
	}
	
}
@media (max-width: 991px) {
	
	.header-search {
		width: 295px;
	}
}
@media (max-width: 767px) {
	
	.header-left {
		width: 100%;
	}
	
	.wrapper-logo {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
	.header-search {
		margin-top: 0;
		padding: 0 15px;
		width: 100%;
	}
	
	.header-search .btn {
		background: #b80101;
	}
	.header-search .btn:hover,
	.header-search .btn:focus {
		background: #b80101;
	}
	.header-search .form-control {
		background: #b80101;
	}
}
.header-right {
	width: 9%;
	float: right;
	padding-top: 25px;
}
.header-right > ul {
	width: auto;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
.header-right > ul > li {
	padding: 0 8px;
	float: left;
}
.header-right > ul > li:last-child {
	padding-right: 0;
}
.header-right > ul > li > a {
	padding-bottom: 5px;
	display: block;
	font-size: 13px;
	font-weight: 500;

	color: #222;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	  transition: opacity .3s;
}
.header-right > ul > li:hover > a,
.header-right > ul > li:focus > a {
	opacity: 0.7;
}
.header-right > ul > li.open > a {
	box-shadow: none !important;
	opacity: 0.7;
}
.top-link-icon {
	position: relative;
	display: inline-block;
	padding-right: 7px;
	vertical-align: middle;
}
.top-link-text {
	min-width: 54px;
	display: inline-block;
	vertical-align: middle;
	line-height: 16px;
}
.top-link-text span {
	font-weight: 800;
}
#header-cart {
	margin-top: 0;
}
.itm-cnt {
	position: absolute;
	top: -5px;
    right: 2px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	display: inline-block;
	border-radius: 50%;
	background: #ff0000;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.header-right .dropdown-menu {
	margin-top: 0;
	border-color: #ddd;
}
@media (max-width: 991px) {
	
	.header-right > ul > li {
		padding: 0 5px;
	}
	
	.top-link-text {
		min-width: auto;
	}
}
/* Nav */
.wrapper-nav {
	background: #b80101;
}
.wrapper-nav .nav.nav-menu {
	width: 1050px;
	float: left;
}
.wrapper-nav .nav.nav-menu > li > a {
	padding: 17px 17px 18px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}
.wrapper-nav .nav.nav-menu > li:hover > a,
.wrapper-nav .nav.nav-menu > li:focus > a {
	background: #000;
}
.wrapper-nav .nav.nav-menu-brand {
	width: 90px;
	float: right;
}
.wrapper-nav .nav.nav-menu-brand > li {
	float: right;
}
.wrapper-nav .nav.nav-menu-brand > li > a {
	padding: 17px 20px 18px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	background: #e30404;
}
.wrapper-nav .nav.nav-menu-brand > li:hover > a,
.wrapper-nav .nav.nav-menu-brand > li:focus > a {
	background: #000;
}
.wrapper-nav .nav.nav-menu .dropdown-menu,
.wrapper-nav .nav.nav-menu-brand .dropdown-menu {
	width: 100%;
	border-radius: 0;
	padding: 20px 22px;
	top: auto;
	border: none;
	-webkit-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.25);
}
.wrapper-nav .nav.nav-menu-brand .dropdown-menu {
	padding: 26px 17px 20px;
}
.wrapper-nav .nav.nav-menu .dropdown,
.wrapper-nav .nav.nav-menu-brand .dropdown {
	position: static;
}
.drop-menu-conts {
	position: relative;
	margin: 0 -15px;
}
.wrap-sub-categ {
	width: 100%;
	padding: 15px 0;
	float: left;
}
.wrapper-nav .column {
	width: 25%;
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
	padding: 0 10px;
}
.wrap-drop-categ-img {
	width: 20%;
	float: left;
	padding: 0 10px;
}
.drop-categ-img {
	width: 100%;
	float: left;
	padding-bottom: 5px;
}
.drop-categ-img img {
	max-width: 100%;
}
.drop-categ-link {
	width: 100%;
	float: left;
}
.drop-categ-link a {
	display: block;
	padding: 6px 16px;
	font-size: 13px;
	font-weight: 700;
	line-height: 16px;
	text-transform: uppercase;
	color: #E30404;
	border: 1px solid #B80101;
	text-align: center;
}
.drop-categ-link a i {
	padding-left: 6px;
}
.drop-categ-link a:hover,
.drop-categ-link a:focus {
	background: #B80101;
	color: #fff;
}
.wrapper-nav .column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wrapper-nav .column a {
	padding: 3px 0;
	display: block;
	color: #222;
	font-size: 14px;
	font-weight: 600;
}
.wrapper-nav li.menu-li.lv2-li {
    margin-bottom: 6px;
}
.wrapper-nav .column .lv2-li > a {
	font-size: 16px;
	font-weight: 700;
}
.wrapper-nav .column .lv3-li > a {
	padding: 3px 0;
	font-weight: 500;
}
.wrapper-nav .column a:hover,
.wrapper-nav .column a:focus {
	color: #B80101;
}
.lv3-li {
	margin-left: 10px;
}
@media (max-width: 1199px) {
	
	.wrapper-nav .nav.nav-menu {
		width: 850px;
	}
	
	.wrapper-nav .nav.nav-menu > li > a {
		padding: 17px 7px 18px;
		font-size: 11px;
	}
	
	.wrapper-nav .nav.nav-menu-brand > li > a {
		font-size: 11px;
	}
	
}
@media (max-width: 991px) {
	
	.wrapper-nav .nav.nav-menu {
		width: 655px;
	}
	.wrapper-nav .nav.nav-menu-brand {
		width: 65px;
	}
	.wrapper-nav .nav.nav-menu-brand > li > a {
		padding: 17px 8px 18px;
	}
	
	.wrap-sub-categ {
		width: 100%;
	}
	
}
.wrapper-nav .menu-brands .dropdown-menu > li {
	width: 16.666666666666664%;
	padding: 0 15px 21px;
	float: left;
}
.wrapper-nav .menu-brands .dropdown-menu > li.menu-li-brand a {
	display: block;
	height: 80px;
	line-height: 78px;
	border: 1px solid #e8e8e8;
	padding: 0;
	text-align: center;
}
.wrapper-nav .menu-brands .dropdown-menu > li.menu-li-brand-view a {
	display: block;
	height: 80px;
	line-height: 78px;
	border: 1px solid #E30404;
	padding: 0;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #E30404;
}
.wrapper-nav .menu-brands .dropdown-menu > li.menu-li-brand-view a i {
	padding-left: 5px;
}
.wrapper-nav .menu-brands .dropdown-menu > li img {
	max-width: 100%;
	max-height: 78px;
	display: inline !important;
	vertical-align: top;
}
.wrapper-nav .menu-brands .dropdown-menu > li a:hover,
.wrapper-nav .menu-brands .dropdown-menu > li a:focus {
	color: #E30404;
	border-color: #E30404;
	background: #fff;
}
@media (max-width: 991px) {
	
	.wrapper-nav .menu-brands .dropdown-menu > li {
		width: 25%;
	}
}
/* Home */
/** Home Main Carousel Banner **/
.wrapper-main-ban {
	padding: 0;
}
#homepageCarousel.carousel .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}
#homepageCarousel.carousel .carousel-inner .active {
	opacity: 1;
}
#homepageCarousel.carousel .carousel-inner .active.left,
#homepageCarousel.carousel .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
#homepageCarousel.carousel .carousel-inner .next.left,
#homepageCarousel.carousel .carousel-inner .prev.right {
	opacity: 1;
}
#homepageCarousel.carousel .carousel-control {
	z-index: 2;
}
#homepageCarousel .carousel-caption {
	padding-top: 0;
	text-shadow: none;
}
#homepageCarousel .caption-text {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
	text-align: left;
}
#homepageCarousel .caption-conts {
	display: table-cell;
    vertical-align: middle;
}
#homepageCarousel .caption-wrapper {
	width: 422px;
	padding: 45px 33px 43px;
	float: left;
	background: rgba(34,34,34,0.7);
	margin-left: 30px;
}
#homepageCarousel .carousel-caption h3 {
	margin-bottom: 25px;
	font-size: 35px;
	line-height: 42px;
	color: #fff;
}
#homepageCarousel .carousel-caption p {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	color: #FF0000;
	text-transform: uppercase;
}
#homepageCarousel .carousel-caption .btn {
	padding: 12px 20px;
	font-size: 14px;
}
#homepageCarousel .carousel-caption .btn i {
	padding-left: 7px;
}
.carousel .item.next .carousel-caption, .carousel .item.prev .carousel-caption {
    opacity: 0;
}
.carousel-caption {
	transition: opacity 1.3s;
	-moz-transition: opacity 1.3s;
  	-webkit-transition: opacity 1.3s;
}
#homepageCarousel .carousel-indicators li {
	width: 12px;
	height: 12px;
	margin: 2px;
    background: none;
    border: 1px solid #a9a3a5;
	border-radius: 0;
}
#homepageCarousel .carousel-indicators .active {
	margin: 2px;
    background-color: #fff;
    border: 1px solid #fff;
}
#homepageCarousel .carousel-control {
    position: absolute;
    top: 50%;
    left: 20px;
    bottom: auto;
	margin-top: -23px;
    width: 46px;
	height: 46px;
	line-height: 46px;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 19px;
    color: #222;
    text-align: center;
    text-shadow: none;
    background: #fff;
	border-radius: 0;
}
#homepageCarousel .carousel-control.right {
    left: auto;
    right: 20px;
}
#homepageCarousel .carousel-control.right,
#homepageCarousel .carousel-control.left {
	background: #fff;
	color: #222;
}
#homepageCarousel .carousel-control .fa {
    position: static;
    top: 0;
    left: 0;
}
@media screen and (min-width: 768px){
	
	#homepageCarousel .carousel-caption {
		left: 50%;
		right: auto;
		bottom: 0;
		top: 0;
		padding-bottom: 0;
		width: 1140px;
		margin-left: -570px;
		text-align: left;
		text-shadow: none;
	}
}
@media (max-width: 1199px) {
	
	#homepageCarousel .carousel-caption {
		width: 940px;
		margin-left: -470px;
	}
	#homepageCarousel .carousel-caption h3 {
		font-size: 24px;
		line-height: 31px;
	}
}
@media (max-width: 991px) {
	#homepageCarousel .carousel-caption {
		width: 720px;
		margin-left: -360px;
	}	
	
	#homepageCarousel .carousel-caption h3 {
		font-size: 20px;
		line-height: 26px;
	}
	#homepageCarousel .caption-wrapper {
		width: 322px;
		padding: 20px;
	}
	
	#homepageCarousel .carousel-caption .btn {
		padding: 6px 12px;
	}
}
@media (max-width: 767px) {
	#homepageCarousel .carousel-caption {
		top: auto;
		bottom: 0;
		width: 100%;
		left: 0;
		margin-left: 0;
		padding-bottom: 0;
		background: rgba(0,0,0,0.5);
	}
	#homepageCarousel .carousel-caption {
		text-align: center;
	}
	#homepageCarousel .carousel-caption h3 {
		margin-bottom: 0;
		font-size: 17px;
	}
	#homepageCarousel .carousel-caption p {
		font-size: 13px;
		margin-bottom: 0;
	}
	#homepageCarousel .caption-text {
		position: static;
		width: 100%;
		padding: 0;
		text-align: center;
	}
	
	#homepageCarousel .carousel-indicators {
		display: none;
	}
	
	#homepageCarousel .carousel-control {
		/* margin-top: 0; */
		/* left: auto; */
		/* right: 10px; */
		/* top: 10px; */
		/* width: 20px; */
		/* height: 20px; */
		/* line-height: 20px; */
		/* font-size: 12px; */
		/* background: #fff; */
		/* color: #222; */
	}
	#homepageCarousel .carousel-control.left {
		/* right: 35px; */
	}
	
	#homepageCarousel .carousel-control.right {
		left: auto;
		right: 10px;
	}
	
	#homepageCarousel .carousel-control.right,
	#homepageCarousel .carousel-control.left {
		background: #fff;
		color: #222;
	}
	
	#homepageCarousel .caption-wrapper {
		padding: 5px 0;
		width: 100%;
		margin: 0;
		border: none;
		background: none;
	}
	
	#homepageCarousel .caption-block {
    	padding: 10px;
	}
}
@media (max-width: 470px) {
		
	#homepageCarousel .carousel-caption p {
		display: none;
	}
	
	#homepageCarousel .carousel-caption h3 {
		margin-bottom: 0;
		font-size: 14px;
	}
}
@media all and (transform-3d), (-webkit-transform-3d) {
    #homepageCarousel.carousel .carousel-inner > .item.next,
    #homepageCarousel.carousel .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    #homepageCarousel.carousel .carousel-inner > .item.prev,
    #homepageCarousel.carousel .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    #homepageCarousel.carousel .carousel-inner > .item.next.left,
    #homepageCarousel.carousel .carousel-inner > .item.prev.right,
    #homepageCarousel.carousel .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
/** Home Categories **/
.wrapper-home-categories {
	padding-bottom: 21px;
	background: url(../img/bg-feat-categ.png) no-repeat left top #f0f0f0;
}
.col-xs-6.col-md-4.categ-block-list {
	padding:0;
}
.row-categ-block-list .categ-block-list:nth-child(n+7) {
	display: none;
}
.wrap-categ-block {
	margin-bottom: 17px;
	padding: 0 0px 0px 0;
	background: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 5px #00000045;
}
.wrap-categ-img {
	width: 100%;
	/* margin-left: auto; */
	/* margin-right: auto; */
	padding: 10px;
	background: #f0f0f0;
	text-align: center;
	border-radius: 10px 10px 0 0;
}
.wrap-categ-img img {
	max-width: 100%;
	max-height: 125px;
}
.wrap-categ-name {
	/* width: 50%; */
	/* margin-left: auto; */
	/* margin-right: auto; */
	padding: 10px;
}
.categ-name-block {
	width: 100%;
	/* height: 75px; */
	/* overflow: hidden; */
	/* margin-left: auto; */
	/* margin-right: auto; */
	text-align: center;
}
.categ-name-block a {
	font-size:18px;
	font-weight: 600;
}
.categ-name-block h3 {
	font-size: 17px;
	margin-bottom: 7px;
}
.categ-name-block h3 a {
	color: #222;
}
.categ-name-block h3 a:hover,
.categ-name-block h3 a:focus {
	color: #ff0000;
}
.categ-name-block ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.categ-name-block ul li {
	padding-bottom: 8px;
	display: block;
}
.categ-name-block ul li:nth-child(n+6) {
	display: none;
}
.categ-name-block ul li a {
	display: block;
	color: #222;
	font-size: 14px;
	line-height: 17px;
}
.categ-name-block ul li a:hover,
.categ-name-block ul li a:focus {
	color: #ff0000;
}
.categ-name-view a {
	color: #ff0000;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.categ-name-view a i {
	padding-left: 7px;
	font-weight: normal;
}
@media (max-width: 767px) {
	
	.categ-name-block h3 {
		font-size: 14px;
	}
	.categ-name-block ul li {
		padding-bottom: 6px;
		display: block;
	}
	.categ-name-block ul li a {
		font-size: 12px;
		line-height: 14px;
	}
	
}
@media (max-width: 520px) {
	
	.categ-block-list {
		width: 100%;
	}
}
/** Home Description **/
.wrapper-home-description {
	position: relative;
	padding: 30px 10px 70px;
	background: #b80101;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
}
#homepage-content {
	position: relative;
	z-index: 2;
}
.wrapper-home-description:before {
	position: absolute;
	right: 50%;
	top: 0;
	margin-right: 25px;
	width: 204px;
	height: 114px;
	content: '';
	background: url(../img/bg-gift-t.png) no-repeat left top;
	display: inline-block;
}
.wrapper-home-description:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 178px;
	height: 140px;
	content: '';
	background: url(../img/bg-gift-b.png) no-repeat left top;
	display: inline-block;
}
/** Home Testimonials **/
.wrapper-home-testi {
	padding-bottom: 25px;
	background: url(../img/bg-feat-categ.png) no-repeat left top #f0f0f0;
}
.wrap-testi {
	position: relative;
	width: 100%;
	float: left;
	padding: 27px;
	margin-bottom: 25px;
	border: 1px solid #e8e8e8;
	background: #fff;
}
.wrap-testi:before {
	position: absolute;
	top: -14px;
	left: 29px;
	width: 26px;
	height: 24px;
	display: inline-block;
	background: url(../img/icon-quote.png) no-repeat left top;
	content: '';
}
.wrap-testi p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 21px;
}
.wrap-testi h3 {
	margin-bottom: 0;
	font-size: 16px;
	text-transform: uppercase;
}
/* Breadcrumbs */
.breadcrumb {
	padding: 0;
	margin-bottom: 30px;
	background: none;
	font-size: 12px;
}
.breadcrumb > li+li:before {
	content: "\f105";
	padding: 0 7px 0 9px;
	font-family: FontAwesome;
	color: #c4c4c4;
}
.breadcrumb > li > a {
	color: #222;
}
/* Content Page */
.upsell-head h3 {
	position: relative;
	margin-top: 45px;
	margin-bottom: 30px;
    font-size: 28px;
	color: #222;
	padding-bottom: 15px;
	text-align: center;
}
.upsell-head h3:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -25px;
	width: 50px;
	height: 3px;
	background: #ff0000;
	content: '';
}
.page-header {
   	position: relative;
	margin-top: 45px;
	margin-bottom: 40px;
    font-size: 28px;
	color: #222;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 0;
}
.page-header:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -25px;
	width: 50px;
	height: 3px;
	background: #ff0000;
	content: '';
}
/* Category Page */
.wrapper-categ-ban {
	margin-top: -15px;
	margin-bottom: 20px;
	height: 250px;
	text-indent: -9999px;
}
@media (max-width: 1199px) {
	
	.wrapper-categ-ban {
		height: 220px
	}
}
@media (max-width: 991px) {
	
	.wrapper-categ-ban {
		height: 180px
	}
}
@media (max-width: 767px) {
	
	.wrapper-categ-ban {
		height: 100px
	}
}
.row-categ-desc {
	padding-bottom: 30px;
}
.row-wrapper-subcateg {
    padding-bottom: 30px;
}
.row-wrapper-subcateg ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 15px;
}
.row-wrapper-subcateg ul li.subcateg-box {
    width: 23.6%;
    /* display: inline-block; */
    padding: 0;
    vertical-align: top;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 5px #00000057;
    text-align: center;
}
.row-wrapper-subcateg ul li.subcateg-box .subcateg-img {
	background: #ffffff;
	padding: 0px;
	border-radius: 15px 15px 0 0px;
}
.row-wrapper-subcateg ul li.subcateg-box img {
	width:100%;
	max-height: 140px;
	object-fit: cover;
	border-radius: 15px 15px 0 0;
}
.row-wrapper-subcateg ul li a {
    position: relative;
    padding: 12px 6px;
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
   border-top: 1px solid #E8E8E8; 
}
.row-wrapper-subcateg ul li a.thumbnail-image {
	padding: 0;border-top:0;
}
.row-wrapper-subcateg ul li a:after {
    /* position: absolute;
    top: 8px;
    right: 0;
    content: "\f105";
    font-family: FontAwesome;
	font-weight: normal;
	color: #ff0000; */
}
.row-wrapper-subcateg ul li a:hover,
.row-wrapper-subcateg ul li a:focus {
	color: #ff0000;
}
@media (max-width: 1199px) {
	
	.row-wrapper-subcateg ul li.subcateg-box {
    	width: 31.333333%;
 }
}
@media (max-width: 767px) {
	
	.row-wrapper-subcateg ul li.subcateg-box {
    	width: 47%;
 }
}
@media (max-width: 319px) {
	
	.row-wrapper-subcateg ul li.subcateg-box {
    	width: 100%;
	}
}
/* Sidebar */
.panel-default {
	border-color: #E8E8E8;
	box-shadow: none;
}
.panel-default > .panel-heading {
    background-color: #222;
    border-color: #222;
}
.panel-default > .panel-heading .panel-title {
	color: #fff;
}
.list-group-item {
	padding: 6px 15px;
	margin-bottom: 0;
    border: 1px solid #fff;
}
a.list-group-item {
	color: #222;
}
.list-group-item.list-group-item-subhead {
	padding: 0 15px 20px 0;
}
.list-group-item.list-group-item-subhead.list-group-item-subhead-price {
	padding: 0;
}
#left-sidebar .list-group h4,
#left-sidebar .list-group .h4 {
    color: #222;
	font-size: 14px;
	text-transform: none;
}
.list-group-item-subhead {
	border-top: 1px solid #e8e8e8;
}
.list-group-item-subhead h4 {
	padding: 10px 15px;
}
.list-group-item-subhead.list-group-item-subhead-price h4 {
	padding: 10px 0 10px 15px;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #ff0000;
  background-color: #fff;
}
.side-filtervar {
	position: relative;
	width: 100%;
	max-height: 160px;
	overflow: auto;
	padding-right: 0;
}
.side-filtervar {
	margin-bottom: 0;
}
.side-filtervar .list-group-item {
	padding: 6px 40px 6px 15px;
}
#left-sidebar ul.side-filtervar li.filter a:before {
  content: '\F096\0020';
  font-family: FontAwesome;
}
#left-sidebar ul.side-filtervar li.filter-remove a:before {
  content: '\F14A\0020';
  font-family: FontAwesome;
}
.viewby .btn.active {
	color: #fff !important;
	background-color: #222 !important;
	border-color: #e8e8e8 !important;
}
@media (min-width: 768px) {
	
	#filters {
		height: auto !important;
		display: block;
	}
	
}
@media (max-width: 343px) {
	.sort_container .btn {
		padding: 6px 8px;
		font-size: 14px;
	}
}
/* Select Box */
.wrap-select  {
    position:relative;
	width: 100%;
    height: 34px;
    overflow: hidden;
    background: #fff;
	font-size: 14px;
	border: 1px solid #e8e8e8;
	border-radius: 0;
}
.finder-field-box {
	position: relative;
}
.wrap-select select,
.finder-field-box select {
    line-height:normal;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
    border: none;
    padding: 4px 25px 4px 12px;
    margin:0;
	background-color: transparent !important;
}
.wrap-select select {
	height: 32px;
	font-size: 14px;
}
.ie8 .wrap-select select,
.ie8 .finder-field-box select {
	padding-right: 3px
}
.wrap-select select:focus,
.finder-field-box select:focus {
    outline:none;
    box-shadow: none;
}
.wrap-select ::-ms-expand,
.finder-field-box ::-ms-expand {
	display:none;
}
.wrap-select:after,
.finder-field-box:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    pointer-events: none;
	color: #000;
}
.wrap-select:after {
	margin-top: -9px;
}
.wrap-select.wrap-select-calc:after {
	content: "\f0d7";
}
/* Thumbnail */
.thumbnail {
	margin-bottom: 20px;
	border-color: #e8e8e8;
}
.thumbnail .caption {
    padding: 9px 11px;
    color: #222;
	text-align: center;
}
.thumbnail .caption .h3 {
	margin-bottom: 15px;
    font-size: 14px;
    line-height: 17px;
    height: 2.5em;
    overflow: hidden;
    font-weight: 400;
}
.thumb_list h3 {
	font-size: 16px;
    font-weight: 400;
}
.thumbnail .caption .h3 a {
	color: #222;
}
.thumb_list h3 a {
	color: #222;
}
.caption .price {
    font-size: 22px;
    height: 25px;
}
.caption .price .thumb-rrp {
	font-size:18px;
}
.thumb_list .price {
	font-size: 14px;
}
.thumb-price,
.thumb-list-price {
	font-size: 26px;
	font-weight: 600;
}
.thumb-rrp,
.thumb-list-rrp {
	text-decoration: line-through;
}
.savings-container {
	right: auto;
	left: 10px;
	top: -1px;
}
.thumb-rev {
	margin-bottom: 5px;
	height: 20px;
	font-size: 14px;
	color: #222;
}
.thumb-rev i {
	color: #F6B139;
}
.thumb-rev i.fa-star-gray {
	color: #ccc;
}
.thumb-rev span span {
	padding-left: 3px;
}
.thumb-list-rev {
	margin-bottom: 5px;
	font-size: 14px;
	color: #222;
}
.thumb-list-rev i {
	color: #F6B139;
}
.thumb-list-rev i.fa-star-gray {
	color: #ccc;
}
.thumb-list-rev span span {
	padding-left: 3px;
}
.wrap-thumb-list-price {
	text-align: right;
}
.thumbnail .caption .btn,
.wrap-thumb-list-price .btn {
	padding: 11px 33px 12px;
}
.thumbnail .caption .form-control,
.wrap-thumb-list-price .form-control {
	padding: 11px 3px 12px;
	height: 45px;
	text-align: center;
}
.list-badge-sale {
	display: inline-block;
	padding: 6px 8px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	background: #ff0000;
}
@media (max-width: 1199px) {
	
	.thumbnail .caption .btn,
	.wrap-thumb-list-price .btn {
		padding: 11px 16px 12px;
	}
}
@media (max-width: 991px) {
	
	.wrap-thumb-list-price {
		text-align: left;
	}
	
	.wrap-thumb-list-price .btn {
		padding: 11px 66px 12px;
	}
	
}
@media (max-width: 767px) {
	
	.wrapper-thumbnail {
		float: left;
	}
	
	.thumbnail .product-image {
		max-width: 200px;
	}
}
@media (max-width: 567px) {
	
	.wrap-thumb-list-price .btn {
		padding: 11px 36px 12px;
	}
	
}
@media (max-width: 500px) {
	
	.wrapper-thumbnail {
		width: 100%;
	}
	
	.thumbnail .caption .btn {
		padding: 11px 66px 12px;
	}
}
@media (max-width: 467px) {
	
	.wrap-thumb-list-price .btn {
		padding: 11px 16px 12px;
	}
	
	.thumbnail .caption .btn {
		padding: 12px;
		font-size: 12px;
		width: 100%;
	}
}
@media (max-width: 400px) {
	.wrap-thumb-list-price .btn {
		padding: 11px 6px 12px;
	}
}
/* Product */
#n_product h1 {
    margin-top: 0;
	margin-bottom: 15px;
	text-align: center;
	line-height: 36px;
}
.wrap-prod-rev {
	font-size: 14px;
	color: #222;
}
.wrap-prod-rev .writerev {
	cursor: pointer;
}
.wrap-prod-rev .writerev i {
	color: #F6B139;
}
.wrap-prod-rev .writerev i.fa-star-gray {
	color: #ccc;
}
.wrap-prod-rev .writerev span {
	margin-left: 3px;
}
.wrap-prod-rev a {
	color: #222;
}
.wrap-prod-rev a i {
	color: #ccc;
}
.wrap-prod-share {
	text-align: right;
}
.wrap-prod-share .btn {
	padding: 0;
	font-weight: 400;
	text-transform: none;
}
.wrap-prod-share .btn:focus {
	box-shadow: none;
	outline: none;
}
.wrap-prod-share .dropdown-menu {
	left: auto;
	right: 0;
	text-align: left;
}
@media (max-width: 991px) {
	
	.wrap-prod-rev {
		text-align: center;
	}
	
	.wrap-prod-share {
		text-align: center;
		padding-top: 10px;
	}
	.wrap-prod-share .dropdown-menu {
		left: 50%;
		margin-left: -80px;
		right: auto;
		text-align: left;
	}
	
}
.wrapper-prod-pricing {
	padding-bottom: 20px;
}
.productpricetext {
	margin-bottom: 5px;
    font-size: 40px;
	line-height: 42px;
    font-weight: 600;
	color: #B80101;
}
.wrap-prodrrp,
.wrap-prodwasprice {
	font-size: 15px;
	text-transform: uppercase;
}
.prod-rrp,
.prod-wasprice {
	text-decoration: line-through;
}
.productsave {
	padding-left: 6px;
	color: #E30404;
}
.prod-stock {
	text-align: right;
}
.prod-stock-label .label {
	display: inline-block;
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 600;
    line-height: 11px;
    color: #fff;
    text-align: center;
    border-radius: 0;
	text-transform: uppercase;
}
.prod-stock-label .label i {
	font-weight: normal;
}
@media (max-width: 991px) {
	
	.prod-stock {
		padding-top: 5px;
		text-align: left;
	}
}
@media (max-width: 767px) {
	
	.wrapper-prod-pricing,
	.prod-stock {
		text-align: center;
	}
}
.variation-name {
	padding: 0;
	text-align: center;
	font-weight: 600;
}
.wrapper-prod-btns {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	float: left;
	padding: 19px 82px 13px;
	background: #F0F0F0;
}
.row-prod-btns {
	margin-left: -5px;
	margin-right: -5px;
}
.wrap-prod-qty {
	padding-left: 5px;
	padding-right: 0;
}
.wrap-prod-qty .form-control {
	height: 56px !important;
}
.wrap-prod-btn {
	padding-left: 10px;
	padding-right: 5px;
}
.wrap-prod-btn .btn {
	padding: 15px 16px;
}
.row-prod-wishlist {
	padding-top: 12px;
	text-align: center;
}
.row-prod-wishlist a {
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
}
.row-prod-wishlist a i {
	padding-right: 6px;
	font-weight: normal;
}
.row-prod-wishlist a:hover,
.row-prod-wishlist a:focus {
	color: #ff0000;
}
@media (max-width: 1199px) {
	
	.wrapper-prod-btns {
		padding: 19px 20px;
	}
}
@media (max-width: 991px) {
	
	.wrap-prod-qty {
		padding-right: 5px;
	}
	.wrap-prod-btn {
		padding-left: 5px;
	}
	
}
h3.crosssell-head {
	margin-top: 15px;
	margin-bottom: 24px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.wrap-crosssell-block {
	padding-bottom: 20px;
}
.row-crosssell-block {
	margin-left: -5px;
	margin-right: -5px;
}
.crosssell-block {
	padding-left: 5px;
	padding-right: 5px;
}
.crosssell-caption {
	overflow: hidden;
}
.crosssell-caption .title {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 17px;
	height: 52px;
	overflow: hidden;
	font-weight: 400;
}
.crosssell-caption p {
	margin-bottom: 0;
	font-size: 14px;
}
.crosssell-caption p label {
	font-weight: 600;
	color: #222;
}
.crosssell-caption p label i {
	font-weight: normal;
}
/* Panel Product */
.panel-product.panel-group .panel + .panel {
	margin-top: 15px;
}
.panel-product .panel-default {
	border: none;
	box-shadow: none;
}
.panel-product .panel-heading {
	padding: 0;
	border-radius: 0;
}
.panel-product .panel-heading h4 a {
	display: block;
	padding: 15px 21px;
	border-radius: 0;
}
.panel-product .panel-body {
	border: none !important;
	padding: 23px 6px;
}
.panel-product .panel-title a {
	background: #222;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.panel-product .panel-title a:before {
	margin-right: 6px;
    content: "\f146";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #fff;
}
.panel-product .panel-title a.collapsed {
	background: #f0f0f0;
	color: #000;
}
.panel-product .panel-title a.collapsed:before {
    content: "\f0fe";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #000;
}
.panel-product img,
.panel-product iframe {
	max-width: 100%;
}
.row-ship-calc {
	margin-left: -8px;
	margin-right: -8px;
}
.wrap-ship-calc {
	padding-left: 8px;
	padding-right: 8px;
}
.wrap-ship-calc .form-control {
	text-align: center;
}
.panel-default.panel-shipcalc > .panel-heading {
    background-color: #fff;
    border-color: #e8e8e8;
}
.panel-default.panel-shipcalc > .panel-heading .panel-title {
    color: #000;
	font-size: 14px !important;
	text-transform: uppercase;
}
@media (max-width: 1199px) {
	
	.row-ship-calc.btn-stack .col-xs-12 + .col-xs-12 {
		margin-top: 5px;
	}
}
/* checkbox radio button */
input[type=radio].chk-radio-custom,
input[type=checkbox].chk-radio-custom {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
input[type=radio].chk-radio-custom ~ label:before,
input[type=checkbox].chk-radio-custom ~ label:before {
    font-family: FontAwesome;
	content: "\f096";
    display: inline-block;
    letter-spacing: 10px;
    font-size: 14px;
    color: #222;
    width: 1.1em;
	font-weight: normal;
}
input[type=radio].chk-radio-custom:checked ~ label,
input[type=checkbox].chk-radio-custom:checked ~ label {
    color: #E30404;
}
input[type=radio].chk-radio-custom:checked ~ label:before,
input[type=checkbox].chk-radio-custom:checked ~ label:before  {
    font-size: 14px;
    color: #E30404;
    letter-spacing: 5px;
	content: "\f046";
}
input[type=radio].chk-radio-custom ~ label:before {
    content: "\f1db";
}
input[type=radio].chk-radio-custom:checked ~ label:before {
    content: "\f192";
}
input[type=radio].chk-radio-custom:focus ~ label,
input[type=checkbox].chk-radio-custom:focus ~ label {
    color: #E30404;
}
input[type=radio].chk-radio-custom:focus ~ label:before,
input[type=checkbox].chk-radio-custom:focus ~ label:before {
    color: #E30404;
}
/* Footer */
.wrapper-footer {
	margin-top: 27px;
	background: #222;
	color: #d7d7d7;
}
#n_home .wrapper-footer {
	margin-top: 0;
}
.wrapper-footer h4 {
	text-transform: uppercase;
	color: #fff;
}
.wrapper-footer a {
	color: #d7d7d7;
}
/** Footer Info **/
.wrapper-footer-info {
	padding: 29px 0 37px;
	border-bottom: 1px solid #373737;
}
.footer-logo {
	margin-bottom: 21px;
}
.footer-text {
	padding-right: 30px;
}
.wrapper-footer-info p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 17px;
}
.wrap-footer-map iframe {
	width: 100% !important;
}
.wrap-footer-contact-info {
	padding-top: 10px;
}
.wrap-footer-contact-info h4 {
	margin-bottom: 14px;
}
.footer-contact {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-contact > li {
	display: block;
	padding-bottom: 15px;
	font-size: 13px;
	font-weight: 600;
}
.footer-contact > li.addr {
	position: relative;
	padding-left: 29px;
}
.footer-contact > li.addr:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 19px;
	content: '';
	background: url(../img/icon-f-loc.png) no-repeat left top;
	display: inline-block;
}
.footer-contact > li > a {
	position: relative;
	padding-left: 29px;
	display: block;
}
.footer-contact > li > a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: inline-block;
}
.footer-contact > li.phone > a:before {
	width: 19px;
	height: 19px;
	background: url(../img/icon-f-phone.png) no-repeat left top;
}
.footer-contact > li.eadd > a:before {
	width: 18px;
	height: 14px;
	background: url(../img/icon-f-eadd.png) no-repeat left top;
}
.footer-contact > li > a:hover,
.footer-contact > li > a:focus {
	color: #ff0000;
}
.list-social {
	font-size: 0;
}
.list-social li {
	padding-bottom: 5px;
}
.list-social li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #222;
	border-radius: 50%;
	background: #d7d7d7;
	display: inline-block;
}
.list-social li a:hover,
.list-social li a:focus {
	color: #ff0000;
}
@media (max-width: 767px) {
	
	.footer-text {
		padding-right: 0;
	}
	
	.footer-contact > li.addr {
		padding-left: 0;
	}
	.footer-contact > li.addr:before {
		position: static;
		margin-right: 7px;
	}
	.footer-contact > li > a {
		padding-left: 0;
	}
	
	.footer-contact > li > a:before {
		position: static;
		margin-right: 7px;
	}
}
/** Footer Links **/
.wrapper-footer-links {
	padding: 37px 0 20px;
}
.wrapper-footer-links h4 {
	font-size: 14px;
}
.wrapper-footer-links .nav {
	margin-bottom: 20px;
}
.wrapper-footer-links .nav > li > a {
	padding-top: 5px;
	padding-bottom: 5px;
}
.wrapper-footer-links .nav > li > a:hover,
.wrapper-footer-links .nav > li > a:focus {
	color: #ff0000;
	background: none;
}
.wrap-newslet h4 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #ff0000 !important;
}
.wrap-newslet .form-control {
	height: 46px;
	border-color: #fff;
}
.wrap-newslet .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #fff;
}
.wrap-newslet .btn {
	margin-left: 0 !important;
	height: 46px;
	padding-left: 13px;
	padding-right: 13px;
	border-radius: 0 !important;
}
.wrap-newslet .btn i {
	padding-right: 6px;
}
.wrap-newslet .btn:focus {
	outline: none;
}
/** Copyright **/
.wrapper-footer-copyright {
	padding: 23px 0;
	background: #000;
}
.wrapper-footer-copyright ul {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.wrapper-footer-copyright ul li {
	padding: 0 9px;
	font-size: 11px;
	line-height: 12px;
	color: #fff;
	font-weight: 600;
	display: inline-block;
}
.wrapper-footer-copyright ul li:first-child {
	border-left: none !important;
}
.wrapper-footer-copyright ul li:last-child {
	border-left: 1px solid #323232;
}
.wrapper-footer-copyright ul li a {
	color: #fff;
	text-decoration: underline;
}
@media (max-width: 767px) {
	
	.wrapper-footer-copyright ul li {
		padding: 4px 0;
		display: block;
	}
	.wrapper-footer-copyright ul li:last-child {
		border-left: none;
	}
}
@media (max-width: 767px) {
	#mob-menu,
	#mob-menu ul {
		list-style:none;
	}
	#mob-menu .collapse-menu{
		padding: 0;
		padding: 0 15px;
	}
	#mob-menu li a,
	#mob-menu-cat li a{
		color: #fff;
		font-size: 13px;
		font-weight: 600;
		/* padding: 15px; */
	}
	#mob-menu .collapse-menu li a{
		padding: 8px;
		display: block;
		color: #fff;
		font-size: 12px;
	}
	#mob-menu .dropdown-menu-horizontal{
		padding: 0;
		padding: 0 15px 13px;
	}
	#mob-menu .dropdown-menu-horizontal li a{
		padding: 8px;
		display: block;
		color: #fff;
		font-size: 12px;
	}
	#mob-menu .mob-drop:after{
		content: "\f0d8";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		float: right;
		color: #fff;
		width: 10px;
	}
	#mob-menu .mob-drop.collapsed{
		color: #fff;
	}
	#mob-menu .mob-drop.collapsed:after {
		content: "\f0d7";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		float: right;
		color: #fff;
	}
	#mob-menu .collapse-menu li.open > a,
	#mob-menu .collapse-menu li.open > a:hover,
	#mob-menu .collapse-menu li.open > a:focus {
		color: #fff;
		background: none;
	}
	#mob-menu-cat {
		list-style:none;
		padding: 0 15px;
	}
	#mob-menu-cat ul {
	  list-style: none;
	}
	#mob-menu-cat .collapse-menu{
		padding: 0;
		padding: 0 15px;
	}
	#mob-menu-cat li a{
		padding: 8px;
		display: block;
		color: #fff;
		font-size: 14px;
	}
	#mob-menu-cat .dropdown-menu-horizontal{
		padding: 0;
		padding: 0 25px 13px;
		border-top: none;
 		 box-shadow: none;
	}
	#mob-menu-cat .dropdown-menu-horizontal li a{
		padding: 8px;
		display: block;
		color: #fff;
		font-size: 12px;
	}
	#mob-menu-cat .dropdown-menu-horizontal li a:hover{
		background: none;
	}
	#mob-menu-cat .mob-drop:after{
		content: "\f107";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		float: right;
		color: #fff;
		width: 10px;
	}
	#mob-menu-cat .mob-drop.collapsed{
		color: #fff;
	}
	#mob-menu-cat .mob-drop.active:after {
		content: "\f106";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		float: right;
		color: #fff;
	}
	#mob-menu-cat .collapse-menu li.open > a,
	#mob-menu-cat .collapse-menu li.open > a:hover,
	#mob-menu-cat .collapse-menu li.open > a:focus {
		color: #fff;
		background: none;
	}
	
	.navbar-responsive-collapse2.in {
		overflow-y: visible;
	}
}
/* Brand Page */
.brandlistwrap {
	margin-bottom: 20px;
}
.brandlist-img {
	width: 100%;
	float: left;
	border: 1px solid #eee;
	background: #fff;
	margin-bottom: 5px;
}
.brandlist-img img {
	height: 80px;
	max-width: 100%;
	object-fit: contain;
}
.brandlist-name {
	width: 100%;
	height: 40px;
	overflow: hidden;
	float: left;
}
@media (max-width: 520px) {
	.brandlistwrap {
		width: 50%;
	}
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

/** header announcement **/
.header_announcement {
	padding:8px 10px 8px 10px;
}
.header_announcement .row .col-12 {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #fff;
}
.header_announcement .row .col-12 p{
	margin:0
}
.header_announcement .row .col-12 p.mob {
	display:none; font-weight:600;
}
.header_announcement .row .col-12 a{
	color:#fff;
}
.header_announcement .row .col-12 a:hover{
	color:#fff; text-decoration: underline;
}

.wrapper-header .col-xs-12 {
	display:flex;
	justify-content: space-between;
}

.banner-content {
    position: relative;
    display: flex;
    gap: 15px 15px;
    justify-content: space-between;
    align-items: stretch;
    /* height: 380px; */
    margin: 15px auto;
}
.banner-content.mob-ver {
	display:none;
}
.banner-content .banner-right {
    width: 50%;
    position: relative;
    border-radius: 20px;
}
.banner-content .banner-right .carousel-inner {
	border-radius:20px;
}
.banner-content .banner-left {
    width: 50%;
    padding: 30px 30px 20px 30px;
    background: #b80101;
    color: #fff;
    border-radius: 20px;
}
.banner-content .banner-left.center {
	width:100%; display:none;
}
.banner-content .banner-left h1 {
	font-size:44px;
	margin-top:auto;
	margin-bottom: 25px;
}
.banner-content .banner-left h5 {
	font-size:20px; line-height:30px; font-weight:400; margin:20px 0;
}
.banner-content .banner-left a {
	background:#000;
	color:#fff;
	border-radius: 8px;
	padding:10px 20px;
	margin:10px 10px 0px 0;
	display:inline-block;
	font-size:16px;
	transition:all 0.3s linear;
	font-weight:500;
}	
.banner-content .banner-left a:hover {
	background:#fff; color:#b80101; transition:all 0.3s linear;
}
.banner-right img.home-banner-item {
    height: 426px !important;
    object-fit: cover;
}
.wrap-wswu-img i {
    font-size: 45px;
}

.wrap-wswu-img {
    text-align: center;
    color: #b80101;
    margin-bottom: 10px;
}
.wrap-wswu-img img{height:45px;width:auto;object-fit:cover;filter: brightness(0) saturate(100%) invert(13%) sepia(50%) saturate(5399%) hue-rotate(353deg) brightness(109%) contrast(117%);}
section.wrapper-home-wswu {
    padding-bottom: 34px;
    background: url(../img/bg-feat-categ.png) no-repeat left top #f0f0f0;
}

.row.row-wswu-block-list {
    margin-top: 5px;
    display: flex;
    gap: 0 15px;
}

.wrap-wswu-name h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.wrap-wswu-name p {
    text-align: center;
    font-size: 15px;
    margin: 0;
}
.col-xs-6.col-md-3.wswu-block-list {
    margin: 0;
    padding: 0;
}

.wrap-wswu-block {
    background: #fff;
    height: 170px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #00000045;
    padding: 15px;
}
.col-xs-6.col-md-3.categ-block-list {
    /* border-radius: 10px; */
    padding: 0;
}

.row.row-categ-block-list {
    display: flex;
    gap: 0 15px;
}
section.wrapper-home-ps {
    padding-bottom: 34px;
    background: url(../img/bg-feat-categ.png) no-repeat left top #f0f0f0;
}

.row.row-ps-block-list {
    margin-top: 5px;
    display: flex;
    gap: 0 15px;
}

.col-xs-6.col-md-4.ps-block-list {
    margin: 0;
    padding: 0;
}

.wrap-ps-block {
        background: #fff;
        /* height: 120px; */
        border-radius: 10px;
        box-shadow: 1px 1px 5px #00000045;
        padding: 20px;
        min-height: 142px;
}

.ps-block {
    text-align: center;
}

.ps-block p {
    font-size: 14px;
}

.ps-block a {
    font-size: 16px;
    font-weight: 600;
}
.custom-submenu {
        list-style: none;
    padding-left: 15px;
    margin: 0;
    overflow:hidden;

}

.mob-drop {
    
    position: relative;
   
}

.row.row-categ-desc.bottom-desc {
    background: #fff;
    border-radius: 15px;
    box-shadow: 1px 1px 6px #0000003d;
    padding: 15px 15px 10px 15px;
}
.reassurance img {
    height: 26px;
    width: auto;
    object-fit: cover;
    filter: brightness(0) saturate(100%) invert(13%) sepia(50%) saturate(5399%) hue-rotate(353deg) brightness(109%) contrast(117%);
    margin-right: 5px;
    margin-bottom: 10px;
    vertical-align: -webkit-baseline-middle;
    }

.reassurance {
    font-size: 14px;
}
.shipping-methods hr {
    margin: 10px 0;
}
.stickybar {
    position: sticky;
    bottom: 0;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    background: #efefef;
    padding: 10px;
    border-top: 1px solid #bdb9b9;
    z-index: 10;
    display: none;
    box-shadow: inset 0px 0px 4px #ccc;
    align-items:center;
    gap: 0px 5px;
}

.stickybar .stickybar-img #main-image {
    height: 55px !important;
    border: 1px solid #ccc;
    border-radius:5px;
}

.stickybar-prod-title h3 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 0;
   
}

.stickybar-price .productprice {
    font-size: 35px;
    margin-bottom: 0;
}
.stickybar-img {
    width: 4%;
}

.stickybar-prod-title {
    width: 20%;
}

.stickybar-price {
    width: 10%;
}

.stickybar-btn {
    width: 25%;
}
.stickybar .stickybar-price .wrap-prodrrp {
    display: none;
}
.banner-content-btns {
    text-align: center;
}

.banner-content-btns a {
    min-width: 230px;
    max-width: 230px;
}


.cat-quicklinks {
 border-top: 1px solid #cccccc82;
   border-bottom: 1px solid #cccccc82;
   padding: 5px 10px;
   margin: 15px 0 0 0;
   font-size: 14px;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   width: 100%;
}

.cat-quicklinks a {
     background: #b80101;
     color: #fff;
     border-radius: 20px;
     padding: 8px 13px;
     font-weight: 600;
     margin: 0 5px;
     transition:all 0.3s linear;
     display: inline-block;
     white-space: nowrap;
     text-decoration: none;
     margin:5px;
}


.cat-quicklinks a:hover{background:#000; color:#fff; transition:all 0.3s linear;}

/** Responsive styles **/
@media(max-width:1199px){
	.banner-right img.home-banner-item {
		height:500px !important;
	}
	.stickybar {
		gap:0 25px;
	}
	
}
@media(max-width:991px){
	
	.banner-content {
		flex-direction: column-reverse;
	}
	.banner-content .banner-left, .banner-content  .banner-right {
		width:100%;
	}
	.banner-right img.home-banner-item {
		height:400px !important;
	}
	.banner-content .banner-left h1 {
    font-size: 38px;
    
}
	.banner-content .banner-left h5 {
    font-size: 16px;
    line-height: 25px;
    
}
	.banner-content .banner-left a {
    
    padding: 8px 18px;
    font-size: 15px;
    
}
	.row.row-wswu-block-list {
   
    display: flex;
    gap: 0px;
    flex-wrap:wrap;
   
    margin-left: 0;
    margin-right: 0;
}
	.col-xs-6.col-md-3.wswu-block-list {
    margin: 1%;
    padding: 0;
    width: 48%;
}
	.wrap-wswu-block {
   
    height: 160px;
    
}
	.row.row-categ-block-list {
		
flex-wrap: wrap;
		
gap: 0;
	}
	.col-xs-6.col-md-4.categ-block-list {
		width: 48%;
		margin: 0 1%;
	}
	.stickybar {
        gap: 0 25px;
    }
	.stickybar-img {
    width: 8%;
}

.stickybar-prod-title {
    width: 20%;
}
	.stickybar-prod-title h3 {
		overflow: hidden; 
	 text-overflow: ellipsis; 
		 white-space: nowrap;
	}

.stickybar-price {
    width: 10%;
}

.stickybar-btn {
    width: 25%;
}
	.stickybar-btn form {
		display:flex;
	}
	.stickybar-btn .wrap-prod-qty .form-control {
		min-width:40px;
	}
}
@media (max-width:768px)
{
	.header-search form .input-group {
		border-color:#fff;
		background:#fff
	}
	.header-search input.form-control {
		background:#fff;
	}
	.header-search .btn {
		background:#fff;
	}
	    .banner-right img.home-banner-item {
        height: 300px !important;
    }
	.banner-content .banner-left h1 {
    font-size: 32px;
    
}
	.row.row-categ-block-list {
		
padding:0 15px;
	}
	.stickybar {
        gap: 0 10%;
        justify-content: center;
    }
	.stickybar-img {
    display: none;
}

.stickybar-prod-title {
    display: none;
}
	.stickybar-prod-title h3 {
		overflow: hidden; 
	 text-overflow: ellipsis; 
		 white-space: nowrap;
	}

.stickybar-price {
    width: 25%;
    text-align: left;
}

.stickybar-btn {
    width: 65%;
}
	.stickybar-btn form {
		display:flex;
	}
	.stickybar-btn .wrap-prod-qty .form-control {
		min-width:40px;
		padding: 10px;
	}
}

@media (max-width:480px) {
	.header_announcement .row .col-12 p.mob {
	display:block; font-weight:600;
}
	.header_announcement .row .col-12 p.desktop {
	display:none; 
}
	.banner-content .banner-left {
		display:none;
	}
	header.wrapper-top-content {
	
	}
	.header_announcement .row .col-12 {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}
	.header_announcement .row .col-12 p {
		text-align:center !important;
	} 
	.banner-content .banner-left.center {
	width:100%; display:block;
}
	.row.row-wswu-block-list {
    display: flex;
    gap: 0px;
    flex-wrap:wrap;
    margin-left: 0;
    margin-right: 0;
    align-content: stretch;
}
	.col-xs-6.col-md-3.wswu-block-list {
    margin: 1% 1.5%;
    padding: 0;
    width: 47%;
}
	.wrap-wswu-block {
  height: auto;
  padding: 8px;
}
	.row.row-categ-block-list {
    display: flex;
    gap: 0;
    flex-direction: row;
    flex-wrap: wrap;
}
	.row.row-ps-block-list {
		flex-direction: column;
		gap: 10px;
		margin: 0;
	}
	.col-xs-6.col-md-4.ps-block-list {
		width:100%;
	}
	.wrap-ps-block {
    background: #fff;
    
    border-radius: 10px;
    box-shadow: 1px 1px 5px #00000045;
    padding: 20px;
}
	.col-xs-6.col-md-4.categ-block-list {
		width: 47%;
		margin: 1.5%;
	}
	.wrapper-home-description {
		background:#000;
	}
	.categ-name-block {
height:75px;
	}
	.wrap-wswu-name h4 {
font-size:16px;}
.wrap-wswu-name p {
	font-size:13px;
}
	.wrap-categ-block {
margin-bottom:0;
	}
.categ-name-block h4  {
	font-size:16px;
}
	.categ-name-block a {
		font-size:16px;
	}

	.wrapper-thumbnail .caption form.buying-options .input-group {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrapper-thumbnail {
        width: 50%;
        padding-left: 8px;
        padding-right: 8px;
    }

	.wrapper-thumbnail .input-group .form-control {width: 25%;}
	.wrapper-thumbnail .input-group .input-group-btn  {
		width: 75%;
	}
	    .thumbnail .caption .btn {
        padding: 12px 10px;
        font-size:13px;
    }
.row-categ-desc p {
	display:none;
}
.cat-quicklinks span {
	display:none;
}
	.stickybar .wrapper-pricing {
		padding:0;
	}
	
}

@media(max-width:420px) {
	 .thumbnail .caption .btn {
        padding: 12px 6px;
        font-size:12px;
    }
	.thumbnail .caption .btn svg{ font-size:10px;}
	.stickybar-price .productprice {
    font-size: 28px;
}
	.stickybar .stickybar-btn .wrap-prod-btn .btn {
    padding: 13px 10px;
    font-size: 16px;
}
	.stickybar-btn .wrap-prod-qty .form-control {
       height:49px !important;
    }
    .thumb-price, .thumb-list-price {
		font-size: 23px;
	}
	.caption .price .thumb-rrp {
    font-size: 15px;
}
}
@media(max-width:360px) {
	.thumb-price, .thumb-list-price {
		font-size: 20px;
	}
	.caption .price .thumb-rrp {
    font-size: 13px;
}
    .thumbnail .caption .btn {
        padding: 12px 5px;
        font-size: 10px;
    }
	    .stickybar {
        gap: 0 10px;
        justify-content: space-evenly;
    }
	.stickybar-price {
		
		text-align: left;
	}
}