﻿/* PRODUCTS DETAIL */

/*---------------------- MAIN PANEL -----------------*/
.S_Products_Detail_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 1500px;
    background-color: #FFFFFF;
    border-radius: 10px;
    -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_Products_Detail_Info_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    -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_Products_Detail_Slice_L, .S_Products_Detail_Slice_R
{
    position: relative;
    display: block;
    height: auto;
    padding: 20px;
    -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_Products_Detail_Slice_L {
    float: left;
    width: 50%;
}
.S_Products_Detail_Slice_R {
    float: right;
    width: 40%;
}
.S_Products_Detail_Sep_20, .S_Products_Detail_Sep_50
{
    position: relative;
    display: block;
    width: 100%;
    clear: both;
}
.S_Products_Detail_Sep_20
{
    height: 20px;
}
.S_Products_Detail_Sep_50
{
    height: 50px;
}
.S_Products_Detail_Clear
{
    width: 100%;
    clear: both;
}
/*---------------------- MAIN PANEL -----------------*/


/*------------------------- MAPS --------------------*/
.S_Products_Detail_Maps_Item
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
    padding: 5px 5px 5px 5px;
    background-color: rgba(240,240,240,0.1);
    border-radius: 4px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.85em;
    text-align: right;
    color: #787878;
    direction: rtl;
    -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_Products_Detail_Maps_Item_Sep
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
    padding: 5px 5px 5px 5px;
    font-family: 'AtrinWebSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.2em;
    font-variant: normal;
    text-transform: none;
    color: #CCCCCC;
}
.S_Products_Detail_Maps_Item:hover {
    background-color: rgba(240,240,240,1.0);
    color: #FF324B;
}
/*------------------------- MAPS --------------------*/


/*------------------- PRODUCT PICTURE ---------------*/
.S_Products_Detail_Pic_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 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;
}
.S_Products_Detail_Pic
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 600px;
    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_Products_Detail_Slice_L .S_Products_Detail_Pic
{
    float: right;
}
.S_Products_Detail_Slice_R .S_Products_Detail_Pic
{
    float: left;
}
/*------------------- PRODUCT PICTURE ---------------*/


/*--------------------- DESCRIPTION -----------------*/
.S_Products_Detail_Desc_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 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;
}
.S_Products_Detail_Desc_Body
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 600px;
    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_Products_Detail_Slice_L .S_Products_Detail_Desc_Body
{
    float: right;
}
.S_Products_Detail_Slice_R .S_Products_Detail_Desc_Body
{
    float: left;
}

.S_Products_Detail_Desc_Item
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    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_Products_Detail_Desc_Title_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 5px;
    border-bottom: solid 1px rgba(90,90,90,1.0);
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: bold;
    font-size: 1.4em;
    text-align: right;
    color: #000000;
    direction: rtl;
    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_Products_Detail_Desc_Sign {
    position: relative;
    display: table;
    width: auto;
    height: auto;
    font-family: 'AtrinWebSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 2.0em;
    font-variant: normal;
    text-transform: none;
    cursor: pointer;
    color: #555555;
}
.S_Products_Detail_Desc_Title_Other
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 5px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: bold;
    font-size: 1.0em;
    text-align: right;
    color: #000000;
    direction: rtl;
    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_Products_Detail_Desc_Text
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: right;
    color: #787878;
    direction: rtl;
    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_Products_Detail_Desc_Text_Bullet
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-right: 15px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: right;
    color: #787878;
    direction: rtl;
    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_Products_Detail_Desc_Text_Bullet:before
{
    position: absolute;
    display: table;
    width: auto;
    height: auto;
    right: 0px;
    top: 0px;
    font-family: 'AtrinWebSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.3em;
    font-variant: normal;
    text-transform: none;
    direction: rtl;
    color: #AAAAAA;
    content: '\E820';
}
.S_Products_Detail_Desc_File {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 3px 25px 3px 5px;
    margin-bottom: 2px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: bold;
    font-size: 0.9em;
    text-align: right;
    text-decoration: none;
    color: rgba(0,0,0,0.6);
    direction: rtl;
    cursor: pointer;
    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;
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    -ms-transition: all 0.3s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    -o-transition: all 0.3s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    -webkit-transition: all 0.3s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    transition: all 0.3s cubic-bezier(0.000, 0.580, 0.320, 0.995);
}
.S_Products_Detail_Desc_File:hover {
    padding: 3px 30px 3px 5px;
    color: rgba(0,0,0,1.0);
}
.S_Products_Detail_Desc_File:before {
    position: absolute;
    display: table;
    width: auto;
    height: auto;
    right: 0px;
    top: 0px;
    font-family: 'AtrinWebSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.8em;
    font-variant: normal;
    text-transform: none;
    direction: rtl;
    color: #0078FF;
    content: '\E823';
}
.S_Products_Detail_Desc_Facilities
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    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_Products_Detail_Desc_Facilities_Pic_Main
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
    margin-left: 10px;
}
.S_Products_Detail_Desc_Facilities_Pic_File
{
    width: auto;
    height: auto;
    max-width: 40px;
    max-height: 40px;
}
.S_Products_Detail_Desc_Features
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    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_Products_Detail_Desc_Features_Pic_Main
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
    margin-left: 10px;
}
.S_Products_Detail_Desc_Features_Pic_File
{
    width: auto;
    height: auto;
    max-width: 40px;
    max-height: 40px;
}
.S_Products_Detail_Desc_Colors
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    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_Products_Detail_Desc_Colors_Pic_Main, .S_Products_Detail_Desc_Colors_Pic_Main_Sel {
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
    margin-left: 10px;
    border-radius: 100%;
}
.S_Products_Detail_Desc_Colors_Pic_Main_Sel
{
    box-shadow: 0px 0px 0px 3px rgba(235,0,140,1.0);
}
.S_Products_Detail_Desc_Colors_Pic_File {
    width: auto;
    height: auto;
    max-width: 30px;
    max-height: 30px;
}
.S_Products_Detail_Desc_Colors_Pic_Over {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.0);
    z-index: 20;
}
.S_Products_Detail_Desc_Colors_Pic_Over_Sign {
    position: relative;
    display: table-cell;
    width: inherit;
    height: inherit;
    font-family: 'AtrinWebSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.1em;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    color: rgba(235,0,140,1.0);
    text-shadow: 0px 0px 5px rgba(255,255,255,1.0);
}



.S_Products_Detail_Desc_Other_Products_Item_Main, .S_Products_Detail_Desc_Other_Products_Item_Main_Sel
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
    margin: 5px;
    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_Products_Detail_Desc_Other_Products_Item
{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    -moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.S_Products_Detail_Desc_Other_Products_Pic_Main
{
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    left: 0px;
    top: 0px;
    border-radius: 25px;
    overflow: hidden;
    z-index: 10;
}
.S_Products_Detail_Desc_Other_Products_Pic_File
{
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 150%;
    max-height: 150%;
    left: 50%;
    top: 50%;
    z-index: 10;

    -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_Products_Detail_Desc_Other_Products_Pic_Over
{
    position: absolute;
    display: table;
    width: inherit;
    height: inherit;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.5);
    z-index: 20;
}
.S_Products_Detail_Desc_Other_Products_Pic_Over_Sign
{
    position: relative;
    display: table-cell;
    width: inherit;
    height: inherit;
    font-family: 'AtrinWebSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.3em;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    color: #FFFFFF;
}
.S_Products_Detail_Desc_Other_Products_Title
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 5px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: center;
    color: #787878;
    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_Products_Detail_Desc_Other_Products_Item_Main_Sel .S_Products_Detail_Desc_Other_Products_Title
{
    color: rgba(90,90,90,1.0);
}
.S_Products_Detail_Desc_Other_Products_Item_Main:hover .S_Products_Detail_Desc_Other_Products_Title
{
    color: rgba(90,90,90,1.0);
}
/*--------------------- DESCRIPTION -----------------*/


/*-------------------- TECHNICAL INFO ---------------*/
.S_Products_Detail_Tech_Info_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
    -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_Products_Detail_Tech_Info_Keys_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 5px;
    border-bottom: solid 1px rgba(90,90,90,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_Products_Detail_Tech_Info_Keys_Item_Main
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
    padding: 5px 5px 5px 30px;
}
.S_Products_Detail_Tech_Info_Keys_Item, .S_Products_Detail_Tech_Info_Keys_Item_Sel
{
    position: relative;
    display: table-cell;
    width: auto;
    height: 32px;
    padding: 0px 10px 0px 10px;
    border: solid 1px rgba(90,90,90,0.0);
    border-radius: 16px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: center;
    vertical-align: middle;
    direction: rtl;
    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;
}
.S_Products_Detail_Tech_Info_Keys_Item
{
    color: #000000;
}
.S_Products_Detail_Tech_Info_Keys_Item:hover
{
    border: solid 1px rgba(90,90,90,0.3);
}
.S_Products_Detail_Tech_Info_Keys_Item_Sel
{
    border: solid 1px rgba(90,90,90,1.0);
    color: rgba(90,90,90,1.0);
}
.S_Products_Detail_Tech_Info_Desc_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 20px;
    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_Products_Detail_Tech_Info_Desc
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 10px 20px 10px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: right;
    color: #000000;
    direction: rtl;
    -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_Products_Detail_Tech_Info_Pic_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 500px;
}
.S_Products_Detail_Tech_Info_Pic_File
{
    width: 100%;
    height: auto;
}
/*-------------------- TECHNICAL INFO ---------------*/


/*------------------------ GROUPS -------------------*/

/*------------------------ GROUPS -------------------*/





@media screen and (min-width:0px) and (max-width:800px)
{
    .S_Products_Detail_Slice_L, .S_Products_Detail_Slice_R
    {
        float: none;
        width: 100%;
        padding: 30px 0px 30px 0px;
        clear: both;
    }
    .S_Products_Detail_Slice_L .S_Products_Detail_Pic, .S_Products_Detail_Slice_R .S_Products_Detail_Pic
    {
        float: none;
        clear: both;
    }
    .S_Products_Detail_Slice_L .S_Products_Detail_Desc_Body, .S_Products_Detail_Slice_R .S_Products_Detail_Desc_Body
    {
        float: none;
        clear: both;
    }
}

@media screen and (min-width:0px) and (max-width:800px)
{
    .S_Products_Detail_Tech_Info_Main
    {
        padding: 10px;
    }
}

@media screen and (min-width:0px) and (max-width:600px)
{
    
}