﻿.SProductPicAnim
{
    position: fixed;
    width: 210px;
    height: 235px;
    background-color: White;
    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: 300010;
    -moz-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	-webkit-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}


.SOrder_Main {
    position: fixed;
    background-color: White;
    left: 50px;
    right: 50%;
    height: 350px;
    min-height: 200px;
    top: 0px;
    padding: 2px;
    border: solid 3px #B4A376;
    box-shadow: 0px 8px 18px -5px #666666;
    z-index: 200010;
    filter: 'alpha(opacity=0)';
    opacity: 0;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.SOrder_Main_In
{
    position: relative;
    width: 100%;
    height: 350px;
}
.SOrder_Main_Top_Title
{
    background-color: #FFF5DC;
    background-color: #FFFFFF;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 42px;
    height: 25px;
    padding-top: 5px;
    border-radius: 4px;
    font-family: 'IRANSans';
    font-size: 14px;
    text-align: center;
    color: #999999;
    direction: rtl;
}
.SOrder_Main_Top_Close {
    background-image: url('../_Images/Order/Key-Close3.png');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
    background-color: #C80000;
    float: right;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    cursor: pointer;
    -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;
}
.SOrder_Main_Top_Close:hover
{
    background-color: #FF2828;
}


.SOrder_Center
{
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1px;
    left: 0px;
    right: 0px;
    top: 32px;
    bottom: 40px;
    border: solid 1px #E0E0E0;
    border-radius: 3px;
}
.SOrder_Center_Confirm
{
    position: relative;
    width: 100%;
    height: auto;
    border: solid 1px #E0E0E0;
    border-radius: 3px;
}

.SOrder_Main_Bottom
{
    background-color: #FFF5DC;
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 35px;
    border: solid 1px #B4A376;
    border-radius: 3px;
}
.SOrder_Main_Bottom_Confirm
{
    background-color: #FFFFFF;
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 4px;
    border-radius: 8px;
}
.S_Check_Out_Deliver_Confirm {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
    background-color: #FFFFFF;
    border-radius: 8px;
}
.S_Check_Out_Deliver_Title_Confirm {
    position: relative;
    display: block;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 15px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: right;
    color: #666666;
}
.S_Check_Out_Deliver_Text_Confirm {
    position: relative;
    display: block;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 7px;
    text-align: right;
}
.S_Check_Out_Deliver_TextBox_Confirm
{
    border: solid 1px #CCCCCC;
    border-radius: 4px;
    font-family: 'HelveticaLt';
    font-size: 14px;
    text-align: right;
    color: #000000;
    direction: rtl;
}
.S_Check_Out_Deliver_TextBoxR_Confirm
{
    border: solid 1px #CCCCCC;
    border-radius: 4px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: right;
    color: #000000;
    direction: rtl;
}

.SOrder_Main_Bottom_key
{
    position: absolute;
    display: table;
    width: auto;
    height: auto;
    right: 5px;
    top: 3px;
}
.KeyCheckOut {
    background-image: url('../_Images/Order/Sign-Shop1.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    -webkit-background-size: 20px 17px;
    -moz-background-size: 20px 17px;
    -o-background-size: 20px 17px;
    background-size: 20px 17px;
    background-color: #FFFFFF;
    width: auto;
    height: 30px;
    padding-left: 40px;
    padding-right: 10px;
    border: solid 1px rgba(235,0,140,1.0);
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    color: rgba(235,0,140,1.0);
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.KeyCheckOut:hover
{
    background-color: #F3FFE8;
}

.SOrder_Main_Bottom_price
{
    position: absolute;
    display: table;
    left: 10px;
    width: auto;
    height: 30px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    text-align: right;
    color: #000000;
    direction: rtl;
}
.SOrder_Main_Bottom_price_confirm
{
    position: relative;
    width: 100%;
    height: 60px;
    border-bottom: solid 1px #CCCCCC;
}
.SOrder_Main_Bottom_price_confirm_Text
{
    position: absolute;
    display: table;
    width: auto;
    height: 60px;
    left: 30px;
    top: 0px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #000000;
    direction: rtl;
}

.SOrder_Center_Items
{
    position: relative;
    width: 100%;
    height: 40px;
    margin-bottom: 2px;
    border-radius: 4px;
    -moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.SOrder_Center_Items_pic
{
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-color: #FFFFFF;
    position: absolute;
    right: 0px;
    width: 50px;
    height: 30px;
    padding-top: 10px;
    border-radius: 4px;
    -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;
}
.SOrder_Center_Items_text_FA
{
    background-color: #F5F5F5;
    position: absolute;
    right: 52px;
    left: 186px;
    height: 30px;
    padding-top: 10px;
    padding-right: 10px;
    border-radius: 4px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: right;
    color: #000000;
    direction: rtl;
    -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;
}
.SOrder_Center_Items_count
{
    background-color: #E6EBF5;
    position: absolute;
    left: 144px;
    width: 40px;
    height: 30px;
    padding-top: 10px;
    border-radius: 4px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: #003399;
    -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;
}
.SOrder_Center_Items_price
{
    background-color: #F5F5F5;
    position: absolute;
    left: 42px;
    width: 85px;
    height: 30px;
    padding-top: 10px;
    padding-right: 15px;
    border-radius: 4px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: right;
    color: #000000;
    direction: rtl;
    -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;
}
.SOrder_Center_Items_close {
    background-image: url('../_Images/Order/Key-Close4.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #F7E6E6;
    position: absolute;
    left: 0px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    -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;
}
    .SOrder_Center_Items_close:hover {
        background-image: url('../_Images/Order/Key-Close4O.png');
    }

.SOrder_Center_Items:hover .SOrder_Center_Items_text_FA
{
    background-color: #EAEAEA;
}
.SOrder_Center_Items:hover .SOrder_Center_Items_text_EN
{
    background-color: #EAEAEA;
}
.SOrder_Center_Items:hover .SOrder_Center_Items_count
{
    background-color: #CCD7EB;
}
.SOrder_Center_Items:hover .SOrder_Center_Items_price
{
    background-color: #EAEAEA;
}
.SOrder_Center_Items:hover .SOrder_Center_Items_pic
{
    background-color: #EAEAEA;
}





.SDetailShop_Row {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    background-color: rgba(255,255,255,1.0);
    border: solid 1px rgba(235,0,140,1.0);
    border-radius: 5px;
    margin-bottom: 15px;
}

.SDetailShop_Price {
    position: absolute;
    display: block;
    width: auto;
    height: 40px;
    top: 0px;
    right: 10px;
    left: 100px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: right;
    color: rgba(70,70,70,1.0);
    direction: rtl;
}

.SDetailShop_Key_Main {
    position: absolute;
    display: table;
    width: auto;
    height: auto;
    top: 5px;
    left: 10px;
    padding-right: 10px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

.SDetailShop_Key_Count {
    float: right;
    width: 50px;
    height: 30px;
    margin-left: 10px;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    border-radius: 3px;
    color: #000000;
}

.SDetailShop_Key_Order {
    background-image: url('../_Images/Order/Sign-Shop2.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    -webkit-background-size: 20px 17px;
    -moz-background-size: 20px 17px;
    -o-background-size: 20px 17px;
    background-size: 20px 17px;
    background-color: rgba(235,0,140,1.0);
    float: left;
    width: auto;
    height: 30px;
    padding-left: 30px;
    padding-right: 5px;
    border: solid 1px rgba(235,0,140,1.0);
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    text-decoration: none;
    color: rgba(255,255,255,1.0);
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.SDetailShop_Key_Order:hover {
    background-color: rgba(235,0,140,0.9);
}
.SDetailShop_Key_Count_Title {
    float: left;
    width: auto;
    height: auto;
    padding: 3px 10px 3px 10px;
    background-color: rgba(200,0,0,0.2);
    border-radius: 3px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    text-decoration: none;
    color: rgba(200,0,0,1.0);
    text-align: center;
}





@media screen and (min-width:0px) and (max-width:1000px)
{
    .SOrder_Main
    {
        left: 40px;
        right: 40px;
    }
}
@media screen and (min-width:0px) and (max-width:800px)
{
    .SOrder_Main
    {
        left: 10px;
        right: 10px;
    }
}
@media screen and (min-width:0px) and (max-width:500px) {
    .SDetailShop_Price {
        right: 5px;
        left: 0px;
        font-size: 13px;
    }

    .SDetailShop_Key_Main {
        left: 5px;
        font-size: 14px;
    }

    .SDetailShop_Key_Count {
        width: 40px;
        margin-left: 5px;
    }
}