/* Minification failed. Returning unminified contents.
(2133,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2134,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/prompt-v3-thai_latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Prompt'), local('Prompt-Regular'), url('/fonts/prompt-v3-thai_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/prompt-v3-thai_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/prompt-v3-thai_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/prompt-v3-thai_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/prompt-v3-thai_latin-regular.svg#Prompt') format('svg'); /* Legacy iOS */
}
html, body {
    height: 100%;
}
body {
    padding-top: 120px;
    padding-bottom: 0;
}
@media only screen and (max-width : 480px) {
    body {
        padding-top: 100px;
    }
}
.textbanner {
    font-family: 'Prompt', sans-serif;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 2rem;
}
img.logowhite {
    visibility: hidden;
    display: none;
}
.bd-title {
    font-size: 2rem;
    font-weight: normal;
}
.bd-subtitle {
    font-size: 0.9rem;
}
.noline {
    color: #212529;
    text-decoration: none;
}
.underline {
    color: #212529;
    text-decoration: underline;
}
#header {
    background-color: #fff;
}
    .noline:hover {
        color: #212529;
        text-decoration: none;
    }
a {
    color: #868e96;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
a:hover {
        color: #212529;
        text-decoration: underline
    }
    .dl-horizontal dt {
        white-space: normal;
    }

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
.navbar .megamenu {
    margin-top: 0px
}
.megamenu {
    width: 100%;
    z-index: 9999;
    border: none !important;
    overflow: hidden
}

    .megamenu .megamenu-list {
        padding: 0;
        margin-bottom: 1.5rem;
        font-size: 0.8rem
    }

    .megamenu .megamenu-list-item {
        margin-bottom: 5px
    }

    .megamenu .megamenu-list-link {
        padding: 5px 0;
        text-decoration: none;
        color: #868e96
    }

        .megamenu .megamenu-list-link:hover {
            background: none;
            color: #212529
        }

    .megamenu .megamenu-services {
        padding: 1rem 3rem;
        background: #f8f9fa
    }

        .megamenu .megamenu-services .megamenu-services-item {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            margin-top: 1rem;
            margin-bottom: 1rem;
            margin-left: auto;
            margin-right: auto
        }

        .megamenu .megamenu-services .megamenu-services-icon {
            width: 30px;
            height: 30px;
            margin-right: 1rem;
            -ms-flex-negative: 0;
            flex-shrink: 0
        }
#header .nav-link {
    padding-right: 0;
    padding-left: 1.5rem;
}
svg.rfSvg, svg.SvgIcon {
    pointer-events: none;
}
.social .icon {
    display: inline-block;
    margin: 0 10px 0 0;
}
.social .SvgIcon,.line {
    width: 32px;
    height: 32px;
    fill: #999;
}
.social a.icon-facebook:hover .SvgIcon {
    fill: #3b5999;
}
.social a.icon-gplus:hover .SvgIcon {
    fill: #b90707;
}

.social a.icon-line:hover .SvgIcon {
    fill: #20b907;
}
.linebox {
    width: 25px;
    height: 25px;
    fill: #999;
}
a.icon-linebox .SvgIcon {
    fill: #20b907;
    width: 25px;
}
li.breadcrumb-item h1 {
    font-size: 100%;
    font-weight:normal;
    display:inline-block;
    padding:0px;
    margin:0px;
}

.top-bar {
    color: #495057;
    background: #f8f9fa;
    padding: .25rem;
    font-weight: 300
}
    .top-bar .dropdown-item {
        font-weight: 300
    }

    .top-bar .topbar-link {
        color: #495057;
        text-decoration: none
    }

    .top-bar .topbar-flag {
        margin-right: 10px;
        width: 20px
    }

    .top-bar .dropdown-menu {
        margin-top: 1.3rem
    }

    .top-bar .dropdown-toggle {
        color: inherit;
        text-decoration: none
    }

        .top-bar .dropdown-toggle::after {
            margin-left: 5px
        }

    .top-bar .dropdown-item {
        color: #495057;
        font-weight: 300
    }

.header-absolute {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1030
}

.bg-hover-white {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

    .bg-hover-white:hover {
        background: #fff !important
    }

.navbar.fixed-top.bg-fixed-white {
    background: #fff !important
}

.navbar.fixed-top {
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1)
}

.navbar .nav-item {
    position: relative
}

.navbar .nav-link {
    color: #495057;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 1rem
}

    .navbar .nav-link i, .navbar .nav-link svg {
        margin-left: 5px
    }

.navbar .dropdown-menu {
    margin-top: 1.1rem
}

.navbar .megamenu {
    margin-top: 0px
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.2rem;
        padding-left: 1.2rem
    }
}

@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
}

.navbar-light .navbar-brand, .navbar-hover-light:hover .navbar-brand, .navbar-fixed-light.fixed-top .navbar-brand {
    color: rgba(0,0,0,0.95)
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus, .navbar-hover-light:hover .navbar-brand:hover, .navbar-hover-light:hover .navbar-brand:focus, .navbar-fixed-light.fixed-top .navbar-brand:hover, .navbar-fixed-light.fixed-top .navbar-brand:focus {
        color: rgba(0,0,0,0.95)
    }

.navbar-light .navbar-nav .nav-link, .navbar-hover-light:hover .navbar-nav .nav-link, .navbar-fixed-light.fixed-top .navbar-nav .nav-link {
    color: rgba(0,0,0,0.65)
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-hover-light:hover .navbar-nav .nav-link:hover, .navbar-hover-light:hover .navbar-nav .nav-link:focus, .navbar-fixed-light.fixed-top .navbar-nav .nav-link:hover, .navbar-fixed-light.fixed-top .navbar-nav .nav-link:focus {
        color: rgba(0,0,0,0.95)
    }

    .navbar-light .navbar-nav .nav-link.disabled, .navbar-hover-light:hover .navbar-nav .nav-link.disabled, .navbar-fixed-light.fixed-top .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,0.3)
    }

    .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active, .navbar-hover-light:hover .navbar-nav .show > .nav-link, .navbar-hover-light:hover .navbar-nav .active > .nav-link, .navbar-hover-light:hover .navbar-nav .nav-link.show, .navbar-hover-light:hover .navbar-nav .nav-link.active, .navbar-fixed-light.fixed-top .navbar-nav .show > .nav-link, .navbar-fixed-light.fixed-top .navbar-nav .active > .nav-link, .navbar-fixed-light.fixed-top .navbar-nav .nav-link.show, .navbar-fixed-light.fixed-top .navbar-nav .nav-link.active {
        color: rgba(0,0,0,0.95)
    }

.navbar-light .navbar-toggler, .navbar-hover-light:hover .navbar-toggler, .navbar-fixed-light.fixed-top .navbar-toggler {
    color: rgba(0,0,0,0.65);
    border-color: transparent
}

.navbar-light .navbar-toggler-icon, .navbar-hover-light:hover .navbar-toggler-icon, .navbar-fixed-light.fixed-top .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.65)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text, .navbar-hover-light:hover .navbar-text, .navbar-fixed-light.fixed-top .navbar-text {
    color: rgba(0,0,0,0.65)
}

.megamenu {
    width: 100%;
    z-index: 9999;
    border: none !important;
    overflow: hidden
}

    .megamenu .megamenu-list {
        padding: 0;
        margin-bottom: 1.5rem;
        font-size: 0.8rem
    }

    .megamenu .megamenu-list-item {
        margin-bottom: 5px
    }

    .megamenu .megamenu-list-link {
        padding: 5px 0;
        text-decoration: none;
        color: #868e96
    }

        .megamenu .megamenu-list-link:hover {
            background: none;
            color: #212529
        }

    .megamenu .megamenu-services {
        padding: 1rem 3rem;
        background: #f8f9fa
    }

        .megamenu .megamenu-services .megamenu-services-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-top: 1rem;
            margin-bottom: 1rem;
            margin-left: auto;
            margin-right: auto
        }

        .megamenu .megamenu-services .megamenu-services-icon {
            width: 30px;
            height: 30px;
            margin-right: 1rem;
            -ms-flex-negative: 0;
            flex-shrink: 0
        }

.navbar-icon-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .4rem 0;
    margin: 0 .5rem;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 1.5
}

    .navbar-icon-link::after {
        display: none
    }

    .navbar-icon-link .svg-icon {
        width: 25px;
        height: 25px
    }

.navbar-icon-link-badge {
    position: absolute;
    top: -5px;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background: #343a40;
    color: #fff;
    text-align: center;
    font-size: 0.6rem
}

.navbar-light .navbar-icon-link, .navbar-fixed-light.fixed-top .navbar-icon-link, .navbar-hover-light:hover .navbar-icon-link {
    color: rgba(0,0,0,0.95)
}

.navbar-light .navbar-icon-link-badge, .navbar-fixed-light.fixed-top .navbar-icon-link-badge, .navbar-hover-light:hover .navbar-icon-link-badge {
    background: #343a40;
    color: #fff
}

.navbar-dark .navbar-icon-link {
    color: #fff
}

.navbar-dark .navbar-icon-link-badge {
    background: #fff;
    color: #343a40
}

@media (max-width: 575.98px) {
    .navbar-expand-sm {
        padding: .6rem 1rem
    }

        .navbar-expand-sm .dropdown-menu {
            margin-top: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: none
        }

        .navbar-expand-sm.navbar-sticky .navbar-collapse {
            max-height: 80vh;
            overflow-y: auto
        }
}

@media (max-width: 767.98px) {
    .navbar-expand-md {
        padding: .6rem 1rem
    }

        .navbar-expand-md .dropdown-menu {
            margin-top: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: none
        }

        .navbar-expand-md.navbar-sticky .navbar-collapse {
            max-height: 80vh;
            overflow-y: auto
        }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg {
        padding: .6rem 1rem
    }

        .navbar-expand-lg .dropdown-menu {
            margin-top: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: none
        }

        .navbar-expand-lg.navbar-sticky .navbar-collapse {
            max-height: 80vh;
            overflow-y: auto
        }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl {
        padding: .6rem 1rem
    }

        .navbar-expand-xl .dropdown-menu {
            margin-top: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: none
        }

        .navbar-expand-xl.navbar-sticky .navbar-collapse {
            max-height: 80vh;
            overflow-y: auto
        }
}

.navbar-expand {
    padding: .6rem 1rem
}

    .navbar-expand .dropdown-menu {
        margin-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none
    }

    .navbar-expand.navbar-sticky .navbar-collapse {
        max-height: 80vh;
        overflow-y: auto
    }

.navbar-cart-product {
    min-width: 320px;
    margin-bottom: 10px
}

    .navbar-cart-product .navbar-cart-product-image {
        max-width: 70px
    }

    .navbar-cart-product .navbar-cart-product-link {
        font-weight: bold;
        text-decoration: none;
        color: #343a40;
        padding: 0
    }

        .navbar-cart-product .navbar-cart-product-link:hover {
            background: none;
            text-decoration: none
        }

.navbar-cart-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.7rem 1rem;
    font-size: .7875rem;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: .5rem
}

.dropdown-submenu {
    position: relative
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -2px !important
    }

.search-area-wrapper {
    display: none
}

.search-area {
    width: 100vw;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999
}

    .search-area .search-area-form {
        width: 100%;
        max-width: 700px;
        margin: 20px
    }

    .search-area .search-area-input {
        width: 100%;
        padding: 1rem 0;
        outline: none;
        font-size: 1.2em;
        font-weight: 300;
        background: none;
        border: none;
        border-bottom: 1px solid #aaa
    }

    .search-area .search-area-button {
        position: absolute;
        right: 0;
        bottom: 15px;
        background: none;
        border: none;
        outline: none;
        cursor: pointer
    }

    .search-area .close-btn {
        position: absolute;
        top: 20px;
        right: 40px;
        cursor: pointer;
        color: #555
    }

.form-label {
    color: #868e96;
    font-size: .7875rem;
    text-transform: uppercase;
    letter-spacing: 0.1em
}

.colours-wrapper {
    position: relative
}

.input-invisible {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0
}

.btn-colour {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-bottom: 0;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 5px #fff,0 0 0 1px #ced4da;
    box-shadow: inset 0 0 0 5px #fff,0 0 0 1px #ced4da;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    -webkit-transition: border-color .1s;
    transition: border-color .1s
}

    .btn-colour:hover {
        -webkit-box-shadow: inset 0 0 0 5px #fff,0 0 0 1px #868e96;
        box-shadow: inset 0 0 0 5px #fff,0 0 0 1px #868e96
    }

    .btn-colour.active {
        -webkit-box-shadow: inset 0 0 0 5px #fff,0 0 0 2px #495057;
        box-shadow: inset 0 0 0 5px #fff,0 0 0 2px #495057
    }

.form-control.form-control-underlined {
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 0
}

.btn.btn-items {
    padding-left: .2rem;
    padding-right: .2rem
}

.breadcrumb {
    font-size: .7875rem
}

    .breadcrumb a {
        color: #212529
    }

.sidebar-block {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e9ecef
}

    .sidebar-block:last-of-type {
        border-bottom: none
    }

    .sidebar-block:first-of-type {
        padding-top: 0
    }

.sidebar-heading {
    margin-bottom: 1.2rem;
    font-weight: 400;
    color: #868e96;
    text-transform: uppercase;
    letter-spacing: 0.1em
}

.sidebar-badge {
    margin-top: .2rem;
    margin-bottom: .2rem;
    padding: 0 0.8rem;
    border-radius: 4rem;
    background: #e9ecef;
    color: #343a40;
    font-size: 0.7em
}

.nav-link:hover .sidebar-badge, .nav-link.active .sidebar-badge {
    background: #fff;
    color: #212529
}

.nouislider-values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1rem;
    color: #868e96;
    font-size: .7875rem
}
/*
.home-full-slider-wrapper {
    min-height: 600px
}

@media (min-width: 768px) {
    .home-full-slider-wrapper {
        height: 100vh
    }
}*/

.home-full-slider {
    position: relative
}

    .home-full-slider .owl-nav {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 45px;
        margin-top: 0
    }

        .home-full-slider .owl-nav .owl-next, .home-full-slider .owl-nav .owl-prev {
            position: absolute;
            top: 0;
            left: 40px;
            z-index: 999;
            padding: 0;
            font-size: 1.4em !important;
            margin: 0
        }

        .home-full-slider .owl-nav .owl-next {
            left: auto;
            right: 40px
        }

    .home-full-slider .home-full-item {
        padding-top: 125px;
        padding-bottom: 62.5px;
        min-height: 600px;
        height: auto
    }

    .home-full-slider p.lead {
        font-size: .9rem
    }

@media (min-width: 768px) {
    .home-full-slider .home-full-item {
        min-height: 100vh
    }

    .home-full-slider p.lead {
        font-size: 1.215rem
    }
}

.split-screen-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: center center #000 no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    height: auto
}

@media (min-width: 992px) {
    .split-screen-column {
        height: 100vh
    }
}

@media (max-width: 991.98px) {
    h1.split-screen-heading {
        font-size: 2.025rem
    }

    h2.split-screen-heading {
        font-size: 1.35rem
    }

    h3.split-screen-heading {
        font-size: .9rem
    }
}

.product-slider {
    position: relative
}

    .product-slider .product-slider-item {
        margin-left: .8rem;
        margin-right: .8rem
    }

    .product-slider .owl-nav .owl-prev, .product-slider .owl-nav .owl-next {
        position: absolute;
        top: 35%;
        background: none;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 20;
        position: absolute
    }

    .product-slider .owl-nav .owl-prev {
        left: -80px
    }

    .product-slider .owl-nav .owl-next {
        right: -80px
    }

.product-grid-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    color: #868e96
}

    .product-grid-header strong {
        color: #495057
    }

.product-grid-header-show {
    display: inline-block;
    padding: .3rem;
    color: #495057;
    margin-right: .5rem
}

    .product-grid-header-show.active {
        border-bottom: solid 2px #495057
    }

    .product-grid-header-show:hover, .product-grid-header-show:focus {
        text-decoration: none;
        border-bottom: solid 2px #495057
    }

.product {
    margin-bottom: 30px
}

.product-image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 2px solid #495057
}

    .product-image:hover {
        border-bottom: 2px solid #9a6ee2
    }

        .product-image:hover .product-hover-overlay {
            opacity: 1
        }

        .product-image:hover .btn {
            -webkit-transform: none !important;
            transform: none !important;
            opacity: 1 !important
        }

.product-hover-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(255,255,255,0.92);
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

    .product-hover-overlay .product-hover-overlay-buttons {
        z-index: 3
    }

    .product-hover-overlay .btn {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        padding: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s
    }

        .product-hover-overlay .btn.btn-product-left {
            -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
            opacity: 0
        }

        .product-hover-overlay .btn.btn-product-right {
            -webkit-transform: translateX(20px);
            transform: translateX(20px);
            opacity: 0
        }

        .product-hover-overlay .btn.btn-buy {
            width: 8rem;
            margin-left: .5rem;
            margin-right: .5rem
        }

    .product-hover-overlay .product-hover-overlay-link {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0
    }

@media (min-width: 576px) {
    .product-columns {
        -webkit-column-count: 2 !important;
        column-count: 2 !important
    }
}

@media (min-width: 768px) {
    .product-columns {
        -webkit-column-count: 3 !important;
        column-count: 3 !important
    }
}

.detail-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem
}

.detail-thumb-item {
    background: none;
    border: none;
    opacity: 0.5;
    cursor: pointer;
    outline: none !important;
    padding: 0
}

    .detail-thumb-item.active {
        opacity: 1
    }

.detail-carousel {
    position: relative
}

    .detail-carousel .ribbon {
        position: absolute;
        top: 20px;
        left: 4px;
        z-index: 999
    }

        .detail-carousel .ribbon + .ribbon {
            top: 80px
        }

            .detail-carousel .ribbon + .ribbon + .ribbon {
                top: 145px
            }

.detail-option-heading {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: .9rem;
    color: #495057
}

    .detail-option-heading span {
        font-weight: normal;
        font-size: .8rem;
        text-transform: none;
        font-family: "HK Grotesk",sans-serif;
        color: #adb5bd
    }

.detail-option-btn-label {
    position: relative
}

    .detail-option-btn-label.active {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

.detail-quantity {
    max-width: 5rem;
    text-align: center
}

.detail-full-item {
    width: 100%;
    min-height: 600px
}

@media (min-width: 992px) {
    .detail-full-item {
        height: calc(100vh - 125px - 2rem)
    }
}

.detail-full-item-modal {
    width: 100%;
    min-height: 600px;
    height: calc(100vh - 125px - 5rem)
}

.detail-nav-link.nav-link {
    color: #868e96;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-color: #fff #fff #ddd;
    font-size: .8rem;
    padding: 1rem 1.5rem;
    font-weight: 700
}

    .detail-nav-link.nav-link.active, .detail-nav-link.nav-link:hover, .detail-nav-link.nav-link:focus {
        color: #343a40;
        border-color: #fff #fff #343a40 !important
    }

.ribbon {
    position: absolute;
    top: 10px;
    left: -11px;
    z-index: 999;
    display: inline-block;
    font-family: "HK Grotesk",sans-serif;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .3em;
    padding: 3px 15px 5px;
    color: #fff;
    text-align: center
}

    .ribbon + .ribbon {
        top: 60px
    }

        .ribbon + .ribbon + .ribbon {
            top: 110px
        }

            .ribbon + .ribbon + .ribbon + .ribbon {
                top: 160px
            }

    .ribbon::before {
        content: '';
        border-left: 12px solid transparent;
        border-right: 0 solid transparent;
        border-top: 14px solid #6227c3;
        position: absolute;
        bottom: -14px;
        left: 0
    }

.ribbon-primary {
    background-color: #9a6ee2 !important
}

    .ribbon-primary::before {
        border-top-color: #6227c3
    }

.ribbon-secondary {
    background-color: #868e96 !important
}

    .ribbon-secondary::before {
        border-top-color: #555b61
    }

.ribbon-success {
    background-color: #28a745 !important
}

    .ribbon-success::before {
        border-top-color: #145523
    }

.ribbon-info {
    background-color: #17a2b8 !important
}

    .ribbon-info::before {
        border-top-color: #0c525d
    }

.ribbon-warning {
    background-color: #ffc107 !important
}

    .ribbon-warning::before {
        border-top-color: #a07800
    }

.ribbon-danger {
    background-color: #dc3545 !important
}

    .ribbon-danger::before {
        border-top-color: #921925
    }

.ribbon-light {
    background-color: #f8f9fa !important
}

    .ribbon-light::before {
        border-top-color: #bdc6d0
    }

.ribbon-dark {
    background-color: #343a40 !important
}

    .ribbon-dark::before {
        border-top-color: #060708
    }

.ribbon-gray-100 {
    background-color: #f8f9fa !important
}

    .ribbon-gray-100::before {
        border-top-color: #bdc6d0
    }

.ribbon-gray-200 {
    background-color: #e9ecef !important
}

    .ribbon-gray-200::before {
        border-top-color: #aeb9c4
    }

.ribbon-gray-300 {
    background-color: #dee2e6 !important
}

    .ribbon-gray-300::before {
        border-top-color: #a4afba
    }

.ribbon-gray-400 {
    background-color: #ced4da !important
}

    .ribbon-gray-400::before {
        border-top-color: #94a1ae
    }

.ribbon-gray-500 {
    background-color: #adb5bd !important
}

    .ribbon-gray-500::before {
        border-top-color: #748290
    }

.ribbon-gray-600 {
    background-color: #868e96 !important
}

    .ribbon-gray-600::before {
        border-top-color: #555b61
    }

.ribbon-gray-700 {
    background-color: #495057 !important
}

    .ribbon-gray-700::before {
        border-top-color: #1a1d20
    }

.ribbon-gray-800 {
    background-color: #343a40 !important
}

    .ribbon-gray-800::before {
        border-top-color: #060708
    }

.ribbon-gray-900 {
    background-color: #212529 !important
}

    .ribbon-gray-900::before {
        border-top-color: #000
    }

.block-header {
    padding: 1.2rem 1.5rem;
    background: #f8f9fa
}

.block-body {
    padding: 1.2rem 1.5rem
}

.cart-header {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: bold;
    padding: 1.2rem 2rem;
    background: #f8f9fa
}

.cart-body {
    padding: 0 2rem
}

.cart-footer {
    background: #f8f9fa;
    padding: 0 2rem
}

    .cart-footer .cart-item {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

.cart-item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e9ecef
}

    .cart-item:last-of-type {
        border-bottom: none
    }

.cart-item-img {
    max-width: 80px
}

.cart-title {
    margin-left: 1rem
}

.cart-remove {
    color: #495057;
    font-size: .7875rem
}

.order-summary-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee
}

.order-summary-total {
    font-weight: 700;
    font-size: 1.2em
}

@media (max-width: 991.98px) {
    .cart {
        overflow-x: auto
    }

    .cart-wrapper {
        min-width: 768px
    }
}

.nav-pills.custom-nav {
    padding: 0;
    border: none;
    border-radius: 0;
    overflow: hidden
}

.custom-nav .nav-item {
    background: #f8f9fa;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

    .custom-nav .nav-item:last-of-type .nav-link {
        border-right: none !important
    }

        .custom-nav .nav-item:last-of-type .nav-link::after {
            display: none
        }

.custom-nav .nav-link {
    position: relative;
    height: 100%;
    border: none !important;
    background: none;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    text-align: center;
    background: none;
    border-radius: 0 !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #495057
}

    .custom-nav .nav-link.active {
        background: #495057;
        color: #fff
    }

        .custom-nav .nav-link.active::after {
            display: none
        }

    .custom-nav .nav-link.disabled {
        cursor: not-allowed !important;
        background: #f8f9fa;
        color: #999
    }

    .custom-nav .nav-link::after {
        content: '';
        width: 1px;
        height: 50%;
        background: #ddd;
        display: inline-block;
        position: absolute;
        top: 25%;
        right: 0
    }

@media (max-width: 991.98px) {
    .custom-nav .nav-item {
        width: 100% !important;
        margin-bottom: 5px
    }

        .custom-nav .nav-item .nav-link {
            border-right: none
        }

            .custom-nav .nav-item .nav-link::after {
                display: none
            }
}

.customer-profile {
    text-align: center;
    background: #f8f9fa;
    padding: 2rem
}

.customer-image {
    padding: 0.5rem;
    background: #fff;
    max-width: 10rem;
    margin-bottom: 1.5rem
}

.customer-nav .list-group-item {
    color: #495057;
    font-size: 0.9rem;
    border-color: #e9ecef
}

    .customer-nav .list-group-item:hover, .customer-nav .list-group-item:focus {
        background: #f8f9fa
    }

    .customer-nav .list-group-item.active {
        background: #e9ecef;
        border-color: #e9ecef
    }

.hero-heading {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 2rem
}

@media (max-width: 991.98px) {
    h1.hero-heading {
        font-size: 2.025rem
    }

    h2.hero-heading {
        font-size: 1.35rem
    }

    h3.hero-heading {
        font-size: .9rem
    }
}

@media (max-width: 767.98px) {
    .display-1 {
        font-size: 4.8rem
    }

    .display-2 {
        font-size: 3.85rem
    }

    .display-3 {
        font-size: 3.15rem
    }

    .display-4 {
        font-size: 2.45rem
    }
}

.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6, .text-content p, .text-content ul, .text-content ol, .text-content blockquote {
    margin-bottom: 2rem
}

.icon-rounded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    color: #fff
}

.btn {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .3em;
    line-height: 1;
    padding: .6rem .75rem;
    font-size: .6875rem;
    line-height: 1.5;
    border-radius: 0
}

.btn-lg, .btn-group-lg > .btn {
    padding: 1.5rem 1.5rem;
    font-size: .7875rem;
    line-height: 1.5;
    border-radius: 0
}

.btn-sm, .btn-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: .6875rem;
    line-height: 1.5;
    border-radius: 0
}

.dropdown-menu {
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.1),-1px -1px 2px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1),-1px -1px 2px rgba(0,0,0,0.1)
}

.dropdown-header {
    padding: 1rem 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em
}

.page-link {
    text-transform: uppercase;
    letter-spacing: 0.1em
}

.blockquote {
    padding: 1rem;
    border-left: 5px solid #9a6ee2
}

.nav-link {
    color: #343a40
}

.nav-pills .nav-link:hover, .nav-pills .nav-link:focus {
    color: #212529;
    background-color: #e9ecef
}

a.accordion-link {
    color: #343a40;
    text-transform: uppercase;
    letter-spacing: 0.1em
}

    a.accordion-link:focus {
        text-decoration: none;
        color: #343a40
    }

.quickview {
    background: rgba(255,255,255,0.2)
}

    .quickview .ribbon {
        position: absolute;
        top: 30px;
        left: -12px;
        z-index: 999
    }

        .quickview .ribbon + .ribbon {
            top: 80px
        }

            .quickview .ribbon + .ribbon + .ribbon {
                top: 145px
            }

@media (max-width: 991.98px) {
    .quickview {
        text-align: center
    }

        .quickview .detail-quantity {
            margin-left: auto;
            margin-right: auto
        }
}

.close.modal-close {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #343a40;
    color: #fff;
    position: absolute;
    top: -5px;
    right: -5px;
    opacity: 1;
    font-size: .8rem;
    z-index: 999;
    cursor: pointer;
    outline: none
}

.service-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem
}

    .service-column:first-of-type {
        padding-top: 0
    }

    .service-column:last-of-type {
        padding-bottom: 0
    }

@media (min-width: 992px) {
    .service-column {
        border-right: 1px solid #495057;
        text-align: left;
        padding-top: 0;
        padding-bottom: 0
    }

        .service-column:last-of-type {
            border: none
        }
}

.service-icon {
    width: 3rem !important;
    height: 3rem !important;
    margin-right: 1.5rem;
    stroke-width: 2 !important
}

#scrollTop {
    display: none;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #343a40;
    border: solid 1px #343a40;
    text-align: center;
    background: #fff;
    font-size: .8rem;
    z-index: 999;
    cursor: pointer
}

.noUi-target {
    background: #ddd;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 3px
}

.noUi-horizontal .noUi-handle {
    width: 3px;
    height: 14px;
    left: 0;
    right: -2px !important;
    top: -5px;
    background: #222 !important;
    border: none;
    border-radius: 0;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

    .noUi-horizontal .noUi-handle::before, .noUi-horizontal .noUi-handle::after {
        display: none
    }

.noUi-connect {
    background: #222
}

.owl-theme button {
    outline: none
}

    .owl-theme button:focus, .owl-theme button:hover {
        background: none;
        outline: none
    }

.owl-theme .owl-item {
    -ms-touch-action: initial !important;
    touch-action: initial !important;
    -webkit-perspective: 1000px !important;
    perspective: 1000px !important
}

.owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

    .owl-theme .owl-nav [class*='owl-'] {
        position: absolute;
        top: 0;
        left: 40px;
        color: #fff;
        font-size: 14px;
        margin: 0;
        padding: 4px 7px;
        background: #D6D6D6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px
    }

        .owl-theme .owl-nav [class*='owl-']:hover {
            background: #869791;
            color: #fff;
            text-decoration: none
        }

    .owl-theme .owl-nav .owl-next {
        left: auto;
        right: 40px
    }

    .owl-theme .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px
        }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline
    }

        .owl-theme .owl-dots .owl-dot span {
            display: inline-block;
            width: 8px;
            height: 8px;
            margin: 0 5px;
            background: #dee2e6;
            -webkit-backface-visibility: visible;
            backface-visibility: visible;
            -webkit-transition: opacity 200ms ease;
            transition: opacity 200ms ease;
            border-radius: 30px
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #343a40
        }

.owl-theme.owl-dots-modern .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0
}

    .owl-theme.owl-dots-modern .owl-dots .owl-dot.active span {
        background: #fff;
        position: relative;
        top: 2px;
        width: 12px !important;
        height: 12px !important
    }

.owl-theme.owl-dots-primary .owl-dots .owl-dot span {
    background: #dee2e6
}

.owl-theme.owl-dots-primary .owl-dots .owl-dot.active span {
    background: #9a6ee2
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    background: none !important;
    color: #9a6ee2 !important;
    font-size: 2em !important
}

    .owl-nav .owl-prev.disabled, .owl-nav .owl-next.disabled {
        color: #aaa !important
    }

.ekko-lightbox .modal-header {
    padding: 0
}

.ekko-lightbox .modal-title {
    display: none
}

.ekko-lightbox .ekko-lightbox-nav-overlay span {
    padding: 0 .5rem
}

.ekko-lightbox .nav-arrow {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.ekko-lightbox .nav-arrow-right {
    justify-self: right
}

.ekko-lightbox .close {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    vertical-align: top;
    background: #343a40;
    color: #fff;
    top: -5px;
    right: -5px;
    padding: 0;
    margin: 0;
    opacity: 1;
    font-size: 2rem;
    z-index: 999;
    cursor: pointer;
    outline: none
}

    .ekko-lightbox .close span {
        display: inline-block;
        position: relative;
        top: -2px;
        text-shadow: none;
        font-weight: normal
    }

.ekko-lightbox .modal-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0
}

.text-uppercase {
    text-transform: uppercase;
    letter-spacing: 0.1em
}

.text-sm {
    font-size: .7875rem
}

.text-lg {
    font-size: 1.125rem
}

.text-xl {
    font-size: 1.8rem
}

.text-serif {
    font-family: "Playfair Display",serif !important
}

.letter-spacing-1 {
    letter-spacing: .1em
}

.letter-spacing-2 {
    letter-spacing: .2em
}

.letter-spacing-3 {
    letter-spacing: .3em
}

.letter-spacing-4 {
    letter-spacing: .4em
}

.letter-spacing-5 {
    letter-spacing: .5em
}

.text-hover-primary:focus, .text-hover-primary:hover {
    color: #9a6ee2 !important
}

.text-hover-secondary:focus, .text-hover-secondary:hover {
    color: #868e96 !important
}

.text-hover-success:focus, .text-hover-success:hover {
    color: #28a745 !important
}

.text-hover-info:focus, .text-hover-info:hover {
    color: #17a2b8 !important
}

.text-hover-warning:focus, .text-hover-warning:hover {
    color: #ffc107 !important
}

.text-hover-danger:focus, .text-hover-danger:hover {
    color: #dc3545 !important
}

.text-hover-light:focus, .text-hover-light:hover {
    color: #f8f9fa !important
}

.text-hover-dark:focus, .text-hover-dark:hover {
    color: #343a40 !important
}

.text-hover-gray-100:focus, .text-hover-gray-100:hover {
    color: #f8f9fa !important
}

.text-hover-gray-200:focus, .text-hover-gray-200:hover {
    color: #e9ecef !important
}

.text-hover-gray-300:focus, .text-hover-gray-300:hover {
    color: #dee2e6 !important
}

.text-hover-gray-400:focus, .text-hover-gray-400:hover {
    color: #ced4da !important
}

.text-hover-gray-500:focus, .text-hover-gray-500:hover {
    color: #adb5bd !important
}

.text-hover-gray-600:focus, .text-hover-gray-600:hover {
    color: #868e96 !important
}

.text-hover-gray-700:focus, .text-hover-gray-700:hover {
    color: #495057 !important
}

.text-hover-gray-800:focus, .text-hover-gray-800:hover {
    color: #343a40 !important
}

.text-hover-gray-900:focus, .text-hover-gray-900:hover {
    color: #212529 !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.td-none {
    text-decoration: none !important
}

.tile-link {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 30
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

img.bg-image {
    -o-object-fit: cover;
    object-fit: cover
}

.light-overlay, .dark-overlay {
    position: relative
}

    .light-overlay .overlay-content, .dark-overlay .overlay-content {
        position: relative;
        z-index: 20
    }

    .light-overlay::after, .dark-overlay::after {
        content: ' ';
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .3;
        position: absolute;
        left: 0;
        top: 0
    }

    .light-overlay::after {
        background: #fff;
        opacity: .3
    }

.full-screen {
    height: calc(100vh - 125px - 2rem)
}

.mh-full-screen {
    min-height: 100vh
}

@media (min-width: 576px) {
    .expand-sm {
        display: block !important
    }
}

@media (min-width: 768px) {
    .expand-md {
        display: block !important
    }
}

@media (min-width: 992px) {
    .expand-lg {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .expand-xl {
        display: block !important
    }
}

.expand {
    display: block !important
}

.block-toggler {
    display: block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #868e96
}

    .block-toggler[aria-expanded="true"], .block-toggler:focus {
        color: #212529;
        text-decoration: none
    }

    .block-toggler:focus, .block-toggler:hover {
        color: #212529;
        text-decoration: none
    }

    .block-toggler[data-toggle="collapse"]::before {
        content: '\f105';
        display: inline-block;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: "Font Awesome\ 5 Free";
        font-weight: 900;
        position: absolute;
        top: 50%;
        right: 0
    }

    .block-toggler[aria-expanded="true"]::before {
        content: '\f107'
    }

.svg-icon {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 3;
    vertical-align: text-bottom;
    --layer1: currentColor;
    --layer2: currentColor
}

    .svg-icon.svg-icon-light {
        stroke-width: 2
    }

    .svg-icon.svg-icon-heavy {
        stroke-width: 4
    }

#style-switch-button {
    position: fixed;
    top: 160px;
    right: 0px;
    border-radius: 0;
    z-index: 2
}

.style-switch-select {
    height: auto !important
}

#style-switch {
    width: 300px;
    padding: 20px;
    position: fixed;
    top: 192px;
    right: 0;
    background: #fff;
    border: solid 1px #ced4da;
    z-index: 2000
}

    #style-switch h4 {
        color: #495057
    }

.docs-item {
    padding: 2.5rem 0;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: .5rem
}

    .docs-item:first-of-type {
        padding-top: 0
    }

    .docs-item:last-of-type {
        border-bottom: none
    }

    .docs-item .docs-desc {
        font-size: 1.125rem;
        color: #868e96
    }

        .docs-item .docs-desc p.lead {
            color: #212529
        }
.p-1 {
    padding: .25rem !important;
}

.rounded {
    border-radius: 0 !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.bg-gray-100 {
    background-color: #f8f9fa !important;
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0,0,0,0.2);
    border-radius: 0;
    outline: 0;
}
.m-6 {
    margin: 6rem !important
}

.mt-6, .my-6 {
    margin-top: 6rem !important
}

.mr-6, .mx-6 {
    margin-right: 6rem !important
}

.mb-6, .my-6 {
    margin-bottom: 6rem !important
}

.ml-6, .mx-6 {
    margin-left: 6rem !important
}

.m-7 {
    margin: 8rem !important
}

.mt-7, .my-7 {
    margin-top: 8rem !important
}

.mr-7, .mx-7 {
    margin-right: 8rem !important
}

.mb-7, .my-7 {
    margin-bottom: 8rem !important
}

.ml-7, .mx-7 {
    margin-left: 8rem !important
}

.m-5px {
    margin: 5px !important
}

.mt-5px, .my-5px {
    margin-top: 5px !important
}

.mr-5px, .mx-5px {
    margin-right: 5px !important
}

.mb-5px, .my-5px {
    margin-bottom: 5px !important
}

.ml-5px, .mx-5px {
    margin-left: 5px !important
}

.m-10px {
    margin: 10px !important
}

.mt-10px, .my-10px {
    margin-top: 10px !important
}

.mr-10px, .mx-10px {
    margin-right: 10px !important
}

.mb-10px, .my-10px {
    margin-bottom: 10px !important
}

.ml-10px, .mx-10px {
    margin-left: 10px !important
}

.m-30px {
    margin: 30px !important
}

.mt-30px, .my-30px {
    margin-top: 30px !important
}

.mr-30px, .mx-30px {
    margin-right: 30px !important
}

.mb-30px, .my-30px {
    margin-bottom: 30px !important
}

.ml-30px, .mx-30px {
    margin-left: 30px !important
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2rem 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        color: #868e96;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none
    }

.breadcrumb-item.active {
    color: #868e96
}
.bg-gray-300 {
    background-color: #dee2e6 !important;
}
.bg-gray-100 {
    background-color: #f8f9fa !important
}

a.bg-gray-100:hover, a.bg-gray-100:focus, button.bg-gray-100:hover, button.bg-gray-100:focus {
    background-color: #dae0e5 !important
}

.bg-gray-200 {
    background-color: #e9ecef !important
}

a.bg-gray-200:hover, a.bg-gray-200:focus, button.bg-gray-200:hover, button.bg-gray-200:focus {
    background-color: #cbd3da !important
}

.bg-gray-300 {
    background-color: #dee2e6 !important;
}

a.bg-gray-300:hover, a.bg-gray-300:focus, button.bg-gray-300:hover, button.bg-gray-300:focus {
    background-color: #c1c9d0 !important
}

.bg-gray-400 {
    background-color: #ced4da !important
}

a.bg-gray-400:hover, a.bg-gray-400:focus, button.bg-gray-400:hover, button.bg-gray-400:focus {
    background-color: #b1bbc4 !important
}

.bg-gray-500 {
    background-color: #adb5bd !important
}

a.bg-gray-500:hover, a.bg-gray-500:focus, button.bg-gray-500:hover, button.bg-gray-500:focus {
    background-color: #919ca6 !important
}

.bg-gray-600 {
    background-color: #868e96 !important
}

a.bg-gray-600:hover, a.bg-gray-600:focus, button.bg-gray-600:hover, button.bg-gray-600:focus {
    background-color: #6c757d !important
}

.bg-gray-700 {
    background-color: #495057 !important
}

a.bg-gray-700:hover, a.bg-gray-700:focus, button.bg-gray-700:hover, button.bg-gray-700:focus {
    background-color: #32373b !important
}

.bg-gray-800 {
    background-color: #343a40 !important
}

a.bg-gray-800:hover, a.bg-gray-800:focus, button.bg-gray-800:hover, button.bg-gray-800:focus {
    background-color: #1d2124 !important
}

.bg-gray-900 {
    background-color: #212529 !important
}

a.bg-gray-900:hover, a.bg-gray-900:focus, button.bg-gray-900:hover, button.bg-gray-900:focus {
    background-color: #0a0c0d !important
}

.text-gray-100 {
    color: #f8f9fa !important
}

a.text-gray-100:hover, a.text-gray-100:focus {
    color: #dae0e5 !important
}

.text-gray-200 {
    color: #e9ecef !important
}

a.text-gray-200:hover, a.text-gray-200:focus {
    color: #cbd3da !important
}

.text-gray-300 {
    color: #dee2e6 !important;
}

a.text-gray-300:hover, a.text-gray-300:focus {
    color: #c1c9d0 !important
}

.text-gray-400 {
    color: #ced4da !important
}

a.text-gray-400:hover, a.text-gray-400:focus {
    color: #b1bbc4 !important
}

.text-gray-500 {
    color: #adb5bd !important
}

a.text-gray-500:hover, a.text-gray-500:focus {
    color: #919ca6 !important
}

.text-gray-600 {
    color: #868e96 !important
}

a.text-gray-600:hover, a.text-gray-600:focus {
    color: #6c757d !important
}

.text-gray-700 {
    color: #495057 !important
}

a.text-gray-700:hover, a.text-gray-700:focus {
    color: #32373b !important
}

.text-gray-800 {
    color: #343a40 !important
}

a.text-gray-800:hover, a.text-gray-800:focus {
    color: #1d2124 !important
}

.text-gray-900 {
    color: #212529 !important
}

a.text-gray-900:hover, a.text-gray-900:focus {
    color: #0a0c0d !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #868e96 !important
}

.text-black-50 {
    color: rgba(0,0,0,0.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,0.5) !important
}

/*cookies-eu*/
.cookies-eu {
    position: fixed;
    bottom: 0;
    left: 0;
    line-height: 40px;
    background: #f2f2f2;
    border-top: 1px solid #e4e4e4;
    width: 100%;
    z-index: 999;
    text-align: center;
}

    .cookies-eu .cookies-eu-content-holder {
        display: inline-block;
        padding: 0 20px;
        line-height: 26px;
    }

    .cookies-eu .cookies-eu-button-holder {
        display: inline-block;
        padding-right: 20px;
    }

        .cookies-eu .cookies-eu-button-holder .cookies-eu-ok {
            background-color: #4d90fe;
            background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
            border: 1px solid #3079ed;
            border-radius: 2px;
            color: #fff;
            cursor: default;
            display: inline-block;
            font-size: 11px;
            font-weight: bold;
            height: 24px;
            line-height: 20px;
            margin-right: 0px;
            min-width: 26px;
            outline: 0;
            padding: 0 11px;
            text-align: center;
            white-space: nowrap;
            margin: 0 5px;
        }

@media (max-width: 767px) {
    .cookies-eu {
        position: static;
        font-size: 12px;
        line-height: 20px;
    }

        .cookies-eu .cookies-eu-content-holder {
            line-height: 16px;
            padding: 5px 20px;
        }

        .cookies-eu .cookies-eu-button-holder {
            padding-bottom: 5px;
        }
}
