/*
Theme Name: BH-USA - 2020
Theme URI: https://bh-usa.com/
Author: Absolute Technology Solutions - With Deyo Group Legacy Logic
Author URI: https://www.getabsolute.column
Description: BH-USA Author: Absolute redesigned the website design while keeping intact many features from Deyo Group Description: Specially design theme for BH USA Version: 2.0.0
Version: 3.0.3
*/


/*
 * Bootstrap v4.1.3 (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: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --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", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    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: transparent
}

@-ms-viewport {
    width: device-width
}

article,
aside,
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", "Noto Color Emoji";
    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[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    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: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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 {
    overflow: hidden;
    vertical-align: middle
}

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
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -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
}

.hidden {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
} /* ATS propper hidden class */

.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(0, 0, 0, .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: "\2014 \00A0"
}

.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
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,
.table th {
    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 td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    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>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    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>td,
.table-warning>th {
    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>td,
.table-danger>th {
    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>td,
.table-light>th {
    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>td,
.table-dark>th {
    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>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .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 td,
.table-dark th,
.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
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    background-color: #71dd8a
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label::after,
.was-validated .custom-file-input:valid~.custom-file-label::after {
    border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    background-color: #efa2a9
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label::after,
.was-validated .custom-file-input:invalid~.custom-file-label::after {
    border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    color:rgb(214, 226, 255);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out

}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:focus,
.btn:hover {
    text-decoration: none;
    background-color: linear-gradient(180deg, rgba(28, 59, 113, 1) 0%, rgba(18, 36, 69, 1) 100%); !important;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.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(0, 123, 255, .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: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.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(40, 167, 69, .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: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    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: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.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(0, 123, 255, .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: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    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: #28a745;
    border-color: #28a745
}

.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(40, 167, 69, .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: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    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;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    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=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    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(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    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 {
    top: 0;
    right: auto;
    left: 100%;
    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-right: 0;
    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 {
    top: 0;
    right: 100%;
    left: auto;
    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-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.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:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.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
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    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-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    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=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(128, 189, 255, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:focus~.custom-file-label::after {
    border-color: #80bdff
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }
    .card-group>.card:only-child {
        border-radius: .25rem
    }
    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem * 2));
    content: ""
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }
    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2))
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.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: #007bff!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    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: #007bff!important
}

.border-secondary {
    border-color: #6c757d!important
}

.border-success {
    border-color: #28a745!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: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -ms-inline-flexbox!important;
    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: -ms-flexbox!important;
        display: flex!important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox!important;
        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: -ms-flexbox!important;
        display: flex!important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox!important;
        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: -ms-flexbox!important;
        display: flex!important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox!important;
        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: -ms-flexbox!important;
        display: flex!important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox!important;
        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: -ms-flexbox!important;
        display: flex!important
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox!important;
        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 embed,
.embed-responsive iframe,
.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.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.flex-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}

.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}

.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-sm-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-sm-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-sm-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-sm-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-sm-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-md-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-md-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-md-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-md-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-md-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-md-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-lg-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-lg-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-lg-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-lg-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-lg-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-xl-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-xl-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-xl-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-xl-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-xl-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        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: -webkit-sticky!important;
    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:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        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;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}

.shadow-none {
    box-shadow: none!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!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-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.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: #007bff!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124!important
}

.text-body {
    color: #212529!important
}

.text-muted {
    color: #6c757d!important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5)!important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5)!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 {
    *,
     ::after,
     ::before {
        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
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px!important
    }
    .container {
        min-width: 100%!important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6!important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

@font-face {
    font-family: 'MyriadProRegular';
    font-display: swap;
    src: url('assets/fonts/MyriadProRegular/MyriadProRegular.eot');
    src: url('assets/fonts/MyriadProRegular/MyriadProRegular.eot') format('embedded-opentype'), url('assets/fonts/MyriadProRegular/MyriadProRegular.woff2') format('woff2'), url('assets/fonts/MyriadProRegular/MyriadProRegular.woff') format('woff'), url('assets/fonts/MyriadProRegular/MyriadProRegular.ttf') format('truetype'), url('assets/fonts/MyriadProRegular/MyriadProRegular.svg#MyriadProRegular') format('svg');
}

@font-face {
    font-family: 'MyriadProIt';
    font-display: swap;
    src: url('assets/fonts/MyriadProIt/MyriadProIt.eot');
    src: url('assets/fonts/MyriadProIt/MyriadProIt.eot') format('embedded-opentype'), url('assets/fonts/MyriadProIt/MyriadProIt.woff2') format('woff2'), url('assets/fonts/MyriadProIt/MyriadProIt.woff') format('woff'), url('assets/fonts/MyriadProIt/MyriadProIt.ttf') format('truetype'), url('assets/fonts/MyriadProIt/MyriadProIt.svg#MyriadProIt') format('svg');
}

#cxecrt-save-share-cart-modal {
    display: none;
}
/*START BH2020 STYLES*/
body {
    font-family: "MyriadProRegular";
    padding-top: 125px;
    color: #000000;
    font-size: 14px;
}

.btn,
.button,
input[type="submit"],
.woocommerce form button[type="submit"],
.woocommerce input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: #244083;
    background: linear-gradient(180deg, rgba(42,82,152,1) 0%, rgba(31,62,118,1) 100%);
    border-radius: 0;
    color: #deefff;
    font-weight: bold;
    transition: all 0.2s;
}


.btn:hover,
.expand_reviews:hover,
.write-review-btn:hover,
.button:hover,
input[type="submit"]:hover,
.sign-up-footer button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.hover-light-blue:hover,
.woocommerce.single-product .cart .single_add_to_cart_button[type="submit"]:hover,
.woocommerce.single-product .cart .single_add_to_cart_button[type="submit"]:disabled,
.woocommerce.single-product .cart .single_add_to_cart_button[type="submit"].disabled {
    background: linear-gradient(180deg, rgba(28, 59, 113, 1) 0%, rgba(18, 36, 69, 1) 100%); !important;
    color: #ffffff !important;
    border-color: #AFE1FB;
}

a {
    color: #000000;
}

a:hover {
    color: #000000;
}

.dropdown-menu {
    font-size: 14px;
}

.hover-blue:hover {
    background-color: #244083;
    color: #ffffff;
    transition: initial;
}

.hover-light-blue:hover {
    transition: inherit;
}


/* Remove Placeholder on focus*/

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}


/* header start */

.admin-bar header.fixed-top.sticky {
    height: inherit;
}

.quick-search-wrap button {
    border-radius: 0;
    background: #ffffff;
    border: none;
}

.quick-search-wrap input[type="search"] {
    height: inherit;
    padding-top: 10px;
}


/*.quick-search-wrap .input-group-append button {
  font-size: 18.04px;
  padding-right: 15px;
}*/

.search-response {
    display: none;
}

.menu-depart h5 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
}

.logo.bg-blue {
    padding-left: 12px;
}

.menu-logins li:last-child {
    border-bottom: 5px solid #afe1fb;
    padding-bottom: 10px;
}

.quick-search-wrap.w-100 #quick-search-departments {
    height: auto;
    max-width: 1000px;
    border-radius: 0px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    background: #ffffff;
    border: none;
    padding: 15px 0 8px;
    flex: 0 0 556px;
}

.quick-search-wrap.w-100 .menu-depart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 8px 15px;
}

.drawer-body .nav.flex-column {
    height: calc(100% - 25px);
    display: block;
    overflow: auto;
    padding-bottom:300px;
}

.form-control:focus {
    border-color: none;
    box-shadow: none;
}

.btn.focus,
.btn:focus {
    border-color: none;
    box-shadow: none;
}

.logo-side-menu {
    padding-top: 0;
    padding-bottom: 0;
}

.logo-side-menu img {
    /*width: 30px;*/
    max-width: 130px;
}

.cross-menu {
    background: url(assets/images/cancel.png) no-repeat;
}

.account-sidebar-wrap .close-menu-black {
    background: url(assets/images/cancel-black.png) no-repeat;
}

.account-sidebar-wrap .logo-side-menu img {
    width: 28px;
}

.menu-logins ul {
    padding: 15px;
    margin-bottom: 5px;
}

.menu-logins span {
    padding-left: 15px;
    line-height: 1;
    font-size: 16px;
}

.menu-logins li {
    font-size: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.menu-logins li i {
    text-align: center;
    width: 24px;
    font-size: 18px;
}

.drawer-footer a {
    font-size: 20px;
}


/*.menu-logins a,
.menu-depart a,
.drawer-body a,
.drawer-footer a {
  color: #000000;
}*/

.drawer-footer i {
    padding-right: 15px;
}
.logo-wrap a {
    padding: 0 15px 0 0;
    /*max-width: 32px;*/
    /*max-width: 200px;*/
    margin: 0 20px 0 0;
}

#navbar-trigger a {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-right: 20px;
}

#navbar-trigger, .logo-wrap{
  max-width: 200px;
}

@media (max-width:1588px){
  #navbar-trigger, .logo-wrap{
    max-width: 175px;
  }
}
@media (max-width:1230px){
  .by-cat-hide{
    display:none;
  }
}

/*#navbar-trigger .fa-bars {
  color: #AFE1FB;
  margin-right: 20px;
  font-size: 28px;
  padding-top: 0;
  padding-bottom: 0;
}*/

header .input-group-prepend button.department-toggle {
    border: none;
    border-radius: inherit;
    background: #ffffff;
    font-size: 14px;
    color: #244083;
    font-weight: bold;
    letter-spacing: 1.1px;
    padding-left: 15px;
    padding-top: 10px;
}


/*header .quick-search-wrap {
  border: 2px solid #000000;
  height: 46px;
}*/

header .quick-search-wrap input,
header .quick-search-wrap button:focus,
header .quick-search-wrap input:focus {
    border: none;
}

.quick-search-wrap .dropdown-toggle::after {
    position: relative;
    top: 3px;
    font-size: 19px;
    color: #000000;
    border-radius: 50%;
}

.quick-search-wrap input::placeholder {
    color: #818181;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1.5px;
}

header .account-nav a {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 39px;
    position: relative;
}

.account-nav i {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 25px;
    transform: translateX(0);
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.drawer-header .nav,
.non-sticky {
    height: 41px;
}

.cross-menu:hover {
    color: #ffffff;
    vertical-align: middle;
}


/* sticky-header */

.non-sticky.sticky.BH2020-main-header-wrap {
    transition: all 0.2s ease;
    background: rgb(255, 255, 255);
    /*background: #244083;*/
    height: 100px;
    padding: 25px 30px 0 30px;
}

.non-sticky {
    margin: auto;
}

span.badge.mini-cart-count {
    position: absolute;
    top: 0px;
    right: 6px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    padding: 0;
    font-size: 8px;
    color:rgb(255, 255, 255);
}

span.badge {
    background-color: #E43137;
    border-radius: 50%;
}

ul.my-account-drop .badge {
    color: #ffffff;
    font-weight: bold;
    font-size: 9px;
    width: 17px;
    height: 17px;
    top: -7px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.woocommerce-checkout .account-nav .icon-hdr-right {
    margin-right: 7px;
}

.woocommerce-order-received.woocommerce-checkout .account-nav .icon-hdr-right {
    margin-right: 0;
}


/* sticky-header end */


/* search-popup */

.search-output {
    position: absolute;
    top: 41px;
    right: 0;
    left: 0;
    z-index: 100;
}

.admin-bar .search-output {
    top: 73px;
}


/*.container.search-popup.bg-gray {
  background: #9a9a9a;
}*/

.search-popup {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    background: #ffffff;
    padding: 0 15px;
}

.search-popup-wrap {
    /*padding-left: 34px;*/
    max-width: 585px;
    flex: 0 0 585px;
    margin: auto;
    margin-top: 100px;
}


/*.search-product-wrap li.nav-item:nth-child(6n) {
  margin-right: 0;
}
 .search-product-wrap li.nav-item {
  width: 14.9%;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 15px;
  height: max-content;
} */

.search-popup .search-header {
    padding: 15px;
    height: 380px;
    overflow: auto;
}

.search-category h3,
.search-popup h6 {
    color: #244083;
    font-weight: bold;
}


/*.center-products-search {
  background: #ffffff;
}*/

.search-category nav a {
    color: #000000;
    padding: 3px 0 0 0;
}

.search-category h6,
.right-brand-search h6,
.center-products-search h6,
#quick-search-departments h6 {
    margin-bottom: 15px;
    text-transform: uppercase;
}

#quick-search-departments h6 {
    color: #244083;
    font-weight: bold;
}

.search-product-wrap a {
    text-align: center;
}


/* .center-products-search ul li:hover {
  background-color: #f6f6f6;
} */


/* .center-products-search ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 12px;
} */

.search-product-wrap .search-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.center-products-search .search-item:hover {
    background-color: #f6f6f6;
}

.center-products-search .search-item a {
    color: #000000;
    text-decoration: none;
    font-size: 12px;
}

.search-product-wrap a {
    text-align: center;
}

.center-products-search .search-item a p {
    margin-bottom: 0;
}

.center-products-search ul li a p {
    margin-bottom: 0;
}

.center-products-search ul li img {
    display: flex;
    margin: auto;
}

.admin-bar header {
    padding-top: 32px;
}

.admin-bar .drawer,
.admin-bar .account-sidebar-wrap {
    top: 32px;
}

.drawer-body .nav-1>li>a {
    position: relative;
    font-size: 18px;
}

.drawer-body .nav-1>li>a:after {
    content: "\f054";
    right: 15px;
    position: absolute;
    font-family: "fontawesome";
}

.drawer-body .nav-1>li a:hover {
    text-decoration: underline;
}

#quick-search-departments button.btn.nav-link {
    font-size: 15px;
    color: #000000;
    font-weight: normal;
    text-align: left;
    background-color: transparent;
    padding: 3px 15px 0;
}

#quick-search-departments button.btn.nav-link:hover {
    text-decoration: underline;
}

span.product-img {
    min-height: 115px;
    display: inline-block;
    width: 100%;
}

.quick-search-wrap .input-group-append img {
    width: 22px;
    display: none;
}


/* search-popup end */

.account-nav .icon-hdr-right {
    padding-left: 0px;
    padding-right: 0;
    max-width: 23.5%;
    flex: 0 0 23.5%;
    display: flex;
    justify-content: center;
}

.menu-depart a small {
    text-decoration: underline;
    font-size: 12px;
}

.account-nav {
    margin-top: 2px;
}

.breadcrumb {
    background: transparent;
}

.quick-search-col .quick-search-wrap {
    max-width: 1000px;
    flex: 0 0 560px;
    height: 45px;
    margin: auto;
}

.input-group.quick-search {
    position: static;
    border: 1px solid #999999;
    border-radius: 15px;
}

.input-group.quick-search .input-group-prepend {
    height: 37px;
    border-radius: 15px 0 0 15px;
}

.input-group.quick-search .input-group-prepend+input[type="search"] {
    height: 37px;
}

.quickSearch .input-group-append button[type="submit"] {
    height: 37px;
    background: #fff;
    color: #000000;
    font-size: 18.04px;
    padding-right: 15px;
    border-radius: 0 15px 15px 0;
}

.quickSearch .input-group-append button[type="submit"]:hover {
    background: #fff;
    color: #000000;
}

header .logo {
  width:100%;
  height: 41px;
}


/**/

.res-search-icon {
    display: none;
    position: absolute;
    right: 15px;
    top: 4px;
}

.loader-search {
    animation: spin .8s ease-in-out infinite;
    -webkit-animation: spin .8s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.icon-hdr-right a {
    overflow: hidden;
}

.icon-hdr-right:hover a i {
    transform: translateX(-100%);
}

.right-menu-name {
    transform: translateX(100%);
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    visibility: hidden;
    position: absolute;
    font-size: 15px;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-hdr-right:hover a .right-menu-name {
    transform: translateX(0);
    visibility: visible;
}

.quickSearch .input-group-append button .loader-search {
    display: none;
}

.right-justify-icons {
    flex-wrap: nowrap;
}


/* header end */


/* footer start */

.footer-images-left li {
    width: 95%;
}

.footer-images-right li a.shopperlink img,
.footer-images-right li .google-partner.clearfix img {
    /*height: 24px !important;*/
    width: auto;
}
.sign-up-footer{
  margin-top:10px;
}
.sign-up-footer button {
    /*background-color: #244083;
  color: #ffffff;*/
    font-size: 16px;
    padding: 7px;
}

footer .social-icons i {
    font-size: 20.58px;
    padding: 0 5px;
    color: #000000;
}

footer .social-icons li:last-child i {
    padding-right: 0;
    margin-right: 0 !important;
}

.footer-images-left li img {
    width: 70%;
}

#footer-widgets .widget-title {
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: bold;
}

#footer-widgets .list-unstyled a {
    color: #000000;
    letter-spacing: .3px;
    font-size: 12px;
}

.sign-up-footer input::placeholder {
    font-size: 16px;
    color: #dee4ea;
}

.footer-images-right {
    line-height: 0;
}

#staytuned {
    margin-bottom: 25px;
    padding: 0 25% 0 25%;
}


/*#staytuned>.container:before {
  border-top: 1px solid #F6F6F6;
  content: "";
  display: block;
  padding-top: 33px;
}*/

form.form-inline.sign-up-footer input {
    max-width: 60%;
    width: 100%;
    border-radius: 0;
    border: 1px solid #dee4ea;
    padding-top: 5px;
    line-height: 1;
}

form.form-inline.sign-up-footer input:focus {
    box-shadow: none;
}

form.form-inline.sign-up-footer .button-sign-up-footer {
    max-width: 38%;
    width: 100%;
    margin-left: 4px;
}

.border-copyright {
    border-bottom: 1px solid #F6F6F6;
    padding: 0 15% 20px 15%;
}

.page-id-7065 .entry-content {
    overflow: auto;
    width: 100%;
}

.blocks-col-wraper div#row-192761541 img {
    max-width: 100%;
}


/*.footer-images-right li img {
  height: 50px;
  width: auto;
}*/

.desktop-payment-partners .footer-images-right li {
    padding: 0 20px;
}


/* .footer-images-right li:last-child img {
  float: right;
  height: 60px;
} */

.g-partnersbadge img {
    height: 60px;
}


/* form#gform_1 label {
  line-height: 1;
  margin: 10px 0;
  font-weight: bold;
  font-size: 16px;
} */

.google-map.relative.clearfix .map_inner.map-inner.absolute {
    margin-top: 40px;
}


/* form#gform_1 input[type=submit] {
  min-width: 115px;
  text-transform: uppercase;
} */


/*h1.page-title + .entry-content ol li {
  font-size: 18px;
  margin: 15px 0;
}*/

p.copyright-txt {
    font-size: 12px;
    margin-top: 10px;
}

#footer-widgets .list-unstyled li {
    padding: 0.5rem 0;
}


/*.footer-images-right li img {
  max-width: 80%;
  float: right;
}*/

.meail-label {
    position: absolute;
    top: 11px;
    left: 26px;
    background-color: #fff;
    color: #6c6d71;
    visibility: hidden;
    transition: all .2s ease-in-out;
}

.meail-label.active {
    top: -10px;
    visibility: visible;
}

#newsletter-sign-up-email.active {
    border: 2px solid #6c6d71;
    transition: all .2s ease-in-out;
}

div#___ratingbadge_0,
div#___ratingbadge_1 {
    position: static !important;
}


/*div#___ratingbadge_1 iframe#I1_1556805825722 {
  max-width: 100%;
}
div#___ratingbadge_1 {
  max-width: 100%;
}*/


/*.footer-top-form-icons .footer-images-right li {
  margin-left: 15px;
}
.footer-top-form-icons .footer-images-right {
  width: 40%;
  margin-top: 5px;
}
.border-copyright ul.footer-images-right li {
  padding: 0px 20px;
}*/

.desktop-payment-partners .footer-images-right li img {
    height: 60px;
}

.desktop-payment-partners .footer-images-right li:nth-child(2) img {
    border: 1px solid;
    border-radius: 8px;
}

ul.list-unstyled.d-flex.align-items-center.justify-content-center.footer-images-right {
    justify-content: space-between !important;
}

ul.list-unstyled.d-flex.align-items-center.justify-content-center.footer-images-right li {
    padding: 0;
}

#googlepartner1 iframe {
    width: 190px !important;
    overflow: hidden;
}


/* footer end */


/* Home page */

.home-section-four .wp-block-column .wp-block-image .alignleft {
    margin-right: auto !important;
}

.home-section-four .wp-block-column .wp-block-image .alignright {
    margin-left: auto !important;
}

.tp-rightarrow {
    left: auto !important;
    right: 1% !important;
}

.wp-block-column {
    margin-right: 0 !important;
}

.payment-partners ul.inner-wrapper-partners2.two li:last-child,
.payment-partners.desktop-payment-partners ul.list-unstyled li:last-child {
    max-width: 165px;
    overflow: hidden;
}

.payment-partners ul.inner-wrapper-partners2.two li:last-child iframe,
.payment-partners.desktop-payment-partners ul.list-unstyled li:last-child iframe {
    position: static !important;
    top: 0 !important;
    width: 165px !important;
    left: 0;
    height: 54px;
}

.payment-partners ul.inner-wrapper-partners2.two li:last-child {
    width: 45% !important;
}


/* .wp-block-column:not(:first-child) {
  margin-left: 13px !important;
} */

.bottom-home-shop figure.alignleft {
    margin-right: 0;
    width: 100%;
}

.bottom-home-shop img {
    max-width: 100%;
    width: 100%;
}

.bottom-home-shop .wp-block-column {
    margin-right: 100px !important;
}

.bottom-home-shop .wp-block-column:last-child {
    margin-right: 0 !important;
}

.home .home-section-four {
    justify-content: space-between;
}

.wp-block-column:not(:first-child),
.wp-block-column:nth-child(2n) {
    margin-left: auto;
}

.home-section-four .wp-block-column .wp-block-image {
    text-align: center;
}


/* Home page end */


/* Woocommerce buttons */


/*.woocommerce.single-product .single_add_to_cart_button[type="submit"],
.woocommerce-page p.return-to-shop .button,
#reviews .woocommerce-noreviews button,
.review-meter-wrapper p button.btn,
.woocommerce-checkout .bh-guest-user-botton-checkout a,
.woocommerce-checkout .return-customer-common form.woocommerce-form.woocommerce-form-login p button[type="submit"],
.woocommerce-account button.woocommerce-Button.button,
.woocommerce-order-received .woocommerce-order a#wc_constant_contact_subscribe,
.page-id-7043 .woocommerce .button,
#bh-coopt-modal form label.btn,
.woocommerce .woocommerce-MyAccount-content table td.order-actions a {
  background-color: #244083;
  border-radius: 0;
  color: #ffffff;
  font-weight: bold;
}*/

#sa_finish_survey #shopper_submit {
    background-color: #244083 !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    margin-top: 0 !important;
}

.woocommerce.single-product .single_add_to_cart_button[type="submit"] {
    min-width: 190px;
    font-size: 18px;
    top: 10px;
    /*padding-top: 13.5px;
  padding-bottom: 12.5px;*/
}

.woocommerce.single-product .single_add_to_cart_button[type="submit"]:disabled,
.woocommerce.single-product .single_add_to_cart_button[type="submit"].disabled,
button#re-add2cart,
form#add_payment_method button#place_order:hover {
    background-color: #244083 !important;
    color: #ffffff;
}

.review-meter-wrapper p button.btn {
    font-weight: bold;
    min-width: 190px;
    float: right;
    font-size: 16px;
}

.feet_per_cut_wrapper {
    max-width: 138px;
    position: relative;
    top: 12px;
    float: left;
    margin: 0 35px 0 0;
}

#feet_per_cut {
    border: none;
    border-bottom: 3px solid #AFE1FB;
    font-weight: bold;
    font-size: 18px;
    background: transparent;
    width: 95px;
    text-align: center;
    height: 38px;
}

.feet_per_cut_wrapper:before {
    content: "Feet per cut:";
    position: absolute;
    font-size: 14px;
    bottom: 39px;
}

.review-meter-wrapper p button.btn {
    font-weight: bold;
    min-width: 190px;
    float: right;
    font-size: 16px;
}

.add-reviews .btn {
    /*background-color: transparent;
    border: 2px solid #000;*/
    border-radius: 0;
    min-width: 200px;
    font-size: 16px;
    color: #ffffff;
}


/*.woocommerce-checkout .bh-guest-user-botton-checkout a {
  min-width: 100%;
  border-radius: 25px;
}*/

.woocommerce-form label,
.woocommerce-form select {
    color: #6d6e71;
}

.woocommerce-checkout p.lost_password a {
    float: right;
    margin-top: -58px;
    margin-bottom: 55px;
}

p.woocommerce-LostPassword+p.form-row {
    display: flex;
    align-items: flex-start;
}

.woocommerce-checkout .return-customer-common form.woocommerce-form.woocommerce-form-login .clear+p {
    padding-top: 18px;
    margin-bottom: 6px;
}

.woocommerce-checkout .return-customer-common form.woocommerce-form.woocommerce-form-login p button[type="submit"] {
    bottom: 0;
    position: absolute;
    right: 0%;
    left: 0;
    font-size: 16px;
    width: 100%;
    max-width: 232px;
    margin: auto;
    border-radius: 25px;
    padding: 13px 12px 11px !important;
}


/*.woocommerce-checkout .return-customer-common form.woocommerce-form.woocommerce-form-login p button[type="submit"]:hover {
  opacity: 0.5;
}*/

.woocommerce a.button.alt,
.woocommerce a.button.alt:hover,
a.shipping-policy-btn.btn.btn-primary,
form.checkout.woocommerce-checkout .checkout-section-btn-container button,
form.checkout.woocommerce-checkout #payment .place-order button {
    background-color: #AFE1FB;
    color: #deefff;
}

.woocommerce a.button.alt:hover,
a.shipping-policy-btn.btn.btn-primary:hover,
form.checkout.woocommerce-checkout .checkout-section-btn-container button:hover,
form.checkout.woocommerce-checkout #payment .place-order button:hover {
    background-color: #244083 !important;
    color: #ffffff !important;
}

.woocommerce-checkout #payment .wc_payment_methods.payment_methods.methods li #wc-authnet-cc-form p {
    width: 100%;
}

.woocommerce a.button.alt {
    padding: 14px;
    margin-bottom: 0;
}

a.shipping-policy-btn.btn.btn-primary {
    position: absolute;
    bottom: 0;
    float: right;
    max-width: 298px;
    width: 100%;
    margin-top: 15px;
    margin-left: auto;
    border: 0;
}

form.checkout.woocommerce-checkout .checkout-section-btn-container button,
form.checkout.woocommerce-checkout #payment .place-order button {
    float: right;
    max-width: 298px;
    width: 100%;
    margin-top: 15px;
    margin-left: auto;
    margin-bottom: 0;
}

.woocommerce-checkout #payment div.form-row.place-order #customer_must_verify_order_btn {
    float: unset;
}

.woocommerce h2 {
    font-size: 24px;
}


/* Woocommerce buttons end */


/* Navbar star */

.sub-menu {
  display: none;
  overflow: auto;
  position: absolute;
  left: 94%;
  z-index: 200;
  top: 0px;
  padding-left: 6px;
  /* max-height: 100%; */
  max-height: 500px;
  min-height: 410px;
  bottom: 40px;
}
.sub-menu .sub-sub-menu {
    background-color: #fff;
    border: 3px solid #f6f6f6;
    z-index: 2000;
}

.sub-sub-inner {
    padding: 15px;
    width: 100%;
    min-height: 400px;
}

.sub-sub-inner h2 {
    color: #244083;
    font-size: 18px;
    margin-bottom: 10px;
}

li.level2 {
    padding-bottom: 15px;
}

.drawer-body>ul.nav>.nav-item:hover>.sub-menu {
    display: block;
}

.drawer {
    min-width: 325px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    box-shadow: 0 8px 0 rgba(0, 0, 0, 0.2);
    opacity: 1;
    height: 105%;
    transform: translateX(-100%);
    transition: all 0.25s linear;
    z-index: 100;
    /*display:none;*/
}

.drawer-body {
    min-width: 100%;
    height: calc(100% - 260px);
}

.main-menu {
    position: absolute;
    transform: translateX(0);
    transition: all 0.25s linear;
    width: 285px;
}

.drawer.main-menu-slide {
    transform: translateX(0%);
}

.main-menu.menuslide-left {
    transform: translateX(-100%);
}

.ad-right-section {
    min-width: 145px;
    background: #000000;
    color: #fff;
    text-align: center;
    width: 20%;
}

li.level2>a {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.5px;
}

li.level2 ul {
    list-style: none;
    padding: 0px;
}

.nav.nav-2 .level2 a {
    padding: 1px;
}

.drawer.active {
    transform: translateX(0%);
}

.drawer-overlay.active {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 2;
    top: 0;
    bottom: 0;
    background-color: #00000040;
}

.menu-depart {
    padding: 0 15px;
    margin-bottom: 10px;
}

.nav-3 h2,
.sub-sub-inner>h2.back-to-main {
    display: none;
}


/* navbar end */


/* Woocommerce cart page start*/

.clear-cart-btn {
    border: 1px solid #000;
    padding: 5px 10px;
}

.woocommerce-cart .cross-sells>h2 {
    font-size: 18px;
    font-family: MyriadProIt;
}

.product-subtotal .woocommerce-Price-amount,
#ywsfl_general_content span.woocommerce-Price-amount.amount,
table.wishlist_table td.product-price span.woocommerce-Price-amount {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
}

#ywsfl_general_content span.woocommerce-Price-amount.amount {
    float: right;
}

#ywsfl_general_content del span,
table.wishlist_table td.product-price del span {
    font-size: 14px !important;
    font-weight: normal !important;
    text-decoration: line-through !important;
}

table.wishlist_table td.product-price {
    position: relative;
}

#ywsfl_container_list a.add_to_wishlist,
div#ywsfl_general_content .yith-wcwl-wishlistaddedbrowse a {
    color: #000000;
}

td.product-price span.from-label,
div#ywsfl_container_list span.from-label {
    display: none;
}

#ywsfl_container_list a.add_to_wishlist:before,
div#ywsfl_general_content .yith-wcwl-wishlistaddedbrowse a:before {
    content: "|";
    margin: 0px 4px;
}

#ywsfl_container_list a.add_to_wishlist~img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.cart-item-actions {
    clear: both;
}

#ywsfl_general_content #ywsfl_container_list .ywsfl-row {
    padding: 25px 13px 98px;
    border-right: 2px solid #f7f7f7;
    margin-bottom: 0;
    border-top: 2px solid #f7f7f7;
    border-bottom: 1.4px solid #f7f7f7;
}

#ywsfl_general_content del {
    position: absolute;
    right: 0;
    top: -18px;
}

table.wishlist_table td.product-price del {
    position: absolute;
    top: 6px;
    left: 15px;
}

/*.woocommerce-checkout li#navbar-trigger,*/
.woocommerce-checkout header .quick-search-wrap,
.woocommerce-checkout .account-nav .icon-hdr-right {
    display: none;
}

.woocommerce-checkout.woocommerce-order-received li#navbar-trigger,
.woocommerce-checkout.woocommerce-order-received header .quick-search-wrap,
.woocommerce-checkout.woocommerce-order-received .account-nav .icon-hdr-right {
    display: block;
}

.woocommerce-checkout .account-nav i.fas.fa-shopping-cart {
    display: flex;
}

.woocommerce-checkout .non-sticky:after {
    content: "Checkout";
    position: absolute;
    color: #ffffff;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 21px;
    font-weight: bold;
    max-width: 220px;
    margin: auto;
    line-height: 2;
    letter-spacing: 1.5px;
    top: 4px;
}

.woocommerce-checkout.woocommerce-order-received .non-sticky:after {
    display: none;
}

.woocommerce-form-login-toggle,
.woocommerce-checkout h1.page-title,
.home h1.page-title {
    display: none;
}

.admin-bar.woocommerce-checkout .non-sticky:after {
    margin-top: 32px;
}


/*.woocommerce ul.products .owl-dots .owl-dot {
  outline: none;
}*/


/*.woocommerce ul.products .owl-dots .owl-dot.active {
  background: #244083;
}*/


/*.woocommerce ul.products .owl-dots .owl-dot {
  border: 1px solid #244083;
  background: #ffffff;
  margin: 1px;
  cursor: pointer;
}
.woocommerce ul.products .owl-dots button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}*/

.woocommerce ul.products .owl-dots {
    /*text-align: center;*/
    display: none;
}

h1.page-title {
    margin-bottom: 0;
    font-size: 32px;
}

.woocommerce ul.products .owl-item li.product {
    width: 100%;
    margin: 0;
}

.entry-content .cross-sells {
    clear: both;
    padding-top: 30px;
}

#shopper_review_page #review_header .block {
    margin-top: 12px;
}

.woocommerce-cart form.woocommerce-cart-form,
.woocommerce-cart .cart-title-left-wrapper {
    float: left;
    width: 75%;
}

.woocommerce-cart .cart-title-left-wrapper {
    position: relative;
    margin-bottom: 2px;
}

a.print-cart {
    position: absolute;
    right: 0;
    top: 0;
}

.woocommerce-cart .woocommerce .cart-collaterals,
.woocommerce-page .cart-title-right-wrapper,
.woocommerce-page .cart-collaterals {
    float: right;
    width: 30%;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel {
    display: block !important;
    padding-top:15px;
}

#tab-tech_guides center {
    text-align: left;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-size: 24px;
}

.single-product.woocommerce div.product div#comments h3 {
    display: none;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel p {
    font-size: 14px;
}

div#tab-description p a {
    color: #244083;
    text-decoration: none;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel h3 {
    font-size: 24px;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel pre {
    word-wrap: break-word;
    white-space: pre-wrap;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel table {
    margin-bottom: 24px;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel h5 {
    font-size: 14px;
}

.woocommerce .bhusa-remove-items a.remove {
    width: auto;
    height: auto;
    font-size: 12px;
    line-height: inherit;
    text-align: left;
    color: #000000 !important;
}

.woocommerce .bhusa-remove-items a.remove:hover {
    color: #000000 !important;
    background: transparent;
}

td.product-name .saveforlater_button {
    display: none;
}

tr.woocommerce-cart-form__cart-item.cart_item td.product-remove,
#ywsfl_container_list .ywsfl-row .delete_col,
.woocommerce table.wishlist_table tr .product-remove {
    display: none;
}

form.woocommerce-cart-form table.shop_table thead {
    display: none;
}

tr.woocommerce-cart-form__cart-item.cart_item td.product-price {
    display: none;
}

tr.woocommerce-cart-form__cart-item.cart_item .product-name .saveforlater_button {
    display: none;
}

#ywsfl_general_content[data-num-elements="0"] {
    display: none;
}

.page-id-5 .cart-empty {
    position: relative;
    font-size: 38px;
}

.page-id-5 .cart-empty,
.page-id-5 p.return-to-shop {
    text-align: center;
}

.cart-empty:before {
    content: "\f07a";
    display: block;
    color: rgba(135, 135, 135, .15);
    font-size: 180px;
    line-height: 180px;
    font-weight: 400;
    font-family: "fontawesome";
}

.cart-empty:after {
    content: "\f00d";
    font-family: "fontawesome";
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    color: #858585;
    font-size: 48px;
}


/*.woocommerce-cart .product-quantity .custom-select {
  max-width: 50%;
  border: none;
  border-bottom: 2px solid black;
  border-radius: 0;
  font-weight: bold;
  font-size: 14px;
  min-width: 60px;
  padding-left: 15px;
  background-image: none;
}
.woocommerce-cart-form__contents .product-quantity .quantity:after {
  content: '\f078';
  height: 10px;
  font-family: fontawesome;
  position: relative;
  right: 22px;
}
.woocommerce-cart .product-quantity .custom-select:focus {
  box-shadow: none;
}
.woocommerce-cart .product-quantity {
  position: relative;
}
.woocommerce-cart .product-quantity .quantity:before {
  content: "Qty:";
  position: relative;
  right: 72%;
  top: 10px;
  font-size: 12px;
}*/

.woocommerce-cart .product-subtotal {
    text-align: right;
}

.woocommerce-cart .cart-item-actions {
    display: flex;
    justify-content: flex-end;
}

.woocommerce-cart span.product-remove {
    font-size: 12px;
    align-self: center;
}

.cart-item-actions span.product-remove a,
.product-subtotal .cart-item-price .woocommerce-Price-amount,
.cart-item-actions span.product-remove a:hover {
    color: #000000 !important;
    font-weight: normal;
    font-size: 14px;
}

.woocommerce-cart .product-subtotal .cart-item-actions a {
    width: 100%;
}

.woocommerce-cart .cart-item-actions a,
form#yith-wcwl-form td span.product-remove,
form#yith-wcwl-form td a.button {
    font-weight: normal;
    text-decoration: underline;
    font-size: 14px;
}

#ywsfl_general_content a.button.add_to_cart_button {
    background: transparent;
    padding: 1px 0 0;
    color: #000000;
}

#ywsfl_general_content a.button.add_to_cart_button:hover {
    color: #000000 !important;
    text-decoration: underline;
    background-color: transparent !important;
}

.yith-wcwl-add-to-wishlist {
    margin-top: 0;
}

.ywsfl-row .cont_buttons,
.ywsfl-row .cont_buttons .yith-wcwl-add-to-wishlist {
    top: 0 !important;
}

.ywsfl-row .cart-item-actions .cont_buttons a {
    margin-right: 0;
}

.woocommerce-cart .woocommerce a.remove:hover {
    background-color: #fff;
}

.woocommerce-cart .product-remove a:after,
.woocommerce-MyAccount-content .product-remove a:after {
    content: "|";
    margin: 0px 4px;
}

#ywsfl_general_content p.case-stock-msg {
    font-size: 14px;
    clear: both;
    float: right;
}

#ywsfl_general_content p.case-stock-msg a,
.woocommerce-cart .shop_table_responsive a,
.woocommerce-cart .shop_table_responsive p {
    color: #000000;
    margin-bottom: 0;
    padding-bottom: 4px
}

.woocommerce-cart .woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    width: 24%;
}

.woocommerce-cart .cart_totals .shop_table_responsive {
    border: none;
    border-radius: 0;
}

.woocommerce-cart p.cart-subtotal-below {
    background: #f7f7f7;
    max-width: 31%;
    text-align: center;
    margin-left: auto;
    padding: 9px 2px;
    font-size: 24px;
    border-radius: 3px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
    padding: 10px 0;
    margin-top: 0;
}

.cxecrt-button-holder,
.woocommerce-cart-form__contents td button[value="Update cart"] {
    display: none;
}

.woocommerce-cart-form__contents .product-name {
    width: 50%;
}

.woocommerce-cart-form__contents .product-name>a {
    display: block;
}

.woocommerce-cart p.product-upc,
.woocommerce-cart p.product-sku {
    display: inline-block;
    opacity: 0.7;
}

.woocommerce-cart p.product-sku {
    margin-right: 10px;
}

.woocommerce-cart-form__contents .product-quantity {
    text-align: right;
}

.cart-collaterals .cart_totals h2 {
    display: none;
}

.cart-collaterals {
    background: #f7f7f7;
    padding: 15px;
}

.woocommerce .wc-proceed-to-checkout a.button {
    margin-bottom: 0;
}

.woocommerce .wc-proceed-to-checkout {
    padding-bottom: 0;
}

a.checkout-head-edit {
    font-size: 14px;
    line-height: 35px;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 60%;
}

.cart-collaterals table.shop_table tr.fee,
.cart-collaterals table.shop_table tr.order-total {
    display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
    text-align: right;
    font-weight: bold;
}

.woocommerce-cart table.shop_table td {
    padding: 28px 12px 0px 13px;
    border-top: 2px solid #f7f7f7;
    border-bottom: 1.4px solid #f7f7f7;
}


/*.woocommerce-cart table.shop_table td.product-quantity {
  max-width: 103px;
  padding-top: 0px;
}*/

.woocommerce table.shop_table td table tr:first-child td {
    border-top: none !important;
}

.woocommerce table.shop_table td table td {
    border-top: 1.4px solid #f7f7f7 !important;
}

#ywsfl_general_content,
.woocommerce-cart #yith-wsfl-messages {
    clear: both;
    width: 75%;
}

.woocommerce-cart #yith-wsfl-messages {
    color: #244083 !important;
}

.woocommerce-cart #ywsfl_general_content .savelist-in-stock {
    color: #244083;
}

.woocommerce .ywsfl-row .sub_container_product .product_name a {
    font-weight: normal;
    color: #000000;
}

.variation-Cable.Length span {
    font-size: 14px;
    font-weight: normal !important;
}

.woocommerce .ywsfl-row .sub_container_product .product_name {
    max-width: 100%
}


/*.woocommerce-notices-wrapper+p {
  display: none;
}*/

.woocommerce-cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border-right: 2px solid #f7f7f7;
    border-left: none;
    border-bottom: none;
    border-top: none;
}

.woocommerce-cart table.shop_table td .case-stock-msg {
    margin-bottom: 15px;
    font-size: 14px;
}

.woocommerce-cart table.shop_table td img {
    min-width: 100px;
}

div#sa_review_paging {
    display: none;
}

.woocommerce-cart .page-title {
    display: none;
}

.cart-subtotal-below .amount {
    font-weight: bold;
}

.woocommerce-cart .woocommerce-notices-wrapper,
.single-product .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-notices-wrapper,
.woocommerce-error,
.woocommerce-message {
    display: none;
}

.ywsfl-row .cont_buttons a {
    margin-right: 0 !important;
}

.woocommerce table.cart td.actions {
    display: none;
}

.blockUI.blockOverlay:before {
    display: none !important;
}


/* cart page end */


/* Owl carousel */

.woocommerce .cross-sells ul.products .owl-stage-outer,
.related.products ul.products .owl-stage-outer,
.best_selling.products ul.products .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.woocommerce .cross-sells ul.products .owl-item,
.related.products ul.products .owl-item,
.best_selling.products ul.products .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.woocommerce .cross-sells ul.products .owl-item img,
.related.products ul.products .owl-item img,
.best_selling.products ul.products .owl-item img {
    display: block;
    /*width: 100%;*/
    margin: 0 auto 0 auto;
}


.no-js .woocommerce .cross-sells ul.products,
.woocommerce .cross-sells ul.products.owl-loaded,
.no-js .related.products ul.products,
.related.products ul.products.owl-loaded,
.best_selling.products ul.products .owl-loaded {
    display: block;
    position: relative;
    margin-top: 30px;
}

.woocommerce .cross-sells ul.products.owl-loading,
.related.products ul.products.owl-loading,
.best_selling.products ul.products.owl-loading {
    opacity: 0;
    display: block
}

.products.owl-drag .owl-nav button span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    position: relative;
}

.products.owl-drag .owl-nav button.owl-next span {
    margin-left: auto;
}

/* Added on 10/21/20 by Daniel M to match new design from task 19229013*/
.wc-prl-page-bh2020_home_page_location .owl-item .product .star_container{
  position: absolute;
  margin-left: 0px;
  top: 225px;
  background-color: white;
  width:400px;
}

.wc-prl-page-bh2020_home_page_location .owl-item .product .woocommerce-loop-product__title{
  height:55px;
}
.wc-prl-page-bh2020_home_page_location .owl-item .product .price .from-label{
  position: absolute;
  margin-left: 0px;
  top: 300px;
}
.wc-prl-page-bh2020_home_page_location .owl-item .product .price .amount{
  text-shadow: .1px .1px .1px;
}


/* owl button custom css */

.owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: none;
    outline: 0;
    border-color: transparent;
    background-color: #00000000;
    color: #FFFFFF00;
    font-size: 50px;
    line-height: 35px;
    cursor: pointer;
}

.products.owl-drag .owl-nav button span:after {
    content: "";
    font-family: fontawesome;
    position: absolute;
    color: #ffffff;
    font-size: 17px;
    left: -8px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
}

.products.owl-drag .owl-nav button.owl-next span:after {
    content: "\f054";
    padding-left: 2px;
}

.products.owl-drag .owl-nav button.owl-prev span:after {
    content: "\f053";
    padding-right: 2px;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-nav button.owl-prev {
    left: 0;
}


/* Dealer stores */

#wpsl-gmap .wpsl-info-window,
.wpsl-gmap-canvas .wpsl-info-window {
    max-width: 100% !important;
}

.wpsl-input label,
#wpsl-radius label,
#wpsl-category label {
    width: auto !important;
}

#wpsl-search-wrap .wpsl-input {
    margin-right: 20px;
}

.locator-finder #wpsl-stores,
.locator-finder #wpsl-direction-details,
.locator-finder #wpsl-gmap {
    float: left;
}

.entry-content .listed-text-left {
    width: 69%;
    float: left;
    position: relative;
}

.entry-content .listed-text-left img {
    max-width: 100%;
}

.entry-content .listed-text-right {
    float: right;
    width: 31%;
    position: relative;
}

.entry-content .listed-text-right img {
    max-width: 100%;
}

.entry-content .listed-text-left .applicationtext,
.entry-content .listed-text-right .applicationlink {
    position: absolute;
    top: 37%;
    left: 0;
    right: 0;
    text-align: center;
}

.entry-content .listed-text-left a,
.entry-content .listed-text-right a {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    text-decoration: none;
}


/* Catalog request page */


/* #gform_12 #input_2_3_4_container.address_state select {
  margin-top: 0;
} */

.page-id-7082 .entry-content p,
.page-id-7082 .entry-content>h2 {
    text-align: center;
}

.page-id-7082 .entry-content p img,
.page-id-7082 .entry-content>h2 img {
    width: 85%;
}


/* li#field_2_5, li#field_2_4 {
  display: inline-block;
  width: 50%;
}
input#input_2_5, input#input_2_4 {
  width: 100%;
} */


/* BH usa application */

.section-title b {
    background-color: currentcolor;
    display: block;
    flex: 1 1 0;
    height: 2px;
    opacity: 0.1;
}

.section-title {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.section-title span {
    text-transform: uppercase;
    font-weight: 600;
    color: #555;
}

#bhapplication ul.clearfix.app-form-tab.list-inline {
    display: flex;
}

.field-wrap {
    display: block;
}

div#bhapplication,
div#bhapplication~div {
    width: 100%;
}

.checkout-login-wrapper .checkout-login-center {
    position: relative;
}


/* checkout page start*/

.woocommerce-checkout .container {
    max-width: 100%;
}

.shipping-preference p button {
    border: 2px solid #eaeaea;
    background: none;
    width: 49%;
    padding: 10px 0;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
}

#customer_details .col-2 {
    max-width: 100%;
    width: 100%;
}

#customer_details p {
    display: block;
}

#order_review_heading:before {
    content: "\f0d1";
    margin-right: 10px;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    display: inline-block;
}

#order_review_heading:before,
#ship-to-different-address:before,
#shipping_country_field .woocommerce-input-wrapper:before,
#billing_country_field .woocommerce-input-wrapper:before {
    font-family: "fontawesome";
}

#ship-to-different-address:before {
    content: "\f0a9";
    font-size: 18px;
}

#order_review #shipping_method .amount {
    float: right;
}


/* #order_review .woocommerce-checkout-review-order-table {
  border: none;
} */

.woocommerce-checkout #payment {
    background: none;
}

#payment .payment_methods li {
    width: 50%;
    float: left;
    padding: 3px;
    margin: 0 5px;
    border-radius: 5px;
    text-align: center;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
    width: 100%;
    float: left;
    padding-left: 0;
}

fieldset#wc-authnet-cc-form label {
    text-align: left;
}

.payment_methods label {
    box-shadow: 0px 0px 0px 1px #e0e0e0;
    padding: 10px;
    width: 100%;
}

.confirm-content-container input[type="radio"]+label {
    box-shadow: 0px 0px 0px 1px #e0e0e0;
    min-height: 127px;
    padding: 13px;
}

.confirm-content-container input:checked+label,
.payment_methods input:checked+label {
    box-shadow: 0px 0px 0px 1px #000000;
}

.woocommerce-billing-fields__field-wrapper p,
#order_review .woocommerce-shipping-totals,
#order_review .checkout-section-btn-container {
    display: block;
}

.page-id-6 .confirm-content-container input[type="radio"] {
    display: none;
}

.page-id-6 .confirm-content-container .col-md-2 {
    padding-right: 0;
    padding-left: 18px;
    max-width: 16.3%;
}

.page-id-6 .entry-content .woocommerce-checkout {
    float: left;
    max-width: 65%;
    width: 100%;
}

h3#order_review_heading {
    padding: 15px;
    position: relative;
}

.woocommerce-checkout .bhusa_checkout_cart_container {
    display: inline-block;
    float: right;
    max-width: 26%;
    padding: 5px 20px;
    margin: auto;
    background: #f7f7f7;
    border: 1px solid #d1d1d1;
}

.woocommerce-checkout .bhusa_checkout_cart_container table td {
    width: 160px;
    font-weight: normal;
}

.woocommerce-checkout .bhusa_checkout_cart_container table th {
    width: 200px;
    font-weight: normal;
}

.woocommerce-checkout .bhusa_checkout_cart_container table .cart-subtotal th,
.woocommerce-checkout .bhusa_checkout_cart_container table .cart-subtotal td {
    padding-top: 15px;
}

.page-id-6 .bhusa-checkout-review-order-table tr:last-child th {
    padding-bottom: 10px;
    padding-top: 10px;
}

.woocommerce-checkout .bhusa_checkout_cart_container table td {
    text-align: right;
}

.page-id-6 .order-total th,
.order-total td strong,
.page-id-6 .order-subtotal th,
.order-subtotal td strong {
    font-size: 18px;
    /*font-weight: normal;*/
}

.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd {
    font-weight: normal;
}

.page-id-6 #show-items td {
    padding-bottom: 10px;
    font-size: 12px;
}


/*.page-id-6 #show-items td:last-child {
  color: #
}*/

#show-items .cart_item td.product-name {
    text-align: left;
    font-weight: bold;
}

.page-id-6 .order-total,
.page-id-6 .order-subtotal {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

.page-id-6 .order-total+tr a {
    color: #6d6e71;
    font-weight: bold;
    text-decoration: none;
}

.bhusa_checkout_cart_container tr.order-total th,
.bhusa_checkout_cart_container tr.order-subtotal th {
    padding-top: 10px;
    padding-bottom: 8px;
    font-weight: bold;
}

footer {
    clear: both;
}

.woocommerce-checkout .logo.bg-blue {
    padding-left: 0px;
}

.woocommerce-checkout .account-nav {
    position: relative;
}

.woocommerce-checkout .non-sticky {
    transition: all 0.2s ease;
    background: #244083;
    /*height: 46px;*/
    padding: 0 8px;
}

form.checkout.woocommerce-checkout h3 {
    font-weight: bold;
    margin-bottom: 22px;
    padding-bottom: 0 !important;
    font-size: 18px;
}

form.checkout.woocommerce-checkout .confirm-area h3 {
    padding: 5px;
}

.confirm-content-container p {
    font-size: 26px;
}

#customer_details .shipping-preference.checkout-head p {
    display: flex;
    justify-content: space-between;
}

.shipping-preference p button.active {
    border-color: #000000;
}

.shipping-preference p button:disabled {
    opacity: 0.3;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="email"],
textarea,
select,
select span {
    height: 40px;
    padding: 0 10px;
    border: 1px solid #9d9fa2;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
    outline: 0;
}

input[type="submit"],
input[type=button] {
    border: 1px solid #000000;
    padding: 6px 20px;
    cursor: pointer;
}

.woocommerce-checkout #payment .form-row select {
    width: 100%;
}

.woocommerce-checkout span.select2-selection.select2-selection--single {
    height: 45px;
    border-radius: 0;
    border-color: #000000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}

.woocommerce-checkout .woocommerce form .form-row .select2-container {
    height: 45px;
}

.woocommerce-checkout p#shipping_country_field {
    display: none;
}

.woocommerce-checkout .woocommerce-shipping-fields {
    padding-top: 10px;
}

#shipping_delivery {
    margin-bottom: 15px;
}

.payment-head>p {
    font-size: 18px;
}

div#delivery_collapse {
    margin-bottom: 5px;
    padding: 0px 35px 10px 15px;
    border-bottom: 1px solid #000;
    color: #6d6e71;
}

span#address_type_label {
    text-transform: capitalize;
}

#shipping_delivery h3,
#shipping_delivery P {
    margin-bottom: 0;
}

#customer_details {
    border-bottom: 1px solid #000;
    padding-bottom: 7px;
}


/*.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot .shipping th+td {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}*/

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none;
    position: relative;
}

.woocommerce-checkout #payment .payment_box.payment_method_authnet {
    background-color: transparent;
    padding: 0;
}

#order_review .woocommerce-checkout-review-order-table {
    border: none;
    /*border-bottom: 1px solid #000;*/
    border-radius: 0;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

#customer_details .pull-right {
    display: inline-block;
}

.woocommerce-checkout #payment .wc_payment_methods.payment_methods.methods li #wc-authnet-cc-form label {
    padding: 0;
}

.woocommerce-checkout #payment .wc_payment_methods.payment_methods.methods li>input+label {
    border-radius: 4px;
    text-align: center;
}

.woocommerce-checkout .woocommerce-additional-fields {
    display: none;
}

.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot td {
    display: block;
}

.woocommerce-checkout .return-customer-common .returning-collapse {
    padding: 30px 35px 35px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
    border-radius: 10px;
}

.woocommerce-checkout .return-customer-common.bg-gray h2 {
    text-align: center;
    font-weight: bold;
}

.woocommerce-checkout .return-customer-common form.woocommerce-form.woocommerce-form-login {
    border: none;
    margin: 0;
}

.woocommerce-checkout .return-customer-common form.woocommerce-form.woocommerce-form-login p.form-row-first,
.woocommerce-checkout .return-customer-common form.woocommerce-form.woocommerce-form-login p.form-row-last {
    max-width: 100%;
    width: 100%;
}

.woocommerce-checkout .return-customer-common form.woocommerce-form.woocommerce-form-login>p:first-child {
    display: none;
}

.checkout-login-wrapper {
    margin-bottom: 30px;
}

#ship-to-different-address input {
    display: none;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-account-fields {
    width: 49%;
    margin-left: auto;
}

.woocommerce-checkout .confirm-area {
    clear: both;
    border-top: 1px solid #000;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.woocommerce-checkout .delivery-estimate-msg {
    text-align: right;
}

.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot .shipping th+td ul li {
    padding: 9px 0px;
    position: relative;
    margin: 0;
    line-height: 1;
    font-weight: normal;
}

.woocommerce-checkout #payment div.payment_box::before {
    border: none;
}

.payment_methods #wc-authnet-cc-form label {
    box-shadow: none;
}

.woocommerce-checkout #payment .wc_payment_methods.payment_methods.methods li #wc-authnet-cc-form input {
    border: 1px solid #000000;
    min-width: 100%;
    margin: 0;
    font-size: 14px;
}

.woocommerce-checkout #wc-authnet-new-payment-method+label {
    display: inline;
    width: auto;
    padding: 0;
    box-shadow: none;
}

.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
    display: flex;
    align-items: center;
}

.woocommerce-checkout #payment .wc_payment_methods.payment_methods.methods li #wc-authnet-cc-form p {
    float: left;
    clear: both;
    padding: 3px;
    margin: 0 0 6px;
}

.woocommerce-checkout #payment .wc_payment_methods.payment_methods.methods li #wc-authnet-cc-form p.form-row-first {
    width: 100%;
}

fieldset#wc-authnet-cc-form {
    max-width: 100%;
    display: block !important;
}

.woocommerce-checkout #payment .wc_payment_methods.payment_methods.methods li fieldset+p label {
    padding-left: 0;
}

.woocommerce-checkout .bh-guest-user-botton-checkout {
    text-align: center;
}

div#shipping_delivery {
    color: #6d6e71;
}


/*a:hover {
  transition: all 999s;
}*/


/*s*/

.woocommerce-checkout .return-customer-common form {
    position: relative;
    padding: 0 0 20px;
}


/* .woocommerce #customer_login form .form-row input:focus {
  box-shadow: inset 0 0 0 1px #000;
} */


/*.woocommerce #customer_login form .form-row label {
  line-height: initial;
  margin-bottom: 3px;
}*/

.woocommerce #customer_login form .custom-checkbox {
    margin-top: 26px;
}

.woocommerce #customer_login form .custom-checkbox span.keep-me-signed-in {
    position: relative;
    top: 5px;
    left: 5px;
}

div#customer_login label {
    line-height: normal;
    margin-bottom: 0;
}

input#rememberme+label {
    padding-left: 3px;
}

.woocommerce form .form-row.email-me label {
    display: flex;
    margin-left: -2px;
    align-items: flex-start;
}

.email-me input#promotions {
    position: relative;
    left: 3px;
}

.woocommerce form .form-row {
    color: #6d6e71;
    padding-left: 0 !important;
}

.woocommerce #customer_login form .custom-checkbox span.keep-me-aditional {
    top: 0px;
    left: 20px;
    position: relative;
    font-size: 12px;
}

.woocommerce #customer_login form .custom-checkbox label:after,
.woocommerce #customer_login form .custom-checkbox label:before {
    left: -17px;
}

.woocommerce form p.form-row label abbr.required,
.woocommerce form p.form-row label span.required {
    color: transparent;
}

.woocommerce form p.form-row label abbr.required:after,
.woocommerce form p.form-row label span.required:after {
    content: '(required)';
    color: #6d6e71;
    font-weight: normal;
    position: relative;
    left: -6px;
}

.checkout-login-wrapper .checkout-login-center:before {
    content: "";
    position: absolute;
    left: 50%;
    text-align: center;
    border-right: 2px solid #f7f7f7;
    min-height: 100%;
    color: #ffffff;
    font-size: 24px;
    border-top: 1px solid;
}


/*h4.account-labels + p:hover {
  opacity: 0.5;
}*/

div#customer_login .account-labels,
.woocommerce-checkout .returning-collapse h4 {
    position: relative;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 0;
    font-size: 18px;
    margin-top: 0;
}

#my-account-registation .already-have-account.account-labels {
    margin-top: -12px;
    margin-bottom: -6px;
}

div#customer_login .account-labels:after,
div#customer_login .account-labels:before,
.woocommerce-checkout .returning-collapse h4:after,
.woocommerce-checkout .returning-collapse h4:before {
    content: '';
    width: 45px;
    height: 2px;
    background-color: #f7f7f7;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

div#customer_login .account-labels:after,
.woocommerce-checkout .returning-collapse h4:after {
    right: 0;
}

div#customer_login .account-labels:before,
.woocommerce-checkout .returning-collapse h4:before {
    left: 0;
}


/*.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #AFE1FB;
  color: #000000;
}*/

.checkout-login-wrapper .checkout-login-center:after {
    content: "OR";
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    width: 90px;
    margin: auto;
    height: 60px;
    background: #000000;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 9;
}

.woocommerce-checkout #payment ul li .payment_box {
    position: absolute;
    z-index: 9;
    bottom: -262px;
    left: 2px;
    max-width: 47%;
    height: 245px;
    background: transparent;
    padding-left: 0;
}

h3.activeSection:after {
    content: "Edit";
    right: 14px;
    position: absolute;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    /*font-family: "fontawesome";*/
    cursor: pointer;
}

h3.activeSection:hover::after {
    text-decoration: underline;
}

#payment_collapse {
    padding: 0px 15px;
}

#wc-authnet-cc-form p:first-child {
    width: 100%;
}

#payment .wc_payment_methods.payment_methods.methods li input[type="radio"] {
    position: absolute;
    margin-top: 20px;
    margin-left: 10px;
    display: none;
}

body.woocommerce-order-received #shopper_approved #sa_outer {
    max-width: 580px !important;
    margin: auto;
}

h3#order_review_heading,
#customer_details .col-2,
.col-12.payment-head.checkout-head,
#payment .wc_payment_methods.payment_methods.methods,
form.checkout.woocommerce-checkout .confirm-area .confirm-head.checkout-head h3 {
    padding-left: 0;
}

h3#order_review_heading {
    padding-top: 5px;
}

.confirm-content-container input[type="radio"]+label {
    cursor: pointer;
}


/* input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
  box-shadow: 0 0 2px 1px #244083;
  border: 0;

} */


/*#customer_details p#shipping_city_field, #customer_details p#shipping_state_field, #customer_details p#shipping_postcode_field {
  display: inline-block;
}*/

p#shipping_address_2_field label.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: auto;
    overflow: auto;
    position: relative !important;
    width: 100%;
    word-wrap: normal!important;
}

.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
    column-count: 2;
}

tr.woocommerce-shipping-totals input[type="checkbox"]:before {
    border: 1px solid #b7b7b7;
    content: "";
    width: 14px;
    display: block;
    height: 14px;
    background: #ffffff;
    border-radius: 3px;
}

tr.woocommerce-shipping-totals input[type="checkbox"]:checked:before {
    border: 1px solid #b7b7b7 !important;
    content: "";
    width: 14px;
    display: block;
    height: 14px;
    background: #244083;
    border-radius: 3px;
}

tr.woocommerce-shipping-totals.shipping input[type="radio"]:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #b7b7b7;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
}

tr.woocommerce-shipping-totals.shipping input[type="radio"]:checked:before {
    border: 4px solid #007bff;
}

.custom-checkbox.skip_validation_wrapper {
    position: absolute;
    bottom: 6px;
    right: 322px;
}

ul#shipping_method p.delivery-date-ETA {
    margin-left: 18px;
    margin-bottom: 0;
}

.woocommerce-checkout #choosen-cooptmethod-bar a {
    color: #244083;
}

.woocommerce-checkout a#checkout-head-edit {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

.woocommerce-checkout a.checkout-head-edit:hover {
    text-decoration: underline;
}

.woocommerce-checkout .woocommerce-column.woocommerce-column--order-summary .woocommerce-column__content ul li:nth-child(2) span.woocommerce-Price-amount.amount {
    width: 40%;
    text-align: right;
}

.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-updateOrderReview {
    display: none;
}

#bh-coopt-modal form input {
    display: none;
}

#bh-coopt-modal h6 {
    margin-bottom: 25px;
}

#bh-coopt-modal form label.btn {
    margin-bottom: 0;
    margin-top: 10px;
}

.woocommerce-checkout fieldset#wc-authnet-cc-form {
    width: 100%;
}

.admin-bar.woocommerce-checkout div#choosen-cooptmethod-bar,
.admin-bar.woocommerce-checkout div#csd-back2session-bar {
    top: 74px;
}

.woocommerce-checkout div#choosen-cooptmethod-bar .inner,
.woocommerce-checkout div#csd-back2session-bar .inner {
    background: #f7f7f7;
    text-align: center;
    border: 1px solid #d1d1d1;
}

.woocommerce-checkout div#choosen-cooptmethod-bar,
.woocommerce-checkout div#csd-back2session-bar {
    position: fixed;
    z-index: 11;
    top: 42px;
    margin: auto;
    left: 0;
    right: 0;
}

.woocommerce-checkout div#csd-back2session-bar a:hover {
    color: #E43137;
}

.woocommerce-checkout .woocommerce {
    min-height: calc(100vh - 190px);
}

.woocommerce-checkout.woocommerce-order-received .woocommerce {
    min-height: initial;
}

textarea#order_comments {
    font-size: 14px !important;
    height: 70px !important;
    line-height: initial !important;
}

p#order_comment_wrapper {
    margin-top: 20px;
}

p#order_comment_wrapper label {
    padding: 0;
    font-weight: bold;
    color: #000;
}

.woocommerce-checkout .right-justify-icons {
    justify-content: flex-end;
}

.container{
  max-width: 100%;
}

.woocommerce-account .container{
  padding:25px;
}
.woocommerce-account .container#BH2020-main-header{
  padding:0px;
}
.container .page-title{
  padding:25px;
}

.container .entry-content{
  padding:25px;
}

.home .entry-content{
  padding: 0px;
}



.woocommerce-checkout .container {
    max-width: 100%;
}
.woocommerce-cart .container .entry-content,
.woocommerce-checkout .container .entry-content{
  padding:25px;
}

.woocommerce-checkout .returning-customer-login {
    max-width: 390px;
    flex: 0 0 446px;
}

.woocommerce-checkout .returning-customer-login h2.returning-customer {
    text-align: center;
    font-size: 29px;
    margin-bottom: 14px;
}

.woocommerce-checkout p.coopt-method-inner {
    min-height: 55px;
}

.woocommerce-checkout .coopt-method-inner {
    margin-bottom: 30px;
    padding: 10px 10px 5px;
}

.woocommerce-checkout div.coopt-method-inner {
    border: 1px solid #6c6d71;
}

.woocommerce-checkout .coopt-method-inner label.btn {
    min-width: 120px;
}

.woocommerce-checkout .coopt-method-content {
    height: 140px;
}

#bh-coopt-modal .modal-content .modal-body {
    padding-bottom: 0;
}

#bh-coopt-modal .modal-content {
    padding: 20px 30px 10px;
}

.woocommerce-checkout .woocommerce-breadcrumb {
    display: none;
}

#order_review tr.order-total {
    display: none !important;
}

p#checkbox_trigger_field label.checkbox {
    line-height: normal !important;
}

.woocommerce-checkout #payment ul.payment_methods>li:first-child,
.woocommerce-checkout #payment ul.payment_methods>li:last-child {
    max-width: 47%;
}

#payment .wc_payment_methods.payment_methods.methods {
    padding-right: 0;
}

.woocommerce-checkout #billing_country_field {
    display: none !important;
}

#payment .payment_methods .wc-saved-payment-methods li:nth-child(odd) {
    padding-left: 0;
}

.woocommerce-checkout #payment ul.payment_methods>li:nth-child(2) {
    float: right;
    max-width: 49%;
    padding-left: 0;
}

form.checkout.woocommerce-checkout #payment .checkout-section-btn-container button {
    max-width: 308px;
}

form.checkout.woocommerce-checkout .checkout-section-btn-container button {
    margin-right: 4px;
}

.woocommerce-checkout #payment ul.payment_methods>li:first-child {
    padding-left: 2px;
    padding-right: 2px;
}

#payment .woocommerce-SavedPaymentMethods li label {
    line-height: normal !important;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

p#billing_address_2_field label.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: auto;
    overflow: auto;
    position: relative !important;
    width: 100%;
    word-wrap: normal!important;
}

p.shipping_as_billing_wrapper {
    margin-top: -44px;
    text-align: right;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    margin: 1.81em 0 0;
}

.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    margin-top: -14px;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00 !important;
}


/* checkout page end*/


/* theme colors start */

.bg-blue {
    background-color: #244083;
}

.bg-black {
    background-color: #000000;
}

.bg-gray {
    background-color: #f7f7f7;
}

.bg-cyan {
    background-color: #AFE1FB;
}

.bg-red {
    background-color: #E43137;
}

.text-cyan {
    color: #AFE1FB;
}

.text-black {
    color: #000000;
}

.text-blue {
    color: #244083;
}

.text-red {
    color: #E43137;
}


/* theme colors end */


/* Single product page */

.single-product .woocommerce-breadcrumb .breadcrumb li.breadcrumb-item:last-child,
.single-product #breadcrumbs span.breadcrumb_last,
.home #breadcrumbs {
    display: none;
}

div#tab-specifications h2,
div#tab-specifications h6 {
    text-align: left !important;
}

.single-product .yith-wcwl-wishlistexistsbrowse a {
    color: #244083;
}

div#tab-specifications h2 {
    margin-top: 18px;
    margin-bottom: 0;
}

div#tab-specifications h2 {
    margin-top: 0;
    margin-bottom: 18px;
}

.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none;
    margin-left: 0;
    padding-left: 0;
}

.woocommerce .star-rating {
    float: none;
}


/*.single-product .quantity select {
  max-width: 100%;
  border: none;
  border-bottom: 3px solid black;
  border-radius: 0;
  font-weight: bold;
  padding: 0 12px 0 0;
  font-size: 18px;
  text-align-last: center;
}
.woocommerce div.product form.cart div.quantity:after {
  content: '';
  position: absolute;
  left: 0;
  right: 7px;
  height: 2px;
  border-bottom: 2px solid #AFE1FB;
  bottom: 0;
}
.single-product .quantity select:focus {
  box-shadow: none;
}*/

.quantity select {
    max-width: 100%;
    border: none;
    border-bottom: 3px solid #AFE1FB;
    border-radius: 0;
    font-weight: bold;
    padding: 0 12px 0 5px;
    font-size: 18px;
    text-align-last: center;
    background: transparent;
    cursor: pointer;
}


/*.quantity:after {
  content: '';
  position: absolute;
  left: 0;
  right: 7px;
  height: 2px;
  border-bottom: 2px solid #AFE1FB;
  bottom: 0;
}*/

.quantity:after {
    content: '\f0dd';
    position: absolute;
    right: 11px;
    /* border-bottom: 2px solid #AFE1FB; */
    font-family: "fontawesome";
    top: -1px;
    background: #ffff;
    font-size: 18px;
    z-index: -1;
}

.woocommerce-cart .quantity:after {
    top: 2px;
}

.quantity select:focus {
    box-shadow: none;
}

#tab-specifications td strong {
    font-weight: normal;
}

.review-meter-wrapper .overall-star-rating {
    line-height: 0;
}

.single-product.woocommerce p.rated {
    padding-left: 4px;
    font-size: 18px;
}

.add-reviews {
    margin-top: 30px;
}

#gform_wrapper_11 .section-head {
    /*background-color: #244083;
  color: #ffffff;*/
    padding: 10px;
}

#gform_wrapper_11 .section-head>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#gform_wrapper_11 .section-head h2 {
    display: inline-block;
    margin-bottom: 0;
    font-size: 24px;
}

#gform_wrapper_11 .section-head p {
    margin-bottom: 0;
    display: inline-block;
    float: right;
    padding-right: 10px;
}

#gform_11 .input-radio-check ul li label {
    max-width: none !important;
}

#gform_11 .input-radio-check ul li {
    display: inline-block;
    padding: 0 10px !important;
}

#gform_wrapper_11 ul#gform_fields_11 li.input-radio-check,
.input-radio-check .ginput_containe,
#gform_11 .input-radio-check ul li input,

/*#gform_wrapper_11 ul#gform_fields_11 li.below-input-field,*/

#gform_wrapper_11 ul#gform_fields_11 li.below-textarea-field .ginput_container.ginput_container_textarea {
    margin-top: 0 !important;
}

#gform_wrapper_11 ul#gform_fields_11 .input-radio-check>label.gfield_label,

/*#gform_wrapper_11 ul#gform_fields_11 li.below-input-field > label,*/

#gform_wrapper_11 ul#gform_fields_11 li.below-textarea-field>label {
    display: none !important;
}

#gform_wrapper_11 ul#gform_fields_11 li.below-textarea-field {
    margin-top: 0 !important;
}

#gform_wrapper_11 ul#gform_fields_11 li {
    padding-right: 0;
    padding-left: 0;
}


/* wholesale application page below*/


/* your company */


/* label#label_15_17_0 {
  background: url(assets/images/builder-discount-application.png) no-repeat;
}
label#label_15_17_1 {
  background: url(assets/images/builder-dealer-application.png) no-repeat;
} */


/* Store listing application */

li.gf-field-wrpa {
    display: inline-block;
    width: 50%;
}

.gform_wrapper li.gf-field-wrpa .ginput_container input {
    width: 100% !important;
}


/* add to wishlist popup */

div#yith-wcwl-popup-message {
    display: none !important;
}

section.related.products h2 {
    font-size: 24px;
}

ol.show_all_reviews {
    height: 400px;
    overflow: hidden;
}


/* Store listing application end */


/* Single Product */

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    color: #244083;
}

.pswp__bg {
    opacity: 0 !important;
}

.pswp__caption__center {
    text-align: center;
}

.pswp__scroll-wrap {
    background: #00000040;
}

.single-product h1.product_title.entry-title {
    clear: both;
    line-height: 1;
    font-size: 24px;
}

.product-sharing a.nav-link {
    color: #000;
}

.product-sharing .nav {
    margin-bottom: 20px;
}

.single-product.woocommerce .star-rating {
    float: none;
    display: inline-block;
}

.single-product .mfg,
.single-product .upc {
    padding-left: 15px;
}

.single-product .summary.entry-summary .product_meta {
    display: none;
}

.single-product .sku,
.single-product .upc {
    display: inline-block;
    margin-top: 10px;
}

.single-product div#tab-specifications tbody tr:nth-of-type(odd) {
    background: #f7f7f7;
    padding: 5px;
}

.single-product div#tab-specifications tbody td {
    padding: 4px 6px;
}

.single-product div#tab-specifications table {
    width: 100%;
}

.single-product.woocommerce div.product p.price {
    line-height: 0;
    color: #000;
    margin-bottom: 0px;
    margin-top: 20px;
    display: none;
}

.single-product a.add_to_wishlist {
    color: #000;
    text-decoration: none;
    position: relative;
}

.single-product a.add_to_wishlist:after {
    border-bottom: 1px solid #F6F6F6;
    position: absolute;
    left: 13%;
    right: 0;
    height: 1px;
    content: '';
    bottom: 0;
}

.single-product a.add_to_wishlist:before {
    content: '\f004';
    font-size: 15px;
    font-family: fontawesome;
    -webkit-text-stroke: 1px black;
    color: transparent;
}

.woocommerce div.product .woocommerce-product-gallery__image {
    text-align: center;
}

.woocommerce div.product div.images img {
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.woocommerce div.product div.images.woocommerce-product-gallery ol.flex-control-thumbs img {
    max-height: 50px;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel>.short_description+h2,
.single-product.woocommerce div.product .woocommerce-tabs .panel>h2+h2 {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist li {
    border-bottom: 1px solid #f7f7f7;
}

.woocommerce-product-rating .star-rating+a {
    color: #000;
    text-decoration: none;
}

.single-product.woocommerce div.product p.price p.free-shipping-label {
    font-size: 14px;
    font-weight: bold;
    margin-top: 8px;
}

.single-product div#inventory-stock-details a.stockcl {
    color: #244083;
}


/* New */

table.bh-order-details td {
    min-width: 300px;
    color: #6d6e71;
    padding: 6px 0 5px;
}

table.bh-order-details td strong {
    color: #000000;
    font-size: 22px;
}

.button-wrapper {
    clear: both;
}


/*#re-order-wrapper .order-updates {
  clear: both;
  margin-top: 51px;
}*/

.bh-request-cancellation {
    margin-top: 5px;
    margin-bottom: 0;
    text-decoration: underline;
}

.button-wrapper .bh-see-details {
    text-align: center;
    width: 170px;
}

.woocommerce #re-order-wrapper .button {
    padding: 11px 15px 8px;
    /*border: 2px solid #000000;
  background-color: transparent;
  color: #000000;
  border-radius: 20px;
  font-size: 18px;*/
}

.bh-items-qty div.quantity:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    margin: auto;
    width: 100%;
    max-width: 55px;
    height: 2px;
    border-bottom: 2px solid #000000;
}

#re-order-wrapper button.button.add-to-cart {
    max-width: 120px;
    width: 100%;
}

#re-order-wrapper .order-updates {
    clear: both;
    padding-bottom: 0px;
    /*border-bottom: 2px solid rgba(0,0,0,.1);*/
}

#re-order-wrapper a.item-title {
    font-size: 16px;
    font-weight: bold;
}

#re-order-wrapper a.item-title:hover {
    color: #000000;
}

#re-order-wrapper .order-updates p {
    margin-top: 15px;
    float: right;
}

#re-order-wrapper p {
    margin-bottom: 0;
}

#re-order-wrapper p.arriving-time {
    margin-bottom: 15px;
}

#re-order-wrapper p.total_price {
    font-size: 22px;
}

#re-order-wrapper .order-item-title {
    margin-bottom: 20px;
}

#re-order-wrapper .product-image {
    height: 110px;
    text-align: center;
}

#re-order-wrapper .product-image img.attachment-woocommerce_thumbnail {
    width: auto;
    height: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
}

#re-order-wrapper .re-order-detail {
    margin-bottom: 30px;
}

.woocommerce-MyAccount-content .manage-your-account h2 {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: initial;
}


/* New end */


/* my account page start*/


/*23-03-19 end*/

button#re-add2cart {
    margin-left: auto;
}


/*.woocommerce form .form-row:nth-child(2) {
  margin-bottom: 0;
}*/

.pagination .page-numbers {
    background: transparent;
    width: 35px;
    height: 30px;
    color: #000;
    transition: all .1s ease-in-out;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 3px solid transparent;
}

.pagination .page-numbers.current {
    border-bottom: 3px solid #244083;
}

.pagination .next.page-numbers {
    width: 55px;
}

.pagination .prev.page-numbers {
    width: 85px;
}

.pagination .prev.page-numbers,
.pagination .next.page-numbers {
    background-color: #244083;
    color: #fff;
}

.pagination .page-numbers:hover {
    border-bottom: 3px solid #244083;
}


/*23-03-19 end*/

.woocommerce nav.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #f7f7f7;
    transition: all .3s ease-in-out;
}

nav.woocommerce-MyAccount-navigation ul a {
    line-height: 2.7;
    display: block;
}

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0;
}

nav.woocommerce-MyAccount-navigation li,
{
    border-right: 3px solid #ffffff;
    transition: all .2s ease-in-out;
}

nav.woocommerce-MyAccount-navigation li:hover {
    border-right-color: #244083;
}

.woocommerce table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions {
    text-align: right;
}

.woocommerce-orders-table thead th,
.woocommerce-orders-table tbody td {
    width: 105px;
}

.woocommerce-orders-table thead .woocommerce-orders-table__header-order-items,
.woocommerce-orders-table tbody td.re-productname {
    width: 470px;
}

.woocommerce-orders-table tbody td.re-productqty input {
    width: 58px;
}

.account-sidebar-wrap {
    position: fixed;
    width: 310px;
    height: 100vh;
    right: 0;
    visibility: visible;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
    transition: all 0.25s linear;
    top: 0;
    z-index: 3;
    background-color: #ffffff;
    /*display:none;*/
}

.account-sidebar-wrap.active {
    transform: translateX(0%);
}

.account-sidebar-wrap .user span {
    height: 44px;
    width: 44px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
}

.account-sidebar-wrap .dispay-name {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

.account-sidebar-wrap .nav {
    padding: 0 10px;
    height: 70px;
    align-items: center;
}

.my-account-drop {
    padding: 15px;
}

.my-account-drop li {
    list-style: none;
    padding: 5px;
    line-height: 2.7;
    display: block;
    border-bottom: none !important;
}

.account-sidebar-wrap .none-logged-in .account {
    font-size: 18px;
    font-weight: bold;
}


/*.my-account-drop {
  visibility: hidden;
  width: 260px;
  border-radius: 0;
  border-left: none;
  border-right: none;
  left: -108px;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  top: 32px;
  background: transparent;
}
.my-account-drop li {
  padding: 10px 15px;
  border-top: 11px solid #244083;
  border-bottom: 8px solid #000000;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
.my-account-drop .arrow-inner {
  box-shadow: 5px 5px 8px -2px rgba(0, 0, 0, .11);
  width: 16px;
  height: 16px;
  position: relative;
  right: 0;
  margin: 0 auto;
  background-color: #244083;
  transform: rotate(-135deg);
  top: 8px;
  left: 0;
}
.my-account-drop a.dropdown-item {
  padding: 4px 0 2px;
  border-top: 1px solid #e7e7e7;
}
.my-account-drop a.dropdown-item:first-child {
  border-top: none;
}
.my-account:hover .my-account-drop {
  visibility: visible;
  display: block;
}*/

.entry-content .myaccount-user {
    margin-bottom: 15px;
}

.avatar {
    margin-right: 5px;
}

.myaccount-user img.avatar.photo {
    border-radius: 50%;
}

.woocommerce-checkout .confirm-content-container h4 {
    font-size: 18px;
}

form.checkout.woocommerce-checkout .confirm-content-container label {
    padding-left: 15px;
    line-height: 18px !important;
}

form.woocommerce-EditAccountForm.edit-account p button[type="submit"] {
    margin-left: 3px;
    margin-top: 10px;
}

form.woocommerce-EditAccountForm.edit-account h2 {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
}

form.woocommerce-EditAccountForm.edit-account legend {
    font-size: 18px;
}

.woocommerce-MyAccount-content #ywsfl_general_content {
    width: 100%;
}

.woocommerce-MyAccount-content #ywsfl_title_save_list h3 {
    font-size: 18px;
    font-weight: bold;
}

.woocommerce-MyAccount-content .ywsfl-row .sub_container_product .product_name a,
.woocommerce-MyAccount-content .ywsfl-row .display_product_status .savelist-in-stock {
    color: #244083;
    font-size: 14px;
}


/*.woocommerce-MyAccount-content a.add_to_wishlist {
  padding: 10px 16px;
  font-weight: bold;
}*/

.woocommerce-MyAccount-content .cart-item-actions form {
    display: flex;
    align-items: center;
}

.woocommerce-MyAccount-content .cart-item-actions span.product-remove {
    display: inline-block;
}

.woocommerce-MyAccount-content .cart-item-actions a {
    margin-right: 0 !important;
    font-weight: normal;
    text-decoration: underline;
    font-size: 14px;
}

.woocommerce-MyAccount-content .cart-item-actions {
    float: right;
    display: flex;
    align-items: center;
}

.woocommerce-MyAccount-content .wishlist_table .cart-item-actions {
    float: none;
    margin-top: 5px;
}

.woocommerce-MyAccount-navigation .account-details {
    height: 45px;
    vertical-align: middle;
}

.woocommerce-MyAccount-content ul.manage-acount {
    padding-left: 0;
    list-style: none;
}

#my-account-registation {
    display: none;
}

#my-account-login,
#my-account-registation {
    max-width: 100%;
}

#my-account-login .woocommerce-form,
#my-account-registation .woocommerce-form {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
}

div#customer_login h2,
div#customer_login h4 {
    text-align: center;
}

.my-account-drop nav.woocommerce-MyAccount-navigation {
    width: 100%;
}

#customer_login .woocommerce-form span.required {
    color: #6d6e71;
    font-weight: normal;
}


/*span.bh-avtar {
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  font-weight: 800;
  color: #fff;
  background: #000;
  border-radius: 50%;
}*/

.bh-avtar {
    padding-top: 5px;
    width: 44px;
    height: 44px;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    border-radius: 50%;
}

.none-logged-in .bh-avtar {
    padding-top: 0;
}


/*.myaccount-user{
  margin-bottom: 15px;
}*/


/*.myaccount-user .bh-avtar {
  width: 44px;
  height: 44px;
}*/

.error404 ul.products li.product .product-image-box {
    height: 170px !important;
}

.message-display tr.read {
    background-color: #f7f7f7;
}

.woocommerce-MyAccount-content .message-display table thead tr th:last-child {
    min-width: 90px;
}

.woocommerce-MyAccount-content .message-display table thead tr th:nth-child(5) {
    min-width: 170px;
}

.woocommerce-MyAccount-content .message-display table thead tr th:nth-child(2) {
    min-width: 80px;
}

.woocommerce-MyAccount-content .message-display table thead tr th:last-child {
    min-width: 70px;
}

.woocommerce-MyAccount-content .addresses .title .edit {
    float: unset;
    margin-left: 8px;
}

div#selected_payment_method {
    color: #6d6e71;
}

#re-order-wrapper .button-wrapper .bh-request-cancellation {
    display: none;
}


/* my account page end*/


/* shop page start*/

h2.woocommerce-loop-product__title {
    height: 40px;
    overflow: hidden;
}

.woocommerce ul.products li.product span.price {
    height: 38px;
    display: table-cell;
    vertical-align: bottom;
    padding-left: 10px;
    padding-right: 10px;
}

.woocommerce ul.products li.product .star-rating.no-rating {
    display: block;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
    border: 1px solid #e7e7e7;
    box-shadow: 2px 2px 0px -1px #e7e7e7;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    border: 1px solid transparent;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce-page ul.products li.product h2,
.woocommerce ul.products li.product span.price,
.woocommerce-page ul.products li.product span.price,
.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating {
    margin-left: 10px;
    margin-right: 10px;
}


/*.woocommerce ul.products li.product */


/*.star-rating {
  font-size: 9px !important;
}
.star-rating span {
  color: #000000;
}*/

.woocommerce ul.products li.product .onsale {
    top: 6px;
    right: 4px;
}

.woocommerce h1.page-title {
    margin-bottom: 25px;
}

.woocommerce ul.products li.product a.button.product_type_grouped,
.woocommerce ul.products li.product a.button.product_type_external,
.woocommerce ul.products li.product .product_type_variable {
    display: none;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
    display: block;
}

ul.products li .price del .woocommerce-Price-amount {
    font-size: 12px;
    text-decoration: line-through;
}

.woocommerce ul.products li.product a.add_to_cart_button {
    display: none;
}

.woocommerce ul.products li.product .price del span,
.woocommerce ul.products li.product .price {
    color: #000000;
    position: relative;
    line-height: normal;
}


/*.woocommerce ul.products li.product .price {
  color: #E43137;
}*/

.woocommerce ul.products li.product .price ins {
    display: block;
    text-decoration: none;
}

ul.products li .woocommerce-Price-amount {
    font-size: 20px;
    color: #000000;
    width: 100%;
    line-height: normal;
}

ul.products .owl-item li .woocommerce-Price-amount {
    color: #000;
    font-weight: 300 !important;
    line-height: 1;
}

.price ins .woocommerce-Price-amount {
    line-height: 1;
}

.price .woocommerce-Price-amount {
    line-height: 1.7;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
}

.star-rating {
    color: #000000 !important;
    font-size: 9px !important;
}

.woocommerce ul.products li.product h2 {
    color: #000000;
}

.woocommerce ul.products li.product .price .from-label {
    display: inline-block;
    margin-right: 3px;
    font-size: 11px;
    /*position: absolute;
  top: -5px;
  left: 0;*/
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination .next.page-numbers,
.woocommerce nav.woocommerce-pagination .prev.page-numbers {
    background: #244083;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border-bottom: none;
    display: inline-flex;
    color: #ffffff;
    align-items: center;
    justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: transparent;
    width: 35px;
    height: 35px;
    border-bottom: 3px solid #244083;
    color: #000;
}

.woocommerce nav.woocommerce-pagination ul li a {
    width: 35px;
    height: 35px;
    border-bottom: 3px solid #ffffff;
    color: #000000;
    transition: all .1s ease-in-out;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    padding: 0 1px;
}

select {
    background: #ffffff;
    padding: 4px;
}

.woocommerce ul.products li.product .product-image-box {
    height: 230px;
    text-align: center;
}

.woocommerce ul.products li.product .product-image-box img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
}


/* product single start*/

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    line-height: 22px;
    display: block;
}

.single-product.woocommerce .product .price ins {
    display: block;
    text-decoration: none;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: auto;
    border: 1px solid #f7f7f7;
    margin-left: 4px;
    display: inline-block;
    float: none;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none;
}

.entry-summary #product-sku-upc {
    display: flex;
    align-items: center;
}

.single-product.woocommerce div.product p.price del,
.single-product.woocommerce div.product p.price .from-label {
    font-size: 16px;
    margin-right: 4px;
}

.single-product.woocommerce div.product p.price del span {
    text-decoration: line-through;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    justify-content: center;
}

.meter-upper {
    width: 130px;
    height: 16px;
    margin-right: 25px;
    margin-left: 15px;
    background: #f7f7f7;
    box-shadow: inset 0px 1px 5px 0px #a8a8a8;
}

.meter-upper .meter-inner {
    background: #AFE1FB;
    max-width: 100%;
    height: 100%;
}

#reviewtbl td a {
    color: #000;
}

.review-meter-wrapper .star-rating {
    font-size: 26px;
}

.commentlist li img {
    display: none;
}

.single-product .woocommerce-variation-add-to-cart p.price,
.single-product .woocommerce-variation-price .price .from-label {
    display: none;
}


/*.quantity {
  position: relative;
  top: 12px;
}*/

.quantity:before {
    content: "Qty:";
    position: absolute;
    font-size: 14px;
    bottom: 39px;
}

.woocommerce-product-details__short-description ul {
    padding-left: 15px;
    margin-bottom: 22px;
}

.manufacturer a {
    color: #000000;
    font-weight: bold;
}

.manufacturer {
    margin-bottom: 10px;
}

.woocommerce-product-rating .star-rating+a:after {
    content: '|';
    font-size: 14px;
    padding-right: 2px;
    position: relative;
    top: -2px;
    color: #6d6e71;
    margin-left: 5px;
}

#product-sku-upc span {
    font-size: 18px;
}

#product-sku-upc .sku,
#product-sku-upc .upc {
    font-size: 18px;
}

div.product .entry-summary .woocommerce-product-details__short-description {
    display: none;
}

.manufacturer,
.entry-summary .woocommerce-product-rating {
    display: inline-block;
}

.woocommerce div.product .entry-summary .woocommerce-product-rating,
.manufacturer {
    margin-bottom: 0;
}

.single_variation_wrap .woocommerce-variation.single_variation {
    display: none !important;
}

.entry-summary .woocommerce-product-rating {
    margin-right: 2px;
}

#inventory-stock-details {
    max-width: 65%;
    margin-bottom: 25px;
    margin-top: 10px;
}

.woocommerce div.product span.price {
    color: #244083;
    font-size: 40px;
    line-height: 0.5;
}

.woocommerce-variation-price .price del {
    font-size: 20px;
    color: #000000;
}

div#inventory-stock-details p {
    margin-bottom: 0;
}

.woocommerce div.product form.cart .variations td.label:before,
.woocommerce div.product form.cart .variations td.value select {
    display: none;
}

.woocommerce div.product form.cart table.variations a.reset_variations {
    /* color: #6d6e71; */
    color: #244083;
    position: relative;
    bottom: 18px;
    font-size: 14px;
    top: -4px;
    text-decoration: underline;
}

.woocommerce div.product form.cart {
    margin-bottom: 20px;
    margin-top: 35px;
}

.woocommerce div.product form.cart .variations td.value ul.variation-as-radio {
    display: block;
    margin-bottom: 0;
}

.woocommerce div.product form.cart .variations td.value ul.variation-as-radio .list-inline-item {
    margin-bottom: 10px;
    vertical-align: bottom;
}

.woocommerce div.product form.cart .variations td.value ul.variation-as-radio label {
    cursor: pointer;
    width: 115px;
    text-align: center;
    border: 1px solid;
    padding: 7px 7px;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 0.9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce div.product form.cart .variations td.value ul.variation-as-radio li.list-inline-item input {
    display: none;
}

.woocommerce div.product form.cart .variations td.value ul.variation-as-radio li.list-inline-item input:checked~label {
    background: #AFE1FB;
}

.woocommerce div.product form.cart .variations td.value ul.variation-as-radio li.list-inline-item input:disabled~label {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #F7F7F7;
}

.woocommerce div.product form.cart .variations td.label span {
    font-weight: bold;
}

.woocommerce div.product form.cart .variations td.label label {
    margin-right: 4px;
    margin-bottom: 0;
    font-weight: normal;
}

.woocommerce div.product form.cart .variations td.label label:after {
    content: ':';
}


/*.woocommerce div.product form.cart .variations td:first-child {
  margin-bottom: 10px;
}*/

.price del .woocommerce-Price-amount {
    color: #000000;
    font-size: 14px;
}

.woocommerce-variation-price {
    line-height: 0;
}

.woocommerce .quantity input {
    line-height: 2;
}

#tab-specifications h6 {
    margin-top: 30px;
}

.variations_form.cart td.label:before {
    content: 'Please select your options:';
    font-size: 18px;
}

.quantity {
    max-width: 66px;
    position: relative;
    top: 12px;
}

.woocommerce div.product form.cart div.quantity {
    margin-right: 30px;
}


/* Dealer Stores */

.locator-finder .wpsl-search {
    text-align: center;
    background-color: #000;
    padding-left: 25px;
    margin-bottom: 40px;
}

.locator-finder #wpsl-search-wrap .wpsl-input {
    width: 48%;
}

.locator-finder #wpsl-search-wrap input {
    width: 85%;
    height: 35px;
}

.locator-finder #wpsl-search-wrap div label {
    display: inline-block;
    color: #fff;
}

.locator-finder #wpsl-search-wrap .wpsl-select-wrap {
    width: 30%;
    display: inline-block;
}

.locator-finder #wpsl-radius {
    width: 100%;
}

.locator-finder .wpsl-dropdown {
    display: inline-block;
    width: 68%;
    height: 35px;
}

.locator-finder .wpsl-search-btn-wrap {
    width: 19%;
}

.locator-finder .wpsl-search-btn-wrap #wpsl-search-btn {
    width: 100%;
    background: #244083;
    color: #ffffff;
    font-weight: bold;
    border-color: #244083;
}

#wpsl-wrap #wpsl-gmap {
    width: 69%;
}

#wpsl-wrap.wpsl-full-map #wpsl-gmap {
    width: 100%;
}

#wpsl-wrap.wpsl-full-map #wpsl-result-list {
    display: none;
}

#wpsl-wrap #wpsl-gmap .wpsl-info-actions {
    display: none;
}

#wpsl-wrap .wpsl-infobox {
    padding: 0 0 15px 0;
    background-color: #404042 !important;
    width: 320px !important;
}

#wpsl-wrap .wpsl-infobox .wpsl-info-window {
    background-color: #404042;
}

#wpsl-wrap .wpsl-infobox .wpsl-info-window p {
    background-color: #C0C0C0;
    padding: 15px 0 15px 15px;
}

.wpsl-add-store {
    text-align: center;
}

.wpsl-gmap-canvas .wpsl-infobox:after {
    border-color: #404042 !important;
}

#wpsl-result-list .wpsl-store-location span {
    color: #9fa0a4;
    font-size: 14px;
}

#wpsl-wrap #wpsl-result-list ul li:hover {
    background-color: #244083;
    color: #ffffff !important;
}

#wpsl-wrap #wpsl-result-list ul li:hover a {
    color: #fff;
}

#wpsl-wrap a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

#wpsl-wrap a.btn.add-your-store {
    color: #ffffff;
}

#wpsl-wrap .wpsl-infobox .wpsl-info-window span {
    color: #000;
    padding: 4px 0 0;
}

#wpsl-wrap .wpsl-infobox .wpsl-info-window p~span {
    color: #bdbdbf;
    padding-left: 15px;
}

#wpsl-wrap #wpsl-stores li {
    background-color: #E1E2E6;
}

.locator-finder #wpsl-result-list {
    float: right;
    width: 30%;
}

.locator-finder #wpsl-result-list .wpsl-not-loaded {
    width: 100%;
}

#wpsl-wrap #wpsl-result-list ul li {
    margin-bottom: 8px;
}

#wpsl-wrap .wpsl-store-location {
    width: 42%;
    float: left;
}

#wpsl-wrap .wpsl-direction-wrap {
    float: right;
    width: 20%;
}

#wpsl-wrap .wpsl-direction-wrap .wpsl-directions {
    font-size: 13px;
    color: #244083;
}

#wpsl-wrap #wpsl-infobox {
    width: 320px !important;
}

#wpsl-result-list li p {
    margin-bottom: 0;
}


/**/

.woocommerce div.product div.images.woocommerce-product-gallery {
    width: 50%;
    float: left;
}

.woocommerce div.product div.summary {
    width: 48%;
    float: right;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    top: 1.6em;
    right: 3em;
}


/*footer pages*/

footer {
    margin-top: 20px;
}

.entry-content {
    margin-top: 30px;
}

.page-id-7045 .term li {
    margin-bottom: 10px;
}

.page-id-7045 .term li span {
    font-size: 18px;
}

.value select {
    width: 100%;
}


/* my-account page */

.woocommerce table.woocommerce-orders-table,
.woocommerce-MyAccount-content table {
    border-collapse: collapse !important;
}


/*.woocommerce .woocommerce-MyAccount-content table thead {
  background: #000000;
  color: #ffffff;
}*/

.woocommerce .woocommerce-MyAccount-content table thead th {
    padding: 4px 8px;
    font-size: 14px;
}

.woocommerce table.woocommerce-orders-table tbody td {
    padding: 8px 4px 4px 8px;
    vertical-align: initial;
}

.woocommerce-order-details .woocommerce table.shop_table th {
    padding: 1px 12px;
}

.woocommerce-order-details table.woocommerce-orders-table tr {
    border-bottom: 3px solid #f7f7f7;
    border-top: 3px solid #f7f7f7;
}

.woocommerce-MyAccount-content .woocommerce-Addresses {
    display: flex;
}

.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    max-width: 50%;
    width: 100%;
    flex: 0 0 50%;
}

span.woocommerce-input-wrapper {
    width: 100%;
}

p#reg_billing_city_field,
p#reg_billing_state_field,
p#reg_billing_postcode_field,
p#reg_shipping_city_field,
p#reg_shipping_state_field,
p#reg_shipping_postcode_field {
    width: 100%;
    display: inline-block;
}


/*.woocommerce-account form label {
   margin-bottom: 5px;
   color: #6d6e71;
   font-weight: normal;
   font-size: 14px;
}*/

#bh-singin-account,
#bh-create-account,
#customer_login button[type="submit"],
.woocommerce-checkout .bh-guest-user-botton-checkout a {
    margin: auto;
    width: 100%;
    border-radius: 20px !important;
    padding: 14px 13px 12px !important;
    text-align: center;
    max-width: 232px;
    outline: 0;
    margin-top: 6px;
    margin-bottom: 10px;
}

#bh-create-account:hover,
.woocommerce-checkout .bh-guest-user-botton-checkout a:hover,
#bh-singin-account:hover {
    background-color: #244083 !important;
    border-color: #244083;
    color: #ffffff !important;
    transition: inherit;
    opacity: 1;
}

#customer_login button[type="submit"]:hover,
.woocommerce-checkout .return-customer-common form.woocommerce-form.woocommerce-form-login p button[type="submit"]:hover {
    background-color: #AFE1FB;
    border-color: #AFE1FB;
    color: #000000;
}

#bh-singin-account,
#bh-create-account {
    padding: 11px !important;
}

#bh-singin-account,
#bh-create-account,
.woocommerce-checkout .bh-guest-user-botton-checkout a {
    background-color: #AFE1FB;
    color: rgb(237, 244, 255);
    border: 2px solid #AFE1FB;
}

.woocommerce-checkout .bh-guest-user-botton-checkout a {
    line-height: 1;
    padding: 11px 10px 9px !important;
    margin-top: 0;
    margin-bottom: 0;
}


/*.bh-guest-user-botton-checkout:hover {
  opacity: 0.5;
}*/

.woocommerce-MyAccount-content label {
    font-size: 14px;
    margin-bottom: 0;
}

form.woocommerce-EditAccountForm.edit-account p {
    font-size: 16px;
}


/*.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input.input-text,
.woocommerce-account form.woocommerce-EditAccountForm.edit-account input{
  line-height: 2.3;
  background: #f7f7f7;
  border: 2px solid #e7e7e7;
  color: #343434;
  font-size: 19px;
  padding-left: 12px;
}*/


/*.entry-content .woocommerce #customer_login form input,
form.woocommerce-form.woocommerce-form-register select {
   background: #ffffff;
   border: 2px solid #a1a1a1;
   color: #343434;
   font-size: 19px;
   padding-left: 12px;
   border-radius: 10px;
 }*/

div#customer_login {
    left: 0;
    right: 0;
    margin: auto;
    max-width: 390px;
    width: 100%;
    margin-bottom: 40px;
}


/*.woocommerce-MyAccount-content p {
  font-size: 18px;
  margin-bottom: 5px;
}*/

.woocommerce-MyAccount-content p.case-stock-msg {
    margin-top: 6px;
    margin-bottom: 6px;
}


/*.woocommerce-MyAccount-content p a {
  font-size: 18px;
}*/

.woocommerce-MyAccount-content p a,
.woocommerce-MyAccount-content .woocommerce-Address a,
td.re-productname p span,
.woocommerce .woocommerce-MyAccount-content table td a {
    color: #244083;
}

.woocommerce .woocommerce-MyAccount-content table td a.text-red {
    color: #E43137;
}

.woocommerce .woocommerce-MyAccount-content table td a.button {
    color: #ffffff;
}

.woocommerce-MyAccount-content .tracking-details td {
    font-size: 13.5px;
    border: 1px solid #e7e7e7;
}

.woocommerce-MyAccount-content .tracking-details th {
    border: 1px solid #e7e7e7;
}

td.re-productname p span {
    font-weight: bold;
}

.woocommerce-MyAccount-content td.re-productname p {
    font-size: 14px;
    color: grey;
}

.woocommerce-MyAccount-content table .custom-control-input~.custom-control-label::before {
    background-color: transparent;
}

.woocommerce-MyAccount-content table .custom-control-input~.custom-control-label::after {
    border: 1px solid #000;
    border-radius: 0;
    outline: 0;
}

.woocommerce-MyAccount-content table .custom-control-input:checked~.custom-control-label::after {
    background-color: #244083;
    outline: 0;
}

.woocommerce-MyAccount-content table .custom-control-input~.custom-control-label {
    top: -13px
}

.woocommerce-MyAccount-content h2 {
    margin-top: 15px;
}

.woocommerce-account .woocommerce-columns--addresses.addresses .woocommerce-column {
    max-width: 50%;
    width: 100%;
    padding: 0;
}

.woocommerce-MyAccount-content .woocommerce-address-fields p {
    flex-direction: column;
}

.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.5;
    background: #f7f7f7;
    border: 2px solid #e7e7e7;
    color: #343434;
    font-size: 19px;
}

.woocommerce-account .select2-container--default .select2-selection--single {
    border: none;
    height: inherit;
}


/*.woocommerce-account nav.woocommerce-MyAccount-navigation li a {
  color: #000000;
  text-decoration: none;
}*/

nav.woocommerce-MyAccount-navigation li.is-active {
    border-right-color: #244083;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    max-width: 50%;
    width: 100%;
}

.woocommerce .col2-set form {
    margin-top: 5px;
    margin-bottom: 0;
    border: none;
    padding: 0;
}


/*p.woocommerce-LostPassword a {
  color: #000000;
}*/

p.woocommerce-LostPassword {
    float: right;
    margin-top: -2px;
    padding-right: 3px;
    line-height: initial;
}

p.woocommerce-LostPassword~p {
    width: 100%;
}


/*p.woocommerce-LostPassword + p {
  width: auto;
}*/

.woocommerce-form input#rememberme {
    position: relative;
    top: 1px;
}

.woocommerce .col2-set form button[type="submit"] {
    margin-right: 10px;
}


/*.woocommerce-form__label-for-checkbox.inline ~span {
  width: 95%;
  margin-top: -1.5px;
}*/


/* Checkout Style */

#customer_details .local-pickup-alert,
.woocommerce-checkout .delivery-estimate-msg,
#customer_details #custom_checkout_field,
#customer_details .woocommerce-shipping-fields,
#customer_details .woocommerce-additional-fields,
#customer_details #shipping-n-pickup-btn,
#customer_details .shipping-preference.checkout-head h3 a,
.woocommerce-checkout #order_review .shop_table thead,
#order_review .shop_table tbody,
.woocommerce-checkout #order_review .shop_table tfoot tr,
.woocommerce-checkout #order_review .shop_table tfoot tr th,
.woocommerce-checkout #order_review .delivery_collapse,
.woocommerce-checkout .payment-head>p,
.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout #payment .woocommerce-billing-fields,
.woocommerce-checkout #payment .woocommerce-account-fields,
.woocommerce-checkout #payment .checkout-section-btn-container,
.woocommerce-checkout #payment_collapse,
.woocommerce-checkout .confirm-content-container,
.place-order,
.checkout-head-edit,
.skip_validation_wrapper,
.bhusa_shop_table .order-total,
.bhusa_shop_table .shipping_sct,
.bhusa_shop_table .estimate-tax {
    display: none;
}

.billing_details_warred .billing_address_description,
.billing_details_warred .billing_address_city {
    margin-bottom: 0;
    font-size: 18px;
}


/* view order page start */

.woocommerce-order-details .woocommerce-customer-details {
    display: block;
}

.woocommerce-order-details+.woocommerce-customer-details,
.woocommerce-order-details .woocommerce-table--order-details tfoot {
    display: none;
}

.woocommerce-table--order-details tbody td a {
    color: #000000;
    font-weight: bold;
    max-width: 360px;
}

.woocommerce-order-details .woocommerce-table--order-details thead th {
    font-size: 18px;
}

.woocommerce-order-details .woocommerce-table--order-details tbody td .amount {
    color: #000;
    font-size: 20px;
}

.woocommerce-order-details .woocommerce-table--order-details .product-total {
    text-align: right
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    border-right: 1px solid #f7f7f7;
    width: 21%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 76%;
    position: relative;
    padding-bottom: 20px;
}

.woocommerce-order-details .woocommerce-customer-details h2 {
    font-size: 18px;
    font-weight: bold;
}

.woocommerce-order-details .woocommerce-columns--addresses.addresses .woocommerce-column address {
    border: none;
}

.woocommerce-order-details .woocommerce-columns--addresses {
    max-width: 50%;
}

.woocommerce-order-details .woocommerce-customer-details .woocommerce-column--payment-method,
.woocommerce-order-details .woocommerce-customer-details .woocommerce-column--order-summary {
    max-width: 25%;
    width: 100%;
}

.woocommerce-order-details .woocommerce-customer-details .woocommerce-column--order-summary {
    max-width: 30%;
}

.woocommerce-order-details .woocommerce-customer-details {
    display: flex;
    justify-content: space-between;
    border: 1px solid #f7f7f7;
    padding: 10px 20px 50px 20px;
}

.woocommerce-order-details .woocommerce-columns--addresses.addresses .woocommerce-column address {
    padding: 0;
}

.woocommerce-order-details .view-invoide-btn-wrap {
    text-align: right;
    margin-bottom: 10px;
    position: absolute;
    top: -10px;
    right: 0;
}

body.woocommerce-order-received .woocommerce-order-details {
    position: relative;
}

body.woocommerce-order-received .woocommerce-order-details .view-invoide-btn-wrap {
    top: -45px;
}

.woocommerce-order-details .woocommerce-customer-details .woocommerce-column--order-summary ul {
    padding: 0;
    list-style: none;
}

.woocommerce-order-details .woocommerce-column--order-summary ul li {
    display: flex;
    justify-content: space-between;
}

.woocommerce-order-details .view-invoide-btn-wrap a {
    background: #f7f7f7;
    color: #000000;
    padding: 5px 30px;
    border-radius: 0;
    letter-spacing: 1.2px;
}

.woocommerce-order-details .woocommerce-customer-details .woocommerce-column--order-summary ul li.grand-total {
    font-weight: bold;
    margin-top: 30px;
}

.woocommerce-order-details tbody tr .woocommerce-table__product-name img {
    max-width: 150px;
    max-height: 120px;
    object-fit: contain;
    float: left;
    margin-right: 40px;
}

.woocommerce-order-details .woocommerce table.shop_table td {
    border-top: none;
}

.woocommerce-order-details table.woocommerce-table {
    border-radius: 0;
    padding: 5px;
}

.woocommerce-order-details tbody tr .woocommerce-table__product-name .sku {
    clear: both;
    width: 160px;
    display: inline-block;
}

.woocommerce-order-details .button.wc_pip_view_invoice {
    display: none;
}


/* view order page end */


/* global page start */

.bottom-home-shop .wp-block-column,
.bottom-home-shop .wp-block-column .wp-block-image,
.bottom-home-shop .wp-block-column .wp-block-image figure {
    margin-bottom: 15px;
}

.home div#rev_slider_15_1_wrapper,
div#mobile-home-banner-wrapper {
    margin-top: 0px !important;
}

.home div#rev_slider_20_1_wrapper,
div#mobile-home-banner-wrapper {
    margin-top: 0px !important;
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free", "FontAwesome";
}

div#review_header {
    padding: 0 0 25px 0;
}

.innerpage.container.bh_shoppers_review_onall {
    padding: 0;
    margin-bottom: 30px;
}

div#sa_review_section .merchant_review {
    padding-left: 0;
    padding-right: 0;
}


/* global page end */


/* breadcrumb start */

.woocommerce-breadcrumb,
p#breadcrumbs {
    margin-top: 4em !important;
    margin-bottom: 1em !important;
    padding: 10px 10px 10px 10px !important;
    font-size: .92em;
}

.woocommerce-breadcrumb li.breadcrumb-item:last-child {
    text-decoration: none;
}

.woocommerce-breadcrumb li.breadcrumb-item:first-child {
    padding-left: 0;
}

.entry-header .woocommerce-breadcrumb .breadcrumb a,
.entry-header p#breadcrumbs a {
    font-size: 14px;
}

.woocommerce-breadcrumb .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.woocommerce-breadcrumb li.breadcrumb-item:before {
    padding-right: 5px;
}

.woocommerce-breadcrumb li.breadcrumb-item {
    padding-left: 5px;
}

.woocommerce-breadcrumb li.breadcrumb-item:first-child {
    padding-left: 0;
}

.woocommerce-breadcrumb .breadcrumb a,
p#breadcrumbs a {
    color: #244083;
    /* text-decoration: none; */
    font-size: 14px;
}

.woocommerce-breadcrumb li.breadcrumb-item:hover {
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item {
    color: #000;
    font-size: 14px;
}


/* breadcrumb end */


/* Thankyou page */

#shopper_approved #sa_finish_survey textarea {
    height: 45px;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
}

#sa_comments div.sa_feature {
    font-weight: normal !important;
}

div#sa_rounded #sa_header {
    display: none;
}

#sa_rounded .sa_ratingBox,
#sa_rounded div#sa_optin {
    text-align: center;
}

#shopper_approved #sa_rounded #sa_footer_img {
    display: none !important;
}

div#sa_comments,
#shopper_approved #sa_rounded {
    padding-bottom: 5px !important;
}

body.woocommerce-order-received .woocommerce td.product-name .wc-item-meta,
body.woocommerce-order-received .woocommerce td.product-name dl.variation {
    padding-left: 0;
}

.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details {
    padding: 0;
    margin-bottom: 1em;
}

.woocommerce-checkout.woocommerce-order-received .container {
    max-width: 1410px;
}

.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details li {
    display: none;
}

.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details li.order,
.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details li.date {
    display: block;
    width: 180px;
    font-size: 14px;
}

.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details li.order strong,
.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details li.date strong {
    font-size: 14px;
}

.woocommerce ul.order_details li strong {
    display: inline-block;
}


/* Thankyou page end */


/* Site popup */

#bh-popup-after-add2cart .modal-dialog {
    max-width: 1170px;
}

.product-price-section p span {
    float: right;
}

.product-price-section p {
    clear: both;
}

.modal-title {
    line-height: normal;
}

.modal-content {
    border-radius: 0;
    padding: 24px 40px 19px;
    /*border-top: 12px solid #244083;
  border-bottom: 8px solid #343434;
  background-color: #e7e7e7;*/
}

.modal-content .modal-header,
.modal-content .modal-body,
.modal-content .modal-footer {
    padding-left: 0;
    padding-right: 0;
}

.modal-content .modal-body ul {
    padding-left: 0;
}

.modal-header {
    border: none;
    padding-bottom: 0;
}

.modal-footer {
    border-top: none;
}

.modal-header button.close {
    color: #000;
    padding: 2px 8px;
    position: relative;
    top: -22px;
    opacity: 1;
    right: -24px;
}

.modal-header button.close:focus {
    outline: 0;
}

.highlightChanged {
    border: 2px dotted;
    padding: 2px 3px;
    margin-right: 5px;
}

div#address-suggestion .address-list {
    padding: 10px;
    border: 1px solid;
    margin-bottom: 4px;
}

.modal-body p {
    margin-bottom: 5px;
}

.modal-body p .product_manufacturer {
    color: #244083;
    font-size: 14px;
}

#bh-popup-after-add2cart a.add2cart_pr_link {
    border-radius: 20px;
    width: 100%;
    padding: 8px 0 5px;
}

#bh-popup-after-add2cart a.add2cart_pr_link:first-child {
    background-color: #AFE1FB;
    color: #ebefff;
    margin-bottom: 5px;
}

#bh-popup-after-add2cart a.add2cart_pr_link:first-child:hover {
    background-color: #244083;
    color: #ffffff;
}

#bh-popup-after-add2cart a.add2cart_pr_link:last-child:hover {
    background-color: #AFE1FB;
    color: #000000;
}

.product-subtotoal {
    border-left: 1px solid rgba(0, 0, 0, .2);
}

.product-subtotoal table {
    width: 100%;
}


/* Site popup end */


/* Write a review */

#outer_shopper_approved_product #shopper_approved_product #sa_product_outer #sa_product_rounded {
    border-radius: 0 !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .07), 0 3px 13px 0 rgba(0, 0, 0, .16) !important;
    padding: 32px 40px 40px !important;
    /*border-top: 10px solid #244083 !important;
  border-bottom: 10px solid #000000 !important;
  background-color: #e7e7e7 !important;*/
}

#outer_shopper_approved_product #shopper_approved_product #sa_product_rounded #sa_product_header {
    padding-left: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 10px;
}

#outer_shopper_approved_product #shopper_approved_product #sa_product_ratings {
    padding-left: 15px !important;
    padding-top: 15px !important;
}

#outer_shopper_approved_product #shopper_approved_product .sa_product_ratingBox {
    padding-top: 0 !important;
}

#outer_shopper_approved_product #shopper_approved_product #sa_product_footer_img {
    clear: both;
}

#outer_shopper_approved_product img#sa_product_product_image {
    float: right;
}

#outer_shopper_approved_product #sa_product_header_img {
    display: none !important;
}

#outer_shopper_approved_product .product_desc {
    font-weight: bold;
}

#outer_shopper_approved_product div#sa_product_productRating {
    font-size: 16px;
    color: #5c5d71;
    display: inline-block;
    width: 50%;
    margin-top: 30px;
}

#outer_shopper_approved_product div#ProductRating_stars {
    display: inline-block;
}

#outer_shopper_approved_product #shopper_approved_product #sa_product_ratings {
    padding: 0 !important;
}

div#sa_product_header:after {
    position: absolute;
    right: -39px;
    top: -23px;
    margin-right: 0 !important;
    content: '';
    background-color: #fff;
    width: 23px;
    height: 23px;
    text-align: center;
    background: url(assets/images/cancel-black.png) no-repeat;
    background-size: 60%;
}

#outer_shopper_approved_product #sa_product_optin input[type="text"] {
    margin-right: 0 !important;
}

div#sa_product_emailbox input[type="text"] {
    margin-bottom: 30px;
    margin-top: 5px;
}

.sa_product_optin {
    margin-top: 10px;
}

#outer_shopper_approved_product #sa_product_comments {
    font-size: 15px !important;
}

#outer_shopper_approved_product #shopper_submit {
    background-image: none !important;
    background-color: #244083 !important;
    color: #ffffff !important;
    text-indent: unset;
}

#outer_shopper_approved_product #shopper_submit:hover {
    background-color: #AFE1FB !important;
    color: #000000 !important;
}

#outer_shopper_approved_product #shopper_approved_product #sa_product_close {
    position: absolute;
    right: -35px;
    top: -25px;
    margin-right: 0 !important;
    opacity: 0;
    z-index: 10;
}

span#sa_product_header_text {
    font-size: 24px;
    font-weight: normal;
}

#outer_shopper_approved_product textarea#ProductComments {
    height: 70px;
    padding: 15px;
}

#outer_shopper_approved_product #ProductHeading,
#outer_shopper_approved_product #shopper_approved_product textarea {
    margin-top: 10px;
    margin-bottom: 10px;
}

#shopper_approved_product #sa_product_rounded * {
    clear: both;
}

#ProductRating_stars .sa_product_star {
    background-image: url('assets/images/simplestar.png') !important;
    background-size: 100% !important;
    width: 10px !important;
    height: 10px !important;
}

#ProductRating_stars .sa_product_activestar {
    background-position: 0 -10px !important;
}


/* Write a review end */


/* Department page */

.product-category mark {
    background-color: transparent;
}

.term-dock-deterrents ul.products li.product {
    border: 1px solid grey;
}

h2.woocommerce-loop-category__title {
    text-align: center;
}


/* Department page end */


/* Wishlist page */

form#yith-wcwl-form td.product-stock-status span,
form#yith-wcwl-form td a {
    color: #244083;
}

form#yith-wcwl-form td.product-price a {
    color: #000000;
}

form#yith-wcwl-form td.product-price a.remove.remove_from_wishlist {
    width: 100%;
}

.woocommerce .product-remove a.remove:hover {
    background: #ffffff;
}

form#yith-wcwl-form td {
    font-size: 12px;
    text-align: left;
}

form#yith-wcwl-form td ins {
    text-decoration: none;
}

table.shop_table.cart.wishlist_table tfoot {
    display: none;
}


/*.yith-wcwl-share {
  margin-bottom: 13px;
}*/


/*.message-display table tbody tr td:last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}*/

.woocommerce table.wishlist_table {
    border-collapse: collapse;
}

.woocommerce table.wishlist_table thead th {
    padding: 4px 8px;
}

table.shop_table.cart.wishlist_table thead th {
    font-size: 14px;
}

form#yith-wcwl-form td a.button {
    background: transparent;
    padding: 0;
    display: inline-block;
}

form#yith-wcwl-form td span.product-remove {
    display: inline-block;
}

.woocommerce table.wishlist_table tbody td.product-price {
    padding-top: 24px;
}


/* Wishlist page end */


/* Save for later */

.ywsfl-row .delete_col a.remove_from_savelist {
    border: none;
    color: red;
    font-size: 19px;
    font-weight: bold;
}


/*#ywsfl_container_list .variation_name {
  font-weight: normal;
}*/


/* Processing class for loader */

.button.loading:after {
    border: 2px solid #fff;
    border-radius: 32px;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    content: '';
    display: block;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 16px -webkit-animation: spin 500ms infinite linear;
    animation: spin 500ms infinite linear;
}

.processing {
    position: relative
}

.processing:before {
    content: '';
    margin: 0px auto;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    opacity: .8;
    border-left: 2px solid #244083;
    -webkit-animation: spin .6s infinite linear;
    animation: spin .6s infinite linear;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    pointer-events: none
}

.processing:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 99
}

.checkout-section-btn-container .processing:before {
    top: 61% !important;
    left: 76%;
}

.checkout-section-btn-container .processing:before {
    width: 18px;
    height: 18px;
}

.checkout-section-btn-container .processing:hover::before {
    border-left: 2px solid #ffffff;
}

.warranty-payment-preference.checkout-head button:hover {
    background-color: #AFE1FB;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.product-listings.processing {
    position: relative;
}

.product-listings.processing:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
}


/* Processing class for loader */

.woocommerce-cart .ywsfl-row .img_product img {
    max-width: 100%;
    width: 100%;
    vertical-align: super;
}

.woocommerce-cart .ywsfl-row .img_product {
    width: 96px;
    margin-left: 0;
}

#ywsfl_container_list .ywsfl-row {
    height: auto !important;
}


/* Live chat */
/*
div#chat-widget-container {
    right: 0;
    left: auto !important;
}
*/

/* Gravity form */

.gf_browser_chrome form label.gfield_label {
    font-weight: normal;
    font-size: 14px;
}

.gform_wrapper .gfield_xssscontains_required.required-label .gfield_label_before_complex {
    display: none;
}

.required-label div.ginput_complex span label:after,
.gform_wrapper .gfield .gfield_label .gfield_required:after {
    content: '(required)';
    color: #6d6e71;
    font-weight: normal;
}

.gform_wrapper .gfield .gfield_label .gfield_required:after {
    position: relative;
    left: -6px;
}

.gform_wrapper .gfield .gfield_label .gfield_required {
    color: transparent;
}


/* common gforms start */

.gform_wrapper .address-field span.address_state {
    margin-right: 8px !important;
    padding-left: 8px !important;
    padding-left: 0 !important;
}

.gform_wrapper .address-field .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left.address_zip {
    margin-right: 0;
    padding-right: 0 !important;
}

.gform_wrapper .address-field span.address_state select {
    margin: 0 !important;
}

.gform_wrapper .address-field span.address_line_1 {
    width: 100% !important;
}

.gform_wrapper .address-field.ginput_complex.ginput_container_address .ginput_right.address_state {
    margin-right: 8px;
    padding-right: 8px;
}

.gform_wrapper .address-field.ginput_complex.ginput_container_address span.ginput_right+span.ginput_left {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.gform_wrapper .address-field span {
    width: 32.7% !important;
}

.radio-wholesale li {
    display: inline-block;
    min-width: 25%;
}

.gform_wrapper .col-6 input {
    width: 100% !important;
}

.gform_wrapper .col-6 {
    display: inline-block;
}

.gform_wrapper form label,
.woocommerce-checkout form label {
    font-size: 14px !important;
    margin-bottom: 0px !important;
    line-height: 26px !important;
}

.gform_wrapper form label {
    color: #6d6e71;
}

.gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}

.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0 !important;
}


/* vendore page start */

.gform_wrapper .contact-name-field-d {
    width: 66.6%;
    display: inline-block;
    margin-top: 0 !important;
}

.gform_wrapper .top_label .gfield_error.contact-name-field-d {
    width: 66.6%;
    vertical-align: text-bottom;
}

.gform_wrapper .company-name-field,
.company-phone-field,
.website-field {
    display: inline-block;
    width: 33.3%;
}

.gform_wrapper .company-name-field.gfield_error,
.company-phone-field.gfield_error,
.website-field.gfield_error {
    width: 33.3% !important;
    vertical-align: top;
}

.gform_wrapper .email-field-d {
    width: 33.3%;
    vertical-align: bottom;
    display: inline-block;
    margin-bottom: 1px;
}

.gform_wrapper .email-field-d.gfield_error {
    width: 33.3%;
    vertical-align: super;
}

.page-id-532 .gform_wrapper .top_label .gfield_error.contact-form {
    /* width: 50% !important;
  margin-top: 0 !important; */
    padding-right: 16px !important;
    padding-top: 0 !important;
}

.page-id-532 .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px!important;
    margin-bottom: 6px!important;
    padding-bottom: 0 !important;
    margin-top: 7px !important;
}

.gform_wrapper .top_label .gfield_error.become-avendor-form {
    width: 33%;
}

.gform_wrapper.gform_validation_error .top_label input.medium,
.gform_wrapper.gform_validation_error .top_label select.medium {
    width: 100%;
}

.gform_wrapper .top_label .gfield_error.catelog-form {
    width: 50%;
    padding-right: 14px !important;
    vertical-align: middle;
    position: relative;
    top: -13px;
}

.gform_wrapper .top_label .gfield_error.store-locator-form {
    width: 50%;
    padding-right: 14px !important;
    vertical-align: middle;
}

.gform_wrapper .top_label .gfield_error.store-locator-form~li {
    vertical-align: middle;
}

input[type="radio"]+label {
    margin-bottom: 0 !important;
}

.contact-name-field-d .gfield_label.gfield_label_before_complex {
    display: none;
}

.gform_wrapper .gsection {
    margin-bottom: 0px !important;
    padding-bottom: 2px !important;
}

.gform_wrapper .gform_footer {
    padding: 0 0 10px !important;
    margin: 16px 0 0 !important;
}


/* common form class start */

.gform_wrapper .half-fields {
    width: 50%;
    display: inline-block;
}

.entry-content .gform_wrapper {
    max-width: 960px;
    margin: auto;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="email"],
.gform_wrapper textarea,
.gform_wrapper select,
.gform_wrapper select span {
    border-color: #6d6e71;
    color: #6d6e71;
    padding: 0 10px !important;
    margin-bottom: auto !important;
}

.gform_wrapper ul.gform_fields li.gfield {
    margin-top: 7px;
}

.gform_wrapper .gform_body .gform_fields .gfield h2.gsection_title {
    margin-bottom: 5px !important;
}


/* common form class end */


/* About us page */

.page-id-522 .page-title {
    display: none;
}


/* Technical guides start */

.tech-guide-wrap .wp-block-column:last-child {
    margin-right: 0 !important;
}

.tech-guide-wrap .wp-block-column {
    margin-right: 130px !important;
}


/* Technical guides end */


/* 404 error Best_selling products */

section.best_selling.products {
    position: relative;
}

.error404 h1.page-title {
    font-weight: bold;
    opacity: 0.3;
    color: rgb(36, 64, 131);
    font-size: 7em;
    line-height: 70px;
}

.error404 h1.page-title+span {
    font-size: 18px;
}

.error404 h1.page-title+span>a {
    color: #244083;
}

.best_selling.products h2 {
    font-size: 18px;
}


/* Application form */

.radio-wholesale input[type=radio]:checked+label {
    background: #AFE1FB;
}


/*.radio-wholesale input[type=radio]+label {
  font-size: 18px !important;
  color: #000;
  min-width: 180px;
  border: 1px solid #6c6d71;
  line-height: 50px !important;
  padding-top: 4px !important;
}*/

.radio-wholesale input[type=radio]+label {
    font-size: 18px !important;
    color: #000;
    min-width: 250px;
    border: 1px solid #6c6d71;
    line-height: 50px !important;
    padding-top: 4px !important;
    line-height: 74px !important;
}

.radio-wholesale .gfield_radio {
    padding-right: 16px !important;
}

.radio-wholesale input[type=radio]+label:hover {
    background-color: #AFE1FB;
    font-weight: bold;
}

.radio-wholesale input[type=radio]+label:hover {
    background-color: #AFE1FB;
    font-weight: bold;
}

.radio-wholesale li:first-child input[type=radio]+label {
    float: right;
}

.gform_wrapper .radio-wholesale ul.gfield_radio li:first-child {
    padding-right: 20px !important;
}

.radio-wholesale li:last-child input[type=radio]+label {
    float: left;
}

.radio-wholesale {
    text-align: center;
}

.radio-wholesale input {
    display: none !important;
}

.app-name label.gfield_label,
.app-password label.gfield_label {
    display: none !important;
}

.app-email,
.app-password {
    display: inline-block;
    width: 47%;
    float: right;
}

.app-company,
.app-name,
.app-contact,
.app-address {
    display: inline-block;
    width: 47%;
}

.app-password .ginput_container_password span {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.gform_wrapper .app-address .ginput_complex.ginput_container_address span.address_zip.ginput_left {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.app-address span.address_zip {
    width: 31% !important;
}

.app-address span.address_state {
    width: 25% !important;
    margin-right: 8px !important;
}

.app-address span.address_city {
    width: 40% !important;
}

.app-billing-address {
    float: right;
    margin-top: 16px !important;
}

.app-address .address_line_2 label+input {
    display: none;
}

.app-password span.ginput_right {
    margin-top: 6px !important;
}

.app-password {
    margin-top: 0 !important;
}

.app-address .address_line_2 label:before {
    content: '+';
    font-size: 18px;
    margin-right: 3px;
}

.app-address .address_line_2 label.active:before {
    content: '-';
    font-size: 26px;
}

.app-address .address_line_2 label {
    border-bottom: 1px solid;
    display: inline-block;
    width: 25%;
    margin-bottom: 5px !important;
    cursor: pointer;
}

#gform_wrapper_11 ul#gform_fields_11 li.below-input-field.app-company {
    margin-top: 9px !important;
}


/*.gform_wrapper .top_label .gfield_error {
  width: 47% !important;
  margin-top: 7px !important;
}*/

.gform_wrapper .top_label .gfield_error.app-form {
    width: 47% !important;
    margin-top: 7px !important;
}

.terms-and-condition input {
    margin-top: -2px !important;
    margin-right: 3px;
}

.terms-and-condition span.gfield_required {
    display: none;
}

#gform_11 .gform_footer.top_label {
    text-align: center;
}

#gform_submit_button_11 {
    margin-bottom: 15px;
    width: 295px;
    max-width: 100%;
    padding: 20px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
}

#gform_11 .gform_footer.top_label {
    text-align: center;
}

.gform_wrapper .top_label .gfield_error.terms-and-condition,
.gform_wrapper .top_label .gfield_error.radio-wholesale {
    min-width: 100%;
}

.gform_wrapper .top_label .radio-wholesale label span:after {
    display: none
}

.gform_wrapper li.gfield.gfield_error {
    background-color: #fff !important;
    border: none !important;
    line-height: normal;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 8px;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-top: 8px;
    margin-top: 0;
}

.gform_wrapper li.gfield.gfield_error ul#input_11_36,
.gform_wrapper li.gfield.gfield_error ul#input_11_36 li {
    margin-bottom: 0 !important;
}

.instruction.validation_message {
    margin-top: 8px;
}

.gform_wrapper div.validation_error {
    border: none;
    margin-bottom: 0;
}


/* Application form end */


/* 15 may */

.woof_list li {
    padding: 0 0 0px 0 !important;
}

.star-rating {
    color: #f89217 !important;
}

.woof_list label {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

#catalogpdfpage {
    height: 950px !important;
    width: 100%;
}


/* Filter sidebar */

.woof_redraw_zone h4 {
    font-size: 18px;
}

.woof_redraw_zone h4 a.woof_front_toggle {
    font-size: 24px;
    width: 30px;
    text-align: right;
    text-decoration: none;
}

.woof_container_inner.woof_container_inner_productcategories ul.woof_list {
    max-height: 410px;
    overflow: auto;
    height: 100%;
}

#woof_widget-3 ul {
    padding-left: 0;
    margin-top: 0 !important;
}

ul.woof_list {
    margin: 0 !important;
    padding-left: 0px;
}

.div.woof_info_popup {
    background-color: #AFE1FB !important;
    color: #000000 !important;
}

span.irs-bar {
    background: linear-gradient(to top, rgba(66, 139, 202, 1) 0%, #244083 100%);
}

.irs-from,
.irs-to,
.irs-single {
    background-color: #244083 !important;
}

.irs-min,
.irs-max {
    background-color: #AFE1FB !important;
}

.woof_childs_list_opener {
    display: none !important;
}

ul.woof_childs_list {
    padding-left: 0;
}

.woof_products_top_panel li {
    border: 1px solid #244083 !important;
    padding: 0 5px !important;
}

.woof_by_rating_container.woof_container {
    display: none;
}


/* Filter sidebar end */


/* Remove from Mailing List */

.all-form-fields.mailing-list {
    display: inline-block;
    width: 50%;
}

.catalog-file-wrap h3 {
    display: inline-block;
}

.catalog-btn-wrap {
    text-align: center;
}

#gform_wrapper_12 li.hidden_label input {
    margin-top: auto;
}

#gform_wrapper_12 li.gfield.gfield_error.gfield_contains_required div.ginput_container,
#gform_wrapper_12 li.gfield.gfield_error.gfield_contains_required label.gfield_label,
#gform_wrapper_12 form label {
    margin-top: 9px;
}

#gform_wrapper_12 ul li.gfield.field_sublabel_above.field_description_below+li.gfield {
    margin-top: 7px;
}

#gform_wrapper_12 li.gfield.gfield_error,
#gform_wrapper_12 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    margin-bottom: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#gform_wrapper_12 li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-top: 5px;
}

#gform_wrapper_12 input {
    margin-top: 0px !important;
}


/* #gform_wrapper_12 li.field_sublabel_above .ginput_complex input[type=text] {
  margin-top: 0 !important;
}*/

#gform_wrapper_12 li.gfield_error.mailing-list {
    display: inline-block;
    width: 47% !important;
    margin-right: 12px;
    vertical-align: middle;
}

#gform_wrapper_12 .validation_message {
    margin: 0 !important;
    padding: 0;
}


/* .gfield_error.mailing-list-email.mailing-list {
  margin-top: 2px !important;
  padding-top: 0 !important;
} */

.page-id-52110 li.gfield.mailing-list.mailing-list-email.gfield_contains_required.field_sublabel_below {
    float: left;
}

.page-id-52110 li.gfield_error .instruction.validation_message {
    display: none !important;
}


/*.drawer.active .drawer-body .nav .nav-item.level1:first-child{
    display: none;
}*/


/* .gfield_error.mailing-list-email.mailing-list + li.mailing-list {
  margin-top: 16px !important;
} */

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #catalogpdfpage {
        height: 500px;
        width: 100%;
    }
}

.woocommerce-pip.invoice address.company-address {
    width: 100% !important;
}


/*For https://trello.com/c/1Qn2uGoH/538-homepage-graphics-changes*/


/*For Menu Ads 27 June Night*/

.nav-item .sub-menu .sub-sub-menu .add-goes-here img {
    margin-top: 30px;
}

.nav-item .sub-menu .sub-sub-menu .sub-sub-inner {
    width: 78%!important;
    margin-right: -10px!important;
}

.nav-item .sub-menu .sub-sub-inner ul.nav.nav-2 li {
    max-width: 100%;
}


/* For https://trello.com/c/IQ0U3Juk/551-visual-rating-formatting-id-7211 */


/* Added on 9th July, 2019 */

.woocommerce .owl-item .star-rating {
    font-size: 14px !important;
    top: 14px;
    float: left;
}

.woocommerce ul.products .owl-item li.product span.price {
    padding: 0;
    margin: 0 auto;
}

.shipping-preference-subtitle {
    margin-top: 10px;
}


/**
* Home Page font size changes for Lifts three columns starts here
* @link https://trello.com/c/kOCeSRjD
*/

.home-section-three.mobile-home-common figcaption h3 {
    font-family: "Open Sans", "MyriadProRegular";
    font-size: 2rem;
}

.home-section-three.mobile-home-common figcaption h3 strong {
    font-weight: 800;
}

.home .images-contant-boat.home-section-three.mobile-home-common p {
    font-family: "Open Sans", "MyriadProRegular";
}

.home .images-contant-boat.home-section-three.mobile-home-common p strong {
    font-weight: 800;
}


/* Home Page font size changes for Lifts three columns ends here*/


/** Home Page figcaption
* @link https://trello.com/c/RY5TejM5/584-fall-home-page-edits
* Date - 20 August 2019 - 22 - August 2019 By TIS-126
*/


/**
* ABSOLUTELY DO NOT REMOVE
* Commented out as it needs to be made live by October 1st, 2019
*/

.home-section-four figcaption a {
    font-size: 22px;
}

.home-section-three.mobile-home-common .wp-block-image {
    position: relative;
}

.home-section-three.mobile-home-common figcaption h3 {
    margin-bottom: 0;
}

.home-section-three.mobile-home-common figcaption {
    width: 82%;
    margin: auto;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

.home-section-three.mobile-home-common figcaption p {
    font-size: 16px;
    min-height: 45px;
}

.direct-drive-blh-banner.mobile-home-common {
    position: relative;
}

.direct-drive-blh-banner.mobile-home-common figcaption h3.dock-light-heading {
    font-size: 2.5rem;
    position: absolute;
    left: 42px;
    top: 47px;
    margin: 0;
    color: #FFF;
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: 1px;
    white-space: nowrap;
    text-align: left;
}

.direct-drive-blh-banner.mobile-home-common figcaption p.dock-light-description {
    font-size: 1.8rem;
    position: absolute;
    left: 42px;
    bottom: 35px;
    margin: 0;
    color: #FFF;
    word-spacing: 12px;
    line-height: 1;
    text-align: left;
}

.dock-stain-banner.mobile-home-common {
    position: relative;
}

.dock-stain-banner.mobile-home-common figcaption {
    position: absolute;
    right: 14%;
    text-align: left;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin: 0;
    font-family: sans-serif;
    text-align: right;
}

.dock-stain-banner.mobile-home-common figcaption h3 {
    font-size: 5rem;
    font-family: "Open Sans", "MyriadProRegular";
    font-weight: 100;
    line-height: 1;
    margin: 0;
}

.dock-stain-banner.mobile-home-common figcaption h3>strong {
    font-weight: 700 !important;
}

.dock-stain-banner.mobile-home-common figcaption p {
    font-size: 2rem;
    margin: 0;
}

p.upper-dock-title {
    font-family: "Open Sans", "MyriadProRegular";
    font-size: 2.2rem;
    font-weight: 100;
    margin-bottom: 10px;
    color: #3048a8;
}

p.lower-dock-title {
    font-size: 2.1rem;
    font-family: sans-serif;
    /* text-shadow: rgb(2, 2, 2) 0px 8px 12px; */
    color: #68d2ea;
}

.mooring-buoys-banner.mobile-home-common figcaption p.upper-mooring-title {
    position: absolute;
    left: 17%;
    color: #70cfed;
    top: 40%;
    -webkit-transform: translateY(-50%);
    bkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin: 0;
    font-family: "Open Sans", "MyriadProRegular";
    font-size: 2rem;
}

.mooring-buoys-banner.mobile-home-common figcaption p.lower-mooring-title {
    position: absolute;
    left: 17%;
    color: #2a4e98;
    top: 53%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin: 0;
    font-family: "Open Sans", "MyriadProRegular";
    font-size: 1.4rem;
}

.our-dock-product-banner.mobile-home-common {
    position: relative;
}

.our-dock-product-banner.mobile-home-common figcaption {
    position: absolute;
    right: 19%;
    font-size: 35px;
    text-align: right;
    color: #fff;
    top: 52%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin: 0;
}

.upper-dock-title,
.lower-dock-title {
    line-height: 1;
    margin-bottom: 0;
}

.mooring-buoys-banner.mobile-home-common {
    position: relative;
}

.home .home-section-four .wp-block-image img {
    max-width: 100%;
    min-width: 116px;
    min-height: 116px;
}

.BH2020-technical-guide-wrapper{
  display:flex;
  justify-content:center;
  align-items: stretch;
  flex-wrap: wrap;
}
.BH2020-technical-guide-wrapper .tech-item{
  width:25%;
  padding:10px;
}

.BH2020-case-price{
  margin-bottom:20px;
  color:#244083;
}

.BH2020-covid-notice{
    padding: 5px;
    width: 40%;
    border: 2px solid rgb(231, 82, 50);
    background: rgb(236, 213, 208);
    display: block;
    clear: both;
    margin: 10px 0 10px 0;
}

@media (min-width: 1150px) {
    .home .home-section-four .wp-block-image img {
        max-width: 316px;
        max-height: 316px;
    }
}

@media (max-width: 1300px) {
    .mooring-buoys-banner.mobile-home-common figcaption p.upper-mooring-title,
    .mooring-buoys-banner.mobile-home-common figcaption p.lower-mooring-title{
        font-size: 1.6rem;
    }
    .dock-stain-banner.mobile-home-common figcaption h3 {
        font-size: 4rem;
    }
    .dock-stain-banner.mobile-home-common figcaption p {
        font-size: 1.5rem;
    }
    p.upper-dock-title {
        font-size: 2rem;
    }
    p.lower-dock-title {
        font-size: 1.85rem;
    }
    .mooring-buoys-banner.mobile-home-common figcaption {
        font-size: 1.8rem;
    }

    .direct-drive-blh-banner.mobile-home-common figcaption h3.dock-light-heading {
        font-size: 2.2rem;
        top: 47px;
    }

    .direct-drive-blh-banner.mobile-home-common figcaption p.dock-light-description {
        font-size: 1.6rem;
        bottom: 55px;
    }
}

@media (max-width: 1150px) {

    .BH2020-technical-guide-wrapper .tech-item{
      width:50%;
      padding:10px;
    }
    .mooring-buoys-banner.mobile-home-common figcaption p.upper-mooring-title,
    .mooring-buoys-banner.mobile-home-common figcaption p.lower-mooring-title{
        font-size: 1.6rem;
    }
    p.upper-dock-title {
        font-size: 1.7rem;
    }
    p.lower-dock-title {
        font-size: 1.6rem;
    }
    .home-section-three.mobile-home-common figcaption {
        bottom: 0;
    }
    .home-section-three.mobile-home-common figcaption h3 {
        font-size: 20px;
    }
    .home-section-three.mobile-home-common figcaption p {
        font-size: 12px;
    }
    .our-dock-product-banner.mobile-home-common figcaption {
        font-size: 28px;
    }
    .dock-stain-banner.mobile-home-common figcaption h3 {
        font-size: 4rem;
        line-height: 1.1;
    }
    .dock-stain-banner.mobile-home-common figcaption p {
        font-size: 1.5rem;
        margin: 0;
    }

    .direct-drive-blh-banner.mobile-home-common figcaption h3.dock-light-heading {
        font-size: 2.2rem;
        top: 47px;
    }

    .direct-drive-blh-banner.mobile-home-common figcaption p.dock-light-description {
        font-size: 1.6rem;
        bottom: 55px;
    }
}

@media (max-width: 1024px) {

    .move-from-left {
        left: 25px !important;
    }
    .move-from-left-2{
        left: 151px !important;
    }
    /* .fullwidthabanner .slotholder .tp-bgimg.defaultimg {
        background-size: contain !important;
    } */
    .direct-drive-blh-banner.mobile-home-common figcaption h3.dock-light-heading {
        font-size: 1.7rem;
    }
    .direct-drive-blh-banner.mobile-home-common figcaption p.dock-light-description {
        font-size: 1.2rem;
        bottom: 30px;
    }
    .dock-stain-banner.mobile-home-common figcaption h3 {
        font-size: 3rem;
        line-height: 1.1;
    }
    .dock-stain-banner.mobile-home-common figcaption p {
        font-size: 1.3rem;
    }
    p.upper-dock-title {
        font-size: 1.5rem;
    }
    p.lower-dock-title {
        font-size: 1.4rem;
    }
    .mooring-buoys-banner.mobile-home-common figcaption p.upper-mooring-title{
        top: 35%;
    }
    .mooring-buoys-banner.mobile-home-common figcaption p.lower-mooring-title{
        top: 50%;
    }
}

@media (max-width: 991px) {
    .home-section-three.mobile-home-common figcaption h3 {
        font-family: "Open Sans", "MyriadProRegular";
        font-size: 1.1rem;
    }
    .home-section-three.mobile-home-common figcaption p {
        font-size: 9px;
        margin: 0;
    }
    .direct-drive-blh-banner.mobile-home-common figcaption h3.dock-light-heading {
        font-size: 1.15rem;
        line-height: 1;
    }
    .direct-drive-blh-banner.mobile-home-common figcaption p.dock-light-description {
        font-size: 0.9rem;
        bottom: 30px;
        word-spacing: 5px;
    }
    .our-dock-product-banner.mobile-home-common figcaption {
        font-size: 22px;
    }
    .home-section-four figcaption a {
        font-size: 18px;
    }
    .dock-stain-banner.mobile-home-common figcaption h3 {
        font-size: 3.1rem;
    }
    .dock-stain-banner.mobile-home-common figcaption p {
        font-size: 1.3rem;
    }
    .direct-drive-blh-banner.mobile-home-common figcaption {
        font-size: 1.2rem;
    }
    p.upper-dock-title {
        font-size: 1.35rem;
    }
    p.lower-dock-title {
        font-size: 1.25rem;
    }
    .mooring-buoys-banner.mobile-home-common figcaption p.upper-mooring-title, .mooring-buoys-banner.mobile-home-common figcaption p.lower-mooring-title {
        font-size: 1.1rem;
    }
}

@media (max-width: 780px) {

  .BH2020-covid-notice{
      width: 100%;
    }

    #case-pricing{
      position: absolute !important;
      bottom: 8px !important;
      left: 100px !important;
      margin: 0px !important;
      padding: 0px !important;
    }
    .BH2020-case-price {
      margin-bottom: 0px;
    }

    .BH2020-technical-guide-wrapper .tech-item{
      width:100%;
      padding:10px;
    }

    .entry-content {
        margin-top: 0px;
    }
    .move-from-left-2 {
        left: 110px !important;
    }
    .move-from-left {
        left: 15px !important;
    }
    .mooring-buoys-banner.mobile-home-common figcaption p.upper-mooring-title {
        top: 35%;
        left: 19%;
    }
    .mooring-buoys-banner.mobile-home-common figcaption p.lower-mooring-title {
        top: 50%;
        left: 19%;
    }
    .our-dock-product-banner.mobile-home-common figcaption{
        right: 20%;
    }
    .dock-stain-banner.mobile-home-common figcaption{
        right: 17%;
    }
    .home-section-three.mobile-home-common figcaption {
        bottom: 0;
    }
    .home .home-section-four .wp-block-image img {
        max-width: 100%;
        min-width: 158px;
        min-height: 158px;
    }
    p.upper-dock-title {
        font-size: 1.1rem;
    }
    p.lower-dock-title {
        font-size: 1rem;
    }
    .dock-stain-banner.mobile-home-common figcaption p {
        font-size: 12px;
    }
    .home-section-three.mobile-home-common figcaption h3 {
        font-family: "Open Sans", "MyriadProRegular";
        font-size: 1.1rem;
    }
    .mooring-buoys-banner.mobile-home-common figcaption {
        font-size: 1rem;
    }
    .dock-stain-banner.mobile-home-common figcaption h3 {
        font-size: 2.5rem;
    }
    .dock-stain-banner.mobile-home-common figcaption p {
        font-size: 1rem;
    }
    .direct-drive-blh-banner.mobile-home-common figcaption {
        font-size: 0.99rem;
        left: 20px;
    }
    .woocommerce div.product div.images.woocommerce-product-gallery{
      width:100%
    }
}

@media (max-width: 667px) {
    .dock-stain-banner.mobile-home-common figcaption h3 {
        font-size: 2rem;
    }
    .direct-drive-blh-banner.mobile-home-common figcaption h3.dock-light-heading {
        font-size: 1rem;
        line-height: 1;
        top: 24px;
    }
    .direct-drive-blh-banner.mobile-home-common figcaption p.dock-light-description {
        font-size: 12px;
        bottom: 30px;
        word-spacing: 5px;
    }
    .dock-stain-banner.mobile-home-common figcaption p {
        font-size: 0.9rem;
    }
    .dock-stain-banner.mobile-home-common figcaption h3 {
        font-size: 2.1rem;
    }
    .home-section-three.mobile-home-common figcaption {
        bottom: 7px;
    }
    .home-section-three.mobile-home-common figcaption p {
        font-size: 9px;
        margin: 0;
        line-height: 1;
    }
    .home-section-three.mobile-home-common figcaption h3 {
        font-family: "Open Sans", "MyriadProRegular";
        font-size: 0.9rem;
    }
    .mooring-buoys-banner.mobile-home-common figcaption p.upper-mooring-title, .mooring-buoys-banner.mobile-home-common figcaption p.lower-mooring-title {
        font-size: 0.9rem;
    }
    p.lower-dock-title {
        font-size: 0.7rem;
    }
    p.upper-dock-title {
        font-size: 0.9rem;
    }
}

@media (max-width: 440px) {
    .direct-drive-blh-banner.mobile-home-common figcaption h3.dock-light-heading {
        font-size: 11px;
        line-height: 1;
        top: 12px;
        left: 22px;
    }

    .direct-drive-blh-banner.mobile-home-common figcaption p.dock-light-description {
        font-size: 9px;
        bottom: 20px;
        word-spacing: 0;
        left: 22px;
    }

    .dock-stain-banner.mobile-home-common figcaption p {
        font-size: 9px;
    }

    .dock-stain-banner.mobile-home-common figcaption h3 {
        font-size: 1.1rem;
    }

    .our-dock-product-banner.mobile-home-common figcaption {
        right: 22%;
    }

    p.upper-dock-title {
        font-size: 9px;
        margin-bottom: 3px;
    }

    p.lower-dock-title {
        font-size: 0.5rem;
    }

    .mooring-buoys-banner.mobile-home-common figcaption p.upper-mooring-title, .mooring-buoys-banner.mobile-home-common figcaption p.lower-mooring-title {
        font-size: 9px;
    }

    .home .home-section-four.mobile-home-common img {
        width: 165px;
        height: 165px;
    }

    .home-section-four figcaption a {
        font-size: 16px;
    }

    .home-section-three.mobile-home-common figcaption p {
        font-size: 14px;
    }

    .home-section-three.mobile-home-common figcaption h3 {
        font-size: 20px;
    }

    .home-section-three.mobile-home-common figcaption {
        bottom: 5%;
    }

    .mooring-buoys-banner.mobile-home-common figcaption {
        font-size: 0.5rem;
        left: 13%;
        top: 40%;
    }
    .mooring-buoys-banner.mobile-home-common figcaption p.upper-mooring-title {
        top: 25%;
        left: 20%;
    }
    .mooring-buoys-banner.mobile-home-common figcaption p.lower-mooring-title {
        top: 45%;
        left: 20%;
    }
}

@media (max-width: 375px){
    .direct-drive-blh-banner.mobile-home-common figcaption h3.dock-light-heading {
        font-size: 9px;
        line-height: 1;
        top: 12px;
        left: 22px;
    }
    .direct-drive-blh-banner.mobile-home-common figcaption p.dock-light-description {
        font-size: 9px;
        bottom: 18px;
        word-spacing: 0;
        left: 19px;
    }
}


/* Home Page figcaption */


/* Star rating */

.star_container {
    float: left;
    margin: 10px 10px 0.5em;
}

.star_container .group-stars .off,
.star_container .group-stars .on {
    width: 15px;
    height: 14px;
    background-size: 100%;
}

.star_container .group-stars .ind_cnt {
    display: none;
}

.page-id-790 #breadcrumbs {
    visibility: hidden;
    height: 10px;
}


/**
 * https://trello.com/c/fBuPXXJ6/640-wcag-accessibility-page
 */
#skip-to-contents {
    position: absolute;
    top: 0;
    right: 60px;
    bottom: 0;
    color: #fff;
    text-decoration: underline;
    line-height: 41px;
    height: 41px;
    display: none;
}

/*ABSOLUTE NEW STYLES*/

#BH2020-topbar{
  text-align: center;
  color:rgb(255, 255, 255);
  background: #244083;
  padding:8px;
}

.BH2020-topbar-nav{
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.BH2020-topbar-nav a{
  color:rgb(255, 255, 255);
}

.BH2020-topbar-nav .BH2020-topbar-left-col{
  width:40%;
}

.BH2020-topbar-nav .BH2020-topbar-right-col{
  width:40%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  font-size: 1.2em;
}
.BH2020-topbar-nav .BH2020-topbar-right-col .BH2020-topbar-right-item{
  width:33.33%;
  border-right: 1px solid rgb(255, 255, 255);

}
.BH2020-topbar-right-item .BH2020-help-menu{
  position: absolute;
  background: rgba(36, 64, 131, 1);
  z-index:100;
  text-align:left;
  list-style: none;
  /*border: 1px solid rgb(36, 70, 138);*/
  padding:10px;
  display:none;
}
.BH2020-cursor{
  cursor: pointer;
}
.BH2020-topbar-right-item ul{
  list-style: none;
  padding: 0px;
  margin:0px;
}
.BH2020-topbar-nav .BH2020-topbar-right-col .BH2020-topbar-right-item:last-child{
  border-right: 0px;
}

.BH2020-widget-menu{
  list-style: none;
  padding: 0px;
  margin:0px;
}

.BH2020-text-nav{
  color:#244083;
}
.BH2020-nav-holder{
  width:30%;
}

.BH2020-nav-holder.quick-search-col{
  width:40% !important;
}

.BH2020-main-header-wrap{
  overflow: hidden;
  background: rgb(255, 255, 255);
  padding:25px 6% 25px 6%;
}

.BH2020-special-flex{
  display: flex;
  align-items:center;

}
.error404 .BH2020-hamburger,
.page .BH2020-hamburger,
.woocommerce-js .BH2020-hamburger,
.woocommerce .BH2020-hamburger{
  width:25px!important;
  margin-right: 10px;
  max-width: none;
}

.BH2020-icon-account{

}

.BH2020-icon-dealer{

}

.BH2020-icon-catalog{

}

.BH2020-icon-cart{

}

.BH2020-woocomerce-container{
  padding: 0 40px 0 40px;
}

.BH2020h1{
  font-family: sans-serif, "MyriadProRegular";
  font-weight: bolder;
  color: #244083;
  font-size: 3em;
}

.BH2020-box-grey{
  font-family: sans-serif, "MyriadProRegular";
  font-size:2em;
  padding: 15px 5px 15px 5px;
  background: #E7E7E7;
}

.text-align-center{
  text-align: center;
}

.search-by-category{
  color:#244083;
  display:inline-block;
  padding:5px 4px 5px 4px;
  font-size: 1.2em;
  font-weight: bold;
}

.BH2020-footer-container{
  padding-left: 25%;
  padding-right: 25%;
}

.BH2020-gradient-magic{
  margin-bottom:30px;
  width:100%;
  height: 10px;
  background: rgb(42,82,152);
  background: linear-gradient(180deg, rgba(42,82,152,1) 0%, rgba(31,62,118,1) 100%);
}
.footer-top-form-icons{
  width:100%;
  margin-left: 0px !important;
  margin-right:0px !important;

}

.BH2020-fullwidth-recomends{
  min-width: 100%;
}

.recommend-marker .wc-prl-title{
  display:none;
}

.recommend-marker .owl-dots{
  display:none;
}

.recommend-marker ul{
  list-style: none;
}

.recommend-marker .add_to_cart_button{
  display: none;
}

.recommend-marker .woocommerce-loop-product__title{
  font-size: 1em;
}

.recommend-marker .owl-item{
  padding:8px;
}
.recommend-marker .owl-item{
  border: solid 0.5px rgb(255, 255, 255);
}

.recommend-marker .owl-item:hover{
  border: solid 0.5px rgb(200, 200, 200);
}

.recommend-marker ul.products li .woocommerce-Price-amount{
  display: inline-block;
  width:auto;
}

.BH2020-special-headline{
  color: white;
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
  position: relative;
  z-index: 5;
  margin: -90px 0px 0px 0px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 3.3em;
  text-align: center;
}

.BH2020-special-headline > a h2{
  font-weight: 700;
  font-size: 1.1em;
}

.BH2020-special-headline > a {
  color: white;
}

.BH2020-footer{
  background: rgb(42%, 49%, 67%);
  margin:0px;
}

.BH2020-footer-widget-area{
  display:flex;
  justify-content:center;
   flex-wrap: wrap;
}
.BH2020-footer-widget-area .BH2020-widget-area-white{
  width: 23%;
  margin: 0 0.625% 0 0.625%;
}


.BH2020-footer-widget-area .BH2020-footer-widget-area-item{
  width:33.33%;
  padding:35px;

}
.BH2020-footer-widget-area-item .bh2020-footwidge h3{
  border-bottom:1px solid rgb(0, 0, 0);
  font-weight: bold;
}

.BH2020-footer-widget-area .BH2020-widget-area-white{
  background: rgb(255, 255, 255);
  padding:20px;
  margin-bottom:15px;
}

.BH2020-fancy-widget-content{
  display:flex;
  align-items:flex-start;
}

.BH2020-footer-widget-area .BH2020-widget-area-white h3{
  border-bottom:1px solid rgb(0, 0, 0);
  font-weight: bold;
  font-size:1.2em;
}
.BH2020-fancy-widget-content div{
  width:77%;
}

.button.f-btn{
  width:100%;
  font-size: 1.2em;
}
.BH2020-fancy-widget-content .BH2020-fancy-image{
  padding-right:15px;
  width:23%
}
.BH2020-fancy-image img{
  display:block;
  width:100%;
}

a.BH2020-back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 75px;
	background: #244083 url("/wp-content/themes/bh-usa-2020/assets/images/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.dgwt-wcas-cat-thumb{
  width:45px;
  height:45px;
  margin:5px;
  float:left;
}

.woocommerce div.product .stock{
  display:none;
}

.selectedpaymentmethodBH2020{
  background: rgb(151,177,214);
  background: radial-gradient(circle, rgba(151,177,214,1) 0%, rgba(255,255,255,1) 100%);
}

@media (max-width:1280px){
  .BH2020-footer-widget-area .BH2020-footer-widget-area-item{
    width:33.33%;
  }
  .BH2020-footer-widget-area .BH2020-widget-area-white{
    width: 48%;
    margin: 0 0.625% 15px 0.625%;
  }
}

@media (max-width: 1024px){
  .bh-nav-flex{
    flex-direction:row-reverse;
    align-items: stretch;
  }
  .search-by-category{
    display: none ;
  }
}

@media (max-width: 976px){
  .BH2020-footer-container{
    padding-left: 15%;
    padding-right: 15%;
  }
  #staytuned{
    padding-left: 15%;
    padding-right: 15%;
  }
  .border-copyright{
    padding: 0 25% 20px 25%;
  }

  .BH2020-footer-widget-area .BH2020-footer-widget-area-item{
    width:50%;
  }
  .BH2020-footer-widget-area .BH2020-footer-widget-area-item:last-child{
    width:100%;
  }

}

@media (max-width: 651px){

  .non-sticky.sticky.BH2020-main-header-wrap,
  .BH2020-main-header-wrap{
    padding: 10px 6% 10px 6%;
  }

  body{
    padding-top: 0px;
  }
  .fixed-top{
    position: relative;
  }

  .BH2020-footer-widget-area .BH2020-widget-area-white{
    width: 100%;
    margin: 0 0 15px 0;
  }

  .BH2020-topbar-nav .BH2020-topbar-left-col{
    display:none;
  }
  .BH2020-topbar-nav .BH2020-topbar-right-col{
    width:100%;
  }
  .BH2020-topbar-nav .BH2020-topbar-right-col .BH2020-topbar-right-item{
    width:33.33%;
  }
  .BH2020-icon-dealer{
    display:none !important;
  }
  .BH2020-footer-container{
    padding-left: 8%;
    padding-right: 8%;
  }
  #staytuned{
    padding-left: 8%;
    padding-right: 8%;
  }
  .border-copyright{
    padding: 0 8% 20px 8%;
  }
  .BH2020-icon-catalog{
    display: none  !important;
  }
  .right-header-icons.BH2020-nav-holder{
    width:25%;
  }
  .quick-search-wrap.BH2020-nav-holder{
    margin:0px !important;
  }
  .BH2020-woocomerce-container{
    padding:15px;
  }

  .BH2020-nav-holder.logo-col{
    width:60% !important;
    order:1;
  }

  .BH2020-nav-holder.right-header-icons{
    width:40% !important;
    order:2;
  }

  .BH2020-nav-holder.quick-search-col{ /*ATS display none resolved by JQUERY in custom.css*/
    padding-top:35px;
    width:100% !important;
    order:3;
  }

  .search-popup-wrap {
    padding-left: 0;
    max-width: 99%;
    flex: 0 0 99%;
    margin-top:180px;
  }


}

@media (max-width: 520px){
  .BH2020-icon-cart .fa-shopping-cart{
    font-size: 2.5em;
  }
  /* .BH2020-icon-dealer .fa-map-marker{
    font-size: 2.5em;
  } */

  .BH2020-icon-account .fa-user{
    font-size: 2.5em;
  }
}
/*ATS: Removed Breaking Blocking UI Overlay*/
.woocommerce .blockUI.blockOverlay {
position: relative!important;
display: none!important;
}

/*START:    Static Homepage styles */
/* -------------------------
TASK: https://absolute.teamwork.com/#/tasks/18906459
NOTES
-------------------------
The goal is to improve the page loading speed and general
snappyness of the home page while also making sure that
functionality and seo improves.
-------------------------
ATS:TASK
--------------------------*/

.top-banner-flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin: 10px 0px;
  background-color: #e7e7e7;
}

.top-banner-textarea {
  width:70%;
  text-align: center;
  align-content: center;
  padding: 5px 0px;
}

.top-banner-heading {
  font-family: Raleway, sans-serif;
  font-weight: lighter;
  font-size: 1em;
  text-align: center;
  color:blue;
}

.top-banner-image {
  text-align: right;
  width: 30%;
  max-width: 100%
}

.top-gallery-flexbox-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-around;
  background-color: blue;
  margin: 10px 0px;
}

.top-gallery-flexbox-child {
  width: 50%;
  padding: 10px 10px;
}

.top-gallery-img {
  width: 100%
}

.top-1,
.top-2 {
  align-self: flex-start;
}

.bottom-1,
.bottom-2 {
  align-self: flex-end;
}

.image-text {
  margin: -100px 0 100px 0;
  text-align: center;
  color:#fff;
}

.middle-gallery-flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: stretch;
  justify-content: space-around;
  margin: 15px 0px;
  max-width: 100%;
  overflow: hidden;
}

.middle-gallery-child{
  width: 33%;
  padding: 10px 10px;
}

.middle-gallery-img{
  width: 100%;
  height: auto;
}

.stay {

}
.bottom-gallery-flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: stretch;
  justify-content: space-around;
  margin: 15px 0px;
  max-width: 100%;
  overflow:hidden;
}

.bottom-gallery-child {
  width: 33%;
  padding: 10px 10px;
}

.gallery-text{
  text-align: center;
}
.bottom-gallery-img {
  width: 100%;
  height: auto;
}

.slider-space-allowed {
  display: flex;
  height: 200px;
}

.middle-banner-flexbox {
  display: flex;
  align-items: center;
  align-content: stretch;
  justify-content: space-around;
  margin: 15px 0px;
  max-width: 100%;
  overflow: hidden;
  background-image: url(https://bh-usa.com/wp-content/uploads/2020/04/Stainboards-1.jpg);
}

.middle-banner-child {
  height: 80%;
  padding: 10px 10px;
}

.stay {
  align-self: flex-end;
}
.middle-banner-img {
  width: 100%;
}

.middle-text-flexbox {
  width: 60%;
  text-align: center;
}

.footer-heading {
  text-align: center;
}

.footer-gallery-flexbox {
  display: flex;
  align-items: center;
  align-content: stretch;
  justify-content: space-around;
  margin: 15px 0px;
  max-width: 100%;
  overflow: hidden;
}

.footer-gallery-child {
  width: 15%;
  margin: 20px 1%;
}

.footer-image {
  width: 100%;
}

.catalog-row {
  background-color: #e7e7e7;
}

.jumbotron {
  background-image: url('https://bh-usa.com/wp-content/uploads/2020/04/leaderinboat-768x511.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 868px;
  margin: 0px -15px;
}

.top-headline {
  color: white;
  font-size: 87px;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.85);
  font-family: "Open Sans";
  line-height: 67px;
  font-weight: 700;
  letter-spacing: 1px;
}

.top-headline-2 {
  color: white;
  font-size: 57px;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.85);
  font-family: "Open Sans";
  line-height: 67px;
  font-weight: 700;
  letter-spacing: 1px;
}

.BH2020-spacer {
  margin-bottom: 60px;
}

.BH2020-deck-stain {
  color: white;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  font-size: 4em;
}

.BH2020-catalog-header{
  font-family: Raleway, sans-serif;
  font-weight: 300;
  font-size: 3.6em;
  text-align: center;
  color: #244083;
}

.BH2020-catalog-button {
  font-family: Raleway, sans-serif;
  font-weight: 300;
  font-size: 1.7em;
  border-color: #244083 !important;
  border-width: .5px;
  color: #244083;
  cursor: pointer;
}

.BH2020-our-brands {
  font-family: sans-serif,"MyriadProRegular";
  font-weight: bolder;
  color: #244083;
  font-size: 3em;
}

.white-underline:hover {
  color: #244083;
}

.center-class {
  background-image: url('https://bh-usa.com/wp-content/uploads/2020/04/Stainboards-1-768x681.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce span.onsale {
    background-color: red !important;
    padding: 1em !important;
    font-size: 1.2em !important;
}

@media (max-width:1280px){
  .BH2020-footer-widget-area .BH2020-footer-widget-area-item{
    width:33.33%;
  }
  .BH2020-footer-widget-area .BH2020-widget-area-white{
    width: 48%;
    margin: 0 0.625% 15px 0.625%;
  }
}

@media (max-width: 1024px){
  .top-headline {
    font-size: 72px;
  }
  .top-headline-2 {
    font-size: 42px;
  }
  .bh-nav-flex{
    flex-direction:row-reverse;
    align-items: stretch;
  }
  .search-by-category{
    display: none ;
  }
}

@media (max-width: 976px){
  .top-headline {
    font-size: 56px;
  }
  .top-headline-2 {
    font-size: 42px;
  }
  .BH2020-footer-container{
    padding-left: 15%;
    padding-right: 15%;
  }
  #staytuned{
    padding-left: 15%;
    padding-right: 15%;
  }
  .border-copyright{
    padding: 0 25% 20px 25%;
  }

  .BH2020-footer-widget-area .BH2020-footer-widget-area-item{
    width:50%;
  }
  .BH2020-footer-widget-area .BH2020-footer-widget-area-item:last-child{
    width:100%;
  }

}

@media only screen and (max-width: 768px) {
  .col {
    width: 100%;
  }
  .middle-banner-flexbox {
    flex-wrap: wrap;
  }

  .hide {
    display: none;
  }

  .stay {
    width: 50%;
    align-self: flex-end;
  }

  .footer-gallery-flexbox {
    flex-wrap: wrap;
  }

  .footer-gallery-child {
    width: 48%;
  }

  .BH2020-stainbucket > a > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

}

@media (max-width: 651px){
  .top-headline {
    font-size: 30px;
    line-height:1px;
  }
  .top-headline-2 {
    font-size: 19px;
    line-height:60px;
  }
  .jumbotron {
    height: 332px;
  }
  .non-sticky.sticky.BH2020-main-header-wrap,
  .BH2020-main-header-wrap{
    padding: 10px 6% 10px 6%;
  }

  body{
    padding-top: 0px;
  }
  .fixed-top{
    position: relative;
  }

  .BH2020-footer-widget-area .BH2020-widget-area-white{
    width: 100%;
    margin: 0 0 15px 0;
  }

  .BH2020-topbar-nav .BH2020-topbar-left-col{
    display:none;
  }
  .BH2020-topbar-nav .BH2020-topbar-right-col{
    width:100%;
  }
  .BH2020-topbar-nav .BH2020-topbar-right-col .BH2020-topbar-right-item{
    width:33.33%;
  }
  .BH2020-icon-dealer{
    display:none !important;
  }
  .BH2020-footer-container{
    padding-left: 8%;
    padding-right: 8%;
  }
  #staytuned{
    padding-left: 8%;
    padding-right: 8%;
  }
  .border-copyright{
    padding: 0 8% 20px 8%;
  }
  .BH2020-icon-catalog{
    display: none  !important;
  }
  .right-header-icons.BH2020-nav-holder{
    width:25%;
  }
  .quick-search-wrap.BH2020-nav-holder{
    margin:0px !important;
  }
  .BH2020-woocomerce-container{
    padding:15px;
  }

  .BH2020-nav-holder.logo-col{
    width:60% !important;
    order:1;
  }

  .BH2020-nav-holder.right-header-icons{
    width:40% !important;
    order:2;
  }

  .BH2020-nav-holder.quick-search-col{ /*ATS display none resolved by JQUERY in custom.css*/
    padding-top:35px;
    width:100% !important;
    order:3;
  }

  .search-popup-wrap {
    padding-left: 0;
    max-width: 99%;
    flex: 0 0 99%;
    margin-top:180px;
  }


}

@media (max-width: 520px){
  .BH2020-icon-cart .fa-shopping-cart{
    font-size: 2.5em;
  }
  /* .BH2020-icon-dealer .fa-map-marker{
    font-size: 2.5em;
  } */

  .BH2020-special-headline > a h2{
    font-weight: 700;
    font-size: 0.8em;
  }

  .BH2020-icon-account .fa-user{
    font-size: 2.5em;
  }

  .BH2020-icon-catalog{
    display: none  !important;
  }
  .BH2020-footer-widget-area .BH2020-footer-widget-area-item{
    width:100%;
  }
}
/*END:   Static Homepage styles  */
