.v-align {
	display: inline-block;
	vertical-align: middle !important;
	float: none;
}

.limespot-recommendation-box {
	margin: 10px auto 10px !important;
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
	clear: both;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	direction: ltr !important;
}

	.limespot-recommendation-box.theme-neat {
		padding: 10px 0 0 0 !important;
	}

	.limespot-recommendation-box.theme-cards {
		background-color: rgba(50,50,50,0.06);
		border-radius: 5px;
		border: 1px solid #ddd;
	}

	.limespot-recommendation-box .ls-box-title {
		text-align: center;
		margin: 10px auto 0 !important;
	}

	.limespot-recommendation-box .limespot-recommendation-box-carousel {
		width: 100%;
		min-height: 220px;
		overflow-x: hidden;
		overflow-y: hidden;
		position: relative;
		margin: 0 !important;
		padding: 10px 0 0 !important;
		display: block;
		font-size: 9pt;
	}

@media (max-width: 768px), (max-device-width: 1024px) {
	.limespot-recommendation-box .limespot-recommendation-box-carousel {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}

		.limespot-recommendation-box .limespot-recommendation-box-carousel::-webkit-scrollbar {
			display: block;
			-webkit-appearance: none;
			width: 2px;
			height: 2px;
		}

		.limespot-recommendation-box .limespot-recommendation-box-carousel::-webkit-scrollbar-thumb {
			border-radius: 1px;
			background-color: rgba(10, 10, 10, 0.5);
		}

		.limespot-recommendation-box .limespot-recommendation-box-carousel::-webkit-scrollbar-track {
			border-radius: 2px;
			background-color: rgba(200, 200, 200, 0.5);
		}
}

.limespot-recommendation-box .limespot-recommendation-box-carousel-container {
	width: 100%;
	position: relative;
	margin: 0 !important;
	margin-bottom: 10px !important;
	display: block;
}

.limespot-recommendation-box ul:after, .limespot-recommendation-box ul:before {
	display: table;
	content: "";
	line-height: 0;
	font-size: 0;
	clear: both;
}

.limespot-recommendation-box .limespot-recommendation-box-carousel-shelf {
	display: inline-block;
	left: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	word-wrap: break-word;
	overflow-x: visible;
	width: 50000px;
	transition: all 700ms cubic-bezier(0.45, 0.03, 0.51, 0.95);
	-webkit-transition: all 700ms cubic-bezier(0.45, 0.03, 0.51, 0.95);
}

.limespot-recommendation-box.theme-cards .limespot-recommendation-box-carousel-shelf {
	padding: 0 20px !important;
}

.limespot-recommendation-box .limespot-recommendation-box-item {
	float: left;
	display: inline-block;
	padding: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	max-width: 150px;
	width: 150px;
	cursor: pointer !important;
	transition: transform 500ms;
	-webkit-transition: -webkit-transform 500ms;
}

.limespot-recommendation-box.theme-cards .limespot-recommendation-box-item {
	margin: 0 !important;
	margin-right: 20px !important;
	max-width: 170px;
	width: 170px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.22);
	box-shadow: 0 1px 2px 0;
	background-color: #fff;
	border-radius: 5px;
}

.limespot-recommendation-box:not(.no-zoom) .limespot-recommendation-box-item:hover {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
}

.limespot-recommendation-box.theme-neat .limespot-recommendation-box-item:last-child {
	margin-right: 0 !important;
}


.limespot-recommendation-box-item .ls-link {
	display: inline-block;
	border: 0;
	position: relative;
}

	.limespot-recommendation-box-item .ls-link .ls-image {
		display: inline-block !important;
		height: auto !important;
		width: auto;
		border: 0;
		border-radius: 5px;
		vertical-align: middle;
	}

	.limespot-recommendation-box-item .ls-link .ls-image-wrap {
		height: 200px;
		width: 150px;
		white-space: nowrap;
		margin: 0;
	}

		.limespot-recommendation-box-item .ls-link .ls-image-wrap:before {
			content: "";
			display: inline-block;
			height: 100%;
			vertical-align: middle;
		}

.limespot-recommendation-box.theme-neat .ls-link .ls-image {
	max-height: 200px;
	max-width: 150px;
	height: 200px;
}

.limespot-recommendation-box.theme-cards .ls-link .ls-image {
	max-width: 170px;
	width: 170px;
}

.limespot-recommendation-box.theme-cards .ls-image {
	border-radius: 5px 5px 0 0;
	border-bottom: 0.5px solid #ccc;
}

.limespot-recommendation-box-item .ls-original-price {
	margin-right: 5px;
	text-decoration: line-through;
}

.limespot-recommendation-box-item .ls-sale-sign-wrap {
	position: absolute;
	top: 20px;
	left: 0;
}

.limespot-recommendation-box-item .ls-sale-sign {
	color: #fff;
	background-color: rgba(200, 0, 0, 0.6);
	font-weight: 300;
	font-family: "Futura Medium", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	padding: 2px 10px;
}

.ls-title {
	text-decoration: none;
	line-height: 1.3em !important;
	margin: 0 !important;
	margin-bottom: 2px !important;
	padding-top: 5px !important;
}

.limespot-recommendation-box.theme-cards .ls-title {
	border-bottom: 0.5px solid #ccc;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
}

.limespot-recommendation-box-carousel-indicator {
	position: absolute;
	top: 0;
	width: 40px;
	height: 100%;
	text-align: center;
	display: inline;
	z-index: 1000;
}

.limespot-recommendation-box .limespot-recommendation-box-carousel-indicator {
	-webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transform: translateX(0);
	transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform: translateX(0px);
	opacity: 0.0;
}

.limespot-recommendation-box:hover .limespot-recommendation-box-carousel-indicator {
	opacity: 1.0;
}

	.limespot-recommendation-box:hover .limespot-recommendation-box-carousel-indicator.indicator-left {
		-webkit-transform: translateX(-40px);
		transform: translateX(-40px);
		-webkit-transition-delay: 0.0s;
		transition-delay: 0.0s;
	}

	.limespot-recommendation-box:hover .limespot-recommendation-box-carousel-indicator.indicator-right {
		-webkit-transform: translateX(40px);
		transform: translateX(40px);
		-webkit-transition-delay: 0.0s;
		transition-delay: 0.0s;
	}

	.limespot-recommendation-box:hover .limespot-recommendation-box-carousel-indicator.static-arrow {
		-webkit-transform: none;
		transform: none;
	}

	.limespot-recommendation-box:hover .limespot-recommendation-box-carousel-indicator .recomm-arrow, .limespot-recommendation-box-carousel-indicator:hover .recomm-arrow {
		background-color: rgba(240, 240, 240, 0.5);
	}

.limespot-recommendation-box .limespot-recommendation-box-carousel-indicator .recomm-arrow:hover {
	background-color: rgba(220, 220, 220, 0.5);
}

.limespot-recommendation-box-carousel-indicator .recomm-arrow:hover {
	opacity: 1.0;
}

@media (max-width: 768px), (max-device-width: 1024px) {
	.limespot-recommendation-box-carousel-indicator {
		display: none;
	}
}

.limespot-recommendation-box-carousel-indicator .recomm-arrow {
	background-color: rgba(240, 240, 240, 0.5);
	margin-top: 60px !important;
	cursor: pointer !important;
}

.limespot-recommendation-box .limespot-recommendation-box-carousel-indicator:not(.static-arrow) .arrow-right, .limespot-recommendation-box .limespot-recommendation-box-carousel-indicator .arrow-left {
	border-radius: 0 5px 5px 0;
}

.limespot-recommendation-box .limespot-recommendation-box-carousel-indicator:not(.static-arrow) .arrow-left, .limespot-recommendation-box .limespot-recommendation-box-carousel-indicator .arrow-right {
	border-radius: 5px 0 0 5px;
}

.limespot-recommendation-box.theme-cards .limespot-recommendation-box-carousel-indicator .recomm-arrow {
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.22);
	box-shadow: 0 1px 2px 0;
	color: #ccc;
}

.limespot-recommendation-box-carousel-indicator.indicator-left {
	left: 0;
}

.limespot-recommendation-box-carousel-indicator.indicator-right {
	right: 0;
}

.limespot-recommendation-box-carousel-indicator img {
	height: 40px !important;
	width: 40px !important;
	margin: 50% 0 !important;
}

.notransition {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

@-webkit-keyframes bounce-to-left {
	0% {
		margin-left: 0 !important;
	}

	70% {
		margin-left: 30px !important;
	}

	100% {
		margin-left: 0 !important;
	}
}

@keyframes bounce-to-left {
	0% {
		margin-left: 0 !important;
	}

	70% {
		margin-left: 30px !important;
	}

	100% {
		margin-left: 0 !important;
	}
}

@-webkit-keyframes bounce-to-right {
	0% {
		margin-left: 0 !important;
	}

	70% {
		margin-left: -30px !important;
	}

	100% {
		margin-left: 0 !important;
	}
}

@keyframes bounce-to-right {
	0% {
		margin-left: 0 !important;
	}

	70% {
		margin-left: -30px !important;
	}

	100% {
		margin-left: 0 !important;
	}
}

.bounceLeft {
	-webkit-animation: bounce-to-left 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1;
	-moz-animation: bounce-to-left 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1;
	animation: bounce-to-left 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1;
}

.bounceRight {
	-webkit-animation: bounce-to-right 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1;
	-moz-animation: bounce-to-right 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1;
	animation: bounce-to-right 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1;
}

.limespot-paginator-wrap {
	text-align: center;
	width: 100%;
	height: 20px;
	margin: 0 !important;
}

.limespot-paginator {
	display: inline-block;
	margin: 0 !important;
}

@media (max-width: 768px), (max-device-width: 1024px) {
	.limespot-paginator {
		display: none;
	}
}

.limespot-paginator-indicator-item {
	float: left;
	display: inline;
	margin: 0 3px !important;
	height: 15px;
	width: 15px;
	transition: all 500ms;
	-webkit-transition: all 500ms;
	cursor: pointer !important;
	vertical-align: middle;
}

.limespot-paginator-dot {
	height: 8px;
	width: 8px;
	display: block;
	border-radius: 4px;
	background-color: #ccc;
}

.limespot-paginator-indicator-item:only-child {
	display: none;
}

.limespot-paginator-indicator-item.ls-selected .limespot-paginator-dot {
	background-color: #555;
	cursor: default !important;
}

.limespot-paginator-indicator-item.ls-selected {
	cursor: default !important;
}

.ls-link {
	text-align:left !important;
}

/* size up product title under image */
.ls-title {
	font-size:1.2em !important;
	line-height: 1.9 !important;  
}
  
div.info {
	margin-top: 30px !important;
}

.limespot-recommendation-box-item .ls-sale-sign {
	position: absolute;
	top: 0;
	left: -15px;
	background: #e3f2fc !important;
	font-size: 15px !important;
	font-family: Futura, 'Century Gothic', AppleGothic, sans-serif !important;
	text-transform: uppercase !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) !important;
	padding: 12px 19px !important;
	text-align: center !important;
	color: #fff;
}
  
/* behave same way as in collection thumbs */ 
.ls-title, .ls-price, .ls-link:visited .ls-title, .ls-link:visited .ls-price {
	color: #084187 !important;
}
  
.ls-link:hover .ls-price { 
	color: #084187 !important;
}
  
.ls-link:hover .ls-title { 
	color: #de0000 !important;
}
  
/* box titles */ 
.ls-box-title.title {
	text-align: left !important;
}
  
.ls-original-price {
	text-decoration: line-through;
	color: #226df0;
	font-style: italic;
	text-shadow:none;
	font-weight:normal;
	font-size:1.2em !important;
}

.ls-price {
	font-weight:bold !important;
	font-size:1.2em !important;
}

.ls-image {
	margin-top: 15px !important;
}

/* in this theme, shop owner can choose alignment of price for product thumbnail */

.ls-title {
	text-align: center !important;
	display:inline-block;
}

.ls-original-price, .ls-price {
	text-align: center !important;
}

.prices {
	text-align: center !important;
}

  
/* new 'sale' class to style the sale price differently */
.ls-price.ls-sale-price, .ls-link:hover .ls-price.ls-sale-price, .ls-link:visited .ls-price.ls-sale-price {
	color: #e3f2fc !important;
}

/* modify the styling of the slider paginator links */
.limespot-paginator-wrap {
	height: 45px;
}

  
/* modify the styling of the slider paginator links */
.limespot-paginator-indicator-item {
	margin-right: 20px !important;
}
  
.limespot-paginator-dot {
	height: 6px !important;
	width: 43px !important;
	border-radius: 0 !important;
	margin-top: 10px;
}
  
.ls-selected .limespot-paginator-dot {
	background-color: #de0000 !important;
}
  
  
.prompt-top-picks-button {
	background: #b11f1f !important;
	color:  !important;
}

	.prompt-top-picks-button:hover {
		background: #1460e6 !important;
	}
   
.login-prompt-banner {
	z-index: 10000; 
}
 
.limespot-recommendation-box-item .ls-link {

	border-bottom: solid 1px #e3f2fc;

	padding-bottom: 1.3em !important;
	margin-bottom: 1em !important;
}
  
/* carousel arrows */
.ls-recommendation-box .ss-icon {
	cursor: pointer;
	color: grey;
}
  
.ls-recommendation-box .ss-icon:hover {
	color: black;
}

.ls-add-to-cart-button {
	border: thin solid #444;
	border-radius: 3px;
	padding: 6px 10px;
	display: block;
	margin: 0 10%;
	line-height: 1.5em;
	background: rgba(255, 255, 255, 0.9);
	color: black;
	text-decoration: none;
	font-size: 10pt;
	text-align: center;
	cursor: pointer;
}

.ls-add-to-cart-dropdown {
	border: thin solid #444;
	border-radius: 3px;
	font: inherit;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: rgba(255, 255, 255, 0.9);
	background-image: linear-gradient(45deg, transparent 50%, #666 50%), linear-gradient(135deg, #666 50%, transparent 50%), linear-gradient(to right, #888, #888);
	background-position: calc(100% - 15px) calc(1em + 2px), calc(100% - 10px) calc(1em + 2px), calc(100% - 2.0em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	color: black;
	display: block;
	margin: 2px 10%;
	height: 32px;
	font-size: 10pt;
}
