/*@import url('//fonts.googleapis.com/css?family=Lato:400,300');*/
* {
/*font-family: 'Lato', sans-serif;*/
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
body {
	background-color: rgb(255, 255, 255) /*{body|background-color}*/;
	color: rgba(80, 40, 89, 1) /*{body|text-colour}*/;
}
#main-content {
	background-color: #ffffff;
}
#main-content > .row:first-child > .col-xs-12 {
	padding-top:15px;
}
a {
	color: rgba(80, 40, 89, 1) /*{body|link-colour}*/
}
a:hover, a:active {b
	color: rgba(67, 34, 75, 1) /*{body|link-colour-hover}*/
}
/* Header */
.top-navbar-wrapper {
	background-color: rgb(242, 242, 242) /*{header|navbar-background-colour}*/;
	border-bottom: 1px solid #ddd;
}
.top-navbar-wrapper .navbar-default .navbar-nav > li > a {
	color: rgb(111, 111, 111) /*{header|navbar-link-colour}*/;
}
.top-navbar-wrapper .navbar-default .navbar-nav > li > a:hover,
.top-navbar-wrapper .navbar-default .navbar-nav > li > a:focus {
	color: rgb(48, 47, 47) /*{header|navbar-link-colour-hover}*/;
}
.wrapper-header {
	background-color: #ffffff /*{header|background-colour}*/;
	border:none;
	margin-bottom:0px;
}
@media (max-width: 767px) {
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		background-color: #ffffff /*{header|background-colour}*/;
	}
	.nav > li > a:hover,
	.nav > li > a:focus {
		background-color: #ffffff /*{header|background-colour}*/;
	}
}
.navbar {
	margin-bottom: 0;
	background-color: transparent;
	border-color: transparent;
}
.usps .fa {
	background-color: rgb(242, 242, 242) /*{header|usp-background-colour}*/;
	color: rgb(211, 9, 21) /*{header|usp-icon-colour}*/;
}
.usps span {
	color: rgb(15, 14, 14) /*{header|usp-text-colour}*/;
}
.mobile-menu a,
.mobile-menu .dropdown-menu > li > a,
.mobile-cat-menu.navbar-nav > li > a,
.mobile-cat-menu.navbar-nav > li > .dropdown-menu > li > a {
	color: rgb(209, 209, 209) /*{header|mobile-link-colour}*/
}
.mobile-menu a:hover,
.mobile-menu a:active,
.mobile-cat-menu.navbar-nav > li > a:hover,
.mobile-cat-menu.navbar-nav > li > .dropdown-menu > li > a:hover,
.mobile-cat-menu.navbar-nav > li > .dropdown-menu > li > a:active {
	color: #000000 /*{header|mobile-link-colour-hover}*/
}
/* Footer */
.list-social a, .list-social a:hover {
	color: #000;
}
.wrapper-top-footer {
	background-color: rgb(111, 111, 111) /*{footer|top-footer-background-color}*/;
}
.wrapper-top-footer p {
	color: rgb(80, 40, 89) /*{footer|top-footer-text-colour}*/
}
.wrapper-footer {
	background-color: rgb(242, 242, 242) /*{footer|footer-background}*/;
	color: rgb(111, 111, 111) /*{footer|text-colour}*/;
}
.wrapper-footer .nav > li > a:hover,
.wrapper-footer .nav > li > a:focus {
	background-color: rgb(242, 242, 242) /*{footer|footer-background}*/;
}
.wrapper-footer a {
	color: rgb(111, 111, 111) /*{footer|link-colour}*/;
}
.wrapper-footer a:hover,
.wrapper-footer a:active {
	color: rgb(0, 0, 0) /*{footer|link-hover-colour}*/;
}
.wrapper-footer .link-header {
	color: rgb(111, 111, 111) /*{footer|text-colour}*/;
}
.btn-primary {
	color: #FFFFFF;
	background-color: rgb(80, 40, 89) /*{buttons|primary-colour}*/;
	border-color: rgb(80, 40, 89) /*{buttons|primary-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #FFFFFF;
	background-color: rgba(67, 34, 75, 1) /*{buttons|primary-colour-hover}*/;
	border-color: rgba(67, 34, 75, 1) /*{buttons|primary-colour-hover}*/;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: rgba(67, 34, 75, 1) /*{buttons|primary-colour-hover}*/;
	border-color: rgba(67, 34, 75, 1) /*{buttons|primary-colour-hover}*/;
}
.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 {
	background-color: rgba(67, 34, 75, 1) /*{buttons|primary-colour-hover}*/;
	border-color: rgba(67, 34, 75, 1) /*{buttons|primary-colour-hover}*/;
}
.btn-success {
	color: #ffffff;
	background-color: rgb(80, 40, 89) /*{buttons|success-colour}*/;
	border-color: rgb(80, 40, 89) /*{buttons|success-colour}*/;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: rgb(67, 34, 75) /*{buttons|success-colour-hover}*/;
	border-color: rgb(67, 34, 75) /*{buttons|success-colour-hover}*/;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: rgb(67, 34, 75) /*{buttons|success-colour-hover}*/;
	border-color: rgb(67, 34, 75) /*{buttons|success-colour-hover}*/;
}
.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 {
	background-color: rgb(67, 34, 75) /*{buttons|success-colour-hover}*/;
	border-color: rgb(67, 34, 75) /*{buttons|success-colour-hover}*/;
}
.banner-wrapper {
	background-color: rgb(242, 242, 242) /*{banner|banner-background}*/;
	color: rgb(80, 40, 89) /*{banner|text-colour}*/;
}
.login-form p > a {
	color: rgb(80, 40, 89) /*{banner|text-colour}*/;
}
/* Thumbs */
.top-seller-label span {
	background-color: rgb(196, 55, 139) /*{Thumbnails|top-seller-badge-background}*/;
	color: #ffffff /*{Thumbnails|top-seller-badge-colour}*/;
}
.sale-label span {
	background-color: rgb(211, 9, 21) /*{Thumbnails|sale-badge-background}*/;
	color: #ffffff /*{Thumbnails|sale-badge-colour}*/;
}
/* Category Page */
@media (max-width: 991px) {
	.filter-section > h3 > a {
		color: #FFFFFF;
		background-color: rgb(80, 40, 89) /*{buttons|primary-colour}*/;
		border-color: rgb(80, 40, 89) /*{buttons|primary-colour}*/;
	}
	.filter-section > h3 > a:hover,
	.filter-section > h3 > a:focus,
	.filter-section > h3 > a:active,
	.filter-section > h3 > a.active,
	.open > .dropdown-toggle.filter-section > h3 > a {
		color: #FFFFFF;
		background-color: rgb(80, 40, 89) /*{buttons|primary-colour}*/;
		border-color: rgb(80, 40, 89) /*{buttons|primary-colour}*/;
	}
	.filter-section > h3 > a:active,
	.filter-section > h3 > a.active,
	.open > .dropdown-toggle.filter-section > h3 > a {
		background-image: none;
	}
	.filter-section > h3 > a.disabled,
	.filter-section > h3 > a[disabled],
	fieldset[disabled] .filter-section > h3 > a,
	.filter-section > h3 > a.disabled:hover,
	.filter-section > h3 > a[disabled]:hover,
	fieldset[disabled] .filter-section > h3 > a:hover,
	.filter-section > h3 > a.disabled:focus,
	.filter-section > h3 > a[disabled]:focus,
	fieldset[disabled] .filter-section > h3 > a:focus,
	.filter-section > h3 > a.disabled:active,
	.filter-section > h3 > a[disabled]:active,
	fieldset[disabled] .filter-section > h3 > a:active,
	.filter-section > h3 > a.disabled.active,
	.filter-section > h3 > a[disabled].active,
	fieldset[disabled] .filter-section > h3 > a.active {
		background-color: rgb(80, 40, 89) /*{buttons|primary-colour}*/;
		border-color: rgb(80, 40, 89) /*{buttons|primary-colour}*/;
	}
	.filter-section > h3 > a:active:hover,
	.filter-section > h3 > a.active:hover,
	.open > .dropdown-toggle.filter-section > h3 > a:hover,
	.filter-section > h3 > a:active:focus,
	.filter-section > h3 > a.active:focus,
	.open > .dropdown-toggle.filter-section > h3 > a:focus,
	.filter-section > h3 > a:active.focus,
	.filter-section > h3 > a.active.focus,
	.open > .dropdown-toggle.filter-section > h3 > a.focus {
		background-color: rgb(80, 40, 89) /*{buttons|success-colour}*/;
		border-color: rgb(80, 40, 89) /*{buttons|success-colour}*/;
	}
}
@media (min-width: 768px) {
	h4 + .nav.nav-pills.nav-stacked {
		margin-top: 10px;
	    margin-left: 0px;
	}
}
.wrapper-tagline {
	background: rgb(242, 242, 242);
	color: rgb(80, 40, 89);
	font-size: 14px;
	text-align: center;
	padding: 2px;
}
a.top-cta {
    font-size: 22px;
    text-decoration: none;
		background: #fff;
}
.footer-top {
	margin-top: 30px;
}
.wrapper-main-nav .navbar-nav > li:first-child > a {
	padding-left: 15px;
}
.wrapper-main-nav .navbar-nav > li:last-child > a {
	padding-right: 15px;
}
.wrapper-main-nav .nav > li:hover > a,
.wrapper-main-nav .nav > li > a:hover,
.wrapper-main-nav .nav > li > a:focus {
	background-color: #43224b;
}
.top-cta .fa {
    background: #d30915;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 15px;
    vertical-align: bottom;
    margin-right: 5px;
}
.wrapper-main-nav {
    background: #502859;
}
.wrapper-main-nav .navbar-nav > li > a {
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 7px;
    font-size: 12.5px;
}
.wrapper-main-nav .navbar-nav > li > a:hover,
.wrapper-main-nav .navbar-nav > li > a:active,
.wrapper-main-nav .navbar-nav > li > a:focus {
    background: #43224b;
}
address {
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.wrapper-main-nav .navbar-nav > li {
	    width: 12.5%;
	    text-align: center;
	}
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #62376c;
}
.btn-default {
  color: #502859;
  background-color: #fff;
  border-color: #502859;
}
.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #43224b;
  border-color: #502859;
}
.btn-default:hover {
  color: #fff;
  background-color: #43224b;
  border-color: #502859;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #502859;
  background-color: #e6e6e6;
  border-color: #502859;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #43224b;
  border-color: #502859;
}

.navbar-nav > li.right-menu .dropdown-menu {
    left: auto;
    right: 0;
}

.navbar-nav > li.right-menu .dropdown-menu-horizontal {
	right: 100% !important;
	left: auto;
}


div[itemtype="http://schema.org/Product"]:hover
{
    border:1px solid #502859;
    border-radius: 5px;
}
