@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:1439px) {
  .product_slider .owl-nav .owl-next {
    right: 0;
  }
  .product_slider .owl-nav .owl-prev {
    left: 0;
  }
}
@media (max-width:1199px) {
  .main_nav {
    margin: 0 auto 0 auto;
    text-align: center;
  }

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

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

  .user_info_container time {
    margin: 5px 0 0 0;
  }
  #browse_category .cat_item {
    padding: 10px;
  }
  .cat_product .product {
    min-width: 213px;
  }
  .nav-tabs>li>a,
  .nav-tabs>li.active>a,
  .nav-tabs>li.active>a:hover,
  .nav-tabs>li.active>a:focus,
  .nav-tabs>li>a:hover,
  .nav-tabs>li>a:focus {
    padding: 10px 15px 20px;
  }
}/* 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%;
  }
  .top_main_container .header_block {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .header_action {
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
  }
  .search_site {
    margin-right: 20px;
  }
  .form_search_site {
    width: 100%;
  }
  .search_site_submit {
    top: calc(50% - 2px);
  }
  #browse_category {
    padding: 0;
  }
  #browse_category .cat_item:first-of-type {
    margin: 0;
    padding: 10px;
  }
  .nav-tabs>li {
    margin: 0 10px 0 0;
  }
  .product {
    width: 190px;
  }

}

@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 {
    width: 100%;
  }

  .form_search_site {
    width: 100%;
    display: inline-block;
    margin: 0;
  }

  .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;
  }

  .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 {
    display: block;
    padding: 0 0 20px;
  }
  #sync1 .item {
    height: 110px;
    line-height: 110px;
  }
  #sync1 img {
    width:auto;
    max-height: 110px;
  }
  /*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;
  }
  .like_h2 {
    font-size: 18px;
    margin: 10px 0;
  }
  .like_p {
    font-size: 14px;
  }
  #browse_category .cat_item {
    padding: 10px 10px 20px;
  }
  #browse_category a {
    font-size: 12px;
  }
  #browse_category span {
    width: 48px;
    height: 48px;
    margin: 0 0 10px;
  }
  .product {
    width: 100%;
  }
  .manuf_img {
    max-height: 17px;
    margin: 10px 0;
  }
  .model_product2 {
    height: 42px;
    font-size: 12px;
  }
  .nav-tabs {
    display: flex;
    align-items: flex-end;
    margin: 0 -5px 30px;
    padding: 0;
  }
  .nav-tabs>li {
    margin: 0;
  }
  .nav-tabs>li>a, .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
    padding: 10px 5px 15px;
    text-align: center;
    font-size: 12px;
  }
  .modal-dialog {
    margin: 0;
  }
  #modal_getModalProduct .modal-body {
    padding: 0 20px 20px;
  }
  #modal_getModalProduct .modal-header .close, #modal_cart_popup .modal-header .close {
    font-size: 16px;
  }
  .product_action-buttons {
    padding: 0 0 0 10px;
  }
  .prod_price {
    margin: 5px 0;
  }
  .product_card_name,
  .new_price_card_product {
    font-size: 18px;
  }
  .additional_images2 > span.single_slide {
    height: 110px;
  }
  .single_slide img {
    max-height: 110px;
  }
  .modal_bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .product_action-buttons,
  .continue_block {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .continue_block .close {
    width: 100%;
  }
  #modal_cart_popup .modal-body {
    padding: 0 0 20px;
  }
  #modal_getCheckout .modal-body {
    padding: 0 15px 40px;
  }
  .success_header {
    padding-left: 40px;
  }
  .success_header svg {
    width: 25px;
    height: 25px;
  }
  .success_header h1 {
    font-size: 18px;
  }
  .success_wrapper p {
    font-size: 14px;
  }
  .success_wrapper .title {
    font-size: 16px;
  }
  .success_info_bottom {
    flex-direction: column;
    margin-top: 30px;
  }
  .success_info_bottom p {
    font-size: 16px;
  }
  .success_order_customer > div {
    flex-basis: 49%;
  }
}
@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;
  }
}
@media (max-width:340px) {
  .nav-tabs {
    flex-wrap: wrap;
  }
}
/* END MEDIA QUERIES */

