/* Reset the container */

.non-responsive .navbar-fixed-top,
.non-responsive .navbar-fixed-bottom{
  width: 1170px!important;
  min-width: 1170px!important;
  max-width: none !important;
}

.non-responsive .container,
body.non-responsive:not(.productDetail_) .container
{
  width: 1155px!important;
  min-width: 1155px!important;
  max-width: none !important;
}

.non-responsive #footer .container {
    padding: 0;
}

/*.non-responsive .hidden-xs,*/
/*.non-responsive .hidden-sm,*/
/*.non-responsive .hidden-md*/
/*{*/
  /*display: none!important;*/
/*}*/

@media (max-width: 1170px) {
  body.non-responsive
  {
    width: 1170px!important;
  }
}

.non-responsive .col-xs-1
{
  width: 8.33333333%!important;
}

.non-responsive .col-xs-2{
  width: 16.66666667%!important;
}

.non-responsive .col-xs-3{
  width: 25%!important;
}

.non-responsive .col-xs-4{
  width: 33.33333333%!important;
}

.non-responsive .col-xs-5{
  width: 41.66666667%!important;
}

.non-responsive .col-xs-6
{
  width: 50%!important;
}

.non-responsive .col-xs-7{
  width: 58.33333333%!important;
}

.non-responsive .col-xs-8
{
  width: 66.66666667%!important;
}

.non-responsive .col-xs-9
{
  width: 75%!important;
}

.non-responsive .col-xs-10
{
  width: 83.33333333%!important;
}

.non-responsive .col-xs-11{
  width: 91.66666667%!important;
}

.non-responsive .col-xs-12{
  width: 100%!important;
}

.non-responsive .col-sm-1{
  width: 8.33333333%!important;
}

.non-responsive .col-sm-2{
  width: 16.66666667%!important;
}

.non-responsive .col-sm-3{
  width: 25%!important;
}

.non-responsive .col-sm-4{
  width: 33.33333333%!important;
}

.non-responsive  .non-responsive{
    width: 33.33333333%;
}

.non-responsive .col-sm-5{
  width: 41.66666667%!important;
}

.non-responsive .col-sm-6{
  width: 50%!important;
}

.non-responsive .col-sm-7{
  width: 58.33333333%!important;
}

.non-responsive .col-sm-8
{
  width: 66.66666667%!important;
}

.non-responsive .col-sm-9
{
  width: 75%!important;
}

.non-responsive .col-sm-10{
  width: 83.33333333%!important;
}

.non-responsive .col-sm-11{
  width: 91.66666667%!important;
}

.non-responsive .col-sm-12{
  width: 100%!important;
}

.non-responsive .col-md-1
{
  width: 8.33333333%!important;
}

.non-responsive .col-md-2{
  width: 16.66666667%!important;
}

.non-responsive .col-md-3{
  width: 25%!important;
}

.non-responsive .col-md-4{
  width: 33.33333333%!important;
}

.non-responsive .col-md-5{
  width: 41.66666667%!important;
}

.non-responsive .col-md-6{
 width: 50%!important;
}

.non-responsive .col-md-7{
  width: 58.33333333%!important;
}

.non-responsive .col-md-8
{
  width: 66.66666667%!important;
}

.non-responsive .col-md-9{
  width: 75%!important;
}

.non-responsive .col-md-10{
  width: 83.33333333%!important;
}

.non-responsive .col-md-11{
  width: 91.66666667%!important;
}

.non-responsive .col-md-12{
  width: 100%!important;
}

.non-responsive .col-lg-1{
  width: 8.33333333%!important;
}

.non-responsive .col-lg-2
{
   width: 16.66666667%!important;
}

.non-responsive .col-lg-3
{
  width: 25%!important;
}

.non-responsive .col-lg-4
{
  width: 33.33333333%!important;
}

.non-responsive .col-lg-5
{
   width: 41.66666667%!important;
}

.non-responsive .col-lg-6
{
  width: 50%!important;
}

.non-responsive .col-lg-7
{
  width: 58.33333333%!important;
}

.non-responsive .col-lg-8
{
  width: 66.66666667%!important;
}

.non-responsive .col-lg-9
{
  width: 75%!important;
}

.non-responsive .col-lg-10
{
  width: 83.33333333%!important;
}

.non-responsive .col-lg-11
{
  width: 91.66666667%!important;
}

.non-responsive .col-lg-12
{
  width: 100%!important;
}

.non-responsive #menuMain>li.hasChildren>div[class^="col-xs"]
{
  width: 1170px!important;
}