﻿/*---------------------------------*/
.groupdesc
{
    box-sizing: border-box;
    position: relative;
    margin: 6px;
    padding: 0 15px 20px 15px;
    border: solid 1px #dedede;
    height: 80px;
    overflow: hidden;
    text-align: center;
    transition: all .5s ease;
}
.groupdesc .slider
{
	/*content: '...';*/
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background-color: white;
    line-height: 10px;
    padding: 0 0 0 15px;
    font-size: 15pt;
    cursor: pointer;
    opacity: 0.8;
    z-index: 1;
    color: black;
}
.groupdesc .desc, .groupdesc .desc p, .groupdesc .desc span
{
	line-height: 2em !important;
	font-family: Yekan, Tahoma !important;
}
.groupvideo 
{
	
}
/*---------------------------------*/
.groupproducts 
{
	display: block;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}
@media screen and (min-width: 1001px) {
	.groupproducts.recommands
	{
		/*position: absolute;
		bottom: 0px;*/
		text-align: center
	}
}
@media screen and (max-width: 1000px) {
	.groupproducts, .groupitems{
		text-align: center !important;
		/*margin: 15px 20px 30px 20px !important;*/
	}
	.groupitems .caption
	{
		margin: 20px -7px 20px 0 !important;
	}
}
.groupproducts .pitem
{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 0;
	border: solid 1px #dedede;
	width: 231px;
	height: 300px;
	margin-bottom: 5px;
	overflow: hidden;
    border-radius: 10px;
}
.groupproducts .pitem a
{
	text-decoration: none;
	display: block;
	margin: 0 auto;
	width: 229px;
	height: 229px;
}
.groupproducts .pitem a img
{
	display: block;
	margin: auto auto;
	vertical-align: middle;
}

.groupproducts .pitem:hover
{
	animation-name: itemhoveranim;
    animation-duration: 0.2s;
    box-shadow: 2px 2px 20px rgba(6,47,53,0.5);
}
@keyframes itemhoveranim {
    0% { transform: scale(1,1); z-index: 0 }
    50% { transform: scale(1.1,1.1); z-index: 1 }
    100% { transform: scale(1,1); z-index: 0 }
}

/*--------*/
.pitem .piteminfo
{
	box-sizing: border-box;
    display: block;
    width: 100%;
    height: 66px;
    color: #737373;
    position: absolute;
    vertical-align: bottom;
    bottom: 3px;
}
.pitem .piteminfo > *
{
	box-sizing: border-box;
	height: 20px;
	line-height: 20px;
	background-color: #f5f5f6;
	border-top: solid 1px #ebeced;
	font-weight: bold;
}
.pitem .piteminfo .itemname 
{
	display: inline-block;
    width: 100%;
    font-size: 9pt;
    font-weight: bold;
    overflow: hidden;
    border-bottom: solid 1px #ebeced;
    text-align: center;
    height: 24px;
}
.pitem .piteminfo .itemcode, .pitem .piteminfo .itemprice, 
.pitem .piteminfo .itemtiraj, .pitem .piteminfo .itemprint,
.pitem .piteminfo .itempriceclick, .pitem .piteminfo .itemcompare
{
	font-size: 9pt;
	display: inline-block;
	overflow: hidden;
	width: 113px;
	position: absolute;
	bottom: -2px;
	text-align: center;
}
.pitem .piteminfo .itemcode
{
	bottom: 20px;
	right: 0px;
}
.pitem .piteminfo .itemprice
{
	right: 0px;
	width: 100%;
}
.pitem .piteminfo .itemtiraj
{
	bottom: 20px;
	left: 0px;
}
.pitem .piteminfo .itemprint
{
	left: 0px;
}
.pitem .piteminfo .vseparator
{
	display: inline-block;
	width: 3px;
	background: linear-gradient(to bottom, #bcbcbc, #ffffff, #bcbcbc);
	margin: 0 auto;	
}
.pitem .piteminfo .itempriceclick
{
	bottom: -1px;
    left: 0px;
    width: 100%;
    color: #d139d7;
    display: inline-block;
    font-size: 8pt;
    overflow: hidden;
    border-top: solid 1px #ebeced;
    border-bottom: solid 1px #ebeced;
    text-align: center;
    height: 19px;
    line-height: 16px;
}
.pitem .itemcompare
{
	position: absolute;
    opacity: 0;
    top: 3px;
    right: 3px;
    width: 70px;
    height: 23px;
    color: #662d91;
    display: inline-block;
    font-size: 9pt;
    font-weight: bold;
    overflow: hidden;
    border: solid 1px #ebeced;
    text-align: center;
    cursor: default;
    line-height: 20px;
    background-color: #f5f6f7;
    padding: 0 13px 0 0;
    box-sizing: border-box;
    transition: all .5s ease;
}
@media screen and (max-width: 1000px) {
	.pitem .itemcompare 
	{
		display: none !important;
	}
}
.pitem:hover .itemcompare 
{
	opacity: 1;
}
.pitem .itemcompare.checked
{
	opacity: 1;
}
.pitem .itemcompare .comparecheck:before
{
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 15px;
    height: 15px;
	background-image: url(/images/compare_check.png);
    background-position: -1px -1px;
    background-color: #fff;
    border: 1px solid #d4dbde;
}
.pitem .itemcompare.checked .comparecheck:before
{
	background-color: #662d91;
    border: 1px solid transparent;
}
/*---------------------------------*/
#divBanner 
{
    box-sizing: border-box;
	position: relative;
	text-align: center;
    padding-bottom: 10px;
}
#divBanner .banneritem
{
    box-sizing: border-box;
	display: block;
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
	display: inline-flex;
}
#divBanner .banneritem .desc
{
	position: absolute;
    display: block;
    box-sizing: border-box;
    top: 0px;
    right: 0px;
    /*width: 100%;
    height: 100%;*/
    /*border: solid 1px red;*/
    padding: 5px;
    font-size: 11pt;
    text-align: justify;
    direction: rtl;
}
#divBanner .groupbanner
{
	display: inline-block;
	margin: 0 auto;
}
@media screen and (max-width: 1000px) {
	#divBanner 
	{
		width: 100%;
	}
	#divBanner .groupbanner
	{
		width: 100%;
	}
}
/*---------------------------------*/
.productinfo
{
    box-sizing: border-box;
	text-align: center;
    border-top: solid 1px #bcbcbc;
    position: relative;
    margin-bottom: 10px;
}
/*---------------------------------*/
.productimage
{
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
    position: relative;
    width: 100%;
    padding-right: 337px;
    border-bottom: solid 1px #bcbcbc;
}
@media screen and (min-width: 1000px) {
	.productimage
	{
		height: 512px;
	}
}
@media screen and (max-width: 1000px) {
	.productimage
	{
		display: inline-block;
		text-align: center;
		padding-right: 0px;
		min-height: 350px;
		max-width: 600px;
	}
	.productimage img
	{
		position: relative;
		left: 0px;
		width: 100%;
	}
}
/*---------------------------------*/
.otherpics
{
    width: 100%;
	height: 150px;
    padding: 10px;
    text-align: left;
    /*
	border-top: solid 1px #bcbcbc;
    border-bottom: solid 1px #bcbcbc;
	*/
	z-index: 1;
    background-color: #ffffff;
}
@media screen and (max-width: 1000px) {
	.otherpics
	{
		text-align: center;
	}
}
.otherpics .thumbitem 
{
    padding: 0;
    border: solid 1px #dedede;
    width: 110px;
    height: 110px;
    margin-left: 5px;
}
.otherpics .thumbitem img, .otherpics .thumbitem input[type=image]
{
	display: block;
	margin: auto auto;
	vertical-align: middle;
	width: 100px;
    height: 100px;
}
.otherpics .slides .item
{
	height: 110px;
}
/*---------------------------------*/
.printinfo
{
	display: inline-block;
	box-sizing: border-box;
	border: double 5px #ffffff;
	border-radius: 5px;
	background-color: #EDEDEF;
	margin: 10px;
	padding: 10px;
	font-size: 12pt;
	width: 95%;
}
.printinfo .highlight
{
	color: #d139d7;
}
/*---------------------------------*/
.productcomments
{
	display: inline-block;
	box-sizing: border-box;
	border: double 5px #ffffff;
	border-radius: 5px;
	background-color: #EDEDEF;
	margin: 10px;
	padding: 10px;
	font-size: 10pt;
	width: 95%;
	text-align: justify;
}
@media screen and (max-width: 1000px) {
	.productcomments
	{
		font-size: 13pt;
	}
}
/*---------------------------------*/
.producttext
{
    display: inline-block;
    box-sizing: border-box;
    padding: 10px;
    width: 95%;
	text-align: initial;
	overflow-x: auto;
}
@media screen and (max-width: 1000px) {
	..producttext
	{
		
	}
}
/*---------------------------------*/
.recommands .title, .videolist .title
{
	width: 100%;
    text-align: right;
    font-size: 12pt;
    background-color: #8c759e;
    color: rgba(255,255,255,0.75);
    font-weight: bold;
    height: 45px;
    line-height: 37px;
    box-sizing: border-box;
    padding-right: 10px;
    margin-bottom: 5px;
    border: double 3px;
    border-radius: 9px;
}
/*---------------------------------*/
.videolist
{
}
.videolist .videoitem
{
	border-bottom: solid 2px #9e9d9e;
    margin-bottom: 10px;
    padding-bottom: 5px;
    box-shadow: 1px 1px 1px #eaeaea;
}
.videolist .videoitem video
{
	width: auto;
}

/*-----------------------------------*/
.groupitems
{
	box-sizing: border-box;
    margin: 15px 100px 30px 50px;
    font-size: 11pt;
    text-align: right
}
.groupitems .caption
{
	text-align: right;
    color: #d139d7;
    font-weight: bold;
    margin: 20px -87px 20px 0;
}
.groupitems a
{
	text-decoration: none;
    color: #662d91;
    width: 100%;
    height: 100%;
}
.groupitems a .groupitem
{
	position: relative;
	box-sizing: border-box;
    display: block;
    border: solid 1px #dedede;
    padding: 0 0 0 20px;
    margin: 0px 0px 10px 5px;
    border-radius: 5px;
    text-align: left;
	height: 90px;
	overflow: hidden;
}
.groupitems a .groupitem.itemcenter
{
    text-align: center !important;
}
.groupitems a .groupitem:before
{
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.groupitems .groupitem .groupname, .groupitems .groupitem img
{
	display: inline-block;
    vertical-align: middle;
}
.groupitems .groupitem .groupname
{
	display: inline-block;
	vertical-align: middle;
}
.groupitems .groupitem img
{
	position: absolute;
	top: 0;
    right: 0;
    z-index: -1;
}
/*-----------------------------------*/
.datapager
{
    direction: ltr;
}
.datapager a, .datapager cp
{
    display: inline-block;
    border: solid 1px #dedede;
    width: 25px;
    height: 22px;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    color: #464444
}
.datapager > span
{
    color: #464444
}
.datapager cp
{
	background-color: #662d91;
	color: white;
	cursor: default;
}
/*-----------------------------------*/
