@font-face {
    font-family: GroteskRoman;
    src: url(../fonts/NHaasGroteskTXPro-55Rg.ttf);
}
@font-face {
    font-family: GroteskMedium;
    src: url(../fonts/NHaasGroteskTXPro-65Md.ttf);
}
@font-face {
    font-family: GroteskBold;
    src: url(../fonts/NHaasGroteskTXPro-75Bd.ttf);
}

* {
    --font-default: GroteskRoman;
    --color-primary: GroteskRoman;
    box-sizing: border-box;
}

p {
    padding: 0!important;
    margin: 0!important;
}

/* main content */
#app {
    font-family: var(--font-default);
    font-size: 12px;
    height: 100vh;
}

/* header */
.page-header {
    font-weight: bold;
    margin-bottom: 18px;
}
.page-header.content {
    padding-top: 9px;
    position: relative;
}
.page-header a {
    font-family: GroteskMedium, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 41px;
    line-height: 51px;
    padding: 0;
    margin: 0;
    text-shadow: -5px 5px 8px rgba(0, 0, 0, 0.25);
    color: black;
    text-decoration: none!important;
}
.logo {
    float: left;
    margin: 0 0 9px 36px;
    max-width: 50%;
    position: relative;
    z-index: 5;
    font-family: GroteskMedium, serif;
}
.nav-toggle {
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    right: 34px;
    position: absolute;
    top: 24px;
    z-index: 14;
}
.nav-toggle>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.nav-toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 41px;
    line-height: 51px;
    color: #8f8f8f;
    content: '\e609';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

/* sidebar */
.app-sidebar { transition: 0.5s; font-size: 12px; font-weight: bold;}
.app-sidebar a:hover {
    text-decoration: none;
}
.app-sidebar h1 {
    margin: 0;
    padding: 2px 8px
}
.app-sidebar-link {
    transition: 0.3s;
    padding: 2px 8px;
    width:100%;
    margin-left:0;
    margin-right:0;
    color: #000;
    display:block;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}
.app-sidebar-link, .app-sidebar-link:hover, .app-sidebar-link:active {

    text-decoration: none;
}

.app-sidebar-content {
    position: sticky;
    top: 16px;
}
.app-sidebar-submenu {
    padding: 5px 0;
    font-family: GroteskRoman, serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
}
.app-sidebar-submenu-content {
    margin-top: -10px;
    padding-top: 10px;
    padding-bottom: 16px;
    padding-left: 16px;
    background-image: url("../img/submenubg.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.app-sidebar-submenu-content .app-sidebar-link {
    font-size: 12px;
}
.underline, .underline:hover, .underline:active {
    text-decoration: underline!important;
}
.app-sidebar-submenu .bg {
    /*background-image: url("../img/submenubg.svg");*/
    /*width: auto;*/
    /*height: auto;*/
    /*background-color: rgba(196, 196, 196, 0.08);*/
    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(8px);

    /* Full height */
    /*height: 100%;*/

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.app-sidebar-sector {
    padding: 4px 0;
}
.app-sidebar-sector p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-top: 2.5px;
    margin-bottom: 2.5px;

}
.app-sidebar-sector.btm {
    margin-top: 30em;
}
.app-sidebar-sector.btm .app-sidebar-link:hover {
    /*text-decoration: underline;*/
}
.app-sidebar-sector.btm .app-sidebar-link:before, .app-sidebar-sector.btm .app-sidebar-link:hover:before {
    display: none;
}
.app-sidebar-sector.btm .app-sidebar-link.cart {
    font-weight: 700;
    text-decoration: none!important;
}
.app-sidebar-sector.btm input, .app-sidebar-sector.btm input:focus, .app-sidebar-sector.btm input:hover {
    display: block;
    background: none;
    border: none;
    outline: none;
    color: var(--color-primary);
    font-family: var(--font-default);
    font-size: 12px!important;
    text-decoration: none!important;
}

.app-sidebar-sector.btm input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--color-primary);
}

/* home */
.data-home-grid {
    display: grid;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    /*background-color: rgba(196, 196, 196, 0.08);*/
    /*backdrop-filter: blur(4px);*/
    background-image: url(../img/cataloguebg.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.data-home-item {
    font-weight: bold;
    cursor: pointer;
    /*width: 100%;*/
    /*height: 366px;*/
    /*width: 321px;*/
}

.data-home-item a, :hover {
    color: inherit;
    text-decoration: none;
}

.data-home-item img {
    display: block;
    margin: 0 auto;
    width: 100%;
    transform: scale(0.9, 0.9);
    transition: transform 100ms ease-in-out;
}

.data-home-item p {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    font-feature-settings: 'tnum' on, 'lnum' on;
}
.data-home-item .price {
    color: #000;
    text-align: center;
    margin-top: 2.74px!important;
    font-family: GroteskMedium, serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    font-feature-settings: 'tnum' on, 'lnum' on;
}
@media (min-width: 768px){
    .app-sidebar-link:before {
        /*content: '>> ';*/
        display: none
    }
    .app-sidebar-link:hover:before {
        display: inline
    }
    .data-home-item p:before {
        /*content: '>> ';*/
        display: none
    }

    .data-home-item:hover p:before {
        display: inline
    }
}
.data-home-item:hover img {
    transform: scale(1, 1)
}

.data-home-item p span .sale {
    color: var(--color-primary);
}

/* item */
.data-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
}
.data-item-content {
    padding-bottom: 36px;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
}
.data-item-price {
    margin-top: 9px;
    margin-bottom: 30px;
    font-weight: bold;
    /*color: var(--color-primary);*/
    /*font-size: 2em;*/
}

.data-item-images {
}
.data-item-images-main {
    max-width: 100%;
}

.data-item .form-field {
    margin: 12px 0;
}
.data-item .form-field label {
    font-weight: bold;
    text-align: right;
    clear: both;
    float:left;
    /*margin-right:15px;*/
}
.data-item .form-field select {
    height: 15px;
    font-size: 12px!important;
}
.data-item .form-field .preinput {
    display: block;
    overflow: hidden;
}
.data-item .form-field input, .data-item .form-field select, .formdata select {
    background: none;
    border: none;
    outline: none;
    color: #000;
    font-family: var(--font-default);
    font-size: 12px!important;
    text-decoration: none!important;
    padding: 0!important;
}

.data-item-more {
}

/* page */
.data-page {

}
.data-page a {
    color: #000;

}

.full-width {
    width: 100%;
}

.form-note {
    margin-bottom: 18px;
}

/* footer */
.app-footer {
    margin-top: auto;
    width: 100%;
    left: 0;
    bottom: -145px;
    background-color: black;
    transition: 1s;
    color: #fff!important;
    z-index: 999;
    display: block;
}
.app-footer.content a {
    color: #fff!important;
}
.app-footer.content .socialMedia {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    margin-bottom: 43px;
}
.app-footer.content .newsletter_subs {
    order: 4;
    width: 271px;
}
.app-footer.content .newsletter_subs #news_link {
    text-decoration: underline;
    color: #fff;
}
.app-footer.content .info {
    order: 5;
    width: 100%;
    text-align: right;
}
.app-footer.content .info span {
    max-width: 532px;
    margin: 0 0 0 auto;
}

/* modal */
.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    /* visibility: hidden; */
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    z-index: 999;
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    width: 100%;
    padding: 0;
    overflow: hidden;
    max-height: 81vh;
    max-width: 1440px;
    min-width: 1120px;
}
.modal-content #content {
    padding: 10px;
}
.modal-content #content .modal-logo {
    display: none;
    font-size: 3.5em;
    font-weight: bold;
    line-height: 1;
    color: black;
    text-decoration: none!important;
    margin-bottom: 30px!important;
    padding: 0!important;
}
.modal .close {
    width: 36px;
    height: 36px;
    color: #aaa;
    float: right;
    font-size: 36px;
    font-weight: bold;
}
.modal .close:hover,
.modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.login-container .block-title {
    border: none;
    font-size: 12px;
    padding-bottom: 0;
    margin-bottom: 17px;
}

.login-container .block {
    margin-bottom: 36px;
}

@media (min-width: 768px) {

    .page-wrapper {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        padding: 0 69px;
        min-height: 100%;
        margin-bottom: 35px;
    }
    .page-header {
        border: 0;
        margin-bottom: 42px;
        flex: 0 0 84px;
    }
    .logo {
        margin: 0 auto 25px 0;
    }
    .header.content {
        position: fixed;
        width: 100%;
        padding: 69px 0 0;
        max-width: none;
        height: 84px;
    }
    .app-content {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        flex: 1 1 100%;
        /*min-height: 100vh;*/
    }
    .data-home-grid {
        grid-template-columns: repeat(3, 1fr);
        padding: 50px;
    }
    .app-sidebar {
        background: none;
        flex: 0 0 16.66%;
        max-width: 320px;
        min-width: 173px;
        margin-bottom: 22.5px;
        width: 100%;
    }
    .app-sidebar .app-sidebar-content {
        position: fixed;
        top: 212px;
        z-index: 200;
    }
    .product__carousel {
        order: 0;
        width: 64%;
        flex: 0 1 64%;
        margin-top: -87px;
        float: left;
        margin-bottom: 22.5px;
    }
    .product__carousel .swiper-container {
        width: 100%;
    }
    .data-item-info {
        order: 2;
        flex: 0 0 35%;
        float: right;
        width: 86%;
        max-width: 35%;
    }
    .data-item-info p {
        width: 100%
    }
    .app-footer {
        flex: 0 0 100%;
    }
    .app-footer.content {
        display: flex;
        justify-content: space-between;
        align-content: baseline;
        align-items: baseline;
        max-width: none;
        padding: 25px;
        margin: 0;
        color: #fff;
        line-height: 1.41;
        z-index: 10;
        border: none;
        width: auto;
        box-sizing: border-box;
    }
    .app-footer.content .customerCare {
        order: 0;
        display: flex;
        flex-flow: column;
        flex: 0 0 auto;
        margin-right: 3vw;
    }
    .app-footer.content .contactUs {
        order: 1;
        display: flex;
        flex-flow: column;
        flex: 0 0 auto;
        margin-right: 3vw;
    }
    .app-footer.content .socialMedia {
        width: auto;
        flex: 0 0 auto;
        order: 3;
        margin-bottom: 0;
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        align-content: flex-start;
        margin-right: 3vw;
    }
    .app-footer.content .info {
        width: auto;
        order: 4;
        margin-bottom: 0;
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        align-content: flex-start;
        flex: 0 2 auto;
        margin-left: 7vw;
        text-align: right;
    }
    .required label:after {
        margin-left: 9px;
    }
    .checkout-wrapper {
        display: flex;
        /*width: 1000px;*/
    }
    .checkout-wrapper .section1 {
        flex: 0 0 50%;
    }
    .checkout-wrapper .section2 {
        margin-left: 40px;
        flex: 0 0 50%;
    }
    .login-container {
        width: 100%;
        display: flex;
        justify-content: space-around;
        flex: 0 0 45%;
    }
    .login-container .block {
        width: 48.8%;
        margin-bottom: 0;
    }
}

.required label:after {
    content: '*';
    color: #e02b27;
    font-size: 12px;
    margin: 0 0 0 4.5px;
}

@media screen and (max-width: 767px) {
    .page-header .header.panel, .header.content, .app-content, .app-footer.content, .data-item-info, .page-wrapper>.widget, .page-wrapper>.page-bottom, .block.category.event, .top-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-wrapper {
        display: flex;
        flex-direction: column;
        min-height: 100%;
    }
    .app-content {
        flex: 1 1 100vh;
        padding: 0!important;
    }
    .page-header {
        height: 78px;
    }
    .nav-toggle {
        font-family: Font Awesome\ 5 Free;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: 900;
        text-rendering: auto;
        line-height: 1;
    }
    .header.content {
        padding-top: 24px;
        padding-bottom: 24px;
        position: fixed;
        top: 0;
        width: 100vw;
        z-index: 300;
        background: #fff;
    }
    .header.content:before {
        content: '';
        display: table;
    }
    .nav-toggle {
        font-size: 3em;
    }
    .nav-toggle:before {
        color: #231f20;
        font-family: inherit;
        font-size: 0.8em;
        font-weight: unset;
        content: "\f0c9";
    }
    .app-sidebar {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 78px;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
    }
    .app-sidebar a {
        transition: 0.1s;
    }
    /*.nav-open .nav-toggle:after {
        background: rgba(0,0,0,0.5);
        content: '';
        display: block;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1;
    }*/
    .btn, .data-item .form-field input, .data-item .form-field select, .formdata select {
        width: 100%;
    }

    #maincontent {

    }
    .data-home-grid {
        grid-template-columns: repeat(2, 1fr);
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .data-home-item img {
        transform: scale(1);
    }
    .app-sidebar-link {
        padding: 2px 20px 2px 28px!important;
    }
    .data-item-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .data-item .data-item-content .data-item-images {
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1;
        margin-bottom: 17px;
    }
    .app-footer {
        margin-top: auto;
        width: 100%;
        left: 0;
        bottom: -145px;
        background-color: black;
        transition: 1s;
        color: #fff;
        z-index: 999;
    }
    .app-footer.content {
        display: flex;
        flex-flow: wrap-reverse;
        border: none;
        padding-top: 15px;
        margin-top: 10px;
        padding-bottom: 35px;
    }
    body .app-footer.content .customerCare {
        order: 1;
        flex: 0 0 50%;
    }
    body .app-footer.content .contactUs {
        order: 4;
    }
    body .app-footer.content .socialMedia {
        flex: 0 0 50%;
        align-items: flex-end !important;
        order: 2;
    }
    body .newsletter_subs {
        order: 0!important;
        width: 100%;
    }
    .app-footer.content .socialMedia, .app-footer.content .customerCare {
        display: flex;
        flex-direction: column;
        margin-bottom: 13px;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
    }
    .app-footer.content .info, .app-footer.content .contactUs, .app-footer.content a[title="Shipping"], .app-footer.content a[title="Return"] {
        display: none;
    }

    .modal-content {
        max-height: 100%;
        max-width: 100%;
        min-width: 100%;
        height: 100vh;
    }
    .modal-content #content {
        padding: 24px 20px;
    }
    .modal-content #content .modal-logo {
        display: block;
        max-width: 168px !important;
    }
    .modal .close {
        position: absolute;
        z-index: 22222;
        right: 0;
        top: 5px;
    }

}