body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px /*{body-font-size}*/;
	color: #1c1c1c /*{body-font-colour}*/;
	background-image:none /*{body-background-image}*/;
	background-color: #f0eee9 /*{body-background-colour}*/;
	font-display: swap;
}

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;
}

.form-control {
	box-shadow: none;
	border-color: #ededed;
}

.n-wrapper-form-control select {
	box-shadow: none;
	border-color: #ededed;
}

.dropdown-menu {
	border-color: #ededed;
}

.navbar-default {
	background: none;
	border: none;
}

.navbar {
	min-height: inherit;
	margin-bottom: 0;
}

.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}

.navigation-list li {
    width: 23.9%;
}

.navigation-list li a {
	color: #fff;
}

.wrap-left-menu .navigation-list li a {
	color: #fff;
}

.carousel-control.right,
.carousel-control.left {
	background: none;
	filter: -;
}

.ccwrap {
	float: left;
}

.nsearchinput-pl.well {
	margin-top: 50px !important;
	box-shadow: none;
	border-color: #ededed;
}

hr {
	border-color: #fff;
}

h1,
h2,
h3,
h4 {
	font-weight: 700;
}


.upsell-head h3 {
	margin-bottom: 5px;
	font-size: 26px;
}

.upsell-head hr {
	margin-bottom: 10px;
	margin-top: 10px;
}

.home-block-head-wrap {
	margin-bottom: 25px;
}

.home-block-head-wrap h3 {
	display: inline-block;
	margin-bottom: 0;
}

.home-block-head-wrap a {
float: right;
margin-top: 12px;
display: inline-block;
vertical-align: bottom;
font-weight: 700;
text-transform: uppercase;
}

@media (max-width: 767px) {
.home-block-head-wrap h3 {
font-size: 22px;
}
.home-block-head-wrap a {
margin-top: 6px;
font-size: 12px;
}
.upsell-head {
font-size: 22px;
}
}


.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}


@-webkit-keyframes fadeInUp {
0% {
	opacity: 0;
	-webkit-transform: translateY(20px);
}
100% {
	opacity: 1;
	-webkit-transform: translateY(0);
}
}

@-moz-keyframes fadeInUp {
0% {
	opacity: 0;
	-moz-transform: translateY(20px);
}
100% {
	opacity: 1;
	-moz-transform: translateY(0);
}
}

@-o-keyframes fadeInUp {
0% {
	opacity: 0;
	-o-transform: translateY(20px);
}
100% {
	opacity: 1;
	-o-transform: translateY(0);
}
}

@keyframes fadeInUp {
0% {
	opacity: 0;
	transform: translateY(20px);
}
100% {
	opacity: 1;
	transform: translateY(0);
}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
0% {
	opacity: 0;
	-webkit-transform: translateY(-20px);
}
100% {
	opacity: 1;
	-webkit-transform: translateY(0);
}
}

@-moz-keyframes fadeInDown {
0% {
	opacity: 0;
	-moz-transform: translateY(-20px);
}
100% {
	opacity: 1;
	-moz-transform: translateY(0);
}
}

@-o-keyframes fadeInDown {
0% {
	opacity: 0;
	-o-transform: translateY(-20px);
}
100% {
	opacity: 1;
	-o-transform: translateY(0);
}
}

@keyframes fadeInDown {
0% {
	opacity: 0;
	transform: translateY(-20px);
}
100% {
	opacity: 1;
	transform: translateY(0);
}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
0% {
	opacity: 0;
	-webkit-transform: translateX(-20px);
}
100% {
	opacity: 1;
	-webkit-transform: translateX(0);
}
}

@-moz-keyframes fadeInLeft {
0% {
	opacity: 0;
	-moz-transform: translateX(-20px);
}
100% {
	opacity: 1;
	-moz-transform: translateX(0);
}
}

@-o-keyframes fadeInLeft {
0% {
	opacity: 0;
	-o-transform: translateX(-20px);
}
100% {
	opacity: 1;
	-o-transform: translateX(0);
}
}

@keyframes fadeInLeft {
0% {
	opacity: 0;
	transform: translateX(-20px);
}
100% {
	opacity: 1;
	transform: translateX(0);
}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes bounceInUp {
0% {
	opacity: 0;
	-webkit-transform: translateY(2000px);
}
60% {
	opacity: 1;
	-webkit-transform: translateY(-30px);
}
80% {
	-webkit-transform: translateY(10px);
}
100% {
	-webkit-transform: translateY(0);
}
}
@-moz-keyframes bounceInUp {
0% {
	opacity: 0;
	-moz-transform: translateY(2000px);
}
60% {
	opacity: 1;
	-moz-transform: translateY(-30px);
}
80% {
	-moz-transform: translateY(10px);
}
100% {
	-moz-transform: translateY(0);
}
}

@-o-keyframes bounceInUp {
0% {
opacity: 0;
	-o-transform: translateY(2000px);
}
60% {
	opacity: 1;
	-o-transform: translateY(-30px);
}
80% {
	-o-transform: translateY(10px);
}
100% {
	-o-transform: translateY(0);
}
}

@keyframes bounceInUp {
0% {
	opacity: 0;
	transform: translateY(2000px);
}
60% {
	opacity: 1;
	transform: translateY(-30px);
	}
80% {
	transform: translateY(10px);
}
100% {
	transform: translateY(0);
}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

/* Breadcrumbs */

.breadcrumb {
	padding: 8px 0;
	background: none;
	border-radius: 0;
	font-size: 11px;
}

.breadcrumb > li {
	display: inline-block;
}

.breadcrumb > li + li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #a4a4a4;
	padding-left: 5px;
	padding-right: 2px;
    float: left;
}

.breadcrumb > li > a {
	color: #a4a4a4;
}

.breadcrumb > li:last-child > a {
	color: #005da8;
}

.breadcrumb > .active {
	color: #777777;
}

/* Pagination */

.pagination {
	margin: 0;
	border-radius: 0;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  font-size: 16px;
  color: #000000;
  background-color: #f0eee9;
  border: 1px solid #fff;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #000;
  background-color: #f0eee9;
  border-color: #fff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #000;
  border-color: #fff;
  cursor: default;
}

@media (max-width: 767px) {
	.pagination {
		margin-bottom: 20px;
	}
}

/* Carousel */

.carousel .item {
	left: 0 !important;
	-webkit-transition: opacity 0.9s;
	transition: opacity 0.9s;
}

.carousel .next.left,
.carousel .prev.right {
	opacity: 1;
	z-index: 1;
}

.carousel .active.left,
.carousel .active.right {
	opacity: 0;
	z-index: 2;
}

/* Header */

.wrapper-header {
	padding: 15px 0;
	background: #fff;
}

.top-contact {
	text-align: center;
}

.top-contact a {
	font-size: 28px;
	font-weight: 700;
	color: #1c1c1c;
	text-align: center;
}

.top-contact a span {
	width: 40px;
	height: 40px;
	margin-right: 8px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	font-size: 28px;
	color: #fff;
	background-color: #005da8;
	border-radius: 50%;
}

.top-contact a:hover,
.top-contact a:focus {
	color: #005da8;
}

.top-links > ul {
	width: auto;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-links > ul > li {
	float: left;
}

.top-links > ul > li > a {
	padding: 10px 14px 9px;
	font-size: 15px;
	color: #1c1c1c;
	display: block;
}


.top-links > ul > li .dropdown-menu {
	margin-top: 0;
	box-shadow: none;
	visibility: hidden;
	position: absolute;
	display: block;
	z-index: 10005;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -moz-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -o-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -ms-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
}

.top-links > ul > li.dd-currency-button:hover .dropdown-menu {
	right: 0;
    left: initial;
}

.top-links > ul > li:hover .dropdown-menu {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 29px -50px;
    -moz-transform-origin: 29px -50px;
    -o-transform-origin: 29px -50px;
    -ms-transform-origin: 29px -50px;
    transform-origin: 29px -50px;
}

.top-links > ul > li:last-child > a {
	padding-right: 0;
}

.top-links > ul > li:hover > a,
.top-links > ul > li:focus > a {
	color: #e14537;
}

.top-links > ul > li > a:hover,
.top-links > ul > li > a:focus {
	color: #e14537;
}


.header-search,
#header-cart {
    margin-top: 0;
}

.header-search .form-control {
	height: 50px;
	border-width: 2px;
	border-color: #005ca7;
}

.header-search .form-control:focus {
	border-color: #005ca7;
	box-shadow: none;
}

.header-search .input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 4px 0 0 4px;
}

.header-search .btn {
	height: 50px;
	padding-left: 22px;
	padding-right: 22px;
	border-width: 2px;
}

.header-search .btn:focus {
	box-shadow: none;
	outline: none;
}

.wrap-cart > ul {
	width: auto;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wrap-cart > ul > li {
	float: left;
}

.wrap-cart > ul > li#header-cart > a {
	font-weight: 400;
}

.wrap-cart > ul > li#header-cart .cartcount {
	font-weight: 700;
}

.wrap-cart > ul > li#header-cart .btn-mycart {
	height: 50px;
	line-height: 34px;
	padding-left: 22px;
	padding-right: 22px;
	font-size: 16px;
	font-weight: 700;
	color: #1c1c1c;
	border-radius: 4px 0 0 4px;
	border: 2px solid #e14537;
	background: #fff;
}

.wrap-cart > ul > li.header-checkout .btn-checkout {
	height: 50px;
	line-height: 34px;
	padding-left: 18px;
	padding-right: 18px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 0 4px 4px 0 !important;
	border-width: 2px;
}

.wrap-cart > ul > li#header-cart .btn:focus {
	box-shadow: none !important;
}

.wrap-cart > ul > li.header-checkout .btn:focus {
	box-shadow: none !important;
}

.logo {
	margin-top: 0;
}

@media (max-width: 1199px) {
	
	.top-contact {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	
	.top-contact a {
		font-size: 22px;
	}
	
	.top-contact a span {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 22px;
	}
}

@media (max-width: 991px) {
	
	.top-contact {
		padding-top: 9px;
		padding-bottom: 9px;
	}
	
	.top-contact a {
		font-size: 16px;
	}
	
	.top-contact a span {
		width: 22px;
		height: 22px;
		line-height: 22px;
		font-size: 16px;
	}
	
	.top-links ul > li > a {
		padding: 11px 12px 11px;
		font-size: 13px;
	}
	
	.wrap-cart > ul > li#header-cart .btn-mycart {
		font-size: 12px;
	}
	
	.wrap-cart > ul > li.header-checkout .btn-checkout {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	
	.logo {
		margin-bottom: 10px;
	}
	
	.wrapper-logo .logo {
	/*	width: 90px; */
	}
	
	.header-search .form-control {
		height: 35px;
	}
	
	.header-search .btn {
		height: 35px;
		padding-left: 22px;
		padding-right: 22px;
		border-width: 2px;
	}


}

/* Nav */

.wrapper-nav {
	margin-bottom: 10px;
	background: #005da8;
}

.wrapper-nav .nav {
	width: 100%;
	text-align: center;
}

.wrapper-nav .nav > li {
	float: none;
	display: inline-block;
}

.wrapper-nav .nav > li > a {
	padding: 12px 12px 13px;
	font-size: 15px;
	color: #fff;
}

.wrapper-nav .nav > li:first-child > a {
	padding-left: 0;
}

.wrapper-nav .nav > li:last-child > a {
	padding-right: 0;
}

.wrapper-nav .nav > li:hover > a,
.wrapper-nav .nav > li:focus > a {
	color: #a8d8ff;
}

.wrapper-nav .nav > li > a:hover,
.wrapper-nav .nav > li > a:focus {
	color: #a8d8ff;
}

@media (max-width: 1199px) {
	.wrapper-nav .nav > li > a {
		padding: 12px 11px 13px;
		font-size: 13px;
	}
}

@media (max-width: 991px) {
	.wrapper-nav .nav > li > a {
		padding: 12px 6px 13px;
		font-size: 11px;
	}
}

@media (max-width: 767px) {
	
	.wrapper-nav .nav {
		width: auto;
		text-align: left;
	}
	
	.wrapper-nav .nav > li {
		float: none;
		display: block;
	}
	
	.wrapper-nav .nav > li > a {
		padding: 12px 15px 13px;
		font-size: 15px;
		color: #fff;
	}
	
	.wrapper-nav .nav > li:first-child > a {
		padding-left: 15px;
	}
	
	.wrapper-nav .nav > li:last-child > a {
		padding-right: 15px;
	}

}

/* Finder */

.wrapper-finder {
	margin-bottom: 15px;
}

.finder-conts {
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 4px;
	border: 2px solid #e14537;
}

.giftfinder-heading, .subscribe-heading {
	padding-right: 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
	color: #000;
}
.subscribe-heading{
	color: #fff;
}
.giftfinder-heading a {
	color: #000;
}

.giftfinder-heading i {
	color: #000;
}

.giftfinder-fields .wrap-select-inline{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.giftfinder-fields .wrap-select-block{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	float: left;
}

.giftfinder-fields .gift-select{
	width: 220px;
	height: 30px;
	overflow: hidden;
	display: inline-block;
}

.giftfinder-fields select{
	display: block;
	width: 100%;
	height: 30px;
	padding: 5px 8px 5px 8px;
	font-size: 12px;
	letter-spacing: -0.01em;
	line-height: 34px;
	color: #626262;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	transition: none;
	border-radius: 4px;
}

.giftfinder-fields .wrap-select-inline .btn {
	padding-top: 5px;
	font-size: 12px;
	text-transform: uppercase;
	background: #000;
	border-color: #000;
}


.giftfinder-fields .gift-select-prod{
	width: 100%;
	height: 35px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 10px;

}

.icon-ink {
	width: 13px;
	height: 18px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/icon-ink.png) no-repeat left top;
}

@media (min-width: 768px){
	.giftfinder-fields.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
}

@media (max-width: 1199px){
}

@media (max-width: 991px){

	.giftfinder-heading {
		font-size: 18px;
	}
	
	.giftfinder-fields .gift-select {
		width: 156px;
	}
	
	.giftfinder-fields select {
		font-size: 13px;
	}
}

@media (max-width: 767px){
	.giftfinder-heading {
		text-align: center;
	}

	.giftfinder-heading a {
		display: block;
	}

	.giftfinder-heading a:hover,
	.giftfinder-heading a:focus {
		text-decoration: none;
	}
	.giftfinder-fields {
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.giftfinder-fields .wrap-select-inline {
		margin-bottom: 5px;
	}

	.wrapper-header {
		margin-top: 0;
	}

	.wrapper-gift-finder {
		position: static;
	}
}

@media (max-width: 480px){
	
	.finder-conts {
		padding: 10px;
	}
	
	.giftfinder-fields .wrap-select-inline {
		display: block;
		vertical-align: top;
		margin-right: 0;
	}
	
	.giftfinder-fields .gift-select {
		width: 100%;
	}
	
	.giftfinder-fields .wrap-select-inline .btn {
		width: 100%;
	}
}

/* Thumbnails */

.thumbnail {
	border-color: #fff;
}

.thumbnail .caption {
	text-align: center;
}

.thumbnail .caption h3 {
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
}

.thumbnail .caption h3 a {
	color: #1c1c1c;
}

.caption .price {
	font-weight: 700;
	color: #e14537;
}

.thumbnail-image .moreinfo {
	position: absolute;
	display: block;
	font-size: 12px;
	background: rgba(0,0,0,0.8);
	color: #fff;
	bottom: -50px;
	left: 50%;
	margin-left: -55px;
	padding: 5px 0;
	width: 110px;
	text-align: center;
	border-radius: 0;
	opacity:0;
	text-transform: uppercase;
	-webkit-transition:all 0.33s ease-in-out;
	   -moz-transition:all 0.33s ease-in-out;
	     -o-transition:all 0.33s ease-in-out;
	        transition:all 0.33s ease-in-out;	
}

.thumbnail-image:hover .moreinfo {
	bottom:40%;
	opacity:1;
}

.thumbnail-image img {
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.thumbnail-image img:hover {
	opacity: 0.5;
}

/* Home */

#homepageCarousel {
	margin-bottom: 20px;
}

#homepageCarousel,
#homepageCarousel img {
	border-radius: 4px;
}

.row-home-categories {
	padding-bottom: 18px;
}

.home-categ-bg {
	width: 100%;
	height: 170px;
	padding: 0 10px 0 140px;
	margin-bottom: 20px;
	float: left;
	border-radius: 4px;
	display: table;
	overflow: hidden;
	cursor: pointer;
	-webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.home-categ-bg:hover, .home-categ-bg:focus, .home-categ-bg:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}



.home-categ-name {
	display: table-cell;
    vertical-align: middle;
}

.home-categ-name  h3 {
	margin-bottom: 0;
	font-size: 20px;
}

@media (max-width: 1199px) {
	.home-categ-bg {
		height: 130px;
		padding-left: 110px;
	}
	
	.home-categ-name h3 {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	
	.row-home-categories {
		text-align: center;
	}
	
	.wrap-home-categ {
		width: 32%;
		float: none;
		display: inline-block;
	}
	
	.home-categ-name h3 {
		text-align: left;
	}
}

@media (max-width: 767px) {
	
	.row-home-categories {
		text-align: left;
	}
	
	.wrap-home-categ {
		width: 50%;
		float: left;
		display: block;
	}
	
	.home-categ-bg {
		height: 170px;
		padding-left: 180px;
	}
	
}

@media (max-width: 620px) {
	.home-categ-bg {
		padding-left: 140px;
	}
}


@media (max-width: 560px) {
	.home-categ-bg {
		height: 130px;
		padding-left: 130px;
	}
	.home-categ-name h3 {
		font-size: 16px;
	}
}

@media (max-width: 500px) {
	.home-categ-bg {
		height: 100px;
		padding-left: 110px;
	}
	.home-categ-name h3 {
		font-size: 14px;
	}
}

@media (max-width: 440px) {
	.home-categ-bg {
		height: 90px;
		padding-left: 90px;
	}
	
	.home-categ-name h3 {
		font-size: 12px;
	}
}

@media (max-width: 400px) {
	.home-categ-bg {
		height: 80px;
		padding-left: 80px;
	}
	
}

@media (max-width: 350px) {
	.home-categ-bg {
		height: 70px;
		padding-left: 70px;
	}
	
	.home-categ-name h3 {
		font-size: 11px;
	}
}


.tabbable.tabhome {
	margin: 0;
}

.tabbable.tabhome > ul {
	text-align: center;
	background: #005ca7;
}

.tabbable.tabhome > ul > li {
	float: none;
	margin-top: -3px;
	margin-bottom: -3px;
	display: inline-block;
}

.tabbable.tabhome > ul > li > a {
	padding: 17px 54px;
	margin-right: 0;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	border-radius: 4px;
	border: none;
}

.tabbable.tabhome > ul > li > a:hover {
 	background: none;
	color: #a8d8ff;
	border: none;
}

.tabbable.tabhome > ul > li.active > a,
.tabbable.tabhome > ul > li.active > a:hover,
.tabbable.tabhome > ul > li.active > a:focus {
	color: #fff;
	background-color: #e14537;
	border: none;
	border-bottom-color: transparent;
	cursor: default;
}

.tabbable.tabhome > ul > li.active:after {
	position: absolute;
	content: "";
	left: 50%;
	margin-left: -5px;
	bottom: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid #e14537;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}

.tabbable.tabhome .tab-content {
    padding: 24px 0 35px;
    background: none;
    border-radius: 0;
}


@media (max-width: 1199px) {
	
	.tabbable.tabhome > ul > li > a {
		padding: 17px 34px;
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.tabbable.tabhome > ul > li > a {
		padding: 17px 24px;
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.tabbable.tabhome > ul > li > a {
		padding: 14px;
		font-size: 14px;
	}
}

@media (max-width: 600px) {
	.tabbable.tabhome > ul > li > a {
		padding: 12px;
		font-size: 13px;
	}
}

@media (max-width: 550px) {
	.tabbable.tabhome > ul > li > a {
		padding: 10px;
		font-size: 12px;
	}
}

@media (max-width: 480px) {
	.tabbable.tabhome > ul > li > a {
		padding: 10px 6px;
		font-size: 10px;
	}
}

@media (max-width: 370px) {
	.tabbable.tabhome > ul > li > a {
		padding: 10px 4px;
		font-size: 9px;
	}
}
.wrap-testi {
	width: 100%;
	height: 125px;
	float: left;
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
	border-radius: 4px;
	background: #fff;
}

.wrap-testi .fa-quote-left {
	margin-right: 8px;
	color: #e1e1e1;
}

.wrap-testi .fa-quote-right {
	margin-left: 8px;
	color: #e1e1e1;
}

.testi-desc p span {
	color: #005ca7;
	font-weight: 700;
}


@media (max-width: 1199px) {
	
	.wrap-testi {
		font-size: 13px;
	}
	
}

@media (max-width: 991px) {
	
	.wrap-testi {
		height: 135px;
		font-size: 11px;
	}
}

@media (max-width: 767px) {
	
	.wrap-testi {
		height: auto;
		font-size: 13px;
	}
}


.wrap-blog {
	width: 100%;
	float: left;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
}


.blog-img {
	width: 100%;
	height: 143px;
	float: left;
	position: relative;
	overflow: hidden;
}

.blog-img a {
	border-radius: 50% 50% 50% 50%;
	box-shadow: 0 0 0 0 rgba(0,0,0,0.8) inset;
	height: 175%;
	width: 125%;
	position: absolute;
	top: -37.5%;
	left: -12.5%;
	transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
}

.blog-img a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content:'\f1ea';
	color: #fff;
	font-size: 25px;
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	display: none;
	margin: -17px 0 0 -11px;
	font-display: swap;
}

.blog-date {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	display: inline-block;
	color: #fff;
	line-height: 50px;
	text-align: center;
	background: #e14537;
	border-radius: 50%;
	font-weight: 700;
}

.blog-date > span {
	line-height: 14px;
	display: inline-block;
    vertical-align: middle;
}

.blog-date > span > span:first-child {
	font-size: 12px;
	text-transform: uppercase;
}

.blog-date > span > span:last-child {
	font-size: 18px;
}

.blog-desc {
	width: 100%;
	float: left;
	padding: 15px 0;
	text-align: center;
}

.blog-desc h3 {
	height: 36px;
	overflow: hidden;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 700;
}

.blog-desc h3 a {
	color: #231f20;
}


.blog-desc p {
	height: 55px;
	margin-bottom: 15px;
	overflow: hidden;
	color: #606060;
	line-height: 18px;
}

.blog-desc > a {
	padding-left: 22px;
	padding-right: 22px;
	text-transform: uppercase;
	font-size: 12px;
}

.wrap-blog:hover .blog-img a {
	background: transparent;
	box-shadow: 0 0 0 220px rgba(0,0,0,0.4) inset;
	-webkit-transition: all 300ms linear !important;
	-moz-transition: all 300ms linear !important;
	-o-transition: all 300ms linear !important;
	transition: all 300ms linear !important;
	-ms-transition: all 300ms linear !important;
}

.wrap-blog:hover a:after {
	display: inline;
	transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
}


.wrap-blog:hover h3 a {
	color: #005ca7;
}

@media (max-width: 1199px) {
	
	.blog-img {
		height: 113px;
	}
	
	.blog-desc h3 {
		font-size: 13px;
	}
	
	.blog-desc p {
		font-size: 12px;
	}
}

@media (max-width: 991px) {
	
	.blog-img {
		height: 143px;
	}
	
	.blog-desc h3 {
		font-size: 12px;
	}
	
	.blog-desc p {
		font-size: 11px;
	}
}

@media (max-width: 470px) {
	.blog-desc h3 {
		font-size: 11px;
	}
	
	.blog-desc p {
		font-size: 10px;
	}
}

@media (max-width: 400px) {
	.wrap-blog-home {
		width: 100%;	
	}
}



/* Category */

.category-main-wrap {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 4px;
}

.category-main-image {
	width: 33.33333333333333%;
	padding: 15px;
	text-align: center;
}

.category-main-image img {
	max-width: 100%;
}


.categ-desc {
	padding: 30px 15px;
}

.category-main-desc {
	width: 100%;
}

.category-main-desc-full {
	width: 100%;
	float: left;
}

.categ-desc h1 {
	margin-top: 0;
	font-size: 30px;
	color: #e14537;
}

.categ-desc img {
	display: none;
}

.categ-desc-conts,
.categ-desc-conts p,
.categ-desc-conts span,
.categ-desc-conts div {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px !important;
	color: #1c1c1c !important;
	font-display: swap;
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
	
	.categ-desc h1 {
		font-size: 22px;
	}
	
	.categ-desc-conts,
	.categ-desc-conts p,
	.categ-desc-conts span,
	.categ-desc-conts div {
		font-family: 'Montserrat', sans-serif !important;
		font-size: 12px !important;
		color: #1c1c1c !important;
		font-display: swap;
	}

}

@media (max-width: 550px) {
	.category-main-image {
		width: 100%;
	}
	
	.category-main-image img {
		width: 200px;
	}
	
	.categ-desc {
		padding: 15px;
	}
	
	.category-main-desc {
		width: 100%;
	}
}

/* Sidebar */

#left-sidebar .panel-default {
	border-color: #fff;
}

.panel-default > .panel-heading {
	padding: 15px;
	color: #fff;
    background-color: #005da8;
    border-color: #005da8;
}

.panel-default > .panel-heading-filter {
	color: #fff;
    background-color: #e14537;
    border-color: #e14537;
}

.panel-default > .panel-heading-filter .panel-title {
	text-transform: uppercase;
}

.list-group-item {
    background-color: #fff;
    border: 1px solid #fff;
}

.list-group-item-subhead {
	padding-bottom: 0;
}

.list-group-item-subhead h4 {
	padding-bottom: 8px;
	border-bottom: 1px solid #e4e1da;
	margin-bottom:2px;
}

.categ-side > a > i {
	margin-right: 8px;
	color: #005da8;
}

/* Product */

.wrap-prod-images {
	width: 100%;
	padding: 42px 48px;
	margin-bottom: 15px;
	float: left;
	background: #fff;
	border-radius: 4px;
}

.wrap-alt-img img {
	border: 1px solid #e1e0dd;
	border-radius: 4px;
}

.wrap-days-and-refund {
	width: 100%;
	padding: 14px;
	float: left;
	margin-bottom: 20px;
	border: 2px solid #005da8;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	-o-transition: border-color .3s;
	-ms-transition: border-color .3s;
	-moz-transition: border-color .3s;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}

.wrap-days-and-refund h3 {
	font-size: 32px;
	font-weight: 700;
	color: #005da8;
	text-transform: Capitalize;
}

.wrap-days-and-refund p {
	margin-bottom: 0;
}

.wrap-days-and-refund p i {
	color: #e14537;
}

.wrap-days-and-refund:hover {
	border-color: #00467f;
}

.productpricetext{
    color:#005ca7;
}
.prodsubtitle {
	font-weight: 400;
	color: #666;
}

.sharewrap {
	width: 100%;
	padding: 8px 0;
	float: left;
	margin-bottom: 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.sharewrap .rating-wrap {
	width: 50%;
	float: left;
}

.sharewrap .rating-wrap span {
	font-size: 14px !important;
}

.sharewrap .socialshare-wrap {
	width: 50%;
	text-align: right;
	float: left;
}

.socialshare-wrap-full {
	width: 100%;
	text-align: right;
	float: left;
}
#n_product .socialshare-wrap-full {
	width: initial;
	text-align: right;
	float: right;
}

.sharewrap .socialshare-wrap .dropdown-menu,
.sharewrap .socialshare-wrap-full .dropdown-menu {
	left: auto;
	right: 0;
}

.sharewrap .socialshare-wrap .btn,
.sharewrap .socialshare-wrap-full .btn {
	background: none;
	font-size: 14px !important;
}

.table-child-list {
	background: #fff;
}

.table-child-list.table-bordered {
    border: 1px solid #e1e0dd;
}

.table-child-list.table > thead > tr > th {
	padding: 20px 12px; 
	border: none;
	border-bottom: 1px solid #e1e0dd;
	background-color: #fcf8ed;
}

.table-child-list.table > tbody > tr > td {
	padding: 20px 12px; 
	border: none;
	border-bottom: 1px solid #e1e0dd;
	background-color: #fcf8ed;
}

.table-child-list.table-striped > tbody > tr:nth-child(odd) > td,
.table-child-list.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #eeeeed;
  background-color: #e5f9e4;
}

.child-qty-form a {
	display: inline-block;
	font-size: 18px;
	color: #000;
	cursor: pointer;
}

.child-qty-form input {
	width: 53px !important;
	display: inline-block;
}

.thePriceWrapper {
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: 700;
}

.thePriceWrapper .thePrice,
.thePriceWrapper .signdprice {
	color: #e14537;
}

.cta-area .btn {
	height: 65px;
	line-height: 51px;
	font-size: 28px;
	font-weight: 700;
}

.panel-product .panel-body {
	padding: 20px 30px;
}

.shipping-prod-info {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.shipping-prod-price {
	width: 104px;
	float: left;
}

.ship-price-bg {
	width: 88px;
	float: left;
	padding: 12px 0;
	color: #fff;
	text-align: center;
	background: #005da8;
	border-radius: 4px;
	font-size: 20px;
	position: relative;
}

.ship-price-bg:after {
	content:'';
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -10px;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #005da8;
}


.shipping-prod-desc {
	width: 293px;
	padding-top: 10px;
	float: left;
}

.shipping-prod-desc p {
	margin-bottom: 0;
	font-size: 13px;
}

.ship-desc-head {
	font-size: 15px;
	font-weight: 700;
	color: #005da8;
}

.cta-area {
	margin-bottom: 25px;
}

.btn-stack.btn-shipcalc .col-xs-12 + .col-xs-12 {
	margin-top: 5px;
}

.btn-stack.btn-prodaddcart .col-xs-12 + .col-xs-12 {
	margin-top: 5px;
}

.btn-prodaddcart .btn {
	height: 65px;
	font-size: 28px;
	font-weight: 700;
}

.btn-prodaddcart a.btn {
	line-height: 51px;
}

@media (max-width: 1199px) {
	
	.wrap-days-and-refund h3 {
		font-size: 26px;
	}
	
	.shipping-prod-desc {
		width: 230px;
	}
	
	.shipping-prod-price {
		width: 84px;
		float: left;
	}
	
	.ship-price-bg {
		width: 68px;
		font-size: 16px;
	}

	
	.shipping-prod-desc p {
		font-size: 11px;
	}
	
	.ship-desc-head {
		font-size: 13px;
	}
	
	.child-qty-form input {
		width: 43px !important;
		padding-left: 8px;
		padding-right: 8px;
	}

}

@media (max-width: 991px) {
	
	.wrap-prod-images {
		padding: 32px 28px;
	}
	
	.wrap-days-and-refund h3 {
		font-size: 20px;
	}
	
	#n_product h1 {
		font-size: 30px;
	}
	
	.shipping-prod-desc {
		width: 158px;
	}
	
	.shipping-prod-price {
		width: 64px;
		float: left;
	}
	
	.ship-price-bg {
		width: 48px;
		font-size: 13px;
	}

	
	.shipping-prod-desc p {
		font-size: 10px;
	}
	
	.ship-desc-head {
		font-size: 12px;
	}
	
	.childname,
	.childprice {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.wrap-days-and-refund h3 {
		font-size: 16px;
	}
	
	.sharewrap .rating-wrap {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.sharewrap .socialshare-wrap {
		width: 100%;
		text-align: left;
	}
	
	.socialshare-wrap-full {
		width: 100%;
		text-align: left;
	}
	
	.sharewrap .socialshare-wrap .dropdown-menu,
	.sharewrap .socialshare-wrap-full .dropdown-menu {
		left: 0;
		right: auto;
	}

}



/* Tabs */

.nav-tabs {
	border-bottom: none;
}
.nav-tabs > li {
	margin-bottom: 0;
}
.nav-tabs > li > a {
	border: none;
	border-radius: 0;
	border-top: 3px solid transparent;
	color: #7f7f7f;
	font-size: 16px;
	font-weight:bold;
}
.nav-tabs > li > a:hover {
	border-color: transparent;
	color: #1c1c1c;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #1c1c1c;
  background-color: #ffffff;
  border: none;
  border-top: 3px solid #e14537;
  cursor: default;
}

.tabbable {
	margin-top: 55px;
	margin-bottom: 40px;
}

.tab-content {
	padding: 40px 25px;
	background: #fff;
	border-radius: 0 0 4px 4px;
}

@media (max-width: 991px) {
	.nav-tabs > li > a {
		font-size: 14px;
	}
	
}

/* Panel */

.panel-product.panel-group .panel + .panel {
margin-top: 10px;
}

.panel-product .panel-default {
border: none;
box-shadow: none;
}

.panel-product .panel-heading {
padding: 0;
}

.panel-product .panel-heading h4 a {
display: block;
padding: 14px 16px;
}

.panel-product .panel-body {
border: none !important;
}

.panel-product .panel-title a {
background: #c3beb2;
color: #fff;
font-size: 14px;
font-weight: 700;
}

.panel-product .panel-title a:before{
width: 24px;
    content: "\f146";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    float:left;
    color:#fff;
    font-display: swap;
}

.panel-product .panel-title a.collapsed {
background: #c3beb2;
color: #fff;
}

.panel-product .panel-title a.collapsed:before {
width: 24px;
    content: "\f0fe";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    float:left;
    color:#fff;
}

.lovethis {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background-color: #e14537;
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 52px;
}

.lovethis span {
	line-height: 12px;
	vertical-align: middle;
	display: inline-block;
}


.lovethisbig {
	position: absolute;
	top: 32px;
	left: 28px;
	width: 92px;
	height: 92px;
	border-radius: 50%;
	background-color: #e14537;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 92px;
}

.lovethisbig span {
	line-height: 18px;
	vertical-align: middle;
	display: inline-block;
}


/* Newsletter */

.wrapper-newslet {
	margin-top: 0;
	padding: 22px 0;
	background: #005ca7;
}

.newslet-text p {
	margin-bottom: 0;
	line-height: 50px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	text-align: right;
}

.newslet-field .form-control {
	height: 50px;
	border-color: #fff;
}

.newslet-field .btn {
	height: 50px;
	padding-left: 24px;
	padding-right: 24px;
	margin-left: 0 !important;
}

@media (max-width: 1199px) {
	
	.newslet-text p {
		font-size: 18px;
	}
	
	
}

@media (max-width: 991px) {
	
	.newslet-text p {
		text-align: center;
	}
}

@media (max-width: 767px) {
	
	.newslet-text p {
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 16px;
	}
}

/* Footer */

.wrapper-footer {
	padding: 38px 0 32px;
	background: #fff;
	font-size: 11px;
}

.wrapper-footer hr {
	border-color: #e1e1e1;
}

.wrapper-footer h2 {
	font-size: 24px;
	font-weight: 700;
	color: #e14537;
}


.wrapper-footer h4 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}


.wrapper-footer h4.footercateg {
	font-size: 17px;
	color: #e14537;
}

.wrapper-footer h4.followus {
	font-size: 18px;
	text-transform: none;
}


.wrapper-footer .nav {
	margin-bottom: 15px;
}

.wrapper-footer .nav > li > a {
	padding-top: 4px;
	padding-bottom: 4px;
	color: #1c1c1c;
	font-size: 14px;
}

.wrapper-footer .nav > li > a:hover,
.wrapper-footer .nav > li > a:focus {
	background: none;
	color: #e14537;
}


.wrap-needhelp {
	width: 100%;
	float: left;
	padding: 20px;
	margin-bottom: 40px;
	border-radius: 4px;
	border: 1px solid #e1e1e1;
}

.wrap-needhelp ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wrap-needhelp ul > li {
	margin-right: 12px;
	display: inline-block;
}

.wrap-needhelp ul > li > a {
	color: #1c1c1c;
	font-size: 16px;
}

.wrap-needhelp ul > li > a > span {
	width: 25px;
	height: 25px;
	margin-right: 8px;
	display: inline-block;
	border-radius: 50%;
	background: #005ca7;
	line-height: 25px;
	text-align: center;
	color: #fff;	
	font-size: 14px;
}

.wrapper-footer .list-socialb {
	margin-left: -16px; 
	margin-right: -16px;
	float: left;
}

.wrapper-footer .list-socialb li {
	width: 50%;
	padding: 0 16px 14px;
	float: left;
}

.wrapper-footer .list-socialb li img {
	max-width: 100%;
	height:auto;
}

.wrapper-footer .list-socialb li a {
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.wrapper-footer .list-socialb li a:hover {
	opacity: 0.8;
}

@media (max-width: 1199px) {
	
	.wrap-needhelp ul > li > a {
		font-size: 12px;
	}
}

@media (max-width: 991px) {
	
	.wrap-needhelp ul > li {
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	
	.wrap-needhelp ul > li > a {
		font-size: 10px;
	}
}

@media (max-width: 767px){
	#mob-menu {
		list-style:none;
	}

	#mob-menu ul {
	  list-style: none;
	}

	#mob-menu .collapse-menu{
		padding: 0;
		padding: 0 15px 13px;
	}

	#mob-menu .collapse-menu li a{
		padding: 8px;
		display: inline-block;
		color: #fff;
		font-size: 13px;
	}

	#mob-menu .dropdown-menu-horizontal{
		padding: 0;
		padding: 0 15px 13px;
		border-top: none;
 		 box-shadow: none;
	}

	#mob-menu .dropdown-menu-horizontal li a{
		padding: 8px;
		display: inline-block;
		color: #fff;
		font-size: 13px;
	}

	#mob-menu .mob-drop:after{
		content: "\f106";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		float: right;
		color: #fff;
		width: 10px;
		font-display: swap;
	}


	#mob-menu .mob-drop.collapsed{
		color: #fff;
	}

	#mob-menu .mob-drop.collapsed:after {
		content: "\f107";
		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;
	}

	#mob-menu-cat ul {
	  list-style: none;
	}

	#mob-menu-cat .collapse-menu{
		padding: 0;
		padding: 0 15px 13px;
	}

	#mob-menu-cat .collapse-menu li a{
		padding: 8px;
		display: inline-block;
		color: #fff;
		font-size: 13px;
	}

	#mob-menu-cat .dropdown-menu-horizontal{
		padding: 0;
		padding: 0 15px 13px;
		border-top: none;
 		 box-shadow: none;
	}

	#mob-menu-cat .dropdown-menu-horizontal li a{
		padding: 8px;
		display: inline-block;
		color: #fff;
		font-size: 13px;
	}

	#mob-menu-cat .mob-drop:after{
		content: "\f0d8";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		float: right;
		color: #fff;
		width: 10px;
		font-size:18px;
		padding-right:20px;
		font-display: swap;
	}


	#mob-menu-cat .mob-drop.collapsed{
		color: #fff;
	}

	#mob-menu-cat .mob-drop.collapsed:after {
		content: "\f0d7";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		float: right;
		color: #fff;
		font-size:18px;
		padding-right:20px;
		font-display: swap;
	}

	#mob-menu-cat .collapse-menu li > a,
	#mob-menu-cat .collapse-menu li > a:hover,
	#mob-menu-cat .collapse-menu li > a:focus {
		color: #fff;
		background: none;
	}

}

@media (min-width: 768px){
	.dropdown-hover:hover > .dropdown-menu {
		display: block;
	}
}
.btn-green {
    color: #ffffff;
    background-color: #090;
    border-color: #090;
}
.nCustom-mys{
	font-size: 22px;
	color: #79c477;
}
.table-striped > thead > tr > th{
	background-color: #fcf8ed;
}
.table-striped > tbody > tr > td{
	background-color: #fcf8ed;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th{
	background-color: #e5f9e4;
}
#n_customer .well{
	background-color: #e5f9e4;
}
h4 a{
	text-decoration: underline;
}
.nCustom-form-footer .form-control{
	width: 30%;
	margin-right: 5px;
}
@media (max-width: 767px){
	.subscribe-heading{
		text-align: center;
	}
	.nCustom-form-footer .form-control{
		width: 100%;
	}
	.subscribe-form-content{
		padding: 10px;
	}
}

.subscribe-row {
    margin-top: 1.5%;
}

.subscribe-email {
    width: 60% !important;
    display: inline-block;
    margin-left: 5%;
}

.subscribe-btn {
    width: 30% !important;
}

@media (min-width: 768px) {
    .mega-menu {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
@media (min-width: 1200px) {
    .mega-menu {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}
.mega-menu{
    /*max-width: 74.2vw;*/
    min-height: 210px;
    padding: 20px 0;
    border-top: solid 8px #004680;
}
li.nav-item.level-2 > a {
    color: #005da8;
    font-size:15px;
}
li.nav-item.level-3 > a {
    color: #000;
    font-size:13px;
}
li.nav-item.level-2 {
    padding: 6px 0;
    width:280px;
    margin-bottom: 6px;
}
.mega-menu.dropdown-menu > li > a{
    white-space: unset;
    font-weight:600;
}
li.nav-item.level-3 {
    list-style: none;
    margin: 4px 0;
    padding-left: 20px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA40lEQVR4nHXRsSvFURjG8Y90k7LIaLMYLJS6GWSTUpQFi4WMuox3uXVXAzHIopTViBgpf4J/QGwmMiiuTr2/Ok4/p06d57zPt/c57+HvmsYuBkOvYgN9atYoPtHDPnbi3MNaHbCSGe5wm+nDOmAiM5zjItN7ZZRTzOEI75jFQphfMI5jrCfgOgpvaBQPnMQwLsPzmi4/stYjGEILiwFNZfXndPEY4inGeR/6B8uYz4B2AsZwgBncZMUqZhOd+J/+KmvK/VCYq506nZUjTVG+/wHS/sJACW3jKsa3hU10cYKlyvULBOpHnRp+ob0AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: left;
}
.wrapper-nav .nav > li {
    position: static;
}
.mega-menu li.nav-item.level-2 > ul {
    padding-left: 30px;
}
li.nav-item.level-3:hover {
    background-color: #f5f5f5;
}
.wrapper-nav .nav > li > a {
    font-size: 16px;
}
.spanViewAll{
    text-transform: uppercase;
}
span#span60 {
    width: 72%;
    display: block;
    border-bottom: solid 2px #000;
    margin: 0 auto;
}
.div-prod-hdr p {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    background: #2760a4;
}
div#div-home-blog {
    margin: 0 0 10px 15px;
    background: #005ca7;
    color: #fff;
    padding: 6px;
    width: 97.4%;
    margin-top:20px;
}
div#div-home-feature-prod {
    margin: 0 0 10px 15px;
    background: #005ca7;
    color: #fff;
    padding: 6px;
    width: 97.4%;
}
.owl-stage .wrapper-thumbnail.col-xs-10.col-sm-6.col-md-4.col-lg-3 {
    width: 99%;
}
.owl-stage .col-xs-6.col-sm-6.col-md-3.wrap-blog-home {
    width: 99%;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #5110e9;
}
.owl-carousel .nav-button {
      height: 50px;
      width: 25px;
      cursor: pointer;
      position: absolute;
      top: 110px !important;
}
.owl-carousel .owl-prev {
    left: -25px;
}
.owl-carousel .owl-next {
    right: -20px;
}
.owl-carousel .owl-nav [class*=owl-] {
        color: #54d0c8;
        font-size: 28px;
        background: none;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
      pointer-events: none;
      opacity: 0.25;
}
  
.mainrating.ruk_rating_snippet i {
    font-size: 22px;
} 
.btn-sm-notify {
    font-size: 12px !important;
    color: #fff !important;
    padding: 4px;
}
#div-home-blog h3{
    text-align:center;
    font-size: 32px;
    margin:0px;
}
#div-home-feature-prod h3{
    text-align:center;
    font-size: 32px;
    margin:0px;
}
#recent_sales_ticker{
    z-index:999;
}
.owl-carousel {
    width: 103% !important;
}
#header-cart {
    z-index: 999;
}
.owl-stage .thumbnail {
    margin-bottom: 0;
}
.owl-carousel {
    padding-top: 10px;
}
#div-home-blog2 .owl-nav{
    height:0;
}
#brand-owl-carousel .col-md-6.col-lg-6,
#brand2-owl-carousel .col-md-6.col-lg-6{
    width: 100%;
}
#brand-owl-carousel .nav-button,
#brand2-owl-carousel .nav-button{
    top: 42px !important;
}
#brand-owl-carousel .thumbnail,
#brand2-owl-carousel .thumbnail{
    background-color: transparent;
    border-color:transparent;
}
#brand-owl-carousel .thumbnail .caption,
#brand2-owl-carousel .thumbnail .caption{
    display: none;
}
div#divCol1 div.col-xs-12:last-child {
    display: none;
}
div#divCol2 div.col-xs-12:first-child {
    display: none;
}
#filters > .list-group-item:hover {
    cursor: pointer;
}
#filters .filter.filter-subs{
    display:none;
}
div#cat-main-image {
    width: 100%;
    padding: 0;
    background:#f0eee9;
    margin-top:-30px;
}
.divBrndLogo{
    margin-top: -36px;
    margin-bottom: -10px;
}

#cat-main-image img,
.divBrndLogo img {
    height: 136px;
    object-fit: contain;
}

@media (min-width: 768px){
    .hidden-xs .fade-up {
        top: 250%;
    }
    ul.dropdown-menu.mega-menu.w-100.p-lg-3.fade-up{
        display:block;
    }
    .mega-menu {
        min-height: 210px;
        padding: 20px 0;
        border-top: solid 8px #004680;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .dropdown-hover:hover > .dropdown-menu {
        transition: .6s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}

@media (max-width: 767px){
body{
    overflow-x:hidden;
}
.divBrndLogo {
    text-align: center;
    margin-top: -20px;
    margin-bottom:-5px;
}
#brand-owl-carousel .nav-button,
#brand2-owl-carousel .nav-button{
    top: 55px !important;
}
span#span60 {
    width: 92%;
    border-bottom: solid 1px #000;
}
.owl-carousel .owl-nav [class*=owl-] {
    font-size: 24px;
}
.owl-carousel {
    width: 100% !important;
}
.owl-carousel .owl-prev {
    left:0px;
}
.owl-carousel .owl-next {
    right: -25px;
}
    #mob-menu-cat .collapsed.mob-sub-drop:after {
        content: "\f0d7";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        float: right;
        color: #fff;
        width: 10px;
        font-size:16px;
        font-display: swap;
    }
    #mob-menu-cat .mob-sub-drop:after {
        content: "\f0d8";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        float: right;
        color: #fff;
        width: 10px;
        font-size:16px;
        font-display: swap;
    }

    #mob-menu-cat .collapse-menu li a {
        display: block;
    }
    #mob-menu-cat a.mob-drop {
        text-decoration: underline !important;
    }
    #mob-menu-cat a.mob-drop.collapsed {
        text-decoration: none !important;
    }
    #mob-menu-cat .mob-sub-lvl-1{
        padding-left:30px;
    }
     #mob-menu-cat .mob-sub-lvl-2{
        padding-left:30px;
        padding-right:0;
    }
    #mob-menu-cat a.mob-sub-drop {
        text-decoration: underline !important;
    }
    #mob-menu-cat a.mob-sub-drop.collapsed {
        text-decoration: none !important;
    }
    .div-prod-hdr p {
        font-size: 24px;
    }
    div#div-home-blog {
        width: 92%;
    }
    div#div-home-blog h3{
        font-size: 24px;
    }
     div#div-home-feature-prod {
        width: 92%;
    }
    div#div-home-feature-prod h3{
        font-size: 24px;
    }
    #recent_sales_ticker {
        font-size: 13px !important;
        margin-left: 12px !important;
    }
    #recent_sales_close{
        padding: 0px 12px !important;
        font-size: 20px !important;
    }
    #brand-owl-carousel .col-md-6.col-lg-6,
    #brand2-owl-carousel .col-md-6.col-lg-6{
        width: 98%;
        margin-left: 20px;
    }
    #brand-owl-carousel .owl-item img,
    #brand2-owl-carousel .owl-item img{
    	width:72%
    }
    #brand-owl-carousel a.image.pull-left,
    #brand2-owl-carousel a.image.pull-left{
        float:none !important;
    }
    #brand-owl-carousel .owl-next,
    #brand2-owl-carousel .owl-next{
    	right:-10px;
    }
    #brand-owl-carousel .owl-prev,
    #brand2-owl-carousel .owl-prev{
    	left:15px;
    }
    .owl-stage .wrapper-thumbnail.col-xs-10.col-sm-6.col-md-4.col-lg-3,
    .owl-stage .col-xs-6.col-sm-6.col-md-3.wrap-blog-home{
        margin-left: 25px;
        width:95%;
    }
    
    #featured-owl-carousel .owl-next,
    #blog-owl-carousel .owl-next,
    #more-cat-owl-carousel .owl-next,
    #we-recommend-owl-carousel .owl-next,
    #you-may-like-owl-carousel .owl-next,
    #other-bought-owl-carousel .owl-next,
    #browsing-history-owl-carousel .owl-next{
    	right:-18px;
    }
    #featured-owl-carousel .owl-prev,
    #blog-owl-carousel .owl-prev,
    #more-cat-owl-carousel .owl-prev,
    #we-recommend-owl-carousel .owl-prev,
    #you-may-like-owl-carousel .owl-prev,
    #other-bought-owl-carousel .owl-prev,
    #browsing-history-owl-carousel .owl-prev{
    	left:15px;
    }
    #featured-owl-carousel .nav-button,
    #more-cat-owl-carousel .nav-button,
    #we-recommend-owl-carousel .nav-button,
    #you-may-like-owl-carousel .nav-button,
    #other-bought-owl-carousel .nav-button,
    #browsing-history-owl-carousel .nav-button{
        top:40% !important;
    }
    #collapseOne iframe {
        width: 100%;
    }
}

