body {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #2d2d2d;
	background-image: none;
	background-color: #fff;
}

/* animations */

.animated-fast{-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:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}


@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}


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;
}

a {
  color: #90298D;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #742071;
  text-decoration: underline;
}

.panel-title > a:hover,
.panel-title > a:focus {
	color: #EB2D7C;
}

sup{
	top:-10px;
	font-size:10px;
	font-weight: 400;
	text-transform: uppercase;
}
.wrap-prod-right sup{
	top:-22px;
}
.text-muted {
	color: #b2b4b6;
}

.form-control {
	box-shadow: none;
	border-color: #d9d9d9;
	color: #8b8b8b;
	border-radius: 4px;
}
.form-control.hire-product[readonly]{
	background: #fff;
}
.n-wrapper-form-control select {
	box-shadow: none;
}

.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;
}

.navigation-list li {
    width: 23.8%;
}

.navigation-list li a {
	color: #fff;
}

.wrap-left-menu .navigation-list li a {
	color: #fff;
}

.carousel-control.right,
.carousel-control.left {
	background: none;
}

.ccwrap {
	float: left;
}

.nsearchinput-pl.well {
	left: auto;
	right: 0;
	margin-top: 45px !important;
	box-shadow: none;
	border-radius: 5px;
	border-color: #ddd;
	font-size: 12px;
}

.nsearchinput-pl.well .nav > li > a:hover,
.nsearchinput-pl.well .nav > li > a:focus {
	background-color: #f1f1f1;
}

hr {
	border-top: 1px solid #d9d9d9;
}

.divider-categntop {
	margin-top: 0;
}

.custom-divider {
	position: relative;
	z-index: 1;
	height: 20px;
	border: none;
	background: url(../img/divider-custom.png) repeat-x;
	margin-bottom: 5px;
}

.divider-topm {
	margin-top: -10px;
}

.divider-botm {
	margin-bottom: -10px;
}

.upsell-head {
	margin-bottom: 35px;
	font-size: 32px;
	color: #2A3B8F;
	text-align: center;
}

.upsell-head-viewall {
   margin-bottom: 0;
}

.viewall {
	text-align: center;
    margin-bottom: 25px;
}

.viewall a {
	text-decoration: underline;
}

.row-upsell {
	padding-bottom: 45px;
}

.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,
h5 {
	font-weight: 700;
}

h1 {
	margin-top: 0;
	font-size: 32px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 26px;
}

.text-muted {
	color: #999;
}

.btn {
	font-weight: 700;
	border-radius: 5px;
}

.btn-group .dropdown-menu .btn {
    border-radius: 5px !important;
}

@media (max-width: 767px) {

	.navbar-collapse {
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 -15px;
	}

	.upsell-head {
		font-size: 22px;
		margin-bottom: 18px;
	}

	.upsell-head.head-auto {
		width: 100%;
		margin-bottom: 5px;
	}

	.viewall {
		width: 100%;
		float: left;
		margin-top: 0;
		margin-bottom: 15px;
	}


}

/* Text Fonts */

/*** Bold ***/

.top-acct > li > a,
.top-cart > li > a,
.wrapper-nav .nav > li > a,
.home-categ-info p,
.caption .price,
.thumb_list .price {
	font-weight: 700;
}

/* Thumbnail */

.thumbnail {
	border-color: #fff;
	padding: 0;
	margin-bottom: 20px;
}

.thumbnail .caption {
    padding: 15px;
    color: #2d2d2d;
}

.thumbnail .caption h3 {
    font-size: 18px;
}

.thumb_list .panel-default {
	position: relative;
}

.thumb_list h3 {
    font-size: 22px;
}

.thumbnail .caption h3 a,
.thumb_list h3 a {
	color: #2A3B8F;
}

.caption .price {
    font-size: 20px;
    height: 28px;
}

.thumb_list .price {
	font-size: 20px;
}

.rrp-thumb {
	font-family: proxima-nova, sans-serif;
	font-size: 16px;
	color: #8b8b8b;
	text-decoration: line-through;
}

.row-thumb-btn .btn {
	padding-top: 13px;
	padding-bottom: 13px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}

.row-thumb-btn .btn-wish {
	padding: 10px 15px;
	font-size: 20px;
}

.input-group-thumbs > .btn:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.thumb-badge {
	width: 45px;
	height: 45px;
	line-height: 46px;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid transparent;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
	color: #fff;
}

.thumb-badge span {
	line-height: 13px;
	vertical-align: middle;
	display: inline-block;
}

.thumb-badge-top {
	border-color: #2A3B8F;
	background: #fff;
	color: #2A3B8F;
}

.thumb-badge-save {
	border-color: #90298D;
	background: #90298D;
}

.thumb-badge-sale {
	border-color: #d9534f;
	background: #d9534f;
}

.thumb-conditon {
	height: 21px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 8px;
}

.thumb-conditon li {
	float: left;
	padding-right: 3px;
}

.thumb-conditon li img {
	width: 21px;
}

.savings-container {
	right: auto;
	left: 5px;
	top: 5px;
}

.savings-container.savings-blw {
	top: 35px;
}

.custom-badge-container {
	position: absolute;
	left: -1px;
	top: 5px;
}

.custom-thumb-badge {
	position: relative;
	height: 25px;
	padding-right: 14px;
	display: inline-block;
	line-height: 25px;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	background: #90298D;
}

.custom-thumb-badge:before {
	position: absolute;
	left: -10px;
	top: 0;
	content: '';
	width: 10px;
	height: 35px;
	background: url(../img/badge-start.png) no-repeat left top;
}

.custom-thumb-badge:after {
	position: absolute;
	right: -8px;
	top: 0;
	content: '';
	width: 8px;
	height: 25px;
	background: url(../img/badge-end.png) no-repeat left top;
}


@media (max-width: 767px) {

	.thumb_list h3 {
		font-size: 18px;
	}

	.row-thumb-btn .btn {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 13px;
	}

	.row-thumb-btn .btn-wish {
		padding: 10px 8px;
		font-size: 13px;
	}

	.panel-body.panel-body-custom-badge {
		padding-top: 40px;
	}

}

/* Buttons */

.btn-wish {
  color: #fff;
  background-color: #EB2D7C;
  border-color: #EB2D7C;
}
.btn-wish:focus,
.btn-wish.focus {
  color: #fff;
  background-color: #DF2B76;
  border-color: #DF2B76;
}
.btn-wish:hover {
  color: #fff;
  background-color: #DF2B76;
  border-color: #DF2B76;
}
.btn-wish:active,
.btn-wish.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #DF2B76;
  border-color: #DF2B76;
}
.btn-wish:active:hover,
.btn-wish.active:hover,
.open > .dropdown-toggle.btn-wish:hover,
.btn-wish:active:focus,
.btn-wish.active:focus,
.open > .dropdown-toggle.btn-wish:focus,
.btn-wish:active.focus,
.btn-wish.active.focus,
.open > .dropdown-toggle.btn-wish.focus {
  color: #fff;
  background-color: #DF2B76;
  border-color: #DF2B76;
}
.btn-wish:active,
.btn-wish.active,
.open > .dropdown-toggle.btn-wish {
  background-image: none;
}
.btn-wish.disabled:hover,
.btn-wish[disabled]:hover,
fieldset[disabled] .btn-wish:hover,
.btn-wish.disabled:focus,
.btn-wish[disabled]:focus,
fieldset[disabled] .btn-wish:focus,
.btn-wish.disabled.focus,
.btn-wish[disabled].focus,
fieldset[disabled] .btn-wish.focus {
  background-color: #EB2D7C;
  border-color: #EB2D7C;
}

/* Breadcrumbs */

.breadcrumb {
	padding: 8px 0;
	margin-bottom: 10px;
	font-size: 12px;
	background: none;
	border-radius: 0;
}

#n_product .breadcrumb {
	margin-bottom: 35px;
}

.breadcrumb > li {
	display: inline-block;
}

.breadcrumb > li + li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #bababa;
}

.breadcrumb > li > a {
	color: #90298D;
}

.breadcrumb > li:last-child > a {
	color: #2d2d2d;
}

/* Sidebar */

.panel-default {
	border-color: #eee;
	box-shadow: none;
}

.panel-default > .panel-heading {
    background-color: #2A3B8F;
    border-color: #2A3B8F;
}

.panel-default > .panel-heading .panel-title {
	color: #fff;
}

.list-group-item {
	padding: 6px 15px;
    border: 1px solid #fff;
}

.list-group-item.list-group-item-subhead {
	padding: 10px 15px;
}

#left-sidebar .list-group h4,
#left-sidebar .list-group .h4 {
    color: #2A3B8F;
	font-size: 14px;
}

.list-group-item-subhead {
	border-top: 1px solid #eee;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #90298D;
  background-color: #fff;
}

.filter-cond img {
	width: 25px;
	margin-right: 10px;
}

.filter-cond > a::before {
	display: none !important;
}

.filter-remove.filter-cond > a::before {
	display: none !important;
}

.filter-remove.filter-cond > a {
	color: #90298D !important;
}

.list-group > li + .filter-remove > a:before {
  content: '\f046\0020';
  font-family: FontAwesome;
}

.list-group > li + .filter.filter-brand-link > a:before {
	content: '';
}

.list-group > li + .filter-remove.filter-brand-link > a:before {
	content: '';
}

.side-brand {
	display: block;
}

.side-brand ul {
	list-style: none;
	margin: 0;
	padding: 2px 6px;
}

.filter-brand-link {
	width: 50%;
	display: inline-block;
	padding: 4px 13px;
	vertical-align: top;
}

.filter-brand-link > a {
	padding: 10px 7px;
	display: block;
	border: 1px solid #eee;
	text-align: center;
	word-break: break-all;
}

.filter-brand-link > a img {
	height: 50px;
	max-width: 100%;
	object-fit: contain;
}

.filter-brand-link > a:hover,
.filter-brand-link > a:focus {
	border-color: #90298D;
}

.filter-remove.filter-brand-link > a {
	border: 1px solid #90298D;
}

/* Pagination */

.pagination {
  margin: 0;
}

.pagination > li > a,
.pagination > li > span {
  color: #fff;
  background-color: #2A3B8F;
  border: 1px solid #2A3B8F;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #101e41;
  border-color: #101e41;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #fff;
  background-color: #101e41;
  border-color: #101e41;
}
/* Header */

.wrapper-header {
	height: 114px;
	margin-bottom: 50px;
	padding: 12px 0 0;
}

.logo {
	margin-top: -10px;
}

.row-top-acct {
	margin-bottom: 5px;
}

.top-acct {
	width: auto;
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}

.top-acct > li {
	float: left;
}

.top-acct > li > a {
	padding: 3px 0;
	display: block;
	color: #2d2d2d;
	font-size: 12px;
	text-transform: uppercase;
}

.top-acct .dropdown-menu {
	z-index: 10003;
	margin-top: 0;
}

.top-cart {
	width: auto;
	float: right;
	padding: 0;
	margin: 0;
	margin-top: 6px;
	list-style: none;
}

.top-cart > li {
	float: left;
}

.top-cart > li > a {
	padding: 5px 21px;
	font-size: 25px;
	color: #2d2d2d;
	display: block;
}

.top-cart > li:last-child > a {
	padding-right: 0;
}

.cart-cnt {
	position: absolute;
	left: 8px;
	top: 0;
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	background: #90298D;
	display: inline-block;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}

#header-cart,
.header-search {
	margin-top: 0;
}

#header-cart > a {
	position: relative;
}

#header-cart.btn-group.open .dropdown-toggle {
	box-shadow: none;
}

.header-search {
	width: 384px;
	padding-right: 48px;
}

.header-search .form-control {
	height: 45px;
	border-right: none;
}

.header-search .form-control:focus {
	border-color: #d9d9d9;
	background: #fff;
	box-shadow: none;
	outline: none;
}

.header-search .btn {
	height: 45px;
	border-left: none;
	color: #90298D;
}

.header-search .btn:hover,
.header-search .btn:focus {
	border-color: #d9d9d9;
	background: #fff;
	box-shadow: none;
	outline: none;
	color: #993b1f;
}

.header-search .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 4px 0 0 4px;
}

/*
.comp-tagline p {
	margin-top: 5px;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 15px;
	color: #90298D;
	text-align: right;
}
*/
.comp-tagline p {
    margin-top: 1px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 15px;
    color: #90298D;
    text-align: right;
    padding-right: 15px;
    border-right: solid 1px #d9d9d9;
    margin-right: 15px;
}

@media (max-width: 1199px) {

	.wrapper-header {
		padding: 20px 0 21px;
	}

	.header-search {
		width: 304px;
		padding-right: 38px;
	}

	.top-cart > li > a {
		padding: 7px 21px;
		font-size: 22px;
	}

	.comp-tagline p {
		font-size: 14px;
	}

}

@media (max-width: 991px) {

	.wrapper-header {
		padding: 23px 0 23px;
	}

	.header-search {
		width: 214px;
		padding-right: 18px;
	}

	.top-cart > li > a {
		padding: 10px 16px;
		font-size: 18px;
	}

	.cart-cnt {
		left: 2px;
	}

	.comp-tagline p {
		font-size: 11px;
	}
}

@media (max-width: 767px) {

	.wrapper-header {
		height: auto;
		margin-bottom: 0;
	}

	.top-cart {
		width: 100%;
		float: left;
	}

	.top-cart > li {
		width: 100%;
		text-align: center;
	}

	.top-cart > li > a {
		padding: 0;
	}

	.header-search {
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
	}

	.comp-tagline p {
		text-align: center;
	}

	.logo {
		margin-top: 0;
		margin-bottom: 10px;
	}

	.header-search .form-control {
		height: 35px;
	}

	.header-search .btn {
		height: 35px;
	}

}


/* Nav */

.wrapper-sticky-navi {
	position: absolute;
	top: 114px;
	width: 100%;
	backface-visibility: hidden;
}

.wrapper-sticky-tagline {
	padding: 6px 0 7px;
	background: #fff;
	display: none;
}

.wrapper-sticky-navi.active {
    width: 100%;
	height: 67px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.wrapper-sticky-navi.active .wrapper-sticky-tagline {
	display: block;
}

.sticky-tagline {
	width: auto;
	float: left;
}

.sticky-tagline p {
	padding-left: 26px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 700;
	color: #90298D;
}

.sticky-contact {
	width: auto;
	float: right;
	padding-right: 26px;
	font-size: 13px;
	font-weight: 700;
}

.sticky-contact a {
	color: #2d2d2d;
}

.sticky-contact a i {
	font-size: 11px;
}

.wrapper-nav {
	background: #29ABE2;
}

.wrapper-nav .nav {
	width: 100%;
	text-align: center;
}

.wrapper-nav .nav > li {
	display: inline-block;
	float: none;
}

.wrapper-nav .nav > li > a {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	color: #fff;
}

.wrapper-nav .nav > li.menu-103 > a {
	color: #90298D;
}

.wrapper-sticky-navi.active .wrapper-nav .nav > li > a {
	padding: 8px 24px;
	font-size: 14px;
	padding-left:0px;
}

.wrapper-nav .nav > li > a:hover,
.wrapper-nav .nav > li > a:focus {
	color: #90298D;
}

.wrapper-nav .nav > li.dropdown-hover:hover > a,
.wrapper-nav .nav > li.dropdown-hover:focus > a {
	color: #fff;
	background: #90298D;
}

.wrapper-nav .dropdown {
	position: static;
}

.wrapper-nav .menu-products .dropdown-menu {
	top: auto;
	width: 100%;
	border-radius: 0;
	border: none;
	padding: 25px 15px 20px;
}

.wrapper-nav .dropdown-menu > li > a:hover,
.wrapper-nav .dropdown-menu > li > a:focus {
	background: none;
}


.wrapper-nav .column {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
}

.wrapper-nav .drop-menu-rec .column {
    width: 50%;
	padding-right: 10px;
}

.wrapper-nav .drop-menu-conditions .column {
    width: 25%;
	padding-right: 10px;
}

.wrapper-nav .drop-menu-rec .wrap-subcategmore .column {
    width: 25%;
}

.wrap-rec-item {
	padding-left: 15px;
	width: 41.66666666666667%;
	float: left;
}

.wrap-rec-item img {
	max-width: 100%;
}

.wrapper-nav .column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wrapper-nav .column a {
	display: block;
	color: #050505;
	font-size: 14px;
}

.wrapper-nav .drop-menu-conditions .column a {
    font-size: 16px;
}

.wrapper-nav .drop-menu-rec .wrap-subcategmore .column .lv2-li a {
   	font-size: 18px;
	font-weight: 700;
	color: #2A3B8F;
}


.wrapper-nav .column .lv2-li > a {
	padding: 8px 0;
	color: #4d4d4d;
}

.wrapper-nav .drop-menu-rec .wrap-subcategmore .column .lv3-li a {
   	font-size: 14px;
	padding: 8px 0;
	color: #4d4d4d;
	font-weight: 400;
}

.wrapper-nav .column a:hover,
.wrapper-nav .column a:focus {
	color: #90298D;
}

.wrapper-nav .drop-menu-rec .wrap-subcategmore .column .lv3-li a:hover,
.wrapper-nav .drop-menu-rec .wrap-subcategmore .column .lv3-li a:focus {
	color: #90298D;
}

.wrap-sub-categ {
	width: 58.333333333333336%;
	float: left;
	padding-right: 15px;
}

.wrap-sub-categ.wrap-subcategmore {
	width: 100%;
	padding-right: 0;
}

.wrap-sub-categ h3 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	border-bottom: 1px solid #ededed;
}

.wrap-sub-categ h3 a {
	color: #2A3B8F;
}

.drop-feat-prod-img {
	padding-right: 0;
}

.drop-feat-prod-img img {
	max-width: 100%;
}

.drop-feat-prod-text h3 {
	margin-bottom: 5px;
	font-size: 14px;
}

.drop-feat-prod-text h3 a {
	color: #2A3B8F;
}

.drop-feat-prod-text .btn {
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
}

.featprod-head {
	font-size: 18px;
	text-align: center;
	color: #90298D;
}

.row.drop-menu-conts {
	margin: 0;
}

.row-dropban {
	padding-top: 20px;
}

.wrap-dropban img {
	max-width: 100%;
}

.wrapper-nav .column .lv2-li > a .condition-icon {
	width: 48px;
	padding-right: 13px;
	display: inline-block;
	vertical-align: middle;
}

.wrapper-nav .column .lv2-li > a .condition-name {
	width: 218px;
	display: inline-block;
	vertical-align: middle;
}

.menu-170 {
	display: none !important;
}

@media (max-width: 1199px) {

	.wrapper-nav .column .lv2-li > a .condition-name {
		width: 168px;
	}

	.wrapper-nav .drop-menu-conditions .column a {
		font-size: 14px;
	}

	.wrapper-nav .nav > li > a {
		padding-left: 9px;
		padding-right: 9px;
		font-size: 15px;
	}

	.wrapper-sticky-navi.active .wrapper-nav .nav > li > a {
		padding: 8px 14px;
		padding-left:0px;
	}

	.sticky-tagline p {
		padding-left: 16px;
	}

	.sticky-contact {
		padding-right: 16px;
	}
}

@media (max-width: 991px) {

	.wrapper-nav .column .lv2-li > a .condition-name {
		width: 114px;
	}

	.wrapper-nav .drop-menu-conditions .column a {
		font-size: 12px;
	}

	.wrapper-nav .nav > li > a {
		padding-left: 6px;
		padding-right: 6px;
		font-size: 12px;
	}

	.wrapper-sticky-navi.active .wrapper-nav .nav > li > a {
		padding: 8px 10px;
		font-size: 11px;
		padding-left:0px;
	}

	.sticky-tagline p {
		padding-left: 11px;
	}

	.sticky-contact {
		padding-right: 11px;
	}

}

@media (max-width: 767px) {


	.wrapper-sticky-navi {
		position: static;
		top: 0;
	}

	.wrapper-sticky-navi.active {
		height: auto;
		position: static;
		box-shadow: none;
		transition: none;
		animation-duration: 0s;
		padding-left:0px
	}

	.wrapper-sticky-navi.active .wrapper-sticky-tagline {
		display: none;
	}

	.wrapper-nav .nav {
		width: auto;
		text-align: left;
	}

	.wrapper-nav .nav > li {
		display: block;
	}

}


/* USP */

.wrapper-usp {
	margin-bottom: 22px;
	padding: 12px 0 11px;
	background: #2A3B8F;
}

#n_home .wrapper-usp,
#n_category .wrapper-usp {
	margin-bottom: 0;
}

.wrapper-usp ul {
	list-style: none;
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.wrapper-usp ul li {
	padding: 0 25px;
	display: inline-block;
	text-transform: uppercase;
}

.wrapper-usp ul li a {
	color: #fff;
}

.wrapper-usp ul li i {
	color: #EB2D7C;
}

@media (max-width: 991px) {

	.wrapper-usp ul {
		font-size: 11px;
	}

	.wrapper-usp ul li {
		padding: 0 5px;
	}
}

@media (max-width: 767px) {

	.wrapper-usp ul li {
		padding: 3px 5px;
	}
}


/* Home */

#homepage-content {
	margin-bottom: 20px;
	text-align: center;
}

#homepage-content h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #2A3B8F;
}

.row-home-categories {
	text-align: center;
}

.wrap-home-categ {
	float: none;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
}

.home-categ-img {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.home-categ-img img {
	max-width: 100%;
}

.home-categ-info {
	width: 100%;
	float: left;
	text-align: center;
}

.home-categ-info h3 {
	font-size: 16px;
	font-family: proxima-nova, sans-serif;
}

.home-categ-info h3 a {
	color: #2A3B8F;
}

.home-categ-info p {
	color: #90298D;
	font-size: 22px;
}

.home-categ-info p span {
	font-size: 15px;
	color: #2d2d2d;
}

@media (max-width: 1199px) {

	.home-categ-info h3 {
		font-size: 14px;
	}

	.home-categ-info p {
		font-size: 19px;
	}

	.home-categ-info p span {
		font-size: 14px;
	}

}

@media (max-width: 991px) {

	.home-categ-info h3 {
		font-size: 13px;
	}

	.home-categ-info p {
		font-size: 17px;
	}

	.home-categ-info p span {
		font-size: 13px;
	}
}

@media (max-width: 767px) {

	.home-categ-info h3 {
		font-size: 11px;
	}

	.home-categ-info p {
		font-size: 13px;
	}

	.home-categ-info p span {
		font-size: 11px;
	}
}


.wrapper-category-blog, .recent-blog-articles-wrapper {
	padding: 50px 0 30px;
	background: url(../img/featured-bg.jpg) repeat;
}

.wrap-home-subban {
	padding: 0;
}
.wrap-home-subban a {
	color: #fff;
	text-transform: uppercase;
	margin-top: 20px;
	display: none;
}

.home-subban-conts {
	width: 100%;
	height: 271px;
	float: left;
	padding: 10px;
	overflow: hidden;
	display: table;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.home-subban-text {
	display: table-cell;
	vertical-align: middle;
}

.home-subban-text h3 {
	font-size: 33px;
}
.home-subban-text .fa {
    font-size: 80px;
}


.home-subban-text p {
	margin-bottom: 0;
}

@media (max-width: 1199px) {

	.home-subban-conts {
		height: 231px;
	}

	.home-subban-text h3 {
		font-size: 28px;
	}

	.home-subban-text p {
		font-size: 18px;
	}
}

@media (max-width: 991px) {

	.home-subban-conts {
		height: 191px;
	}

	.home-subban-text h3 {
		font-size: 22px;
	}

	.home-subban-text p {
		font-size: 14px;
	}
	.home-subban-text .fa {
		font-size:60px;
	}
}

@media (max-width: 767px) {
}


/* Testi */

.wrapper-testi {
	padding: 50px 0 35px;
	background: url(../img/testi-bg.jpg) no-repeat center top;
	background-size: cover;
}

.wrap-testi-thumb {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	padding: 25px;
	background: #fff;
	border-radius: 4px;
}

.testi-thumb-text {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}

.testi-thumb-name {
	position: relative;
	width: 100%;
	float: left;
	padding-right: 100px;
}

.testi-thumb-name h4 {
	font-size: 14px;
}

.testi-thumb-name p {
	margin-bottom: 0;
}

.testi-thumb-name p .fa-star {
	color: #90298D;
}

.testi-image {
	position: absolute;
	right: 0;
	bottom: -45px;
	width: 93px;
}

.testi-image img {
	max-width: 100%;
}

@media (max-width: 1199px) {

	.testi-thumb-text {
		font-size: 13px;
	}

	.testi-thumb-name h4 {
		font-size: 13px;
	}
}

@media (max-width: 991px) {

	.testi-thumb-text {
		font-size: 11px;
	}

	.testi-thumb-name h4 {
		font-size: 12px;
	}

	.testi-thumb-name {
		padding-right: 70px;
	}

	.testi-image {
		position: absolute;
		right: 0;
		bottom: -45px;
		width: 63px;
	}
}

@media (max-width: 767px) {

	.wrap-testi-thumb {
		margin-bottom: 55px;
	}
}


/* Category Page */

.wrapper-category-top-conts {
	padding: 12px 0 25px;
	background: #eee;
}

.wrap-categ-head h1 {
	font-size: 30px;
	color: #2A3B8F;
}

.wrap-categ-img {
	text-align: center;
	max-height: 160px;
	overflow: hidden;
}

.wrap-categ-img img {
	max-width: 100%;
}

.row-categ-links {
	/* margin-bottom: 20px; */
}

.wrapper-subcateg {
	margin-bottom: 25px;
}

.wrap-subcateg-list {
	padding: 10px 0;
}

.wrap-subcateg-list a {
	position: relative;
	padding-left: 8px;
	display: block;
	color: #2A3B8F;
	padding: 4px 15px 4px 28px;
}

.wrap-subcateg-list a:before {
	position: absolute;
	left: 15px;
	top: 9px;
	content: '\f105';
	font-size: 12px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 10px;
	color: #90298D;
}

.wrap-subcateg-list a:hover,
.wrap-subcateg-list a:focus {
	color: #90298D;
}

.wrap-categ-static-links {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.wrap-categ-static-links a {
	font-weight: 700;
}

.categ-link-block {
	padding: 5px 15px;
}

@media (max-width: 767px) {

	.wrap-categ-img {
		margin-bottom: 20px;
	}

}

@media (max-width: 567px) {

	.wrap-subcateg-list {
		width: 100%;
	}
}



/* Product Page */

.wrap-prod-brand-img {
	text-align: center;
}

.wrap-prod-brand-img img {
	max-width: 100%;
}

#n_product h1 {
    font-size: 30px;
	color: #2A3B8F;
}

.prod-list-conditon {
	width: 100%;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
}

.prod-list-conditon li {
	width: 33.33333333333333%;
	float: left;
	padding: 5px 0;
}

.prod-list-conditon li span.prod-cond-img {
	width: 35px;
	display: inline-block;
	margin-right: 13px;
	vertical-align: middle;
}

.prod-list-conditon li span.prod-cond-name {
	width: 168px;
	display: inline-block;
	vertical-align: middle;
}

.wrap-prod-right {
	width: 100%;
	float: left;
	padding: 24px;
	border: 1px solid #eee;
}

.rev-prod-star {
	color: #2d2d2d;
}

.prod-subhead {
	margin-bottom: 15px;
	font-size: 16px;
	color: #2d2d2d;
}

.prod-feat-conts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.prod-feat-conts ul li {
	position: relative;
	padding-bottom: 10px;
	padding-left: 20px;
	display: block;
}

.prod-feat-conts ul li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f058";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	color: #90298D;
}

.table-buyopt {
	border: 1px solid #ddd;
}

.buyopt-qty .form-control {
	width: 55px !important;
}

.buyopt-col {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.buyopt-price {
	font-size: 16px;
	font-weight: 700;
}

.label-stock {
	font-size: 11px;
	font-weight: 700;
}

.label-instock {
	color: #63ac57;
}

.label-outofstock {
	color: #949494;
}

.buyopt-cta {
	margin-left: -24px;
	margin-right: -24px;
	padding: 20px 24px 0;
	border-top: 1px solid #eee;
}

.buyopt-cta .btn {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 18px;
	padding-bottom: 18px;
}

.wrap-prod-tabbable {
	padding: 53px 0 72px;
	background: #2A3B8F;
}

.wrap-tab-title {
	padding-right: 0;
}

.nav-tabs {
	margin-top: 20px;
	border-bottom: none;
}
.nav-tabs > li {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 2px;
}
.nav-tabs > li > a {
	padding: 14px 25px;
	margin-right: 0;
	border: none;
	border-radius: 4px 0 0 4px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	background: #192b57;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	color: #fff;
	background-color: #101b37;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: #90298D;
  	border: none;
	cursor: default;
}

.nav-tabs > li > a span {
	margin-left: 10px;
}

.wrap-tab-conts {
	padding-left: 0;
}

.tab-content {
	padding: 40px 40px 50px;
	background: #fff;
}

.tab-prod-head {
	margin-bottom: 20px;
	font-size: 25px;
	color: #2A3B8F;
}

.prod-pdfdownloads {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.prod-pdfdownloads li {
	margin-bottom: 15px;
}

.prod-pdfdownloads li a {
	color: #2d2d2d;
}

.prod-pdfdownloads li a i {
	color: #90298D;
}

@media (max-width: 1199px) {

	.prod-list-conditon li span.prod-cond-name {
		width: 129px;
	}

	.nav-tabs > li > a {
		padding: 14px 25px;
		font-size: 16px;
	}
}

@media (max-width: 991px) {

	.prod-list-conditon li {
		width: 50%;
	}

	.prod-list-conditon li span.prod-cond-name {
		width: 129px;
	}

	.nav-tabs > li > a {
		padding: 14px 20px;
		font-size: 13px;
	}
}

@media (max-width: 767px) {
}


.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: #90298D;
	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:right;
    color:#fff;
}

.panel-product .panel-title a.collapsed {
	background: #192b57;
	color: #fff;
}

.panel-product .panel-title a.collapsed:before {
	width: 24px;
    content: "\f0fe";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    float:right;
    color:#fff;
}
/* Newsletter */

.wrapper-newslet {
	padding: 45px 0 50px;
	background: #29ABE2;
	text-align: center;
}

.wrapper-newslet h4 {
	margin-bottom: 25px;
	font-size: 18px;
	color: #fff;
}

.wrapper-newslet .list-social a {
    font-size: 35px;
    color: #fff;
}

.wrapper-newslet .form-control {
	height: 42px;
}

.wrapper-newslet .form-control:focus {
	outline: none;
	box-shadow: none;
}

.wrapper-newslet .btn {
	height: 42px;
	padding-left: 21px;
	padding-right: 21px;
}

.wrapper-newslet .btn:focus {
	outline: none;
}

.wrap-sslfooter table {
	margin: 0 auto;
}

@media (max-width: 991px) {

	.wrapper-newslet .btn {
		padding-left: 15px;
		padding-right: 15px;
	}

	.newslet {
		margin-bottom: 20px;
	}
}

/* Footer */

.wrapper-footer {
	padding: 55px 0 20px;
	background: #2A3B8F;
}

.wrapper-footer h4 {
	margin-bottom: 10px;
	font-size: 18px;
	color: #fff;
}

.wrapper-footer .nav {
	margin-bottom: 20px;
}

.wrapper-footer .nav > li > a {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 15px;
	color: #fff;
}

.wrapper-footer .nav > li > a:hover,
.wrapper-footer .nav > li > a:focus {
	color: #EB2D7C;
	background: none;
}

.footer-text {
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.footer-rating {
	font-size: 24px;
	color: #EB2D7C;
}

.footer-text h2 {
	font-size: 30px;
}

.footer-text p {
	margin-bottom: 0;
}

.footer-text p span {
	font-weight: 700;
}

.footer-img {
	text-align: center;
}

.footer-img img {
	max-width: 100%;
}

.footer-copy {
	text-align: right;
	color: #fff;
}

.row.sort_container {
    margin-bottom: 15px;
}


@media (max-width: 991px) {

	.footer-copy {
		text-align: center;
	}

}

@media (max-width: 767px) {

	.footer-text {
		margin-bottom: 20px;
	}

}

@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;
	}

	#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: "\f106";
		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: "\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;
	}

	#mob-menu-cat .collapse-menu li a{
		padding: 8px;
		display: block;
		color: #fff;
		font-size: 12px;
	}

	#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: "\f106";
		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.collapsed:after {
		content: "\f107";
		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;
	}


}

/* Other */

.nactivity {
	display: none;
}

@media (max-width: 343px) {

	.sort_container .btn {
		padding: 6px 8px;
		font-size: 14px;
	}

}


/* Brand Page */

.category-top-brand {
	margin-top: -22px;
}

.brandlistwrap {
	margin-bottom: 20px;
}

.brandlist-img {
	width: 100%;
	float: left;
	border: 1px solid #f1f1f1;
	background: #fff;
	margin-bottom: 5px;
}

.brandlist-img img {
	height: 80px;
	max-width: 100%;
	object-fit: contain;
}

.brandlist-name {
	width: 100%;
	height: 36px;
	overflow: hidden;
	float: left;
}

.sslwrap img {
	width: 80px;
}

/*MAIL CHIMP*/
#mc_embed_signup input.email {
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;

}
#mc_embed_signup .mc-field-group {
	position: relative;
}
#mc_embed_signup div.mce_inline_error {
    position: absolute;
    z-index: 999;
    top: -2em;
}

/* New Home Categories */
.row-top-home-categories {
	padding-top: 25px;
}

.wrap-top-home-categ {
	margin-bottom: 25px;
}

.home-top-categ-head {
	width: 100%;
	float: left;
	padding: 5px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: #90298D;
	border-radius: 6px 6px 0 0;
	text-transform: uppercase;
}

.home-top-categ-conts {
	width: 100%;
	float: left;
	padding: 5px 5px 20px;
	background: #eaeaea;
	border-radius: 0 0 6px 6px;
}

.home-top-categ-img {
	width: 100%;
	float: left;
	text-align: center;
}

.home-top-categ-img img {
	max-width: 100%;
}

.home-top-categ-info {
	width: 100%;
	float: left;
	margin-top: -10px;
	text-align: center;
}

.home-top-categ-info h3 {
	margin-bottom: 0;
	font-size: 22px;
}

.home-top-categ-info h3 a {
	color: #253f72;
}

.home-top-categ-info p {
	font-size: 28px;
	font-weight: 700;
	color: #90298D;
}

.home-top-categ-info .btn {
	text-transform: uppercase;
	font-size: 15px;
	padding: 8px 40px;
}

@media (max-width: 1199px) {

	.home-top-categ-head {
		font-size: 20px;
	}

	.home-top-categ-info h3 {
		font-size: 20px;
	}

	.home-top-categ-info p {
		font-size: 26px;
	}

	.home-top-categ-info .btn {
		font-size: 14px;
		padding: 8px 35px;
	}
}

@media (max-width: 991px) {

	.home-top-categ-head {
		font-size: 18px;
	}

	.home-top-categ-info h3 {
		font-size: 18px;
	}

	.home-top-categ-info p {
		font-size: 22px;
	}

	.home-top-categ-info .btn {
		font-size: 14px;
		padding: 8px 30px;
	}
}

/* Store Locator */

.wrap-storloc-btn {
	padding-top: 25px;
}

.wrap-storloc-btn .btn {
	text-transform: uppercase;
}

.wrap-storeloc-contact {
	width: 100%;
	float: left;
	padding: 25px;
	background: #eee;
	margin-top: 40px;
}
.row.row-padded.store-search {
    margin-bottom: 20px;
    padding: 20px 0px 10px;
}

@media (max-width: 991px) {
	.wrap-storloc-inp {
		padding-bottom: 10px;
	}
}

.conditions-container {
	margin-bottom: 83px;
}

/* Buying Guides */

.buying-guide-wrapper {
	padding: 60px 0;
}

.buying-btn-row {
	margin-top: 40px;
	margin-bottom: 55px;
}

.buying-btn {
	display:inline-block;
    padding: 10px;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    color: #6f6f6f;
    font-weight: bold;
    margin-right: 10px;
	margin-top:10px;
}

.buying-btn.emphasis-btn {
	background-color: #90298D;
	color: #ffffff;
	border: none;
}

.buying-btn.emphasis-btn:hover {
	background-color: #90298D;
	color: #ffffff;
	transform: scale(1.05);
}

.buying-btn:hover {
    background-color: #e8e8e8;
    color: #90298D;
}

.buying-li {
	list-style: none;
	outline: none;
}

.buying-title {
	font-size: 24px;
}

.buying-thumbs-container {
	background-color: #ebebeb;
	padding-bottom: 40px;
}


.buying-thumbs {
	padding: 0;
	margin:0;
}



.zigzag {
  position: relative;
  width: 100%;
  height: 0px;
}
.zigzag:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  width: 100%;
  height: 10px;
}
.buying-divider {
  background: #E2E2E2;
}



.buying-divider:before {
  background:
    linear-gradient(
      45deg, transparent 33.333%,
      #E2E2E2 33.333%, #E2E2E2 66.667%,
      transparent 66.667%
    ),
    linear-gradient(
      -45deg, transparent 33.333%,
      #E2E2E2 33.333%, #E2E2E2 66.667%,
      transparent 66.667%
    );
  background-size: 20px 40px;
}

.initial-divider:before {
  background:
    linear-gradient(
      45deg, transparent 33.333%,
      #ebebeb 33.333%, #ebebeb 66.667%,
      transparent 66.667%
    ),
    linear-gradient(
      -45deg, transparent 33.333%,
      #ebebeb 33.333%, #ebebeb 66.667%,
      transparent 66.667%
    );
  background-size: 20px 40px;
}











/*Panel 1*/

.buying-li:nth-child(1),.buying-li:nth-child(9)  {
	background-color: #ebebeb;
}
.buying-li:nth-child(1) .buying-title, .buying-li:nth-child(9) .buying-title, {
	color: #192b57;
}
.buying-li:nth-child(1) .buying-divider:before, .buying-li:nth-child(9) .buying-divider:before  {
	background:
    linear-gradient(
      45deg, transparent 33.333%,
      #ffffff 33.333%, #ffffff 66.667%,
      transparent 66.667%
    ),
    linear-gradient(
      -45deg, transparent 33.333%,
      #ffffff 33.333%, #ffffff 66.667%,
      transparent 66.667%
    );
  background-size: 20px 40px;
}

/*Panel 2*/

.buying-li:nth-child(2),.buying-li:nth-child(10){
	background-color: #ffffff;
}
.buying-li:nth-child(2) .buying-title, .buying-li:nth-child(10) .buying-title {
	color: #192b57;
}
.buying-li:nth-child(2) .buying-divider:before, .buying-li:nth-child(10) .buying-divider:before  {
	background:
    linear-gradient(
      45deg, transparent 33.333%,
      #192b57 33.333%, #192b57 66.667%,
      transparent 66.667%
    ),
    linear-gradient(
      -45deg, transparent 33.333%,
      #192b57 33.333%, #192b57 66.667%,
      transparent 66.667%
    );
  background-size: 20px 40px;
}

.buying-li:nth-child(10) .buying-divider:before  {
	background:
    linear-gradient(
      45deg, transparent 33.333%,
      #2A3B8F 33.333%, #2A3B8F 66.667%,
      transparent 66.667%
    ),
    linear-gradient(
      -45deg, transparent 33.333%,
      #2A3B8F 33.333%, #2A3B8F 66.667%,
      transparent 66.667%
    );
  background-size: 20px 40px;
}




.buying-li:nth-child(3), .buying-li:nth-child(11){
	background-color: #192b57;
	color: #ffffff;
}
.buying-li:nth-child(3) .buying-title, .buying-li:nth-child(11) .buying-title {
	color: #EB2D7C;
}
.buying-li:nth-child(3) .buying-divider:before, .buying-li:nth-child(11) .buying-divider:before  {
	background:
    linear-gradient(
      45deg, transparent 33.333%,
      #2A3B8F 33.333%, #2A3B8F 66.667%,
      transparent 66.667%
    ),
    linear-gradient(
      -45deg, transparent 33.333%,
      #2A3B8F 33.333%, #2A3B8F 66.667%,
      transparent 66.667%
    );
  background-size: 20px 40px;
}





.buying-li:nth-child(4), .buying-li:nth-child(12){
	background-color: #2A3B8F;
	color: #ffffff;
}
.buying-li:nth-child(4) .buying-title, .buying-li:nth-child(12) .buying-title {
	color: #ffffff;
}
.buying-li:nth-child(4) .buying-divider:before, .buying-li:nth-child(12) .buying-divider:before  {
	background:
    linear-gradient(
      45deg, transparent 33.333%,
      #192b57 33.333%, #192b57 66.667%,
      transparent 66.667%
    ),
    linear-gradient(
      -45deg, transparent 33.333%,
      #192b57 33.333%, #192b57 66.667%,
      transparent 66.667%
    );
  background-size: 20px 40px;
}





.buying-li:nth-child(5), .buying-li:nth-child(13){
	background-color: #192b57;
	color: #ffffff;
}
.buying-li:nth-child(5) .buying-title, .buying-li:nth-child(13) .buying-title {
	color: #EB2D7C;
}
.buying-li:nth-child(5) .buying-divider:before, .buying-li:nth-child(13) .buying-divider:before  {
	background:
    linear-gradient(
      45deg, transparent 33.333%,
      #ffffff 33.333%, #ffffff 66.667%,
      transparent 66.667%
    ),
    linear-gradient(
      -45deg, transparent 33.333%,
      #ffffff 33.333%, #ffffff 66.667%,
      transparent 66.667%
    );
  background-size: 20px 40px;
}





.buying-li:nth-child(6), .buying-li:nth-child(14){
	background-color: #ffffff;
}
.buying-li:nth-child(6) .buying-title, .buying-li:nth-child(14) .buying-title {
	color: #192b57;
}
.buying-li:nth-child(6) .buying-divider:before, .buying-li:nth-child(14) .buying-divider:before  {
	background:
    linear-gradient(
      45deg, transparent 33.333%,
      #ebebeb 33.333%, #ebebeb 66.667%,
      transparent 66.667%
    ),
    linear-gradient(
      -45deg, transparent 33.333%,
      #ebebeb 33.333%, #ebebeb 66.667%,
      transparent 66.667%
    );
  background-size: 20px 40px;
}




.buying-li:nth-child(7), .buying-li:nth-child(15){
	background-color: #ebebeb;
}
.buying-li:nth-child(7) .buying-title, .buying-li:nth-child(15) .buying-title {
	color: #192b57;
}
.buying-li:nth-child(7) .buying-divider:before, .buying-li:nth-child(15) .buying-divider:before  {
	background:
    linear-gradient(
      45deg, transparent 33.333%,
      #ffffff 33.333%, #ffffff 66.667%,
      transparent 66.667%
    ),
    linear-gradient(
      -45deg, transparent 33.333%,
      #ffffff 33.333%, #ffffff 66.667%,
      transparent 66.667%
    );
  background-size: 20px 40px;
}



.buying-li:nth-child(8) .buying-divider:before, .buying-li:nth-child(16) .buying-divider:before  {
	background:
    linear-gradient(
      45deg, transparent 33.333%,
      #ebebeb 33.333%, #ebebeb 66.667%,
      transparent 66.667%
    ),
    linear-gradient(
      -45deg, transparent 33.333%,
      #ebebeb 33.333%, #ebebeb 66.667%,
      transparent 66.667%
    );
  background-size: 20px 40px;
}



.buying-li:last-child {
	background-color: #2A3B8F !important;
	color: #ffffff !important;
}
.buying-li:last-child .buying-title {
	color: #ffffff !important;
}
.buying-li:last-child .buying-divider:before, .buying-li:last-child .buying-divider:before  {
	background:
    linear-gradient(
      45deg, transparent 33.333%,
      #ebebeb 33.333%, #ebebeb 66.667%,
      transparent 66.667%
    ),
    linear-gradient(
      -45deg, transparent 33.333%,
      #ebebeb 33.333%, #ebebeb 66.667%,
      transparent 66.667%
    ) !important;
  background-size: 20px 40px !important;
}


/*Back to top*/

.back-to-top-wrapper {
	text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 120px;
    align-content: center;
    align-items: center;
	color: #90298D;
	text-transform: uppercase;
}

#back-to-top {
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    color: #90298D;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
	font-size: 22px;
}
#back-to-top:hover {
    transform: scale(1.2);
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}

/*************/





.guide-image {
	max-width: 100%;
}

@media only screen and (min-width: 767px)  {
	.content-two-margin {
		margin-top: 30px;
	}
}

/* Mitchell */
.watchVideo {
    width: 80%;
	margin: 0 auto;
	margin-top: 10px;
    margin-bottom: 10px;
}

.wrapper-feature-item{
	margin: 7px 0;
}
.wrapper-feature-item >.row{
	display: flex;
	align-items: center;
}
.product-page-slider{
	margin-bottom: 15px;
}

.selling-feature-thumb{
	border: 6px solid #90298D;
}
@media (min-width: 992px) {
	.alt-video {
		margin-top: 30%;
	}
	#features .n-responsive-content .row .col-xs-12 .row .col-md-7{
		padding-left: 0;
	}

}

@media (max-width: 991px) {
	.alt-video {
		width: auto;
		margin-left: 0;
		margin-top: 0;
	}
	.selling-feature-content{
		padding: 20px 0 10px;
	}
}

@media (max-width: 767px) {
	.alt-video {
		width: 60%;
		margin-left: 20%;
		margin-top: 30%;
	}
}


/*Blog*/
.blog-banner-wrapper {
	position: relative;
	top: -20px
}
.blog-banner-wrapper img {
	width: 100%;
	height: 300px;
	margin-bottom: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.thumbnail-blog-category {
	position: relative;
	text-align: center;
}
.thumbnail-blog-category img {
	width: 100%;
    height: 250px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.thumbnail-blog-category h4, .thumbnail-blog-standard h4 {
	line-height: 1.3em;
	/* height: 70px; */
	overflow: hidden;
}
.thumbnail.thumbnail-blog-standard .caption {
    padding: 15px 0;
}
.thumbnail-blog-featured, .thumbnail-blog-standard {
	padding: 20px 15px 15px;
    /* border: 1px solid #d9d9d9; */
}

@media only screen and (min-width: 767px)  {
	.thumbnail-blog-standard {
		height: 535px;
	}
}

.thumbnail-blog-featured h4, .thumbnail-blog-standard h4 {
	font-size: 16px;
    color: #2A3B8F;
}
.thumbnail-blog-featured .caption {
    /* height: 205px; */
    margin-bottom: 8px;
	padding: 0;
    overflow: hidden;
}
.upsell-head-blog {
	font-size: 24px;
}
@media (max-width: 767px) {
	.thumbnail-blog-category img {
		height: 200px;
	}
	.thumbnail-blog-category h4 {
		height: auto;
	}
}

.upsell-head.upsell-head-blog {
    text-align: left;
}

.no-padding {
	padding: 0px;
}

img {
	max-width: 100%;
}

.thumbnail-blog-featured {
	border-bottom: 1px solid #efefef;
}

.recent-blog-heading, .featured-articles-heading {
	margin-top: 60px;
}

.featured-articles-heading {
	color: #90298D;
}

.recent-blog-heading span {
	color: #90298D;
	font-size: 13px;
	margin-left: 5px;
}

.primary-btn-ghost {
	color: #8b8b8b;
    background-color: #d4d4d4;
    border-color: #999999;
}

.btn-primary-ghost:hover {
	color: #90298D;
}

/* Custom banner */
.wrap-dropban a img{
	width: 100%;
	max-height: 200px;
	object-fit: cover;
}

.btn-primary {
  color: #fff;
  background-color: #90298D;
  border-color: #90298D;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #742071;
  border-color: #742071;
}
.btn-primary:hover {
  color: #fff;
  background-color: #742071;
  border-color: #742071;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #742071;
  border-color: #742071;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #742071;
  border-color: #742071;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #90298D;
  border-color: #90298D;
}
.btn-primary .badge {
  color: #90298D;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #90298D;
  border-color: #90298D;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #742071;
  border-color: #742071;
}
.btn-success:hover {
  color: #fff;
  background-color: #742071;
  border-color: #742071;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #742071;
  border-color: #742071;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #742071;
  border-color: #742071;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #90298D;
  border-color: #90298D;
}
.btn-success .badge {
  color: #90298D;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #8b211e;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #90298D;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #742071;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.label-success {
    background-color: #90298D;
}
