/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
  */

  @media (min-width: 1281px) {



  }

  @media screen and (min-width: 1200px){
    #header-main {
      padding: 0 100px;
    }
    #CartCost, .cost {
      font-size: 12px;
    }
  }


  @media (max-width: 1152px) and (min-width: 1024px)
  {
    #header-main {
      padding-left: 20px;
      padding-right: 30px;
    }
    #block_currencies_lang {
      margin-right: 20px;
    }
    #header_logo img {
      margin-left: 60px;
    }
  }

  @media (min-width: 992px){
    .navbar-toggle {
      display: none;
    }
    .navbar-nav>li>a {
      padding-top: 14px;
      padding-bottom: 14px;
    }
  }

  @media screen and (min-width: 992px)
  {
    .main-about .img-left-02 {
      margin-left: 50px;
      margin-right: -50px;
    }
    #header_logo {
      text-align: left;
    }
    .topnav-flex .center-topnav {
      margin-top: 12px;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      position: static !important;
    }
    .center-topnav {
      display: block;
      position: absolute;
    }
    .topnav-flex .tools__right {
      margin-top: 52px;
    }
    .footer-3 .footer-center-wrap {
      padding: 70px 0;
    }
    .col--block .title_block {
      margin-bottom: 30px!important;
    }
    .footer-3 #social_block .block_content ul {
      text-align: left;
    }
    #footernav .powered_right .block_content {
      float: right;
    }

  }


  @media (max-width: 991px) and (min-width: 768px)
  {
    .hidden-sm {
      display: none !important;
    }
  }

  @media screen and (max-width: 991px)
  {
    .tools__right {
      margin-top: 10px;
    }
  }

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
  */

  @media (min-width: 1025px) and (max-width: 1280px) {



  }

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
  */

  @media screen and (max-width: 768px){
    .main-about .img-left-01 {
      display: block;
      margin-top: 0;
      margin-left: 0;
    }
    .main-about .img-left-02 {
      /* display: block; */
      border: 0 none;
      margin-top: 0!important;
      margin-right: 0!important;
      margin-left: 0!important;
    }
    .post-about.negative-margin {
      margin-top: -180px;
      margin-right: 0;
      margin-left: 0;
    }
    .post-about {
      padding: 30px;
    }
  }



  @media only screen and (max-width: 767px)
  {
    .content div.featureproduct {
      overflow: inherit;
    }
    .content div.featureproduct .feature_excerpt {
      margin-bottom: 30px;
    }
    .ma-main-menu .wrapper-logo {
      padding-top: 30px!important;
      padding-bottom: 20px;
      width: 100px!important;
      height: 100px!important;
    }
    .top-bar .social{
      display: none;
    }
  }


  @media (min-width: 768px) and (max-width: 1024px) {



  }

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
  */

  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {



  }


  @media screen and (min-width: 763px){
    .footer-3 #social_block {
      margin-top: 24px;
    }
    .footer-3 #social_block h4 {
      display: none;
    }
  }



  @media only screen and (max-width: 640px){
    .content div.featureproduct {
     margin-top: 0; 
   }
 }
 

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
  */

  @media (min-width: 481px) and (max-width: 767px) {



  }

  @media only screen and (max-width: 480px){
    .content .featureproduct .feature_image {
      margin: 20px 0px;
    }
    .featureproduct .productinfo {
     width: inherit; 
   }
   .content .featureproduct .productinfo h1, .content .featureproduct .productinfo p {
    /*text-align: center;*/
  }
  .content .featureproduct .productinfo p {
    font-size: 17px;
    margin-bottom: 25px;
  }
  .top-bar .container{
    padding-right: 0;
    padding-left: 0;
  }
  .phone-login {
    padding: 10px 8px 0px 0px!important;
  }
  #text-carousel-intro-section{
    margin-top: 0!important;
  }
  .hp_prod_img{
    text-align: center;
  }
  .homepage-product .hp_prod_img img{
   max-width: 50%!important;
 }
}


@media (max-width: 480px){
  .col-sp-12 {
    width: 100%;
  }
  .col-sp-1, .col-sp-2, .col-sp-3, .col-sp-4, .col-sp-5, .col-sp-6, .col-sp-7, .col-sp-8, .col-sp-9, .col-sp-10, .col-sp-11, .col-sp-12 {
    float: left;
  }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
  */

  @media (min-width: 320px) and (max-width: 480px) {



  }


