﻿

@media (min-width: 1366px) {
  
} 
@media (min-width: 1200px) and (max-width: 1365px){
  
}
@media (min-width: 1200px){
   
}
@media (min-width: 992px) and (max-width: 1199px){
  
}
@media (min-width: 768px) and (max-width: 992px){
    .language {
        top: -40px;
    }
    .header .logo {
        margin-bottom: 0;
        margin-top: 15px;
    }
    .ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
        padding-top: 10px;
    }
    .ddsmoothmenu ul ul {
        top: 60px !important;
    }
    .ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
        padding-bottom: 30px !important;
    }
}
@media (max-width:767px){
    .language {
        width: 250px;
        text-align: right;
    }
    .vc_responsive .wpb_row .vc_span9 {
        width: 100% !important;
    }
    .imgpro, .contentpro {
        width: 100%;
        margin-bottom: 10px;
    }
    .contentpro {
        padding: 0 10px;
    }
    .qty {
        width: 100px;
    }
   
}
@media only screen and (min-width: 320px) and (max-width: 480px){
    .language {
        width: 250px;
        text-align: right;
    }
    .vc_responsive .wpb_row .vc_span9 {
        width: 100% !important;
    }
    .footerwrap1 .row {
        margin: 0;
    }
    .vc_row-fluid [class*="vc_span"] {
        margin-left: 0;
    }
    .imgpro, .contentpro {
        width: 100%;
        margin-bottom: 10px;
    }
    .contentpro {
        padding: 0 10px;
    }
    .qty {
        width: 100px;
    }
  
}
@media only screen and (min-width: 240px) and (max-width: 319px){
    
    .imgpro, .contentpro {
        width: 100%;
        margin-bottom: 10px;
    }
    .contentpro {
        padding: 0 10px;
    }
    .qty {
        width: 100px;
    }
    .language {
        width: 250px;
        text-align: right;
    }
    .vc_responsive .wpb_row .vc_span9 {
        width: 100% !important;
    }
    .footerwrap1 .row {
        margin: 0;
    }
    .vc_row-fluid [class*="vc_span"] {
        margin-left: 0;
    }
}