@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');
* {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
body {
	background-color: #ffffff /*{body|background-colour}*/;
	background-image: none /*{body|background-image}*/;
	color: #000000 /*{body|text-colour}*/;
	overflow-x: hidden !important;
}
/*Back to top*/
.back-to-top {
	z-index:999999;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
	background-color: rgba(0,0,0,0.5) !important;
    border: 1px rgba(0,0,0,0.5) !important;
	color: #f2ebe2 !important;
    -webkit-transition-property: top, bottom;
    -webkit-transition-duration: 0.5s;
}
a.back-to-top:hover {
    background-color: rgba(0,0,0,0.8) !important;
	transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.back-to-top:before {
	content: "";
    cursor: pointer;
    position: absolute;
	width: 100px;
	height:100px;
	top: -27px;
    right: 10px;
    background-repeat: no-repeat;
}
a, a:hover, a:active {
	color: #000000 /*{body|link-colour}*/;
}
#main-content {
	background:#FFFFFF;
}
.wrapper-header {
	background-color: #ffffff /*{header|background-colour}*/;
	margin-bottom:0px;
}
.wrapper-header .btn-default {
	background-color: rgba(230, 219, 199, 1) /*{header|button-colour}*/;
	border-color: rgba(230, 219, 199, 1) /*{header|button-colour}*/;
	color: #000000 /*{header|button-text-colour}*/;
}
.navbar {
	margin-bottom: 0;
	background-color: transparent;
	border-color: transparent;
}
.navigation-list li a, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover,.navigation-list li a:hover,.navbar-default .navbar-nav > li:hover > a,.navigation-list li:hover a {
	color: #000000 /*{header|link-colour}*/;
}
.wrapper-footer {
	background-color: #ffffff /*{footer|background-colour}*/;
	color: #000000 /*{footer|text-colour}*/;
	    margin-top: 20px;
}
.wrapper-footer h4 {
	color: #000000 /*{footer|text-colour}*/;
}
.wrapper-footer hr {
	border-color: rgba(255, 255, 255, 0.2);
}
.wrapper-footer a, .wrapper-footer a:hover, .wrapper-footer a:active {
	color: #000000 /*{footer|link-colour}*/;
}
.nav > li > a:hover, .nav > li > a:focus {
	background: rgba(0, 0, 0, 0.2);
}
.btn-black {
    background-color: #000;
    border-color: #fff;
    color: #fff;
}
.btn-black:hover, .btn-black:focus, .btn-black:active {
    background-color: #F2EBE2;
    border-color: #F2EBE2;
    color: #000;
}
.btn-primary {
  color: #FFFFFF;
  background-color: #000000 /*{buttons|primary-colour}*/;
  border-color: #000000 /*{buttons|primary-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #000000 /*{buttons|primary-colour}*/;
  border-color: #000000 /*{buttons|primary-colour}*/;
}
.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: #000000 /*{buttons|primary-colour}*/;
  border-color: #000000 /*{buttons|primary-colour}*/;
}
.btn-success {
  color: #ffffff;
  background-color: #000000 /*{buttons|secondary-colour}*/;
  border-color: #000000 /*{buttons|secondary-colour}*/;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #000000 /*{buttons|secondary-colour}*/;
  border-color: #000000 /*{buttons|secondary-colour}*/;
}
.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: #000000 /*{buttons|secondary-colour}*/;
  border-color: #000000 /*{buttons|secondary-colour}*/;
}
/* CUSTOM STYLES */
/* main content */
#main-content {
    margin-top: 20px;
}
#n_home #main-content {
    margin-top: 0px !important;
}
/* top nav */
.wrapper-header a {
    font-size: 16px;
}
.top-nav {
    background-color: #000;
}
a.topnav-menu {
    color: #fff;
	padding: 12px;
	transition: all 0.5s ease-in-out;
}
a.topnav-menu:hover {
    color: #f2ebe2;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
}
.header-search input {
    border: 1px solid #fff;
    height: 28px;
}
.header-search button.btn {
    background-color: #fff;
    border: 1px solid #fff;
	padding: 3px 10px;
	transition: all 0.5s ease-in-out;
}
.header-search button.btn:hover {
    background-color: #f2ebe2;
    border: 1px solid #f2ebe2;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
li.contact-btn {
	padding: 14px 0 0;
	text-align: right;
}
/* header */
.whole-login {
	padding: 8% 0 0 3%;
}
.whole-login a {
    line-height: 1.7;
	transition: all 0.5s ease-in-out;
}
.whole-login a:hover {
    color: #897f6b;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.secondary-menu {
    padding: 8% 2% 0 0;
}
.secondary-menu a {
    padding: 0 10px !important;
	transition: all 0.5s ease-in-out;
}
.secondary-menu a:hover {
    color: #897f6b;
	background-color: transparent !important;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.secondary-menu a.nuhover:hover {
    color: #897f6b !important;
}
/*nav */
.main-menu {
    background-color: #f2ebe2;
}
.usp i, .usp span {
    color: #fff;
    padding: 8px 0px;
    text-transform: uppercase;
}
.usp {
    background-color: #000;
	text-align: center;
}
.main-menu a, .top-nav .dropdown-menu a {
	transition: all 0.5s ease-in-out;
}
.main-menu a:hover, .top-nav .dropdown-menu a:hover {
    background-color: #efe4d8 !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.main-menu .dropdown-menu, .top-nav .dropdown-menu {
    background-color: #f2ebe2;
}
.main-menu .dropdown-menu a, .top-nav .dropdown-menu a {
    text-transform: uppercase;
    line-height: 2;
}
/* carousel */
.carousel h3 {
    color: #000;
    font-size: 48px;
	margin-bottom: 30px;
}
.carousel span {
    color: #f2ebe2;
    padding: 10px 39px;
    font-size: 24px;
	transition: all 0.5s ease-in-out;
}
.carousel span:hover {
	background-color: #f2ebe2;
	border: 1px solid #f2ebe2;
	color: #000;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
/* text */
#homepage-content {
    padding: 20px 0 25px;
}
#homepage-content h1, #homepage-content h2 {
    text-align: center;
	font-size: 32px;
}
#homepage-content h2 {
    color: #d3c6b4;
}
/* Categories carousel */
.category-images img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    object-position: center;
}
.wrapper-categories {
    padding: 0;
	overflow-x: hidden !important;
}
/* hover effect */
.hovereffect {
width:100%;
height:100%;
overflow:hidden;
position:relative;
text-align:center;
cursor:pointer;
margin-bottom: 15px;
	transition: all 0.5s ease-in-out;
}
.hovereffect .btn {
	width: 60%;
    display: block;
    margin: 5px auto;
    padding: 10px 0;
    background-color: transparent;
    border-top: 5px solid #d72130;
    border-bottom: 5px solid #d72130;
    border-left: transparent;
    border-right: transparent;
    border-radius: 0;
    color: #2b3290;
    font-weight: 700;
	transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.hovereffect .btn-default:hover {
	background-color: #73c4d0;
    border-color: #73c4d0;
    color: #fff;
}
.hovereffect form {
    margin-top: 45%;
}
.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
	width: 100%;
}
.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}
.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}
.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}
.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}
.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}
.hovereffect:hover a.info {
-webkit-transition-delay:.5s;
transition-delay:.5s;
}
a.shop-brand {
	background-color: rgba(0,0,0,0.5);
    color: #f2ebe2;
    padding: 10px 20px;
    font-size: 20px;
    position: absolute;
    top: 41%;
    right: 20%;
    left: 20%;
    transition: all 0.5s ease-in-out;
}
a.shop-brand:hover {
	background-color: #f2ebe2;
	color: #000;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
a.category-link {
    text-transform: uppercase;
    font-size: 18px;
	transition: all 0.5s ease-in-out;
}
a.category-link:hover {
    text-decoration: underline;
    transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
/* START SLIDER */
.slick-slide {
    margin: 0 5px;
}
.slick-dots {
    position: absolute;
    bottom: -45px;
    display: none;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: none;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
.slick-dots li button::before {
	font-family: FontAwesome;
    font-size: 25px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.slick-prev {
    left: -25px;
}
.slick-next {
    right: -25px;
}
.slick-prev:before, .slick-next:before {
	font-family: FontAwesome;
    font-size: 54px !important;
    line-height: 1;
    opacity: 1;
    color: #f2ebe2 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next::before {
    content: "\f105";
	font-size: 24px;
	color: #fff;
	transition:all 0.5s ease;
}
.slick-prev::before {
    content: "\f104";
	font-size: 24px;
	color: #fff;
	transition:all 0.5s ease;
}
.slick-prev:before:hover, .slick-next:before:hover {
	color:#fff !important;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 37% !important;
    display: block;
    width: 54px !important;
    height: 54px !important;
    margin-top: 0px;
    padding: 0px;
    cursor: pointer;
    color: #fff;
    border: none;
    outline: none;
    background-color: rgba(0,0,0,0.2)!important;
  	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	
}
.slick-prev {
    left: 15px !important;
    z-index: 100;
}
.slick-next {
    right: 15px !important;
    z-index: 100;
}
.slick-prev:hover, .slick-next:hover {
	background-color: rgba(0,0,0,0.8)!important;
}
.products-slider h3 {
	width:100%;
	color:#666;
	text-align:center; 
	border-bottom: 1px solid #eee;
	line-height:0.1em;
	margin:10px 0 20px; 
}
.products-slider h3 span {
	background:#fff;
	padding:0 20px;
}
/*end slider */
/* Featured products */
.featured-home h3 {
   	margin: 50px 0 35px;
    text-align: center;
}
.caption p, .caption h3 {
    text-align: center;
    color: #888;
}
.caption h3 {
    margin: 0;
    padding: 10px 5px 5px;
    height: 50px !important;
}
.form-inline.buying-options a, .form-inline.buying-options button {
    background-color: #f2ebe2;
    padding: 9px;
	transition: all 0.5s ease-in-out;
	color: #000;
    border-color: #fff;
}
.form-inline.buying-options a:hover, .form-inline.buying-options button:hover {
    background-color: #000;
	border-color: #000;
    color: #fff;
	transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.thumbnail:hover {
    -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.7);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.wrapper-thumbnail {
    margin-bottom: 60px;
}
/* PRODUCT PAGE IMAGES */
.small-container {
    height: 150px;
    overflow: hidden;
}
.product-image-small {
    width: 100%;
}
/*hide products on cart o checkout page */
.hide-y {
    display: none !important;
}
/* footer */
/* newsletter & social media */
.news-social {
    padding: 5px 0 0;
    background-color: #000;
    color: #fff;
}
.news-social a {
    color: #fff;
	transition: all 0.5s ease-in-out;
}
.news-social a:hover {
    color: #f2ebe2;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.white-border {
	border-color: #fff;
}
.list-social {
    margin-top: 8px;
}
.list-social a {
    background-color: #fff;
    color: #000 !important;
	border-radius: 50%;
	padding: 2px 7px;    
    font-size: 18px;
    width: 30px;
    height: 30px;
	transition: all 0.5s ease-in-out;
}
.list-social a:hover {
	background-color: #f2ebe2;
	transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.news-social i {
    width: 15px;
    height: 30px;
}
.news-social i.fa.fa-envelope {
    padding: 0 10px 0 0;
    font-size: 16px;
}
.news-social i.fa.fa-facebook {
    padding: 0 2px;
}
span.subs-pad, a.subs-pad {
	line-height: 50px;
}
button.news-btn {
    border: 1px solid #fff;
    background-color: #000;
    color: #fff;
}
/* footer*/
/* links */
.links-footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f2ebe2;
}
.links-footer h4 {
    padding: 10px 0;
}
.links-footer hr {
    border-top: 1px solid #000;
	padding: 0;
}
.links-footer a {
    text-transform: uppercase;
    color: #5d5d5d !important;
    font-size: 12px;
    padding-bottom: 3px !important;
}
.links-footer a:hover {
    background-color: transparent !important;
    color: #000 !important;
}
/* copyright */
.copy-payment p, .copy-payment a {
    font-size: 12px;
    color: #d3c6b4;
}
.copy-payment {
    padding: 10px 0 0;
}
.copy-payment .list-inline {
    margin-bottom: 0;
}
/* Stockists */
#accordion .list-group {
    padding: 20px;
}
/* our artists */
.artists img {
    width: 100%;
    height: auto;
	display: block;
}
.artists a {
	color: #817e6e;
}
.artists a:hover {
	color: #000;
}
/* POP UP NEWSLETTER */
#popup-newsletter .modal-content {
   background-color: #f2ebe2;
}
#popup-newsletter .modal-content p, #popup-newsletter .modal-content h3, #popup-newsletter .modal-content .close, #popup-newsletter .modal-content .checkbox label, #popup-newsletter .close-btn {
	color: #000000 !important;
}
#popup-newsletter .modal-header {
	border-color: transparent;
	padding: 0;
}
#popup-newsletter .close-btn {
	cursor: pointer;
	-webkit-appearance: none;
}
#popup-newsletter .modal-center {
    padding: 20px;
}
/* ARTISTS */
.our-artists {
    padding-bottom: 50px;
}
.our-artists a:hover {
    color: #897f6b;
}
/* POP UP NEWSLETTER END */
/* ----------- iPad mini ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  span.subs-pad, a.subs-pad {
		  text-align: right;
	  }
	  .wrapper-header a {
		font-size: 14px;
		}
	  .carousel-caption {
		  padding: 25px 50px 10px 0;
	  }
	  .carousel h3 {
		  margin-bottom: 12px;
	  }
}
/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
	.carousel-caption {
		  padding: 50px 50px 10px 0;
	  }
}
/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
	.carousel-caption {
		padding: 10px 18px 10px 10px;
	}
	.carousel h3 {
		font-size: 28px;
		margin-bottom: 5px;
	}
	.carousel span {
		padding: 4px 24px;
		font-size: 12px;
	}
/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
	.carousel-caption {
		padding: 45px 18px 10px 0;
	}
}