/* ===================================
	Product Slider
====================================== */
/* Product Slider Style 01 */
.product-slider-wrapper,
.elementor-widget-crafto-product-slider {
	height: 100%;
}
.product-slider-style-1 .swiper-slide {
	text-align: center;
	overflow: hidden;
	position: relative;
}
.product-slider-style-1 .swiper-slide .wp-post-image,
.product-slider-style-1 .swiper-slide .attachment-woocommerce_thumbnail,
.product-slider-style-1 .swiper-slide .size-woocommerce_thumbnail {
	width: 100%;
}
.product-slider-style-1 .content-wrap {
	padding: 0 15px;
	position: absolute;
	bottom: 70px;
	width: 100%;
}
.product-slider-style-1 .content-wrap .price-wrap {
	display: block;
}
.product-slider-style-1 .content-wrap .price {
	letter-spacing: -.5px;
	font-size: 18px;
	color: var( --e-global-color-secondary, #232323 );
	font-weight: 600;
}
.product-slider-style-1 .content-wrap .price ins {
	text-decoration: none;
}
.product-slider-style-1 .content-wrap .price .amount {
	margin: 0 5px;
}
.product-slider-style-1 .content-wrap .title-link {
	letter-spacing: -.5px;
	font-size: 20px;
	color: var( --e-global-color-secondary, #232323 );
	font-weight: 600;
}
.product-slider-style-1 .elementor-swiper-button span{
	font-size: 13px;
}
.product-slider-style-1.swiper .elementor-swiper-button i {
	top: -1px;
}
.product-slider-style-1 .elementor-swiper-button span.slider-custom-text-prev {
	margin-left: 3px;
}
.product-slider-style-1 .elementor-swiper-button span.slider-custom-text-next {
	margin-right: 3px;
	order: -1;
}

/* Product Slider Style 02 */
.elementor-element .swiper.product-slider-style-2 .elementor-swiper-button {
	width: auto;
	height: auto;
	display: flex;
	padding: 10px 0;
	background-color: transparent;
	border-radius: 0;
	margin-top: -35px;
	top: 50%;
	padding: 5px 10px;
	transform: rotate(-90deg);
}
.elementor-element.elementor-arrows-position-outside .swiper.product-slider-style-2 {
	width: 100%;
}
.swiper.product-slider-style-2 .elementor-swiper-button i {
	font-size: 14px;
	color: var( --e-global-color-secondary, #232323 );
	margin: 0;
	display: inline-block;
}
.swiper.product-slider-style-2 .elementor-swiper-button i + span {
	margin: 0 0 0 5px;
}
.product-slider-style-2 .elementor-swiper-button span {
	font-size: 14px;
	color: var( --e-global-color-secondary, #232323 );
	font-weight: 500;
	text-transform: uppercase;
}
.elementor-element.elementor-arrows-position-outside .swiper.product-slider-style-2 .elementor-swiper-button.elementor-swiper-button-prev {
	left: -85px;
}
.elementor-element.elementor-arrows-position-outside .swiper.product-slider-style-2 .elementor-swiper-button.elementor-swiper-button-next {
	right: -85px;
}
.elementor-element .swiper.product-slider-style-2 .elementor-swiper-button.elementor-swiper-button-next i {
	order: 2;
}
.swiper.product-slider-style-2 .elementor-swiper-button.elementor-swiper-button-next i + span {
	margin: 0 5px 0 0;
}
.product-slider-style-2 .shop-image {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	text-align: center;
}
.product-slider-style-2 .shop-image img {
	transition: all .6s cubic-bezier(.165,.84,.44,1);
	width: 100%;
}
.product-slider-style-2 .swiper-slide:hover .shop-image img {
	transform: scale(1.05);
}
.product-slider-style-2 .swiper-slide .content-wrap {
	position: static;
	text-align: center;
	padding-bottom: 10px;
}
.product-slider-style-2 .content-wrap .title-link {
	font-size: 19px;
	color: #1c1c1c;
	font-weight: 500;
}
.product-slider-style-2 .content-wrap .price del,
.product-slider-style-2 .content-wrap .price bdi {
	margin: 0 4px;
}
.product-slider-style-2 .shop-hover {
	position: absolute;
	top: 20px;
	width: auto;
	right: 12px;
	opacity: 0;
	transition-duration: .3s;
}
.product-slider-style-2 .swiper-slide:hover .shop-hover {
	opacity: 1;
	top: 20px;
}
.product-slider-style-2 .shop-hover a,
.product-slider-style-2 .shop-hover .button {
	margin: 0 5px 8px;
	height: 45px;
	width: 45px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
	transition: all 350ms cubic-bezier(.37,0,.63,1);
	color: var( --e-global-color-secondary, #232323 );
	background-color: #fff;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	display: flex;
	border-radius: 50%;
	overflow: hidden;
	transform: translateY(20px);
	opacity: 0;
	position: relative;
	font-size: 15px;
	padding: 0;
	z-index: 1;
	font-weight: 500;
	border: 0;
	line-height: 22px;
	text-transform: uppercase;
	bottom: -30%;
	left: 0;
}
.product-slider-style-2 .swiper-slide:hover .shop-hover a,
.product-slider-style-2 .swiper-slide:hover .shop-hover .button {
	transform: translateY(0);
	transition-delay: .1s;
	opacity: 1;
}
.product-slider-style-2 .shop-hover a i{
	margin: 0;
	width: 100%;
	height: 100%;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.product-slider-style-2 .shop-hover a span {
	display: none;
	color: var( --e-global-color-secondary, #232323 );
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}
.product-slider-style-2 .swiper-slide:hover .shop-hover a:nth-child(1) {
	transition-delay: 25ms;
}
.product-slider-style-2 .swiper-slide:hover .shop-hover a:nth-child(2) {
	transition-delay: 50ms;
}
.product-slider-style-2 .swiper-slide:hover .shop-hover a:nth-child(3) {
	transition-delay: 75ms;
}
.product-slider-style-2 .swiper-slide:hover .shop-hover a:nth-child(4) {
	transition-delay: 100ms;
}
.product-slider-style-2 .swiper-slide:hover .shop-hover a:nth-child(5) {
	transition-delay: 150ms;
}
.product-slider-style-2 .shop-buttons-wrap {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: calc(100% - 40px);
	text-align: center;
}
.product-slider-style-2 .shop-buttons-wrap a {
	opacity: 0;
	visibility: hidden;
	width: 100%;
	transform: translateY(10px);
	transition: all .3s ease-in-out;
	font-size: 16px;
	padding: 7px 20px 8px;
	background-color: #fff;
	color: var( --e-global-color-secondary, #232323 );
	border-radius: 4px;
	border: 2px solid transparent;
	text-transform: none;
	font-weight: 600;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-slider-style-2 .shop-buttons-wrap a.product_type_simple:not(.add_to_cart_button) i {
	position: relative;
	top: 1px;
}
.product-slider-style-2 .swiper-slide:hover .shop-buttons-wrap a {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.product-slider-style-2 .swiper-slide .shop-buttons-wrap a:hover {
	box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
}
.product-slider-style-2 .shop-buttons-wrap a i {
	margin-right: 6px;
}
.product-slider-style-2 .shop-buttons-wrap .button.added.add_to_cart_button {
	display: none;
}

/* Loader */
@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.product-slider-style-2 .swiper-slide .loading,
.product-slider-style-2 .swiper-slide .loading:hover {
	background-color: #fff;
	position: relative;
	border-color: transparent;
	opacity: 1;
	transition: all 0s ease-in-out;
}
.product-slider-style-2 .swiper-slide .loading::after {
	background: 0 0;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
	opacity: 1;
	right: inherit;
	z-index: 9;
	text-align: center;
	border: 2px solid hsla(0,0%,0%,.4);
	border-top-color: var( --e-global-color-secondary, #232323 );
	border-radius: 50%;
	width: 16px;
	height: 16px;
	animation: spin 1s linear infinite;
}
.product-slider-style-2 .swiper-slide .loading:before {
	position: absolute;
	z-index: 9;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	content: "";
}

/* Responsive CSS Here */
@media (max-width: 575px) {
	.product-slider-style-1 .content-wrap {
		bottom: 25px;
	}
}