@media only screen and (max-width: 800px) {
  
  /* Force table to not be like tables anymore */
  .table-responsive table, 
  .table-responsive thead, 
  .table-responsive tbody, 
  .table-responsive th, 
  .table-responsive td, 
  .table-responsive tr {
    display: block;  
  }
 
  /* Hide table headers (but not display: none;, for accessibility) */
  .table-responsive thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .table-responsive tr { border: 1px solid #ccc; }

  .table-responsive td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    text-align:left;
    padding-left:52% !important;
    white-space: pre-wrap!important;
  }

  .table-responsive td:before {
    /* Now like a table header */
    position: absolute;
    top: 50%;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: pre-wrap;
    text-align: left;
    font-weight: bold;
    transform: translateY(-50%);
  }

  /*
  Label the data
  */
  .table-responsive td:before { content: attr(data-title); }

  #account_history_table tr {
    border:0;
    border-bottom: 1px solid #ddd;
  }
  #account_history_table tr td {
    min-height: 37px;
    border: 0;
    border-bottom: 1px solid #ddd;
  }
  #account_history_table tr td:last-of-type {
    border: 0;
    border-bottom: 1px solid #ddd;

  }

}
/*--------------------------------------- MEDIA QUERIES -------------------------------*/
@media (max-width:1200px) {
  .main_nav {
    margin: 0 auto 0 auto;
    text-align: center;
  }

  .main_nav li {
    display: inline-block;
    margin-bottom: 5px;
  }

  .call_me,
    .form_search_site {
    padding-left: 20px;
  }

  .news h2 > a,
    .customer_reviews h2 > a {
    margin: 0;
  }

  .user_info_container time {
    margin: 5px 0 0 0;
  }
}/* END MEDIA QUERIES */
@media (min-width:1200px) {
  .col-lg-2-4 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width:1199px) {
  .phones_header {
    display: block;
    margin: 0;
  }
  
	.logo a {
		font:700 40px/30px "PT Sans",sans-serif;
	}
}/* END MEDIA QUERIES */
    
@media (max-width:1024px) {
}/* END MEDIA QUERIES */

@media (min-width:992px) {
  #modal_cart_popup .modal-dialog{
    width: 992px;
  }
  .sidebar-toggle-back,
    .sidebar-toggle-up {
    display: none;
  }
  .checkout_right {
    float: right;
  }
  .col-md-2-4 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width:992px) and (max-width: 1200px) {
  .new_price_card_product {
    font-size: 19px;
  }
  .p_img_href img {
    width: 100%;
  }
}
@media (max-width:991px) {
  /*.container-fluid {*/
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
  /*}*/
  /*.col-xs-12 {*/
    /*padding: 0;*/
  /*}*/
  .call_me .phones_header {
    display: block;
  }

  .call_me,
    .form_search_site {
    padding-left: 0;
  }

  .enter_registration .social_header_facebook,
    .enter_registration .social_header_vk {
    display: none;
  }

  .call_me {
    text-align: center;
  }

  .call_me > p {
    display: inline-block;
  }

  .sidebar-toggle-back:hover,
    .sidebar-toggle-back {
    color: #fff;
    font-size: 20px;
    position: fixed;
    left: 210px;
    top: 50%;
    z-index: 9999;
    border: 0;
    background: #399FDF;
    padding: 10px;
    border-radius: 40px;
  }

  .sidebar.opened {
    visibility: visible;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    left: 0;
  }
  
  .right_content {
    float:none;
  }

  .sidebar {
    position: fixed;
    top: 0;
    visibility: hidden;
    z-index: 9999;
    width: 240px;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    text-shadow: none;
    bottom: 0;
    left: -240px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow-x: visible;
    overflow-y: auto;
    box-shadow: 0 0 53px rgba(0, 0, 0, 0.47);
  }

  #sidebar-left .inner {
    padding: 20px 20px 20px 0;
  }
  .p_img_href img {
    width: 100%;
  }
/*  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }*/
}/* END MEDIA QUERIES */


@media (max-width:991px) {
  .form_search_site {
    width: 95%;
  }
}/* END MEDIA QUERIES */

@media (max-width:767px) {
  .img-responsive {
    display:inline-block;
    margin: 0!important;
    height: auto!important;
  }
  #owl-frontslider .owl-controls, #owl-frontslider + .owl-dots {
    display: none!important;
  }
  .thumbnail p {
    font-size: 13px;
  }
  .thumbnail_text {
    font: 400 24px 'Helvetica Regular',Helvetica,Arial,sans-serif;
  }
  .wrapper_language_currency_select,
    .enter_registration {
    float: left;
  }
  .header_mob, .header_actions {
    display: flex!important;
    align-items: center;
    justify-content: space-between;
  }

  .call_me {
    margin: 0;
  }
  a.call {
    height: 28px;
  }
  .callback_round {
    margin: 0 9px 0 0;
  }
  #kabinet i {
    padding: 0;
  }
  #kabinet .logoff {
    margin-left: 7px;
  }
  .enter_link,
    .registration {
    text-transform: uppercase;
  }

  .enter_link {
    margin: 0 15px 0 0;
  }
  .lang_curr_block {
    margin: 10px 0;
  }
  .mob_hr {
    border-top: 1px solid #d2d3d8;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .language_select, .currency_select {
    margin: 0;
    position: relative;
  }

  .currency_select  > span,
    .enter_registration {
    text-align: left;
  }
  .ui-multiselect1, .ui-multiselect  {
    background: transparent;
    border: none;
    color: #fff;
    padding: 0 0 0 3px;
  }
  .ui-multiselect {
    margin: 0;
  }
  .navbar-right .ui-multiselect {
    color: #333;
  }
  .navbar-right .ui-multiselect span.ui-icon {
    border-color: #333 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  }
  .dropdown-menu-language {
    top: 25px;
    margin: 0;
  }
  .caret {
    color: #fff;
  }
  .ui-multiselect span.ui-icon {
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  }
  .enter_registration {
    margin: 7px 0 0 10px;
  }

  .main_nav {
    float: right;
    margin: 0;
  }

  .main_nav > ul {
    display: block;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 44px;
    padding: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .main_nav.expand > ul {
    max-height: 900px;
  }

  .main_nav > ul * {
    display: block;
  }

  .main_nav ul > li {
    margin: 0;
  }

  .main_nav  li.mobile {
    display: block;
  }

  .main_nav li > a {
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px dashed #3CA3E4;
    background: #A8DBFA;
    color: #000;
  }

  .main_nav li > a:hover {
    color: #248bcb;
  }

  .main_nav li > a,
    .main_nav li > a:hover,
    .main_nav li > a:focus {
    text-decoration: none;
  }

  .main_nav  li.active_page > a {
    background: #fff;
  }

  .main_nav ul > li:last-of-type > a {
    border-bottom: none;
  }

  .top_block_header .navbar {
    display: block;
  }

  .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
    max-height: 100%;
  }

  .container_middle_header {
    padding-bottom: 24px;
  }

  .search_site {
    padding: 0;
    height: 30px;
    margin-top: 20px;
  }

  .search_site:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
  }

  .form_search_site,
    .basket_768 {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
  }

  .form_search_site {
    width: 100%;
    display: inline-block;
    margin: 0;
  }
  .search_site_input {
    width: 95%;
  }
  .search_site_submit {
    top: 2px;
    height: 27px;
    line-height: 27px;
    border: 1px solid #fff!important;
    color: #fff;
  }
  .add_nav .navbar-inverse .navbar-nav {
    flex-direction: column;
    margin: 0;
  }
  .add_nav .navbar-default .navbar-nav > li {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border-left: none;
    border-bottom: 1px dashed #fff;
  }
  .add_nav .navbar-inverse .navbar-nav > li > a {
    display: block;
    text-transform: initial;
    padding: 5px 10px 5px 0;
    height: auto;
    text-align: left;
  }

  .add_nav .navbar-default .navbar-nav > li:last-of-type {
    border-right: none;
    border-bottom: none;
  }

  .add_nav .navbar-default .navbar-nav > li > a {
    min-height: 1px;
  }

  .logo {
    margin: 0 0 5px 15px;
    text-align: center;
  }

  .row_news_customer_reviews > div:first-of-type {
    padding: 0;
  }

  .money_systems,
    .copyright,
    .link_webstudio {
    margin-bottom: 20px;
  }
  
  .section_top_footer,
    .contacts_info_footer {
    display: inline-block;
    text-align: left;
  }

  .list_footer a,
    .adress {
    display: inline-block;
  }

  #sync2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .description_card_product_xs {
    padding: 0 5%;
  }

  .magazine_articles img {
    float: none;
  }

  .filtersMenu {
    min-height: 75px;
    padding: 0 20px;
    margin: 0;
  }

  .filtersMenu li.dropdown {
    margin-bottom: 10px;
  }

  .call_me .phones_header {
    display: inline-block;
  }
  .quantity_basket_768 {
    margin: -17px 13px 0 0;
    font-size: 14px;
  }
  .footer_brands {
    flex-wrap: nowrap;
  }
  .social_group_footer {
    float: left;
  }
  .social_header_vk {
    margin-left: 0;
  }
  .section_top_footer{
    margin-top: 20px;
  }
  .phones_footer {
    float: left;
    margin-bottom: 20px;
  }
  #sync1 img {
    width:auto;
  }
  /*div.right_content {*/
    /*padding: 0;*/
  /*}*/
  .top_liks_mob {
    padding-left: 0;
    list-style: none;
  }
  .top_liks_mob > li >a {
    color: #fff;
    padding: 5px 10px 5px 0;
    display: block;
  }
  .ac_results {
    width: 100%!important;
    margin-left: -18px;
  }
  .category_heading {
    margin: 10px 0 -15px;
  }
  .navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    border-color: transparent;
    background-color: transparent;
  }
}
@media (max-width:600px) {
  .thumbnail p {
    font-size: 10px;
  }
  .thumbnail_text {
    font: 400 18px 'Helvetica Regular',Helvetica,Arial,sans-serif;
  }
}

@media (max-width:480px) {

  .row_catalog_products .col_product {
    width: 100%;
  }
}
@media (max-width:400px) {
  .thumbnail_wrapper {
    flex-direction: column;
  }
  .thumbnail_wrapper .col-xs-4 {
    width: 100%!important;
  }
}
/* END MEDIA QUERIES */

