body * {
    font: 16px/1.4 'DIN Next LT W01 Light', Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

*:focus {
    outline: none;
}

body {
    transition: margin-top 0.3s ease;
}

.apple {
    position: absolute;
    width: 100vw;
    overflow-x: hidden;
    min-height: 100vh;
}

hr {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    border: 0;
    border-top: 1px solid #eee;
    opacity: 1;
}

.blurfilter {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

@supports ( hanging-punctuation: first) {
    blockquote {
        text-indent: 0;
        hanging-punctuation: first;
    }
}

blockquote::before {
    content: open-quote;
    font-size: 120px;
    color: #fff;
}
blockquote {
    quotes: "“" "”" "‘" "’";
    margin-bottom: 0;
}

.color-overlay-black {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
}


body.minimized {
    margin-top: 105px;
}

.productsearch-open {
    overflow: hidden;
}

.flex-bottom {
    display: flex;
    flex-direction: row;
    align-items: end;
}

.flex-YCenter {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.flex-YCenter > *
{
    width:100%;
}
.grey_border-text {
    position: relative;
}

.grey_border-text span {
    background: white;
    z-index: 2;
    padding-right: 15px;
}

.grey_border-text::after {
    position: absolute;
    width: 100vw;
    left: 0;
    top: 50%;
    content: "";
    height: 1px;
    background: #eeeeee !important;
    z-index: -1;
}

@media only screen and (max-width: 767.98px) {

    body * {
        font: 14px/1.5 'Sailec W05 Regular', Helvetica, sans-serif;
    }
    /* this is intentional not using pl from bootstrap */
    .pl-xs-0
    {
        padding-left:0;
    }
    .pr-xs-0
    {
        padding-right:0;
    }
    .breadcrumb {
        margin-bottom: 0;;
    }
    .slick-arrow {
        top: 32% !important;
    }
}

.hide {
    display: none !important;
}

.center-vertical {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .center-vertical {
        position: absolute;
        left: 0;
    }
}

a,
a:hover {
    color: #004183;
    text-decoration: none !important;
}

.slick-arrow {
    position: absolute !important;
    top: 50%;
    color: white;
    z-index: 2;
    font-size: 30px;
    cursor: pointer;
    background: transparent;
    border: none;
}

.slick-arrow:focus {}

.slider {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.img-circle {
    border-radius: 99999px;
    border: 3px solid white;
}


.checklist li {
    position: relative;
    padding-left: 35px;
    padding-bottom: 10px;
}

.checklist {
    list-style: none;
}

.checklist li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #004183;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #004183;
    border-radius: 9999px;
    height: 30px;
    width: 30px;
    text-align: center;
    padding-top: 3px;
}

.variety__categoryajaxresult .typography ul > li:before {
    list-style-type: circle !important;
}

.fancybox {
    position: relative;
}

.fancybox::after {
    content: "\f31d";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 9999px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 6px;
    color: white;
    background-color: #004183;
    font-size: 30px;
    opacity: 0;
    transition: 0.25s linear all;
    font-weight: 300
;
}

.fancybox:hover::after {
    opacity: 1;
}

.pointer {
    cursor: pointer;
}