body {
    /*font-family: Verdana;*/
    /*font-size: 11pt; /* ПЛОХО - pt плохо для веба */
    font-size: 16px; /* ХОРОШО - стандартный читаемый размер */
    color: #333;
    padding-top: 5px;
}
/*Для мобильных устройств добавьте медиа-запрос*/
@media (max-width: 768px) {
    body {
        font-size: 18px; /* Еще больше для мобильных */
    }

    /* Увеличьте другие текстовые элементы */
    .label, .Tovar_s_fotografii {
        font-size: 16px;
    }

    /* Увеличьте кнопки для удобного нажатия */
    .design {
        padding: 12px 24px; /* Было 1px 20px - слишком мало! */
        min-height: 44px; /* Минимальный размер для касания пальцем */
    }
}
/* Добавил======*/
.label {
    font-size: 11pt;
}
/*АДАПТАЦИЯ ТАБЛИЦ*/
 .container {
     min-width: 320px;
     max-width: 100%;
     padding: 0 15px;
     box-sizing: border-box;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
}

table td, table th {
    padding: 10px;
    border: 1px solid #cbbdbd;
}

tr:nth-child(even){
    background-color: #e8e8e8
}
 @media (max-width: 720px) {
    /*// переопределяем CSS правила*/
    .container table thead {
         display: none;
         /*Скроем названия в шапке таблицы.*/
    } 
    .container table tr {
         display: block;
      /*Преобразуем строчные ряды таблицы в блочные элементы. Теперь таблица имеет совсем другой вид – ячейки встали в столбик.*/
    }
    .container table td {
        display: flex;
        justify-content: space-between;
        font-size: 16px; /*14px мало увеличиваю до 16px*/
        /*Назначим ячейку флекс-контейнером, а данные ячеек раскидаем по правому и левому краю вдоль главной оси.*/
    }
    .container table td::before {
         content: attr(data-label);
         font-weight: bold;
         margin-right: 20px;
     /*При помощи псевдоэлемента before и функции attr(), подставим в каждую ячейку значение data-label.*/
     }
}
/*=======\\\АДАПТАЦИЯ ТАБЛИЦ*/
.Tovar_s_fotografii
{
    font-size: 11pt;
}
.cl0 
{
/*background: linear-gradient(to bottom, #484848, #282828);
height: 25px;*/
}
    .cl0 a:link
    {
    /*color: #FFFFFF !important;*/
    }
.cl1
{
    /*background: linear-gradient(to bottom, #52bee4, #5275e4);*/
}
.modal-header {
    text-align: center;
}
.modal-footer {
    text-align: center;
}
.btn-default {
    color: #fff;
    /* background: #2BBBAD; */
    /*background: #ff4111;*/
    background-color: #2BBBAD !important;
}
.btn-default:hover, .btn-default:focus {
    background-color: #90a4ae!important;
    color: #fff !important;
}
.spiskom
{
    text-align: left;
    Max-width: 500px;
}
.btn-danger-color /*Цвет Расширенный поиск*/
{
    color: #fff;
    background-color: #2BBBAD;
    border-color: #2BBBAD;
}
     .btn-danger-color:hover
     {    
        color: #fff;
        background-color: #2BBBAD;
        border-color: #2BBBAD;
     } 

.margin-left_5px
{
    margin-left: auto;
}
.btn-primary_background-color
{
        background-color: #e6e6e6;
        border-color: #2c539e;
}
    .btn-primary_background-color:hover
    {
        background-color: #e6e6e6;
        border-color: #2c539e;
    }
/*ссылки - в овальные кнопки*/
.design {
        display: inline-block; /* Строчно-блочный элемент */
        padding: 1px 20px; /* Добавляем поля */
        text-decoration: none; /* Убираем подчёркивание у ссылки */
        cursor: pointer; /* Курсор в виде руки */
        background: #e6e6e6; /* Фон для браузеров, не поддерживающих градиент */
        border-radius: 4px; /* Скругляем уголки */
        border: 1px solid #747474; /* Добавляем синюю рамку */
        font: 12px/1 Arial, sans-serif; /* Рубленый шрифт */
        color: #2c539e; /* Цвет текста и ссылки */
   }
.red-text {
  color: #F44336 !important;
}
.margin-left_5px
{
    margin-left: auto;
}
/* Списки */
.menu_right_title
{
    color: #2BBBAD;
    font-weight: bold;
	margin: 2em 0 0 0;
    font-size: 120%;
}
    .menu_right_title a:link
    {
        color: #f24949;
    }

.menu_left_title {
    color: #2BBBAD;
    font-weight: bold;
	margin: 2em 0 0 0;
    font-size: 150%;
}
.menu-left ul {
    margin: 1em 0 0 0;
    padding: 0;
    line-height: 2;
    list-style: none;
}
/* Вы смотрели */
.viewed-items:not(:empty) {
    padding: 10px 20px 10px 10px;
    border: 1px solid #ccc;
    margin: 0 0px 5px 0;
}
.viewed-items > h3 {
    color: #f24949;
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0;
}
.viewed-items > ul {
    margin: 5px 0 0 0;
    padding: 0;
    line-height: 2;
    list-style: none;
}
.viewed-items li:not(:last-child) {
    border-bottom: thin solid gray;
}
/* ======= */
.card1
{
/*	display: inline-block; */
	border: double 2px;
	border-color: #e4e6e7;
	border-radius: 4px;
	/*margin: 0.1%;
	overflow: visible;
	transition: box-shadow 0.3s ease-in-out;
	padding: 5px;
	box-sizing: border-box;
	max-width: 215px;*/
	text-align: center;
}
.card1:hover{background: #e4e6e7; border: double;}
.card1 > a:hover{text-decoration: none;}
/* A */
a:link, a:visited {
    color: #0d4680;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
}

.red_background-color {
    background-color: #bdbdbd!important;
}
/*****надписи меню *******/
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
	color: rgba(255, 255, 255, 0.8);
	background-color: #7c7d7d;
	font-weight: bold;
}
.navbar .navbar-nav > li > a {
  color: rgba(0, 0, 0, 0.84);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: medium;
      text-decoration: none;
    font-weight: bold;
}
/************************/
/* Добавил======*/
.head-l3 {
    background-color: #b3b3b3;
    padding-top: 15px;
}
.search-adv-menu-left {
    vertical-align: top;
    background-color: white;
    margin: 0 0px 5px 0;
    /*float: right;*/
    float: left;
    width: inherit;
}
.red {
    color: red;
}
.green {
    color: green;
    font-size: 2em;
    background-color: #f8f8f8;
    border: 1px solid #000;
}
.search-adv-menu-left > div {
    padding: 5px 5px 5px 5px;
    /*border: 1px solid #ccc;*/
}
/*site-search-adv.css*/
.search-adv-filter-div 
{
    margin: 0 0 10px 0;
}
.search-adv-filter 
{
    width: 95%;
    margin: 0px;
}
.search-adv-filter-sample 
{
    color: #808080;
    font-size: 11pt;
}
.search-adv-filter-delete-button 
{
    margin: 3px 0 0 5px;
    display: none;
}
.search-button-div 
{
    text-align: center;
}
.search-button-div .search-adv-search-button
{
    font-weight: bold;
    font-size: 1.1em;
    margin: 5px 0 5px 0;
}
.search-tile-main {
    margin: 20px 0 0 0;
	padding-left: 15px;
}
.search-tile-div {
    float: left;
    margin: 0 20px 20px 0;
    padding: 5px;
    border: 1px solid #808080;
}
.search-tile-name {
    margin: 0 0 5px 0;
}
.search-tile-price {
    font-size: 12pt;
    font-weight: bold;
    margin: 0 0 5px 0;
}
/* Sizes */
.search-adv-sizes 
{
    margin-bottom: 10px;
}
.search-adv-size-title 
{
    margin-bottom: 5px;
}
.search-adv-slider-input-div 
{
    padding-bottom: 5px;
}
.search-adv-slider-input 
{
    width: 48px;
}
.search-adv-slider-main 
{
    margin: 0 0 0 7px;
}
.search-adv-slider-width, .search-adv-slider-price 
{
    width: 151px;
}

/* Count */
.search-adv-count-main {
    position: absolute;
    margin: 0 0 0 199px;
    padding: 5px;
    background: #ffeee5;
    border: 1px solid #ffaa80;
    box-shadow: 0 2px 2px -1px #808080;
    display: none;
}

/* Autocomplete */
.ui-autocomplete
{
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 200px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}


.thumbnail.right-caption > a > img {
    float: left;
    margin-right: 9px;
}

.thumbnail.right-caption {
    float: left;
}

.thumbnail.right-caption > .caption {
    padding: 4px;
}
​
.styleLikeH3 {
  orphans: 3;
  widows: 3;
  page-break-after: avoid;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}
.styleLikeH4 {
  display: block;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 120%;
  text-align: center;
 /* font-size: 18px;*/
}
.styleLikeH5 {
  display: block;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}


.multi-column-dropdown {
  list-style: none;
}
.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #999999;
  white-space: normal;
}

.multi-column-row {
    margin-left: 0px;
    margin-right: 0px;
}
.multi-column-sm-4 {
    width: 32%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}
.multi-column-sm-6 {
    width: 48%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}
.multi-column-sm-8 {
    width: 95%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}
.dropdown-menu.columns-1 {
    min-width: 200px;
}
.dropdown-menu.columns-2 {
    min-width: 640px;
}
.dropdown-menu.columns-3 {
    min-width: 955px;
}
