:root{
    --primary-color: #ae976d;
    --secondary-color: #3ab07c;
    --ternary-color: rgba(128,128,128,.4);
    --background-color: #F4F4F4;
    --bs-btn-border-radius: 8px;
    --page-width: 1660px;

    --colors-seda-900-nadpisy: #333333;
    --colors-seda-600-texty: #4d4d4d;
    --colors-seda-300-male-texty: #747474;
    --colors-seda-150-ikony: #C3C3C2;

    --colors-gold: #9b6600;
    --colors-gold-150: #FAF4E9;
    --colors-gold-hover: #c0a87f;
    --colors-border: #D4D4D4;
    --bs-btn-border-color: #D4D4D4;
    --bs-accordion-active-bg: #fafae9;
    --bs-nav-pills-link-active-bg: #fafae9;
}


header,footer {
    background: white;
    color: var(--colors-seda-900-nadpisy);
}

footer {
    font-size: 14px;
}

footer .container-inner {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body {
    font-family: 'Montserrat';
    font-size: 16px;
    text-decoration: none;
    background-color: var(--background-color);
    color: var(--colors-seda-900-nadpisy);
    padding: 0;
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}
.container {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}

.logo-image {
    height: 36px;
}

nav.menu-wrapper {
    display: inline-block;
}

.header-menu {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    z-index: 99;
    display: block;
    position: relative;
}

.dropdown-items{
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-menu>.menu-item {
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 13px;
    padding: 20px 0;
}

.header-menu>.menu-item>a {
    color: var(--colors-seda-900-nadpisy);
    text-decoration: none;
    padding: 0 10px;
}
header a.btn {
    background: #fff;
    color: var(--colors-seda-900-nadpisy);
    padding: 10px 15px;
    line-height: 32px;
    border-radius: 3px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
}
header a.btn:hover {
    box-shadow: 3px 3px 3px rgb(0 0 0 / 30%);
}

.header-logo {
    height: 60px;
    display: inline-flex;
    margin: 0;
    align-items: center;
}

header {
    height: 60px;
    width: 100%;
    animation: spFadeIn 0.5s;
    z-index: 10;
    position: sticky;
    top: 0;
}

.header-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

#main-body {
    min-height: calc(100vh - 206px);
    padding-top: 32px;
    padding-bottom: 32px;
}


@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (max-width: 768px) {
    nav .menu-item.menu-has-child {
        display: none !important;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h2 {
    text-transform: uppercase;
    font-weight: 900;
    color: var(--colors-gold);
    font-size: 2rem;
}


.h3, h3 {
    font-size: calc(1.3rem + .6vw);
}

@media (max-width: 767px) {
    h2 {
        font-size: 23px;
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.text-block {
    max-width: 600px;
}

.align-center {
    display: flex;
    justify-content: center;
}
.page-content {
    padding: 80px 0;
}

@media (max-width: 650px) {
    .page-content {
        padding: 80px 20px;
    }
}

.page-content-2 {
    padding: 16px 0 16px 0;
    margin: 0;
}

.center-text {
    text-align: center;
}

.menu-dropdown {
    display: none;
    width: 240px;
    top: 60px;
    margin: 0;
    position: absolute;
    z-index: 10;
    background: #ffffff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    color: var(--colors-seda-900-nadpisy);
}

.menu-item.menu-has-child:hover>.menu-dropdown {
    display: block;
    animation: spFadeInUp 400ms ease-in;
}
.menu-item img {
    height: 14px;
}
.menu-dropdown a {
    color: var(--colors-seda-900-nadpisy);
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    padding: 8px 0;
    cursor: pointer;
}

.menu-dropdown a:hover {
    color: var(--colors-gold-hover);
}

div.cell {
    width: 210px;
    height: 225px;
    border: solid 1px var(--colors-seda-900-nadpisy);
    display: inline-block;
    margin: 15px;

    color: var(--colors-gold);
    text-align: center;
    font-weight: bold;
}

@media (max-width: 484px) {
    div.cell {
        width: 100%;
    }
}

.cell-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cell-overlay {
    z-index: 1;
    position: relative;
    top: -240px;
    height: 100%;
    width: 100%;
    pointer-events: none;
    display: flex;
    justify-content: center;
    float: left;
}

.cell-overlay span {
    align-self: flex-end;
}

.center-cells {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}

/***** Detail page *****/
h1.product-title {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h2.manufacturers-title {
    font-size: 2rem !important;
    margin-bottom: 0.5rem !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    margin-top: 32px !important;
}

.inline a{
    color: #fff !important;
    background: var(--colors-gold) !important;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.inline a:hover {
    color: white !important;
    text-decoration: none;
}
.row.content {
    border: 1px solid #ccc;
}
.row.content .col-lg-4 {
    border-right: 1px solid #ccc;
}
.row.content .col-lg-4:nth-child(3) {
    border-right: 0;
}

@media (max-width: 991px) {
    .row.content .col-lg-4 {
        border-right: 0;
    }
}

.product-properties {
    width: calc(100% - 30px);
    margin: 30px 15px;
}

.product-field {
    border-bottom: 1px solid rgb(204 204 204 / 45%);
    margin-bottom: 6px;
}

.product-field-desc {
    font-weight: bold;
    font-size: 13px;
}

.product-field-display {

}

.content table {
    width: calc(100% - 30px);
    margin: 30px 15px;
    font-size: 14px;
}

.content table tr {
    border-bottom: 1px solid rgb(204 204 204 / 45%);
}

.content table td {
    min-width: 40px;
    padding: 3px 0;
}

.content table td:nth-child(3) {
    min-width: 60px;
}

.right {
    float: right;
}

div.manufacturer-name {
    font-size: 16px;
    font-weight: bold;
}

.manufacturer-panel {
    margin: 8px;
}

.manufacturer-logo img {
    max-height: 100px;
    max-width: 100%;
    width: auto;
    float: right;
    text-align: right;
}

.manufacturer-contact {
    font-weight: bolder;
    display: block;
}

div#bt_root {
    font-size: inherit!important;
    font-family: inherit!important;
}

.product-table tbody tr {
    display: inline-block;
    width: 33%;
    height: 434px;
    border: 1px solid #dee2e6;
}

@media (max-width: 992px) {
    .product-table tbody tr {
        width: 50%;
    }
}

@media (max-width: 572px) {
    .product-table tbody tr {
        display: block;
        width: 100%;
    }
}

.product-table tbody td {
    padding: 0 !important;
}
.product-table tbody td div{
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: stretch;
}
.btech .bt-dt-img-preview {
    height: initial!important;
    width: initial!important;
}
.product-table tbody {
    display: table-caption;
}

.product-table thead {
    display: none;
}

.product-table td {
    display: none;
}

.product-table td:nth-child(4) {
    display: block;
    height: 434px;
}

.product-table td h4 {
    color: #424242;
    text-align: center;
    width: 100%;
    font-size: 120%;
    line-height: 1.3;
    padding: 1em;
}

.product-table a.detail-btn {
    border: 0;
    border-top: 1px solid #dedede;
    color: #666;
    font-weight: 500;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 0.5px;
    padding-top: 0;
    padding-bottom: 0;
    transition: color 400ms, background-color 400ms;
    background-color: rgb(240, 240, 240);
}
.product-table a.detail-btn:hover {
    background-color: #588B6E;
    border-color: #588B6E;
    color: white;
    text-decoration: none;
}

#main_data_table img {
    max-width: calc(100% - 2px);
}