body {
    font-family: Verdana;
    font-size: 16px;
    color: #333;
    padding-top: 5px;
}
/* Добавлено из style.css */
.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) {
    .container table thead {
        display: none;
    }
    .container table tr {
        display: block;
    }
    .container table td {
        display: flex;
        justify-content: space-between;
        font-size: 16px;
    }
    .container table td::before {
        content: attr(data-label);
        font-weight: bold;
        margin-right: 20px;
    }
}
/*=======\\АДАПТАЦИЯ ТАБЛИЦ*/

.Tovar_s_fotografii {
    font-size: 11pt;
    width: 100%;
}

/* МЕНЮ ШАПКА цвет главного меню с текстом первый горизонтальный */
.cl0 {
    background: linear-gradient(to bottom, #f5f5f5, #f5f5f5);
    height: 25px;
}
.cl0 a:link, .cl0 A:visited, .cl0 A:active, .cl0 A:hover {
    color: black;
}

/* МЕНЮ ШАПКА цвет главного меню с картинками/кнопками горизонтальный */
.cl1 {
    background: linear-gradient(to bottom, #f5f5f5, #f5f5f5);
}
.cl1 a:link, .cl1 A:visited, .cl1 A:active, .cl1 A:hover {
    color: black;
}

/* окно ввода поискового запроса и размер телефонов в шапке */
@media (min-width: 768px) {
    #nav-head-search-text {
        min-width: 200px;
    }
    #Header-tel-font-size {
        font-size: 20pt;
    }
}
@media (min-width: 992px) {
    #nav-head-search-text {
        min-width: 250px;
    }
    #Header-tel-font-size {
        font-size: 20pt;
    }
}
@media (min-width: 1200px) {
    #nav-head-search-text {
        min-width: 400px;
    }
    #Header-tel-font-size {
        font-size: 20pt;
    }
}

.modal-header {
    text-align: center;
}
.modal-footer {
    text-align: center;
}
/* КНОПКА поиска */
.btn-default {
    color: #fff;
    background-color: #1de931 !important;
}
.btn-default:hover, .btn-default:focus {
    background-color: #07b319 !important;
    color: #fff !important;
}
.spiskom {
    text-align: left;
    Max-width: 500px;
}
/* цветовой стиль сайта */
.btn-danger-color {
    color: black;
    background-color: #1de9b6;
    border-color: #1de9b6;
}
/* цветовой стиль сайта не уверен*/
.btn-danger-color:hover {
    color: black;
    background-color: #1de9b6;
    border-color: #1de9b6;
}
.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: 13px/1 Arial, sans-serif;
    color: #2c539e;
}
.red-text {
    color: #F44336 !important;
}
.margin-left_5px {
    margin-left: auto;
}

/* Списки */
/* цветовой стиль сайта */
.menu_right_title {
    color: #1de9b6;
    font-weight: bold;
    margin: 2em 0 0 0;
    font-size: 120%;
}
/* цветовой стиль сайта */
.menu_right_title a:link {
    color: #1de9b6;
}
/* цветовой стиль сайта */
.menu_left_title {
    color: #1de9b6;
    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: #da6139;
    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-flex;
    border: double 2px;
    border-color: #e4e6e7;
    border-radius: 4px;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}
.card1:hover {
    background: #e4e6e7;
    border: double 2px;
}
.card1 > a:hover {
    text-decoration: none;
}

a:link, a:visited {
    color: #0d4680;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
}

/* цветовой стиль сайта МЕНЮ ШАПКА цвет главного меню с текстом второй горизонтальный */
.red_background-color {
    background: linear-gradient(to bottom, #1de9b6, #02c897);
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
    color: #02c897;
    background-color: #060606;
    font-weight: bold;
}
.navbar .navbar-nav > li > a {
    color: #02c897;
    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: left;
    width: inherit;
}
.red {
    color: red;
}
.green {
    color: green;
}
.search-adv-menu-left > div {
    padding: 5px 5px 5px 5px;
}

/* 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
 */
.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;
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }
}
.nav-sidebar {
    margin-right: -21px;
    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: 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;
}

/* для метки о видео начало */
.video-thumbnail {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #f8f9fa !important;
    border: 2px dashed #dc3545 !important;
    text-decoration: none;
}
.video-thumbnail:hover {
    background-color: #e9ecef !important;
    border-color: #c82333 !important;
    text-decoration: none;
}
.video-thumbnail i,
.video-thumbnail div {
    transition: all 0.3s ease;
}
.video-thumbnail:hover i,
.video-thumbnail:hover div {
    color: #c82333 !important;
}
.video-anchor {
    padding-top: 100px;
    margin-top: -100px;
}
@media (max-width: 767px) {
    .video-anchor {
        padding-top: 220px;
        margin-top: -220px;
    }
}
/* для метки о видео конец */