.mobile-block {
  display: none; }



  @media (min-width: 768px) {
    .container{
      min-width: 100%;
    }
  }


@media (max-width: 1200px) {
  /* tablet devices */ }
@media (max-width: 992px) {

  

  .cart_column:nth-child(2),
  .cart_column:nth-child(3){
      width: 50%;
  }
  .cart_column:nth-child(1),
  .cart_column:nth-child(4){
      width: 100%;
  }
  .cart_column:nth-child(4):before{content: ""; display: none;}
  .cart_column.text-right {
      text-align: left !important;
  }





  




  header.section-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 600;
  }
  .section-first{
    margin-top: 170px;
  }
  .section-first.section-first-reduction{
    margin-top: 140px;
  }


  /* small tablet devices */
  .slider-main .item-slide {
    height: auto; }

  .table-shopping-cart tr td:first-child {
    width: 250px; }
  .table-shopping-cart .itemside .info {
    padding: 0; }
  .table-shopping-cart .itemside .aside {
    display: none; } }
@media all and (max-width: 768px) {

  .tracking-wrap {
      margin-bottom: 80px;
      font-size: 80%;
  }

  #wishlist-icon{
    display: none;
  }

  .product-pic-container{
    overflow:auto;
  }
  
  .product-pic-container .image_horizontal img{
    position: relative;
    top: inherit;
    transform: inherit;
    left: inherit;
    width: inherit;
    height: 350px;
  }

  .product-cart-right.border-left{
    border-left:0 !important;
  }



  /* mobile devices */
  .section-header .search {
    margin-top: 1rem;
    margin-bottom: 1rem; }

  .item-feature {
    margin-bottom: 20px; }

  .mobile-order-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }

  .mobile-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .mobile-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

  .mobile-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }

  .mobile-block {
    display: block; }

  .section-header .logo {
    max-height: 40px;
    width: auto; }
  .section-header .search {
    margin-top: 1rem; }

  .navbar-expand .navbar-collapse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

/*# sourceMappingURL=responsive.css.map */