/*! Flickity v2.0.9
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:50%;background:#fff;background:hsla(0,0%,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}#KBD{opacity:0;visibility:hidden;}.flickity-prev-next-button:disabled{opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}

.shopr_product img {
	max-width: 100%;
	height: auto;
}

.shopr_shopthepost {
	text-align: center;
	margin: 10px auto 20px;
}
.shopr_widget_shopthepost {
	text-align: center;
	margin-bottom: 25px;
}
.shopr_widget_shopthepost .shopr_shopthepost {
	margin: 0 auto;
}

.shopr_shopthepost_title, .entry-content .shopr_shopthepost_title {
	text-align: center;
	margin-bottom: 3px;
}
.shopr_shopthepost .shopr_product {
	width: 110px;
	margin: 0 5px;
	counter-increment: carousel-cell;
}
.shopr_shopthepost.shopr_shopthepost_medium .shopr_product {
	width: 140px;
}
.shopr_shopthepost.shopr_shopthepost_medium .flickity-viewport {
	height: 180px !important;
}
.shopr_shopthepost.shopr_shopthepost_medium .shopr_product .shopr_product_img_wrap img {
	max-height: 180px;
}
.shopr_shopthepost.shopr_shopthepost_large .shopr_product {
	width: 160px;
}
.shopr_shopthepost.shopr_shopthepost_large .flickity-viewport {
	height: 200px !important;
}
.shopr_shopthepost.shopr_shopthepost_large .shopr_product .shopr_product_img_wrap img {
	max-height: 200px;
}
.shopr_shopthepost .shopr_product .shopr_shopthepost_product_meta {
	opacity: 0;
	-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;
}
.shopr_shopthepost .shopr_product:hover .shopr_shopthepost_product_meta {
	opacity: 1;
}
.shopr_shopthepost .flickity-prev-next-button {
	background: #fff;
	border-radius: 0;
	width: 32px;
	height: 100%;
	padding: 0;
	opacity: 1;
}
.shopr_shopthepost .flickity-prev-next-button:hover {
	background: #000;
}
.shopr_shopthepost .flickity-prev-next-button:hover .arrow {
	fill: #fff;
}
.shopr_shopthepost .flickity-prev-next-button.previous {
	left: 0;
}
.shopr_shopthepost .flickity-prev-next-button.next {
	right: 0;
}
.shopr_shopthepost .flickity-prev-next-button .arrow {
	fill: #000;
}
.shopr_shopthepost .flickity-page-dots {
	bottom: -22px;
}

.shopr_shopthepost_product_meta {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 101%;
	background: rgba(255,255,255,.83);
	line-height: 1.1;
	padding: 3px;
}
.shopr_shopthepost_product_subtitle {
	font-style: italic;
}

.shopr_shopthepost_static {
	text-align: center;
}
.shopr_shopthepost_static a {
	width: 120px;
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;
}
.shopr_shopthepost_static a:hover {
	opacity: .7;
}
.shopr_shopthepost_static.shopr_shopthepost_medium a {
	width: 140px;
}
.shopr_shopthepost_static.shopr_shopthepost_large a {
	width: 160px;
}
.shopr_shopthepost_static_title {
	display: block;
	margin-top: 5px;
}


/*
.shopr_shopthepost .flickity-page-dots .dot {
	height: 6px;
	width: 40px;
	margin: 0;
	border-radius: 0;
}
*/

/* Force flickety cells to be a central height. Might cause problems. */
.shopr_shopthepost .shopr_product {
	height: 100%;
}
.shopr_shopthepost .flickity-viewport {
	height: 150px !important;
}
.shopr_shopthepost .shopr_product_img_wrap {
	height: 100%;
}
.shopr_shopthepost .shopr_product .shopr_product_img_wrap img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-height: 150px;
}


/* lazy load stuff */
.shopr_shopthepost .shopr_product .shopr_product_img_wrap img {
	transition: opacity 0.3s;
	opacity: 0;
}
.shopr_shopthepost .shopr_product .shopr_product_img_wrap img.flickity-lazyloaded {
	opacity: 1;
}
.shopr_shopthepost .shopr_product .shopr_product_img_wrap img.flickity-lazyerror {
	display: none;
}

.shopr_product_title {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	line-height: 1.2;
}

.shopr_mosaic {
	opacity: 0;
}
.shopr_mosaic_loaded {
	opacity: 1;
	-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;
}
.shopr_mosaic .shopr_product {
	width: 18%;
	margin: 0 1% 20px;
	padding: 15px;
	text-align: center;
	box-sizing: border-box;
}
.shopr_mosaic .shopr_product img {
	margin: 0 auto;
}
.shopr_mosaic .shopr_product_details {
	text-align: left;
	margin-top: 10px;
}
.shopr_mosaic .shopr_product_title {
	margin: 0 0 5px;
}
.shopr_mosaic .shopr_product .shopr_product_img_wrap {
	position: relative;
	text-decoration: none;
}
.shopr_mosaic .shopr_product a .shopr_product_img_wrap img {
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.shopr_mosaic .shopr_product a:hover .shopr_product_img_wrap img {
	opacity: .5;
}
.shopr_product a .shopr_shopnow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	padding: 4px 7px;
	border: 1px solid #111;
	background: #fff;
	color: #000;
	text-align: center;
	line-height: 1.5;
}
.shopr_product a:hover .shopr_shopnow {
	opacity: 1;
	visibility: visible;
}
.shopr_grid_filters {
	text-align: center;
}
.shopr_grid_filters ul {
	margin: 0 0 15px;
	padding: 0;
}
.shopr_grid_filters li {
	display: inline-block;
	margin: 5px;
	padding: 0;
}
.shopr_grid_filters li a {
	padding: 3px 7px;
	text-decoration: none;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.shopr_grid_filters li a:hover {
	opacity: .3;
}
.shopr_grid_filters li a:active {
	opacity: .3;
}

.shopr_grid_layout_left_mosaic {
	float: left;
	width: 76.5%;
}
.shopr_grid_layout_left_filters {
	text-align: left;
	float: left;
	width: 20%;
	margin-right: 3%;
	border: 2px solid #111;
	font: 12px Montserrat, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .5px;
}
.shopr_grid_layout_left_filters ul {
	padding: 5px 10px;
}
.shopr_grid_layout_left_filters li {
	display: block;
	margin: 5px 0;
	line-height: 1.2;
	border-bottom: 1px solid #eee;
	padding: 5px 0 8px;
}
.shopr_grid_layout_left_filters  li a {
	background: none !important;
	color: initial !important;
	padding: 0;
}
.shopr_grid_layout_left_filters  li a:hover {
	background: none;
	color: initial;
}
.shopr_filters_title {
	background: #111;
	color: #fff;
	padding: 8px 10px;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

.shopr_carousel_widget_button {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 15px;
	font: 12px Montserrat, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.shopr_intro_text {
	text-align: center;
}

/* isotope */
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/* Responsive */
@media screen and (max-width: 769px) {
	.shopr_mosaic .shopr_product {
		width: 24%;
	}
	.shopr_grid_filters li {
		display: block;
		width: 100%;
		margin: 5px 0;
	}
	.shopr_grid_filters li a {
		display: block;
		width: 100%;
	}
	.shopr_grid_layout_left_filters, .shopr_grid_layout_left_mosaic {
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
	}
	.shopr_shopthepost .shopr_product .shopr_shopthepost_product_meta {
		opacity: 1;
	}
}
@media screen and (max-width: 500px) {
	.shopr_mosaic .shopr_product {
		width: 44%
	}
	.shopr_shopthepost .flickity-prev-next-button {
		height: 32px;
		background: none;
	}
}
