
/* Style for PCs */
@media screen and (min-width: 1025px) {

    
    .sort-wrap{
float: left;
font-size: 12px;
font-weight: normal;
height: 30px;
line-height: 30px;
padding: 0 0.5%;
text-align: center;
text-decoration: none;
width: 25%;
        
    }       
    .sort-wrap select {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 1.5em;
    padding: 5px;
    color: #333;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    width: 100%;
}
    
    
}
/* Style for TabletPCs Large models */
@media screen and (min-width: 769px) and (max-width: 1024px) {

 /*VXgbNXg@pagination*/
        .stock-nav{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
        .sort-wrap{
float: left;
font-size: 12px;
font-weight: normal;
height: 30px;
line-height: 30px;
padding: 0 0.5%;
text-align: center;
text-decoration: none;
width: 25%;
        
    }    
       .sort-wrap select {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 1.5em;
    padding: 5px;
    color: #333;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    width: 100%;
}
    
}
/* Style for TabletPCs */
@media screen and (min-width: 600px) and (max-width: 768px) {

  #sort-wrap {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
  }
  #sort-wrap_footer {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
  }
  #sort {
    display: block;
    float: none;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    padding: 0 0.5%;
    text-align: center;
    text-decoration: none;
    width: 60%;
    margin: 0 auto;
  }
  #sort select {
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 10px 5px;
    border-radius: 3px;
    color: #333;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    padding-right: 0px;
    text-decoration: none;
    text-indent: 1em;
    width: 100%;
  }
  
}
/* Style for Smartphonea */
@media screen and (max-width: 599px) {
    
  #sort-wrap {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
  }
  #sort-wrap_footer {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
  }
  #sort {
    display: block;
    float: none;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    padding: 0 0.5%;
    text-align: center;
    text-decoration: none;
    width: 60%;
    margin: 0 auto;
  }
  #sort select {
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 10px 5px;
    border-radius: 3px;
    color: #333;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    padding-right: 5px;
    text-decoration: none;
    text-indent: 1em;
    width: 100%;
  }
  

}