body {
    /*background-color: silver;*/
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

html, body {
    /* Убирает прокрутку по горизонтале, для мобильной версии */
    overflow-x: hidden;
}

.bg-primary {
    background: none;
}

#menu {
    background: none;
}


.language_switcher {
    background-color: black;
}

#logo {
    margin: 0;
}

#cart-total {
    font-size: 0.8rem;
}

.cart-total {
    padding: 0;
    background: none;
    border: none;
    color: rgba(0, 0, 0, .7);
}

.cart-total:hover {
    background-color: #e5b4ad;
}

.middle-header {
    background-color: #ffc8c1;
}

.image_logo {
    /*margin: auto!important;*/
    /*margin-left: 20px;*/
    box-sizing: unset !important;
}

.personal_account {
    background-color: #ffc8c1;
}

.nav-link .personal_account {
    background-color: red;
    padding: 0;
}

.form-control {
    /*border-radius: 50em;*/
}

.input-group-append {
    /*border-radius: 50em;*/
}


.bg-primary {
    background: none !important;
}


.navbar-toggler {
    color: red;
    background: #ffc8c1;
}

.navbar-toggler-icon {
    color: red;
}

.navbar-nav-main-menu {
    font-size: 1.1em;
}

.breadcrumb {
    background: none;
}

.copy-right-dn {
    color: black;
}

.top-part-footer {
    background-color: white;
    color: black;
}

.top-part-footer a {
    color: black;
}

.top-part-footer a:hover {
    color: red;
}

.table thead th {
    border-bottom: none;
}

.table th {
    border-top: none;
}

.table td {
    border-top: none;
}

footer {
    padding-top: 0;
    margin-top: 60px;
}

.middle_footer {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.footer_contact_table {
    text-align: right;
}

.middle-header #logo {
    text-align: center;
}

/*#smallnavbar div{*/
/*    text-align: center!important;*/
/*    color: red!important;*/
/*}*/

/*#navbarSupportedContent{*/
/*    justify-content: center!important;*/
/*}*/

/*#top {*/
/*    !*text-align: center!important;*!*/
/*    justify-content: center !important;*/
/*}*/

.main-page-content {
    padding-left: 0;
    padding-right: 0;
}

.img-slider {
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto!important;
}
/*div .img-slider {*/
/*    object-fit: cover;*/
/*}*/

#slideshow0 img {
    /*min-width: 100% !important;*/
    /*max-width: 100% !important;*/
    /*height: 100%!important;*/
}

.goods_button_main_page {
    border: none;
    font-weight: bold;
}

.buttons_main_page {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.main-slider {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0!important;
    padding-right: 0!important;
}


.language_switcher {
    padding-left: 2em;
}

.list-group-item {
    color: rgba(0, 0, 0, .7);
}

.btn-primary {
    border: none;

    background: #72bbff;
    padding: 10px 50px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;

}
footer div ul li a {
/*footer.list-unstyled li a {*/
    color: white;
}

.bg-dark {
    background-color: #303030!important;
    border-top: none;
}


.breadcrumb-item a {
    color: rgba(0, 0, 0, .7);
}

.list-group a {
    background-color: #ced4da;
    /*background-color: #ffc8c1;*/
    border: none;
}

.list-group-item.active {
    /*background-color: red;*/
    /*background: #a94442 !important;*/
    background: silver;
}
.list-group-item:hover {
    color: white!important;
}

#compare-total {
    color: rgba(0, 0, 0, .7);
}

.caption > h4:nth-child(1) > a:nth-child(1) {
    color: rgba(0, 0, 0, .7);
}

.list-group-item:hover {
    color: #6e1a10;
    font-style: oblique;
    background-color: #a94442;
}

.main-page-icons {
    /*margin-top: 3em;*/
    /*margin-bottom: 3em;*/
}

.main-page-icons div {
    text-align: center;
}

.main-page-icons div img {
    padding: 30px;
    width: 150px;
    height: 150px;
    z-index: 100;
}

.category-tile {
    width: 80%;
    margin-top: 25px;
    margin-bottom: 25px;
}

.layer {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: no-repeat;
    background-size: cover;
}

.category-link-text {
    text-decoration: none;
    color: black;
    background-color: white;
    opacity: 0.5;
}

.layer div {
    background-color: white;
    width: 100%;
    margin: 0;
    padding: 10px;
    text-align: center;
    opacity: 0.5;
}
.layer div:hover {
    background-color: white;
    opacity: 0.7;
    font-weight: bold;
    color: maroon;
}
.my-container {
    margin-top: 150px!important;
}

.table_data_footer {
    background-color: white;
}
.table_outer {
    background-color: white;
    width: 100%;
}
div > ul > li > a {
    color: #000;
}

div.scrollup {
    position: fixed; /* фиксированная позиция */
    color: white !important; /* цвет текста */
    background-color: #72bbff; /* цвет заднего фона */
    right: 20px; /* расстояние от правого края */
    bottom: 0px; /* расстояние от нижнего края */
    padding: 4px 10px; /* отступы до содержимого блока */
    font-size: 20px; /* размер шрифта (иконки) */
    border-top-left-radius: 4px; /* скругление верхнего левого угла */
    border-top-right-radius: 4px; /* скругление верхнего правого угла */
    cursor: pointer; /* форма курсора */
    display: none; /* не отображать элемент */
    text-align: center; /*выравнивание содержимого элемента по центру */
}

div.scrollup:hover {
    /*background-color: rebeccapurple; !* цвет заднего фона при наведении *!*/
}

.fa-chevron-up {
    color: white !important;
}


@media (max-width: 768px) {
    .category-tile {
        width: 100%;
    }
}

.breadcrumb {
    font-size: 0.7em;
}

.product-thumb h4 {
    font-size: 1.1em;
    font-weight: 900;
}

ul.nav > li > a {
    font-size: 0.8em;
    padding: 8px;
}