@media (min-width: 1680px){
  .homeSlider .btn-slider {
    position: absolute;
    bottom: 32%;
    right: 32%;
    font-family: 'Gotham-Black';
  }
}
@media (max-width: 1200px){
  .header-container{
    width: 100%;
  }
  .demo-wrap .demo, .slide-wrap {
    width: 90%;
  }
}
@media (max-width: 1000px){
  #demo-360{
    width: 100% !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 992px){
  #header{
    position: relative;
  }
  .nav{
    height: 0px;
    padding: 0px 20px;
    overflow: hidden;
    transition-duration: 0.2s;
  }
  .nav-responsive{
    height: auto;
    padding: 20px;
    z-index: 999;
    transition-duration: 0.2s;
  }
  #nav.sticky{
    position: inherit;
  }
  .slide-wrap .pos1, .slide-wrap .pos3{
    
  }
  .quickViewPopup{
    /*width: 95%;*/
    width: 340px;
  }
  .product-grid{
    width: 50%;
  }
}
@media (max-width: 768px){
  /*.comparar table{
    width: 800px;
    overflow-x: scroll;
  }*/
  .homeSlider .btn-slider {
    position: absolute;
    bottom: 10%;
    right: 0;
    left: 0;
    font-family: 'Gotham-Black';
    margin: auto;
    /* display: inline-block; */
    width: 120px;
    text-align: center;
  }
  .product-photos{
    opacity: 0;
    /*position: static;*/
    position: absolute;
    transition-duration: 0.2s;
  }
  .product-photos.color-active{
    /*position: absolute;*/
    position: static;
    top: 0;
    opacity: 1;
  }
}
@media (max-width: 600px){
  .logo {
    width: 200px;
  }
  .product-grid{
    width: 100%;
  }
  .product-item-list .product-img{
    float: none;
    width: 100%;
  }
  .product-item-list .product-item-text{
    padding: 20px;
  }
  
}
@media (max-width: 576px){
  .container{
    padding-left:15px;
    padding-right:15px;
  }
  .product-nav a{
    font-family: 'Roboto', sans-serif;
  }
}
@media (max-width: 450px){
  .logo {
    width: 150px;
  }
  #header .container{
    padding: 0;
  }
  .tab button{
    font-size: 12px;
  }
  #demo-360{
    height: 150px !important;
  }
  .banner-accessories h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .section-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
  }
  .product-feature .icon{
    width: 60px;
  }
  .product-feature h4{
    font-size: 16px;
  }
  .comparar table{
    width: 400px;
    overflow-x: scroll;
  }
  .compare {
    width: 40px;
    height: 40px;
  }
  .compare img {
    width: 25px;
    margin-bottom: 5px;
  }
  .icon-head{
    width: 29px;
    height: 29px;
  }
}