﻿.SShop_Main
{
    position: relative;
    float: right;
    width: 50%;
    height: auto;
    padding: 20px 0 20px 0;
}
.SShop_Items
{
    position: relative;
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
    height: auto;
    padding: 10px;
    background-color: #F0F0F0;
    border: solid 1px #CCCCCC;
    border-radius: 4px;
}
.SShop_Items_Pic
{
    width: 100%;
    height: auto;
    max-width: 300px;
    max-height: 300px;
}
.SShop_Items_Text
{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 14px;
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    color: black;
    text-align: right;
    line-height: 23px;
    clear: both;
    direction: rtl;
}



.SCountry
{
    position: relative;
    width: 400px;
    height: 434px; 
    
    -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: scale(1.0,1.0);
    -ms-transform: scale(1.0,1.0);
    -o-transform: scale(1.0,1.0);
    -webkit-transform: scale(1.0,1.0);
    transform: scale(1.0,1.0);
}

#d_itembar_main
{
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    height: auto;
    background-color: #004696;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 10px rgba(0,70,150,0.5);
}

#d_itembar_l
{
    float: left;
    display: table;
    width: auto;
    height: auto;
    margin-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    direction: rtl;
}
#d_itembar_r
{
    float: right;
    display: table;
    width: auto;
    height: auto;
    margin-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    direction: rtl;
}

@media screen and (min-width:0px) and (max-width:800px)
{
    .SShop_Main
    {
        width: 100%;
        padding: 15px 0 15px 0;
    }
    .SShop_Items
    {
        margin-left: 0px;
        margin-right: 0px;
    }
}


@media screen and (min-width:0px) and (max-width:1100px)
{
    #d_itembar_l
    {
        float: none;
        margin-left: 0px;
    }
    #d_itembar_r
    {
        float: none;
        margin-right: 0px;
    }
}
@media screen and (min-width:0px) and (max-width:600px)
{   
    .SCountry
    {
        position: absolute;
        left: 50%;
        margin-left: -200px;
        -moz-transform: scale(0.9,0.9);
        -ms-transform: scale(0.9,0.9);
        -o-transform: scale(0.9,0.9);
        -webkit-transform: scale(0.9,0.9);
        transform: scale(0.9,0.9);
    }
}
@media screen and (min-width:0px) and (max-width:500px)
{   
    .SCountry
    {
        -moz-transform: scale(0.8,0.8);
        -ms-transform: scale(0.8,0.8);
        -o-transform: scale(0.8,0.8);
        -webkit-transform: scale(0.8,0.8);
        transform: scale(0.8,0.8);
    }
}
