@charset "utf-8";
/* CSS Document */


figcaption.carousel-item-info {
	text-align: left;
	top:80%;
}

figcaption.carousel-item-info h2 {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	margin: 0;
	text-align: left;
}

html, body{
    height: 100%;
	margin: 0;
	padding: 0;
}


.home-container {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-top: 4%;
	height: 96%;
}

.home-container .banner {
	position: relative;
	width: 100%;
	height: 60%;
	margin-bottom: 30px;
	display: flex;
}

.home-container .banner a {
	/*height: 100%;*/
	width: 100%;
	position: relative;
}

.home-container .banner .caption {
	width: 100%;
	position: relative;
	display: flex; /* make us of Flexbox */
  	align-items: center; /* does vertically center the desired content*/
  	justify-content: center; /* horizontally centers single line items*/
  	text-align: center; /* optional, but helps horizontally center text that breaks into multiple lines*/
}

.home-container .banner a.shopnow {
	font-family: 'Manrope', sans serif;
	width: 250px;
	position: absolute;
	bottom: 40px;
	right: 20px;
	font-size: 50px;
	color: #fff;
	text-decoration: none;
	text-shadow: 2px 0px 0px #000;
}

.home-container .banner a.shopnow:hover {
	text-decoration: underline;
}

.home-container .banner .caption img {
	position: absolute;
}

.home-container .banner.mandala {
	background: #d59376 url("https://cdn11.bigcommerce.com/s-jdxed838/product_images/uploaded_images/bg-mandala.png") center center/cover no-repeat;
	justify-content: space-between;
	
}

.home-container .banner.mandala .caption {
		
}

.home-container .banner.mandala .caption img {
	right: 10%;
	height: 15%;
	width: auto;
	max-width: none;
}

.home-container .banner.handmade {
	background: #7a9859 url("https://cdn11.bigcommerce.com/s-jdxed838/product_images/uploaded_images/bg-handmade.png") center center/cover no-repeat;
	height: 260px;
}

.home-container .banner.handmade .caption {
	
}

.home-container .banner.handmade .caption img {
	width: 94%;
	max-width: 1900px;
	height: auto;
}

.home-container .banner.waxed {
	background: #be8f7b url("https://cdn11.bigcommerce.com/s-jdxed838/product_images/uploaded_images/bg-waxed.png") center center/cover no-repeat;
	justify-content: flex-start;
}


.home-container .banner.waxed .caption {
	align-items: flex-start;
	padding-top: 6%;
}

.home-container .banner.waxed .caption img {
	right: 37%;
	height: 47%;
	width: auto;
}


.home-container .banner.tooled {
	background: #b7512d url("https://cdn11.bigcommerce.com/s-jdxed838/product_images/uploaded_images/bg-tooled.png") center center/cover no-repeat;
	justify-content: flex-end;
}

.home-container .banner.tooled .caption {
	justify-content: flex-start;
	align-items: flex-start;
	padding-top: 7%;
}

.home-container .banner.tooled .caption img {
	height: 43%;
	width: auto;
	z-index: 2;
	margin-left: 18%;
}

.home-container .banner.tooled .photo {
	display: flex;
	justify-content: flex-end;
}

.home-container .banner.tooled a.shopnow {
	right: auto;
	left: 26px;
}

.home-container .banner.smleather {
	background: #d1cabb url("https://cdn11.bigcommerce.com/s-jdxed838/product_images/uploaded_images/bg-smleather.png") center center/cover no-repeat;
	justify-content: flex-end;
}

.home-container .banner.smleather .caption {
	justify-content: flex-start;
	align-items: flex-start;
	padding-top: 3%;
}

.home-container .banner.smleather .caption img {
	height: 64%;
	width: auto;
	z-index: 2;
	margin-left: 18%;
}


.home-container .banner.smleather .photo {
	display: flex;
	justify-content: flex-end;
}

.home-container .banner.smleather a.shopnow {
	right: auto;
	left: 26px;
}

.home-container .banner.scroll {
	background: #afb6b0 url("https://cdn11.bigcommerce.com/s-jdxed838/product_images/uploaded_images/bg-scroll.png") center center/cover no-repeat;
	justify-content: space-between;
}

.home-container .banner.scroll .scroll-1 img {
	max-width: 132%;
}

.home-container .banner.scroll .caption img {
	height: 42%;
	width: auto;
	z-index: 2;
	margin-left: -85%;
	max-width: none;
}


.home-container .banner.scroll .photo {
	display: flex;
	justify-content: flex-end;
}

.home-container .banner.scroll a.shopnow {
	right: 30%;
}

.home-container .banner img {
	display: block;
	width: auto;
	height: auto;
}


.carousel-item-heading {
	text-shadow: 0px 0px 6px #fff;
}

.product-item-container {
	background-size: contain;
}

div#tax-announcement {
    background-color: rgba(208,241,239,.8);
}

div#tax-announcement p {
	padding: 20px 0;
	text-align: center;
	margin: 0;
	font-family: "Work Sans";
	color: #000;
}

div#tax-announcement p a {
	color: #000;
	text-decoration: underline;
}

div#tax-announcement p a:hover {
	color: #0B847C;
}

/*div::after {
  content: "";
  background: url(image.jpg);
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}*/

div.about-us,
div.about-us p {
	font-family: "Work Sans";
	color: #000;
	font-size: 16px;
}

li.header-navigation-list-item:last-child {  /* last item red/bold */
	color: #cc0000;
	font-weight:bold;
}


.product-item:hover .product-item-overlay {
    opacity: 0;
}
     
.product-item .product-item-container {
	transition: all 0.4s ease-in-out;
}

.product-item:hover .product-item-container {
 	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);         
}

.two-column .product-gallery-image-container {
	background-size: contain;
}

/* static pages */

.page-content {
	max-width: none;
}


/* landscape ipad */

@media only screen and (min-width: 960px) and (max-width: 1079px) {
	
	.home-container .banner {
		height: 45%;
		margin-bottom: 15px;
	}
	
	.home-container .banner.mandala .caption img,
	.home-container .banner.waxed .caption img {
	  right: 50px;
	}
	
	.home-container .banner.tooled .caption img,	
	.home-container .banner.smleather .caption img {
	  left: 50px;
	}
	
	.home-container .banner.scroll .caption img {
	  left: 20%;
	}
	
	.home-container .banner.handmade {
		height: 170px;
	}
	
	.home-container .banner a.shopnow {
		font-size: 30px;
	}
}

/* ipad  */      
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	.home-container .banner {
		height: 40%;
		margin-bottom: 15px;
	}
	
	.home-container .banner.mandala .caption img,
	.home-container .banner.waxed .caption img {
	  	right: 50px;
	}
	
	.home-container .banner.handmade {
		height: 125px;
	}
	
	.home-container .banner.tooled .caption img,	
	.home-container .banner.smleather .caption img {
	  	left: 50px;
	}
		
	.home-container .banner.scroll .caption img {
	  	left: 20%;
	}
	.home-container .banner a.shopnow {
		font-size: 30px;
	}
	
}



/* Mobile  */      
@media only screen and (max-width: 767px) {
	
	
	.home-container .banner {
		height: 35%;
		margin-bottom: 10px;
	}
	
	
	.home-container .banner.mandala .caption img {
	  	height: 12%;
		right: 20px;
	}
	
	.home-container .banner.handmade {
		height: 60px;
	}
	
	.home-container .banner.tooled .caption,
	.home-container .banner.waxed .caption {
		padding-top: 10%;
	}
	
	.home-container .banner.tooled .caption img {
		height: 40%;
		left: 20px;
	}
		
	.home-container .banner.waxed .caption img {
		height: 40%;
		right: 20px;
	}
	
	.home-container .banner.mandala a.shopnow {
		right: -10%;
	}
	
	.home-container .banner.waxed a.shopnow {
		right: 15%;
	}
	
	.home-container .banner.smleather a.shopnow {
	  right: -15%;
	  left: auto;
	}
	
	.home-container .banner.smleather .caption img {
	  	left: 20px;
	}
	
	.home-container .banner.scroll .caption img {
	  	left: 20%;
	}
	
	.home-container .banner.scroll a.shopnow {
		right: -15%;
	}

	
	.home-container .banner a.shopnow {
		font-size: 22px;
		bottom: 10px;
	}
	
}
