﻿/* PRODUCTS DETAIL GROUPS V1 */

/*---------------------- MAIN PANEL -----------------*/
.S_Item_Groups_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 5px 5px 5px;
    background-color: rgba(255,255,255,1.0);
    clear: both;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Item_Groups_Body
{
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Item_Groups_Clear
{
    width: 100%;
    clear: both;
}
/*---------------------- MAIN PANEL -----------------*/


/*------------------------- KEYS --------------------*/
.S_Item_Groups_Key_L, .S_Item_Groups_Key_R
{
    position: absolute;
    display: block;
    width: 50px;
    height: 100%;
    top: 0px;
    background-color: rgba(0,0,0,0);
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.S_Item_Groups_Key_L
{
    left: 0px;
    
    background: -webkit-linear-gradient(right, rgba(255,255,255,0.6) , rgba(255,255,255,1.0));
    background: -o-linear-gradient(left, rgba(255,255,255,0.6) , rgba(255,255,255,1.0));
    background: -moz-linear-gradient(left, rgba(255,255,255,0.6) , rgba(255,255,255,1.0));
    background: linear-gradient(to left, rgba(255,255,255,0.6) , rgba(255,255,255,1.0));
    
    z-index: 200;
}
.S_Item_Groups_Key_R
{
    right: 0px;
    
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.6) , rgba(255,255,255,1.0));
    background: -o-linear-gradient(right, rgba(255,255,255,0.6) , rgba(255,255,255,1.0));
    background: -moz-linear-gradient(right, rgba(255,255,255,0.6) , rgba(255,255,255,1.0));
    background: linear-gradient(to right, rgba(255,255,255,0.6) , rgba(255,255,255,1.0));
    
    z-index: 300;
}
.S_Item_Groups_Key_Sign_Main
{
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 210;
}
.S_Item_Groups_Key_Sign
{
    position: relative;
    display: table-cell;
    width: inherit;
    height: inherit;
    font-family: 'AtrinWebSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.7em;
    color: rgba(235,0,140,0.8);
    text-align: center;
    vertical-align: middle;
}
.S_Item_Groups_Key_L:hover .S_Item_Groups_Key_Sign, .S_Item_Groups_Key_R:hover .S_Item_Groups_Key_Sign
{
    color: rgba(235,0,140,1.0);
}
/*------------------------- KEYS --------------------*/


/*---------------------- ITEM MAIN ------------------*/
.S_Item_Groups_Slide_Main
{
    position: absolute;
    display: block;
    width: auto;
    height: 100%;
    top: 0px;
    left: 50px;
    right: 50px;
    overflow: visible;
    z-index: 100;
    moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Item_Groups_Slide_Item_Main
{
    position: absolute;
    display: table;
    width: auto;
    height: auto;
    top: 0px;
    moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    z-index: 100;
    -moz-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 1.000);
	-ms-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 1.000);
	-o-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 1.000);
	-webkit-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 1.000);
	transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 1.000);
}
.S_Item_Groups_Slide_Item, .S_Item_Groups_Slide_Item_Sel
{
    position: absolute;
    display: table;
    width: 180px;
    height: auto;
    top: 0px;
    padding: 10px;
    cursor: pointer;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    z-index: 100;
}
.S_Item_Groups_Slide_Item_Pic_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    border: solid 2px #EB008C;
    border-radius: 100%;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    clear: both;
}
.S_Item_Groups_Slide_Item_Sel .S_Item_Groups_Slide_Item_Pic_Main
{
    box-shadow: 0px 0px 0px 5px rgba(235,0,140,0.15);
}
.S_Item_Groups_Slide_Item_Pic_Body
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 100.0%;
    border-radius: 100%;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    clear: both;
}
.S_Item_Groups_Slide_Item_Pic_Content
{
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border-radius: 100%;
    overflow: hidden;
    z-index: 100;
}
.S_Item_Groups_Slide_Item_Pic
{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    
    /*
    background-color: #F0F0F0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    */
    z-index: 10;

    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.S_Item_Groups_Slide_Item_Pic_File
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.S_Item_Groups_Slide_Item_Title
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 15px;
    border-bottom: solid 1px rgba(235,0,140,1.0);
    font-family: 'Peyda';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: center;
    color: #000000;
    direction: rtl;
    clear: both;
}
/*---------------------- ITEM MAIN ------------------*/





@media screen and (min-width:0px) and (max-width:800px)
{
    .S_Item_Groups_Slide_Main
    {
        left: 20px;
        right: 20px;
    }
    .S_Item_Groups_Slide_Item, .S_Item_Groups_Slide_Item_Sel
    {
        width: 100px;
    }
    .S_Item_Groups_Slide_Item_Sel .S_Item_Groups_Slide_Item_Pic_Main
    {
        box-shadow: 0px 0px 0px 2px rgba(235,0,140,0.15);
    }
    .S_Item_Groups_Slide_Item_Pic_Content
    {
        left: 5px;
        right: 5px;
        top: 5px;
        bottom: 5px;
    }
}
