/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;

}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor: move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);

}


div.artpurpose_title{
	padding: 0px 0 0;
}
#with-tovs-block,#similar-tovs-block{
	padding-top: 20px;
}
#with-tovs-block,#similar-tovs-block{
	width: 100%;
	margin: 0 auto;
	padding-top: 5px;
}
#with-tovs-block .item,#similar-tovs-block .item{
	margin: 3px;
	padding: 10px;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 1px 2px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 1px 2px 3px 0px rgba(50, 50, 50, 0.75);
}
#with-tovs-block .item a,#similar-tovs-block .item a{
	text-decoration: none;
}
#with-tovs-block div,#similar-tovs-block div{
	padding-top: 0px;

}
#with-tovs-block .item img,#similar-tovs-block .item img{
	display: block;
	width: 125px;
	height: auto;
	margin: 0 auto;
}
.size {
	white-space: nowrap; /* Отменяем перенос текста */
	overflow: hidden; /* Обрезаем содержимое */
	padding: 5px; /* Поля */

	position: relative; /* Относительное позиционирование */
}
.size::after {
	content: ''; /* Выводим элемент */
	position: absolute; /* Абсолютное позиционирование */
	right: 0; top: 0; /* Положение элемента */
	width: 40px; /* Ширина градиента*/
	height: 100%; /* Высота родителя */
	/* Градиент */
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.2), #00fffa 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2), #ffffff 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0.2), #ffffff 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.2), #ffffff 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0.2), #ffffff 100%);
}

p.size {
	top: -3px;
	position: relative;
	text-align: center;
	text-indent: 0px;
	height: 25px;
}
/*.item{border: solid 1px;}*/
p.with-header,p.similar-header {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: left;
	text-indent: 0;
	color: #747C83;
	padding: 0;
	margin: 10px 0 5px;
	border-bottom: #747C83 solid 1px;
}


.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* IE/Edge */
	user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
}