/*
This file is part of a project by YOUHEY Communication AG.
Unless otherwise stated, all rights are held by the creator.
*/
/* 
    Created on : 15.05.2018, 11:36:47
    Author     : Kilian Frey <kilian.frey@youhey.ch>
*/

.tx-shop-slider {
	height: 360px;
}

.tx_shop_slider {
	width: 100%;
}

.tx_shop_slider-control {
	background-color: #eee;
	border-radius: 6px;
	cursor: pointer;
	margin: 0 15px;
	position: relative;
	width: 60px;
	display: none;
}
.container-wrap.background .tx_shop_slider-control {
	background-color: #b1b1b1;
}

.tx_shop_slider-control img {
	height: 40px;
	left: calc(50% - 15px);
	position: relative;
	/* top: calc(50% - 20px); */
	top: 160px;
	width: 30px;
}

.tx_shop_slider-bg {
}

.tx_shop_slider-control-left {
}

.tx_shop_slider-control-right {
}

.tx_shop_slider.owl-carousel {
	margin-bottom: 0;
}

.tx_shop_slider--item,
.tx_shop_slider--itemSingle {
	height: 360px;
	padding: 0 10px;
	width: 200px;
}

.tx_shop_slider--itemSingle {
  width: 180px;
  margin: 0 auto;
}

.tx_shop_slider--item h3,
.tx_shop_slider--itemSingle h3 {
	margin-bottom: 0;
}

.tx_shop_slider--item a,
.tx_shop_slider--itemSingle a {
	color: inherit;
	text-decoration: none;
}

.tx_shop_slider--item--image,
.tx_shop_slider--itemSingle--image {
	align-items: center;
	display: flex;
	height: 292px;
	margin-bottom: 10px;
	/*padding: 0 10px;*/
}

.tx_shop_slider--itemSingle--image {
	height: auto;
}

.tx_shop_slider .tx_shop_slider--item--image img {
	max-height: 290px;
	width: auto;
}

.tx_shop_slider .owl-carousel .owl-item img {
	width: unset;
}

.tx_shop_slider--item--price,
.tx_shop_slider--itemSingle--price {
	color: #f00;
	font-size: 1.3rem;
	font-weight: bold;
}

.tx_shop_slider--item--price .currency,
.tx_shop_slider--itemSingle--price .currency {
	font-size: 0.9rem;
	font-weight: normal;
}

.tx_shop_slider--item--title h3,
.tx_shop_slider--itemSingle--title h3 {
	font-size: 1.1rem;
}

@media(min-width: 768px) {
	.tx_shop_slider {
		width: calc(100% - 180px);
	}
	
	.tx_shop_slider-control {
		display: block;
	}
}
