/*!
 *
 * @package Wt Product Carousel Mini Plugin
 * @author    WooCommerceThemes https://wtthemes.com
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 *
 */
.wt-product-carousel-mini * {
	box-sizing: border-box;
}
h3.wt-product-carousel-mini-title {
    font-size: 1.5rem;
    padding: 0;
    margin: 0 0 2rem;
}
.wt-product-carousel-mini-more-url {
	text-align: center;
	margin-top: 1rem;
}
.wt-product-carousel-mini-nav {
	white-space: nowrap;
}
span.wt-carouselarrow {
	display: inline-block !important;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	transition: .15s ease;
	-webkit-transition: .15s ease;
}
span.wt-carouselarrow > span {
	line-height: 1;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}
.wt-product-carousel-mini-header-more-products a:hover {
	text-decoration: underline;
}

.wt-product-carousel-mini-items .wtslider-slide,
.wt-product-carousel-mini-items .wtproductcarouselmini-slide {
	height: auto;
	padding: 8px 0;
}
.wt-product-carousel-mini-items .wtslider-slide > div,
.wt-product-carousel-mini-items .wtproductcarouselmini-slide > div {
	height: 100%;
}
.wt-product-carousel-mini-items .wtslider-track,
.wt-product-carousel-mini-items .wtproductcarouselmini-track {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 0;
}

.wt-product-carousel-mini-wrapper {
	position: relative;
}
.wt-product-carousel-mini-item {
	height: 100%;
	cursor: ew-resize;
}
.wt-product-carousel-mini-item-wrapper {
	position: relative;
	height: 100%;
	cursor: default;
	-webkit-transition: box-shadow 0.3s, border 0.3s;
    -moz-transition: box-shadow 0.3s, border 0.3s;
    transition: box-shadow 0.3s, border 0.3s;
}
.wt-product-carousel-mini-item-wrapper a {
	display: block;
}

.wt-product-carousel-mini-wrapper .wt-product-carousel-mini-nav {
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
}
.wt-product-carousel-mini-wrapper .wt-carouselarrow {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	z-index: 1;
}
.wt-product-carousel-mini-wrapper .wt-carouselarrow-prev {
	left: 0;
}
.wt-product-carousel-mini-wrapper .wt-carouselarrow-next {
	right: 0;
}
.wt-product-carousel-mini-wrapper span.wt-carouselarrow {
	width: 40px;
	height: 40px;
}
.wt-product-carousel-mini-wrapper span.wt-carouselarrow svg {
	height: 18px;
}
.wt-icon-adj .wt-product-carousel-mini-wrapper span.wt-carouselarrow-prev svg {
	margin-left: -3px;
}
.wt-icon-adj .wt-product-carousel-mini-wrapper span.wt-carouselarrow-next svg {
	margin-left: 4px;
}

/** Product image */
.wt-product-carousel-mini-image {
	position: relative;
	overflow: hidden;
}
.zoomimg .wt-product-carousel-mini-image img {
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.25s ease;
    -moz-transition: -moz-transform 0.25s ease;
    transition: transform 0.25s ease;
}

.zoomimg .wt-product-carousel-mini-item-wrapper:hover .wt-product-carousel-mini-image img {
	-webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.wt-product-carousel-mini-image img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-shadow: none;
}
.wt-product-carousel-mini-badge {
	position: absolute;
	top: 1rem;
	right: 1rem;
	white-space: nowrap;
	display: inline-block;
    line-height: 1;
    vertical-align: baseline;
    margin: 0;
    padding: .5rem .833rem;
    color: #ffffff;
    text-transform: none;
    font-weight: 700;
    border-radius: .28571429rem;
	font-size: 0.75rem;
}
@media only all and (max-width: 767px) {
	.wt-product-carousel-mini-badge {
		font-size: 0.675rem;
		padding: 0.25rem 0.375rem;
		top: 0.4rem;
		right: 0.4rem;
	}
}

.wt-product-carousel-mini-outofstock {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -30px;
	height: 60px;
	line-height: 60px;
	font-size: 1rem;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	background: rgba(255, 255, 255, 0.9);
	color: #000000;
}

.wt-product-carousel-mini-item h2.wt-product-carousel-mini-product-name {
	margin: 0 0 0.625rem;
	text-decoration: none;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.wt-product-carousel-mini-item h2.wt-product-carousel-mini-product-name.min {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@supports (-webkit-line-clamp: 2) {
	.wt-product-carousel-mini-item h2.wt-product-carousel-mini-product-name.min {
		white-space: initial !important;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
.wt-product-carousel-mini-item h2.wt-product-carousel-mini-product-name.top {
	margin: 0 0 0.625rem;
}
.wt-product-carousel-mini-content {
	margin-top: 0.625rem;
}

.wt-addtocart-default .wt-product-carousel-mini-cart {
	padding-top: 1rem;
}

.wt-product-carousel-mini-cart a {
	margin: 0 !important;
	letter-spacing: normal !important;
	font-weight: 400 !important;
	font-size: 0.875rem !important;
	margin: 0 !important;
	line-height: 1 !important;
	padding: .618em 1em !important;
}
.wt-product-carousel-mini-cart a.add_to_cart_button.loading {
	opacity: 1 !important;
	padding-right: 2.618em !important;
}
.wt-product-carousel-mini-cart a.add_to_cart_button.loading:after {
	font-family: inherit;
	content: "";
	background-image: url('addtocart-spinner.svg');
	background-size: 14px 14px;
	height: 14px;
	width: 14px;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	position: absolute;
	top: auto;
	bottom: auto;
	left: auto;
	right: 1em;
	vertical-align: middle;
}
.wt-product-carousel-mini-cart a.add_to_cart_button.added {
	display: none !important;
}
.wt-product-carousel-mini-cart a.added_to_cart.wc-forward:before {
	font-family: WooCommerce;
    content: "\e017";
    margin-right: 0.5rem;
    vertical-align: bottom;
}
.wt-align-center .wt-product-carousel-mini-item {
	text-align: center;
}
.wt-align-center .wt-product-carousel-mini-image img {
	margin: 0 auto;
}
.wt-align-center .wt-product-carousel-mini-rating .star-rating {
	margin: 0 auto;
	float: none;
}
.wt-align-left .wt-product-carousel-mini-item {
	text-align: left;
}
.wt-align-left .wt-product-carousel-mini-rating .star-rating {
	margin: 0;
}
.wt-product-carousel-mini-rating {
	margin: 0 0 0.625rem;
}
.wt-product-carousel-mini-price ins {
	border: 0;
	text-decoration: none;
}

/** Add to cart button styles*/
.wt-product-carousel-mini-content > .wt-product-carousel-mini-cart {
	padding: 0.625rem 0;
}

@media only all and (min-width: 960px) {
	.wt-addtocart-img_left_bottom .wt-product-carousel-mini-cart {
		position: absolute;
		left: 1rem;
		bottom: 1rem;
		z-index: 1;
		margin: 0 !important;
	}
	.wt-addtocart-img_left_bottom_hover .wt-product-carousel-mini-cart {
		position: absolute;
		bottom: 1rem;
		left: 1rem;
		z-index: 1;
		margin: 0 !important;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate(0, 100%);
		-moz-transform: translate(0, 100%);
		-ms-transform: translate(0, 100%);
		-o-transform: translate(0, 100%);
		transform: translate(0, 100%);
		-webkit-transition: 0.3s ease 0s;
		-moz-transition: 0.3s ease 0s;
		transition: 0.3s ease 0s;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.wt-addtocart-img_left_bottom_hover .wt-product-carousel-mini-item-wrapper:hover .wt-product-carousel-mini-cart,
	.wt-addtocart-img_center_hover .wt-product-carousel-mini-item-wrapper:hover .wt-product-carousel-mini-cart,
	.wt-addtocart-img_bottom_full_hover .wt-product-carousel-mini-item-wrapper:hover .wt-product-carousel-mini-cart {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.wt-addtocart-img_center_hover .wt-product-carousel-mini-cart {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
		margin: 0 !important;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-moz-box-align: center;
		box-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		box-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate(0, 2rem);
		-moz-transform: translate(0, 2rem);
		-ms-transform: translate(0, 2rem);
		-o-transform: translate(0, 2rem);
		transform: translate(0, 2rem);
		-webkit-transition: 0.3s ease 0s;
		-moz-transition: 0.3s ease 0s;
		transition: 0.3s ease 0s;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.wt-addtocart-img_center_hover .wt-product-carousel-mini-cart a {
		border-radius: 0 !important;
		font-size: 1rem !important;
		padding: 1rem 2rem !important;
	}

	.wt-addtocart-img_bottom_full_hover .wt-product-carousel-mini-image img {
		width: 100%;
	}
	.wt-addtocart-img_bottom_full_hover .wt-product-carousel-mini-cart {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
		margin: 0 !important;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate(0, 100%);
		-moz-transform: translate(0, 100%);
		-ms-transform: translate(0, 100%);
		-o-transform: translate(0, 100%);
		transform: translate(0, 100%);
		-webkit-transition: 0.3s ease 0s;
		-moz-transition: 0.3s ease 0s;
		transition: 0.3s ease 0s;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.wt-addtocart-img_bottom_full_hover .wt-product-carousel-mini-cart a {
		width: 100%;
		display: block;
		border-radius: 0 !important;
		text-transform: uppercase;
		padding: 1rem !important;
		text-align: center;
		font-weight: 600;
	}
}

@media only all and (max-width: 959px) {
	.wt-product-carousel-mini-image > .wt-product-carousel-mini-cart {
		padding: 0.625rem 0;
	}
}

.wt-product-carousel-mini-cart p.add_to_cart_inline {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.wt-product-carousel-mini-items.wtslider:not(.wtslider-initialized),
.wt-product-carousel-mini-items.wtproductcarouselmini:not(.wtproductcarouselmini-initialized) {
	position: relative;
	display: block;
	overflow: hidden;
	white-space: nowrap;
}
ul.wt-product-carousel-mini-dots {
	display: block;
	margin: 0;
    padding: 20px 0 0;
    list-style: none;
    text-align: center;
}
ul.wt-product-carousel-mini-dots li {
	display: inline-block;
    width: 18px;
    text-align: center;
    margin: 5px 0 !important;
	padding: 0 !important;
}
ul.wt-product-carousel-mini-dots li button {
	cursor: pointer;
	margin: 0 auto;
    padding: 0;
    font-size: 0;
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 50%;
    -webkit-transition: .15s ease;
    transition: .15s ease;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}