.skLongList
{
	text-align: center;
}
.skLongList .skLongName
{
	margin-top: 0;
}
.skLongList h2.skLongName a
{
	display: block;
	font-size: 18px;
	color: #000000;
	line-height: 25px;
	font-weight: normal;
	padding: 0 4px;
}
.skLongList .skLongImg
{
	position: relative;
	padding: 0 10px;
}
.skLongList .skLongImg a
{
	display: block;
	position: relative;
	padding-bottom: 100%;
}
.skLongList .skLongImg a img,
.skLongSizesImages a img
{
	max-width: 100%;
	max-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	position: absolute;
    -webkit-transition: 1.4s ease;
    -o-transition: 1.4s ease;
    transition: 1.4s ease;
    height: auto;
}
.skLongSizesImages a
{
	border: 2px solid white;
	width: 50px;
	position: relative;
	height: 50px;
	display: inline-block;
}
.skLongSizesImages .hidden
{
	display: none;
}
.skLongSizesImages a.active,
.skLongSizesImages a:hover
{
	border: 2px solid #FF3399;
    -webkit-transition: 1.4s ease;
    -o-transition: 1.4s ease;
    transition: 1.4s ease;
}
.skLongList .skLongReview {
	min-height: 10px;
}
.skLongSizesSizes
{
	position: relative;
	height: 30px;
}
.skLongSizesSizes .text-muted
{
    text-decoration: line-through;
    color: #d9d9d9;
}
.skLongSizesSizes > div
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}
.skLongSizesSizes > div.active
{
	opacity: 1;
}
.skLongProductHidden
{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: white;
	width: 100%;
    -webkit-transition: 4s ease;
    -o-transition: 4s ease;
    transition: 4s ease;
	z-index: 3;
	border-top: 3px solid #000000;
	padding-top: 6px;
	-webkit-box-shadow:inset 0 -4px 9px 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 -4px 9px 1px rgba(0,0,0,0.1);
}
.skLongProductHidden.noBorder
{
	border: none;
}
.skLongProduct
{
	position: relative;
	padding-top: 10px;
}
.skLongProduct:hover
{
	-webkit-box-shadow:inset 0 3px 9px 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 3px 9px 1px rgba(0,0,0,0.1);
}
.skLongProduct:hover .skLongProductHidden
{
	display: block;
}
.skShowAllColors
{
	font-weight: bold;
	color: #FF3399;
}
.skLongSpecialPrice
{
	font-size: 24px;
	font-weight: bold;
	color: red;
	padding-left: 5px;
}
.skLongOldPrice
{
	font-size: 16px;
	color: #b3b3b3;
	font-weight: normal;
	padding-right: 5px;
	text-decoration: line-through;
}
.skLongCatPrice {
	font-size: 16px;
	text-decoration: line-through;
}
.skLongPrice
{
	font-weight: bold;
	font-size: 24px;
	color:#000000;
}
