@media only screen 
  and (min-width: 741px) 
  and (max-width: 992px) { 
.container{
   max-width: 100% !important;
}
#main_menu  .navbar-nav li{
    display:block;
  }
}
@media only screen 
  and (min-width: 100px) 
  and (max-width: 767px) { 

  #main_menu  .navbar-nav li{
    display:block;
  }

  .footer-social-block p{
    margin-bottom: 10px;
    text-align: center;
  }
  .container {
    max-width: 100%;
  }
  .main_content_container{
    padding-top: 30px;
  }
  .site_warpper{
    padding-top: 60px;
  }

  #topbar{
    font-size: 14px;
    background: #ff5233;
    padding: 5px;
    height: 40px;
    z-index: 100;
  }
  #topbar .container{
    max-width: 100% !important;

  }
  #topbar i{
    font-size: 20px;
    padding-top: 4px;
  }

  #topbar span{
    display: none;
  }
  #topbar .dropdown-menu{
    min-width: fit-content;
    width: 100vw;
    margin-left: -5px;

  }
  #topbar i{
    color:#0f1935;
  }
  .mobile_cart_icon{
    position: absolute;
    display: block !important;
    right: 30px
  }
   #search_bar{
        display: inline-block;
    width: 100%;
    position: absolute;
    left: -90px;
    padding-left: 95px;

  }
  #search_bar input{
        font-size: 14px;
    padding: 10px;
    height: 29px;
    background: none;
    color: #fff;
    font-weight: bold;
    border-color: #fff;
  }
  #search_bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.7; /* Firefox */
}

#search_bar input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

#search_bar input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
  #search_bar .input-group-append .btn{
        padding: 0px 9px;
        border-color: #fff;
        background: #0f1935;
  }
  #search_bar i{
    padding: 0px;
    font-size: 18px;
    color: #fff;
  }
  .mobile_search_toggle{
    display: inline-block;
    cursor: pointer;
  }
  #brandhead{
    display: none;
  }
  #navbarContent{
    max-height: 100vh;
    overflow-y: auto;
    padding-bottom: 120px;
  }

  /***** Shoppig Cart *******/

.cart_table_title{
  font-size: 14px;
  padding:0px;
  margin:0px;
  padding-bottom:10px;
}
.cart_table_option{
  color: #000;
  padding:0px;
  margin:0px;
  font-size:13px;
  padding-bottom:2px;
} 
.cart_table_option span{
  padding-right:5px;
}
.cart_table_price_td{
  width: 90px;
  text-align: center;
}
.cart_table_qty_td{
  width: 100px;
  text-align: center;
}
.cart_table_image_td{
  width: 80px;
}
.cart_table_image{
  max-width: 80px;
}

.account-mobile{
  display: flex;
}
.account-desktop{
  display: none;
}
.account-list-group .list-group-item{
   display: inline-block;
  padding:5px 8px;
  border-radius:5px;
  color:#000;
  font-size:14px;
}
.account-list-group .list-group-item.bg-whl{
  color: #fff;
  margin-bottom: 10px;
}
.account-list-group.list-group{
  display: block;
  margin-bottom:10px;

}

.footer_wrapper .brand-logo{
  display: none;
}

}

@media 
only screen and (max-width: 560px) {

  /* Force table to not be like tables anymore */
  table.cart_page_table, .cart_page_table thead, .cart_page_table tbody, .cart_page_table th, .cart_page_table td, .cart_page_table tr { 
    display: block; 
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */
  .cart_page_table thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  .cart_page_table tr { border: 1px solid #ccc; }
  
  .cart_page_table .cart_page_table td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
  }
  
  .cart_page_table td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
  }
  
  /*
  Label the data
  */
/*  td:nth-of-type(1):before { content: "First Name"; }
  td:nth-of-type(2):before { content: "Last Name"; }
  td:nth-of-type(3):before { content: "Job Title"; }
  td:nth-of-type(4):before { content: "Favorite Color"; }
  td:nth-of-type(5):before { content: "Wars of Trek?"; }
  td:nth-of-type(6):before { content: "Secret Alias"; }
  td:nth-of-type(7):before { content: "Date of Birth"; }
  td:nth-of-type(8):before { content: "Dream Vacation City"; }
  td:nth-of-type(9):before { content: "GPA"; }
  td:nth-of-type(10):before { content: "Arbitrary Data"; }*/
}