/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 */
: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, "Noto Sans", 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%;
    -webkit-tap-highlight-color: transparent;
    overflow: unset;
}

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, "Noto Sans", 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;
    overflow: unset;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.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;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

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: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0.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;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

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

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

[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;
}

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: 0.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;
    appearance: none;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    appearance: none;
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.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, 0.1);
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

.mark,
mark {
    padding: 0.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: 0.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: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

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

a>code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.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,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

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

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

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

.col,
.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%;
    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%;
}

.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

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

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

    .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

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

    .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

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

    .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

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

    .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

    .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;
    color: #212529;
}

.table td,
.table th {
    padding: 0.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-sm td,
.table-sm th {
    padding: 0.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, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

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

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff;
}

.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-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb;
}

.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-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e;
}

.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-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda;
}

.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-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e;
}

.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-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e;
}

.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-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc;
}

.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-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c;
}

.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, 0.075);
}

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

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

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

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

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

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

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

    .table-responsive-xl>.table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.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;
}

input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    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.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.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: 0.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: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label,
.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: 0.75rem;
}

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

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

.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 {
    border-color: #28a745;
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    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 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745;
}

.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:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

.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 {
    border-color: #dc3545;
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    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 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545;
}

.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:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.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;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.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;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn:hover {
    color: #212529;
    text-decoration: none;
}

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

.btn.disabled,
.btn:disabled {
    opacity: 0.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 {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.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 0.2rem rgba(38, 143, 255, 0.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 {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.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 0.2rem rgba(130, 138, 145, 0.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 {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.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 0.2rem rgba(72, 180, 97, 0.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 {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.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 0.2rem rgba(58, 176, 195, 0.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 {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.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 0.2rem rgba(222, 170, 12, 0.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 {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.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 0.2rem rgba(225, 83, 97, 0.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 {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.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 0.2rem rgba(216, 217, 219, 0.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 {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.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 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
    color: #007bff;
    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 0.2rem rgba(0, 123, 255, 0.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 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    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 0.2rem rgba(108, 117, 125, 0.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 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #28a745;
    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 0.2rem rgba(40, 167, 69, 0.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 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    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 0.2rem rgba(23, 162, 184, 0.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 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    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 0.2rem rgba(255, 193, 7, 0.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 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    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 0.2rem rgba(220, 53, 69, 0.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 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    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 0.2rem rgba(248, 249, 250, 0.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 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    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 0.2rem rgba(52, 58, 64, 0.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 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}

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

.btn-group-sm>.btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 0.5rem;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (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 0.35s ease;
}

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

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.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: 0.5rem 0;
    margin: 0.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, 0.15);
    border-radius: 0.25rem;
}

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

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

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

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

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

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

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

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

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

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

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.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: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.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: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.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: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.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;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.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: 1 1 auto;
    flex: 1 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-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-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px;
}

.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: 0.5625rem;
    padding-left: 0.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: 0.375rem;
    padding-left: 0.375rem;
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.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-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px;
}

.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,
.input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    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,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.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:focus,
.input-group-prepend .btn:focus {
    z-index: 3;
}

.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: 0.375rem 0.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: 0.25rem;
}

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

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.custom-select,
.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 {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm>.custom-select,
.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 {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem;
}

.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;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
}

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

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

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

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d;
}

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

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

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

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

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

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

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

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' 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, 0.5);
}

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

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

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' 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, 0.5);
}

.custom-switch {
    padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}

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

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

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

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

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

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef;
}

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

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 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 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.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;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

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

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

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.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: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

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

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

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.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-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

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

@media (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: 0.5rem 1rem;
}

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

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.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: 0.25rem;
    border-top-right-radius: 0.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: 0.25rem;
}

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

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

.nav-justified .nav-item,
.nav-justified>.nav-link {
    -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: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    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: 0.3125rem;
    padding-bottom: 0.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: 0.5rem;
    padding-bottom: 0.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: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

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

.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,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        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: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        -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,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        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: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        -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,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        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: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        -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,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        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: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        -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,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    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: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    -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, 0.9);
}

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

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

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

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 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, 0.9);
}

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 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, 0.5);
}

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

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.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, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

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

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.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, 0.125);
    border-radius: 0.25rem;
}

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

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0;
}

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

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.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: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

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

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

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

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

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

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

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

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

@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -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:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }

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

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.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 {
    overflow-anchor: none;
}

.accordion>.card {
    overflow: hidden;
}

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

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

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

.breadcrumb-item {
    display: -ms-flexbox;
    display: flex;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.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: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.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: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

.page-item.active .page-link {
    z-index: 3;
    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: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

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

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

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

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

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

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

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

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

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

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc;
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62;
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b;
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5;
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124;
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

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

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

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

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

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.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;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

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

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

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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 (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.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;
    border-radius: 0.25rem;
}

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

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    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: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

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

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

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

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

.list-group-item+.list-group-item {
    border-top-width: 0;
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

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

.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 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: 0.5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}

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

a.close.disabled {
    pointer-events: none;
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    border-radius: 0.25rem;
}

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast.showing {
    opacity: 1;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast.hide {
    display: none;
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
    padding: 0.75rem;
}

.modal-open {
    overflow: hidden;
}

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

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

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

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

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

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

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

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.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, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.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 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 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-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.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-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

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

.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.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: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

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

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

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

.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.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 0.4rem 0.4rem;
    border-bottom-color: #000;
}

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

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

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

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.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, "Noto Sans", 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: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 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: 0.5rem;
}

.bs-popover-auto[x-placement^="top"]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^="top"]>.arrow::before,
.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

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

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

.bs-popover-auto[x-placement^="right"]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="right"]>.arrow::before,
.bs-popover-right>.arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

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

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

.bs-popover-auto[x-placement^="bottom"]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^="bottom"]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="bottom"]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    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: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

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

.bs-popover-auto[x-placement^="left"]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="left"]>.arrow::before,
.bs-popover-left>.arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

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

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

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

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

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}

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

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

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    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: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.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: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    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 {
    box-sizing: content-box;
    -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: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

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

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

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

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.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-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !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;
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !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;
    margin: -1px;
    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 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 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;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !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: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.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: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-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: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.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-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-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: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.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-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-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: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.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-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-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: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.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-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-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;
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !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-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !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: #0056b3 !important;
}

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

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important;
}

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

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important;
}

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

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important;
}

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

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

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

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

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

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

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

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important;
}

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

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

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

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.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: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered 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;
    }
}

body {
    font-size: 14px;
    color: #000;
    font-family: Nunito, sans-serif;
}

body.home {
    padding-top: 0;
    overflow-x: hidden !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media screen and (max-width: 1199px) {
    .container {
        max-width: 1170px;
    }
}

.site,
body {
    overflow-x: unset;
}

body a:hover {
    text-decoration: none;
}

body .site-main {
    margin: 0;
}

body.right-sidebar .content-area {
    width: 100%;
    margin: 0;
    float: unset;
}

body .slick-slide {
    height: auto;
}

.edit-link {
    display: none;
}

.btn:focus {
    box-shadow: none;
}

section {
    padding: 70px 0;
}

section.product-checklists1.master-category {
    padding: 30px 0;
}

.head-2-wrap {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head-2-wrap .head-2 {
    margin-bottom: 0;
    display: inline-block;
    text-transform: capitalize;
}

.head-2-wrap .v-all {
    color: #653783;
    text-decoration: underline;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}

.v-all-mobile {
    display: none;
}

.cust-slider .slick-dots {
    margin: 0;
    margin-top: 32px;
}

.cust-slider .slick-dots li button {
    text-indent: -1000000%;
    height: 8px;
    width: 8px;
    background-color: #e9e2ea;
}

.cust-slider .slick-dots li.slick-active button {
    background-color: #653783;
}

.cust-arrow {
    display: flex;
    align-items: center;
}

.cust-arrow.mobile {
    display: none;
}

.cust-arrow .slick-arrow {
    width: 36px;
    height: 36px;
    padding: 0;
    background-color: #653783;
    border: 0;
    text-indent: -100000%;
    position: relative;
    outline: 0;
}

.cust-arrow .slick-arrow.prev,
.cust-arrow .slick-arrow.slick-prev {
    margin: 0 15px;
    background-color: #9268ad;
}

.cust-arrow .slick-arrow::before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    position: absolute;
    transform: rotate(-45deg);
    top: 13px;
    right: 13px;
    border-right: 3px solid;
    border-bottom: 3px solid;
    transition: 0.3s ease;
    color: #fff;
    z-index: 99;
}

.cust-arrow .slick-arrow.prev::before,
.cust-arrow .slick-arrow.slick-prev::before {
    transform: rotate(135deg);
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

body.page-template-homepage-liquid .storefront-breadcrumb {
    display: none;
}

body .storefront-breadcrumb {
    max-width: calc(100% - 50px);
    margin: 20px auto;
    padding: 0;
}

body .storefront-breadcrumb .col-full {
    padding: 0 15px;
    margin: 0;
    max-width: 100%;
}

body .woocommerce-breadcrumb {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body .woocommerce-breadcrumb a {
    text-decoration: none;
}

body .woocommerce-breadcrumb a:first-of-type:before {
    display: none;
}

body .woocommerce-breadcrumb a:hover {
    color: #653783;
}

@media screen and (max-width: 767px) {
    .cust-slider .slick-dots {
        margin-top: 20px;
    }

    .cust-arrow.mobile {
        display: flex;
        justify-content: space-between;
        margin-top: -36px;
        margin-bottom: 0;
    }

    .cust-arrow.mobile .slick-arrow {
        margin: 0 15px;
    }

    .cust-slider .slick-arrow {
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0 15px;
    }

    .cust-slider .slick-arrow.slick-prev {
        right: auto;
        left: 0;
    }

    .v-all-mobile {
        display: block;
        text-align: center;
        margin-top: 15px;
    }

    .v-all-mobile .v-all {
        font-size: 20px;
        color: #653783;
        text-decoration: underline;
    }

    section {
        padding: 50px 0;
    }
}

* {
    border: 0;
    padding: 0;
    outline: 0;
}

:focus {
    outline: 0 !important;
}

.font-2,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif;
}

h1 {
    font-size: 28px;
    line-height: 34px;
}

h2 {
    font-size: 20px;
    line-height: 26px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-size: 16px;
    line-height: 21px;
}

h5 {
    font-size: 14px;
    line-height: 18px;
}

h6 {
    font-size: 12px;
    line-height: 16px;
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 22px;
        line-height: 26px;
    }
}

.home.blog .pm-header,
.home.page:not(.page-template-template-homepage) .pm-header,
.pm-header {
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #ededed;
    height: max-content;
}

.pm-head-top-wraper {
    background-color: #212121;
    color: #fff;
}

.pm-head-top {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pm-head-top .top-left {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.pm-head-top .top-left li {
    border-right: 1px solid #404040;
    padding: 7px 10px;
}

.pm-head-top .top-left li a {
    color: #62c7ba;
    text-decoration: underline;
}

.pm-head-top .top-left li:hover {
    background-color: #46aea0;
}

.pm-head-top .top-left li:hover a {
    color: #000;
}

.pm-head-top .top-left li svg {
    width: 30px;
}

.pm-head-top .top-left li svg .a {
    fill: #fff;
}

.pm-head-top .top-right {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.pm-head-top .top-right li {
    border-left: 1px solid #404040;
    padding: 7px 10px;
}

.pm-head-top .top-right li.tr-link:hover {
    background-color: #46aea0;
}

.pm-head-top .top-right li a {
    color: #62c7ba;
    text-decoration: underline;
}

.pm-head-top .top-right li.tr-link a {
    color: #fff;
    text-decoration: none;
}

.pm-head-top .top-right select::-ms-expand {
    display: none;
}

.pm-head-top .top-right select {
    background-color: transparent;
    color: #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/arrow-green.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 24px;
}

.header-logo-part {
    flex: 0 0 200px;
}

.site-header .custom-logo-link img {
    max-width: 100%;
}

.header-logo-part .header-icon {
    display: none;
}

.header-icon-holder svg {
    min-width: 28px;
    min-height: 28px;
    width: 28px;
    height: 28px;
}

.header-icon:hover svg .hi-1 {
    fill: #46aea0;
}

.header-other-part {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0 40px;
    flex: 0 0 calc(100% - 200px);
}

.logo-search-wrapper {
    border-bottom: 1px solid #ededed;
}

.logo-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
}

.logo-search .pm-search {
    flex: 1 1 auto;
    margin: 0 60px 0 12px;
}

.pm-search .widget .widget-title {
    display: none;
}

.pm-search form {
    margin: 0;
}

.pm-search form label {
    margin: 0;
    width: 100%;
}

.pm-search form input[type="search"] {
    height: 45px;
    background-color: #ededed;
    padding: 0 20px;
    /*padding-left: 115px;*/
    font-size: 16px;
}

.pm-search .widget_search form:before {
    position: absolute;
    right: 0;
    left: auto;
    height: 100%;
    top: 0;
    background-color: #653783;
    color: #fff;
    width: 100px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.pm-search .widget_search form input[type="submit"] {
    clip-path: unset;
    -webkit-clip-path: unset;
    height: 100%;
    width: 80px;
    left: auto;
    right: 0;
    clip: unset;
    text-indent: -10000%;
    background-color: #653782;
    background-image: url(assets/img/search-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 44%;
}

.pm-search .widget_search form input[type="submit"]:hover {
    background-color: #46aea0;
}

.pm-search .widget_search form:hover:before {
    background-color: #46aea0;
}

.header-icon {
    text-align: center;
    margin: 0 20px;
    position: relative;
}

.header-icon .header-icon-holder {
    display: block;
}

.header-icon-text,
.header-icon-text a {
    font-size: 12px;
    letter-spacing: 0;
    color: #3c3c3c;
}

.logo-search .pm-user .user-icon svg {
    margin-right: 8px;
    width: 28px;
    height: 28px;
}

.logo-search .pm-user .user-icon svg .a {
    fill: none;
}

.logo-search .pm-user .user-icon svg .b {
    fill: #653782;
}

.logo-search .pm-user .name {
    max-width: 81px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 5px;
}

.logo-search .pm-user:hover .user-icon .b {
    fill: #46aea0;
    stroke: #46aea0;
}

#search_cat {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight: 700;
    color: #653783;
    text-overflow: ellipsis;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center;
    height: 100%;
    background-color: #65378350;
    width: 105px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(assets/img/arrow-purple.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding: 0 28px 0 8px;
    text-transform: capitalize;
}

.pm-user {
    position: relative;
    cursor: pointer;
}

.pm-user>a {
    color: #291437;
}

.header-icon ul {
    position: absolute;
    list-style: none;
    margin: 0;
    background-color: #fff;
    top: calc(100% - 10px);
    width: 100%;
    min-width: 160px;
    right: 0;
    padding: 15px;
    z-index: 1;
    display: none;
    opacity: 0;
    box-shadow: 0 6px 7px #00000029;
    transition: 0.3s ease;
}

.header-icon ul li {
    border-bottom: 1px dashed #d0d0d0;
    padding-bottom: 4px;
    margin-bottom: 2px;
}

.header-icon ul li a {
    color: #291437;
}

.header-icon ul li a:hover {
    color: #653783;
}

.header-icon:hover ul {
    display: block;
    opacity: 1;
}

.header-icon .arrow svg {
    margin-left: 2px;
    width: 9px;
    height: 6px;
}

.header-icon .arrow .a {
    fill: none;
    stroke: #653782;
    stroke-width: 2px;
}

.logo-search .pm-cart a {
    color: #291437;
    position: relative;
    display: inline-block;
}

.logo-search .pm-cart svg .a {
    fill: #653782;
}

.logo-search .pm-cart svg .b {
    fill: none;
    stroke: none;
}

.logo-search .pm-cart .count {
    position: absolute;
    height: 16px;
    width: 16px;
    font-size: 8px;
    background-color: #46aea0;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 16px;
    top: -7px;
    right: 0;
    border: 1px solid #fff;
    z-index: 2;
}

.logo-search .pm-cart:hover .a {
    fill: #46aea0;
}

.logo-search .pm-cart:hover .count {
    background-color: #653782;
}

.pm-nav-wrapper {
    flex: 100%;
    max-width: 100%;
}

.pm-nav .pm-mega-menu {
    margin: 0;
    list-style: none;
    display: flex;
    width: 100%;
    padding: 0;
    position: relative;
}

.pm-nav .pm-mega-menu>li {
    width: auto;
    padding: 14px 10px;
}

.pm-nav .pm-mega-menu>li.has-dropdown {
    cursor: pointer;
}

.pm-nav .pm-mega-menu>li.has-dropdown::after {
    content: "";
    height: 7px;
    width: 7px;
    transform: rotate(45deg);
    margin-left: 5px;
    border: none;
    border-right: 2px solid;
    border-bottom: 2px solid;
    color: #653783;
    display: inline-block;
    position: relative;
    top: -3px;
}

.pm-nav .pm-mega-menu>li>a {
    color: #5e5464;
    font: normal normal normal 14px/22px Nunito;
    letter-spacing: 0;
}

.pm-nav .pm-mega-menu>li>a:hover {
    text-decoration: none;
    color: #653783;
}

.pm-nav .pm-mega-menu>li .mega-menu-wrapper {
    background-color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    padding: 30px;
    box-shadow: 0 16px 20px rgb(0 0 0 / 16%);
    box-shadow: 0 16px 20px #00000029;
    transition: 0.4s ease;
    display: none;
}

.hide-zoom-zontainer {
    display: none !important;
}

.zoomLens {
    width: 100px !important;
    height: 100px !important;
}

.pm-nav .pm-mega-menu>li.has-dropdown:hover {
    box-shadow: 0 16px 20px rgb(0 0 0 / 16%);
    box-shadow: 0 16px 20px #00000029;
}

.pm-nav .pm-mega-menu>li:hover>a {
    color: #653783;
}

.pm-nav .pm-mega-menu>li:hover .mega-menu-wrapper {
    display: block;
}

.mega-menu-wrapper .head {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    border-bottom: 1px dotted #bababa;
    font-weight: 700;
    font-size: 20px;
    font-family: Montserrat, sans-serif;
}

.mega-menu-wrapper .head a {
    color: #653782;
    margin-left: 15px;
    font-weight: 400;
    text-decoration: underline;
    font-size: 14px;
    text-transform: uppercase;
}

.pm-megm-product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.pm-megm-product {
    padding: 0 10px;
    flex: 0 0 14.285714%;
    max-width: 14.285714%;
    text-align: center;
    margin-bottom: 30px;
}

.pm-megm-product a {
    color: #291437;
}

.pm-megm-product a:hover .mp-title {
    color: #46aea0;
}

.pm-megm-product .mp-img {
    height: 100px;
    margin-bottom: 8px;
}

.pm-megm-product .mp-img img {
    max-width: 100%;
    max-height: 100px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.pm-megm-product .mp-title {
    margin: 0;
    white-space: break-spaces;
    font-family: Nunito, sans-serif;
    font-size: 16px;
    line-height: 21px;
}

.pm-megm-links-list {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    line-height: 16px;
}

.pm-megm-link {
    padding: 0 10px;
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 6px;
}

.pm-megm-link a {
    color: #000;
    position: relative;
    padding-left: 10px;
    display: block;
}

.pm-megm-link a::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 4px;
    background-color: #000;
    top: 7px;
    left: 0;
}

.pm-megm-link a:hover {
    color: #46aea0;
}

.pm-logo-mbtn-holder {
    display: flex;
    align-items: center;
}

.pm-user-cart-holder {
    display: flex;
    align-items: center;
}

.pm-menu-btn {
    line-height: 0;
    padding: 4px 0;
    width: 24px;
    border: 0;
    background-color: transparent;
    border-radius: 5px;
    outline: 0 !important;
    display: block;
    height: 73px;
    margin-left: 12px;
    display: none;
    outline: 0;
}

.pm-menu-btn span {
    display: inline-block;
    height: 3px;
    width: 100%;
    background-color: #653783;
    margin-bottom: 5px;
}

.pm-menu-btn:hover {
    background-color: transparent;
    outline: 0;
}

@media screen and (max-width: 1024px) {
    .logo-search .pm-search {
        margin: 0 30px 0 12px;
    }

    .header-icon {
        margin: 0 12px;
    }

    .pm-nav .pm-mega-menu {
        overflow: visible;
        overflow-x: scroll;
        padding: 0;
        position: static;
        display: -webkit-box;
        display: -moz-box;
        flex-wrap: nowrap;
    }

    .pm-nav .pm-mega-menu>li {
        width: auto;
        padding: 14px 10px;
        border-right: 1px solid #dedede;
    }
}

@media screen and (max-width: 930px) {
    .pm-menu-btn {
        display: block;
        height: auto;
    }

    .pm-head-top .top-left {
        display: none;
    }

    .logo-search {
        flex-wrap: wrap;
        padding: 0 15px;
    }

    .logo-search .pm-search {
        flex: 0 0 100%;
        max-width: 100%;
        order: 1;
        padding: 0;
        margin: 0;
    }

    .logo-search .pm-user {
        border-left: 1px solid #dedede;
    }

    .logo-search .custom-logo-link,
    .logo-search .pm-cart,
    .logo-search .pm-user {
        flex: 1 1 auto;
        max-height: 73px;
        display: flex;
        align-items: center;
        padding: 0 12px;
        justify-content: center;
        border: 0;
    }

    .logo-search .custom-logo-link {
        border-left: 1px solid #dedede;
        height: auto;
        margin-left: 12px;
    }

    .pm-header .custom-logo-link img {
        width: auto;
        max-width: initial;
        max-height: 65px;
        min-width: 116px;
    }

    .pm-search form input[type="search"] {
        background-color: #f1f1f1;
    }

    .pm-search .widget_search form input[type="submit"],
    .pm-search .widget_search form:before {
        width: 56px;
    }

    .header-logo-part {
        display: flex;
        flex: 100%;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }

    .page-template-page-category-landing .logo-search {
        flex-wrap: nowrap;
    }

    .header-logo-part .header-icon {
        display: unset;
        margin: 0;
    }

    .header-other-part {
        flex: 100%;
        padding: 0;
        max-width: 100%;
    }

    .header-other-part .header-icon {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .pm-head-top .top-right {
        width: 100%;
    }

    .pm-head-top .top-right li:nth-child(n + 3) {
        display: none;
    }

    .pm-head-top .top-right li {
        flex: 1 1 auto;
        text-align: center;
    }

    .pm-head-top .top-right select {
        width: 100%;
    }

    .pm-header .custom-logo-link img {
        max-width: 112px;
        height: auto;
    }

    .logo-search .pm-cart .text,
    .logo-search .pm-user .name {
        display: none;
    }

    .logo-search .pm-user .user-icon svg {
        height: auto;
        width: 18px;
    }

    .logo-search .pm-user .arrow svg {
        width: 10px;
        height: auto;
    }

    .logo-search .pm-cart {
        max-width: 57px;
    }

    /* .pm-nav .pm-mega-menu {
        display: none;
    } */

    .pm-nav .pm-mega-menu>li .mega-menu-wrapper {
        display: none;
        max-width: 360px;
    }

    .pm-nav .pm-mega-menu>li:hover .mega-menu-wrapper {
        display: none;
    }

    .pm-nav .pm-mega-menu>li.mobactive:hover .mega-menu-wrapper {
        display: block;

    }

    .pm-megm-product {
        max-width: 33%;
        flex: unset;
    }

    .pm-megm-link {
        flex: unset;
        max-width: unset;
    }

    .zoomContainer {
        overflow-x: hidden;
    }
}

@media screen and (max-width: 350px) {
    .logo-search .custom-logo-link {
        margin-left: 6px;
    }

    .logo-search .custom-logo-link,
    .logo-search .pm-cart,
    .logo-search .pm-user {
        padding: 0 6px;
    }

    .pm-menu-btn {
        padding-right: 4px;
    }
}

.pm-banner {
    position: relative;
}

.pm-banner .bg-img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top right;
}

.pm-banner h1 {
    margin-top: 195px;
    margin-bottom: 100px;
    display: inline-block;
    line-height: 56px;
    font-weight: 700;
}

.pm-banner h1 span {
    display: inline-block;
    background-color: #fff;
    margin: 1px 0;
    padding: 0 12px;
    color: #040404;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    box-shadow: 0 3px 6px #00000029;
}

.banner-item-wrapper {
    bottom: -32px;
    position: relative;
}

.banner-item {
    background-color: #fff;
    height: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    box-shadow: 0 3px 6px #00000029;
    font-size: 16px;
    font-weight: 600;
}

.banner-item svg {
    width: 50px;
    height: auto;
    margin-right: 20px;
    flex: 0 0 50px;
    max-width: 50px;
}

.banner-item svg .a {
    fill: #46aea0;
}

.banner-item svg .b {
    fill: #291437;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .pm-banner .bg-img {
        object-position: top 0 right -440px;
    }
}

@media screen and (max-width: 767px) {
    .pm-banner {
        background-color: #d8d1d9;
        padding-bottom: 30px;
    }

    .pm-banner .bg-img {
        position: relative;
        width: 100%;
        min-height: 228px;
        object-position: top 0 right -140px;
    }

    .pm-banner h1 {
        margin: 9px 0;
        font-size: 32px;
        line-height: 44px;
    }

    .pm-banner h1 span {
        box-shadow: none;
        background-color: transparent;
        padding: 0;
    }

    .banner-item-wrapper {
        bottom: 0;
    }

    .banner-item-wrapper .slick-list {
        padding: 0 70px 0 0;
    }

    .banner-item {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 22px;
    }

    .banner-item svg {
        max-width: 50px;
        height: 60px;
    }

    .banner-item-wrapper.cust-slider .slick-dots {
        margin-top: 0;
    }
}

.blog-list {
    position: relative;
    margin-bottom: 30px;
    flex-wrap: wrap;
    border-radius: 6px;
}

.blog-list .pm-brm {
    display: none;
    width: 165px;
    text-align: center;
    background-color: #3c1a46;
    color: #fff;
    font-weight: 700;
    border-radius: 6px 0 6px 0;
    padding: 10px 5px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.blog-list .pm-brm:hover {
    background-color: #5c4595;
}

.col-md-8 .blog-list:last-child {
    border: 0;
}

.blog-list .blog-image {
    flex: 0 0 35%;
    position: relative;
}

.blog-list .blog-image .blog-hover {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgb(70 174 160 / 0.8);
    background-color: #46aea0cc;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    opacity: 0;
}

.blog-list .blog-image .blog-hover svg .a {
    fill: #fff;
}

.blog-list .blog-image:hover .blog-hover {
    opacity: 1;
}

.blog-list .blog-image img {
    width: 100%;
    max-height: 175px;
    object-fit: cover;
}

.blog-list .blog-image .blog-imgwrp {
    position: relative;
}

.blog-list .blog-info {
    flex: 0 0 100%;
}

.blog-list .blog-info.no-thumbnail {
    flex: 0 0 100%;
}

.blog-list .blog-title {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 9px;
    margin-top: 15px;
}

.blog-list .blog-title a {
    font-size: 16px;
    color: #291437;
    line-height: 20px;
    word-break: break-word;
}

.blog-list .blog-title a:hover {
    color: #5c4595;
}

.blog-tag {
    color: #726e75;
    margin-bottom: 5px;
}

.blog-tag ul {
    margin: 0 -5px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.blog-tag ul li {
    border-right: 2px solid #726e75;
    line-height: 1.3;
    padding: 0 5px;
}

.blog-tag ul li:last-child {
    border: 0;
}

.blog-tag ul li a {
    color: #726e75;
}

.blog-tag ul li a:hover {
    color: #291437;
}

.blog-list .blog-info .blog-desc {
    overflow: hidden;
}

.blog-list .blog-info .blog-desc a {
    color: #46aea0;
}

.blog-list .blog-info>a {
    color: #f05d61;
    font-weight: 700;
    display: inline-block;
}

.blog-date {
    margin-bottom: 0;
    margin-top: 5px;
    color: #291437;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.blog-date svg {
    vertical-align: middle;
    margin-right: 2px;
    width: 24px;
    height: auto;
}

.blog-date svg .a {
    fill: none;
    stroke: #291437;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.blog-date span {
    margin: 5px 15px 10px 0;
    display: flex;
    align-items: center;
}

.blog-date span a {
    color: #8c908c;
}

.blog-date span a:hover {
    color: #5c4595;
}

.blog-pagination {
    margin: 3rem 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.woocommerce-pagination {
    margin-left: 10px;
}

.blog-pagination .page-numbers {
    display: inline-block;
    font: 400 17px/30px "Source Sans Pro", "Open Sans";
    width: 25px;
    background-color: transparent;
    margin: 0 15px;
    text-align: center;
    line-height: 32px;
    color: #000;
    cursor: pointer;
    font-weight: 700;
}

.blog-pagination .page-numbers.next,
.blog-pagination .page-numbers.prev {
    height: 21px;
    width: 21px;
    position: relative;
    text-indent: -10000px;
}

.blog-pagination .page-numbers.current {
    background-color: #5c4595;
    color: #fff;
    border-radius: 50%;
    height: 32px;
    width: 32px;
}

.blog-pagination .page-numbers.next:before,
.blog-pagination .page-numbers.prev:before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    transform: rotate(-45deg);
    bottom: 11px;
    left: 29%;
    color: #5c4595;
    border-right: 3px solid;
    border-bottom: 3px solid;
    position: absolute;
    top: 4px;
}

.blog-pagination .page-numbers.prev:before {
    transform: rotate(135deg);
    left: 0;
}

.pm-popular-post h3 {
    margin-bottom: 15px;
}

.pm-popular-post ul {
    list-style: none;
    margin: 0;
    margin-bottom: 50px;
    padding-left: 0;
}

.pm-popular-post ul li {
    display: block;
    margin-bottom: 10px;
}

.pm-popular-post ul li a {
    display: block;
    position: relative;
    color: #000;
    padding-left: 20px;
    transition: 0.3s ease;
}

.pm-popular-post ul li a:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 8px;
    background-color: #262627;
    top: 12px;
    left: 0;
}

.pm-popular-post ul li a:hover {
    color: #5c4595;
}

.pm-single-blog {
    padding-right: 50px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.inner-head {
    text-transform: capitalize;
}

.inner-head,
.pm-single-blog h1 {
    color: #3a1943;
    margin-bottom: 15px;
}

.pm-single-blog .blog-simg-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.pm-single-blog h2,
.pm-single-blog h3,
.pm-single-blog h4 {
    border: 0;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 0;
}

.pm-single-blog h2 {
    font-size: 20px;
    font-weight: 700;
}

.pm-single-blog .pm-inner-head {
    font-size: 36px;
}

.pm-blog-np {
    padding-top: 30px;
    position: relative;
    padding-bottom: 50px;
    background-color: #f4f4f4;
}

.pm-blog-np .blog-list {
    background-color: #fff;
    border: 0;
    box-shadow: 0 3px 10px #00000014;
    margin: 0;
    padding: 20px 30px;
    min-height: 81%;
    border-radius: 10px;
}

.pm-blog-np .blog-list .blog-info {
    padding-bottom: 0;
}

.pm-blog-np .blog-list .blog-info .blog-title a {
    line-height: 1.3;
    margin-bottom: 6px;
    display: block;
    max-width: 225px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.np-arrows {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.np-arrows:hover {
    color: #5c4595;
}

.np-arrows .arrow {
    display: inline-block;
    width: 24px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    margin-right: 10px;
}

.np-arrows .arrow:before {
    content: "";
    height: 12px;
    display: inline-block;
    width: 12px;
    transform: rotate(135deg);
    border-right: 3px solid;
    border-bottom: 3px solid;
}

.np-arrows.bnext .arrow:before {
    content: "";
    transform: rotate(-45deg);
}

.np-arrows.bnext .arrow {
    margin-right: 0;
    margin-left: 10px;
}

.pm-single-blog img {
    /* width: 100%; */
    margin: 20px 0;
}

.pm-single-blog .blog-date i {
    margin-right: 10px;
    color: #8c2008;
}

.pm-single-blog .blog-date span {
    margin-right: 15px;
}

.pm-single-blog .blog-date svg {
    margin-right: 5px;
}

.pm-single-blog .blog-date svg .a {
    fill: none;
    stroke: #262627;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.blog-social {
    font-weight: 600;
    margin-bottom: 40px;
}

.blog-social .addtoany_shortcode {
    display: inline;
}

.blog-social .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
    border-radius: 50%;
    background-color: transparent !important;
    transition: 0.3s ease;
    opacity: 1;
    margin-right: 4px;
}

.blog-social .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span svg path {
    fill: #2ec400;
}

.blog-social .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span:hover svg path {
    fill: #5c4595;
}

.blog-social .a2a_svg svg {
    width: 28px;
    height: 32px;
}

.pm-blog-sidbar {
    margin-bottom: 50px;
}

.pm-blog-sidbar h3 {
    margin-bottom: 10px;
}

.pm-blog-sidbar p {
    line-height: 23px;
    margin: 0;
}

.pm-blog-sidbar a {
    font-weight: 600;
    text-decoration: underline;
}

.four-point {
    margin-bottom: 30px;
}

.four-point .head,
.pm-popular-post h2 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}

.four-point .banner-item {
    padding: 10px 20px;
    margin-bottom: 14px;
}

.blog-side-form.pm-form1 .gform_wrapper ul.gform_fields li.pm-g6 {
    flex: 0 0 100%;
}

.blog-side-form.pm-form1 .gform_wrapper .gform_footer {
    text-align: center;
}

@media screen and (max-width: 1023px) {
    .blog-list {
        margin-right: 0;
    }

    .pm-single-blog {
        padding-right: 0;
    }
}

@media screen and (max-width: 930px) {
    .blog-col {
        display: none;
    }

    .blog-col:nth-child(-n + 2) {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .pm-single-blog h2 {
        font-size: 20px;
    }

    .banner-down-arrow {
        display: block;
    }

    .blog-list {
        flex-wrap: wrap;
        margin-bottom: 30px;
        padding-bottom: 0;
        padding-right: 0;
        padding-top: 0;
    }

    .blog-list .blog-image {
        flex: 0 0 100%;
        margin-right: 0;
    }

    .blog-list .blog-image img {
        max-height: initial;
    }

    .blog-list .blog-image .blog-imgwrp {
        padding: 0;
        padding-right: 0;
        margin: 0;
    }

    .blog-list .blog-image .blog-imgwrp img {
        width: 100%;
        border-radius: 6px 6px 0 0;
    }

    .blog-list .blog-title a {
        font-size: 22px;
        font: normal normal bold 14px/20px Montserrat;
    }

    .pm-single-blog {
        padding-right: 0;
    }

    .pm-single-blog .blog-simg-wrapper {
        margin: 0 -15px 15px;
        padding: 0 15px 10px 10px;
    }

    .pm-ourservice-side a svg {
        margin: 15px auto 0;
        display: block;
        position: relative;
    }

    .blog-list .blog-info {
        flex: 0 0 100%;
        padding: 0;
    }

    .blog-pagination {
        margin-bottom: 30px;
    }

    .blog-pagination .page-numbers {
        margin-bottom: 20px;
    }

    .pmm-blog-sidebar a {
        margin-bottom: 30px;
    }

    .pm-popular-post ul {
        margin-bottom: 0;
    }

    .pm-blog-np .blog-list {
        margin-bottom: 30px;
        min-height: auto;
    }
}

.scroll-top {
    display: none;
    background-color: #fff;
    text-align: center;
    color: #46aea0;
    font-weight: 600;
    position: fixed;
    bottom: 80px;
    right: 10px;
    padding: 7px 12px;
    text-decoration: 3px underline;
    z-index: 1000;
}

.scroll-top.active {
    display: inline-block;
}

.scroll-top:hover {
    color: #46aea0;
}

.scroll-top svg {
    display: block;
    margin: 0 auto 2px;
}

.scroll-top svg .a {
    fill: none;
    stroke: #46aea0;
    stroke-width: 3px;
}

body .site-footer {
    background-color: #291437;
    color: #fff;
    text-align: center;
    padding: 40px;
}

.footer-logo-social {
    display: flex;
    align-items: center;
}

.footer-logo-social .footer-logo {
    margin-right: 30px;
    flex: 0 0 120px;
    max-width: 120px;
}

.footer-logo-social .social {
    display: flex;
    list-style: none;
    margin: 0 -10px;
    flex-wrap: wrap;
}

.footer-logo-social .social li {
    margin: 8px 4px 0;
    padding: 0;
}

.footer-logo-social .social li::before {
    display: none;
}

.footer-logo-social .social li a {
    display: flex;
    height: 24px;
    width: 24px;
    transition: 0.3s ease;
    background-color: #653783;
    align-items: center;
    justify-content: center;
}

.footer-logo-social .social li a:hover {
    background-color: #46aea0;
}

.footer-logo-social .social li svg {
    height: 16px;
    width: auto;
}

.footer-logo-social .social li svg .a {
    fill: #fff;
}

.payment-available {
    margin: 15px 0px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .payment-available img {
        float: right;
        margin-top: -50px;
        margin-right: 10px;
    }
}

.copyright-wrapper {
    background-color: #130020;
    padding: 13px 0;
    color: #fff;
}

.copyright {
    display: flex;
    justify-content: space-between;
}

.copyright a {
    color: #fff;
}

.footer-wrapper {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-wrapper .footer-item {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 30px;
    text-align: left;
    font-size: 12px;
}

.footer-wrapper .footer-item.fcont-details {
    color: #f3f3f3;
}

.footer-wrapper .footer-item.fcont-details p {
    margin-bottom: 8px;
}

.footer-wrapper .footer-item.fcont-details .head {
    margin-bottom: 13px;
}

.footer-item .head {
    font-size: 14px;
    color: #fff;
    margin-bottom: 13px;
    padding-bottom: 15px;
    border-bottom: 2px solid #b698c9;
    text-transform: capitalize;
}

.footer-item .head.mobile {
    display: none;
}

.footer-item ul {
    margin: 0;
    list-style: none;
}

.footer-item ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 15px;
}

.footer-item ul li::before {
    content: "";
    height: 2px;
    width: 5px;
    position: absolute;
    background-color: #fff;
    top: 11px;
    left: 0;
}

.site-footer .footer-item a:not(.button):not(.components-button) {
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
    text-transform: capitalize;
}

.site-footer .footer-item a:not(.button):not(.components-button):hover {
    color: #46aea0;
}

.term-menu-list.mobile {
    display: none;
}

.term-menu-list ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.term-menu-list ul li {
    border-left: 1px solid;
    padding: 0 7px;
}

.term-menu-list ul li:first-child {
    border: 0;
}

.site-footer .term-menu-list a:not(.button):not(.components-button) {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    text-transform: capitalize;
}

.site-footer .term-menu-list a:not(.button):not(.components-button):hover {
    color: #46aea0;
}

@media screen and (max-width: 767px) {
    body .site-footer {
        padding-bottom: 20px;
    }

    .footer-wrapper {
        padding-top: 0;
    }

    .footer-wrapper .footer-item.fcont-details {
        display: flex;
        flex-direction: column;
    }

    .footer-logo-social {
        order: -1;
    }

    .footer-logo-social .footer-logo {
        margin: 0 24px 18px 0;
    }

    .footer-wrapper .footer-item {
        flex: 0 0 100%;
        max-width: 100%;
        border-bottom: 2px solid #b698c9;
        padding-right: 10px;
    }

    .footer-item ul {
        display: none;
    }

    .footer-item.footer-contact ul li {
        margin-bottom: 15px;
    }

    .footer-item .head {
        margin-bottom: 0;
        padding: 15px 0;
        display: none;
        border: 0;
    }

    .footer-item .head.mobile {
        display: block;
        position: relative;
        cursor: pointer;
    }

    .footer-wrapper .footer-item.fcont-details .head {
        padding: 0;
        margin-bottom: 10px;
        display: block;
    }

    .footer-item .head.mobile:after {
        content: "";
        display: inline-block;
        height: 15px;
        width: 15px;
        position: absolute;
        transform: rotate(45deg);
        top: 16px;
        right: 4px;
        border-right: 3px solid;
        border-bottom: 3px solid;
        transition: 0.3s ease;
        color: #fff;
    }

    .footer-item .head.mobile.fc-nh::after {
        display: none;
    }

    .footer-item.active .head.mobile:after {
        transform: rotate(-135deg);
        top: 24px;
        color: #fff;
    }

    .term-menu-list {
        display: none;
    }

    .term-menu-list.mobile {
        display: block;
    }

    .term-menu-list ul {
        flex-direction: column;
    }

    .term-menu-list ul li {
        border: 0;
        margin: 7px 0;
        text-align: left;
    }

    .copyright-wrapper {
        margin-top: -2px;
    }

    .single-product .copyright-wrapper {
        padding-bottom: 150px;
    }

    .copyright {
        flex-direction: column;
        justify-content: center;
    }
}

.pm-contact-form {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137254902);
    box-shadow: 0 3px 6px #00000029;
    padding: 10px 25px 25px;
    border-radius: 8px;
    margin-bottom: 50px;
}

.pm-contact-form .title {
    color: #53b9aa;
    font-size: 20px;
}

.pm-form1 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.pm-form1 .gform_wrapper select {
    height: 40px;
    border-radius: 6px;
    margin: 0;
    background-color: transparent;
    border: 1px solid #ccc;
}

.pm-form1 .gform_wrapper.gravity-theme select {
    color: #43454b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
    padding: 4px;
}

.gform_required_legend {
    display: none;
}

.pm-form1 .gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices {
    min-height: 40px;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
}

.pm-form1 .gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: 25px !important;
    font-size: 14px;
    color: #43454b;
    font-family: Nunito, sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.pm-form1 .gform_wrapper textarea {
    border-radius: 6px;
    margin: 0;
    background-color: transparent;
    border: 1px solid #ccc;
}

.pm-form1 .gform_wrapper.gravity-theme .gfield textarea.small {
    height: 50px;
}

.pm-form1 .gform_wrapper ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px !important;
}

.pm-minus-margin {
    margin-top: -50px;
}

@media screen and (max-width: 767px) {
    .pm-minus-margin {
        margin-top: -20px;
    }
}

.pm-form1 .gform_wrapper ul.gform_fields li.gfield {
    flex: 0 0 100%;
    padding: 0 15px;
    margin: 0 0 15px;
}

.pm-form1 .gform_wrapper ul li.gfield.field_sublabel_above.field_description_below+li.gfield {
    margin-top: 0;
}

.pm-form1 .gform_wrapper .top_label .gfield_label {
    font-weight: 400;
    margin-bottom: 5px;
}

body .pm-form1 .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

.pm-form1 .gform_wrapper ul.gform_fields li.pm-g6 {
    flex: 0 0 50%;
}

.pm-form1 .gform_wrapper ul.gform_fields li.gfield ::placeholder {
    color: #ddd;
}

.pm-form1 .gform_wrapper ul.gform_fields li.gfield :-ms-input-placeholder {
    color: #ddd;
}

.pm-form1 .gform_wrapper ul.gform_fields li.gfield::-ms-input-placeholder {
    color: #ddd;
}

.pm-form1 .gform_wrapper .gform_footer input[type="submit"] {
    background-color: #653783;
    color: #fff;
    border: 0;
    padding: 10px;
    display: inline-block;
    font-size: 16px;
    min-width: 250px;
    text-align: center;
    text-transform: capitalize;
    font-family: Montserrat, sans-serif;
    transition: 0.3s ease;
    margin-right: 0;
}

.pm-form1 .gform_wrapper .gform_footer input[type="submit"]:hover {
    box-shadow: 0 10px 22px #0000004a;
    box-shadow: 0 10px 22px rgb(0 0 0 / 29%);
}

.pm-form1 .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
    text-align: right;
}

.pm-contact-info .conp-info {
    font-weight: 600;
}

.pm-contact-info h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #3c1a46;
}

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

.contact-info-list li {
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
}

.contact-info-list li svg {
    position: absolute;
    left: 0;
    top: 2px;
}

.contact-info-list svg .a,
.footer-contact svg .b {
    fill: none;
}

.contact-info-list svg .b {
    stroke: #007601;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
    fill: none;
}

.pm-contact-info .social {
    margin-top: 30px;
}

.pm-contact-info .social li svg {
    height: 24px;
    width: auto;
}

.pm-contact-info .social li svg .a {
    fill: #000;
}

.pm-contact-info .social li:hover .a {
    fill: #5c4595;
}

.social {
    display: flex;
    list-style: none;
    margin: 0 -15px;
}

.social li {
    margin: 0 15px;
}

.social li .a {
    fill: #000;
}

@media screen and (max-width: 767px) {
    .pm-form1 .gform_wrapper ul.gform_fields li.pm-g6 {
        flex: 0 0 100%;
    }

    .pm-form1 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
        margin-bottom: 0;
        width: 100%;
        padding: 7px 15px;
    }

    .pm-contact-info {
        margin-bottom: 40px;
    }
}

.home-category {
    background-color: #d8d1d9;
    padding-top: 130px;
}

.home-category .head-2-wrap {
    margin-bottom: 40px;
}

.category-1 {
    grid-area: cat-1;
}

.category-2 {
    grid-area: cat-2;
}

.category-3 {
    grid-area: cat-3;
}

.category-4 {
    grid-area: cat-4;
}

.category-5 {
    grid-area: cat-5;
}

.categories-wrapper {
    display: grid;
    grid-gap: 30px;
    grid-template-areas: "cat-1 cat-1 cat-1 cat-1 cat-1 cat-1 cat-1 cat-2 cat-2 cat-3 cat-3 cat-3" "cat-4 cat-4 cat-4 cat-4 cat-5 cat-5 cat-5 cat-5 cat-5 cat-3 cat-3 cat-3";
    width: 100%;
}

.categories-wrapper .category-item {
    padding: 0;
    background-color: #d6cfd7;
    flex-wrap: wrap;
    box-shadow: 0 6px 12px rgb(73 48 78 / 30%);
    box-shadow: 0 6px 12px #49304e4d;
    position: relative;
    min-height: 240px;
}

.category-item .categ-img {
    flex: 0 0 55%;
    max-width: 55%;
}

.category-item .categ-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.category-item .categ-img img.mobile {
    display: none;
}

.category-item .categ-details {
    max-width: 100%;
    position: relative;
    padding: 20px;
    visibility: hidden;
}

.category-item.category-1 .categ-details,
.category-item.category-5 .categ-details {
    width: 55%;
    float: right;
}

.category-item .categ-details .categ-hashtag {
    font-size: 14px;
    color: #653783;
}

.category-item .categ-details .categ-title {
    font-size: 16px;
    font-weight: 700;
    color: #291437;
    margin-top: 0;
    margin-bottom: 5px;
    position: relative;
}

.category-item .categ-details .categ-title::after {
    content: "";
    position: absolute;
    height: 9px;
    width: 9px;
    transform: rotate(-45deg);
    top: 5px;
    right: 0;
    margin: 0 10px;
    border: none;
    border-right: 2px solid;
    border-bottom: 2px solid;
    color: #653783;
}

.category-item .categ-details .count {
    color: #60516a;
    font-size: 14px;
    font-weight: 600;
}

.categories-wrapper .category-item.category-2 {
    flex-direction: column-reverse;
    justify-content: space-between;
}

.categories-wrapper .category-item.category-2 .categ-details {
    flex: 0 0 25%;
    max-width: 100%;
    padding: 20px;
}

.categories-wrapper .category-item.category-3 {
    flex-direction: column-reverse;
    justify-content: flex-end;
}

.categories-wrapper .category-item.category-3 .categ-details {
    max-width: 100%;
}

.categories-wrapper .category-item.category-5 {
    flex-direction: row-reverse;
}

.category-item .categ-count {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.category-item .categ-count a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
    color: #000;
    font-size: 14px;
    padding-right: 0;
}

.category-item .categ-count a svg {
    height: 31px;
    width: 60px;
    padding: 6px 20px;
    transition: 0.3s ease;
}

.category-item .categ-count a svg .a,
.category-item .categ-count a svg .b {
    fill: none;
    stroke: #46aea0;
    stroke-linecap: round;
    stroke-width: 1.5px;
}

.category-item .categ-count a svg .b {
    stroke-linejoin: round;
}

.category-item .categ-count a:hover svg {
    background-color: #653783;
}

.category-item .categ-count a:hover .a,
.category-item .categ-count a:hover .b {
    stroke: #fff;
}

.categories-wrapper .category-item.category-1 .categ-count {
    width: 45%;
    right: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
    .categories-wrapper {
        grid-gap: 15px;
    }

    .category-item .categ-img {
        flex: 0 0 100%;
        max-width: 100%;
        height: 100%;
    }

    .category-item .categ-img img {
        position: relative;
    }

    .categories-wrapper .category-item {
        min-height: auto;
    }

    .category-item .categ-details {
        flex: 0 0 55%;
        max-width: 55%;
        padding: 15px;
        display: none;
    }

    .categories-wrapper .category-item.category-2 .categ-details {
        padding: 15px;
    }

    .category-item .categ-details .categ-title {
        font-size: 14px;
    }

    .categories-wrapper .category-item.category-1 .categ-count {
        width: 55%;
    }

    .categories-wrapper .category-item.category-3 {
        width: 270px;
    }

    .categories-wrapper .category-item.category-2 {
        width: 210px;
    }

    .categories-wrapper .category-item.category-4 {
        min-width: 180px;
    }

    .category-item .categ-count a {
        padding: 0 15px;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .home-category {
        padding-top: 30px;
        margin-top: -1px;
    }

    .home-category .head-2-wrap {
        margin-bottom: 20px;
    }

    .categories-pr0 {
        padding-right: 0;
    }

    .categories-wrapper .category-item {
        min-height: 390px;
    }

    .category-item .categ-details,
    .category-item .categ-img {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .category-item .categ-details {
        padding: 20px 15px;
        display: none;
    }

    .category-item .categ-img img {
        display: none;
        position: relative;
    }

    .category-item .categ-img img.mobile {
        display: block;
    }

    .categories-wrapper .slick-list {
        padding: 0 70px 0 0;
    }

    .categories-wrapper.slick-initialized .slick-slide {
        margin-right: 20px;
        margin-bottom: 30px;
        min-height: auto;
    }

    .category-item .categ-details .categ-title {
        font-size: 18px;
    }

    .category-item.category-1 .categ-details,
    .category-item.category-5 .categ-details {
        width: 100%;
    }

    .categories-wrapper.cust-slider .slick-dots {
        margin-top: 0;
    }

    .categories-wrapper .category-item.category-2 .categ-img {
        padding: 0;
    }

    .categories-wrapper .category-item.category-3 .categ-img {
        max-width: 100%;
        margin-top: 0;
    }

    .categories-wrapper .category-item.category-2 img,
    .categories-wrapper .category-item.category-4 img {
        width: 100%;
    }

    .categories-wrapper .category-item.category-1 .categ-count {
        width: 100%;
    }

    .category-item .categ-count {
        bottom: 10px;
    }
}

.offer-sidebar {
    background-color: #f2f2f2;
}

.featured-products {
    background-color: #f2f2f2;
}

.featured-products .cust-slider .slick-dots {
    margin-top: 0;
}

.featured-products .slick-initialized .slick-slide {
    padding-top: 12px;
    padding-bottom: 30px;
}

.featured-products .slick-list {
    padding: 0 0;
    margin: 0 15px;
}

.fea-product-item {
    background-color: #fff;
    box-shadow: 0 3px 6px #00000029;
    padding-bottom: 10px;
    position: relative;
    height: calc(100% - 8px);
    margin-bottom: 8px;
}

.fea-product-item .trend-label {
    display: inline-block;
    position: absolute;
    top: -12px;
    right: 20px;
    font-size: 14px;
    padding: 3px 12px;
    background-color: #46aea0;
    color: #fff;
    font-style: italic;
}

.fea-product-item .trend-label.red {
    background-color: #fd3635;
}

.fea-product-item .trend-label.yellow {
    background-color: #f59f2a;
}

.fea-product-item .fea-img {
    height: 128px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}

.fea-product-item .fea-img img {
    display: block;
    max-width: 100%;
    max-height: 95px;
    object-fit: contain;
    margin: 0 auto;
    padding: 0 10px;
}

.fea-product-item .fea-body {
    padding: 0 10px;
    position: relative;
    text-align: left;
}

.fea-product-item .fea-body::before {
    position: absolute;
    width: 150px;
    top: 0;
    left: calc(50% - 75px);
    border-top: 1px dashed #bababa;
}

.fea-product-item .fea-title {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 2;*/
    -webkit-box-orient: vertical;
    text-transform: capitalize;
    color: #2e2e2e;
    font-weight: bold;
}

.fea-product-item .fea-price {
    color: #1ea08f;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.fea-product-item .fea-price del {
    color: #830202;
    display: block;
    font-size: 10px;
}

.fea-product-item .fea-discount-text {
    color: #00afef;
    font-style: italic;
    margin-bottom: 10px;
}

.fea-product-item .fea-discount-text.green {
    color: #89b200;
}

.fea-product-item .fea-discount-text.red {
    color: #d11;
}

.fea-product-item .fea-waranty-label {
    display: inline-block;
    background-color: #291437;
    color: #fff;
    font-size: 14px;
    padding: 0 3px;
    position: relative;
    font-style: italic;
    height: 20px;
}

.fea-product-item .fea-waranty-label::before {
    content: "";
    position: absolute;
    border-top: 10px solid #291437;
    border-bottom: 10px solid #291437;
    border-left: 7px solid transparent;
    top: 0;
    left: -7px;
}

.fea-product-item .fea-waranty-label::after {
    content: "";
    position: absolute;
    border-top: 10px solid #291437;
    border-bottom: 10px solid #291437;
    border-right: 7px solid transparent;
    top: 0;
    right: -7px;
}

.woocommerce-product-rating {
    margin-bottom: 14px;
    /*display: none;*/
}

.star-rating {
    margin: 0 auto;
    height: 20px;
    width: 107px;
}

.star-rating:before {
    font-size: 12px;
    letter-spacing: 8px;
    color: #c1c8ce;
}

.star-rating span:before {
    color: #fec62e;
    font-size: 12px;
    letter-spacing: 8px;
}

@media screen and (max-width: 767px) {
    .featured-products {
        margin: 0 -15px;
    }

    .featured-products .slick-list {
        padding: 0 75px 0 15px;
        margin: 0;
    }

    .archive .woocommerce-product-rating,
    .search .woocommerce-product-rating {
        margin-bottom: 4px;
    }

    .fea-product-item .fea-price {
        flex-direction: column-reverse;
    }
}

.best-deal-and-arrival {
    padding-top: 0;
}

.best-deal-and-arrival .head-2-wrap {
    padding: 0 15px;
}

.best-deal-wrapper {
    padding-right: 15px;
    margin: 0 -15px 70px;
}

.best-deal-item {
    height: 100%;
}

.best-deal-product {
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    box-shadow: 0 0 10px #00000029;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 12px 12px;
    position: relative;
    height: calc(100% - 12px);
}

.best-deal-product .arrow {
    position: absolute;
    height: 100%;
    width: 45px;
    top: 0;
    right: 0;
    padding: 0;
    transition: 0.3s ease;
}

.best-deal-product .arrow::before {
    position: absolute;
    content: "";
    height: 9px;
    width: 9px;
    transform: rotate(-45deg);
    top: 29px;
    right: 10px;
    margin: 0 10px;
    border: none;
    border-right: 2px solid;
    border-bottom: 2px solid;
    color: #46aea0;
}

.best-deal-item a:hover .arrow {
    background-color: #653783;
}

.best-deal-item a:hover .arrow::before {
    color: #fff;
}

.best-deal-product .bd-imag {
    flex: 0 0 30%;
}

.best-deal-product .bd-imag img {
    max-width: 100%;
    max-height: 160px;
    object-fit: contain;
}

.ywp-product-image img {
    object-fit: contain;
    max-height: 100%;
}

.best-deal-product .bd-details {
    flex: 0 0 70%;
    padding: 0 30px 0 20px;
    position: relative;
}

.best-deal-product .bd-details .star-rating {
    margin: 0;
}

.best-deal-product .bd-details .bd-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 4px;
}

.best-deal-product .bd-details .bd-price {
    color: #291437;
    font-weight: 700;
    margin-bottom: 4px;
}

.best-deal-product .bd-details .bd-price del {
    color: #9c9c9c;
    margin: 0;
    display: block;
}

.best-deal-product .bd-details .bd-label {
    display: inline-block;
    font-size: 14px;
    background-color: #89b221;
    color: #fff;
    padding: 0 4px;
    padding-right: 14px;
    position: relative;
    font-style: italic;
    margin-right: 6px;
    height: 20px;
}

.best-deal-product .bd-details .bd-label:after {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 7px solid #fff;
    top: 0;
    right: 0;
}

.best-deal-product .bd-details .bd-label.black {
    background-color: #291437;
}

.best-deal-product .bd-details .bd-label.black::after {
    border-color: #291437;
    border-right-color: transparent;
}

.best-deal-product .bd-details .bd-label.blue {
    background-color: #00afef;
}

.best-deal-product .bd-details .bd-label.blue::after {
    border-color: #00afef;
    border-right-color: transparent;
}

.new-arrival-wrapper {
    padding-left: 15px;
    margin: 0 -15px;
}

.best-deal-slider .slick-list,
.new-arrival-slider .slick-list {
    padding-right: 60px;
}

.best-deal-slider .slick-slide {
    height: auto;
}

.best-deal-slider.cust-slider .slick-dots {
    margin-top: 18px;
}

#olpos2 {
    margin-top: 60px;
}

.offer-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.bottom-offers {
    padding: 0;
}

.bottom-offers .offer-list {
    display: flex;
    justify-content: space-between;
    margin: 0 -7.5px;
    flex-direction: inherit;
}

.bottom-offers .offer-list-item {
    padding: 0 7.5px;
    flex: 0 0 50%;
}

@media (min-width: 992px) {
    .offer-list.fixed {
        position: fixed;
        top: 10px;
        margin: 0;
        max-width: inherit;
        margin-left: -15px;
    }

    .offer-list.bottom {
        position: absolute;
        bottom: 0;
        top: auto;
        width: 110%;
        max-width: 110%;
    }
}

.offer-list .offer-list-item img {
    margin: 0 auto 8px;
    width: 100%;
    border-radius: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
    #olpos2 {
        margin-top: 0;
    }

    .offer-list {
        margin: 0 0 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-direction: inherit;
    }

    .offer-list .offer-list-item {
        max-width: 50%;
        margin: 0;
        padding: 10px 10px;
        flex: 0 0 50%;
    }

    .bottom-offers .offer-list,
    .offer-list .offer-list-item img {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .offer-sidebar {
        background-color: transparent;
    }

    .best-deal-and-arrival .head-2-wrap {
        margin-bottom: 15px;
    }

    .best-deal-product {
        display: flex !important;
        margin: 7.5px 15px 18px;
        max-width: calc(100% - 30px);
    }

    .best-deal-slider .slick-slide,
    .new-arrival-slider .slick-slide {
        height: auto !important;
    }

    .best-deal-wrapper {
        padding: 0;
        margin: 50px -30px 50px;
    }

    .new-arrival-wrapper {
        padding: 0;
        margin: 0 -30px;
    }

    .best-deal-slider .slick-list,
    .new-arrival-slider .slick-list {
        padding-right: 0;
    }

    #olpos2 {
        margin-top: 0;
    }

    .offer-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: initial;
        flex-direction: inherit;
    }

    .bottom-offers .offer-list {
        margin: 0 -5px;
    }

    .offer-list .offer-list-item {
        max-width: 50%;
        flex: 0 0 50%;
        margin: 0;
        text-align: center;
        padding: 8px 5px;
    }

    .offer-list .offer-list-item.big {
        max-width: calc(100% - 5px);
        flex: 0 0 100%;
        margin: 0 0 10px;
    }

    .offer-list .offer-list-item img {
        margin: 0;
    }

    .offer-list .offer-list-item.big img {
        min-width: 100%;
        width: 100%;
        object-fit: cover;
        object-position: top center;
    }
}

.product-checklists {
    background-color: #291437;
    padding: 30px 40px;
}

.product-checklists.master-category {
    background: #f2f2f2;
}

.product-checklists .head-2-wrap {
    margin-bottom: 20px;
}

.product-checklists .head-2-wrap .head-2 {
    color: #fff;
    font-size: 28px;
}

.product-checklists.master-category .head-2-wrap .head-2 {
    color: #000;
}

.checklist-item-wrapper {
    height: 100%;
}

.post-type-archive-checklists .checklist-item-wrapper {
    padding: 0;
    margin-bottom: 50px;
}

.post-type-archive-checklists .checklist-item {
    height: calc(100% - 70px);
}

.checklist-item {
    background-color: #fff;
    padding: 0 20px 40px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 16%);
    box-shadow: 0 10px 20px #00000029;
    margin-top: 20px;
    margin-bottom: 20px;
    height: calc(100% - 40px);
    position: relative;
}

.checklist-item img {
    width: 100%;
    position: relative;
    top: -20px;
    height: 220px;
    object-fit: cover;
}

.checklist-item .cl-title {
    font-size: 16px;
    color: #291437;
    margin-bottom: 7px;
}

.checklist-item .cl-title a {
    color: #291437;
    font-weight: 700;
}

.checklist-item .cl-title a:hover {
    color: #5c4595;
}

.checklist-item .cl-title svg {
    width: 20px;
    height: auto;
}

.checklist-item .cl-label {
    font-style: italic;
    background-color: #291437;
    color: #fff;
    display: inline-block;
    padding: 0 4px;
    position: relative;
    margin-bottom: 7px;
    height: 20px;
}

.checklist-item .cl-label:after {
    content: "";
    position: absolute;
    border-top: 10px solid #291437;
    border-bottom: 10px solid #291437;
    border-right: 7px solid transparent;
    border-top: 10px solid #291437;
    border-bottom: 10px solid #291437;
    border-right: 10px solid transparent;
    top: 0;
    right: -9px;
}

.checklist-item .cl-content {
    margin-bottom: 22px;
    color: #000;
}

.checklist-item .cl-content ul {
    margin: 0;
    list-style: none;
}

.checklist-item .cl-content ul li {
    position: relative;
    padding-left: 10px;
}

.checklist-item .cl-content ul li::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 4px;
    background-color: #000;
    top: 9px;
    left: 0;
}

.checklist-item .cl-cta {
    display: inline-block;
    padding: 15px;
    background-color: #46aea0;
    color: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 29%);
    box-shadow: 0 3px 6px #0000004a;
    padding-right: 44px;
    position: absolute;
    bottom: -20px;
    left: 25px;
    font-size: 16px;
}

.checklist-item .cl-cta::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 44px;
    background-color: transparent;
    top: 0;
    right: 0;
    transition: 0.3s ease;
}

.checklist-item .cl-cta:hover {
    box-shadow: 0 10px 22px #0000004a;
    box-shadow: 0 10px 22px rgb(0 0 0 / 29%);
}

.checklist-item .cl-cta span {
    display: inline-block;
    padding-right: 6px;
    border-right: 1px solid #018876;
}

.checklist-item .cl-cta svg {
    position: absolute;
    height: 12px;
    top: calc(50% - 6px);
    right: 15px;
    width: auto;
    padding: 0;
    transition: 0.3s ease;
}

.checklist-item .cl-cta:hover svg {
    right: 10px;
}

.checklist-item .cl-cta svg .a,
.checklist-item .cl-cta svg .b {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-width: 1.5px;
}

.checklist-slider .slick-slide {
    height: auto;
}

.consult-form-wrapper {
    margin-top: 70px;
}

.consult-form-wrapper .head-2-wrap {
    text-align: center;
    justify-content: center;
    margin-bottom: 30px;
}

.consult-form-wrapper .head-2-wrap .head-2 {
    font-size: 20px;
}

.consult-form-wrapper .head-2-wrap p {
    margin-bottom: 0;
}

.consult-form-wrapper .head-2-wrap span {
    font-family: Nunito, sans-serif;
    display: block;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 400;
}

body .pm-form .gform_wrapper ul li.gfield {
    padding: 0 15px;
    margin: 0 0 30px;
}

.pm-form .gform_wrapper {
    margin-top: 0;
}

.pm-form .gform_wrapper .gform_heading {
    display: none;
}

body .pm-form .gform_wrapper .top_label div.ginput_container {
    margin: 0;
}

.pm-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    margin: 0;
    height: 50px;
    padding: 0 12px;
}

.pm-form .gform_wrapper .gform_footer {
    padding: 0 15px;
    margin-top: 15px;
    text-align: center;
}

.pm-form .gform_wrapper .gform_footer input[type="submit"] {
    font-family: Montserrat, sans-serif;
    background-color: #46aea0;
    color: #fff;
    width: 230px;
    padding: 13px 10px;
    margin: 0;
    transition: 0.3s ease;
    box-shadow: 0 3px 6px rgb(0 0 0 / 29%);
    box-shadow: 0 3px 6px #0000004a;
}

.pm-form .gform_wrapper .gform_footer input[type="submit"]:hover {
    background-color: #fff;
    color: #291437;
}

body .pm-form.consult-form .gform_wrapper ul li.gfield {
    width: 33.333333%;
    clear: none;
    vertical-align: text-top;
    float: left;
}

body .pm-form.consult-form .gform_wrapper ul li.pm-textbox.gfield {
    float: right;
}

.consult-form .gform_wrapper li.pm-textbox textarea.small {
    height: 130px;
}

.home-consult-cta-wrapper {
    height: 100%;
}

.home-consult-cta-box {
    text-align: center;
    background-color: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 16%);
    box-shadow: 0 10px 20px #00000029;
    height: calc(100% - 20px);
    position: relative;
    display: flex;
    flex-direction: column;
}

.home-consult-cta-box-top {
    padding: 30px 20px;
}

.home-consult-cta-title {
    letter-spacing: 0;
    color: #291437;
    text-transform: capitalize;
}

.home-consult-cta-text {
    letter-spacing: 0;
    color: #707070;
}

.home-consult-cta-holder {
    margin-top: auto;
    padding: 48px 20px 30px;
    background-image: url(assets/img/consult-cta-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.home-consult-cta-holder p {
    font-size: 16px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 9px;
}

.purple-cta {
    font-size: 16px;
    display: inline-block;
    padding: 15px 20px;
    background: #653783 0 0 no-repeat padding-box;
    color: #fff;
    width: 230px;
    max-width: 100%;
    transition: 0.3s ease;
}

.purple-cta:hover {
    color: #fff;
    box-shadow: 0 10px 22px #0000004a;
    box-shadow: 0 10px 22px rgb(0 0 0 / 29%);
}

@media screen and (max-width: 930px) {
    .checklist-item-wrapper {
        padding: 0 15px 0 0;
    }

    div[class*="checklist-number-"] {
        display: none;
    }

    .checklist-item-wrapper.checklist-number-1 {
        display: block;
        margin-bottom: 30px;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .product-checklists .head-2-wrap {
        margin-bottom: 16px;
        text-align: left;
    }

    .home-consult-cta-wrapper {
        margin: 40px 0 0;
    }

    .home-consult-cta-box {
        height: auto;
    }

    .checklist-slider .slick-list {
        padding: 0 40px 0 15px;
    }

    .checklist-slider.cust-slider .slick-dots {
        margin-top: 30px;
    }

    .consult-form .gform_wrapper ul.gform_fields {
        display: flex;
        flex-wrap: wrap;
    }

    body .pm-form.consult-form .gform_wrapper ul li.gfield {
        width: 100%;
        margin-bottom: 25px;
        padding: 0;
    }

    body .pm-form.consult-form .gform_wrapper ul li.pm-textbox.gfield {
        order: 1;
    }
}

.why-us {
    background-color: #d8d1d9;
    padding: 30px 40px;
}

.why-us .short-content {
    margin-bottom: 30px;
}

.why-us-item {
    padding: 0 15px;
}

.why-us-item svg {
    height: 78px;
    width: auto;
}

.why-us-item svg .a {
    fill: #46aea0;
}

.why-us-item svg .b {
    fill: #291437;
}

.why-us-item .title {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #907a93;
    margin-top: 12px;
}

.home-top-brands {
    padding: 30px 40px 50px;
}

.slick-initialized .top-brands-item.slick-slide {
    margin: 20px 30px;
    text-align: center;
    height: 100px;
    display: flex;
}

.top-brands-item img {
    max-height: 55px;
    max-width: 85%;
    object-fit: contain;
    margin: 0 auto;
}

.home-partners {
    padding: 30px 0 30px 0;
}

@media screen and (max-width: 767px) {
    .why-us .head-2-wrap {
        margin-bottom: 14px;
    }

    .why-us-item {
        text-align: center;
    }

    .why-us-item .content {
        display: none;
    }

    .home-top-brands .slick-list {
        padding: 0 75px 0 0;
    }

    .top-brands-item img {
        margin: 0 auto;
        max-height: 100px;
        max-width: 70%;
    }

    .home-partners {
        padding-bottom: 60px;
    }

    .home-partners .slick-list {
        padding: 0 75px 0 0;
    }

    .why-us-slider .slick-list {
        padding: 0 80px 0 15px;
    }
}

.we-provide {
    background-color: #f2f2f2;
}

.we-provid-item {
    padding: 0 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 16%);
    box-shadow: 0 10px 20px #00000029;
    margin-top: 20px;
    margin-bottom: 20px;
}

.we-provid-item img {
    height: 270px;
    width: 100%;
    object-fit: cover;
    position: relative;
    top: -20px;
}

.we-provid-item .wpi-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.we-provid-item .wpi-title svg {
    width: 30px;
    margin-left: 5px;
}

.we-provid-item .wpi-content {
    color: #000;
}

.we-provid-item .wpi-content ul {
    margin: 0;
    list-style: none;
}

.we-provid-item .wpi-content ul li {
    border-bottom: 2px dotted #d0d0d0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.we-provid-item .wpi-content ul li:last-child {
    border: 0;
}

.we-provid-item .wpi-content ul li::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #c1c8ce;
    border-radius: 50%;
    left: 0;
    top: 7px;
}

.we-provid-item .wpi-cta {
    display: inline-block;
    padding: 15px;
    background-color: #46aea0;
    color: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 29%);
    box-shadow: 0 3px 6px #0000004a;
    margin-bottom: -20px;
    min-width: 170px;
    text-align: center;
    transition: 0.3s ease;
}

.we-provid-item .wpi-cta:hover {
    background-color: #653783;
}

@media screen and (max-width: 767px) {
    .we-provide {
        padding-bottom: 20px;
    }

    .we-provid-item {
        margin-bottom: 60px;
    }

    .we-provid-item .wpi-title {
        font-size: 20px;
    }
}

.feedback-sec {
    background-color: #46aea0;
}

.feedback-sec .head-2-wrap {
    text-align: center;
    justify-content: center;
}

.feedback-sec .head-2-wrap .head-2 {
    color: #fff;
}

.feedback-sec .head-2-wrap span {
    font-family: Nunito, sans-serif;
    display: block;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 400;
    line-height: 24px;
}

body .pm-form.feedback-form .gform_wrapper ul li.gfield {
    width: 50%;
    clear: none;
    float: left;
}

body .pm-form.feedback-form .gform_wrapper ul li.pm-textbox.gfield {
    width: 50%;
    float: right;
}

.feedback-form .gform_wrapper textarea.small {
    height: 130px;
}

.pm-form.feedback-form .gform_wrapper .gform_footer {
    text-align: right;
}

.pm-form.feedback-form .gform_wrapper .gform_footer input[type="submit"] {
    background-color: #653783;
}

.pm-form.feedback-form .gform_wrapper .gform_footer input[type="submit"]:hover {
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .feedback-sec .head-2-wrap span {
        line-height: 24px;
    }

    .feedback-form .gform_wrapper ul.gform_fields {
        display: flex;
        flex-wrap: wrap;
    }

    body .pm-form.feedback-form .gform_wrapper ul li.gfield {
        width: 100%;
        padding: 0;
    }

    body .pm-form.feedback-form .gform_wrapper ul li.pm-textbox.gfield {
        width: 100%;
        order: 1;
    }

    .pm-form.feedback-form .gform_wrapper .gform_footer {
        text-align: center;
    }
}

.why-trust-images-slider {
    margin-top: 30px;
}

.why-trust-content {
    margin-top: 30px;
}

.why-trust-author {
    font: normal normal normal 18px/64px Nunito;
    letter-spacing: 0;
    color: #291437;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .why-trust .slick-list {
        padding: 0 75px 0 15px;
    }
}

.testimonial-slider {
    margin-top: 30px;
}

.testimonial-body {
    background: #f2f2f2;
    padding: 20px 20px 30px 20px;
    position: relative;
    padding-top: 0;
    margin-top: 50px;
    height: calc(100% - 50px);
}

.testimonial-text {
    text-align: center;
    border-bottom: 2px dashed #907a93;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.testimonial-name {
    letter-spacing: 0;
    color: #291437;
    text-align: center;
}

.testimonial-position {
    text-align: center;
}

.testimonial-image {
    text-align: center;
    margin-bottom: 30px;
}

.testimonial-image img {
    max-height: 70px;
    margin: -30px auto 0 auto;
    display: inline-block;
}

.testimonial-image svg {
    margin-top: -30px;
}

@media screen and (max-width: 767px) {
    .home-testimonials .slick-list {
        padding: 0 45px 0 15px;
    }

    .testimonial-slider.slick-initialized .slick-slide {
        padding: 0;
        margin-right: 15px;
    }
}

.blog-news {
    padding: 30px 40px;
    background-color: #f2f2f2;
}

.home-news-item {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dashed #907a93;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.home-news-list .home-news-item:last-child {
    border: 0;
}

.home-news-item .hni-img {
    flex: 0 0 40%;
    position: relative;
}

.home-news-item .hni-img .news-hover {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgb(70 174 160 / 0.8);
    background-color: #46aea0cc;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    opacity: 0;
}

.home-news-item .hni-img:hover .news-hover {
    opacity: 1;
}

.home-news-item .hni-img .news-hover svg .a {
    fill: #fff;
}

.home-news-item .hni-img img {
    max-height: 100px;
    width: 100%;
    object-fit: cover;
}

.home-news-item .title {
    flex: 0 0 60%;
    font-size: 14px;
    padding-left: 15px;
    font-family: Nunito, sans-serif;
}

.home-news-item .title a {
    color: #291437;
}

@media screen and (max-width: 767px) {
    .blog-news {
        padding-bottom: 10px;
    }
}

.pm-irsh-btn {
    margin: 0 20px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    background-color: #46aea0;
    color: #fff;
    transition: 0.3s ease;
}

.pm-irsh-btn:hover {
    background-color: #291437;
    border-color: #291437;
    color: #fff;
}

.pm-woo-head .entry-title {
    margin-bottom: 20px;
    color: #040404;
}

.pm-cart-container.cart {
    margin-bottom: 0;
}

table.pm-cart-container:not(.has-background) th {
    padding: 15px;
    font-weight: 700;
}

.woocommerce-cart table.shop_table_responsive.pm-cart-container tbody tr td {
    max-width: 150px;
    padding: 15px;
}

.pm-cart-items table.cart td.product-name a {
    color: #000;
    text-decoration: none;
}

.pm-cart-items table.cart td.product-price,
.pm-cart-items table.cart td.product-subtotal {
    font-weight: 700;
}

table.shop_table_responsive.pm-cart-container tbody tr td {
    vertical-align: middle;
    background-color: #fff;
}

.pm-cart-items table:not(.has-background) tbody tr:nth-child(2n) td {
    background-color: transparent;
}

.pm-cart-items table.cart td.actions {
    border-top: 2.5em solid transparent;
}

.pm-cart-items table.cart td.actions .coupon {
    width: 60%;
    text-align: left;
}

table.pm-cart-container td.actions input {
    width: calc(100% - 100px);
    outline: 0;
    height: 50px;
    padding-left: 20px;
    padding-right: 45px;
    background-color: transparent;
    border: 1px solid #ccc;
    box-shadow: none;
}

table.pm-cart-container td.actions button.pm-coupon-btn {
    height: 50px;
    width: 110px;
    margin-left: -47px;
    background-color: #46aea0;
    border: 2px solid #46aea0;
    transition: 0.3s ease;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
}

table.pm-cart-container td.actions button.pm-coupon-btn:hover {
    background-color: #291437;
    border-color: #291437;
}

table.pm-cart-container td.actions button.pm-update-cart {
    float: left;
    height: 50px;
    border: 2px solid #000;
    border-radius: 25px;
    line-height: 24px;
    color: #000;
    background-color: #fff;
    outline: 0;
    font-size: 18px;
}

.cart-collaterals.pm-cart-details .cart_totals {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.cart-collaterals.pm-cart-details h2 {
    background-color: #3b1b46;
    color: #fff;
    font-size: 20px;
    padding: 11px 20px;
    margin: -1px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.pm-cart-details table.shop_table_responsive tbody tr td,
.pm-cart-details table.shop_table_responsive tbody tr th {
    background-color: transparent;
    font-weight: 700;
    padding: 0.6em 20px;
}

.pm-cart-details table.shop_table_responsive tbody tr td {
    text-align: right;
}

.pm-cart-details .wc-proceed-to-checkout {
    margin-bottom: 0;
}

.pm-cart-details .wc-proceed-to-checkout .button.checkout-button {
    margin: 0 20px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    background-color: #46aea0;
    color: #fff;
    transition: 0.3s ease;
}

.pm-cart-details .wc-proceed-to-checkout .button.checkout-button:hover {
    background-color: #291437;
}

.pm-cart-details .wc-proceed-to-checkout .button.checkout-button::after {
    display: none;
}

.pm-cart-empty {
    text-align: center;
}

.pm-cart-empty .cart-empty.woocommerce-info {
    background-color: transparent;
    border: 0;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px;
}

.pm-cart-empty a.button.wc-backward {
    text-decoration: none;
    color: #653783;
    font-family: Montserrat, sans-serif;
    border: 2px solid #653783;
    background-color: transparent;
}

.pm-cart-empty a.button.wc-backward:hover {
    background-color: #653783;
    color: #fff;
}

.woocommerce-cart table.shop_table_responsive.pm-cart-container tbody tr td .input-group {
    max-width: 110px;
}

@media screen and (max-width: 767px) {
    .pm-woo-head .entry-title {
        font-size: 28px;
    }

    .pm-cart-container tbody tr {
        margin-bottom: 20px;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        padding: 15px;
        box-shadow: -1px 1px 6px #00000024;
        position: relative;
    }

    .woocommerce-cart table.shop_table_responsive.pm-cart-container tbody tr td {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 10px;
        text-align: left;
    }

    table.shop_table_responsive.pm-cart-container tbody tr td.product-thumbnail img {
        width: 100%;
        max-width: 100px;
        display: inline-block;
    }

    table.shop_table_responsive.pm-cart-container tbody tr td.product-remove {
        position: absolute;
        top: 15px;
        right: 15px;
        border: 0;
    }

    table.shop_table_responsive.pm-cart-container tbody tr td.product-name,
    table.shop_table_responsive.pm-cart-container tbody tr td.product-thumbnail {
        border-bottom: 1px dashed #ccc;
        padding-bottom: 15px;
    }

    table.shop_table_responsive.pm-cart-container tr td[data-title]::before {
        display: block;
        width: 100%;
        color: #aaa;
        font-weight: 400;
    }

    table.shop_table_responsive.pm-cart-container tbody tr:last-child {
        box-shadow: none;
        margin-bottom: 0;
    }

    table.shop_table_responsive.pm-cart-container tbody tr:last-child td {
        flex: 0 0 100%;
        max-width: 100%;
        border: 0;
        padding: 0;
    }

    table.pm-cart-container td.actions .coupon {
        width: 100%;
        display: flex;
        align-items: center;
        border: 0;
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .pm-cart-items table.cart td.actions .coupon {
        width: 100%;
    }

    table.pm-cart-container td.actions button.pm-update-cart {
        float: unset;
        display: block;
        margin: 0 auto;
    }
}

.pm-checkout-field {
    border-right: 1px solid #ccc;
}

.pm-checkout-field h3 {
    color: #000;
    font-size: 22px;
    margin-bottom: 27px;
}

.pm-checkout-field .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.pm-checkout-field .woocommerce-billing-fields__field-wrapper .form-row {
    flex: 0 0 50%;
    max-width: 50%;
    width: auto;
    float: unset;
    margin: 0 0 27px;
    padding: 0 15px;
    align-items: flex-end;
}

.pm-checkout-field .woocommerce-billing-fields__field-wrapper .form-row label {
    width: 100%;
    margin-left: 10px;
    color: #999;
    font-size: 14px;
}

.pm-checkout-field .woocommerce-billing-fields__field-wrapper .form-row .required {
    color: #999;
}

.pm-checkout-field .form-row .woocommerce-input-wrapper {
    width: 100%;
}

.pm-checkout-field .woocommerce-billing-fields__field-wrapper .form-row input {
    height: 48px;
    background-color: transparent;
    box-shadow: unset;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.pm-checkout-field .form-row select {
    height: 48px;
    background-color: transparent;
    box-shadow: unset;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 5px;
}

.pm-checkout-field .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single {
    height: 48px;
}

.pm-checkout-field .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 48px;
    line-height: 48px;
}

.pm-cart-summary #order_review,
.pm-cart-summary #order_review_heading {
    width: 100%;
    float: unset;
}

.pm-cart-summary #order_review_heading {
    background-color: #3b1b46;
    color: #fff;
    font-size: 22px;
    padding: 11px 20px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
}

.pm-cart-summary #order_review .shop_table {
    border: 1px solid #ccc;
    border-radius: 0 0 8px 8px;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-collapse: separate;
}

table.woocommerce-checkout-review-order-table .product-name {
    width: 45%;
    word-wrap: break-word;
}

.pm-cart-summary .product-total,
.pm-cart-summary table tfoot td {
    text-align: right;
}

.pm-cart-summary table:not(.has-background) tbody td,
.pm-cart-summary table:not(.has-background) tbody tr:nth-child(2n) td {
    background-color: transparent;
}

.pm-cart-summary table thead th {
    font-weight: 700;
}

.pm-cart-summary table td,
.pm-cart-summary table th {
    padding: 10px 0;
    width: 60%;
    background-color: transparent;
}

.pm-cart-summary table:not(.has-background) th {
    background-color: transparent;
}

.pm-cart-summary table tfoot tr:first-child td,
.pm-cart-summary table tfoot tr:first-child th {
    border-top: 1px dashed #ccc;
    font-weight: 400;
}

.pm-cart-summary table .order-total td,
.pm-cart-summary table .order-total th {
    font-size: 20px;
    color: #46aea0;
}

.pm-cart-summary #payment {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px 20px;
}

.pm-cart-summary #payment:before {
    content: "Select Payment Mode";
    font-size: 22px;
    color: #000;
    font-family: Poppins, sans-serif;
    margin-bottom: 15px;
}

.pm-cart-summary #payment .place-order .button {
    font-size: 18px;
    font-weight: 600;
    border: 2px solid;
    background-color: #46aea0;
    color: #fff;
    border-radius: 25px;
    transition: 0.3s ease;
}

.pm-cart-summary #payment .place-order .button:hover {
    background-color: #291437;
}

#payment .payment_methods {
    margin: 0;
    padding: 0;
}

.pm-cart-summary #payment .payment_methods>li:not(.woocommerce-notice) {
    background-color: transparent;
}

.pm-cart-summary #payment .payment_methods>.wc_payment_method>label {
    padding: 10px 15px 10px 25px;
    margin-left: 0;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}

.pm-cart-summary #payment .payment_methods>.wc_payment_method>label:before {
    content: "";
    height: 18px;
    width: 18px;
    border: 2px solid #aaa;
    display: inline-block;
    border-radius: 50%;
    top: calc(50% - 9px);
    left: 0;
    position: absolute;
}

.pm-cart-summary #payment .payment_methods>.wc_payment_method input[type="radio"]:checked+label:before {
    content: "\f111" !important;
    font-family: "Font Awesome 5 Free";
    font-size: 8px;
    line-height: 15px;
    text-align: center;
    border-color: #46aea0;
    color: #46aea0;
}

.pm-cart-summary #payment .payment_methods>li .payment_box {
    background-color: transparent;
    padding: 0 0 0 25px;
    font-size: 14px;
    color: #999;
}

.pm-cart-summary #payment .payment_methods>li:not(.woocommerce-notice),
.pm-cart-summary #payment .payment_methods>li:not(.woocommerce-notice):hover {
    background-color: transparent;
}

.pm-cart-summary #payment .place-order {
    margin: 20px 0 0;
    padding: 10px;
}

.checkout_coupon button.button {
    height: 44px;
    margin-left: -47px;
    background-color: #46aea0;
    border: 2px solid #46aea0;
    transition: 0.3s ease;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .pm-checkout-field .woocommerce-billing-fields__field-wrapper .form-row {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 15px;
    }

    .pm-checkout-field .woocommerce-billing-fields__field-wrapper {
        margin: 0;
    }

    .pm-checkout-field {
        border: 0;
    }

    .pm-checkout-field .woocommerce-billing-fields__field-wrapper .form-row label {
        width: auto;
    }

    .pm-checkout-field h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

.woocommerce-order-details {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 3px 12px #00000029;
    border-radius: 6px;
    padding: 0;
}

.woocommerce-order-details__title {
    background-color: #3b1b46;
    color: #fff;
    font-size: 22px;
    padding: 11px 20px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
}

.woocommerce-order-received .woocommerce-customer-details {
    display: none;
}

.woocommerce-cart .cart-icon,
.woocommerce-cart .menu-btn,
.woocommerce-cart .nav-btn,
.woocommerce-cart .pm-nav-wrapper,
.woocommerce-checkout .cart-icon,
.woocommerce-checkout .menu-btn,
.woocommerce-checkout .nav-btn,
.woocommerce-checkout .pm-nav-wrapper {
    display: none;
}

.woocommerce-order-pay #order_review.pm-order-fail {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
}

.pm-order-fail table:not(.has-background) th {
    background-color: transparent;
    color: #000;
}

.pm-order-fail #payment .payment_methods>li:not(.woocommerce-notice),
.pm-order-fail #payment .payment_methods>li:not(.woocommerce-notice):hover {
    background-color: transparent;
}

.pm-order-fail #payment .payment_methods>.wc_payment_method>label {
    padding: 10px 15px 10px 25px;
    margin-left: 0;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}

.pm-order-fail #payment .payment_methods>.wc_payment_method>label:before {
    content: "";
    height: 18px;
    width: 18px;
    border: 2px solid #aaa;
    display: inline-block;
    border-radius: 50%;
    top: calc(50% - 9px);
    left: 0;
    position: absolute;
}

.pm-order-fail #payment .payment_methods>.wc_payment_method input[type="radio"]:checked+label:before {
    content: "\f111" !important;
    font-family: "Font Awesome 5 Free";
    font-size: 8px;
    line-height: 17px;
    text-align: center;
    border-color: #46aea0;
    color: #46aea0;
}

.pm-order-fail #payment {
    padding: 0 20px;
}

.pm-order-fail #payment .payment_methods>li .payment_box {
    background-color: transparent;
    padding: 0 0 0 25px;
    font-size: 14px;
    color: #999;
}

.woocommerce-order-pay #order_review.pm-order-fail .button#place_order {
    font-size: 18px;
    font-weight: 600;
    border: 2px solid;
    background-color: #46aea0;
    color: #fff;
    transition: 0.3s ease;
}

.woocommerce-order-pay #order_review.pm-order-fail .button#place_order:hover {
    background-color: #3b1b46;
}

.pm-order-fail a {
    color: #000;
}

.woocommerce-order-details .order_details {
    padding: 10px 15px;
    background-color: transparent;
    border-collapse: initial;
}

.woocommerce-order-details table thead th {
    font-weight: 700;
}

.woocommerce-order-details table td,
.woocommerce-order-details table th,
.woocommerce-order-details table:not(.has-background) th {
    background-color: transparent;
    padding: 10px 0;
}

.woocommerce-order-details a {
    color: #000;
}

.woocommerce-order-details table tfoot tr:first-child td,
.woocommerce-order-details table tfoot tr:first-child th {
    border-top: 1px dashed #ccc;
    font-weight: 400;
}

.woocommerce-order-details .product-total,
.woocommerce-order-details table tfoot td {
    text-align: right;
}

.pm-order-fail tfoot tr:last-child td,
.pm-order-fail tfoot tr:last-child th,
.woocommerce-order-details tfoot tr:last-child td,
.woocommerce-order-details tfoot tr:last-child th {
    font-size: 20px;
    color: #46aea0;
}

.clientele-item {
    margin: 1rem 0;
    border: solid 1px #d8d1d9;
    height: calc(100% - 2rem);
    padding: 1rem;
    display: flex;
    justify-content: center;
}

.clientele-item img {
    margin: auto;
    width: 130px;
    height: auto;
}

.pm-login-form .col2-set#customer_login {
    display: flex;
    flex-wrap: wrap;
    float: unset;
}

.pm-login-form .col2-set#customer_login .login {
    flex: 0 0 40%;
}

.pm-login-form .col2-set#customer_login .pm-register {
    flex: 0 0 60%;
    padding-left: 70px;
    padding-right: 15px;
}

.pm-login-form a {
    color: #653783;
}

.pm-login-form .login h2,
.pm-login-form .pm-register h2 {
    font-size: 24px;
    font-weight: 600;
}

.pm-login-form .form-row {
    margin: 0 0 28px;
    width: 100%;
}

.pm-login-form .form-row label {
    margin-bottom: 4px;
    color: #333;
    width: 100%;
}

.pm-login-form .password-input {
    width: 100%;
}

.pm-login-form .input-text {
    margin: 0;
    height: 45px;
    box-shadow: none;
    border: 1px solid #333;
    background-color: #fff;
    padding: 15px;
    font-size: 18px;
    color: #000;
}

.pm-login-form .show-password-input {
    padding: 12px;
}

.pm-login-form button[type="submit"] {
    background-color: #46aea0;
    color: #fff;
    padding: 11px 10px;
    display: inline-block;
    font-size: 18px;
    width: 232px;
    max-width: 100%;
    text-align: center;
    font-family: Nunito, sans-serif;
    transition: 0.3s ease;
    font-weight: 500;
    margin: 10px auto 0;
}

.pm-login-form button[type="submit"]:hover {
    background-color: #3b1b46;
}

.pm-login-form .lost_password {
    font-family: Nunito, sans-serif;
    text-align: center;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-wishlist a:before {
    content: "\f004";
}

.pm-myaccount .woocommerce-MyAccount-navigation ul li {
    font-family: Nunito, sans-serif;
}

.hentry .entry-content .pm-myaccount a {
    color: #3b1b46;
}

.hentry .entry-content .pm-myaccount a:hover,
.pm-myaccount .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #46aea0;
}

.hentry .pm-myaccount .woocommerce-orders-table__cell-order-actions a {
    color: #fff;
    background-color: #46aea0;
    transition: 0.3s ease;
    width: 75px;
    text-align: center;
    margin: 5px;
}

.hentry .pm-myaccount .woocommerce-orders-table__cell-order-actions a:hover {
    color: #fff;
    background-color: #3b1b46;
}

.pm-myaccount .addresses header.title h3 {
    font-size: 20px;
}

.pm-myaccount .addresses header.title a {
    margin-top: 0;
}

.pm-myaccount .col2-set.addresses .col-1,
.pm-myaccount .col2-set.addresses .col-2 {
    width: 100%;
    float: none;
    flex: 0 0 100%;
    max-width: 100%;
    border: 1px solid #cecece;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.pm-myaccount .col2-set address {
    margin-bottom: 0;
}

.pm-myaccount .form-row {
    margin: 0 0 25px;
}

.pm-myaccount .woocommerce-address-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.pm-myaccount .woocommerce-address-fields__field-wrapper .form-row {
    flex: 0 0 50%;
    max-width: 50%;
    width: auto;
    float: unset;
    margin: 0 0 27px;
    padding: 0 15px;
    align-items: flex-end;
}

.pm-myaccount .form-row .woocommerce-input-wrapper {
    width: 100%;
}

.pm-myaccount .form-row label {
    margin-bottom: 4px;
    color: #333;
    width: 100%;
}

.pm-myaccount .form-row input {
    margin: 0;
    height: 45px;
    box-shadow: none;
    border: 1px solid #aaa;
    background-color: transparent;
    padding: 15px;
    font-size: 18px;
    color: #000;
}

.pm-myaccount .form-row select {
    height: 48px;
    background-color: transparent;
    box-shadow: unset;
    border: 1px solid #aaa;
    padding: 0 5px;
}

.pm-myaccount .form-row .select2-container--default .select2-selection--single {
    height: 48px;
    border-radius: 0;
}

.pm-myaccount .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 48px;
    line-height: 48px;
}

.pm-myaccount fieldset legend {
    margin-bottom: 0;
    padding: 20px 1em 0;
}

.pm-myaccount .password-input {
    width: 100%;
}

.pm-myaccount button[type="submit"]:not(.sabcatp-cta, .single_add_to_cart_button) {
    background-color: #46aea0;
    color: #fff;
    padding: 11px 10px;
    display: inline-block;
    font-size: 18px;
    width: 232px;
    max-width: 100%;
    text-align: center;
    transition: 0.3s ease;
    font-weight: 500;
}

.pm-myaccount button[type="submit"]:hover {
    background-color: #3b1b46;
    color: #fff;
}

@media screen and (max-width: 767px) {

    .pm-login-form .col2-set#customer_login .login,
    .pm-login-form .col2-set#customer_login .pm-register {
        flex: 0 0 100%;
        padding: 0;
    }

    .hentry .pm-myaccount .woocommerce-orders-table__cell-order-actions a {
        width: 90px;
    }

    tr.woocommerce-orders-table__row {
        border-bottom: solid 1px #333;
    }

    .pm-myaccount .woocommerce-address-fields__field-wrapper .form-row {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 15px;
    }

    .pm-myaccount .woocommerce-address-fields__field-wrapper {
        margin: 0;
    }

    .pm-myaccount {
        border: 0;
    }

    .pm-myaccount .woocommerce-address-fields__field-wrapper .form-row label {
        width: auto;
    }

    .pm-myaccount h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

.simple-text-content {
    margin-bottom: 50px;
}

.simple-text-content h2,
.simple-text-content h3,
.simple-text-content h4,
.simple-text-content h5,
.simple-text-content h6 {
    color: #040404;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 12px;
}

.about-page-content {
    margin-bottom: 40px;
}

.about-page-content .title {
    text-align: center;
    margin-bottom: 40px;
}

.about-page-content .title h2 {
    text-transform: capitalize;
    font-size: 20px;
}

.about-page-content .title h2 span {
    color: #653783;
}

.about-page-content .title p {
    font-size: 18px;
    color: #777;
}

.about-ideology {
    background-color: #f2f2f2;
}

.ideology-item {
    padding: 25px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    box-shadow: 0 3px 6px #00000029;
    height: calc(100% - 20px);
    margin-bottom: 20px;
}

.ideology-item svg {
    height: 60px;
    width: auto;
}

.ideology-item svg .a {
    fill: #46aea0;
}

.ideology-item svg .b {
    fill: #291437;
}

.ideology-item .title {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
}

.about-advantage-item {
    text-align: center;
    padding: 0 25px 25px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    box-shadow: 0 3px 6px #00000029;
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative;
    height: calc(100% - 70px);
}

.about-advantage-item .aai-icon {
    height: 80px;
    width: 80px;
    background-color: #f2f2f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    top: -27px;
}

.about-advantage-item svg {
    height: auto;
    width: 55%;
}

.about-advantage-item svg .a {
    fill: #46aea0;
}

.about-advantage-item svg .b {
    fill: #291437;
}

.about-advantage-item .title {
    color: #46aea0;
    font-size: 18px;
    margin: 0 0 20px;
}

.about-leader {
    background-color: #f2f2f2;
}

.about-leader-img {
    text-align: center;
}

.about-leader-img img {
    max-width: 100%;
    display: block;
    margin: 0 auto 15px;
}

.about-leader-img .name {
    font-size: 20px;
    font-weight: 600;
}

.about-leader-img .name span {
    display: block;
    font-size: 18px;
    color: #777;
}

.about-leader-content {
    padding: 20px;
    border: 1px solid #51b3a6;
}

.about-main img {
    display: inline-block;
}

.about-us-founders-name {
    font-size: 20px;
    font-weight: 600;
}

.about-us-founders-position {
    font-size: 18px;
    color: #777;
}

.about-achivements {
    background-image: url(assets/img/restaurant-new-banner.jpeg);
    /* background-color: #291437; */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 120px 0;
    background-position: center;
}

.about-achivements::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(17, 17, 17, 0.5);
    background-color: #11111180;
}

.about-achiv-list {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.about-achiv-list li {
    font-weight: 600;
    font-size: 18px;
    flex: 0 0 25%;
    text-align: center;
    color: #fff;
}

.about-achiv-list li span {
    display: block;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .about-leader-content {
        margin-top: 15px;
    }

    .about-page-content .title {
        margin-bottom: 20px;
    }

    .about-page-content .title h2 {
        font-size: 20px;
    }

    .about-achivements {
        padding: 50px 0;
        background-position: right -110px center;
    }

    .about-achiv-list li {
        flex: 0 0 100%;
        margin-bottom: 20px;
        border-bottom: 1px dashed #fff;
        padding-bottom: 20px;
    }

    .about-achiv-list li:last-child {
        margin-bottom: 0;
        border: 0;
    }
}

.news-list {
    margin: 0 -1.5rem;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.news-list li {
    padding: 0 1.5rem;
    flex: 0 0 25%;
    max-width: 25%;
}

/* .news-list li:nth-child(-9n + 10),
.news-list li:nth-child(10n + 15) {
    flex: 0 0 50%;
    max-width: 50%;
} */

.news-list .blog-list .blog-image img {
    height: 110px;
    object-fit: cover;
}

/* .news-list li:nth-child(-9n + 10) .blog-list .blog-image img,
.news-list li:nth-child(10n + 15) .blog-list .blog-image img {
    height: 150px;
} */

@media screen and (max-width: 1024px) {
    .news-list li {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .news-list .blog-list .blog-image img {
        height: 150px;
    }
}

@media screen and (max-width: 767px) {

    .news-list li,
    .news-list li:nth-child(-9n + 10),
    .news-list li:nth-child(10n + 15) {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.pm-mobile-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgb(0 0 0 / 49%);
    background-color: #0000007d;
    display: flex;
    align-items: flex-start;
    transform: translateX(-100%);
    transition: 0.5s ease;
    z-index: 2;
}

.pm-mobile-menu.open {
    transform: translateX(0);
}

.pm-mobile-menu .mobile-menu-wrpper {
    height: 100%;
    flex: 0 0 calc(100% - 60px);
    background-color: #fff;
    padding: 32px;
}

.pm-mobile-menu .mobile-menu-wrpper ul {
    list-style: none;
    margin: 0;
}

.pm-mobile-menu .mobile-menu-wrpper ul.menu>li {
    border-bottom: 1px dashed #d0d0d0;
    padding: 10px 0;
    position: relative;
    font-size: 16px;
}

.pm-mobile-menu .mobile-menu-wrpper ul .menu-item-has-children>a::after {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    transform: rotate(45deg) translateY(-3px);
    border-right: 2px solid;
    border-bottom: 2px solid;
    transition: 0.3s ease;
    color: #653783;
    margin-left: 5px;
}

.pm-mobile-menu .mobile-menu-wrpper ul.sub-menu {
    display: none;
    margin-top: 8px;
}

.pm-mobile-menu .mobile-menu-wrpper ul.sub-menu li {
    position: relative;
    padding-left: 10px;
    margin-left: 6px;
    padding: 3px 0 3px 12px;
}

.pm-mobile-menu .mobile-menu-wrpper ul.sub-menu li::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 4px;
    background-color: #653783;
    top: 14px;
    left: 0;
}

.pm-mobile-menu .mobile-menu-close {
    flex: 0 0 59px;
    max-width: 59px;
}

.admin-bar .pm-mobile-menu .mobile-menu-close {
    margin-top: 32px;
}

.pm-mobile-menu .mobile-menu-close button {
    font-size: 34px;
    padding: 0;
    display: block;
    width: 100%;
    height: 50px;
    font-weight: 500;
    border: 0;
    background-color: #653783;
    color: #fff;
}

@media screen and (max-width: 767px) {
    html #wpadminbar {
        position: fixed;
    }

    .admin-bar .pm-mobile-menu {
        margin-top: 30px;
    }

    .admin-bar .pm-mobile-menu .mobile-menu-close {
        margin-top: 16px;
    }
}

.error404 .storefront-breadcrumb {
    display: none;
}

.pmm-notfound {
    margin: 40px 60px;
    box-shadow: 0 3px 10px #4e4c4c29;
    border-radius: 10px;
    padding: 30px 35px;
}

.pmm-notfound section {
    padding: 0;
}

.pmm-notfound form {
    display: flex;
}

.pmm-notfound form label {
    margin-bottom: 0;
    margin-right: -2px;
    width: calc(100% - 80px);
}

.pmm-notfound form input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 5px 15px;
}

.pmm-notfound form .search-submit {
    padding: 0 15px;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    background-color: #653783;
    color: #fff;
}

.pmm-notfound form .search-submit:hover {
    background-color: #46aea0;
}

@media screen and (max-width: 767px) {
    .pmm-notfound {
        margin: 0;
        padding: 20px;
    }

    .pmm-notfound h1 {
        font-size: 24px;
    }

    .pmm-notfound p {
        line-height: 24px;
    }
}

.faq-list {
    margin-bottom: 40px;
    margin-top: 10px;
}

.faq-list .card {
    border: 0;
    background-color: transparent;
    border-bottom: 2px solid #ddd;
    border-radius: 0;
    margin-bottom: 15px;
}

.faq-list .card:last-child {
    border: 0;
}

.faq-list .card-header {
    background-color: transparent;
    border: 0;
    padding: 0;
}

.faq-list .btn-link {
    padding: 0;
    color: #000;
    font-weight: 600;
    width: 100%;
    text-align: left;
    position: relative;
    text-decoration: none;
    padding-bottom: 15px;
    background-color: transparent;
    border: 0;
}

.faq-list .btn-link p {
    margin-bottom: 0;
    padding-right: 30px;
}

.faq-list .btn-link:before {
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    position: absolute;
    transform: rotate(-135deg);
    top: 5px;
    right: 10px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transition: 0.3s ease;
    color: #000;
}

.faq-list .btn-link.collapsed:before {
    transform: rotate(45deg);
    color: #46aea0;
}

.faq-list .card-body {
    padding: 0 0 15px;
    color: #333;
}

.gallery-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 40px;
}

.gallery-list .gallery-item {
    flex: 0 0 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.gallery-list .gallery-item a {
    display: block;
    width: 100%;
    position: relative;
}

.gallery-list .gallery-item a svg {
    position: absolute;
    height: 60px;
    width: 60px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    transition: 0.3s ease;
}

.gallery-list .gallery-item a svg .a {
    fill: #653783;
    opacity: 0.62;
}

.gallery-list .gallery-item a svg .b {
    fill: #fff;
}

.gallery-list .gallery-item a:hover svg {
    transform: scale(1.2);
}

.gallery-list .gallery-item img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: right top;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    box-shadow: 0 0 10px #00000029;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .gallery-list .gallery-item {
        flex: 0 0 33.3333%;
    }
}

@media screen and (max-width: 767px) {
    .gallery-list {
        margin: 0 -10px 30px;
    }

    .gallery-list .gallery-item {
        flex: 0 0 50%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .gallery-list .gallery-item img {
        height: 120px;
    }
}

.pm-shop-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.pm-woo-head.pm-shop-head .entry-title {
    margin-bottom: 0;
    flex: 0 0 calc(100% - 385px);
}

.pm-shop-head .storefront-sorting {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.pm-shop-head .storefront-sorting select,
.product-category-page-sorting-holder select {
    border: 1px solid #29153859;
    background-color: transparent;
    height: 40px;
    width: 100%;
    outline: 0;
    color: #291437;
    border-radius: 30px;
    padding: 0 40px 0 15px;
    background-image: url(../img/arrow-green.svg);
    background-repeat: no-repeat;
    background-position: 92% center;
    background-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.pm-shop-list ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 30px;
}

body .site-main .pm-shop-list ul.products li.product,
body .site-main .pm-shop-list ul.products.columns-3 li.product {
    margin: 0 15px 48px !important;
    flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
    padding: 0 15px;
    background-color: #fff;
    box-shadow: 0 3px 6px #00000029;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.pm-shop-list ul.products li.product img {
    height: 190px;
    max-width: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.pm-shop-list ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    min-height: 47px;
    margin-bottom: 14px;
    margin-top: 20px;
    padding-top: 20px;
    position: relative;
}

.pm-shop-list ul.products li.product .woocommerce-loop-product__title::before {
    content: "";
    position: absolute;
    width: 150px;
    top: 0;
    left: calc(50% - 75px);
    border-top: 1px dashed #bababa;
}

.pm-shop-list ul.products li.product .price {
    color: #291437;
    font-weight: 6;
    margin-bottom: 10px;
}

.pm-shop-list .price ins {
    font-weight: 600;
}

.pm-shop-list ul.products li.product .button {
    width: 120px;
    background-color: #fff;
    border: 2px solid #653783;
    color: #653783;
    position: absolute;
    bottom: -18px;
    left: calc(50% - 60px);
    margin: 0;
    transition: 0.3s ease;
    padding: 9px 4px;
}

.pm-shop-list ul.products li.product .button:hover {
    background-color: #653783;
    color: #fff;
}

@media screen and (max-width: 992px) {
    .pm-woo-head.pm-shop-head .entry-title {
        flex: 0 0 100%;
    }

    .pm-shop-head .storefront-sorting {
        flex: 0 0 100%;
        margin-top: 15px;
    }

    body .site-main .pm-shop-list ul.products li.product,
    body .site-main .pm-shop-list ul.products.columns-3 li.product {
        flex: 0 0 calc(33.3333% - 30px);
        max-width: calc(33.3333% - 30px);
    }
}

@media screen and (max-width: 767px) {
    .pm-shop-head .storefront-sorting {
        flex: 0 0 100%;
        margin-top: 15px;
        flex-wrap: wrap;
    }

    .pm-shop-head .storefront-sorting form,
    .pm-shop-head .woocommerce-result-count {
        margin-bottom: 0;
    }

    .pm-shop-head .woocommerce-result-count {
        margin: 15px;
    }

    body .site-main .pm-shop-list ul.products li.product,
    body .site-main .pm-shop-list ul.products.columns-3 li.product {
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
    }

    .pagination .page-numbers li,
    .woocommerce-pagination .page-numbers li {
        font-size: 13px;
    }
}

body .category-main .storefront-breadcrumb,
body .category-main .woocommerce-breadcrumb a {
    color: #d8d1d9;
    position: relative;
    z-index: 9;
}

.category-main .woocommerce-breadcrumb .breadcrumb-separator:after {
    opacity: 1;
}

.categ-padding {
    padding: 30px 0;
    height: max-content;
}

.subcat-newarrival .subcat-newarrival-slider .col-md-4 {
    max-width: 100%;
}

.categ-banner {
    margin-top: -64px;
    padding-top: 64px;
    color: #fff;
    padding-bottom: 24px;
    background-color: #291437;
    position: relative;
    background-size: cover;
    background-position: top right;
}

.categ-banner::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 70%;
    display: block;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #291437 40%, rgb(255 255 255 / 0));
    background-image: linear-gradient(to right, #291437 40%, #fff0);
}

.categ-banner-content {
    padding-left: 30px;
}

.categ-banner-content h1 {
    margin-bottom: 8px;
    color: #fff;
    text-transform: capitalize;
}

.categ-banner-content .desc {
    max-width: 555px;
}

.categ-banner-content p {
    margin-bottom: 10px;
}

.categ-banner-content h2.desc {
    color: white;
    font-size: 14px;
}

.category-main .sabcat-product {
    height: auto;
}

.sub-catg-slider .sub-catg-item {
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    box-shadow: 0 0 10px #00000029;
    margin: 20px 0;
    padding: 10px;
    transition: 0.3s ease;
    position: relative;
    height: calc(100% - 30px);
}

.sub-catg-slider .sub-catg-item:hover {
    box-shadow: 0 6px 12px #5f3d6559;
}

.sub-catg-slider .sub-catg-item a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.sub-catg-slider .sub-catg-item .sc-img {
    flex: 0 0 43%;
    flex: auto;
}

.sc-img img {
    max-height: 170px;
    width: 100%;
    min-height: 170px;
    object-fit: contain;
    padding-bottom: 20px;
}

.sub-catg-slider .sub-catg-item .content {
    flex: 0 0 57%;
    flex: auto;
    word-break: break-word;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 10px 10px;
    border-top: dotted 2px #3333;
}

.sub-catg-slider .sub-catg-item .content .name {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    color: #291437;
}

.sub-catg-slider .sub-catg-item .range {
    font-size: 12px;
}

.sub-catg-slider .sub-catg-item .range span {
    display: block;
}

.sub-catg-slider .sub-catg-item .range span span,
.sub-catg-slider .sub-catg-item .range span.woocommerce-Price-amount.amount {
    display: inline;
}

.subcat-deal-sec .head-2-wrap {
    margin-bottom: 0;
}

.cbd-catg-filter {
    margin-bottom: 30px;
}

.cbd-catg-filter select {
    color: #653783;
}

.sabcat-product {
    height: calc(100% - 3px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    padding: 20px 10px;
    margin-bottom: 10px;
    transition: all 0.5s ease;
}

.sabcat-product:hover {
    box-shadow: 0 3px 6px #0000004a;
    border-radius: 5px;
    z-index: 1;
    position: relative;
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.sabcat-product .sabcatp-img {
    min-height: 160px;
    margin-bottom: 20px;
    position: relative;
}

.sabcat-product .sabcatp-img img {
    display: block;
    margin: 0 auto;
    max-height: 160px;
    max-width: 100%;
    object-fit: contain;
}

.sabcat-product .sabcatp-name {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
    font-weight: 600;
}

.sabcat-product .sabcatp-name a {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
}

.sabcat-product .sabcatp-name a:hover {
    color: #333;
}

.sabcat-product .pm-product-item-add-to-cart-holder {
    margin-top: 10px;
}

.sabcat-product .star-rating {
    margin: 0;
}

.sabcat-product .sabcatp-price {
    color: #291437;
    margin-bottom: 10px;
}

.sabcat-product .sabcatp-price del {
    color: #9c9c9c;
}

.sabcat-product .sabcatp-label {
    display: inline-block;
    font-size: 14px;
    background-color: #89b221;
    color: #fff;
    padding: 0 4px;
    padding-right: 14px;
    position: relative;
    font-style: italic;
    margin-right: 6px;
    height: 20px;
    margin-top: 5px;
}

.sabcat-product .sabcatp-label::after {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 7px solid #fff;
    top: 0;
    right: 0;
}

.slick-dots>li {
    display: inline-block;
}

.slick-dots>li:only-child {
    display: none;
}

.subcat-bd-slider .slick-slide,
.subcat-newarrival-slider .slick-slide,
.subcat-topselling-slider .slick-slide {
    height: auto;
}

.subcat-bd-slider.cust-slider .slick-dots,
.subcat-newarrival-slider.cust-slider .slick-dots,
.subcat-topselling-slider.cust-slider .slick-dots {
    margin-top: 15px;
}

.break-breck-line {
    border-top: 1.5px solid #e6e6e6;
    margin-bottom: 60px;
}

.subcat-best-tools {
    padding-bottom: 0;
}

.sc-besttool-slider {
    padding-bottom: 10px;
}

.subcat-best-tools .best-deal-wrapper,
.subcat-best-tools .new-arrival-wrapper {
    margin-bottom: 60px;
}

.subcat-best-tools .best-deal-wrapper .head-2-wrap,
.subcat-best-tools .new-arrival-wrapper .head-2-wrap {
    padding: 0 15px;
    margin-bottom: 0;
}

.subcat-best-tools .best-deal-wrapper .head-2-wrap .head-2,
.subcat-best-tools .new-arrival-wrapper .head-2-wrap .head-2 {
    font-size: 22px;
}

.subcat-best-tools .sc-sub-head {
    padding: 0 15px;
    color: #8b8b8b;
}

.subcat-best-tools .cust-slider .slick-dots {
    margin-top: 20px;
}

.subcat-requ-form {
    padding-left: 15px;
    margin: 30px;
}

.subcat-requ-form h2 span {
    font-family: Nunito, sans-serif;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 1rem;
}

.subcat-requ-form h2 p {
    margin-bottom: 0;
}

.subcat-requ-form .gform_wrapper ul.gform_fields {
    margin: 0 -15px !important;
}

.subcat-requ-form.pm-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #707070;
}

.subcat-requ-form .gform_wrapper textarea.small {
    height: 130px;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #707070;
}

.subcat-requ-form.pm-form .gform_wrapper .gform_footer {
    text-align: left;
    padding: 0;
}

.subcat-requ-form.pm-form .gform_wrapper .gform_footer input[type="submit"] {
    background-color: #653783;
}

.subcat-requ-form.pm-form .gform_wrapper .gform_footer input[type="submit"]:hover {
    background-color: #46aea0;
}

.subcat-dis-banner {
    padding: 0;
    margin: 40px 0;
    position: relative;
    display: flex;
    justify-content: flex-end;
    background-color: #9268ad;
    box-shadow: -3px 0 15px rgb(91 47 119 / 25%);
    box-shadow: -3px 0 15px #5b2f7740;
}

.subcat-dis-banner img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 55%;
    object-fit: cover;
    -webkit-clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
}

.subcat-dis-banner .content {
    padding: 47px 0;
    width: 41.666667%;
}

.subcat-dis-banner .content h3 {
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.subcat-dis-banner .content p {
    margin-bottom: 35px;
    color: #fff;
    font-size: 22px;
}

.subcat-dis-banner .content a {
    display: inline-block;
    padding: 15px;
    background-color: #46aea0;
    color: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 29%);
    box-shadow: 0 3px 6px #0000004a;
    padding-right: 44px;
    position: relative;
}

.subcat-dis-banner .content a span {
    display: inline-block;
    padding-right: 6px;
    border-right: 1px solid #018876;
}

.subcat-dis-banner .content a svg {
    position: absolute;
    height: 100%;
    top: 0;
    width: 44px;
    padding: 22px 0;
    transition: 0.3s ease;
}

.subcat-dis-banner .content svg .a,
.subcat-dis-banner .content svg .b {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-width: 1.5px;
}

.subcat-kitchen-sec {
    padding-top: 0;
}

.subcat-kitchen-banner {
    padding: 50px;
    background-color: #46aea0;
    color: #fff;
    position: relative;
    background-image: url(../img/category-arrange-kitchen-banner.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
}

.subcat-kitchen-banner::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 70%;
    display: block;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #46aea0 50%, rgb(255 255 255 / 0));
    background-image: linear-gradient(to right, #46aea0 50%, #fff0);
}

.subcat-kitchen-banner .content {
    position: relative;
}

.subcat-kitchen-banner .content h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 12px;
    color: #fff;
    font-weight: 600;
}

.subcat-kitchen-banner .content p {
    margin-bottom: 10px;
}

.subcat-kitchen-banner .content .cta {
    display: inline-block;
    padding: 15px;
    background-color: #653783;
    color: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 29%);
    box-shadow: 0 3px 6px #0000004a;
    padding-right: 44px;
    position: relative;
    margin-top: 30px;
}

.subcat-kitchen-banner .content .cta span {
    display: inline-block;
    padding-right: 6px;
    border-right: 1px solid #532472;
}

.subcat-kitchen-banner .content .cta svg {
    position: absolute;
    height: 100%;
    top: 0;
    width: 44px;
    padding: 22px 0;
    transition: 0.3s ease;
}

.subcat-kitchen-banner .content svg .a,
.subcat-kitchen-banner .content svg .b {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-width: 1.5px;
}

.product-category-page-filter-item {
    margin-bottom: 20px;
}

.product-category-page-filter-item h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #291538;
}

.product-category-page-filter-item .custom-control {
    font-size: 14px;
    line-height: 27px;
    color: #333;
    font-family: Montserrat;
}

.product-category-page-filter-item .custom-control .custom-control-label {
    cursor: pointer;
}

.product-category-page-filter-item .custom-control .custom-control-label:hover {
    color: #653783;
}

.product-category-page-filter-item .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #46aea0;
    background-color: #46aea0;
}

.product-category-page-filter-submit {
    background: #653783;
    color: #fff;
    padding: 10px 30px;
}

.product-category-page-filter-submit:hover {
    background: #46aea0;
    color: #fff;
}

.product-category-page-filter-clear {
    color: #653783;
    display: inline-block;
    margin-bottom: 15px;
    font-family: Montserrat;
}

.product-category-page-filter-clear:hover {
    color: #46aea0;
}

.product-category-page-filter-clear span {
    margin-left: 20px;
}

.product-category-page-sorting-holder {
    color: #291437;
    display: flex;
    align-items: center;
    background: #f4eff67a;
    padding: 20px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.product-category-page-sorting-holder .woocommerce-ordering,
.product-category-page-sorting-holder .woocommerce-result-count {
    float: none;
    padding: 0;
    margin: 0;
    margin-right: 15px;
}

.product-category-page-sorting-holder .woocommerce-result-count {
    margin-left: auto;
}

.product-category-page-filters-title-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-category-page-filters-title {
    display: none;
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
    background: #653783;
    padding: 10px 20px;
}

.product-category-body .woocommerce-info {
    background: #9268ad;
}

@media screen and (max-width: 767px) {
    body .category-main .storefront-breadcrumb {
        display: none;
    }

    .categ-banner {
        padding-bottom: 20px;
        padding-top: 25px;
        margin-top: 0;
        background-position: center;
    }

    .categ-banner.has-banner-image {
        margin-top: 0;
        padding-top: 159px;
    }

    .categ-banner::before {
        width: 100%;
        background-image: linear-gradient(to top, #291437 29%, rgb(255 255 255 / 0));
        background-image: linear-gradient(to top, #291437 29%, #fff0);
    }

    .categ-banner-content {
        padding: 0;
    }

    .sub-catg-slider {
        margin: 0;
    }

    .sub-catg-slider .sub-catg-item {
        padding: 20px;
        margin: 7px;
        width: calc(100% - 14px) !important;
    }

    .sub-catg-slider .slick-list {
        padding: 0 50px 15px 0;
    }

    .subcat-bd-slider .slick-list,
    .subcat-newarrival-slider .slick-list,
    .subcat-topselling-slider .slick-list {
        padding: 0 50px 0 0;
    }

    .subcat-dis-banner {
        display: block;
    }

    .subcat-dis-banner img {
        position: unset;
        width: 100%;
        height: 280px;
        -webkit-clip-path: polygon(0 0, 100% 0, 86% 100%, 0 84%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 84%);
    }

    .subcat-dis-banner .content {
        padding: 20px 15px 30px;
        width: 100%;
    }

    .subcat-dis-banner .content h3 {
        font-size: 38px;
    }

    .subcat-dis-banner .content p {
        font-size: 18px;
        max-width: 200px;
    }

    .subcat-kitchen-banner {
        padding: 200px 15px 30px 15px;
        background-size: auto 320px;
        background-position: right top;
    }

    .subcat-kitchen-banner::before {
        width: 100%;
        height: 95%;
        background-image: linear-gradient(to top, #46aea0 44%, rgb(255 255 255 / 0));
        background-image: linear-gradient(to top, #46aea0 44%, #fff0);
        top: auto;
        bottom: 0;
    }

    .subcat-kitchen-banner .content h2 {
        font-size: 24px;
        max-width: 250px;
    }

    .sabcat-product {
        padding: 10px 5px 20px 5px;
    }

    .product-category-page-sorting-holder {
        padding: 10px 20px;
    }

    .product-category-page-sorting-holder .woocommerce-ordering,
    .product-category-page-sorting-holder .woocommerce-result-count {
        margin: 10px 0;
    }

    .product-category-page-filters-holder {
        display: none;
    }

    .product-category-page-filters-title {
        display: inline-block;
    }

    .archive .sabcat-product .sabcatp-img,
    .search .sabcat-product .sabcatp-img {
        min-height: auto;
        margin-bottom: 5px;
    }

    .archive .sabcat-product .sabcatp-img img,
    .search .sabcat-product .sabcatp-img img {
        max-height: 120px;
    }

    .sabcat-product .sabcatp-name {
        margin-bottom: 0;
    }

    .sabcat-product .sabcatp-name a {
        font-size: 11px;
        line-height: 15px;
    }
}

.single-product .pm-irsh-single-product div.product .woocommerce-product-gallery {
    float: none;
    width: 100%;
    margin-bottom: 0;
}

.single-product div.product .woocommerce-product-gallery a img {
    max-height: 250px;
    min-height: 250px;
    object-fit: contain;
}

.single-product .pm-irsh-single-product div.product .summary {
    float: none;
    width: 100%;
    margin-bottom: 30px;
}

.single-product div.product .woocommerce-product-gallery a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.term-product-offers-label {
    background: #46aea0;
    color: #fff;
    padding: 1px 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.pm-irsh-single-product .available-offers {
    letter-spacing: 0;
    color: #333;
    margin: 20px 0;
}

.pm-irsh-single-product .available-offers a {
    font: normal normal 600 15px/20px Montserrat;
    letter-spacing: 0;
    color: #707070;
    text-decoration: underline;
}

.pm-irsh-single-product .available-offers p {
    font: normal normal 600 18px/24px Montserrat;
    color: #291538;
}

.pm-irsh-single-product .available-offers ul {
    margin-left: 1.2rem;
    font: normal normal normal 15px/26px Montserrat;
}

.pm-irsh-single-product .product_title.entry-title {
    font-size: 28px;
    letter-spacing: 0;
    color: #291437;
}

.pm-irsh-single-product .woocommerce-product-details__short-description {
    margin-top: 1rem;
}

.pm-irsh-single-product .also-known-as {
    letter-spacing: 0;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    color: #707070;
    margin-top: -5px;
}

.pm-irsh-single-product .by-brand a,
.pm-irsh-single-product .by-brand span {
    font: normal normal normal 14px/17px Montserrat;
    letter-spacing: 0;
    color: #333;
    margin-top: 0;
}

.pm-irsh-single-product .by-brand a:hover {
    color: #291437;
}

.single-product div.product .woocommerce-product-rating {
    margin: 14px 0;
    font: normal normal 600 15px/20px Montserrat;
    letter-spacing: 0;
    color: #653783;
}

.single-product div.product .woocommerce-product-rating a:hover {
    color: #653783;
    text-decoration: underline;
}

.single-product div.product p.price {
    margin: 15px 0;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    color: #291437;
    margin-bottom: 0;
}

.price .gst-text {
    font-weight: 100;
}

span.free-shipping {
    color: #653783;
    font-weight: unset;
}

.btn-inquiry {
    font: normal normal 600 18px/24px Montserrat;
    letter-spacing: 0;
    color: #653783;
    padding: 10px 20px;
    margin: 10px 0;
    text-align: center;
    transition: 0.3s ease;
    border: 2px solid #653783;
    display: inline-block;
    background: #fff;
}

.btn-inquiry:hover {
    background: #653783;
    color: #fff;
}

.storefront-sticky-add-to-cart {
    z-index: 999;
}

.storefront-sticky-add-to-cart__content-price,
.storefront-sticky-add-to-cart__content-title {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    color: #291437;
    opacity: 1;
}

.storefront-sticky-add-to-cart__content-title .by-brand {
    font: normal normal normal 13px/17px Montserrat;
    letter-spacing: 0;
    color: #707070;
    display: inline-block;
    margin-left: 1rem;
}

.single-product div.product .product_meta {
    font: normal normal normal 15px/20px Montserrat;
    letter-spacing: 0;
    color: #707070;
    border: none;
    margin: 15px 0;
    padding: 0;
}

.single-product div.product .product_meta a {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    display: inline-block;
    margin-right: 3px;
    text-decoration: none;
}

.single-product div.product .product_meta a:hover {
    color: #653783;
}

.industry_wise_applications p {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    color: #444;
    margin-bottom: 5px;
}

.industry_wise_applications span {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: #757575;
}

.pm-irsh-single-product .delivery-by p {
    font: normal normal 600 15px/20px Montserrat;
    letter-spacing: 0;
    color: #333;
    margin: 0;
}

.pm-irsh-single-product .delivery-by a {
    font: normal normal 600 15px/20px Montserrat;
    letter-spacing: 0;
    color: #707070;
    text-decoration: underline;
}

.pm-irsh-single-product .after-summery-icons {
    margin-top: 10px;
    display: inline-block;
}

.pm-irsh-single-product .after-summery-icons>a {
    display: inline-block;
    position: relative;
    padding: 6.5px 10px;
}

.pm-irsh-single-product .after-summery-icons>a svg {
    height: 28px;
    width: auto;
}

.pm-irsh-single-product .after-summery-icons>a svg .a {
    fill: none;
}

.pm-irsh-single-product .after-summery-icons>a svg .b {
    fill: #cab0db;
}

.after-summery-icons>a:hover svg .b {
    fill: #46aea0;
}

.pm-irsh-single-product .after-summery-icons>a.bookmarked svg .b {
    fill: #62357e;
    stroke: #cab0db;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
}

.after-summery-icons .addtoany_shortcode {
    display: inline-block;
    position: relative;
    padding: 6.5px 10px;
}

.after-summery-icons .addtoany_shortcode svg {
    height: 28px;
    width: auto;
}

.after-summery-icons .addtoany_no_icon:hover svg .share-b {
    fill: #46aea0;
}

.a2a_kit,
.a2a_menu {
    line-height: unset !important;
}

a.addtoany_share img {
    width: 28px;
    height: 28px;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #000;
    animation: spinner 0.6s linear infinite;
    z-index: 5;
}

.after-summery-icons svg:hover .aHeart,
.bookmarked svg .aHeart {
    stroke: #653783;
    fill: #653783;
}

.after-summery-icons svg:hover .aStrange {
    fill: #653783;
}

.pm-irsh-single-product .specifications {
    font: normal normal normal 15px/24px Montserrat;
    letter-spacing: 0;
    color: #333;
    margin-bottom: 30px;
}

.pm-irsh-single-product .specifications p {
    font: normal normal 600 17px/22px Montserrat;
    color: #291437;
    margin-bottom: 10px;
}

.pm-irsh-single-product .specifications a {
    font: normal normal 600 15px/20px Montserrat;
    color: #653783;
    text-decoration: underline;
}

.pm-irsh-single-product .specifications ul {
    margin-left: 1.2rem;
}

.pm-irsh-single-product .services {
    letter-spacing: 0;
    font: normal normal normal 16px/21px Montserrat;
    color: #333;
    margin-bottom: 30px;
}

.pm-irsh-single-product .services p {
    font: normal normal 600 18px/24px Montserrat;
    color: #291437;
}

.pm-irsh-single-product .services ul {
    margin-left: 1.2rem;
}

.single-prod-secondary-heading {
    font-size: 20px;
    letter-spacing: 0;
    color: #333;
    text-transform: capitalize;
}

.pm-single-product-related-products,
.single-product-related-variants {
    margin: 50px 0 40px 0;
}

.pm-irsh-single-product a.button.product_type_simple.add_to_cart_button {
    display: block;
    margin-top: 18px;
    color: #653783;
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 10px;
    text-align: center;
    transition: 0.3s ease;
    border: 2px solid #653783;
}

.pm-irsh-single-product a.button.product_type_simple.add_to_cart_button:hover {
    background-color: #653783;
    color: #fff;
}

.single-product-info-wrapper {
    margin: 50px 0 0 0;
}

.single-product-info-wrapper>h5 {
    font-size: 20px;
}

.single-product-from-manufacturer {
    margin: 10px 0 90px 0;
}

.single-product-from-manufacturer-content {
    border: 1px solid #c9c9c9;
    padding: 25px;
}

.single-product-from-manufacturer-content img {
    margin-bottom: 30px;
    border-radius: 8px;
}

.single-product-from-manufacturer-video {
    margin: 10px 0 90px 0;
}

.single-product-from-manufacturer-video-content {
    border: 1px solid #e2e2e2;
    padding: 25px;
}

.single-product-from-manufacturer-video-content a {
    display: block;
    width: 100%;
    position: relative;
}

.single-product-from-manufacturer-video-content a svg {
    position: absolute;
    height: 60px;
    width: 60px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    transition: 0.3s ease;
}

.single-product-from-manufacturer-video-content a svg .a {
    fill: #653783;
    opacity: 0.62;
}

.single-product-from-manufacturer-video-content svg .b {
    fill: #fff;
}

.single-product-from-manufacturer-video-content a:hover svg {
    transform: scale(1.2);
}

.single-product-from-manufacturer-video-content img {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 8px;
}

.single-product-faq {
    margin: 10px 0 90px 0;
}

.single-product-faq h2 {
    background: #653783;
    text-align: left;
    font: normal normal normal 20px/27px Montserrat;
    letter-spacing: 0;
    color: #fff;
    padding: 10px 10px 10px 25px;
    margin: 0;
}

.single-product-faq-content {
    background: #eff2f6;
    padding: 25px;
}

.single-product-faq-content ul {
    margin-left: 1.2rem;
    letter-spacing: 0;
    color: #000;
}

.faq-que {
    font: normal normal bold 15px/24px Montserrat;
}

.faq-ans {
    font: normal normal normal 14px/20px Montserrat;
}

.single-product-specifications {
    margin: 10px 0 10px 0;
}

.single-product-specifications .nav-tabs .nav-link {
    background: #d6bee5;
    color: #333;
    border: none;
    font: normal normal normal 20px/27px Montserrat;
    padding: 10px 0;
    border-radius: 0;
}

.single-product-specifications .nav-tabs .nav-link.active {
    background: #653783;
    color: #fff;
    border-bottom: solid 3px #8bc34a;
}

.single-product-specifications td {
    padding-left: 25px;
}

.single-product-specifications tbody tr:nth-of-type(even) {
    background-color: #eff2f6;
}

.single-product-specifications td:nth-of-type(1) {
    border-right: solid 2px #ececec;
}

.single-prod-rating-reviews {
    margin: 50px 0 90px 0;
}

.comment-form-comment #comment {
    height: 80px;
}

.single-prod-ratings .ivole-meter {
    box-shadow: none;
    border: solid 1px #653783;
}

.single-prod-ratings .ivole-meter .ivole-meter-bar {
    background: #653783;
    box-shadow: none;
}

.single-prod-ratings .ivole-meter .ivole-meter-bar:before {
    content: none;
}

.single-prod-ratings td {
    color: #333;
}

.single-prod-ratings td a {
    color: #653783;
    font-weight: 600;
}

.single-prod-ratings .avrg {
    font: normal normal 600 32px/43px Montserrat;
    letter-spacing: 0;
    color: #333;
}

.single-prod-ratings .woocommerce-product-rating .star-rating {
    float: none;
    margin: auto;
}

.single-prod-reviews #reviews.cr-reviews-ajax-reviews .cr-button-search,
.single-prod-reviews #reviews.cr-reviews-ajax-reviews button.cr-ajax-reviews-add-review {
    color: #fff;
    background: #653783;
    border: 0;
    border-radius: 0;
}

.single-prod-reviews #reviews.cr-reviews-ajax-reviews .cr-button-search:hover .single-prod-reviews #reviews.cr-reviews-ajax-reviews button.cr-ajax-reviews-add-review:hover {
    color: #fff;
    background: #653783;
}

.single-prod-reviews #commentform #submit,
.single-prod-reviews #cr-ajax-reviews-cancel {
    color: #fff;
    background: #653783;
    border: 0;
    border-radius: 0;
    padding: 5px 20px;
}

.single-prod-reviews #reviews.cr-reviews-ajax-reviews .cr-input-text {
    box-shadow: none;
    background: #fff;
}

.single-prod-reviews #reviews.cr-reviews-ajax-reviews .cr-input-text:focus {
    border-color: #653783;
    box-shadow: 0 0 3px 2px rgb(101 55 131 / 50%);
}

.view-quote-holder {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 90px;
}

.view-quote-holder>svg {
    margin-right: 5px;
}

.storefront-sticky-add-to-cart-ctas .view-quote-holder {
    max-width: unset;
}

.nmpm-quote.sabcatp-cta {
    display: inline-block;
    margin: 0;
    border: 0;
}

.nmpm-quote.sabcatp-cta:hover {
    background-color: transparent;
}

.storefront-sticky-add-to-cart-ctas .nmpm-quote.sabcatp-cta:hover {
    background-color: #653783;
}

.storefront-sticky-add-to-cart-ctas .nmpm-quote.sabcatp-cta:hover svg .quote-b {
    fill: #fff;
}

.nmpm-quote.sabcatp-cta:hover svg .quote-b {
    fill: #46aea0;
}

.nmpm-quote span {
    display: none;
}

.storefront-sticky-add-to-cart-ctas .nmpm-quote {
    width: auto;
    border: 2px solid #653783;
}

.storefront-sticky-add-to-cart-ctas .nmpm-quote svg {
    height: 24px;
    width: auto;
}

.storefront-sticky-add-to-cart-ctas .nmpm-quote span {
    display: inline;
}

.view-quote-holder .sabcatp-cta.view-quote {
    flex: 0 0 auto;
    font-size: 10px;
    margin: 0;
}

.storefront-sticky-add-to-cart .view-quote-holder a:not(.button) {
    color: #653783;
    font-size: 10px;
}

.storefront-sticky-add-to-cart .view-quote-holder .remove-quote {
    padding: 0 5px;
    flex: 0 0 auto;
    text-align: left;
    margin-top: 2px;
}

.storefront-sticky-add-to-cart .view-quote-holder a:not(.button):hover {
    color: #fff;
}

.view-quote-holder .remove-quote {
    padding: 0 5px;
    flex: 0 0 100%;
    text-align: left;
    margin-top: 2px;
}

.pm-product-item {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.pm-product-item-img-name {
    flex: 1;
}

.pm-product-item-name a {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
}

.pm-product-item-img {
    height: 150px;
    text-align: center;
}

.pm-product-item-img img {
    max-height: 150px;
    object-fit: cover;
    display: block;
    margin: auto;
}

.pm-product-item .sabcatp-label {
    display: inline-block;
    font-size: 14px;
    background-color: #89b221;
    color: #fff;
    padding: 0 4px;
    padding-right: 14px;
    position: relative;
    font-style: italic;
    margin-right: 6px;
    height: 20px;
    margin-top: 5px;
}

.pm-product-item .sabcatp-label::after {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 7px solid #fff;
    top: 0;
    right: 0;
}

.pm-product-item-price {
    color: #291437;
    font: normal normal bold 16px/34px Nunito;
}

.single-product div.product .pm-product-item .woocommerce-product-rating {
    margin: 5px 0;
}

.pm-irsh-single-product .mobile-dom {
    display: none;
}

.mobile-fixed-section {
    display: none;
}

.sp-tab {
    width: 100%;
    margin: 0 0 25px;
    justify-content: center;
    border: 0;
}

.nav-tabs.sp-tab .nav-link {
    font-size: 20px;
    color: #a5a5a5;
    font-weight: 600;
    border: none;
    border-bottom: 4px solid transparent;
    padding: 0;
    margin: 0 15px;
}

.nav-tabs.sp-tab .nav-item.show .nav-link,
.nav-tabs.sp-tab .nav-link.active {
    color: #000;
    border-color: #000;
    text-transform: capitalize;
}

.accessories-details {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.accessories-total-item {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 0 40px;
}

.accessories-total-item span {
    font-size: 24px;
    display: block;
}

.accessories-list {
    font-size: 15px;
    display: block;
    font-weight: 400;
    padding: 20px 40px;
    border-left: 1px solid #ddd;
}

.accessories-list .accessories-list-item {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}

.accessories-list .accessories-list-item:last-child {
    margin-bottom: 0;
}

.accessories-list .accessories-list-item span {
    font-size: 15px;
    display: block;
    font-weight: 400;
}

.resources-details {
    text-align: center;
}

.resources-details span {
    font-size: 15px;
    display: block;
    margin-bottom: 6px;
}

.resources-details p {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 600;
}

.resources-details a {
    color: #653783;
    font-size: 15px;
    font-weight: 700;
}

.specic-item-wrapper {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.no-features .specic-item-wrapper {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.specic-item {
    display: inline-block;
    width: 100%;
    border: solid 1px #653783;
    border-bottom: 0;
}

.no-features .specic-item {
    border: solid 1px #653783;
}

.specic-item:last-child {
    border-bottom: solid 1px #653783;
}

.specic-item .font-2 {
    font-weight: 700;
    margin: 5px;
}

.specic-item .specic-item-detail {
    display: flex;
    flex-wrap: wrap;
    padding: 8px;
}

.specic-item .specic-item-detail .si-name {
    width: 50%;
    max-width: 50%;
    padding-right: 10px;
}

.specic-item .specic-item-detail .si-value {
    width: 50%;
    max-width: 50%;
    border-left: 1px solid #d8d1d9;
    padding-left: 10px;
}

.specic-item .specic-item-detail:nth-child(even) {
    background-color: #d8d1d9;
}

.specic-item .specic-item-detail:nth-child(even) .si-value {
    border-left: 1px solid #fff;
}

.sproduct-faqs {
    background-color: #ededed;
    padding: 40px 0;
    margin-top: 40px;
}

.product_toolset_features {
    padding: 40px 0;
}

.product_toolset_feature_item {
    margin: 0 0 35px 0;
    align-items: center;
    border-bottom: solid 1px #d8d1d9;
    padding-bottom: 20px;
}

.product_toolset_feature_item_image img {
    margin: auto;
}

.product_toolset_feature_item:nth-of-type(even) .product_toolset_feature_item_image {
    order: 2;
}

.product_toolset_feature_item_text {
    padding: 30px;
}

@media screen and (max-width: 767px) {
    .pm-irsh-single-product .product_title.entry-title {
        font-size: 22px;
    }

    .view-quote-holder {
        width: calc(100% - 90px);
    }

    .no-features .specic-item-wrapper,
    .specic-item-wrapper {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .pm-irsh-single-product .desktop-dom {
        display: none;
    }

    .pm-irsh-single-product .mobile-dom {
        display: flex;
    }

    .single-product .pm-irsh-single-product div.product .mobile-dom .woocommerce-product-gallery {
        flex-direction: column-reverse;
    }

    .single-product .pm-irsh-single-product div.product .mobile-dom .woocommerce-product-gallery .flex-viewport {
        flex: 0 0 90%;
        max-width: 90%;
        padding: 0 50px 0 0;
    }

    .single-product .pm-irsh-single-product div.product .mobile-dom .woocommerce-product-gallery .flex-control-thumbs {
        flex: 0 0 90%;
        max-width: 90%;
    }

    .pm-irsh-single-product .mobile-dom .after-summery-icons {
        text-align: right;
    }

    .single-prod-suggested-slider .slick-list,
    .single-product-related-same-brand-slider .slick-list,
    .single-product-related-variants-slider .slick-list {
        padding: 0 50px 0 0;
    }

    .mobile-fixed-section {
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        margin: 0;
        text-align: left;
        padding: 10px 0;
        padding-left: 15px;
        background-color: #fff;
        box-shadow: 0 -4px 8px rgb(0 0 0 / 16%);
        box-shadow: 0 -4px 8px #00000029;
        z-index: 111;
    }

    .mobile-fixed-section .cart {
        margin: 0;
    }

    .mobile-fixed-section .nmpm-compare.sabcatp-cta,
    .mobile-fixed-section a.sabcatp-cta.button,
    .mobile-fixed-section button.sabcatp-cta.button {
        width: calc(100% - 90px);
    }

    .product_toolset_features {
        padding-bottom: 0;
    }

    .product_toolset_feature_item_text {
        padding: 0;
    }

    .product_toolset_feature_item:nth-of-type(even) .product_toolset_feature_item_image {
        order: 0;
    }

    .product_toolset_features {
        padding: 10px;
    }
}

.single_add_to_cart_button.button.alt,
.storefront-sticky-add-to-cart__content-button.button.alt {
    font: normal normal 400 14px/24px Montserrat;
    letter-spacing: 0;
    color: #fff;
    background: #653783;
    padding: 5px 10px;
    border: solid 2px #653783;
    margin: 0 10px 0 0;
    display: inline-block;
    height: min-content;
    max-width: 250px;
    flex-grow: 1;
}

.single_add_to_cart_button.button.alt svg,
.storefront-sticky-add-to-cart__content-button.button.alt svg {
    fill: #fff;
}

.single_add_to_cart_button.button.alt svg rect.b,
.storefront-sticky-add-to-cart__content-button.button.alt svg rect.b {
    fill: none;
}

.sabcatp-cta.button.buy_now_button {
    flex: 0 0 calc(100% - 10px);
    width: calc(100% - 10px);
}

.storefront-sticky-add-to-cart-ctas .sabcatp-cta.button.buy_now_button {
    display: inline-block;
    width: auto;
}

.sabcatp-cta.button.buy_now_button svg {
    width: 24px;
    stroke: #653783;
    fill: #653783;
    margin-right: 4px;
}

.sabcatp-cta {
    display: block;
    margin: 10px 10px 10px 0;
    color: #653783;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    padding: 6.5px 10px;
    text-align: center;
    transition: 0.3s ease;
    border: 2px solid #653783;
    background-color: transparent;
    font-size: 16px;
}

.nmpm-compare.sabcatp-cta {
    display: inline-block;
    margin: 0;
    border: 0;
    max-width: 50px;
}

.nmpm-compare.sabcatp-cta:hover {
    background-color: transparent;
}

.nmpm-compare.sabcatp-cta:hover svg .hi-1 {
    fill: #46aea0;
}

.nmpm-compare.sabcatp-cta span {
    display: none;
}

.view-compare-holder {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 85px;
    margin-right: 10px;
}

.view-compare-holder>svg {
    margin-right: 5px;
}

.view-compare-holder .remove-compare {
    padding: 0 5px;
    flex: 0 0 100%;
    text-align: left;
    margin-top: 2px;
}

.view-compare-holder .sabcatp-cta.view-compare {
    color: #653783;
    flex: 0 0 auto;
    font-size: 10px;
    margin: 0;
}

.view-compare-holder .sabcatp-cta.view-compare:hover {
    color: #fff;
}

.pm-compare-table .nmpm-compare,
.pm-compare-table .view-compare-holder,
.storefront-sticky-add-to-cart--slideInDown .nmpm-compare,
.storefront-sticky-add-to-cart--slideInDown .view-compare-holder {
    display: none;
}

.remove-compare,
.remove-quote {
    font-size: 14px;
    font-weight: 600;
    padding: 3.5px 10px;
    text-align: center;
    transition: 0.3s ease;
    background-color: transparent;
    color: #653783;
}

.remove-compare:hover,
.remove-quote:hover {
    background-color: #653783;
    color: #fff;
    border: 0;
}

.remove-compare:hover svg {
    stroke: #fff;
}

.nmpm-compare:hover svg path:nth-of-type(2),
.nmpm-quote:hover svg path:nth-of-type(2) {
    fill: #fff;
}

.sabcatp-cta svg {
    fill: #653783;
    margin-right: 3px;
}

.sabcatp-cta:hover {
    background-color: #653783;
    color: #fff;
    border-color: #653783;
}

.sabcatp-cta:hover svg {
    fill: #fff;
}

.sabcatp-cta.button.buy_now_button:hover svg {
    fill: #fff;
    stroke: #fff;
}

.single_add_to_cart_button.button.alt:hover,
.storefront-sticky-add-to-cart__content-button.button.alt:hover {
    background: #653783;
}

.single_add_to_cart_button.button.alt:hover svg,
.storefront-sticky-add-to-cart__content-button.button.alt:hover svg {
    fill: #fff;
}

.pm-product-item .sabcatp-cta {
    margin-bottom: 15px;
}

.pm-product-item .sabcatp-cta:hover {
    background: #653783;
    color: #fff;
}

.storefront-sticky-add-to-cart-ctas {
    align-items: center;
    display: flex;
}

.sabcatp-details form.cart {
    margin-bottom: 0;
}

.mobile-compare {
    display: none;
}

@media screen and (max-width: 767px) {
    .mobile-view-compare-holder {
        display: flex;
        flex-direction: column;
    }

    .archive .mobile-compare,
    .search .mobile-compare {
        display: block;
        position: absolute;
        right: -5px;
        top: 0;
        background-color: #faf7fb;
        border-radius: 3px;
        padding: 3px 0;
    }

    .mobile-nmpm-compare,
    .mobile-remove-compare,
    .mobile-view-compare {
        padding: 0 5px;
        text-align: center;
        transition: 0.3s ease;
        background-color: transparent;
        color: #653783;
        margin: 3px 0;
    }

    .mobile-nmpm-compare:hover,
    .mobile-remove-compare:hover,
    .mobile-view-compare:hover {
        background-color: transparent;
        color: #653783;
    }

    .pm-compare-icon {
        display: inline-block;
        width: 20px;
        fill: #653783;
    }

    .mobile-view-compare .pm-compare-icon {
        fill: #009688;
    }
}

.sabcatp-details form.cart,
.single-product div.product form.cart {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;
}

form.cart .input-group {
    max-width: 120px;
    border: 0;
    margin-bottom: 10px;
    margin-right: 15px;
    display: inline-flex;
    flex: 0 0 45%;
    flex-basis: calc((105px - 100%) + 100%);
}

form.cart input.form-control.input-number.pmnm-quantity {
    border: 0;
    box-shadow: none;
    background: #fff;
    text-align: center;
}

form.cart .input-group-btn button[data-type="minus"],
form.cart .input-group-btn button[data-type="plus"] {
    background: 0 0;
    width: 35px;
    height: 38px;
    border: 2px solid #6d6d6d;
    font-size: 30px;
    font-weight: 100;
    line-height: 0;
    margin: 0;
    padding: 0;
    color: #653783;
}

form.cart .input-group-btn button[data-type="minus"]:hover,
form.cart .input-group-btn button[data-type="plus"]:hover {
    border: 2px solid #653783;
}

.storefront-sticky-add-to-cart-ctas form.cart {
    margin: 0 10px 0 0;
}

.storefront-sticky-add-to-cart-ctas form.cart .input-group {
    margin-bottom: 0;
}

#product_inqury_modal .modal-title span {
    color: #653783;
}

#product_inqury_modal .modal-dialog {
    max-width: 590px;
}

#product_inqury_modal .modal-body {
    padding: 30px;
}

#product_inqury_modal .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 33px;
    font-weight: 400;
}

#product_inqury_modal h2 {
    font-size: 28px;
    margin-bottom: 12px;
    padding-right: 20px;
}

#product_inqury_modal .sab-head {
    color: #707070;
    margin-bottom: 20px;
}

#product_inqury_modal .gform_wrapper ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px !important;
}

body #product_inqury_modal .pm-form .gform_wrapper ul li.gfield {
    flex: 0 0 100%;
}

body #product_inqury_modal .pm-form .gform_wrapper ul li.gfield.pm-g6 {
    flex: 0 0 50%;
}

#product_inqury_modal .pm-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #707070;
}

#product_inqury_modal .gform_wrapper textarea.small {
    height: 100px;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #707070;
}

#product_inqury_modal .pm-form .gform_wrapper .gform_footer {
    text-align: left;
    margin: 0;
    padding: 0;
}

#product_inqury_modal .pm-form .gform_wrapper .gform_footer input[type="submit"]:hover {
    background-color: #653783;
    color: #fff;
}

@media screen and (max-width: 767px) {
    body #product_inqury_modal .pm-form .gform_wrapper ul li.gfield.pm-g6 {
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 767px) {

    .archive .sabcat-product .nmpm-compare.sabcatp-cta,
    .archive .sabcat-product .view-compare-holder,
    .search .sabcat-product .nmpm-compare.sabcatp-cta,
    .search .sabcat-product .view-compare-holder {
        display: none;
    }

    .archive .sabcat-product .sabcatp-cta,
    .search .sabcat-product .sabcatp-cta {
        padding: 5px;
        margin: 0;
        font-size: 12px;
    }

    .archive .sabcat-product .sabcatp-cta svg,
    .search .sabcat-product .sabcatp-cta svg {
        display: none;
    }
}

.pm-loading-section {
    display: flex;
}

.pm-loading-section img {
    display: block;
    margin: auto;
}

.pm-loading-section .spinner-div {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

body.page-template-page-category-landing .storefront-breadcrumb {
    display: none;
}

.page-template-page-category-landing .head-2-wrap .head-2 {
    font: normal normal bold 24px/34px Montserrat;
    letter-spacing: 0px;
    color: #291437;
    text-transform: capitalize;
}

.lcp-banner {
    min-height: 356px;
    background-color: #653684;
    color: #fff;
    position: relative;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

/*.lcp-banner::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    width: 70%;*/
/*    display: block;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background-image: linear-gradient(to right, #291437 40%, #fff0);*/
/*}*/
.lcp-banner-row {
    align-items: center;
}

.lcp-banner-content {
    max-width: 100%;
    padding: 40px 0;
}

.lcp-banner-content h1 {
    font: normal normal bold 28px/42px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
}

.lcp-banner-content h1 span {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.lcp-banner-content ul {
    margin: 0 -10px 22px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.lcp-banner-content ul li {
    margin-bottom: 18px;
    padding: 0 10px;
    flex: 0 0 25%;
    font: normal normal normal 14px/21px Nunito;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.lcp-banner-content ul svg {
    display: block;
    margin: 0 auto 9px;
    height: 46px;
    width: 46px;
    fill: #fff;
}

.lcp-banner-content ul svg .a {
    fill: #46aea0;
}

.banner-cta-holder {
    display: flex;
    align-items: center;
}

.banner-price {
    font: normal normal 600 24px/28px Nunito;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.banner-price small {
    font-size: 60%;
}

.lcp-products .fea-product-item .fea-title {
    line-clamp: unset;
    -webkit-line-clamp: unset;
}

.lcp-products .banner-price {
    color: #46AEA0;
}

.lcp-products .banner-price-2 {
    color: #291437;
}

.banner-price-2 {
    text-decoration: line-through;
    font: normal normal normal 18px/18px Nunito;
    letter-spacing: 0px;
    color: #74E8D9;
}

.banner-price-holder {
    margin-left: 20px;
}

.lcp-banner-content .cta {
    font-family: Montserrat, sans-serif;
    background-color: #46aea0;
    color: #fff;
    width: 230px;
    max-width: 100%;
    padding: 13px 10px;
    margin: 0;
    transition: 0.3s ease;
    box-shadow: 0 3px 6px rgb(0 0 0 / 29%);
    box-shadow: 0 3px 6px #0000004a;
    display: inline-block;
    text-align: center;
}

.lcp-banner-content .cta:hover {
    background-color: #653783;
}

.lcp-products .cta {
    font-family: Montserrat, sans-serif;
    background-color: #46aea0;
    color: #fff;
    width: 150px;
    max-width: 100%;
    padding: 13px 10px;
    margin: 0;
    transition: 0.3s ease;
    box-shadow: 0 3px 6px rgb(0 0 0 / 29%);
    box-shadow: 0 3px 6px #0000004a;
    display: inline-block;
    text-align: center;
}

.lcp-products .cta:hover {
    background-color: #653783;
}

.lcp-banner-img img {
    display: block;
    margin: 0 auto;
}

.lcp-need-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 14px;
}

.lcp-need-item .name {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.lcp-category {
    background: #F2F2F2 0% 0% no-repeat padding-box;
    padding: 50px 0;
}

.lcp-product-for-item {
    margin-bottom: 40px;
    padding: 0 15px 10px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    box-shadow: 0 3px 6px #00000029;
    height: calc(100% - 40px);
}

.lcp-product-for-item .img-pf {
    height: 170px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px dashed #291337;
}

.lcp-product-for-item .img-pf img {
    max-height: 160px;
    max-width: 90%;
    width: auto;
}

.lcp-product-for-item a {
    color: #291337;
    font-weight: 700;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
}

.lcp-product-for-item a span {
    display: block;
    font-weight: 400;
    margin-top: 5px;
}

.lcp-testimonial {
    background-color: #ececec;
    padding-top: 70px;
}

.lcp-testimonial .head-2-wrap {
    justify-content: center;
}

.lcp-testimonial .testimonial-body {
    background: #fff;
}

.after-product-item .fea-product-item .fea-img {
    background: #D8D1D9;
    margin-bottom: 10px;
}

.after-product-item .fea-product-item .fea-img svg {
    margin: auto;
}

.lcp-faq-section {
    background: #F4F4F4;
    padding: 40px 0;
}

.lcp-faqs.faq-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.lcp-faqs.faq-list .card {
    flex: 0 0 calc(50% - 30px);
    margin: 0 15px 15px;
    border-bottom: 2px solid #ddd;
}

.lcp-strip {
    padding: 30px 0;
    background-color: #46aea0;
}

.lcp-strip .col-12 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.lcp-strip h4 {
    font-size: 20px;
    color: #fff;
    line-height: 27px;
}

.lcp-strip a {
    font-family: Montserrat, sans-serif;
    background-color: #653783;
    color: #fff;
    min-width: 230px;
    max-width: 100%;
    padding: 13px 10px;
    margin: 0 0 0 15px;
    transition: 0.3s ease;
    box-shadow: 0 3px 6px rgb(0 0 0 / 29%);
    box-shadow: 0 3px 6px #0000004a;
    display: inline-block;
    text-align: center;
}

.lcp-strip a:hover {
    background-color: #fff;
    color: #000;
}

#lcp_modal .modal-dialog {
    max-width: 590px;
}

#lcp_modal .modal-body {
    padding: 30px;
}

#lcp_modal .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 33px;
    font-weight: 400;
}

#lcp_modal h2 {
    font-size: 28px;
    margin-bottom: 12px;
    padding-right: 20px;
}

#lcp_modal .sab-head {
    color: #707070;
    margin-bottom: 20px;
}

#lcp_modal .gform_wrapper ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px !important;
}

body #lcp_modal .pm-form .gform_wrapper ul li.gfield {
    flex: 0 0 100%;
}

body #lcp_modal .pm-form .gform_wrapper ul li.gfield.pm-g6 {
    flex: 0 0 50%;
}

#lcp_modal .pm-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #707070;
}

#lcp_modal .gform_wrapper textarea.small {
    height: 100px;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #707070;
}

#lcp_modal .pm-form .gform_wrapper .gform_footer {
    text-align: left;
    margin: 0;
    padding: 0;
}

#lcp_modal .pm-form .gform_wrapper .gform_footer input[type="submit"]:hover {
    background-color: #653783;
    color: #fff;
}

.pm-form .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
    margin-top: 0;
}

.checklist-item-landing {
    margin: 20px 0;
    border-radius: 3px;
}

.checklist-item-landing img {
    margin: auto;
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    object-position: center;
}

.checklist-item-landing .cl-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 27px;
}

.checklist-item-landing .cl-label {
    font-size: 18px;
    background-color: #fff;
    color: #291337;
    display: inline-block;
    padding: 8px 4px;
    position: relative;
    margin-bottom: 0;
    height: 44px;
}

.checklist-item-landing .cl-label:after {
    content: "";
    position: absolute;
    border-top: 22px solid #fff;
    border-bottom: 22px solid #fff;
    border-right: 16px solid transparent;
    top: 0;
    right: -16px;
}

.checklist-item-landing .cl-content {
    font-size: 18px;
    margin-bottom: 47px;
    color: #fff;
    margin-top: 25px;
}

.checklist-item-landing .cl-content ul {
    margin: 0;
    list-style: none;
}

.checklist-item-landing .cl-content ul li {
    position: relative;
    padding-left: 10px;
}

.checklist-item-landing .cl-content ul li::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 4px;
    background-color: #fff;
    top: 12px;
    left: 0;
}

.checklist-item-landing .cl-cta {
    display: inline-block;
    padding: 15px;
    background-color: #46aea0;
    color: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 29%);
    box-shadow: 0 3px 6px #0000004a;
    padding-right: 44px;
    position: relative;
}

.checklist-item-landing .cl-cta span {
    display: inline-block;
    padding-right: 6px;
    border-right: 1px solid #018876;
}

.checklist-item-landing .cl-cta svg {
    position: absolute;
    height: 100%;
    top: 0;
    width: 44px;
    padding: 22px 0;
    transition: 0.3s ease;
}

.checklist-item-landing .cl-cta svg .a,
.checklist-item-landing .cl-cta svg .b {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-width: 1.5px;
}

.checklist-item-landing .cl-cta:hover svg {
    background-color: #9268ad;
}

.checklist-item-landing .cl-cta:hover span {
    border-color: transparent;
}

/*.page-template-page-category-landing .copyright .copyright-text:last-child,*/
.page-template-page-category-landing .footer-logo-social .social,
.page-template-page-category-landing .footer-wrapper,
.page-template-page-category-landing .logo-search .pm-search,
.page-template-page-category-landing .pm-head-top,
.page-template-page-category-landing .pm-head-top .top-left,
.page-template-page-category-landing .pm-head-top .top-right li.tr-link,
.page-template-page-category-landing .pm-menu-btn,
.page-template-page-category-landing .pm-nav-wrapper,
/*.page-template-page-category-landing .term-menu-list,*/
.page-template-page-category-landing .header-other-part,
.page-template-page-category-landing .pm-user-cart-holder,
.page-template-page-category-landing footer {
    display: none;
}

.page-template-page-category-landing .pm-head-top {
    justify-content: flex-end;
}

.page-template-page-category-landing .logo-search .custom-logo-link {
    margin: 0;
    border: 0;
    flex-grow: 1;
    padding: 6px 0;
}

.page-template-page-category-landing .site-header .custom-logo-link img {
    max-width: 159px;
}

/*.page-template-page-category-landing .copyright {*/
/*    justify-content: center;*/
/*}*/
.lcp-fdetails {
    display: none;
}

.page-template-page-category-landing .lcp-fdetails {
    display: block;
    width: calc(100% - 370px);
    text-align: left;
    margin-left: 30px;
}

.footer-item.lcp-fdetails ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.footer-item.lcp-fdetails ul li {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 15px;
    border-right: 1px solid #43215a;
}

.footer-item.lcp-fdetails ul li:last-child {
    border: 0;
}

.footer-item.lcp-fdetails ul li::before {
    display: none;
}

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

    .lcp-faq-section {
        padding: 20px 0;
    }

    .footer-item.lcp-fdetails ul li {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .lcp-faqs.faq-list .card {
        flex: 0 0 calc(100% - 30px);
    }
}

@media screen and (max-width: 767px) {

    .page-template-page-category-landing .site-header .custom-logo-link img {
        max-width: 112px;
    }

    .page-template-page-category-landing .pm-head-top .top-right li {
        text-align: right;
    }

    .page-template-page-category-landing .lcp-fdetails {
        width: 100%;
        margin: 0;
    }

    .footer-item.lcp-fdetails .head {
        margin-bottom: 13px;
        border-bottom: 2px solid #b698c9;
    }

    .footer-item.lcp-fdetails ul li {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .lcp-banner {
        padding: 30px 0 0 0;
        background-size: auto;
        background-position: top center;
        background: #291437 !important;
    }

    .lcp-banner::before {
        width: 100%;
        background-image: linear-gradient(to top, #291437 29%, rgb(255 255 255 / 0));
        background-image: linear-gradient(to top, #291437 29%, #fff0);
    }

    .lcp-banner-img {
        order: -1;
        margin-bottom: 15px;
    }

    .lcp-banner-content {
        padding: 0;
    }

    .lcp-banner-content h1 {
        text-align: center;
        font-size: 23px;
        line-height: 38px;
        margin-bottom: 23px;
    }

    .lcp-banner-content h1 span {
        font-size: 29px;
    }

    .lcp-banner-content ul {
        background: #653684;
        padding: 25px 0;
        margin: 20px -15px 0;
    }

    .lcp-banner-content ul li {
        flex: 0 0 50%;
    }

    .lcp-banner-content .cta {
        width: 120px;
    }

    .lcp-need-item {
        margin-bottom: 25px;
    }

    .lcp-needs-sec {
        padding-bottom: 20px;
    }

    .lcp-product-for-slider .slick-list {
        padding-right: 150px;
    }

    .lcp-product-for-item a {
        display: block;
        text-align: center;
    }

    .lcp-faqs.faq-list .card {
        flex: 0 0 calc(100% - 30px);
    }

    .lcp-strip a {
        margin: 13px 0 0 0;
    }

    .checklist-item-landing {
        margin: 30px 0;
        padding: 0 25px 25px 25px;
    }

    .checklist-item-landing img {
        width: 100%;
        position: relative;
        top: -20px;
        height: 260px;
        object-fit: cover;
    }

    .banner-cta-holder.fixed {
        position: fixed;
        background: #fff;
        left: 0;
        bottom: 0;
        z-index: 999;
        width: 100%;
        padding: 10px;
        box-shadow: 6px 6px 6px #3333;
    }

    .fixed .banner-price {
        color: #46AEA0;
    }

    .fixed .banner-price-2 {
        color: #653684;
    }
}

.pm-single-checklist .checklist-pdf {
    background-color: #525659;
    padding: 20px 20px 0;
}

.pm-single-checklist .checklist-pdf iframe {
    width: 100%;
    height: 450px;
    display: inherit;
}

.cl-pdf-form {
    padding: 20px 10px;
    background-color: #f2f2f2;
    margin-bottom: 50px;
}

.cl-pdf-form a {
    color: #653783;
    font-weight: 600;
}

.cl-pdf-form a:hover {
    color: #46aea0;
}

body .pm-form.cl-pdf-form .gform_wrapper ul li.gfield {
    margin-bottom: 10px;
}

.pm-form.cl-pdf-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
}

.cl-pdf-form.pm-form .gform_wrapper .gform_footer {
    text-align: left;
}

.pm-form.cl-pdf-form .gform_wrapper .gform_footer input[type="submit"]:hover {
    background-color: #653783;
    color: #fff;
}

.pm-form.cl-pdf-form .gform_wrapper {
    margin: 0;
}

.cl-pdf-form .gform_wrapper div.validation_error {
    display: none;
}

.cl-pdf-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
    margin: 0;
    padding: 0 15px;
    border: 0;
    background-color: transparent;
}

.cl-pdf-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin: 0;
}

.cl-pdf-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding: 10px 0 0 0;
    font-weight: 600;
    color: #f93636;
}

.cl-pdf-form .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
    border-color: #f93636;
}

.cl-pdf-form .gform_wrapper .ginput_container span:not(.ginput_price) {
    display: inline-block;
}

.slick-slider.checklist-testimonial-slider {
    margin-bottom: 50px;
}

.check-side-box {
    box-shadow: 0 2px 4px rgb(0 0 0 / 16%);
    box-shadow: 0 2px 4px #00000029;
    padding: 25px;
    margin-bottom: 30px;
}

.check-side-box .title {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #46aea0;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.check-side-box a {
    color: #653783;
    font-weight: 600;
    transition: 0.3s ease;
}

.check-side-box a:hover {
    color: #46aea0;
}

.check-side-box .content ol,
.check-side-box .content ul {
    margin: 0;
    margin-left: 20px;
}

.check-side-box .content ol li,
.check-side-box .content ul li {
    margin-bottom: 10px;
}

.np-checklist {
    padding: 30px 0;
    background-color: #46aea0;
}

.np-check-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.np-check-list .np-check-list-item {
    width: 50%;
    max-width: 50%;
}

.np-check-list .np-check-list-item a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.np-check-list .np-check-list-item a span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.np-check-list .np-check-list-item:last-child {
    text-align: right;
    border-left: 1px solid #fff;
}

body.page-template-page-checklist-thanks .storefront-breadcrumb {
    display: none;
}

.checklist-sucess-msg {
    margin: 50px 0;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.checklist-sucess-msg .pm-woo-head .entry-title {
    color: #46aea0;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .pm-single-checklist .checklist-pdf iframe {
        height: 300px;
    }

    .check-side-box .title {
        font-size: 18px;
    }

    .np-check-list .np-check-list-item {
        width: 100%;
        max-width: 100%;
    }

    .np-check-list .np-check-list-item:last-child {
        border: 0;
        border-top: 1px solid #fff;
        margin-top: 12px;
        padding-top: 12px;
    }
}

.gform_body .grecaptcha-badge {
    visibility: visible;
}

.pm-compare-table {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    width: 100%;
}

.pm-compare-table tbody tr:nth-of-type(even) {
    background: #f1e9ff;
}

.pm-compare-table tbody tr:nth-of-type(even) td,
.pm-compare-table tbody tr:nth-of-type(even) th {
    background: #f1e9ff;
}

.pm-compare-table tbody tr:nth-of-type(odd) td,
.pm-compare-table tbody tr:nth-of-type(odd) th {
    background: #fff;
}

table.pm-compare-table tbody tr td:first-child,
table.pm-compare-table tbody tr th:first-child {
    position: sticky;
    left: 0;
    z-index: 3;
}

.pm-compare-table img {
    max-width: 220px;
    height: 220px;
    object-fit: contain;
}

.pm-compare-table th {
    font-weight: 700;
    text-transform: capitalize;
    color: #653783;
}

.pm-compare-table td,
.pm-compare-table th,
table.pm-compare-table tbody tr td:first-child,
table.pm-compare-table tbody tr th:first-child {
    min-width: 33.333333%;
    max-width: 33.333333%;
}

.pm-compare-table a {
    color: #653783;
}

.pm-compare-table a svg {
    height: 24px;
    width: auto;
}

.pm-compare-table:hover a {
    color: #653783;
}

@media screen and (max-width: 767px) {

    table.pm-compare-table tbody tr td:first-child,
    table.pm-compare-table tbody tr th:first-child {
        min-width: 120px;
        max-width: 120px;
    }

    .pm-compare-table img {
        height: 90px;
    }

    .pm-compare-table {
        font-size: 14px;
    }
}

.slideup {
    transform: translateY(50px);
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}

.animated .slideup {
    transform: translateY(0);
}

.scale-up-center {
    transform: scale(0.3);
}

.animated .scale-up-center {
    -webkit-animation: scale-up-center 2s both;
    animation: scale-up-center 2s both;
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.delay1 {
    transition-delay: 0.1s;
}

.delay2 {
    transition-delay: 0.2s;
}

.delay3 {
    transition-delay: 0.3s;
}

.delay4 {
    transition-delay: 0.4s;
}

.delay5 {
    transition-delay: 0.5s;
}

.delay6 {
    transition-delay: 0.6s;
}

.delay7 {
    transition-delay: 0.7s;
}

.delay8 {
    transition-delay: 0.8s;
}

.delay9 {
    transition-delay: 1s;
}

@media screen and (max-width: 767px) {
    .slideup {
        transform: translateY(0);
    }

    .scale-up-center {
        transform: scale(1);
    }
}

.pm-get-qoute-form .gform_wrapper .top_label input[type="file"],
.pm-resell-damaged-form .gform_wrapper .top_label input[type="file"] {
    width: 100%;
}

.head-2-wrap .ll-head-2 {
    margin-bottom: 0;
    display: inline-block;
    text-transform: capitalize;
    color: #291437;
}

.home-banner {
    background-color: #f2f2f2;
    padding: 5px 40px 5px;
}

.home-banner .home-banner-slide {
    position: relative;
}

.home-banner-slide-content {
    position: absolute;
    width: 17%;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    right: 10px;
}

.home-banner-slide-content .title {
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 0;
}

.home-banner-slide-content .short-text {
    color: #fff;
    margin-bottom: 14px;
}

.home-banner-slide-content .short-text p {
    margin: 0;
}

.home-banner-slide-content a {
    display: inline-block;
    position: relative;
    padding: 15px;
    padding-right: 41px;
    background-color: #46aea0;
    color: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 29%);
    box-shadow: 0 3px 6px #0000004a;
    font-weight: 700;
    font-size: 16px;
}

.home-banner-slide-content a::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 41px;
    background-color: transparent;
    top: 0;
    right: 0;
    transition: 0.3s ease;
}

.home-banner-slide-content a:hover {
    box-shadow: 0 10px 22px #0000004a;
    box-shadow: 0 10px 22px rgb(0 0 0 / 29%);
}

.home-banner-slide-content a span {
    display: inline-block;
    padding-right: 6px;
    border-right: 1px solid #018876;
}

.home-banner-slide-content a svg {
    position: absolute;
    height: 11px;
    top: calc(50% - 6px);
    right: 15px;
    width: auto;
    padding: 0;
    transition: 0.3s ease;
}

.home-banner-slide-content a:hover svg {
    right: 10px;
}

.home-banner-slide-content svg .a,
.home-banner-slide-content svg .b {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-width: 1.5px;
}

.home-banner .slick-slide img {
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

.home-banner .slick-slide img.mobile-banner-img {
    display: none;
}

.home-banner.cust-slider .slick-dots {
    margin: 0;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
}

.home-banner.cust-slider .slick-dots li button {
    height: 8px;
    width: 8px;
    background-color: #cbcbcb;
    border: 1px solid #fff;
    box-shadow: 0 3px 6px #00000029;
}

.home-banner.cust-slider .slick-dots li.slick-active button {
    background-color: #653783;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .home-banner-slide-content .title {
        font-size: 22px;
        line-height: 26px;
    }

    .home-banner-slide-content .short-text {
        margin-bottom: 10px;
    }

    .home-banner-slide-content a {
        padding: 10px;
        padding-right: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-banner-slide-content {
        width: 19%;
    }

    .home-banner-slide-content .title {
        font-size: 20px;
        line-height: 24px;
    }

    .home-banner-slide-content .short-text {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .home-banner-slide-content a {
        padding: 10px;
        padding-right: 40px;
        font-size: 14px;
    }

    .home-banner .slick-slide img {
        min-height: 240px;
        object-position: right center;
    }
}

@media screen and (max-width: 767px) {
    .home-banner-slide-content {
        width: 50%;
    }

    .home-banner-slide-content .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 13px;
    }

    .home-banner-slide-content .short-text {
        font-size: 12px;
        margin-bottom: 16px;
    }

    .home-banner-slide-content a {
        font-size: 14px;
        padding: 10px;
        padding-right: 38px;
    }

    .home-banner-slide-content a span {
        padding-right: 10px;
    }

    .home-banner-slide-content a svg {
        height: 10px;
        top: calc(50% - 5px);
        right: 11px;
    }
}

.category-liquid-wrapper {
    background-color: #f2f2f2;
    padding: 0 50px;
}

.category-liquid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
    background-color: #fff;
    margin: 0 -10px;
}

.category-liquid .category-liquid-item {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}

.category-liquid .category-liquid-item a {
    display: block;
    text-align: center;
    height: 100%;
    padding: 10px 8px;
    transition: all 0.3s ease;
}

.category-liquid .category-liquid-item a:hover {
    box-shadow: 0 3px 6px #ddd;
    transform: scale(1.1);
}

.category-liquid .category-liquid-item img {
    height: 80px;
    display: block;
    margin: 0 auto 5px;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}

.category-liquid .category-liquid-item h3 {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 19px;
    font-weight: 400;
    font-family: Nunito, sans-serif;
}

.sec-4-box {
    background-color: #fff;
    margin: 25px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0 6px 12px #ddd;
}

.sec-4-box .head {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
    color: #fff;
    background: #46aea0;
    -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
    margin: 0;
    padding: 25px;
}

.four-box-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
}

.four-box-list .four-box-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.four-box-list .four-box-item svg {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 60px;
    height: auto;
}

.four-box-list .four-box-item svg .a {
    fill: #46aea0;
}

.four-box-list .four-box-item svg .b {
    fill: #291437;
}

.four-box-list .four-box-item span {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 10px;
    color: #464646;
    font-weight: 400;
}

.sec-featured {
    padding: 0 0 24px;
}

.home-product-col-holder {
    margin: 0 -7.5px;
}

.home-product-col {
    padding: 0 7.5px;
    margin: 0;
}

.sec-bestdeal {
    padding: 0 0 24px;
}

.product-checklists .ll-head-2 {
    color: #fff;
}

.product-checklists.master-category .ll-head-2 {
    color: #333;
}

.product-checklists .head-2-wrap .v-all {
    color: #46aea0;
}

.ll-new-arrival-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ll-request-quote {
    width: 100%;
}

.ll-request-quote img {
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.new-arrival-products {
    padding-top: 32px;
    padding-bottom: 29px;
}

@media (min-width: 992px) {
    .row-cols-lg-8>* {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}

.new-arrival-soon {
    flex-shrink: 0;
    flex-grow: 1;
    max-width: initial;
    text-align: center;
    color: #aa94b9;
    font-size: 18px;
    align-self: center;
}

.new-arrival-soon svg .b {
    fill: #aa94b9;
}

.ll-new-arrival {
    padding-bottom: 30px;
}

.pm-gray-bg {
    background-color: #f2f2f2;
    display: inline-block;
    width: 100%;
}

.top-brands-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-brands-list .top-brands-item {
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
}

.top-brands-list .top-brands-item a {
    display: block;
}

.top-brands-list .top-brands-item img {
    max-width: 100px;
    max-width: 80%;
    margin: 0 auto;
}

.more-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.more-sec-box {
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
    padding: 0 7px;
}

.more-sec-item {
    text-align: center;
    background-color: #fff;
    padding: 15px 8px;
    height: 100%;
    box-shadow: 0 3px 6px #ddd;
    color: #000;
}

.more-sec-item a {
    color: #000;
}

.more-sec-item svg {
    display: block;
    width: auto;
    margin: 0 auto 12px;
    height: 72px;
    width: auto;
}

.more-sec-item svg .a {
    fill: #46aea0;
}

.more-sec-item svg .b {
    fill: #291437;
}

.more-sec-item.more-things {
    background-color: #653783;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.more-sec-item.more-things h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 700;
}

.more-sec-item.more-things a {
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .home-banner {
        padding: 5px 15px 5px;
    }

    .category-liquid-wrapper {
        padding: 0 25px;
    }
}

@media screen and (max-width: 930px) {
    .home-banner {
        padding: 0;
    }

    .home-banner .slick-dots li {
        line-height: 0.1;
    }

    .category-liquid-wrapper {
        padding: 0;
    }

    .category-liquid {
        padding: 0;
        overflow: hidden;
        overflow-x: auto;
        flex-wrap: nowrap;
        margin: 0;
    }

    .category-liquid .category-liquid-item {
        flex: 0 0 100px;
        max-width: 100%;
    }

    .pm-gray-bg {
        padding: 0;
    }

    .home-product-col {
        padding: 0 4px;
    }

    .blog-news,
    .home-top-brands,
    .product-checklists,
    .why-us,
    body .site-footer {
        padding: 30px 0;
    }

    .four-box-list {
        align-items: flex-start;
    }

    .four-box-list .four-box-item {
        text-align: center;
        justify-content: center;
        padding: 0 9px;
    }

    .four-box-list .four-box-item svg {
        flex: 0 0 auto;
        max-width: initial;
        display: block;
        margin: 0 auto 10px;
        height: 42px;
    }

    .four-box-list .four-box-item span {
        word-break: break-word;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        line-height: 1.2;
    }
}

@media screen and (max-width: 767px) {
    .head-2-wrap .ll-head-2 {
        width: calc(100% - 80px);
    }

    .home-banner .slick-slide img {
        display: none;
    }

    .home-banner .slick-slide img.mobile-banner-img {
        display: block;
    }

    .category-liquid .category-liquid-item img {
        height: 70px;
    }

    .home-banner.cust-slider .slick-dots {
        margin: 0;
        position: relative;
        bottom: 0;
        padding: 1px 0 1px;
    }

    .four-box-list .four-box-item span {
        flex: 0 0 90%;
        max-width: 90%;
    }

    .four-box-list,
    .sec-4-box .head {
        flex: 0 0 100%;
        max-width: 100%;
        align-items: flex-start;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }

    .sec-4-box .head {
        text-align: center;
        -webkit-clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
        clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
    }

    .four-box-list .four-box-item {
        flex: 0 0 40%;
        max-width: 40%;
        margin: 20px 0 20px;
        padding: 0;
        font-size: 14px;
        flex-direction: column;
    }

    .four-box-list .four-box-item svg {
        height: 38px;
        flex: 0 0 auto;
        width: auto;
        margin: 0 auto 10px;
    }

    .four-box-list .four-box-item span {
        padding: 0;
    }

    .home-product-col-holder {
        margin: 0 -2.5px;
    }

    .home-product-col {
        padding: 0 2.5px;
        margin: 2.5px 0;
    }

    .home .home-product-col:nth-child(7),
    .home .home-product-col:nth-child(8) {
        display: none;
    }

    .ll-new-arrival-col {
        display: flex;
        flex-direction: column;
        order: 0;
    }

    .ll-request-quote img {
        height: auto;
    }

    .ll-request-quote {
        order: 1;
        margin-top: 10px;
    }

    .ll-new-arrival {
        padding-bottom: 20px;
    }

    .new-arrival-products {
        order: 4;
        padding-top: 16px;
        padding-bottom: 8px;
    }

    .bottom-offers {
        order: 3;
    }

    .top-brands-item:nth-child(n + 5) {
        display: none;
    }

    .top-brands-list .top-brands-item {
        padding: 0;
        max-width: 50%;
        flex: 0 0 50%;
    }

    .more-sec-box {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px;
    }

    .more-section .more-sec-box:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.pm-fluid-container {
    padding: 0 40px;
}

@media screen and (max-width: 1024px) {
    body .storefront-breadcrumb {
        max-width: 100%;
    }

    .pm-fluid-container {
        padding: 0 15px;
    }
}

.pm-quote-product table.cart th {
    padding: 15px;
    font-weight: 700;
}

.pm-quote-product table.cart th.product-remove {
    width: 80px;
}

.pm-quote-product table.cart tr td {
    padding: 15px;
    vertical-align: middle;
}

.pm-quote-product table.cart tr td img {
    height: 100px !important;
    width: auto;
}

.pm-quote-product table.cart tr td .remove-quote {
    padding: 0;
    background-color: transparent;
}

.pm-quote-product table.cart tr td .remove-quote:hover {
    color: #653782;
}

.pm-quote-product table.cart td.product-name a {
    color: #000;
    font-weight: 600;
}

.pm-quote-product table.cart td.product-name a:hover {
    color: #653782;
}

.pm-quote-product table.cart td.product-subtotal del {
    display: block;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .pm-quote-product table.cart {
        margin-bottom: 30px;
    }

    .pm-quote-product tbody tr {
        margin-bottom: 20px;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        padding: 15px;
        box-shadow: -1px 1px 6px #00000024;
        position: relative;
    }

    .pm-quote-product table.cart tr td.product-remove {
        position: absolute;
        top: 5px;
        right: 5px;
        border: 0;
        padding: 0;
    }

    .pm-quote-product table.shop_table_responsive tbody tr td {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 10px;
        text-align: left;
    }

    .pm-quote-product table.shop_table_responsive tbody tr td.product-name,
    .pm-quote-product table.shop_table_responsive tbody tr td.product-thumbnail {
        border-bottom: 1px dashed #ccc;
        padding-bottom: 15px;
    }

    .pm-quote-product table.cart .product-thumbnail img {
        width: 100%;
        max-width: 100px;
        display: inline-block;
    }

    .pm-quote-product table.cart td.product-subtotal {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: right;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    padding: 0 7px;
}

.slick-dots li button {
    padding: 0;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    border: 0;
    outline: 0;
    background-color: #dbdbdb;
}

.slick-dots li.slick-active button {
    background-color: #c4146e;
}

@media screen and (max-width: 767px) {
    .slick-dots {
        margin-bottom: 20px;
    }
}


.ribbon-section {
    background: #d8d1d9;
    padding: 20px 0 0 0;
}

.ribbon-text {
    font: normal normal bold 24px/34px Montserrat;
    letter-spacing: 0px;
    color: #291437;
    text-transform: capitalize;
}

.ribbon-section .gform_wrapper form {
    display: flex;
}

.ribbon-section .pm-form .gform_wrapper .gform_footer {
    flex: 1 1 200px;
    margin-top: 0;
}

body .ribbon-section .pm-form .gform_wrapper ul li.gfield {
    margin-bottom: 10px;
    width: 100%;
}

body .ribbon-section .pm-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    width: 100%;
    height: 40px;
}

li#field_14_9,
li#field_14_1 {
    width: 50%;
    display: inline-block;
    margin-top: 0;
    padding-top: 0;
    align-items: center;
    vertical-align: middle;
}

li#field_14_9 .ginput_container.ginput_container_text {
    margin: 0 !important;
}

body .ribbon-section .validation_error {
    display: none;
}

@media screen and (max-width: 950px) {
    .ribbon-section {
        padding: 20px 0;
    }

    li#field_14_9,
    li#field_14_1 {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .ribbon-section .gform_wrapper form {
        flex-wrap: wrap;
    }

    .ribbon-section .gform_wrapper form .gform_body {
        flex: 1 1 100%;
        width: 100%;
        margin-top: 10px;
    }

    .ribbon-section .pm-form .gform_wrapper .gform_footer {
        flex: 1 1 100%;
        margin-top: 15px;
    }

    .ribbon-section .gform_wrapper .gfield_required {
        display: inline !important;
    }
}

/*Ticker*/
.ticker {
    display: flex;
    align-items: center;
}

.ticker_text {
    background: #46AEA0;
    font: normal normal normal 14px/18px Nunito;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 10px 20px 10px 10px;
    position: relative;
    margin: 0 10px;
    -webkit-clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
    clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
}


#countDownDate {
    font: normal normal bold 40px/42px Montserrat;
    color: #291437;
    text-transform: capitalize;
    display: flex;
}

#countDownDate div {
    margin: 0 5px 0 10px;
}

#countDownDate div span {
    text-align: center;
    font: normal normal normal 14px/21px Nunito;
    color: #291437;
    display: block;
    padding-right: 10px;
}

@media screen and (max-width: 767px) {
    .ticker_text {
        padding: 5px 15px 5px 5px;
        margin: 0;
        font-size: 11px;
        line-height: 15px;
    }

    #countDownDate {
        font: normal normal bold 16px/20px Montserrat;
    }

    #countDownDate div {
        margin: 0 5px;
        text-align: center;
    }

    #countDownDate div span {

        font: normal normal normal 12px/13px Nunito;
        padding-right: 5px;
    }
}

@media screen and (max-width: 360px) {
    .ticker_text {
        padding: 2.5px 15px 2.5px 2.5px;
        margin: 0;
        font-size: 10px;
        line-height: 15px;
    }

    #countDownDate {
        font: normal normal bold 16px/20px Montserrat;
    }

    #countDownDate div {
        margin: 0 2.5px;

    }

    #countDownDate div span {
        text-align: center;
        font: normal normal normal 10px/13px Nunito;
        padding-right: 2.5px;
    }
}


/**/

.liquid_product_buttons_holder form.cart {
    margin: 0;
}

.liquid_product_buttons_holder .single_add_to_cart_button.button.alt,
.liquid_product_buttons_holder .sabcatp-cta,
.liquid_product_buttons_holder .sabcatp-cta.button.buy_now_button {
    padding: 0 !important;
    font-size: 10px !important;
    margin: 5px 0 !important;
    width: 100% !important;
    min-height: 30px !important;
    display: block !important;
    line-height: 28px;
    flex: 100%;
    background: #653783;
    color: #fff;
}

.liquid_product_buttons_holder .sabcatp-cta svg,
.liquid_product_buttons_holder .single_add_to_cart_button svg {
    max-width: 15px;
    height: 15px;
    color: #fff;
    fill: #fff;
}

.liquid_product_buttons_holder .input-group {
    display: none !important;
}

.liquid_product_buttons_holder .view-compare-holder,
.liquid_product_buttons_holder .view-quote-holder,
.liquid_product_buttons_holder .nmpm-compare,
.liquid_product_buttons_holder .nmpm-quote,
.liquid_product_buttons_holder .button.sabcatp-cta.button.buy_now_button {
    display: none !important;
}

.sticky {
    position: sticky;
    top: 3rem;
}

.single-product .sabcatp-cta.button.buy_now_button {
    background: #46aea0;
    border-color: #46aea0;
    color: #fff;
}

.single-product .sabcatp-cta.button.buy_now_button svg {
    fill: #fff;
    stroke: #fff;
}

@media screen and (max-width: 767px) {

    .liquid_product_buttons_holder .single_add_to_cart_button.button.alt,
    .liquid_product_buttons_holder .sabcatp-cta,
    .liquid_product_buttons_holder .sabcatp-cta.button.buy_now_button {
        line-height: 1.5;
    }
}

/**/
.required_asterisk {
    color: #790000;
}

/*Global Search*/
.searchResultHolder {
    display: none;
    position: absolute;
    top: 70px;
    /* right: 70px; */
    bottom: 0;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 0 4px rgb(0 0 0 / 15%), 0 5px 10px rgb(0 0 0 / 5%);
    padding: 25px;
    border-radius: 5px;
    width: 70vw;
    min-width: min(calc(100vw - 50px), 800px);
    z-index: 999;
    min-height: 50vw;
    max-height: 100vw;
}

.search_thing_title {
    color: #6c3c87;
    font-size: 18px;
}

#search-results-wrapper ul:not(.nav) {
    list-style: disc;
    margin: 0;
    padding: 0 0 0 1rem;
}

#search-results-wrapper li {
    margin: .4rem 0;
}

#search-results-wrapper a {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 19px;
    font-weight: 400;
    font-family: Nunito, sans-serif;
    color: #333;
}

#search-results-wrapper a:hover {
    color: #653782;
}

#pm_woo_search_loader {
    height: 300px;
    text-align: center;
    padding-top: 100px;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #653782 transparent #653782 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 767px) {
    .searchResultHolder {
        width: calc(100vw - 30px);
        left: 15px;
        top: 170px;
        padding: 15px;
        max-height: unset;
        height: 420px;
    }

    #search-results-wrapper a.nav-link {
        padding: 5px;
    }

    #search-results-wrapper a.nav-link.active {
        color: #6c3c87;
        font-weight: bold;
    }
}

/*Global Search end*/