﻿/*---------------------------------*/
.topproducts 
{
    box-sizing: border-box;
	display: block;
    width: 100%;
    position: relative;
    padding-top: 5px;
    text-align: center;
}
.topproducts .gitem
{
    box-sizing: border-box;
    display: inline-flex;
    padding: 0;
    width: 228.3px;
    height: 228.3px;
    margin-right: 7px;
    margin-bottom: 11px;
	border-radius: 30%;
}
.topproducts .gitem:nth-child(4n+1)
{
    margin-right: 0px;
}
.topproducts .gitem a
{
	text-decoration: none;
	display: block;
	margin: 0 auto;
}
.topproducts .gitem a img
{
	display: block;
	margin: auto auto;
	vertical-align: middle;
}
@media screen and (max-width: 1000px)
{
	.topproducts .gitem:nth-child(4n+1)
	{
		margin-right: 8px;
	}
}
@media screen and (max-width: 600px)
{
	.topproducts .gitem:nth-child(4n+1)
	{
		margin-right: 8px;
	}
	.topproducts .gitem
	{
		width: 47%; /*169px; /*228.3px;*/
		border-radius: 10px;
	}
	.topproducts .gitem a img
	{
		width: 100%;
		height: auto;
	}
}
.gitem .giteminfo 
{
	display: block;
	position: absolute;
	z-index: 10;
	left: 0px;
	width: 100%;
	height: 150px;
	box-sizing: border-box;
	padding: 0px 5px 0px 5px;
	border: none 0px white;
	overflow: hidden;
}
.gitem .giteminfo .itemname 
{
	box-sizing: border-box;
    font-size: 11pt;
    color: rgba(255,255,255,0.85);
    overflow: hidden;
    height: 25px;
    border-bottom: solid 1px #fff;
    padding-bottom: 25px;
    padding-top: 1px;
    margin-bottom: 10px;
    font-weight: bolder;
}
.gitem:hover .giteminfo .itemname 
{
	font-size: 10pt;
}
.gitem .giteminfo .itemdesc
{
	box-sizing: border-box;
    font-size: 10pt;
    opacity: 1;
    color: rgba(255,255,255,0.85);
    padding-top: 10px;
}
/*---------------------------------*/
.homeslider
{
    width: 100%;
    padding: 5px;
    margin: 0 0 10px 0;
}
.homeslider .caption 
{
	color: White;
	background-color: #aaaaaa;
	font-size: 10pt;
}
.homeslider .slides .item
{
	position: relative;
	height: 215px;
	width: 215px;
	margin-left: 10px;
	border-radius: 4px;
}
.homeslider .slides .item a
{
	text-decoration: none;
}
/*---------------------------------*/
.homeslider.discount
{
	height: 430px;
}
.homeslider.discount .slides .item
{
	width: 232px;
	height: 370px;
}
.homeslider.discount .slides .item .info
{
	box-sizing: border-box;
    position: absolute;
    bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    font-size: 10pt;
    color: black;
    font-weight: normal;
    overflow: hidden;
    /* white-space: normal; */
    line-height: 1.7em;
}
.homeslider.discount .slides .item .info span
{
	font-weight: bold;
    font-size: 10.5pt;
}
.homeslider.discount .slides .item .info .productname
{
	box-sizing: border-box;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: solid 1px black;
    overflow: hidden;
    font-weight: bold;
}
.homeslider.discount .slides .item .baseprice
{
	box-sizing: border-box;
    text-align: right;
    color: #777;
    text-decoration: line-through !important;
}
.homeslider.discount .slides .item .discountprice
{
	box-sizing: border-box;
    text-align: right;
    color: #d139d7;
    text-decoration: none !important;
}
.homeslider.discount .slides .item .discountpercent
{
	box-sizing: border-box;
    text-align: right;
    color: black;
}
.homeslider.discount .slides .item .expiredate
{
	box-sizing: border-box;
    text-align: right;
    color: black;
}
/*---------------------------------*/
.homeslider.newest
{
	height: 280px;
}
.homeslider.newest .slides .item
{
	width: 232px;
	height: 230px;
}
.homeslider.newest .slides .item .info
{
	box-sizing: border-box;
    position: absolute;
    bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    font-size: 10pt;
    color: black;
    font-weight: normal;
    overflow: hidden;
    /* white-space: normal; */
    line-height: 1.7em;
}
.homeslider.newest .slides .item .info span
{
	font-weight: bold;
    font-size: 10.5pt;
}
.homeslider.newest .slides .item .info .productname
{
	box-sizing: border-box;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: solid 1px black;
    overflow: hidden;
    font-weight: bold;
}
