﻿
/*#f5fbdd  طوسی*/
/*---------گروه محصولات------------*/
 .div-righten a{
            display:block;
            height:25px;
            width:250px;
            text-align:center;
            cursor:pointer;
           color:black;
            padding-top:5px;
            padding-bottom:5px;
            margin-top:3px;
            background-color:#f36e21;
        }
        .div-righten a span{
            display:none;
        }
        .div-righten a:hover {
            background-color:#cd4f06;
            color:white;
        }

        .div-righten a img {

            float:left;
           height:25px;
           max-width:60px;
            margin-left:10px;
        }

        .a-product {

            display:block;
            width:280px;
            margin:10px;
             background-color:#808080;
           
            float:right;
            height:330px;
            text-align:center;
            border-radius:5px;
        }
            .a-product:hover {
               background-color:#073a86;
        
            }
             .a-product:hover img {
                -webkit-transform: scale(0.9);
                -moz-transform: scale(0.9);
                -ms-transform: scale(0.9);
                -o-transform: scale(0.9);
                transform: scale(0.9);
                /*border-radius:100%;*/
            }
         .a-product img {
             width:270px;
             height:270px;
             margin:5px;
         }
            .a-product h5 {
                height:30px;
                margin:0px;
                text-align:center;
                color:white;
            }
/*---------------------------------آدرس بار بالای صفحه----------------------------------------*/
   #p-vip-direction a
        {
            margin-right:10px;
            display:block;
            float:right;
            height:15px;
            padding-bottom:5px;
            font-size:16px;
            color:#013006;
        }

    #p-vip-direction a:hover {
        color:#808080;
    }

        #p-vip-direction span
        {
            background-image: url('../images/Directicon.png');
            display: block; 
            width: 20px;
            height: 20px;
            float:right;
            margin-top:5px;
        }


/*-------------------------- Slider product---------------------------*/ 


.slider-wrap {
    position: relative;
    margin: 5px auto;
    width: 1100px;
    direction:rtl;
    height:290px;
    background-color:#b4b3b3;
    overflow:hidden;

}
.slider {
    position: relative;
    width: 960px;
    height:290px;
    margin: auto;
    overflow:hidden;
    text-align:center;
}
.slider ul {
    margin: 0;
    padding:0;
    text-align:center;
    position:relative;
    width:2400px;

}
.slider ul li {
    list-style: none;
    text-align: center;
    border:solid 1px #808080;
    margin-right:10px;
    text-align:center;
    height:280px;
    width:200px;
    float:right;
    margin-top:5px;

     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     background-color:#f5fbdd;
   
    
}

.slider ul li:hover
{
    -webkit-transform: scale(0.95) rotate(0deg); 
    -moz-transform: scale(0.95) rotate(0deg); 
    -ms-transform: scale(0.95) rotate(0deg); 
     -o-transform: scale(0.95) rotate(0deg); 
     transform: scale(0.95) rotate(0deg); 
    border:solid 1px rgb(211, 21, 21);
    background-color:#da8f00;
}
.slider ul li a {
   
    vertical-align: middle;
    width: 200px;
    height:280px;
    margin-top:5px;
}

    .slider ul li a img{
       
        width:200px;
        height:200px;
        margin-right:auto;
        margin-left:auto;
  

    }


.slider ul li a p
{
    margin-top:12px;
    text-align:center;
    margin-bottom:5px;
    font-size:15px;
    height:25px;
    direction:rtl;
    padding-right:5px;
    padding-left:5px;
    color:#1f1e1e;

}

.small-discont
{
    margin-top:-2px;
    text-align:center;
    font-size:13px;
    height:22px;
    width:190px;
    direction:rtl;
    padding-right:5px;
    padding-left:5px;
    display:block;
    text-decoration:line-through;
    display:none;

}

.small-ok {

     background-image: url('../images/ok-tick.png');
    background-repeat: no-repeat;
    background-position:right center;
    padding-right:18px;
    width:35px;
    display:none;
    margin-right:auto;
    margin-left:auto;
    height:22px;
    color:green;
    font-size:12px;
}
.small-no {

    background-image: url('../images/no-tick.png');
    background-repeat: no-repeat;
    background-position:right center;
    padding-right:18px;
    width:50px;
    display:none;
    margin-right:auto;
    margin-left:auto;
    height:22px;
    color:red;
    font-size:12px;
   
}


.slider ul li a label
{
    margin-top:3px;
    text-align:center;
    font-size:18px;
    height:15px;
    width:190px;
    direction:rtl;
    padding-right:5px;
    padding-left:5px;
    display:block;
    color:#013006;

}

.slider ul li a span
{
   
    font-size:14px;
    direction:rtl;
    padding-right:5px;
    padding-left:5px;
    color:#013006;

}


.slider-arrow {
    position: absolute;
    top: 80px;
    width: 60px;
    height: 90px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-image: url('../../images/arowslider.png');
    background-repeat: no-repeat;

}

.sa-left {left: -5px;
         }
.sa-right {right: -5px;
            background-position: -60px center;
          }

.sa-left:hover
{
      background-position: -120px center;
}
.sa-right:hover
{
      background-position: -180px center;
}

/*----------------------------------------------------------------*/ 

            .a-product-cmd
            {
                width: 180px;
                height: 30px;
                display: inline-block;
                text-align: center;
                padding-bottom: 5px;
                background-color: #032186;
                color: #FFFFFF;
               -webkit-transition: all 0.3s ease-in-out;
               -moz-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                border-radius:5px;
                margin-right:3px;
                margin-left:3px;
            }

                .a-product-addtobasket {

                 background: -webkit-linear-gradient(top, #0c0352 0%, #0c0352 40%, #040023 100%);
                 background: linear-gradient(to bottom, #0c0352 0%, #0c0352 40%, #040023 100%);

              }

            .a-product-addtoselection {
                  background: -webkit-linear-gradient(top, #05650f 0%, #05650f 40%, #013006 100%);
                  background: linear-gradient(to bottom,  #05650f 0%, #05650f 40%, #013006 100%);
              }

             .a-product-addtowish {
                   background: -webkit-linear-gradient(top,  #fbca34 0%, #fbca34 40%, #da8f00 100%);
                   background: linear-gradient(to bottom, #fbca34 0%, #fbca34 40%, #da8f00 100%);

               }

 

            .a-product-none
            {
                width: 180px;
                height: 30px;
                display: inline-block;
                text-align: center;
                padding-bottom: 5px;
                color: #f00;
               -webkit-transition: all 0.3s ease-in-out;
               -moz-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                border-radius:5px;
                border:solid 1px #840084;
                cursor:none;
            }
            .a-product-cmd-selected
            {
                width: 150px;
                height: 30px;
                display: inline-block;
                text-align: center;
                padding-top: 5px;
                background-color:transparent;
                color: green;
                border-radius:5px;
            }
            .a-product-cmd span
            {
                display:none;
            }
            .a-product-cmd:hover
             {
                
                color:#a7a4a4;
             }

            #div-product-gallery
            {
                border: 1px solid #999999;
                margin-right: 10px;
                padding: 5px;
                float: left;
                min-height: 500px;
                width: 400px;
                background-color: #f5fbdd;
                overflow: hidden;
                clear: left;
            }
             #div-product-gallery label 
                {
                    background-position: left center;
                    position: absolute;
                    z-index: 1003;
                    width: 70px;
                    height: 65px;
                    font-size: 20px;
                    color: #fbf9f9;
                    background-image: url('../Images/product-discont.png');
                    background-repeat: no-repeat;
                    margin-right:330px;
                    margin-top:-5px;
                    padding-top:5px;
                    padding-left:5px;
                    text-align:left;
                }
                #div-product-gallery img
                {
                     max-width: 400px;
                     height: auto;
                     margin-right:auto;
                     margin-left:auto;
                }

                #div-product-gallery a
                {
                    border: 1px solid gray;
                    margin: 1px; 
                    margin-left:4px;
                    display: inline-block;
                    width: 50px;
                    height: 50px;
                    background-color: #FFFFFF;
                    cursor:pointer;
                    opacity:0.8;
   
                }

                #div-product-gallery a:hover
                {
                    opacity:1;
                }

                #div-product-gallery span
                {
                    display:none;
                }
                #div-product-gallery a img
                {
                    width: 50px;
                    height: 50px;
                }

/**----------- Comment --------------- **/

         #div-comment
           {
             width: 100%;
             min-height: 400px;
             background-color: #FFFFFF;
              
           }

         #sendcomment
            {
              display: inline-block; 
              width: 100px;
              height: 35px; 
              color: #da8f00;
              text-align: center;
              -webkit-transition: all 0.3s ease-in-out;
             -moz-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
              background: -webkit-linear-gradient(top, #0c0352 0%, #0c0352 40%, #040023 100%);
              background: linear-gradient(to bottom, #0c0352 0%, #0c0352 40%, #040023 100%);
              border-radius:5px;

           }

            #sendcomment:hover
             {
                 color:#fefafa;
             }


         .div-comment
         {
             overflow:hidden;
             border:solid 1px green;
             clear:right;
             padding:8px;
             margin:10px;
             line-height:20px;
             font-size:15px;
             line-height:24px;
             text-align:justify;
             border-radius:3px;
            box-shadow: 1px 1px 1px #b9b6b6;
            color:#656464;
        

         }
         .div-comment p
         {
             margin:0px;
             padding-right:25px;
             margin-bottom:10px;
             border-bottom:solid 1px #808080;
             height:20px;
             background-image: url('../Images/person.png'); 
             background-repeat: no-repeat; 
             background-position: right center ;
             font-size:15px;
             padding-top:1px;
             padding-bottom:5px;
             color:#656464;

             
         }
         .div-comment span
         {
             float:right;
             margin-right:10px;
             color:#0b035a;
         }

         .div-comment em
         {
             color:#070d52;
             margin-right:15px;
             font-size:13px;
             float:left;
             color:#013006;
                 
          }

         .div-comment h4
          {
             margin:0px;
             color:#073203;
             font-weight:normal;
          }
         .div-comment div
         {
             width:40%;
             height:auto;
             margin-top:5px;
             float:left;
             padding:5px;
             background-color:#f5fbdd;
             border:solid 1px #bbbaba;
             border-radius:5px;

         }

         #comment
         {
             width: 450px;
             height: 100px;
         }

 /*------------------------------------------*/



               