/* Note: Design for a width of < 767px
================================================== */
@media only screen and (max-width: 767px) {
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }

  #header #header_logo {
    top: 87px;
  }
  #header #header_logo img {
    width: 230px;
    height: auto;
  }

 
}

  /******************************************************************************************************
  								Multishiping (768px * 991px)
  *******************************************************************************************************/
  #cart_summary.multishipping-cart #cart_quantity_button a {
    clear: both;
  }

  table#cart_summary.multishipping-cart .cart_quantity .cart_quantity_input {
    clear: both;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    width: 45px;
  }

  table#cart_summary.multishipping-cart #cart_quantity_button {
    float: none !important;
    margin: 0 auto;
    width: 45px;
  }

  .main_page_products li .product_content {
    padding-right: 10px;
  }

  .main_page_products li .product_content .inner_content1 {
    width: 138px;
  }

  .blockcontactinfos ul li.company_phone {
    font-size: 15px;
  }

  .bottom_footer {
    width: 173px;
    bottom: 30px;
  }
}
/* Note: Design for a width of 992px * 1199px
================================================== */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .products_block ul li > div {
    width: 120px;
  }

  .main_page_products li .product_content .inner_content1 {
    width: 100%;
  }

  .blockcontactinfos ul li.company_phone {
    font-size: 20px;
  }

  .bottom_footer {
    width: 228px;
    bottom: 30px;
  }
}
/* Note: Design for a width > 767px
================================================== */
@media only screen and (min-width: 767px) {
  footer .block ul.toggle_content {
    display: block !important;
    height: 100% !important;
    opacity: 1 !important;
  }
}
/* Note: Design for a width of > 991px
================================================== */
@media only screen and (min-width: 992px) {
  .main_page_products li.first_item_of_line {
    clear: left;
  }

  .main_page_products li.last_line .inner_content {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
