/** Related Products **/
.xt_woofc-sp{

	border-top: 1px solid #eaeaea;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top:-1px;
	opacity: 0;
	transition: opacity 0.3s;

	&.xt_woofc-sp-empty{
		display:none;
	}

	.xt_woofc-empty &,
	.xt_woofc-loading &{
		opacity: 0!important;
	}

	.xt_woofc-sp-title{
		display: block;
		margin-bottom: 20px;
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		color: $color-1;
		font-family: sans-serif;
	}

	li.xt_woofc-sp-item{
		text-align: center;
	}

	.xt_woofc-sp-item-wrap {
		display: inline-flex;
		border: 1px solid #eaeaea;
		border-radius:3px;
		padding: 10px;
		width: 70%;
		align-items: center;
		max-width: 400px;

		.xt_woofc-narrow-cart &{
			width: 55%;
			display: block;
			margin: 0 auto;
			padding: 15px;
		}
	}

	.xt_woofc-sp-left-area {
		width: 30%;
		min-width: 80px;
		display: inline-block;
		padding-right: 10px;
		height: 100%;

		.xt_woofc-narrow-cart &{
			width: 100%;
			display: block;
			overflow: hidden;
			margin-bottom: 15px;
			padding-right: 0;
		}

		.xt_woofc-product-image {
			width: 100%;
			max-height: inherit;

			.xt_woofc-narrow-cart &{

				max-width: 90px;
				max-height: 90px;
				margin: 0 auto;
				float: none;

				img{
					width: 90px;
				}
			}
		}

	}

	.xt_woofc-sp-right-area{
		display: inline-block;
		padding-left: 10px;
		text-align: left;
		height: 100%;

		.xt_woofc-narrow-cart &{
			width:100%;
			display: block;
			padding-left: 0;
			text-align: center;
		}

		> * {
			font-size: 14px;
			display: table;
		}

		span.price{
			display: table;
			margin-bottom: 10px;
			font-size: 14px;

			.xt_woofc-narrow-cart & {
				margin: 0 auto 5px;
			}
		}

		a.button{

			display:none!important;

			&.add_to_cart_button,
			&.xt_wooqv-trigger{
				display:inline-block!important;
				font-size: 12px;
				margin-top: 5px !important;
				margin-right: 5px !important;
				margin-bottom: 0!important;
				padding: 8px 10px!important;

				&.loading {
					padding: 8px 30px 8px 8px!important;
				}

			}

		}
	}

	.xt_woofc-sp-product-title{
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		font-weight: 600;
		margin-bottom:5px;
		line-height: 1.3;

		a {
			color: $color-1;

			.xt_woofc-no-touchevents &:hover,
			.xt_woofc-touchevents &:focus {
				text-decoration: none;
				color: $color-2;
			}
		}
	}

	.lSSlideOuter .lSPager.lSpg{
		margin-top: 20px!important;
	}

	.lSAction {
		font-size:20px;
		> a{
			background-image: none;
			transform: translateY(-50%);
			margin-top: 0;
			height: inherit;
			width: inherit;
			transition: color 0.3s;
		}
		> .lSNext{
			right: 4%;
			.xt_woofc-sp-arrow-icon:before {
				transform: rotate(180deg);
			}
		}
		> .lSPrev{
			left: 4%;
		}
	}

}