﻿/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #64c1cd;
    --indigo: #6610f2;
    --purple: #CC4787;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #008396;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #64c1cd;
    --secondary: #6c757d;
    --success: #008396;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, *::before, *::after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: #64c1cd;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #389fad;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre, code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=radio], input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1, .h1 {
    font-size: 2.5rem
}

h2, .h2 {
    font-size: 2rem
}

h3, .h3 {
    font-size: 1.75rem
}

h4, .h4 {
    font-size: 1.5rem
}

h5, .h5 {
    font-size: 1.25rem
}

h6, .h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(26, 26, 26, .1)
}

small, .small {
    font-size: 80%;
    font-weight: 400
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "— "
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table th, .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm th, .table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6
}

.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(26, 26, 26, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(26, 26, 26, .075)
}

.table-primary, .table-primary > th, .table-primary > td {
    background-color: #d4eef1
}

.table-hover .table-primary:hover {
    background-color: #c1e6eb
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #c1e6eb
}

.table-secondary, .table-secondary > th, .table-secondary > td {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success, .table-success > th, .table-success > td {
    background-color: #b8dce2
}

.table-hover .table-success:hover {
    background-color: #a6d3db
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #a6d3db
}

.table-info, .table-info > th, .table-info > td {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning, .table-warning > th, .table-warning > td {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger, .table-danger > th, .table-danger > td {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light, .table-light > th, .table-light > td {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark, .table-dark > th, .table-dark > td {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active, .table-active > th, .table-active > td {
    background-color: rgba(26, 26, 26, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(13, 13, 13, .075)
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(13, 13, 13, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark th, .table-dark td, .table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive > .table-bordered {
    border: 0
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:hover, .btn:focus {
    text-decoration: none
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(100, 193, 205, .25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #212529;
    background-color: #64c1cd;
    border-color: #64c1cd
}

.btn-primary:hover {
    color: #fff;
    background-color: #47b5c4;
    border-color: #3eb1c0
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(100, 193, 205, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #64c1cd;
    border-color: #64c1cd
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3eb1c0;
    border-color: #3ba8b6
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(100, 193, 205, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-success {
    color: #fff;
    background-color: #008396;
    border-color: #008396
}

.btn-success:hover {
    color: #fff;
    background-color: #006270;
    border-color: #005663
}

.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 131, 150, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #008396;
    border-color: #008396
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #005663;
    border-color: #004b56
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 131, 150, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
    color: #64c1cd;
    background-color: transparent;
    background-image: none;
    border-color: #64c1cd
}

.btn-outline-primary:hover {
    color: #212529;
    background-color: #64c1cd;
    border-color: #64c1cd
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(100, 193, 205, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #64c1cd;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #64c1cd;
    border-color: #64c1cd
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(100, 193, 205, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #008396;
    background-color: transparent;
    background-image: none;
    border-color: #008396
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #008396;
    border-color: #008396
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 131, 150, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #008396;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #008396;
    border-color: #008396
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 131, 150, .5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #64c1cd;
    background-color: transparent
}

.btn-link:hover {
    color: #389fad;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-link:disabled, .btn-link.disabled {
    color: #6c757d
}

.btn-lg, .btn-group-lg > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm, .btn-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 100%
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(26, 26, 26, .15);
    border-radius: .25rem
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #64c1cd
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
    z-index: 1
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
    z-index: 1
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after {
    margin-left: 0
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

.btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #64c1cd !important
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #3eb1c0 !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #008396 !important
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
    background-color: #005663 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #64c1cd !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #008396 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    clip-path: none
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #64c1cd !important
}

a.text-primary:hover, a.text-primary:focus {
    color: #3eb1c0 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #545b62 !important
}

.text-success {
    color: #008396 !important
}

a.text-success:hover, a.text-success:focus {
    color: #005663 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover, a.text-info:focus {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover, a.text-warning:focus {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover, a.text-danger:focus {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover, a.text-light:focus {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover, a.text-dark:focus {
    color: #1d2124 !important
}

.text-muted {
    color: #6c757d !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, *::before, *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    line-height: 1 !important;
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    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 .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 {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.jq-toast-wrap, .jq-toast-wrap * {
    margin: 0;
    padding: 0
}

.jq-toast-wrap {
    display: block;
    position: fixed;
    width: 250px;
    pointer-events: none !important;
    letter-spacing: normal;
    z-index: 9000 !important
}

.jq-toast-wrap.bottom-left {
    bottom: 20px;
    left: 20px
}

.jq-toast-wrap.bottom-right {
    bottom: 20px;
    right: 40px
}

.jq-toast-wrap.top-left {
    top: 20px;
    left: 20px
}

.jq-toast-wrap.top-right {
    top: 20px;
    right: 40px
}

.jq-toast-single {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 0 0 5px;
    border-radius: 4px;
    font-size: 12px;
    font-family: arial, sans-serif;
    line-height: 17px;
    position: relative;
    pointer-events: all !important;
    background-color: #444;
    color: #fff
}

.jq-toast-single h2 {
    font-family: arial, sans-serif;
    font-size: 14px;
    margin: 0 0 7px;
    background: 0 0;
    color: inherit;
    line-height: inherit;
    letter-spacing: normal
}

.jq-toast-single a {
    color: #eee;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    font-size: 12px
}

.jq-toast-single ul {
    margin: 0 0 0 15px;
    background: 0 0;
    padding: 0
}

.jq-toast-single ul li {
    list-style-type: disc !important;
    line-height: 17px;
    background: 0 0;
    margin: 0;
    padding: 0;
    letter-spacing: normal
}

.close-jq-toast-single {
    position: absolute;
    top: 3px;
    right: 7px;
    font-size: 14px;
    cursor: pointer
}

.jq-toast-loader {
    display: block;
    position: absolute;
    top: -2px;
    height: 5px;
    width: 0;
    left: 0;
    border-radius: 5px;
    background: red
}

.jq-toast-loaded {
    width: 100%
}

.jq-has-icon {
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px
}

.jq-icon-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);
    background-color: #31708f;
    color: #d9edf7;
    border-color: #bce8f1
}

.jq-icon-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);
    background-color: #8a6d3b;
    color: #fcf8e3;
    border-color: #faebcc
}

.jq-icon-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);
    background-color: #a94442;
    color: #f2dede;
    border-color: #ebccd1
}

.jq-icon-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);
    color: #dff0d8;
    background-color: #3c763d;
    border-color: #d6e9c6
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

p {
    margin-bottom: 1em !important
}

b, strong {
    font-weight: bold
}

.gradientBg, #wpsl-search-wrap #wpsl-search-btn, .tagcloud a, .blog-sidebar-title, .testimonial-item h3, .check-our-range, .wpcf7-form [type=submit], .dots-below .owl-dots .owl-dot.active, .testimonial-section, .fx-tabs > ul li.active, #side-menu .acct-menu, #side-cart .title, #copyright, .header-search-form .btn-special, #sticky-button-5, #main-menu .sub-menu li a:hover, #main-menu #user-menu .sub-menu li a:hover, .mm, .product-slider .owl-dots .owl-dot.active, .top-bar, #customer_details h3, #fx-mini-cart .woocommerce-mini-cart__buttons a:first-child, .blue-btn, .woocommerce .checkout-button, .woocommerce a.button, .woocommerce #place_order, .woocommerce .comment-form #submit, .woocommerce button.button, .btn_c {
    background: #008396;
    background: -moz-linear-gradient(180deg, #008396 0%, #00a577 100%);
    background: -webkit-linear-gradient(180deg, #008396 0%, #00a577 100%);
    background: linear-gradient(180deg, #008396 0%, #00a577 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008396", endColorstr="#00a577", GradientType=1)
}

#reviews, .jdgm-prev-badge__text, .jdgm-qa-badge__text, .woocommerce-product-rating {
    display: none !important
}

.btn_c {
    color: #fff;
    text-transform: uppercase
}

.jdgm--on, .jdgm--half, .jdgm--off {
    color: #ffc520 !important
}

.jdgm-rev-widg__title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px
}

.animate, .share-btn > span, #fx-mini-cart, .woocommerce-pagination li, .woocommerce-pagination a, .woocommerce .products li, .woocommerce .actions button, .blue-btn, .woocommerce a.button, .woocommerce .checkout-button, .woocommerce #place_order, .woocommerce .comment-form #submit, .woocommerce button.button {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.blue-btn, .woocommerce a.button, .woocommerce .checkout-button, .woocommerce #place_order, .woocommerce .comment-form #submit, .woocommerce button.button {
    font-family: "Poppins", "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono", "Droid Sans Mono", monospace, monospace;
    background-color: #008396 !important;
    color: #fff !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: normal !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    padding: 10px !important
}

.blue-btn:hover, .woocommerce a.button:hover, .woocommerce .checkout-button:hover, .woocommerce #place_order:hover, .woocommerce .comment-form #submit:hover, .woocommerce button.button:hover {
    background-color: #1a1a1a !important;
    color: #fff
}

input, select, textarea {
    padding: 10px;
    border: 1px solid #e6e6e6;
    font-size: 14px
}

* {
    outline: none
}

#ship-to-different-address {
    margin-top: 30px;
    padding-left: 40px;
    position: relative
}

#ship-to-different-address input {
    position: absolute;
    left: 0;
    top: 8px
}

.woocommerce .woocommerce-table {
    border-spacing: 0px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important
}

.woocommerce .woocommerce-table tr:first-child th {
    background-color: #cc4787;
    color: #fff
}

.woocommerce #fabfw_address_billing_id_field, .woocommerce #fabfw_address_shipping_id_field {
    position: relative
}

.woocommerce #fabfw_address_billing_id_field .radio, .woocommerce #fabfw_address_shipping_id_field .radio {
    position: relative
}

.woocommerce #fabfw_address_billing_id_field .radio .fabfw-edit, .woocommerce #fabfw_address_shipping_id_field .radio .fabfw-edit {
    position: absolute;
    right: 20px;
    top: 0px;
    background-color: #008396;
    padding: 10px;
    color: #fff
}

.woocommerce #fabfw_address_billing_id_field input[type=radio], .woocommerce #fabfw_address_shipping_id_field input[type=radio] {
    display: none
}

.woocommerce #fabfw_address_billing_id_field label, .woocommerce #fabfw_address_shipping_id_field label {
    font-size: 16px
}

.woocommerce .fabfw-select-address-container .form-row :checked + .radio {
    border: 2px solid #008396
}

.woocommerce .single_add_to_cart_button {
    padding: 13px !important
}

.woocommerce .woocommerce-input-wrapper {
    width: 100%
}

.woocommerce form.login, .woocommerce form.register {
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.woocommerce form.lost_reset_password {
    margin: 100px 0
}

.woocommerce a.added_to_cart, .woocommerce a.button {
    padding: 14px !important;
    line-height: 16px
}

.woocommerce .quantity {
    display: flex
}

.woocommerce .quantity .minus, .woocommerce .quantity .plus {
    border: 0px solid #008396;
    color: #000;
    font-weight: bold;
    padding: 5px 15px;
    background-color: #96f2ff
}

.woocommerce .quantity input[type=number] {
    border-left: none;
    border-right: none;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.woocommerce div.product .woocommerce-tabs {
    margin-top: 40px
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background-color: #f2f2f2
}

.woocommerce .comment-form textarea {
    padding: 15px;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    outline: 0;
    height: auto
}

.woocommerce a.added_to_cart {
    height: auto;
    background-color: #000;
    font-family: "Poppins", "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono", "Droid Sans Mono", monospace, monospace;
    line-height: 1;
    color: #fff;
    text-transform: uppercase !important
}

.woocommerce table.cart td.product-quantity .qty {
    padding: 0
}

.woocommerce .product-quantity .quantity {
    float: right
}

@media screen and (min-width: 767px) {
    .woocommerce .product-quantity .quantity {
        float: none
    }
}

.woocommerce .product-quantity:after {
    content: "";
    display: block;
    clear: both
}

.woocommerce .actions button {
    background-color: #007a8c;
    font-family: "Oswald";
    letter-spacing: 1px;
    font-weight: normal;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase
}

.woocommerce .actions button:hover {
    color: #fff;
    background: #1a1a1a
}

.woocommerce .actions button[disabled] {
    display: none
}

.woocommerce .coupon #coupon_code {
    width: 145px
}

.woocommerce a {
    text-decoration: none !important
}

.woocommerce .star-rating {
    letter-spacing: 2px;
    float: none;
    margin: 10px auto !important;
    width: 5.8em
}

.woocommerce .star-rating span {
    color: #000
}

.woocommerce .products li {
    text-align: center;
    padding-bottom: 20px !important;
    border: 1px solid #e5e5e5 !important
}

.woocommerce .products li:hover {
    box-shadow: 0px 0px 10px #ccc
}

.woocommerce .onsale {
    height: 22px;
    line-height: 22px !important;
    padding: 0 !important;
    left: 0 !important;
    top: 20px !important;
    background-color: #1a1a1a !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 0;
    width: 30px;
    text-align: center
}

.woocommerce ul.products {
    list-style: none
}

.woocommerce .product {
    text-align: center;
    border: 1px solid #e5e5e5;
    padding-bottom: 20px;
    color: #fff;
    margin-bottom: 20px !important
}

.woocommerce .product .price {
    color: #008396;
    font-size: 20px !important;
    display: block;
    margin: 0 0 15px 0;
    color: #000
}

.woocommerce .product .price ins {
    text-decoration: none
}

.woocommerce .product .price .amount {
    color: #000;
    text-decoration: none
}

.woocommerce .product .woocommerce-loop-product__title {
    font-size: 14px;
    color: #4d4d4d;
    word-spacing: 3px;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: "Poppins", "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono", "Droid Sans Mono", monospace, monospace;
    text-transform: uppercase;
    font-weight: bold
}

.woocommerce .product h1.product_title {
    font-family: "Poppins", "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono", "Droid Sans Mono", monospace, monospace;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 8px
}

.woocommerce .product .button {
    margin-top: 0
}

.woocommerce .woocommerce-products-header {
    font-family: "Oswald"
}

.woocommerce-pagination li, .woocommerce-pagination a {
    padding: 10px;
    min-width: 40px;
    text-align: center;
    display: inline-block
}

.woocommerce-pagination li:hover, .woocommerce-pagination a:hover {
    background-color: #008396;
    color: #fff
}

.rating-wrap {
    width: 110px;
    margin: auto
}

.img-container {
    background-color: #f4f4f4
}

.onsale {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    min-height: 10px !important
}

#fx-mini-cart {
    visibility: hidden;
    opacity: 0;
    z-index: 5000;
    position: absolute;
    background: #f6f6f6;
    text-align: left;
    padding: 15px;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 20px #9a9a9a;
    -moz-box-shadow: 0px 0px 20px #9a9a9a;
    box-shadow: 0px 0px 20px #9a9a9a;
    width: 300px;
    right: 0;
    -webkit-transform: translate(0, 40px);
    -moz-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    transform: translate(0, 40px)
}

#fx-mini-cart ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#fx-mini-cart li:after {
    clear: both;
    content: " ";
    display: block
}

#fx-mini-cart .woocommerce-mini-cart__buttons a {
    margin-right: 10px
}

#fx-mini-cart .woocommerce-mini-cart__total {
    padding: 10px 0
}

#fx-mini-cart li {
    padding: 10px;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #dadada
}

#fx-mini-cart img {
    float: left;
    margin-right: 10px;
    width: 60px;
    height: 60px
}

.mini-cart-trigger:hover #fx-mini-cart {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 20PX);
    -moz-transform: translate(0, 20PX);
    -ms-transform: translate(0, 20PX);
    -o-transform: translate(0, 20PX);
    transform: translate(0, 20PX)
}


.single-product .product {
    border: 0px;
    color: #000;
    text-align: left
}

#customer_details label {
    display: block;
    width: 100%
}

#customer_details h3 {
    padding: 10px;
    font-size: 20px;
    font-family: "Oswald";
    text-transform: uppercase;
    background-color: #008396;
    color: #fff
}

#customer_details h3 label {
    margin-bottom: 0;
    padding-left: 40px
}

#customer_details h3 label input {
    margin-left: 10px;
    margin-top: 4px
}

#customer_details input {
    display: block;
    padding: 10px;
    border: 1px solid #d9d9d9
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.woocommerce-MyAccount-navigation ul li {
    background-color: #f2f2f2;
    margin-bottom: 1px
}

.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #008396
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
    display: block;
    padding: 15px 15px
}

.woocommerce-MyAccount-navigation ul li a {
    color: #000;
    display: block;
    padding: 15px 15px
}

.post-title {
    padding: 10px 0;
    background-color: #f7f7f7;
    margin-bottom: 30px;
    background-image: url("https://www.transparenttextures.com/patterns/az-subtle.png")
}

.post-title h1 {
    font-size: 22px;
    margin-bottom: 0
}

.post-title .woocommerce-breadcrumb {
    margin-bottom: 0
}

.archive .post-title {
    text-align: center
}

input[type=checkbox] {
    margin-right: 15px
}

input[type=checkbox]:before {
    position: relative;
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid gray;
    content: "";
    background: #fff;
    left: 4px
}

input[type=checkbox]:after {
    position: relative;
    display: block;
    left: 0px;
    top: -11px;
    width: 20px;
    height: 20px;
    border: 1px solid #008396;
    content: "";
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center
}

input[type=checkbox]:checked:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC"), linear-gradient(135deg, #B1B6BE 0%, #FFF 100%)
}

input[type=checkbox]:disabled:after {
    -webkit-filter: opacity(0.4)
}

input[type=checkbox]:not(:disabled):checked:hover:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC"), linear-gradient(135deg, #8BB0C2 0%, #FFF 100%)
}

input[type=checkbox]:not(:disabled):hover:after {
    background-image: linear-gradient(135deg, #8BB0C2 0%, #FFF 100%);
    border-color: #85a9bb #92c2da #92c2da #85a9bb
}

input[type=checkbox]:not(:disabled):hover:before {
    border-color: #3d7591
}

input[type=checkbox].large {
    height: 22px;
    width: 22px
}

input[type=checkbox].large[type=checkbox]:before {
    width: 20px;
    height: 20px
}

input[type=checkbox].large[type=checkbox]:after {
    top: -20px;
    width: 16px;
    height: 16px
}

input[type=checkbox].large.custom[type=checkbox]:checked:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGHRFWHRBdXRob3IAbWluZWNyYWZ0aW5mby5jb23fZidLAAAAk0lEQVQ4y2P4//8/AyUYwcAD+OzN/oMwshjRBoA0Gr8+DcbIhhBlAEyz+qZZ/7WPryHNAGTNMOxpJvo/w0/uP0kGgGwGaZbrKgfTGnLc/0nyAgiDbEY2BCRGdCDCnA2yGeYVog0Aae5MV4c7Gzk6CRqAbDM2w/EaQEgzXgPQnU2SAcTYjNMAYm3GaQCxNuM0gFwMAPUKd8XyBVDcAAAAAElFTkSuQmCC"), linear-gradient(135deg, #B1B6BE 0%, #FFF 100%)
}

input[type=checkbox].large.custom[type=checkbox]:not(:disabled):checked:hover:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGHRFWHRBdXRob3IAbWluZWNyYWZ0aW5mby5jb23fZidLAAAAk0lEQVQ4y2P4//8/AyUYwcAD+OzN/oMwshjRBoA0Gr8+DcbIhhBlAEyz+qZZ/7WPryHNAGTNMOxpJvo/w0/uP0kGgGwGaZbrKgfTGnLc/0nyAgiDbEY2BCRGdCDCnA2yGeYVog0Aae5MV4c7Gzk6CRqAbDM2w/EaQEgzXgPQnU2SAcTYjNMAYm3GaQCxNuM0gFwMAPUKd8XyBVDcAAAAAElFTkSuQmCC"), linear-gradient(135deg, #8BB0C2 0%, #FFF 100%)
}

.animate, .share-btn > span, .woocommerce .checkout-button, .check-our-range, .box .text, .sidebar-widget .product-categories li, .category-box span, .category-box img, .fx-tabs > ul li:after, .fx-tabs > ul li, #side-menu .menu-item-has-children i, #side-menu, #side-cart, #grey, ul.cat-tabs li a, ul.cat-tabs li, .owl-dots button.owl-dot, .owl-nav .owl-prev span, .owl-nav .owl-next span, .owl-nav .owl-prev, .owl-nav .owl-next, #main-menu a:after, #user-menu a:after, #main-menu a, #user-menu a, #main-menu .sub-menu, #user-menu .sub-menu, #fx-mini-cart, .woocommerce-pagination li, .woocommerce-pagination a, .woocommerce .products li, .woocommerce .actions button, .blue-btn, .woocommerce .checkout-button, .woocommerce a.button, .woocommerce .checkout-button, .woocommerce #place_order, .woocommerce .comment-form #submit, .woocommerce button.button {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#grey-it-out button.single_add_to_cart_button.button {
    background-color: #000 !important
}

.blue-btn, .woocommerce .checkout-button, .woocommerce a.button, .woocommerce .checkout-button, .woocommerce #place_order, .woocommerce .comment-form #submit, .woocommerce button.button {
    color: #fff !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: normal !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    padding: 10px !important
}

.blue-btn:hover, .woocommerce a.button:hover, .woocommerce .checkout-button:hover, .woocommerce #place_order:hover, .woocommerce .comment-form #submit:hover, .woocommerce button.button:hover {
    background-color: #1a1a1a !important;
    color: #fff
}

input, select, textarea {
    padding: 10px;
    border: 1px solid #e6e6e6;
    font-size: 14px
}

* {
    outline: none
}

.cat-item-home {
    padding: 10px;
    color: #000 !important
}

.cat-item-home:hover {
    background-color: #f7f7f7
}

#ship-to-different-address {
    margin-top: 30px;
    padding-left: 40px;
    position: relative
}

#ship-to-different-address input {
    position: absolute;
    left: 0;
    top: 8px
}

.woocommerce .woocommerce-table {
    border-spacing: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important
}

.woocommerce .woocommerce-table tfoot tr:first-child th {
    background-color: transparent;
    color: #000
}

.woocommerce .woocommerce-table tr:first-child th {
    background-color: #000;
    color: #fff
}

.woocommerce #fabfw_address_billing_id_field, .woocommerce #fabfw_address_shipping_id_field {
    position: relative
}

.woocommerce #fabfw_address_billing_id_field .radio, .woocommerce #fabfw_address_shipping_id_field .radio {
    position: relative
}

.woocommerce #fabfw_address_billing_id_field .radio .fabfw-edit, .woocommerce #fabfw_address_shipping_id_field .radio .fabfw-edit {
    position: absolute;
    right: 20px;
    top: 0;
    background-color: #009cb4;
    padding: 10px;
    color: #fff
}

.woocommerce #fabfw_address_billing_id_field input[type=radio], .woocommerce #fabfw_address_shipping_id_field input[type=radio] {
    display: none
}

.woocommerce #fabfw_address_billing_id_field label, .woocommerce #fabfw_address_shipping_id_field label {
    font-size: 16px
}

.woocommerce .fabfw-select-address-container .form-row :checked + .radio {
    border: 2px solid #009cb4
}

.woocommerce .single_add_to_cart_button {
    padding: 13px !important
}

.woocommerce .woocommerce-input-wrapper {
    width: 100%
}

.woocommerce form.login, .woocommerce form.register {
    border: 0px solid #f2f2f2 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 !important
}

.order_details th, .order_details td {
    font-weight: normal !important
}

.order_details tfoot tr:last-child {
    background-color: #000
}

.order_details tfoot tr:last-child th, .order_details tfoot tr:last-child td {
    color: #fff !important
}

.woocommerce form.lost_reset_password {
    margin: 100px 0
}

.woocommerce a.added_to_cart, .woocommerce .woocommerce a.button {
    padding: 10px !important;
    line-height: 16px
}

.woocommerce .quantity {
    display: flex
}

.woocommerce .quantity .minus, .woocommerce .quantity .plus {
    border: 1px solid #999;
    color: #000;
    font-weight: bold;
    padding: 5px 15px;
    background-color: #fff
}

.woocommerce .quantity input[type=number] {
    border-left: none;
    border-right: none;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999
}

.woocommerce div.product .woocommerce-tabs {
    margin-top: 40px
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background-color: #f2f2f2
}

.woocommerce .comment-form textarea {
    padding: 15px;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    outline: 0;
    height: auto
}

.woocommerce a.added_to_cart {
    height: auto;
    background-color: #000;
    font-family: "Oswald", "Poppins";
    line-height: 1.2;
    text-align: center;
    color: #fff;
    margin-left: 5px;
    text-transform: uppercase !important
}

.woocommerce table.cart td.product-quantity .qty {
    padding: 0
}

.woocommerce .product-quantity .quantity {
    float: right
}

@media screen and (min-width: 767px) {
    .woocommerce .product-quantity .quantity {
        float: none
    }
}

.woocommerce .product-quantity:after {
    content: "";
    display: block;
    clear: both
}

.woocommerce .actions button {
    background-color: #0093aa;
    font-family: "Oswald", "Poppins";
    letter-spacing: 1px;
    font-weight: normal;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase
}

.woocommerce .actions button:hover {
    color: #fff;
    background: #1a1a1a
}

.woocommerce .actions button[disabled] {
    display: none
}

.woocommerce .coupon #coupon_code {
    width: 145px
}

.woocommerce a {
    text-decoration: none !important
}

.woocommerce .star-rating {
    letter-spacing: 2px;
    float: none;
    margin: 10px auto !important;
    width: 5.8em
}

.woocommerce .star-rating span {
    color: #000
}

.woocommerce .products li {
    text-align: center;
    padding-bottom: 20px !important;
    border: 1px solid #e5e5e5 !important
}

.woocommerce .products li:hover {
    box-shadow: 0 0 10px #ccc
}

.woocommerce .onsale {
    position: absolute;
    margin: 0 !important;
    height: 22px;
    line-height: 22px !important;
    padding: 0 5px !important;
    left: 0 !important;
    top: 20px !important;
    background-color: #1a1a1a !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: normal !important;
    width: 50px;
    font-size: 11px !important;
    text-align: center
}

.woocommerce ul.products {
    list-style: none
}

.woocommerce .product {
    text-align: center;
    border: 1px solid #e5e5e5;
    padding-bottom: 20px;
    color: #fff;
    margin-bottom: 20px !important
}

.woocommerce .product .price {
    color: #009cb4;
    font-size: 20px !important;
    display: block;
    margin: 0 0 15px 0;
    color: #000
}

.woocommerce .product .price ins {
    text-decoration: none
}

.woocommerce .product .price .amount {
    color: #000;
    text-decoration: none
}

.woocommerce .product .woocommerce-loop-product__title {
    font-size: 14px;
    color: #4d4d4d;
    word-spacing: 3px;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: "Poppins", "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono", "Droid Sans Mono", monospace, monospace;
    text-transform: uppercase;
    font-weight: bold
}

.woocommerce .product h1.product_title {
    font-family: "Poppins", "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono", "Droid Sans Mono", monospace, monospace;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 8px
}

.woocommerce .product .button {
    margin-top: 0
}

.woocommerce .woocommerce-products-header {
    font-family: "Poppins", "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono", "Droid Sans Mono", monospace, monospace
}

.woocommerce-pagination li, .woocommerce-pagination a {
    padding: 10px;
    min-width: 40px;
    text-align: center;
    display: inline-block
}

.woocommerce-pagination li:hover, .woocommerce-pagination a:hover {
    background-color: #009cb4;
    color: #fff
}

.rating-wrap {
    width: 110px;
    margin: auto
}

.img-container {
    background-color: #f4f4f4
}

.onsale {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    min-height: 10px !important
}

#fx-mini-cart {
    visibility: hidden;
    opacity: 0;
    z-index: 5000;
    position: absolute;
    background: #f6f6f6;
    text-align: left;
    padding: 15px;
    font-size: 14px;
    -webkit-box-shadow: 0 0 20px #9a9a9a;
    -moz-box-shadow: 0 0 20px #9a9a9a;
    box-shadow: 0 0 20px #9a9a9a;
    width: 300px;
    right: 0;
    -webkit-transform: translate(0, 40px);
    -moz-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    transform: translate(0, 40px)
}

#fx-mini-cart ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#fx-mini-cart li:after {
    clear: both;
    content: " ";
    display: block
}

#fx-mini-cart .woocommerce-mini-cart__buttons a {
    margin-right: 10px
}

#fx-mini-cart .woocommerce-mini-cart__total {
    padding: 10px 0
}

#fx-mini-cart li {
    padding: 10px;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #dadada
}

#fx-mini-cart img {
    float: left;
    margin-right: 10px;
    width: 60px;
    height: 60px
}

.mini-cart-trigger:hover #fx-mini-cart {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 20PX);
    -moz-transform: translate(0, 20PX);
    -ms-transform: translate(0, 20PX);
    -o-transform: translate(0, 20PX);
    transform: translate(0, 20PX)
}


.single-product .product {
    border: 0;
    color: #000;
    text-align: left
}

#customer_details label {
    display: block;
    width: 100%
}

#customer_details h3 {
    padding: 10px;
    font-size: 20px;
    font-family: "Oswald", "Poppins";
    text-transform: uppercase;
    color: #fff
}

#customer_details h3 label {
    margin-bottom: 0;
    padding-left: 40px
}

#customer_details h3 label input {
    margin-left: 10px;
    margin-top: 4px
}

#customer_details input {
    display: block;
    padding: 10px;
    border: 1px solid #d9d9d9
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.woocommerce-MyAccount-navigation ul li {
    background-color: #f2f2f2;
    margin-bottom: 1px
}

.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #009cb4
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff
}

.woocommerce-MyAccount-navigation ul li a {
    color: #000;
    display: block;
    text-transform: uppercase;
    padding: 15px 15px
}

.post-title {
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    background-color: #f7f7f7;
    margin-bottom: 15px;
    background-image: url("https://www.transparenttextures.com/patterns/az-subtle.png")
}

.post-title h1 {
    font-size: 22px;
    margin-bottom: 0
}

.post-title .woocommerce-breadcrumb {
    margin-bottom: 0
}

.archive .post-title {
    text-align: center
}

input[type=checkbox] {
    margin-right: 15px
}

input[type=checkbox]:before {
    position: relative;
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid gray;
    content: "";
    background: #fff;
    left: 4px
}

input[type=checkbox]:after {
    position: relative;
    display: block;
    left: 0;
    top: -11px;
    width: 20px;
    height: 20px;
    border: 1px solid #009cb4;
    content: "";
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center
}

input[type=checkbox]:checked:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC"), linear-gradient(135deg, #B1B6BE 0%, #FFF 100%)
}

input[type=checkbox]:disabled:after {
    -webkit-filter: opacity(0.4)
}

input[type=checkbox]:not(:disabled):checked:hover:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC"), linear-gradient(135deg, #8BB0C2 0%, #FFF 100%)
}

input[type=checkbox]:not(:disabled):hover:after {
    background-image: linear-gradient(135deg, #8BB0C2 0%, #FFF 100%);
    border-color: #85a9bb #92c2da #92c2da #85a9bb
}

input[type=checkbox]:not(:disabled):hover:before {
    border-color: #3d7591
}

input[type=checkbox].large {
    height: 22px;
    width: 22px
}

input[type=checkbox].large[type=checkbox]:before {
    width: 20px;
    height: 20px
}

input[type=checkbox].large[type=checkbox]:after {
    top: -20px;
    width: 16px;
    height: 16px
}

input[type=checkbox].large.custom[type=checkbox]:checked:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGHRFWHRBdXRob3IAbWluZWNyYWZ0aW5mby5jb23fZidLAAAAk0lEQVQ4y2P4//8/AyUYwcAD+OzN/oMwshjRBoA0Gr8+DcbIhhBlAEyz+qZZ/7WPryHNAGTNMOxpJvo/w0/uP0kGgGwGaZbrKgfTGnLc/0nyAgiDbEY2BCRGdCDCnA2yGeYVog0Aae5MV4c7Gzk6CRqAbDM2w/EaQEgzXgPQnU2SAcTYjNMAYm3GaQCxNuM0gFwMAPUKd8XyBVDcAAAAAElFTkSuQmCC"), linear-gradient(135deg, #B1B6BE 0%, #FFF 100%)
}

input[type=checkbox].large.custom[type=checkbox]:not(:disabled):checked:hover:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGHRFWHRBdXRob3IAbWluZWNyYWZ0aW5mby5jb23fZidLAAAAk0lEQVQ4y2P4//8/AyUYwcAD+OzN/oMwshjRBoA0Gr8+DcbIhhBlAEyz+qZZ/7WPryHNAGTNMOxpJvo/w0/uP0kGgGwGaZbrKgfTGnLc/0nyAgiDbEY2BCRGdCDCnA2yGeYVog0Aae5MV4c7Gzk6CRqAbDM2w/EaQEgzXgPQnU2SAcTYjNMAYm3GaQCxNuM0gFwMAPUKd8XyBVDcAAAAAElFTkSuQmCC"), linear-gradient(135deg, #8BB0C2 0%, #FFF 100%)
}

.woocommerce-column__title {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100 !important;
    font-size: 14px;
    padding: 10px;
    margin: 0
}

.woocommerce-table--order-details, .woocommerce-column__title {
    font-weight: normal !important
}

.woocommerce-table--order-details th, .woocommerce-column__title th {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal !important;
    font-size: 14px
}

.woocommerce-review-link {
    margin-top: 5px;
    display: block
}

.woocommerce-product-details__short-description {
    margin: 0;
    padding: 0
}

.woocommerce button.button.loading {
    padding-right: 20px !important
}

.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
    right: -8px !important;
    top: 14px !important
}

#order_review td:nth-child(2n), #order_review th:nth-child(2n) {
    text-align: right
}

.woocommerce ul.products li.product a img {
    margin-bottom: 0 !important
}

#close-cart {
    color: #f2f2f2
}

.btn-primary {
    background-color: #009cb4 !important;
    color: #fff
}

body {
    font-family: "Poppins", "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono", "Droid Sans Mono", monospace, monospace;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden
}

@media screen and (max-width: 767px) {
    .mh-300 {
        height: 300px;
        display: none
    }
}

p {
    font-weight: lighter
}

.about-ayur {
    font-size: 18px;
    font-style: italic
}

.wc_payment_methods li {
    margin: -15px;
    padding: 15px;
    background-color: #f6f6f6
}

.wc_payment_methods input[type=radio] {
    float: left;
    margin: 15px !important
}

.wc_payment_methods li:nth-child(2n+1) {
    background-color: #fff;
    margin: -15px;
    padding: 15px
}

p {
    margin-bottom: 2rem
}

.top-bar {
    color: #fff;
    padding: 8px;
    font-size: 14px;
    font-weight: lighter
}

#header-main {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px #ccccff;
    -moz-box-shadow: 0 0 10px #ccccff;
    box-shadow: 0 0 10px #ccccff;
}

#header-main .fx-phone a {
    color: #000;
    font-size: 14px
}

#header-main .cart-total .woocommerce-Price-amount.amount {
    color: #000 !important;
    font-size: 18px
}

a.button.checkout .amount {
    font-family: "Poppins" !important
}

.search-bar {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    padding: 10px;
    text-align: center
}

.search-bar #header-search-form {
    max-width: 100%;
    color: #000
}

.search-bar #header-search-form input {
    color: #000
}

.product-slider {
    border: 1px solid #f7f7f7
}

.product-slider .owl-dots {
    margin-top: 20px;
    position: relative
}

.product-slider .owl-dots button {
    background-color: #000 !important;
    border: 0 solid #000 !important
}

.product_title {
    font-family: "Oswald", "Poppins"
}

.cat-panel {
    display: none
}

.cat-panel.active {
    display: block
}

a#sticky-button-2.button, a#sticky-button-1.button {
    width: 100%;
    text-align: center;
    display: block;
    padding: 20px !important
}

.bfixed {
    border-top: 1px solid #009cb4
}

.jq-toast-wrap {
    bottom: 70px !important
}

.woocommerce .woocommerce-product-rating .star-rating {
    float: none !important;
    margin: 0 !important
}

@media screen and (max-width: 768px) {
    .product .summary {
        text-align: center
    }

    .star-rating {
        float: none !important
    }

    .woocommerce-review-link {
        display: block
    }
}

.product_meta {
    display: none
}

.spacer-1 {
    height: 1px;
    background-color: #f2f2f2;
    margin-bottom: 20px
}

.line {
    display: none;
    height: 1px;
    background-color: #f2f2f2
}

.mm {
    text-align: center
}

.w-phone-link a {
    color: #fff;
    margin-right: 30px
}

.w-phone-link a i {
    font-size: 20px
}

#main-menu, #user-menu {
    padding: 0
}

#main-menu a {
    text-transform: uppercase !important
}

#main-menu .mega-sub-menu li {
    padding: 0 !important
}

#main-menu .mega-sub-menu a {
    display: block !important;
    padding: 10px !important;
    font-size: 14px !important;
    font-weight: normal !important
}

#main-menu .mega-sub-menu a:hover {
    color: #008396 !important
}

#main-menu .sub-menu, #main-menu #user-menu .sub-menu {
    z-index: 1000;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    position: absolute;
    background-color: #fff;
    padding: 0;
    margin: 0;
    width: 1000px;
    margin-left: -500px;
    left: 150%
}

#main-menu .sub-menu {
    padding-top: 20px;
    padding-bottom: 20px
}

#main-menu .sub-menu li, #main-menu #user-menu .sub-menu li {
    display: inline-block;
    width: 30%
}

#main-menu .sub-menu li a, #main-menu #user-menu .sub-menu li a {
    color: #000;
    text-align: left;
    line-height: 1.6;
    padding: 15px 20px
}

#main-menu .sub-menu li a:hover, #main-menu #user-menu .sub-menu li a:hover {
    color: #fff
}

#main-menu ul, #main-menu #user-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#main-menu li, #main-menu #user-menu li {
    display: inline-block
}

#main-menu li:hover .sub-menu, #user-menu li:hover .sub-menu {
    z-index: 1000;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

#main-menu li.menu-item-has-children, #user-menu li.menu-item-has-children {
    position: relative;
    padding-right: 5px
}

#main-menu li.menu-item-has-children i, #user-menu li.menu-item-has-children i {
    position: absolute;
    right: 0;
    top: 20px;
    margin-left: 10px
}

#main-menu a, #user-menu a {
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 20px 15px;
    text-decoration: none;
    position: relative
}

#main-menu a:hover, #user-menu a:hover {
    color: #64c1cd
}

#main-menu a:hover:after, #user-menu a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: none
}

#main-menu a:after, #user-menu a:after {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    content: " ";
    height: 2px;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    background-color: #009cb4;
    animation-timing-function: cubic-bezier(1, 2, 3, 4)
}

#main-menu .children, #user-menu .children {
    visibility: hidden
}

.reloading-page {
    padding: 100px 30px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-align: center
}

a {
    color: #009cb4
}

#sidebar {
    display: none
}

#footer {
    background: #f7f7f7;
    padding: 50px 0;
    color: #000;
    font-size: 14px
}

#footer .fa-angle-up, #footer .fa-angle-down {
    display: none
}

#footer .fx-phone {
    color: #000
}

#footer .fx-phone small {
    color: #00a477
}

#footer p {
    color: #999;
    margin-top: 20px;
    display: block
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .widget-title {
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #009cb4
}

#footer .social {
    font-size: 30px;
    margin-right: 5px
}

#footer .social a {
    display: inline-block;
    margin-right: 20px
}

#footer .social a i {
    font-size: 30px
}

#footer a {
    font-size: 13px;
    color: #2b2b2b;
    text-transform: uppercase;
    padding: 5px 0;
    display: block
}

#footer a:hover {
    color: #009cb4
}

#footer .widget-title i {
    display: none;
}

@media screen and (max-width: 767px) {
    #footer {
        padding: 20px 10px
    }

    #footer ul, #footer .fc {
        display: none
    }

    #footer .icon-angle-down {
        display: block
    }

    #footer .widget-title {
        border-bottom: 1px solid #dcdbdb;
        padding-bottom: 5px !important;
        margin-bottom: 5px !important;
        font-size: 18px !important;
        margin-top: 10px !important
    }

    #footer .widget-title .icon-angle-down {
        margin-top: 5px
    }

    #footer .widget-title .icon-angle-up {
        display: none
    }

    #footer .widget-title i {
        float: right
    }

    #footer .widget-title.active .icon-angle-down {
        display: none
    }

    #footer .widget-title.active .icon-angle-up {
        display: block
    }
}

#post-roll img {
    display: block
}

#post-roll h4 {
    margin-top: 30px !important
}

#post-roll date {
    display: block;
    color: gray
}

.scroll h2 {
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
    padding: 10px
}

.widget_product_categories {
    background-color: #fff
}

.contact-us-inner {
    padding: 50px 0;
    width: 90%;
    margin: auto
}

.flex-1 {
    flex: 1
}

#logo img {
    width: 100px
}

@media screen and (min-width: 767px) {
    #logo {
        width: 200px
    }
}

.para-container {
    padding: 100px 20px;
    color: #000
}

.para-container h3 {
    font-weight: bold
}

.parallax {
    padding: 50px 0;
    background-attachment: fixed !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important
}

.woocommerce ul.products li.product .button {
    margin-top: 0
}


#best-seller .owl-dots {
    bottom: -20px
}

#best-seller .owl-dot {
    background-color: #000;
    border: 3px solid #000
}

#best-seller .owl-dot.active {
    background-color: #009cb4;
    border-color: #009cb4
}

.outline-button, #check_pincode, #side-cart .woocommerce-mini-cart__buttons a:first-child, .woocommerce #grey-it-out .button.product_type_simple.add_to_cart_button, .woocommerce #grey-it-out form.cart button, #sticky-button-1 {
    border: 1px solid #008396;
    background: #B9DEDA !important;
    color: #119385 !important
}

.outline-button:hover, #check_pincode:hover, #side-cart .woocommerce-mini-cart__buttons a:hover:first-child, .woocommerce #grey-it-out .button.product_type_simple.add_to_cart_button:hover, .woocommerce #grey-it-out form.cart button:hover, #sticky-button-1:hover {
    background-color: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important
}

#sticky-button-5 {
    display: block;
    width: 100%;
    line-height: 2.1;
    text-align: center
}

.woocommerce #grey-it-out form.cart {
    margin-top: 3px
}

.woocommerce #grey-it-out a.buy-now-btn {
    padding: 10px !important;
    background: #119385 !important;
    color: #B9DEDA !important;
}

.single-product #grey-it-out .product-info a.buy-now-btn {
    width: 268px !important;
    padding: 15px !important
}

.fw-img img {
    min-width: 100%
}

.siq_searchwrap, #siq_mobile, .siq_searchfield {
    font-family: "Poppins" !important
}

.header-search-form {
    border: 1px solid #f2f2f2;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    max-width: 400px
}

.header-search-form, .header-search-form input[type=text], .header-search-form .price {
    color: #000
}

.header-search-form input {
    width: 100%;
    padding: 10px 10px 10px 20px;
    border: 0 solid #000;
    background-color: transparent;
    outline: none
}

.header-search-form .btn-special {
    position: absolute;
    color: #fff;
    height: 100%;
    right: 0;
    top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

#header-shopping-cart {
    position: relative;
    line-height: 1;
}

#header-shopping-cart span {
    font-size: 50px;
    color: #000
}

#header-shopping-cart .count {
    position: absolute;
    background-color: #fff;
    color: #fff;
    padding: 3px;
    min-width: 15px;
    font-size: 12px;
    height: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    top: 10px;
    left: 14px;
    display: none !important
}

#header-shopping-cart .count span {
    font-size: 14px !important;
    color: #009cb4;
    font-weight: bold
}

.fx-phone {
    padding-right: 20px;
    border-right: 1px solid #e4e4e4;
    font-size: 18px;
    font-family: "Oswald", "Poppins";
    margin-right: 20px;
    color: #fff
}

.fx-phone small {
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    color: #fffbc5
}

.header-c-select {
    height: 22px;
    padding: 0;
    font-size: 13px;
    width: 63px
}

#copyright {
    padding: 10px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff
}

.owl-nav {
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 50%
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    padding: 10px;
    line-height: 1;
    outline: none !important
}

.owl-nav .owl-prev:hover span, .owl-nav .owl-next:hover span {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.owl-nav .owl-prev span, .owl-nav .owl-next span {
    font-size: 60px !important;
    display: block;
    height: 50px;
    padding: 10px !important;
    background-color: rgba(255, 255, 255, .8) !important;
    line-height: 26px;
    color: #009cb4
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    padding: 20px;
    position: absolute
}

.owl-nav .owl-prev {
    left: 0
}

.owl-nav .owl-next {
    right: 0
}

.owl-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: -40px
}

.owl-dots button.owl-dot {
    outline: none;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 4px solid rgba(255, 255, 255, .42);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-right: 8px
}

.owl-dots button.owl-dot.active {
    background-color: #fff
}

.green {
    color: #009cb4
}

.home-section-title {
    text-align: center;
    margin: 90px 0 30px;
    font-family: "Poppins";
    font-size: 35px;
    text-transform: uppercase
}


.home-section-title small {
    display: block;
    font-size: 16px;
    text-align: center;
    font-family: "Poppins"
}

.single .woocommerce-notices-wrapper {
    display: none
}

.lity-content .woocommerce-message a {
    display: block;
    float: none
}

form.cart {
    display: flex
}

ul.cat-tabs {
    width: 100% !important;
    list-style: none;
    text-align: center
}

ul.cat-tabs li {
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #009cb4
}

ul.cat-tabs li a {
    display: block;
    padding: 5px 10px;
    color: #000 !important;
    cursor: pointer;
    font-family: "Oswald", "Poppins";
    letter-spacing: 1px;
    text-transform: uppercase
}

ul.cat-tabs li.active a {
    color: #fff;
    background-color: #009cb4;
    color: #fff !important
}

ul.cat-tabs li:hover {
    background-color: #009cb4
}

ul.cat-tabs li:hover a {
    color: #fff !important
}

.diamond-line {
    height: 3px;
    width: 80px;
    background-color: #1a1a1a;
    content: " ";
    position: relative;
    margin: 25px auto 35px
}

.diamond-line:after {
    background-color: #fff;
    width: 16px;
    height: 16px;
    border: 3px solid #009cb4;
    position: absolute;
    content: " ";
    left: 50%;
    top: 50%;
    margin-top: -8px;
    margin-left: -8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

body.cart-open {
    overflow-y: hidden;
    overflow-x: auto
}

body.cart-open .mg-wsac-fix-sticky-bar {
    display: none !important
}

body.cart-open #grey {
    display: block;
    opacity: 1;
    visibility: visible
}

body.cart-open #side-cart {
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0)
}

body.cart-open #side-cart .product-image {
    width: 100px
}

body.cart-open #side-cart .product-image img {
    margin: 0;
    padding: 0
}

body.cart-open #side-cart .remove_from_cart_button {
    font-size: 12px !important;
    width: auto !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 3px;
    height: auto
}

body.cart-open #side-cart .remove_from_cart_button:hover {
    background-color: red;
    color: #fff
}

#grey {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden
}

#side-cart {
    position: fixed;
    -webkit-transform: translate(400px, 0);
    -moz-transform: translate(400px, 0);
    -ms-transform: translate(400px, 0);
    -o-transform: translate(400px, 0);
    transform: translate(400px, 0);
    height: 100%;
    right: 0;
    top: 0;
    width: 95%;
    max-width: 400px;
    z-index: 200;
    background-color: #fff
}

#side-cart .product-met {
    width: 260px;
    position: relative
}

#side-cart .title {
    color: #fff;
    padding: 10px 15px;
    font-size: 24px
}

#side-cart .remove_from_cart_button {
    position: absolute;
    right: 10px;
    bottom: 0
}

#side-cart .widget_shopping_cart_content {
    padding: 15px;
    overflow-y: auto
}

#side-cart .total {
    font-size: 24px
}

#side-cart .buttons a {
    display: block;
    margin-bottom: 10px;
    text-align: center
}

#side-cart ul li {
    position: relative;
    margin-bottom: 20px
}

#side-cart ul li img {
    float: left;
    width: 75px;
    height: 75px;
    margin-right: 15px
}

.close-menu {
    position: absolute;
    right: 0;
    display: block;
    line-height: 53px;
    height: 49px;
    width: 50px;
    text-align: center;
    background-color: #f8f8f8
}

.close-menu:active {
    background-color: #eee
}

.close-menu i {
    color: #000;
    font-size: 20px
}

.menu-open {
    overflow-y: hidden
}

.menu-open #side-menu {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.menu-open #grey {
    display: block;
    opacity: 1;
    visibility: visible
}

.admins-bar #side-menu .close-menu {
    margin-top: 50px
}

.admins-bar #side-menu nav {
    margin-top: 50px
}

#side-menu {
    -webkit-transform: translate(-280px, 0);
    -moz-transform: translate(-280px, 0);
    -ms-transform: translate(-280px, 0);
    -o-transform: translate(-280px, 0);
    transform: translate(-280px, 0);
    position: fixed;
    overflow-y: auto;
    background-color: #fff;
    height: 100%;
    width: 280px;
    left: 0;
    top: 0;
    z-index: 200
}

#side-menu nav {
    margin-top: 50px
}

#main-menu .mega-menu-column ul li {
    margin-bottom: 30px
}

#main-menu .mega-menu-column ul li:first-child a {
    font-weight: bold !important
}

#side-menu .menu-item-has-children {
    position: relative
}

#side-menu nav ul li:first-child {
    border-top: 1px solid #ededed
}

#side-menu .menu-item-has-children.active > i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

#side-menu .menu-item-has-children i {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1.8;
    padding: 10px;
    background-color: #f7f7f7;
    height: 50px;
    width: 50px;
    text-align: center
}

#side-menu .sub-menu {
    padding: 0 !important;
    background-color: #f5f5f5;
    margin: 0 !important;
    display: none
}

#side-menu .acct-menu a {
    color: #fff
}

#side-menu ul {
    padding: 0;
    list-style: none
}

#side-menu ul li, #side-menu ul a {
    display: block;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px
}

#side-menu ul a {
    padding: 13px 20px;
    font-size: 13px
}

#side-menu ul li {
    overflow: hidden;
    border-bottom: 1px solid #ececec
}

.mini-qty-selector {
    height: 30px;
    margin-top: 5px;
    border: 1px solid #929292;
    width: 100px
}

.mini-qty-selector a {
    color: #000;
    padding: 5px 10px;
    display: block;
    text-align: center;
    background-color: #fff;
    line-height: 1.3
}

.mini-qty-selector input {
    width: 40px;
    text-align: center;
    border-left: 1px solid #929292;
    border-right: 1px solid #929292
}

.related.products {
    margin-top: 30px
}

.question-ans {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.question-ans .dt {
    font-size: 12px;
    font-style: italic
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-color: #009cb4
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: normal
}

.big-product .product {
    border: 0 solid #000 !important
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none
}

.product-page-logos {
    margin-top: 40px
}

.product-page-logos img {
    width: 50px;
    height: auto;
    margin-right: 10px
}

.comment-text .star-rating {
    margin: 0 0 10px !important
}

.siq-powered-by {
    display: none !important
}

.share-icons {
    padding-top: 50px;
    border-top: 1px solid #c4c8d3;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px
}

.accordion {
    list-style: none;
    padding: 0;
    margin: 0
}

.accordion > li {
    margin-bottom: 10px
}

.accordion > li .fa-angle-up {
    display: none
}

.accordion > li .fa-angle-down {
    display: block
}

.accordion > li:hover .fa {
    color: #fff
}

.accordion > li:hover > a {
    color: #fff !important;
    background-color: #009cb4
}

.accordion > li.active > a, .accordion > li.active .fa {
    color: #fff;
    background-color: #009cb4
}

.accordion > li.active .fa-angle-up {
    display: block
}

.accordion > li.active .fa-angle-down {
    display: none
}

.accordion > li > a {
    text-transform: uppercase;
    display: block;
    padding: 10px;
    background-color: #ebebeb;
    color: #000
}

.accordion > li > a i {
    float: right;
    color: #000;
    font-size: 25px
}

.accordion > li .content {
    border: 1px solid #f5f5f5;
    border-top: 0;
    display: none;
    padding: 15px
}

.accordion > li .content ul {
    margin-bottom: 1em;
    padding-left: 20px
}

.accordion > li .content h2 {
    display: none
}

@media screen and (min-width: 767px) {
    .accordion li {
        margin-bottom: 0 !important
    }

    .accordion > li > a {
        display: none
    }
}

.fx-tabs .woocommerce-Tabs-panel {
    padding: 15px 0
}

.fx-tabs > ul {
    font-size: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 30px
}

.fx-tabs > ul li {
    display: inline-block;
    background-color: #f7f7f7;
    position: relative
}

.fx-tabs > ul li:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 0 15px;
    border-color: #00a477 transparent transparent transparent;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -15px;
    opacity: 0
}

.fx-tabs > ul li.active:after {
    opacity: 1
}

.fx-tabs > ul li.active a {
    color: #fff
}

.fx-tabs > ul li a {
    display: block;
    padding: 15px;
    color: #4d4d4d;
    font-size: 14px;
    text-transform: uppercase
}

.woocommerce-Tabs-panel {
    padding: 20px !important;
    border: 1px solid #e9e9e9
}

.single .type-product .product-info form.cart {
    margin: auto;
    display: flex
}

@media screen and (min-width: 767px) {
    .single .type-product .product-info {
        text-align: left
    }

    .single .type-product .product-info .star-rating {
        margin: 0 !important
    }

    .single .type-product .product-info form.cart {
        margin: auto;
        justify-content: flex-start
    }
}

.category-box {
    overflow: hidden
}

.category-box:hover img {
    -webkit-transform: scale(1.2) !important;
    -moz-transform: scale(1.2) !important;
    -ms-transform: scale(1.2) !important;
    -o-transform: scale(1.2) !important;
    transform: scale(1.2) !important
}

.category-box:hover .btm {
    right: 0 !important
}

.category-box:hover span {
    background-color: #009cb4;
    color: #fff
}

.category-box .btm {
    position: absolute;
    bottom: 20px;
    left: 20px
}

.category-box .btm h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase
}

.category-box span {
    display: inline-block;
    padding: 15px 20px;
    background-color: #fff;
    font-family: "Oswald", "Poppins";
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px
}

#woocommerce_product_categories-2 {
    padding: 20px 0
}

.sidebar-widget {
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 20px
}

.sidebar-widget h2 {
    text-align: center;
    text-transform: uppercase;
    font-family: "Oswald", "Poppins"
}

.sidebar-widget .product_list_widget li {
    margin-bottom: 20px !important
}

.sidebar-widget .product_list_widget li:hover {
    background-color: #e6e6e6
}

.sidebar-widget .product_list_widget li img {
    width: 80px !important;
    height: 80px !important
}

.sidebar-widget .product_list_widget .star-rating {
    margin: 5px 0 !important
}

.sidebar-widget .product-categories, .sidebar-widget .menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar-widget .product-categories .children, .sidebar-widget .menu .children {
    display: none
}

.sidebar-widget .product-categories a, .sidebar-widget .menu a {
    position: relative;
    padding: 8px 20px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #000
}

.sidebar-widget .product-categories a i, .sidebar-widget .menu a i {
    margin-right: 10px
}

.sidebar-widget .product-categories a .count, .sidebar-widget .menu a .count {
    right: 20px
}

.sidebar-widget .product-categories li, .sidebar-widget .menu li {
    position: relative
}

.sidebar-widget .product-categories li.current-cat, .sidebar-widget .menu li.current-cat {
    background-color: #1a1a1a;
    color: #fff
}

.sidebar-widget .product-categories li.current-cat:hover, .sidebar-widget .menu li.current-cat:hover {
    color: #fff;
    background-color: #1a1a1a
}

.sidebar-widget .product-categories li.current-cat:hover .children, .sidebar-widget .menu li.current-cat:hover .children {
    color: #fff
}

.sidebar-widget .product-categories li.current-cat:hover .children li:hover, .sidebar-widget .menu li.current-cat:hover .children li:hover {
    color: #000
}

.sidebar-widget .product-categories li.current-cat:hover .children li:hover a, .sidebar-widget .menu li.current-cat:hover .children li:hover a {
    color: #000
}

.sidebar-widget .product-categories li.current-cat:hover .children a, .sidebar-widget .menu li.current-cat:hover .children a {
    color: #fff
}

.sidebar-widget .product-categories li.current-cat > .count, .sidebar-widget .menu li.current-cat > .count {
    right: 20px
}

.sidebar-widget .product-categories li.current-cat a, .sidebar-widget .menu li.current-cat a {
    color: #fff
}

.sidebar-widget .product-categories li:hover, .sidebar-widget .menu li:hover {
    background-color: #e6e6e6
}

.sidebar-widget .product-categories .children, .sidebar-widget .menu .children {
    list-style: none;
    padding: 0;
    margin: 0
}

.sidebar-widget .product-categories .children li, .sidebar-widget .menu .children li {
    padding-left: 30px
}

.sidebar-widget .product-categories .children li:hover, .sidebar-widget .menu .children li:hover {
    background-color: #fff
}

.sidebar-widget .product-categories .count, .sidebar-widget .menu .count {
    float: right;
    position: absolute;
    top: 13px;
    right: 20px;
    font-size: 12px
}

.woocommerce nav.woocommerce-pagination {
    margin-bottom: 20px
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
    border: 0
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
    overflow: hidden;
    border: 0 solid #000;
    margin-right: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a {
    background-color: #000;
    color: #fff
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a {
    cursor: pointer
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover {
    background-color: #009cb4;
    color: #fff
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li span, .woocommerce nav.woocommerce-pagination ul.page-numbers li a {
    padding: 15px 25px;
    overflow: hidden
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current {
    background-color: #009cb4;
    color: #fff
}

.single .type-product {
    max-width: 1180px;
    margin: auto
}

@media screen and (min-width: 767px) {
    .mg-wsac-fix-sticky-bar {
        display: none !important
    }
}

#reviews_summary {
    border-top: 2px solid #009cb4;
    padding-top: 20px
}

#reviews_summary h3 {
    text-transform: uppercase
}

#comments {
    padding-top: 20px;
    margin-bottom: 20px
}

#comments h2 {
    margin-bottom: 20px;
    text-transform: uppercase
}

#category-slider .owl-item.active img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

@media screen and (max-width: 767px) {
    #category-slider .owl-item.active img {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3)
    }
}

#about-us-box {
    line-height: 1.2;
    width: 100%;
    max-width: 600px;
    margin: auto
}

@media screen and (min-width: 767px) {
    #about-us-box h1 {
        font-size: 70px
    }

    #about-us-box h2 {
        font-size: 30px
    }
}

#about-us-box h2 {
    font-size: 18px
}

#about-us-box h1 {
    font-size: 40px;
    font-family: "Poppins", "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono", "Droid Sans Mono", monospace, monospace;
    font-weight: bold;
    color: #009cb4
}

@media screen and (min-width: 767px) {
    #about-us-box h1 {
        font-size: 70px
    }
}

#about-us-box p {
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    line-height: 1.6
}

#about-us-box p span {
    color: #009cb4
}

#features-1 h2, #features-2 h2 {
    color: #fff;
    font-size: 18px;
    padding: 10px;
    background-color: #1a1a1a;
    letter-spacing: 1px
}

#features-1 h2 img, #features-2 h2 img {
    width: 30px;
    height: 30px
}

#features-1 ul, #features-2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Libre Baskerville";
    font-style: italic
}

#features-1 ul li, #features-2 ul li {
    padding: 10px 0;
    border-bottom: 1px solid #f7f7f7
}

#features-1 img, #features-2 img {
    width: 60px;
    height: 60px;
    margin-right: 20px
}

@media screen and (max-width: 767px) {
    #features-1, #features-2 {
        font-size: 12px
    }

    #features-1 h2, #features-2 h2 {
        font-size: 14px
    }

    #features-1 h2 img, #features-2 h2 img {
        width: 15px;
        height: 15px
    }

    #features-1 img, #features-2 img {
        width: 30px;
        height: 30px;
        margin-right: 10px
    }
}

.testimonial-section {
    padding: 50px 0 80px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px
}

.testimonial-section .owl-dots {
    bottom: -30px
}

.dots-below .owl-dots {
    margin-top: 0
}

.dots-below .owl-dots .owl-dot {
    background-color: #000;
    border: 0 solid #000
}

.box {
    position: relative
}

.box:hover .text {
    opacity: 1
}

.box .text {
    display: none;
    padding: 15px;
    opacity: 0;
    text-align: left;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #009cb4;
    color: #fff;
    top: 0;
    left: 0
}

@media screen and (min-width: 767px) {
    .box .text {
        display: block
    }
}

.insta-feed .owl-dots {
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px
}

.insta-feed .owl-dots .owl-dot {
    border: none;
    background-color: #000 !important
}

.insta-feed .owl-dots .owl-dot.active {
    background-color: #009cb4 !important
}

.woocommerce-order-overview {
    padding: 0;
    margin: 0;
    background-color: #f7f7f7
}

.woocommerce-order-overview li {
    padding: 20px 15px !important
}

.woocommerce-customer-details address {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.woocommerce-product-details__short-description ul {
    list-style: none;
    padding: 0;
    margin: 15px 0
}

.woocommerce-product-details__short-description ul li:before {
    width: 6px;
    height: 6px;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    content: " ";
    margin-top: 10px;
    position: absolute;
    left: 0
}

.woocommerce-product-details__short-description ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px
}

.accordion-section-title {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #9f9f9f;
    color: #000
}

.accordion-section-title.active {
    color: #009cb4;
    font-weight: bold
}

.accordion-list {
    font-size: 14px
}

.accordion-list .accordion-section-content {
    display: none;
    padding: 15px;
    background-color: #f7f7f7
}

.accordion-list .accordion-section-content p:last-child {
    margin-bottom: 0
}

.accordion-list h2 {
    display: block;
    padding: 10px;
    background-color: #009cb4;
    color: #fff;
    margin-top: 20px
}

.accordion-list h2:first-child {
    margin-top: 0
}

.wp-pagenavi {
    margin-bottom: 20px
}

.wp-pagenavi span, .wp-pagenavi a {
    display: inline-block;
    padding: 10px;
    background-color: #009cb4;
    color: #fff;
    min-width: 40px;
    text-align: center;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.wp-pagenavi .current {
    background-color: #000
}

.green {
    color: #009cb4
}

.grey-text {
    font-size: 13px;
    letter-spacing: 1px;
    color: #5e5e5e;
    margin-bottom: 5px
}

#wpcf7-f1509-p1415-o1 label {
    width: 100%;
    display: block;
    letter-spacing: 1px
}

#wpcf7-f1509-p1415-o1 span {
    display: block;
    margin-top: 4px
}

#wpcf7-f1509-p1415-o1 textarea {
    height: 80px
}

#wpcf7-f1509-p1415-o1 textarea, #wpcf7-f1509-p1415-o1 input {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px
}

#wpcf7-f1509-p1415-o1 textarea:focus, #wpcf7-f1509-p1415-o1 input:focus {
    border: 1px solid #009cb4 !important
}

.wpcf7-not-valid-tip {
    font-size: 12px !important;
    margin-top: -15px !important;
    display: block !important
}

.wpcf7-form label, .wpcf7-form span, .wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
    display: block;
    width: 100%
}

.wpcf7-form [type=submit] {
    text-transform: uppercase;
    color: #fff
}

.wpcf7-validation-errors {
    background-color: #ff4d5d;
    border: 0 !important;
    color: #fff;
    padding: 10px !important
}

.ititle {
    border: 1px solid #ccc;
    border-right: 0
}

.ititle img {
    width: 150px
}

.ititle:nth-child(3) {
    border-right: 1px solid #ccc !important
}

#ig-container .row:nth-child(2) .ititle {
    border-top: 1px solid #ccc
}

#ig-container .ititle {
    border-top: 0
}

.active-box {
    background-color: #f7f7f7;
    border-bottom: 1px solid #f7f7f7 !important
}

.i-content {
    padding: 20px;
    background-color: #f7f7f7;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important
}

.about-us-title {
    font-size: 40px
}

.top-parralax {
    margin-bottom: 20px
}

.top-parralax h1 {
    padding: 10px;
    text-transform: uppercase;
    font-size: 50px;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    font-weight: bold;
    color: #fff
}

@media screen and (max-width: 767px) {
    .top-parralax h1 {
        max-width: 90%;
        text-align: center;
        font-size: 24px;
        display: inline-block;
        letter-spacing: 1px
    }
}

.bounce {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px)
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0)
    }
    40% {
        -moz-transform: translateY(-30px)
    }
    60% {
        -moz-transform: translateY(-15px)
    }
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0)
    }
    40% {
        -o-transform: translateY(-30px)
    }
    60% {
        -o-transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-30px)
    }
    60% {
        transform: translateY(-15px)
    }
}

.check-our-range {
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    display: block;
    margin: auto auto 40px auto !important;
    width: 200px;
    text-align: center
}

.check-our-range:hover {
    background-color: #000;
    color: #fff
}

.about-ayur-section {
    background-color: #fff
}

.about-ayur-section h3 {
    color: #009cb4
}

#vortex {
    max-width: 300px;
    height: 300px;
    width: 90%;
    position: relative;
    margin: auto;
    margin-bottom: 100px
}

#vortex img {
    margin: auto;
    margin-bottom: 10px;
    display: block;
    width: 30px
}

#vortex > div {
    position: absolute;
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 20px;
    margin-bottom: 5px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    line-height: 1;
    width: 100px;
    height: 100px;
    font-size: 13px;
    background-color: #fff
}

.fancybox-slide #woocommerce_product_categories-2 {
    padding: 30px 20px;
    width: 80%
}

.create-account.woocommerce-validated label {
    position: relative;
    padding-left: 30px
}

.create-account.woocommerce-validated input {
    left: 0;
    margin-top: 5px !important;
    position: absolute
}

.vortex-animating {
    background: #fff url("images/logo.png") 60% 60% no-repeat;
    background-size: 90px
}

.alpha-filter {
    list-style: none;
    text-align: center;
    margin-bottom: 40px
}

.alpha-filter li {
    display: inline-block
}

.alpha-filter a {
    border: 1px solid #000;
    color: #000;
    padding: 5px 10px;
    display: inline-block;
    letter-spacing: 2px
}

.alpha-filter a:hover, .alpha-filter a.active {
    border: 1px solid #008396;
    color: #fff;
    background-color: #008396
}

.review-star span:before {
    color: #ffd712 !important
}

.comment_container .comment-text {
    margin-left: 100px !important
}

.comment_container .avatar {
    width: 80px !important;
    height: 80px !important;
    padding: 0 !important;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px
}

.commentlist {
    padding-left: 0;
    margin-left: 0
}

.bgc-green {
    background-color: #008396;
    color: #fff !important
}

.bgc-green h3 {
    color: #fff
}

#mobile-slider .owl-nav {
    display: none !important
}

.w-50p {
    float: left;
    width: 49%
}

.w-50p:first-child {
    margin-right: 1%
}

@media screen and (max-width: 921px) {
    .w-50p {
        width: 100%;
        float: none
    }
}

.woocommerce-form__input-checkbox {
    padding: 0 !important;
    margin-right: 10px !important;
    border: 0px solid #000 !important
}

.woocommerce-form-login__rememberme {
    display: block !important;
    width: 100%;
    line-height: 1.5 !important;
    clear: both;
    padding-left: 30px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 10px
}

.woocommerce-form-login__rememberme input {
    left: 0px;
    position: absolute
}

.light-text p {
    color: #fff
}

.order-total {
    text-transform: uppercase
}

.order-total td {
    font-size: 16px !important
}

.cart-subtotal th, .cart-subtotal td {
    text-transform: uppercase;
    font-weight: normal !important
}

.cart_totals h2 {
    text-transform: uppercase;
    text-align: center
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin-bottom: 15px !important
}

.woocommerce-form-login, .woocommerce-form-coupon {
    margin-top: 0 !important
}

.woocommerce-form-login, .woocommerce-form-register {
    margin: 0 !important
}

.woocommerce-form-login input[type=text], .woocommerce-form-login input[type=email], .woocommerce-form-login input[type=password], .woocommerce-form-register input[type=text], .woocommerce-form-register input[type=email], .woocommerce-form-register input[type=password] {
    display: block;
    width: 100%
}

.woocommerce-form-login label, .woocommerce-form-register label {
    display: block
}

#menu-main-menu {
    margin-top: 50px;
    border: 1px solid #f2f2f2
}

.woocommerce-shipping-totals th, .woocommerce-shipping-totals td {
    font-weight: normal !important;
    text-transform: uppercase
}

body, html {
    overflow-x: hidden !important
}

.woocommerce-privacy-policy-text {
    display: none
}

.p-label {
    left: 0px;
    position: absolute;
    top: 50px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #000;
    color: #fff;
    z-index: 100;
    padding: 5px 10px;
    letter-spacing: 1px
}

.p-label.new {
    background-color: #d72f3d
}

.p-label.best {
    background-color: #ff624a
}

span.price {
    font-family: "Poppins", "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono", "Droid Sans Mono", monospace, monospace
}

#order_review .shop_table {
    border-spacing: 0px;
    margin-bottom: 20px
}

#order_review .shop_table th, #order_review .shop_table td {
    font-weight: normal !important
}

#order_review .shop_table thead tr, #order_review .shop_table thead th {
    background-color: #000;
    color: #fff;
    font-weight: lighter !important;
    text-transform: uppercase !important
}

#order_review .shop_table tfoot tr:last-child {
    background-color: #000;
    color: #fff
}

#order_review .shop_table tfoot tr:last-child th, #order_review .shop_table tfoot tr:last-child td {
    font-weight: lighter !important;
    text-transform: uppercase !important
}

.woocommerce-order-overview li {
    margin-right: 0 !important;
    border: 1px solid #f3f3f3 !important
}

.q-form {
    border-bottom: 0px solid #000 !important
}

.q-form input, .q-form textarea {
    width: 100%;
    display: block
}

.share-btn {
    vertical-align: middle;
    padding: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    border: 2px solid #000;
    text-align: center;
    display: inline-block;
    background-color: #000;
    color: #fff;
    position: relative
}

.share-btn:hover {
    color: #009cb4
}

.share-btn:hover > span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.share-btn > span {
    visibility: hidden;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    padding: 15px;
    background-color: #000;
    position: absolute;
    z-index: 100;
    width: 200px;
    -webkit-box-shadow: 0px 0px 50px #ccc;
    -moz-box-shadow: 0px 0px 50px #ccc;
    box-shadow: 0px 0px 50px #ccc;
    top: 50px;
    margin-left: -100px;
    left: 50%
}

.share-btn > span ul {
    display: flex;
    flex-wrap: wrap !important
}

.share-btn > span ul li {
    width: 49%
}

.share-btn > span ul li i.heateorSssSharing {
    width: 100% !important
}

.share-btn > span:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.share-btn > span:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #000;
    border-width: 10px;
    margin-left: -10px
}

.share-btn i {
    font-size: 24px
}

#reply-title {
    font-size: 18px !important
}

#reviews_summary h2, #reviews_summary h3, #comments h2, #comments h3 {
    font-size: 20px
}

.lv-review {
    padding: 5px 10px;
    border: 1px solid #008396;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px
}

.lv-review:hover {
    background-color: #008396;
    color: #fff
}

#commentform input {
    width: 100% !important
}

#review_form_wrapper {
    padding: 40px 20px
}

.fancybox-container {
    z-index: 999999999999
}

#check_pincode {
    padding: 8px;
    border: 1px solid #008396;
    color: #fff;
    width: 135px
}

#check-delivery-date {
    margin-top: 30px;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 10px
}

#pincode_response p {
    font-size: 14px;
    margin-top: 8px
}

.woocommerce-loop-product__title {
    padding-left: 10px !important;
    padding-right: 10px !important
}

#shiprocket_pincode_check {
    width: 130px
}

.single_add_to_cart_button {
    overflow: hidden !important;
    outline: none
}

.single_add_to_cart_button :focus {
    outline: none !important
}

.single_add_to_cart_button :after {
    outline: none
}

.cat-item-81, .cat-item-82 {
    display: none
}

.section-ask-us {
    padding: 20px 0;
    border-top: 2px solid #008396
}

.section-ask-us a {
    border-radius: 0px
}

.section-ask-us h3 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 20px
}

#q-errors {
    margin-bottom: 30px
}

#q-errors .alert.alert-danger {
    padding: 10px;
    background-color: #b91700;
    color: #fff
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d9d9d9;
    padding: 8px 10px;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.select2-selection__arrow {
    margin-top: 10px !important
}

.grid-item {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d3e6ff
}

@media (min-width: 768px) {
    .grid-item {
        width: 31.3333%
    }
}

.testimonial-item img {
    display: block;
    margin-bottom: 10px
}

.testimonial-item .content {
    padding: 10px 10px 0px
}

.testimonial-item h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px;
    margin: 15px -10px 0
}

.blog-sidebar-title {
    font-size: 18px;
    padding: 10px;
    text-transform: uppercase;
    color: #fff
}

.by .date, .by em {
    color: #008396
}

.tagcloud a {
    font-size: 14px !important;
    padding: 10px 20px;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.recent-posts-3 ul {
    list-style: none;
    color: #000;
    padding: 0;
    margin: 0
}

.recent-posts-3 li .post-date {
    font-size: 13px;
    color: #9c9c9c;
    margin-top: -8px;
    margin-left: 3px;
    display: block;
    margin-bottom: 10px
}

.recent-posts-3 a {
    color: #000;
    display: block;
    padding: 5px
}

#comment {
    display: block;
    width: 100%
}

.comment-form-cookies-consent {
    display: none
}

.comment-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #008396;
    font-size: 24px;
    margin-bottom: 20px
}

#comments {
    font-size: 20px
}

.commentlist {
    list-style: none
}

.commentlist li {
    padding: 15px;
    border: 1px solid #ebebeb;
    margin-bottom: 10px
}

.commentlist .reply {
    display: none
}

.commentlist p {
    margin-bottom: 5px
}

.commentlist .commentmetadata {
    margin-bottom: 10px;
    font-size: 14px;
    color: #b3b3b3
}

.commentlist .commentmetadata a {
    color: #b3b3b3
}

#wpsl-search-wrap form {
    width: 450px;
    margin: auto
}

#wpsl-search-wrap label[for=wpsl-search-input] {
    width: 122px !important;
    padding: 6px 0
}

#wpsl-search-wrap #wpsl-search-btn {
    color: #fff;
    padding: 12px;
    border: 0px solid #000 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important
}

#wpsl-stores li {
    padding: 10px 20px !important;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .accordion > li .content {
        display: block !important;
    }
}
