@font-face {
    font-family: 'Hero New Light';
    src: url('/static/HeroNew-Light.woff2') format('woff2'), url('/static/HeroNew-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hero New';
    src: url('/static/HeroNew-Regular.woff2') format('woff2'),
    url('/static/HeroNew-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hero New Thin Italic';
    src: url('/static/HeroNew-ThinItalic.woff2') format('woff2'),
    url('/static/HeroNew-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Hero New Medium';
    src: url('/static/HeroNew-Medium.woff2') format('woff2'),
    url('/static/HeroNew-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hero New Semi Bold';
    src: url('/static/HeroNew-SemiBold.woff2') format('woff2'),
    url('/static/HeroNew-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hero New Ultra Ligth';
    src: url('/static/HeroNew-UltraLightItalic.woff2') format('woff2'),
    url('/static/HeroNew-UltraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Hero New Super';
    src: url('HeroNew-Super.woff2') format('woff2'),
    url('HeroNew-Super.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.full {
    min-height: 100vh;
    position: relative;
    margin: 0 8%;
}

select::after {
    content: "";
    width: .8em;
    height: .5em;
    background-color: #000;
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

.desc h3 {
    font-size: 20px;
    margin: 0;
}

.productname {
    font-size: 16px;
    font-family: "Hero New Light", sans-serif;
    font-weight: 300;
    font-style: normal;
}

#productclose {
    display: none;
}

select {
    font-family: 'Hero New', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
    color: #000;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    box-sizing: border-box;
    margin: 0;
    display: inline-block;
    position: absolute;
    background: none;
    border: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    top: 50%;
    transform: translateY(-50%);
}

select::-ms-expand {
    display: none;
}

select:focus {
    color: #222;
    outline: none;
}

select option {
    font-weight: normal;
}

html {
    scroll-behavior: smooth;
}

.h1 {
    font-family: "Hero New Semi Bold", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
}

.contact p, .contact a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-family: "Hero New Light", sans-serif;
    font-weight: 300;
    font-style: normal;
    position: relative;
}


.contact {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 96%;
}

.accountform {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.accountform a, #modal a {
    font-size: .7em;
    width: 100%;
    display: block;
    margin: 5vh 0;
    text-align: center;
}

.contact textarea, .contact input, .accountform input, #modal input {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
}

.active {
    display: inline-block;
}

.contact textarea {
    height: 200px;
}

.contact div {
    vertical-align: top;
    display: inline-block;
    width: 45.5%;
    padding: 2%;
}

.accountform div {
    vertical-align: top;
    display: none;
    padding: 2%;
}

.top {
    position: fixed;
    width: 84%;
    margin: 0 8%;
    height: 50px;
}

.footer {
    width: 84%;
    padding: 1% 0;
    border-top: 1px solid rgba(0, 0, 0, .4);
    display: flex;
    justify-content: space-between;
    background-color: #f5f5f1;
    margin: 0 8%;
}

.footer a, .footer p {
    margin: .5% 0;
    font-size: .7em;
    text-decoration: none;
    color: #000;
}

.parallax {
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo {
    width: 40%;
    text-align: center;
}

.logo p {
    font-family: 'Hero New Thin Italic', sans-serif;
    font-size: 20px;
    font-weight: 100;
    font-style: italic;
}

.logo img {
    width: 50%;
}

.logo h1 {
    font-family: 'Hero New Light', sans-serif;
    font-size: 26px;
    font-weight: 300;
    font-style: normal;
}

body {
    margin: 0;
    background-color: #F5F5F1;
    font-family: 'Hero New', sans-serif;
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-family: 'Hero New', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.inner {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.topnav {
    overflow: hidden;
    display: inline-block;
    position: absolute;
    right: 0;

}

.rigth {
    float: right;
}

.topnav a {
    float: left;
    display: block;
    color: #000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 10px;
    font-family: 'Hero New Light', sans-serif;
    font-weight: 300;
    cursor: pointer;
}

.topnav a.active {
    font-weight: 600;
    font-style: normal;
    font-family: 'Hero New Semi Bold', sans-serif;
}

.topnav a:hover {
    border-bottom: 1px #000 solid;
    margin: 11px 16px;
    padding: 3px 0;
}

.topnav .nohover:hover {
    border-bottom: none !important;
}

.topnav .icon {
    display: none;
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 5vh;
    right: 30px;
    z-index: 99;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    width: 50px;
    padding: 0;
    height: 50px;
}

#myBtn img {
    width: 100%;
}

.content {
    padding: 0 2%;
    min-height: 100vh;
}

.story {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 21%;
}

.story a {
    color: #000;
    text-decoration: none;
}

.nav-icon3 span:nth-child(1) {
    top: 0;
}

.nav-icon3 span:nth-child(2), .nav-icon3 span:nth-child(3) {
    top: 9px;
}

.nav-icon3 span:nth-child(4) {
    top: 18px;
}

.nav-icon3.open span:nth-child(1) {
    top: 9px;
    width: 0;
    left: 50%;
}

.nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-icon3.open span:nth-child(4) {
    top: 9px;
    width: 0;
    left: 50%;
}

.nav-icon3 {
    width: 20px;
    height: 23px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-icon3 span {
    display: block;
    position: absolute;
    height: 1.5px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


.catheader {
    font-size: 28px;
    text-align: center;
    font-family: "Hero New Light", serif;
    margin: 0 auto 5vh auto;
    font-weight: 300;
    font-style: normal;
}

.small {
    font-size: .8em;
}

.products {
    width: 84%;
    margin: 0 8%;
}

.products .desc {
    color: #000;
    width: 52%;
    margin: 4%;
    display: inline-block;
    vertical-align: top;
}

.product .desc h2 {
    font-family: "Hero New Semi Bold", sans-serif;
    font-size: 40px;
    color: #D3CBBA;
    font-weight: 600;
    font-style: normal;
}

.product {
    position: relative;
    margin: 0 8%;
}

#productmenu {
    position: fixed;
    height: 100vh;
    width: 0;
    transition: width .5s;
    background: #E8E4D9;
    z-index: 99999999;
    right: 0;
    top: 0;
}

.product source, .product img {
    color: #000;
    margin: 5%;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 40%;
    max-height: 100%;
}

.product .desc {
    color: #000;
    width: 40%;
    margin: 5%;
    display: inline-block;
    vertical-align: top;
}

.product .desc p {
    font-size: 12px;
    font-family: "Hero New Ultra Ligth", sans-serif;
    font-weight: 200;
    font-style: italic;
}


/* Hide the images by default */
.mySlides {
    display: none;
    padding: 1%;
    width: 23%;
    vertical-align: middle;
}

.mySlides picture, .mySlides picture img, .mySlides picture source {
    width: 100%;
}


.gridelement {
    vertical-align: top;
    display: inline-block;
    padding: 1.5%;
    margin: 1%
}

.products .desc p {
    font-size: 12px;
}

.gridelement source, .gridelement img {
    width: 40%;
}

.navback {
    width: 100%;
    height: 50px;
    position: fixed;
    padding-top: 2%;
    z-index: 9999999;
}

.footer img {
    height: 1em;
}

.prev, .next {
    cursor: pointer;
    padding: 16px;
    color: white;
    font-size: 18px;
    transition: .6s ease;
    border-radius: 50%;
    user-select: none;
    display: inline-block;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5%;
}

.fidelia_text {
    margin: 0;
    font-size: 20px;
    font-family: "Hero New Light", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.catname_text {
    margin: 1% 0;
    font-family: "Hero New Medium", sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
}

.top img, .top source {
    width: 10vh;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#contactform {
    width: 100%;
    margin: 0;
    padding: 0;
}

#about {
    min-height: 80vh;
}

/* RESPONSIVE */

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {

    #modal {
        width: 70vw;
    }

    .mySlides {
        width: 90%;
    }

    .topnav a {
        display: none;
    }

    #about {
        margin: 0;
        min-height: unset;
    }

    .product .desc h2 {
        margin: 1% 0;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav.responsive {
        position: fixed;
        width: 100%;
        height: 100vh;
        margin: 0;
        top: 0;
        z-index: 999999999;
        background-color: #e7e3d9;
        padding-top: 5vh;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: center;
        font-size: 15px;
    }

    .topnav.responsive a:hover {
        border-bottom: none;
    }

    .gridelement {
        width: 100%
    }

    .parallax {
        background: url("/static/backm.jpg") center;
    }

    .logo {
        width: 90%;
        top: 38%;
    }

    .story {
        padding: 7vh 0;
        position: relative;
        top: 0;
        transform: none;
        margin: 5%;
    }

    .contact div, .accountform div {
        width: 96%;
    }

    .prev, .next {
        width: 8%;
    }

    .product {
        width: 100%;
        position: relative;
        margin: 0;
    }

    .product source, .product img {
        width: 90%;
        color: #000;
        margin: auto;
        display: block;
        position: relative;
        max-width: unset;
    }

    .product .desc {
        color: #000;
        width: 90%;
        margin: 5%;
    }

    .footer {
        text-align: center;
        display: block;
    }

    .footer a {
        position: relative;
        display: none;
    }

    .topnav a.active {
        font-weight: 300;
        font-style: normal;
        font-family: 'Hero New Semi Bold', sans-serif;
    }

    .active {
        display: none;
    }

    .added {
        font-size: 16px !important;
        width: 80%;
    }

}

@media (max-width: 768px) and (min-width: 576px) {

    .mySlides {
        width: 90%;
    }

    .gridelement {
        width: 44%
    }

    .parallax {
        background: url("/static/backm.jpg") center;
    }

    .logo {
        width: 90%;
        top: 38%;
    }

    .story div {
        display: block;
        width: 96%;
    }


    .prev, .next {
        width: 8%;
    }

    .product {
        width: 100%;
        position: relative;
    }

}

#table {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    width: 100%;
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .gridelement {
        width: 44%
    }

    .parallax {
        background: url("/static/backt.jpg") center;
        background-size: cover;
    }

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .gridelement {
        width: 28%
    }

    .parallax {
        background: url("/static/back.jpg");
        background-size: cover;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .parallax {
        background: url("/static/back.jpg") center;
        background-size: cover;
    }
}

/* Slideshow container */
.slideshow-container {
    max-width: 90%;
    padding: 1%;
    display: block;
    margin: auto;
    position: relative;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.holder {
    text-align: center;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

.slick-next, .slick-prev, .slick-down, .slick-up {
    height: 2em;
    width: 2em;
    position: absolute;
    display: block;
}

.slick-next, .slick-prev, .slick-down {
    top: 50%;
    transform: translateY(-50%);
}

.slick-next {
    right: 0;
}

.slick-next::before, .slick-next::after, .slick-prev::before, .slick-prev::after, .slick-down::before, .slick-down::after, .slick-up::before, .slick-up::after {
    height: 1em;
    width: .1em;
    background: #272822;
    content: "";
    position: absolute;
}

.slick-next::before {
    top: .65em;
    right: .45em;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slick-next::after {
    top: 0;
    right: .45em;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.slick-prev::after {
    top: .65em;
    right: .45em;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.slick-prev::before {
    top: 0;
    right: .45em;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slick-prev {
    left: 0;
}

.slick-down::after {
    bottom: .45em;
    left: .65em;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.slick-down::before {
    bottom: .45em;
    right: .6em;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slick-up::after {
    bottom: .45em;
    left: .65em;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slick-up::before {
    bottom: .45em;
    right: .6em;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.slick-down {
    border: 1px #707070 solid;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 4vh;
}

.slick-up {
    border: 1px #707070 solid;
    border-radius: 50%;
    right: 0;
    background-color: #f5f5f1;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.slick-down::before, .slick-down::after {
    background: #707070;
}

.discover {
    font-size: 14px;
    text-align: center;
}

.navcolor {
    border: none;
    background-color: #E8E4D9;
}

.story h1 {
    font-size: 28px;
    font-family: "Hero New Light", sans-serif;
    margin: 2%;
    font-weight: 300;
    font-style: normal;
    text-align: center;
}

.story p {
    font-size: 12px;
    font-family: "Hero New Ultra Ligth", sans-serif;
    font-weight: 200;
    font-style: italic;
    line-height: 15px;
    text-align: justify;
}

.productmenu .nav-icon3 {
    margin: 4%;
}

.productmenu .open {
    float: right;
}

.productmenu .text p {
    font-family: "Hero New Light", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    margin: 0;
    cursor: pointer;
}

.productmenu ul {
    list-style: none;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.productmenu .title p {
    font-family: "Hero New Semi Bold", sans-serif;
    font-size: 16px;
    margin: 5vh 0 0;
    font-weight: 600;
    font-style: normal;
}

.noborder {
    border: none !important;
}

.added {
    position: fixed;
    z-index: 99;
    background-color: #E8E4D9;
    border: 1px solid #9E9784;
    border-radius: 4px;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2%;
    text-align: center;
    font-family: "Hero New Medium", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
}

.desc a {
    font-family: "Hero New Medium", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}

.cart {
    margin: 0 !important;
    padding: 3px 0 !important;
    border: none !important;
}

a.cart {
    width: 30px;
    height: 30px;

    font-size: 8px;
    text-align: center;
    color: #616161;
    text-decoration: none;
    position: relative;
    display: block;
    background: url("/static/shopping-cart.png") center no-repeat;
    background-size: 20px;
    box-shadow: 0 3px 6px rgba(97, 97, 97 0.16), 0 3px 6px rgba(97, 97, 97 0.23);
    -moz-box-shadow: 0 3px 6px rgba(97, 97, 97 0.16), 0 3px 6px rgba(97, 97, 97 0.23);
    -webkit-box-shadow: 0 3px 6px rgba(97, 97, 97 0.16), 0 3px 6px rgba(97, 97, 97 0.23);
}

a.cart > span {
    width: 12px;
    height: 12px;
    font-size: 8px;
    color: #fff;
    position: absolute;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #C3423F;
}

a.cart > span.counter {
    left: 12px;
    bottom: 12px;
}

#orders {
    display: none;
}

#checkouterror, #registererror, #error {
    text-align: center;
    color: red;
}

.product a {
    margin: 0 1% 0 0;
    background-color: #CFC6B5;
    padding: 1%;
}

.desc a span {
    font-family: "Hero New Super", sans-serif;
    font-size: 12px;
    font-weight: 900;
    font-style: normal;
}

.desc .tag, .added .tag, #modal .tag {
    font-family: "Hero New", sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: normal !important;
    background-color: #CFC6B5;
    padding: 4px 6px;
    width: max-content;
    text-decoration: none;
    color: black;
}

#modal input, #modal select, .accountform input {
    background-color: #E8E4D9;
    border: 1px solid #9E9784;
    border-radius: 4px;
}

#modal select {
    width: 100%;
}

.accountform .tag {
    font-family: "Hero New", sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: normal !important;
    background-color: #CFC6B5;
    padding: 4px 6px;
    width: max-content;
    margin: 2vh auto;
}

#table .tag {
    font-family: "Hero New", sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: normal !important;
    background-color: #CFC6B5;
    padding: 4px 6px;
    width: max-content;
    margin: 2vh auto;

}

.slick-next-small::after {
    top: 0;
    right: .2em;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.slick-next-small::before, .slick-next-small::after {
    height: .5em;
    width: .1em;
    background: #272822;
    content: "";
    position: absolute;
}

.slick-next-small::before {
    top: .29em;
    right: .2em;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slick-next-small {
    display: inline-block;
    position: absolute;
    height: 1em;
    width: 1em;
    right: -1em;
    top: .3em;
}

.contactlink {
    text-decoration: none;
    color: #000;
    font-size: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.contactfooter {
    bottom: 0;
    position: absolute;
}

.accountform label, #modal label {
    font-size: .7em;
}

#modal select {
    position: unset;
    transform: unset;
    display: block;
}

.responsive-table {
    width: 100%;
    margin: 0;
    padding: 0;
    max-height: 50vh;
    overflow: auto;
}

.responsive-table li {
    border-radius: 3px;
    padding: 25px 30px;
    display: flex;
    margin-bottom: 25px;
}

.responsive-table .table-header {
    background-color: #CFC6B5;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.responsive-table .table-row {
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}

.table-row div input {
    width: 50%;
}

.col {
    flex-basis: 20%;
}

@media all and (max-width: 767px) {
    .responsive-table .table-header {
        display: none;
    }

    .responsive-table li {
        display: block;
    }

    .responsive-table .col {
        flex-basis: 100%;
        display: flex;
        padding: 10px 0;
    }

    .responsive-table .col:before {
        color: #6C7A89;
        padding-right: 10px;
        content: attr(data-label);
        flex-basis: 50%;
        text-align: right;
    }
}

#modal {
    z-index: 999;
    width: 40vw;
    max-height: 80vh;
    overflow: auto;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5%;
    border-radius: 4px;
}

#modal .tag {
    margin: 4% auto;
}

.tab-active {
    text-decoration: underline;
}