@import '/fonts/fonts.css';

* {
    box-sizing: border-box;
}

html body {
    font-family: 'DINNextLT';
    font-weight: 300;
}

body h1, body h2, body h3, body h4, body h5, body h6{
    font-family: 'Linux Libertine';
}

body:not(.woocommerce-cart) .main-content table {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    border-top: 1px solid #ececec;
}

table {
    font-family: DINNextLT;
    letter-spacing: .5px;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
}

body:not(.woocommerce-cart) .main-content table tr:nth-child(2n+1) {
    background-color: #fcfcfc;
}

body:not(.woocommerce-cart) .main-content tr th:first-child {
    border-left-style: solid;
    border-left-width: 1px;
    border-color: #ececec;
}
body:not(.woocommerce-cart) .main-content th {
    border-left: medium none;
    border-style: none solid solid none;
    border-top: medium none;
    border-width: medium 1px 1px medium;
    font-weight: 700;
    padding: 10px;
    text-align: left;
    border-color: #ececec;
}

body:not(.woocommerce-cart) .main-content td {
    border-color: #ececec;
    border-left: none;
    border-style: none solid solid none;
    border-top: medium none;
    border-width: medium 1px 1px medium;
    font-size: 14px;
    padding: 10px;
}

.container, body[data-header-format="left-header"] .container, .woocommerce-tabs .full-width-content .tab-container, .nectar-recent-posts-slider .flickity-page-dots, .post-area.standard-minimal.full-width-content .post .inner-wrap, .material #search-outer #search {
    max-width: 1425px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.maincontainer {
    min-height: calc(100vh - 550px);
}

header {
    border-bottom: 1px solid #bb9d77;
    display: flex;
    justify-content: space-between;
    text-align: right;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.changedate-container {
    margin: 10px 0 50px;
}
.changedate-container p {
    margin: 5px 0;
}

a {
    color: #bb9d77;
    text-decoration: none;
}

.poweredby {
    border-top: 1px solid #000;
    margin-top: 50px;
    padding-top: 30px;
    text-align: center;
}


@media screen and (max-width: 767px) {

    header {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
}
#headertext p {
    white-space: pre-wrap;
}
