

@media only screen and (min-width:1071px) and (max-width:1450px) { 



  }

@media only screen and (min-width:901px) and (max-width:1070px) {



}



@media only screen and (max-width:900px) {

  .large-bottom-sec {
  position: static;
  padding:10px 20px;
}  

.detail-right-wraper, .detail-left-wraper {
  width:100%;
  margin-left:0px;
  text-align:center;
}
 
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.top-menu {display:none !important;}
.header-top {height:70px;}
.top-main-cat {padding-top:100px;}
.category-des h2{
  position: static;
  text-align:center;
  font-size:24px;  
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.category-des h2 span {
  display:block;
  width:100%;
  font-size:18px;
    margin-top: 20px;

}
.header-top {
  position: static;
  height:120px;
}
.footer-logo {
  padding-bottom:20px;
}
.product-main-wraper {
  padding:15px 0;
}
.comp-fileds {width:100%;}
.footer-menu li {float:none;display:block;padding:5px 0;}
.about-slogan h1 {
  line-height:30px;
}
.large-bottom-sec {
  position: static;
  padding:10px 20px;
}
.btn-inquiry {
  float:none;
  margin:20px 0;
  display:block;
}
.detail-right-wraper, .detail-left-wraper {
  width:100%;
  margin-left:0px;
  text-align:center;
}
.detail-right-wraper h4 {
  font-size:20px;
}

.btn--control-arrow {
    display: block;
}
.color-section, .size-sec {
  width:100%;
}

} 



/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) and (max-width:768px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 601px) and (max-width:950px) {


} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}